/**
 * THIS FILE WAS AUTOGENERATED PLEASE DO NOT EDIT, RISK OF OVERWRITE
 */

/*
 * Core
 * Atoms - Default styling or styleguide
 * http://bradfrost.com/blog/post/atomic-web-design/#atoms
 */
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top: 0 solid #e5e5e5;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

html, body {
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media (max-width: 80rem) {
  html.main-menu-open, html.main-menu-open body, html.is-site-nav-opened, html.is-site-nav-opened body {
    overflow: hidden;
  }
}

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

body {
  margin: 0;
  padding: 0;
}

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
}
.site-wrapper__main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.site-wrapper__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

img {
  height: auto;
  max-width: 100%;
}

.full-width {
  position: relative;
  width: 100vw;
  width: calc(100vw - var(--scrollbar-width));
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-left: calc((100vw - var(--scrollbar-width)) / -2);
  margin-right: calc((100vw - var(--scrollbar-width)) / -2);
}

.overflow-hidden {
  overflow: hidden;
}

.dark-background {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: #011d47;
  color: #fff;
}
@media (max-width: 48rem) {
  .dark-background {
    padding-top: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .dark-background {
    padding-top: 5rem;
  }
}
@media (max-width: 48rem) {
  .dark-background {
    padding-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .dark-background {
    padding-bottom: 5rem;
  }
}
.dark-background h2,
.dark-background h3,
.dark-background h4 {
  color: #fff;
}
.dark-background.full-width {
  margin-top: 0;
}
.dark-background__container {
  padding: 0 3.25rem;
}
@media (max-width: 48rem) {
  .dark-background__container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.content-wrapper,
.container,
.dnd-section > .row-fluid {
  max-width: 96.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.25rem;
}
@media (max-width: 48rem) {
  .content-wrapper,
  .container,
  .dnd-section > .row-fluid {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.content-wrapper .content-wrapper,
.content-wrapper .container,
.container .content-wrapper,
.container .container,
.dnd-section > .row-fluid .content-wrapper,
.dnd-section > .row-fluid .container {
  padding-left: 0;
  padding-right: 0;
}

.container--medium-large {
  max-width: 90.25rem;
}
.content-wrapper .container--medium-large, .container .container--medium-large, .dnd-section > .row-fluid .container--medium-large {
  max-width: 83.75rem;
}

.container--medium {
  max-width: 61.5rem;
}
.content-wrapper .container--medium, .container .container--medium, .dnd-section > .row-fluid .container--medium {
  max-width: 55rem;
}

.content-row,
.dnd-section {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 48rem) {
  .content-row,
  .dnd-section {
    margin-top: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .content-row,
  .dnd-section {
    margin-top: 5rem;
  }
}
@media (max-width: 48rem) {
  .content-row,
  .dnd-section {
    margin-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .content-row,
  .dnd-section {
    margin-bottom: 5rem;
  }
}

.content-row--no-bottom {
  margin-bottom: 0;
}

.dnd-section .dnd-row:not(:first-child) {
  margin-top: 1.875rem;
}
.dnd-section .dnd-row:not(:first-child) .dnd-exception-margins {
  margin-top: -1.875rem;
}
@media (max-width: 48rem) {
  .dnd-section .dnd-column:not(:first-child) {
    margin-top: 3.75rem;
  }
}

div[class*=background-color].dnd-section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 48rem) {
  div[class*=background-color].dnd-section {
    padding-top: 5rem;
  }
}
@media (max-width: 37.5rem) {
  div[class*=background-color].dnd-section {
    padding-top: 5rem;
  }
}
@media (max-width: 48rem) {
  div[class*=background-color].dnd-section {
    padding-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  div[class*=background-color].dnd-section {
    padding-bottom: 5rem;
  }
}
div[class*=background-color].dnd-section:first-child {
  margin-top: 0;
}
div[class*=background-color].dnd-section:last-child {
  margin-bottom: 0;
}
div[class*=background-color].dnd-section + div[class*=background-color].dnd-section {
  margin-top: -6.25rem;
}
@media (max-width: 48rem) {
  div[class*=background-color].dnd-section + div[class*=background-color].dnd-section {
    margin-top: -4.6875rem;
  }
}
@media (max-width: 37.5rem) {
  div[class*=background-color].dnd-section + div[class*=background-color].dnd-section {
    margin-top: -3.125rem;
  }
}

div[class*=background-color].dnd-column {
  padding: 1.875rem;
}
@media (min-width: 48.001rem) {
  div[class*=background-color].dnd-column {
    padding: 1.875rem;
  }
}

.body-container .dnd-section:first-child .dnd-column > .dnd-row:first-child > .row-fluid > .dnd-module .dnd-exception-margins {
  margin-top: -6.25rem;
}
@media (max-width: 48rem) {
  .body-container .dnd-section:first-child .dnd-column > .dnd-row:first-child > .row-fluid > .dnd-module .dnd-exception-margins {
    margin-top: -4.6875rem;
  }
}
@media (max-width: 37.5rem) {
  .body-container .dnd-section:first-child .dnd-column > .dnd-row:first-child > .row-fluid > .dnd-module .dnd-exception-margins {
    margin-top: -3.125rem;
  }
}

.body-container .dnd-section:last-child .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-module .dnd-exception-margins {
  margin-bottom: -6.25rem;
}
@media (max-width: 48rem) {
  .body-container .dnd-section:last-child .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-module .dnd-exception-margins {
    margin-bottom: -4.6875rem;
  }
}
@media (max-width: 37.5rem) {
  .body-container .dnd-section:last-child .dnd-column > .dnd-row:last-child > .row-fluid > .dnd-module .dnd-exception-margins {
    margin-bottom: -3.125rem;
  }
}

/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
@media (min-width: 48.001rem) {
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 1px;
    margin-left: 1.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: calc(91.6666666667% - 0.9375rem);
  }
  .row-fluid .span10 {
    width: calc(83.3333333333% - 0.9375rem);
  }
  .row-fluid .span9 {
    width: calc(75% - 0.9375rem);
  }
  .row-fluid .span8 {
    width: calc(66.6666666667% - 0.9375rem);
  }
  .row-fluid .span7 {
    width: calc(58.3333333333% - 0.9375rem);
  }
  .row-fluid .span6 {
    width: calc(50% - 0.9375rem);
  }
  .row-fluid .span5 {
    width: calc(41.6666666667% - 0.9375rem);
  }
  .row-fluid .span4 {
    width: calc(33.3333333333% - 0.9375rem);
  }
  .row-fluid .span3 {
    width: calc(25% - 0.9375rem);
  }
  .row-fluid .span2 {
    width: calc(16.6666666667% - 0.9375rem);
  }
  .row-fluid .span1 {
    width: calc(8.3333333333% - 0.9375rem);
  }
}

.container-fluid {
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}

/* 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: 48rem) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 48rem) and (max-width: 65rem) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 16px;
}

body {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #000;
}
@media (max-width: 48rem) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

a {
  color: inherit;
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
}
a:focus, a:hover {
  color: #df059c;
  outline: none;
}

b,
strong {
  font-weight: 700;
}

ul,
ol,
table,
p {
  margin: 1.3em 0 0;
}
ul:first-child,
ol:first-child,
table:first-child,
p:first-child {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 2rem 0 0 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 82px;
  font-size: 5.125rem;
  letter-spacing: 0em;
  line-height: 1.2;
  font-family: "xenera", sans-serif;
  font-weight: 400;
}
@media (max-width: 65rem) {
  h1,
  .h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (max-width: 48rem) {
  h1,
  .h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

h2,
.h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #2d2d2d;
}
@media (max-width: 48rem) {
  h2,
  .h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h3,
.h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
@media (max-width: 48rem) {
  h3,
  .h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}

h5,
.h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
@media (max-width: 48rem) {
  h5,
  .h5 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

h6,
.h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
@media (max-width: 48rem) {
  h6,
  .h6 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

blockquote {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.25;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  margin-bottom: 6.25rem;
  color: #5f0f9f;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(6.25rem + 4.375rem);
  position: relative;
}
@media (max-width: 48rem) {
  blockquote {
    margin-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  blockquote {
    margin-bottom: 5rem;
  }
}
@media (max-width: 48rem) {
  blockquote {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 48.001rem) {
  blockquote {
    margin-top: 6.25rem;
    margin-left: 7.3125rem;
    margin-right: 6.25rem;
  }
}
@media (min-width: 48.001rem) and (max-width: 48rem) {
  blockquote {
    margin-top: 5rem;
  }
}
@media (min-width: 48.001rem) and (max-width: 37.5rem) {
  blockquote {
    margin-top: 5rem;
  }
}
blockquote::before {
  background-image: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/alfame-quote.svg");
  background-repeat: no-repeat;
  background-size: 4.198125rem 2.5rem;
  content: "";
  height: 2.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 4.198125rem;
}
@media (max-width: 48rem) {
  blockquote::before {
    top: -4.375rem;
  }
}
@media (min-width: 48.001rem) {
  blockquote::before {
    margin-left: -7.3125rem;
  }
}
.blog-content--case blockquote {
  padding-top: 5rem;
  color: #fff;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (max-width: 48rem) {
  .blog-content--case blockquote {
    padding-top: 3.75rem;
  }
}
@media (max-width: 37.5rem) {
  .blog-content--case blockquote {
    padding-top: 3.75rem;
  }
}
.blog-content--case blockquote::before {
  margin-top: 5rem;
  background-image: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/alfame-quote-purkka.svg");
}
@media (max-width: 48rem) {
  .blog-content--case blockquote::before {
    margin-top: 3.75rem;
  }
}
@media (max-width: 37.5rem) {
  .blog-content--case blockquote::before {
    margin-top: 3.75rem;
  }
}
.blog-content--case blockquote::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#2b0747), to(#011d47));
  background: linear-gradient(180deg, #2b0747 0%, #011d47 100%);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100vw;
  width: calc(100vw - var(--scrollbar-width));
  left: calc((100vw - var(--scrollbar-width) - 55rem) / -2 - 7.3125rem);
}
@media only screen and (max-width: 61.5rem) {
  .blog-content--case blockquote::after {
    left: -10.5625rem;
  }
}
@media (max-width: 48rem) {
  .blog-content--case blockquote::after {
    height: calc(100% + 5rem + 2.5rem);
    top: calc(-1 * 5rem - 2.5rem);
    left: -1.875rem;
  }
}

button {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 48rem) {
  button {
    font-size: 16px;
    font-size: 1rem;
  }
}

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

.btn,
.hs-button,
button,
input[type=button],
input[type=reset],
input[type=submit],
.cta_button {
  display: inline-block;
  cursor: pointer;
  padding: 1.09375rem 3rem;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  background-color: #df059c;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#ff5f5f)) !important;
  background-image: linear-gradient(90deg, transparent 0%, #ff5f5f 100%) !important;
  border-radius: 6.25rem;
  border: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-position: 20rem center;
  background-repeat: no-repeat !important;
}
@media (max-width: 48rem) {
  .btn,
  .hs-button,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit],
  .cta_button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.btn:hover, .btn:focus,
.hs-button:hover,
.hs-button:focus,
button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.cta_button:hover,
.cta_button:focus {
  background-position: center !important;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 48rem) {
  .btn,
  .hs-button,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit],
  .cta_button {
    font-size: 1rem !important;
    padding: 0.75rem 2.625rem 0.8125rem;
  }
}

@media (max-width: 48rem) {
  .cta_button {
    padding: 0.75rem 2.625rem 0.8125rem !important;
  }
}

.btn--purkka {
  background-color: #ff5fca !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5fca), to(#d70b02)) !important;
  background-image: linear-gradient(90deg, #ff5fca 0%, #d70b02 100%) !important;
  color: #2b0747;
}
.btn--purkka:hover, .btn--purkka:focus {
  color: #fff !important;
}

.btn--viikuna {
  background-color: #5f0f9f !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#5f0f9f), to(#ff5f5f)) !important;
  background-image: linear-gradient(90deg, #5f0f9f 0%, #ff5f5f 100%) !important;
  color: #fff;
}

.btn--sahko {
  background-color: #03c2ed !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#03c2ed), to(#b28719)) !important;
  background-image: linear-gradient(90deg, #03c2ed 0%, #b28719 100%) !important;
  color: #2d2d2d;
}
.btn--sahko:hover, .btn--sahko:focus {
  color: #fff !important;
}

.btn--meri {
  background-color: #0f7dad !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#0F7DAD), to(#FFCE00)) !important;
  background-image: linear-gradient(90deg, #0F7DAD 0%, #FFCE00 100%) !important;
  color: #fff;
}

.btn--kenno {
  background-color: #b28719 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#b28719), to(#0f7dad)) !important;
  background-image: linear-gradient(90deg, #b28719 0%, #0f7dad 100%) !important;
  color: #fff;
}

.btn--laventeli {
  background-color: #a974f5 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#a974f5), to(#df059c)) !important;
  background-image: linear-gradient(90deg, #a974f5 0%, #df059c 100%) !important;
  color: #2b0747;
}
.btn--laventeli:hover, .btn--laventeli:focus {
  color: #fff !important;
}

.btn--lohi {
  background-color: #ff5f5f !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5f5f), to(#5f0f9f)) !important;
  background-image: linear-gradient(90deg, #ff5f5f 0%, #5f0f9f 100%) !important;
  color: #2b0747;
}
.btn--lohi:hover, .btn--lohi:focus {
  color: #fff !important;
}

.btn--no-background {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  background-color: transparent !important;
  background-image: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/alfame-arrow-black.svg") !important;
  background-position: right 0.5625rem !important;
  background-repeat: no-repeat !important;
  background-size: 1.67rem !important;
  color: #2d2d2d;
  line-height: 1.25 !important;
  padding: 0.6rem 3.52125rem 0.5625rem 0.6rem;
  text-transform: none;
  -webkit-transition: all 0.1s ease !important;
  transition: all 0.1s ease !important;
}
@media (max-width: 48rem) {
  .btn--no-background {
    font-size: 16px;
    font-size: 1rem;
  }
}
.btn--no-background:focus, .btn--no-background:hover {
  background-color: transparent !important;
  background-image: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/alfame-arrow-pink.svg") !important;
  background-position: right 0.5625rem !important;
  background-repeat: no-repeat !important;
  background-size: 1.67rem !important;
  color: #000 !important;
}
.btn--no-background.btn--no-background-white {
  color: #fff !important;
  background-image: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/alfame-arrow-white.svg") !important;
  -webkit-transition: all 0.1s ease !important;
  transition: all 0.1s ease !important;
}
.btn--no-background.btn--no-background-white:hover, .btn--no-background.btn--no-background-white:focus {
  color: #fff !important;
  background-image: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/alfame-arrow-purkka.svg") !important;
}

.btn--no-background-long {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  background-color: transparent !important;
  background-image: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/alfame-arrow-black.svg") !important;
  background-position: right 0.5625rem !important;
  background-repeat: no-repeat !important;
  background-size: 1.67rem !important;
  color: #2d2d2d;
  line-height: 1.25 !important;
  padding: 0.6rem 3.52125rem 0.5625rem 0.6rem;
  text-align: left;
  width: calc(100% - 3.52125rem);
  text-transform: none;
  -webkit-transition: all 0.1s ease !important;
  transition: all 0.1s ease !important;
}
@media (max-width: 48rem) {
  .btn--no-background-long {
    font-size: 16px;
    font-size: 1rem;
  }
}
.btn--no-background-long:focus, .btn--no-background-long:hover {
  background-color: transparent !important;
  background-image: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/alfame-arrow-pink.svg") !important;
  background-position: right 0.5625rem !important;
  background-repeat: no-repeat !important;
  background-size: 1.67rem !important;
  color: #000 !important;
}

.btn--no-background-newsroom {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  background-color: transparent;
  background-image: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/alfame-arrow-down.svg") !important;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
  color: #2d2d2d;
  padding: 0.6rem 0.5625rem 2.25rem;
}
@media (max-width: 48rem) {
  .btn--no-background-newsroom {
    font-size: 16px;
    font-size: 1rem;
  }
}
.btn--no-background-newsroom:focus, .btn--no-background-newsroom:hover {
  background-color: transparent !important;
  background-image: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/alfame-arrow-down-magenta.svg") !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem auto !important;
  color: #2d2d2d !important;
  outline: none;
}

.btn--filter-magenta {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  padding: 1.09375rem 2.1rem;
  background-color: #fff !important;
  background-image: none;
  color: #df059c;
  -webkit-transition: background-image 150ms cubic-bezier(0.47, 0, 0.75, 0.72) !important;
  transition: background-image 150ms cubic-bezier(0.47, 0, 0.75, 0.72) !important;
  background-position: 40rem center;
}
.btn--filter-magenta:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5fca), to(#df059c)) !important;
  background-image: linear-gradient(90deg, #ff5fca 0%, #df059c 100%) !important;
  color: #fff;
}
.btn--filter-magenta:focus, .btn--filter-magenta[aria-selected=true] {
  background: #df059c !important;
  color: #fff;
}
@media (max-width: 48rem) {
  .btn--filter-magenta {
    padding: 0.75rem 2.625rem 0.8125rem;
  }
}

.reset-button {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0) !important;
}

.hs-private.hs-private.hs-private button {
  background-image: none !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  width: 100% !important;
  padding: 1.063rem 3.125rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #000;
  font-family: "Raleway", sans-serif;
  background-color: #fff;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 6.25rem;
}
@media (max-width: 48rem) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea,
  select {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 48rem) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea,
  select {
    padding: 0.875rem 1.5rem;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  border-color: #ff5fca;
  outline: 0;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 4.5rem;
  background-image: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/select-arrow.svg");
  background-position: calc(100% - 1.875rem) center;
  background-size: 1.25rem auto;
  background-repeat: no-repeat;
}
@media (max-width: 48rem) {
  select {
    padding-right: 3rem;
    background-size: 0.9375rem auto;
    background-position: calc(100% - 1.25rem) center;
  }
}

textarea {
  resize: vertical;
  min-height: 11rem;
  border-radius: 1.25rem;
}

input[type=checkbox],
input[type=radio] {
  font-size: 100%;
  margin-right: 0.25rem;
}

.hs-form-radio-display,
.hs-form-checkbox-display,
.hs-fieldtype-booleancheckbox {
  position: relative;
}
.hs-form-radio-display span:not(.hs-form-required),
.hs-form-checkbox-display span:not(.hs-form-required),
.hs-fieldtype-booleancheckbox span:not(.hs-form-required) {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3.75rem;
  padding-left: 5.625rem;
  cursor: pointer;
}
@media (max-width: 48rem) {
  .hs-form-radio-display span:not(.hs-form-required),
  .hs-form-checkbox-display span:not(.hs-form-required),
  .hs-fieldtype-booleancheckbox span:not(.hs-form-required) {
    min-height: 2.8125rem;
    padding-left: 4.0625rem;
  }
}
.hs-form-radio-display span:not(.hs-form-required)::before, .hs-form-radio-display span:not(.hs-form-required)::after,
.hs-form-checkbox-display span:not(.hs-form-required)::before,
.hs-form-checkbox-display span:not(.hs-form-required)::after,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::before,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
  position: absolute;
  content: "";
}
.hs-form-radio-display span:not(.hs-form-required)::before,
.hs-form-checkbox-display span:not(.hs-form-required)::before,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::before {
  height: 3.75rem;
  width: 3.75rem;
  background-color: #fff;
  top: 0;
  left: 0;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.625rem;
}
@media (max-width: 48rem) {
  .hs-form-radio-display span:not(.hs-form-required)::before,
  .hs-form-checkbox-display span:not(.hs-form-required)::before,
  .hs-fieldtype-booleancheckbox span:not(.hs-form-required)::before {
    height: 2.8125rem;
    width: 2.8125rem;
  }
}
.hs-form-radio-display span:not(.hs-form-required)::after,
.hs-form-checkbox-display span:not(.hs-form-required)::after,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
  top: 0.75rem;
  left: 0.75rem;
  height: 2.25rem;
  width: 2.25rem;
  background-color: #ff5fca;
  border-radius: 50%;
}
@media (max-width: 48rem) {
  .hs-form-radio-display span:not(.hs-form-required)::after,
  .hs-form-checkbox-display span:not(.hs-form-required)::after,
  .hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
    top: 0.5rem;
    left: 0.5rem;
    height: 1.8125rem;
    width: 1.8125rem;
  }
}
.hs-form-radio-display input[type=radio],
.hs-form-radio-display input[type=checkbox],
.hs-form-checkbox-display input[type=radio],
.hs-form-checkbox-display input[type=checkbox],
.hs-fieldtype-booleancheckbox input[type=radio],
.hs-fieldtype-booleancheckbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.hs-form-radio-display input[type=radio] + span::after,
.hs-form-radio-display input[type=checkbox] + span::after,
.hs-form-checkbox-display input[type=radio] + span::after,
.hs-form-checkbox-display input[type=checkbox] + span::after,
.hs-fieldtype-booleancheckbox input[type=radio] + span::after,
.hs-fieldtype-booleancheckbox input[type=checkbox] + span::after {
  content: none;
}
.hs-form-radio-display input[type=radio]:checked + span::after,
.hs-form-radio-display input[type=checkbox]:checked + span::after,
.hs-form-checkbox-display input[type=radio]:checked + span::after,
.hs-form-checkbox-display input[type=checkbox]:checked + span::after,
.hs-fieldtype-booleancheckbox input[type=radio]:checked + span::after,
.hs-fieldtype-booleancheckbox input[type=checkbox]:checked + span::after {
  content: "";
}
.hs-form-radio-display input[type=radio]:focus-visible + span::before,
.hs-form-radio-display input[type=checkbox]:focus-visible + span::before,
.hs-form-checkbox-display input[type=radio]:focus-visible + span::before,
.hs-form-checkbox-display input[type=checkbox]:focus-visible + span::before,
.hs-fieldtype-booleancheckbox input[type=radio]:focus-visible + span::before,
.hs-fieldtype-booleancheckbox input[type=checkbox]:focus-visible + span::before {
  outline: 1px solid #ff5fca;
}
.hs-form-radio-display input[type=radio] + span:before,
.hs-form-checkbox-display input[type=radio] + span:before,
.hs-fieldtype-booleancheckbox input[type=radio] + span:before {
  border-radius: 50%;
}

.hs-fieldtype-checkbox .input,
.hs-fieldtype-booleancheckbox .input {
  margin-top: 0.3rem;
}
.hs-fieldtype-checkbox span:not(.hs-form-required)::after,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
  border-radius: 0;
}

.form-title {
  margin: 0 0 1.5em 0;
}

.hs-form, .systems-page .form-container {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
@media (max-width: 48rem) {
  .hs-form, .systems-page .form-container {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.hs-form .hs-richtext, .systems-page .form-container .hs-richtext,
.hs-form .hs-form-field,
.systems-page .form-container .hs-form-field {
  margin: 0 0 1.5em 0;
}
.hs-form .hs-form-field label, .systems-page .form-container .hs-form-field label {
  margin: 0 0 1em 0.625rem;
  display: block;
}
.hs-form .hs-form-field .hs-field-desc, .systems-page .form-container .hs-form-field .hs-field-desc {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 0.8em;
}
.hs-form .hs-form-field textarea, .systems-page .form-container .hs-form-field textarea {
  vertical-align: top;
}
.hs-form .hs-form-field .input ul.inputs-list, .systems-page .form-container .hs-form-field .input ul.inputs-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 0.6rem 0;
}
.hs-form .hs-form-field .input ul.inputs-list label, .systems-page .form-container .hs-form-field .input ul.inputs-list label {
  margin-left: 0;
}
.hs-form .hs-form-field .input ul.inputs-list li, .systems-page .form-container .hs-form-field .input ul.inputs-list li {
  margin-bottom: 0.5rem;
}
.hs-form .hs-form-field .input ul.inputs-list .hs-form-checkbox input, .systems-page .form-container .hs-form-field .input ul.inputs-list .hs-form-checkbox input,
.hs-form .hs-form-field .input ul.inputs-list .hs-form-radio input,
.systems-page .form-container .hs-form-field .input ul.inputs-list .hs-form-radio input,
.hs-form .hs-form-field .input ul.inputs-list li .hs-form-booleancheckbox-display .hs-input,
.systems-page .form-container .hs-form-field .input ul.inputs-list li .hs-form-booleancheckbox-display .hs-input {
  height: auto;
  width: auto;
}
.hs-form .hs-fieldtype-file .input, .systems-page .form-container .hs-fieldtype-file .input {
  padding: 1em;
  border: 0.0625rem solid #e5e5e5;
}
.hs-form .hs-submit, .systems-page .form-container .hs-submit {
  margin-top: 3.125rem;
  text-align: center;
}
@media (max-width: 48rem) {
  .hs-form .hs-submit, .systems-page .form-container .hs-submit {
    margin-top: 3rem;
  }
}
@media (max-width: 37.5rem) {
  .hs-form .hs-submit, .systems-page .form-container .hs-submit {
    margin-top: 3rem;
  }
}
.hs-form .hs-error-msgs, .systems-page .form-container .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 2rem 0;
}
.hs-form .hs-error-msgs label, .systems-page .form-container .hs-error-msgs label {
  margin-top: 0.75rem;
  color: #d70b02;
  font-size: 0.8em;
}

.legal-consent-container {
  font-size: 0.8em;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  margin: 0.75rem 0 0 !important;
}

body .body-wrapper .hs-form fieldset, body .body-wrapper .systems-page .form-container fieldset, .systems-page body .body-wrapper .form-container fieldset {
  display: contents;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
body .body-wrapper .hs-form fieldset:before, body .body-wrapper .systems-page .form-container fieldset:before, .systems-page body .body-wrapper .form-container fieldset:before, body .body-wrapper .hs-form fieldset:after, body .body-wrapper .systems-page .form-container fieldset:after, .systems-page body .body-wrapper .form-container fieldset:after {
  display: none;
}
body .body-wrapper .hs-form fieldset .input, body .body-wrapper .systems-page .form-container fieldset .input, .systems-page body .body-wrapper .form-container fieldset .input {
  margin-right: 0;
}
body .body-wrapper .hs-form fieldset .hs-form-field, body .body-wrapper .systems-page .form-container fieldset .hs-form-field, .systems-page body .body-wrapper .form-container fieldset .hs-form-field {
  width: 100%;
}
@media (min-width: 37.501rem) {
  body .body-wrapper .hs-form fieldset.form-columns-2 .hs-form-field, body .body-wrapper .systems-page .form-container fieldset.form-columns-2 .hs-form-field, .systems-page body .body-wrapper .form-container fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 0.75rem);
    margin-right: 1.5rem;
  }
  body .body-wrapper .hs-form fieldset.form-columns-2 .hs-form-field:last-child, body .body-wrapper .systems-page .form-container fieldset.form-columns-2 .hs-form-field:last-child, .systems-page body .body-wrapper .form-container fieldset.form-columns-2 .hs-form-field:last-child {
    margin-right: 0;
  }
  body .body-wrapper .hs-form fieldset.form-columns-3 .hs-form-field, body .body-wrapper .systems-page .form-container fieldset.form-columns-3 .hs-form-field, .systems-page body .body-wrapper .form-container fieldset.form-columns-3 .hs-form-field {
    width: calc(33.3% - 0.35rem);
    margin-right: 0.5rem;
  }
  body .body-wrapper .hs-form fieldset.form-columns-3 .hs-form-field:last-child, body .body-wrapper .systems-page .form-container fieldset.form-columns-3 .hs-form-field:last-child, .systems-page body .body-wrapper .form-container fieldset.form-columns-3 .hs-form-field:last-child {
    margin-right: 0;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #aaa;
  border-width: 0 0 1px;
  padding: 0.5rem;
}

th {
  border-width: 0 0 2px;
  text-align: left;
  font-weight: 400;
  padding: 0.5rem;
}

:focus {
  outline: thin dotted;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #000;
  clip: auto !important;
  color: white;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  padding: 0.75rem;
  left: 0.5rem;
  top: 0.5rem;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-form, .span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-rich_text,
.dnd-section > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-form,
.dnd-section > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-rich_text {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > hr,
.dnd-section > div > .span12.dnd-module > .hs_cos_wrapper_type_module > hr {
  width: 100% !important;
  border-color: #e5e5e5 !important;
}

.hs-embed-wrapper[data-service=youtube] {
  max-width: none !important;
  max-height: none !important;
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}
.hs-embed-wrapper[data-service=youtube]:first-child {
  margin-top: 0 !important;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
ol li,
ul li {
  margin: 1.875rem 0 0;
  padding-left: 1rem;
  position: relative;
}
ol li:first-child,
ul li:first-child {
  margin-top: 0;
}
ol li ul,
ol li ol,
ol li ol:first-child,
ul li ul,
ul li ol,
ul li ol:first-child {
  margin-top: 1rem;
}

ul {
  padding-left: 1.25rem;
}

/*
 * Module
 * Molecules and organisms - Appearance of lift module and slider for example.
 * http://bradfrost.com/blog/post/atomic-web-design/#molecules
 * http://bradfrost.com/blog/post/atomic-web-design/#organisms
 */
.site-header {
  background: #2b0747;
  color: #fff;
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.875rem 0;
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
@media (max-width: 80rem) {
  .site-header {
    overflow: hidden;
    padding: 1.875rem 0;
  }
  .is-site-nav-opened .site-header {
    background: #ff5fca;
    color: #2b0747;
    height: 100%;
    overflow: hidden;
  }
}
.site-header.headroom--not-top {
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header.headroom--not-top.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.site-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(7.5625rem - 1.875rem * 2);
}
@media (max-width: 80rem) {
  .site-header__container {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    height: calc(6.25rem - 3.75rem);
    padding: 0;
  }
  .is-site-nav-opened .site-header__container {
    height: 100vh;
  }
}
.site-header__logo {
  color: #ff5fca;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
.site-header__logo:focus, .site-header__logo:hover {
  color: #fff;
}
.site-header__logo svg {
  vertical-align: top;
}
@media (max-width: 80rem) {
  .site-header__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0rem;
    padding: 0 3.25rem;
    width: 100%;
  }
}
@media (max-width: 80rem) and (max-width: 48rem) {
  .site-header__content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.site-header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6.25rem;
  margin-left: 3.125rem;
}
@media (max-width: 80rem) {
  .site-header__menu {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    background-color: #ff5fca;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-top: 2.8125rem;
    padding: 0 1.875rem 4rem;
    width: 100%;
  }
  .site-header__menu.is-opened {
    padding-bottom: 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 6.25rem);
    overflow: hidden auto;
    z-index: 100;
  }
}
@media (max-width: 80rem) and (max-width: 48rem) {
  .site-header__menu.is-opened {
    padding-bottom: 5rem;
  }
}
@media (max-width: 80rem) and (max-width: 37.5rem) {
  .site-header__menu.is-opened {
    padding-bottom: 5rem;
  }
}
.site-header__menu a {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
.site-header__search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  height: 2.5rem;
}
@media (min-width: 80.001rem) {
  .site-header__search {
    gap: 1.875rem;
  }
}
.site-header__search-btn {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0) !important;
  padding: 0 !important;
}
.site-header__search-btn svg {
  vertical-align: middle;
}
@media (max-width: 80rem) {
  .site-header__search-btn svg {
    color: #2b0747;
  }
}
.site-header__search-btn:focus, .site-header__search-btn:hover {
  background: none !important;
  outline: none;
}
.site-header__search-btn:focus svg, .site-header__search-btn:hover svg {
  color: #2b0747;
}
@media (min-width: 80.001rem) {
  .site-header__search-btn:focus svg, .site-header__search-btn:hover svg {
    color: #ff5fca;
  }
}
.site-header__search svg {
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
@media (max-width: 80rem) {
  .site-header__search {
    margin-top: 0;
  }
}
@media (min-width: 80.001rem) {
  .site-header__search {
    border-left: 1px solid #fff;
    margin-left: 1.875rem;
    padding-left: 1.875rem;
  }
  .site-header__search.search-open {
    border: none;
    margin-left: 0;
    padding-left: 0;
  }
  .site-header__search.search-open .hs-search-field {
    padding-right: 1.875rem;
  }
}
.site-header__search .hs-search-field__input {
  padding: 0.4375rem 1.875rem 0.4375rem 1rem;
}
@media (max-width: 80rem) {
  .site-header__search .hs-search-field__input {
    font-size: 16px;
    font-size: 1rem;
  }
}
.site-header__search .site-header__search-form {
  display: none;
}
@media (min-width: 80.001rem) {
  .site-header__search .site-header__search-form {
    border-right: 1px solid #fff;
    padding-right: 1.875rem;
  }
}
.site-header__search .hs-search-field {
  border-right: 1px solid #fff;
}
.site-header__search .hs-form-field {
  margin: 0;
  position: relative;
}
.site-header__search .hs-form .hs-submit, .site-header__search .systems-page .form-container .hs-submit, .systems-page .site-header__search .form-container .hs-submit {
  margin: 0;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
@media (min-width: 80.001rem) {
  .site-header__search .hs-form .hs-submit, .site-header__search .systems-page .form-container .hs-submit, .systems-page .site-header__search .form-container .hs-submit {
    right: 1rem;
    top: 11px;
  }
}
.site-header__search .hs-form .hs-submit:focus, .site-header__search .systems-page .form-container .hs-submit:focus, .systems-page .site-header__search .form-container .hs-submit:focus, .site-header__search .hs-form .hs-submit:hover, .site-header__search .systems-page .form-container .hs-submit:hover, .systems-page .site-header__search .form-container .hs-submit:hover {
  color: #ff5fca;
  background-image: none !important;
}
.site-header__search button {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0) !important;
}
.site-header__search-close {
  display: none;
}
.site-header__search-close svg {
  vertical-align: middle;
}
.site-header__search-close:focus, .site-header__search-close:hover {
  background: none !important;
}
.site-header__search-close:focus svg, .site-header__search-close:hover svg {
  color: #ff5fca;
}
@media (max-width: 80rem) {
  .site-header__search-close {
    display: none !important;
  }
}
.site-header__logo--text-desktop {
  display: none;
}
@media (min-width: 80.001rem) {
  .site-header__logo--text-desktop {
    display: block;
    margin-left: auto;
  }
}
.site-header__logo--text-mobile {
  display: block;
}
@media (min-width: 80.001rem) {
  .site-header__logo--text-mobile {
    display: none;
  }
}
.main-menu-open .site-header__logo--text-mobile, .is-site-nav-opened .site-header__logo--text-mobile {
  display: none;
}
.site-header__logo--morse {
  display: none;
}
@media (max-width: 80rem) {
  .main-menu-open .site-header__logo--morse, .is-site-nav-opened .site-header__logo--morse {
    color: #2b0747;
    display: block;
  }
}
@media (min-width: 80.001rem) {
  .site-header__logo--morse {
    color: #ff5fca;
    display: block;
  }
}
.site-header--no-nav .site-header__logo--text-mobile {
  display: block;
}
.site-header--no-header {
  display: none;
}

.language-select {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  margin-left: 1.875rem;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
@media (max-width: 80rem) {
  .language-select {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 800;
  }
}
.language-select a:focus, .language-select:hover {
  color: #ff5fca;
  outline: none;
}
@media (max-width: 80rem) {
  .language-select {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .language-select a:focus, .language-select:hover {
    color: #fff;
  }
}

.nav-toggle {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0) !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2b0747;
  display: none;
  font-weight: 400;
  height: 1.5rem;
  margin-left: 1rem;
  padding: 0 !important;
  text-transform: uppercase;
}
@media (max-width: 80rem) {
  .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 37.5rem) {
  .nav-toggle {
    margin-left: 0.25rem;
  }
}
.nav-toggle:hover, .nav-toggle:focus {
  background: rgba(0, 0, 0, 0) !important;
  outline: 0;
}
.nav-toggle__icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 0.125rem;
  display: block;
  background: #ff5fca;
  height: 0.275rem;
  margin-left: 0.375rem;
  margin-top: 0rem;
  position: relative;
  -webkit-transition: none;
  transition: none;
  width: 2.125rem;
}
.nav-toggle__icon:before {
  margin-top: 0.525rem;
}
.nav-toggle__icon:after {
  margin-top: 0.35rem;
}
.nav-toggle__icon:before, .nav-toggle__icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2475rem;
  width: 2.125rem;
  background: #ff5fca;
  border-radius: 0.125rem;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.is-site-nav-opened .nav-toggle__icon {
  background: transparent;
}
.is-site-nav-opened .nav-toggle__icon:before, .is-site-nav-opened .nav-toggle__icon:after {
  background: #2b0747;
  position: absolute;
  margin-top: 0.65rem;
  top: 0;
  left: 0;
}
.is-site-nav-opened .nav-toggle__icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-site-nav-opened .nav-toggle__icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-toggle__open {
  color: #2b0747;
}

#main-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.site-footer {
  padding-bottom: 6.25rem;
  padding-top: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#011d47), to(#2b0747));
  background: linear-gradient(180deg, #011d47 0%, #2b0747 100%);
}
@media (max-width: 48rem) {
  .site-footer {
    padding-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .site-footer {
    padding-bottom: 5rem;
  }
}
@media (max-width: 48rem) {
  .site-footer {
    padding-top: 3.75rem;
  }
}
@media (max-width: 37.5rem) {
  .site-footer {
    padding-top: 3.75rem;
  }
}
.site-footer__container {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 65rem) {
  .site-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer__logo {
  color: #ff5fca;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
@media (min-width: 65.001rem) {
  .site-footer__logo {
    padding-right: 6.25rem;
  }
}
@media (max-width: 65rem) {
  .site-footer__logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-footer__logo svg {
    width: 3rem;
    height: auto;
  }
}
.site-footer__logo-link svg {
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
.site-footer__logo-link svg:focus, .site-footer__logo-link svg:hover {
  color: #fff;
}
.site-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 65.001rem) {
  .site-footer__menu {
    padding-right: 3.125rem;
  }
}
@media (min-width: 90.001rem) {
  .site-footer__menu {
    padding-right: 6.25rem;
  }
}
@media (max-width: 65rem) {
  .site-footer__menu {
    padding-top: 3.125rem;
  }
}
@media (max-width: 48rem) {
  .site-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__menu ul li {
  padding-left: 0;
}
.site-footer__menu ul .hs-menu-depth-1 {
  margin-top: 2.8125rem;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
@media (max-width: 48rem) {
  .site-footer__menu ul .hs-menu-depth-1 {
    margin-top: 2.5rem;
  }
}
@media (max-width: 37.5rem) {
  .site-footer__menu ul .hs-menu-depth-1 {
    margin-top: 2.5rem;
  }
}
@media (max-width: 48rem) {
  .site-footer__menu ul .hs-menu-depth-1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.site-footer__menu ul .hs-menu-depth-1:first-child {
  margin-top: 0;
}
.site-footer__menu ul .hs-menu-depth-2 {
  margin-top: 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
@media (max-width: 48rem) {
  .site-footer__menu ul .hs-menu-depth-2 {
    margin-top: 0.375rem;
  }
}
@media (max-width: 37.5rem) {
  .site-footer__menu ul .hs-menu-depth-2 {
    margin-top: 0.25rem;
  }
}
@media (max-width: 48rem) {
  .site-footer__menu ul .hs-menu-depth-2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.site-footer__menu ul .hs-menu-depth-2 a::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: -1.75rem;
  margin-right: 0.5rem;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  vertical-align: middle;
  width: 1.25rem;
}
@media (min-width: 48.001rem) {
  .site-footer__menu ul .hs-menu-depth-2 a::before {
    margin-left: -2.25rem;
    width: 1.75rem;
  }
}
.site-footer__menu ul .hs-menu-children-wrapper {
  margin-top: 1rem;
  padding-left: 1.75rem;
}
@media (max-width: 48rem) {
  .site-footer__menu ul .hs-menu-children-wrapper {
    margin-top: 0.75rem;
  }
}
@media (max-width: 37.5rem) {
  .site-footer__menu ul .hs-menu-children-wrapper {
    margin-top: 0.5rem;
  }
}
@media (min-width: 48.001rem) {
  .site-footer__menu ul .hs-menu-children-wrapper {
    padding-left: 2.25rem;
  }
}
@media (max-width: 65rem) {
  .site-footer__menu ul .hs-menu-item {
    padding-left: 0;
  }
}
.site-footer__menu ul .hs-menu-item a {
  text-decoration: none;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.site-footer__menu ul .hs-menu-item a:focus, .site-footer__menu ul .hs-menu-item a:hover {
  color: #ff5fca;
}
.site-footer__menu ul .hs-menu-item a:focus::before, .site-footer__menu ul .hs-menu-item a:hover::before {
  background-color: #ff5fca;
}
.site-footer__menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 48.001rem) {
  .site-footer__menu-item--right {
    padding-left: 3.125rem;
  }
}
@media (max-width: 48rem) {
  .site-footer__menu-item--right {
    margin-top: 2.8125rem;
  }
}
@media (max-width: 48rem) and (max-width: 48rem) {
  .site-footer__menu-item--right {
    margin-top: 2.5rem;
  }
}
@media (max-width: 48rem) and (max-width: 37.5rem) {
  .site-footer__menu-item--right {
    margin-top: 2.5rem;
  }
}
.site-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 65.001rem) {
  .site-footer__content {
    border-left: 1px solid #ff5fca;
    padding-left: 3.125rem;
    width: 16.25rem;
  }
}
@media (max-width: 65rem) {
  .site-footer__content {
    border-top: 1px solid #ff5fca;
    margin-top: 2.8125rem;
    padding-top: 3.125rem;
  }
}
.site-footer__content a {
  text-decoration: none;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.site-footer__content a:focus, .site-footer__content a:hover {
  color: #ff5fca;
}
.site-footer__some {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer__some--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}
@media (min-width: 65.001rem) {
  .site-footer__some--mobile {
    display: none;
  }
}
.site-footer__some--desktop {
  margin-top: auto;
}
@media (max-width: 65rem) {
  .site-footer__some--desktop {
    display: none;
  }
}
.site-footer__some li {
  margin-left: 1.5rem;
  margin-top: 0;
  padding: 0;
}
@media (min-width: 65.001rem) {
  .site-footer__some li {
    margin-left: 1.875rem;
  }
}
.site-footer__some li:first-child {
  margin-left: 0;
}
.site-footer__some a {
  color: #ff5fca;
}
.site-footer__some a:focus, .site-footer__some a:hover {
  color: #fff;
}
@media (max-width: 65rem) {
  .site-footer__some svg {
    width: 2.5rem;
  }
}

.centered-text {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
  text-align: center;
}
@media (max-width: 48rem) {
  .centered-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.centered-text h2 {
  margin-bottom: 2.8125rem;
}
@media (max-width: 48rem) {
  .centered-text h2 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 37.5rem) {
  .centered-text h2 {
    margin-bottom: 2.5rem;
  }
}
.centered-text h2:last-child {
  margin-bottom: 0;
}
.centered-text .cta_button {
  margin: calc(1.875rem / 2);
}

@media (max-width: 80rem) {
  .main-menu {
    margin-top: 1.875rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}
@media (max-width: 80rem) {
  .main-menu ul {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 800;
  }
}
@media (min-width: 80.001rem) {
  .main-menu ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-menu .hs-menu-item {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  margin-left: 1.875rem;
  margin-top: 0;
  padding-left: 0;
}
@media (max-width: 80rem) {
  .main-menu .hs-menu-item {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 800;
  }
}
.main-menu .hs-menu-item:first-child {
  margin-left: 0;
}
@media (min-width: 80.001rem) {
  .main-menu .hs-menu-item:hover > a {
    color: #ff5fca;
  }
}
@media (max-width: 80rem) {
  .main-menu .hs-menu-item {
    border-top: 1px solid #2b0747;
    color: #2b0747;
    margin-left: 0;
    padding: 1.875rem 0;
  }
}
.main-menu .hs-menu-item a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  vertical-align: top;
}
.main-menu .hs-menu-item a:focus, .main-menu .hs-menu-item a:hover {
  color: #fff;
  outline: none;
  z-index: 11;
}
@media (min-width: 80.001rem) {
  .main-menu .hs-menu-item a:focus, .main-menu .hs-menu-item a:hover {
    color: #ff5fca;
  }
}
.main-menu .hs-menu-item.active > a {
  color: #fff;
  font-weight: 800;
}
@media (min-width: 80.001rem) {
  .main-menu .hs-menu-item.active > a {
    border-bottom: 2px solid #ff5fca;
    color: #ff5fca;
  }
}
.main-menu .hs-menu-item .hs-item-has-children__sub-toggle {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0) !important;
  background-color: transparent !important;
  background-image: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/alfame-arrow-munakoiso.svg") !important;
  background-repeat: no-repeat !important;
  height: 1.6875rem;
  position: absolute;
  right: 0;
  top: 33px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  width: 1.6875rem;
}
.main-menu .hs-menu-item .hs-item-has-children__sub-toggle[aria-expanded=true] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 80.001rem) {
  .main-menu .hs-menu-item .hs-item-has-children__sub-toggle {
    display: none;
  }
}
.main-menu .hs-menu-item .hs-item-has-children__sub-toggle:focus, .main-menu .hs-menu-item .hs-item-has-children__sub-toggle:hover {
  outline: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.main-menu .hs-item-has-children {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 80.001rem) {
  .main-menu .hs-item-has-children:hover .hs-menu-children-wrapper, .main-menu .hs-item-has-children:focus .hs-menu-children-wrapper, .main-menu .hs-item-has-children:focus-within .hs-menu-children-wrapper {
    visibility: visible;
  }
}
.main-menu .hs-menu-children-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: block;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  padding-left: 2rem;
  color: #2b0747;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 80rem) {
  .main-menu .hs-menu-children-wrapper.is-opened {
    visibility: visible;
  }
}
@media (min-width: 80.001rem) {
  .main-menu .hs-menu-children-wrapper {
    color: #fff;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: -1.3rem;
    width: auto;
    padding: 3rem 2rem 0 4rem;
    background: #2b0747;
    border-radius: 0px 0px 1.875rem 0px;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item {
    display: block;
    padding-left: 0;
    white-space: nowrap;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a {
    padding: 0;
    -webkit-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a::before {
    background-image: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/alfame-arrow-white.svg");
    background-repeat: no-repeat;
    content: "";
    height: 1.25rem;
    left: -2.5rem;
    position: absolute;
    width: 1.25rem;
    -webkit-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a:after {
    left: 0;
    bottom: 0em;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a:focus::before, .main-menu .hs-menu-children-wrapper .hs-menu-item a:hover::before {
    background-image: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/alfame-arrow-purkka.svg");
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item a:focus:after, .main-menu .hs-menu-children-wrapper .hs-menu-item a:hover:after {
    width: 100%;
  }
}
.main-menu .hs-menu-children-wrapper .hs-menu-item {
  margin: 1rem 0 0;
}
.main-menu .hs-menu-children-wrapper .hs-menu-item:first-child {
  margin-top: 0;
}
@media (max-width: 80rem) {
  .main-menu .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    border-top: none;
    margin: 0;
    padding: 0.25rem 0;
    position: relative;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2::before {
    background-color: #2b0747;
    content: "";
    height: 1px;
    margin-right: 0.5rem;
    position: absolute;
    top: 1.0625rem;
    width: 1rem;
  }
  .main-menu .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2 a {
    margin-left: 1.5rem;
  }
}

@media (min-width: 80.001rem) {
  .search-open--hide {
    display: none;
  }
}

.search-open--show {
  display: block !important;
}

.site-hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#2b0747), to(#011d47));
  background: linear-gradient(180deg, #2b0747 0%, #011d47 100%);
  height: 100%;
  margin-top: 6.25rem;
  position: relative;
}
@media (min-width: 80.001rem) {
  .site-hero {
    margin-top: 7.5625rem;
    min-height: 43rem;
  }
}
@media (max-width: 65rem) {
  .site-hero {
    padding-top: 5rem;
  }
}
@media (max-width: 65rem) and (max-width: 48rem) {
  .site-hero {
    padding-top: 3.75rem;
  }
}
@media (max-width: 65rem) and (max-width: 37.5rem) {
  .site-hero {
    padding-top: 3.75rem;
  }
}
.site-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 43rem;
}
@media (max-width: 65rem) {
  .site-hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 1rem;
    padding: 0;
  }
}
.site-hero .dnd-section {
  margin: 0;
}
.site-hero__content {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  -ms-flex-item-align: center;
      align-self: center;
  color: #fff;
  width: 100%;
}
@media (max-width: 48rem) {
  .site-hero__content {
    padding-top: 3rem;
  }
}
@media (max-width: 37.5rem) {
  .site-hero__content {
    padding-top: 3rem;
  }
}
@media (max-width: 48rem) {
  .site-hero__content {
    padding-bottom: 3rem;
  }
}
@media (max-width: 37.5rem) {
  .site-hero__content {
    padding-bottom: 3rem;
  }
}
@media (min-width: 65.001rem) {
  .site-hero__content {
    max-width: 39.25rem;
  }
}
@media (max-width: 65rem) {
  .site-hero__content {
    padding: 0 1.875rem;
  }
}
.site-hero__content .row-fluid {
  padding: 0;
}
.site-hero__content a {
  color: inherit;
}
.site-hero__content h1,
.site-hero__content h2,
.site-hero__content h3,
.site-hero__content h4,
.site-hero__content h5,
.site-hero__content p {
  color: #fff;
}
.site-hero .cta_button {
  margin-right: 1.875rem;
  margin-top: 1.875rem;
}
.site-hero__image {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 28rem;
  margin: 1rem 0 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 65.001rem) {
  .site-hero__image {
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: relative;
    right: -2rem;
    margin: 0;
    max-width: 45.75rem;
    text-align: right;
  }
}
@media (min-width: 90.001rem) {
  .site-hero__image {
    margin: 0 0 0 3rem;
  }
}
@media (max-width: 48rem) {
  .site-hero__image {
    margin-top: 2.75rem;
  }
}
.site-hero__image img {
  vertical-align: top;
}
@media (max-width: 65rem) {
  .site-hero--no-image {
    padding-bottom: 10rem;
  }
  .site-hero--no-image .cta_button {
    position: inherit;
  }
}

.site-hero--case {
  margin-top: 6.25rem;
  padding-top: 0;
}
@media (min-width: 80.001rem) {
  .site-hero--case {
    margin-top: 7.5625rem;
  }
}
.site-hero--case .site-hero__title h1 {
  font-size: 130px;
  font-size: 8.125rem;
  line-height: 1;
  font-family: "xenera", sans-serif;
  font-weight: 400;
}
@media (max-width: 48rem) {
  .site-hero--case .site-hero__title h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.04;
  }
}
.site-hero--case .site-hero__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: unset;
  text-align: center;
}
@media (max-width: 65rem) {
  .site-hero--case .site-hero__container {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
@media (max-width: 48rem) {
  .site-hero--case .site-hero__container {
    min-height: 13.1875rem;
  }
}
@media (min-width: 48.001rem) {
  .site-hero--case .site-hero__container::after {
    content: "";
    display: block;
    padding-bottom: 56%;
  }
}
.site-hero--case .site-hero__background-image {
  background: -webkit-gradient(linear, left top, left bottom, from(#2b0747), to(#011d47));
  background: linear-gradient(180deg, #2b0747 0%, #011d47 100%);
  height: 100%;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
.site-hero--case .site-hero__background-image::after {
  content: "";
  display: block;
  padding-bottom: 48%;
}
.site-hero--case .site-hero__background-image img {
  opacity: 0.8;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.site-hero--case .site-hero__content {
  margin: 0;
  max-width: 83.75rem;
  z-index: 2;
}

.blog-hero {
  margin-bottom: 6.25rem;
  background: #fff;
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  .blog-hero {
    margin-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .blog-hero {
    margin-bottom: 5rem;
  }
}
@media (min-width: 80.001rem) {
  .blog-hero {
    margin-top: 7.5625rem;
  }
}
.blog-hero--no-bg {
  padding-top: 3.125rem;
}
@media (max-width: 48rem) {
  .blog-hero--no-bg {
    padding-top: 3rem;
  }
}
@media (max-width: 37.5rem) {
  .blog-hero--no-bg {
    padding-top: 3rem;
  }
}
.blog-hero__image {
  background: -webkit-gradient(linear, left top, left bottom, from(#2b0747), to(#011d47));
  background: linear-gradient(180deg, #2b0747 0%, #011d47 100%);
  margin: 0;
  position: relative;
  width: 100%;
}
.blog-hero__image::after {
  content: "";
  display: block;
  padding-bottom: 48%;
}
.blog-hero__image img {
  opacity: 0.8;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.blog-hero__container {
  padding: 0 3.25rem;
  margin-top: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 48rem) {
  .blog-hero__container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (max-width: 48rem) {
  .blog-hero__container {
    margin-top: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .blog-hero__container {
    margin-top: 5rem;
  }
}
.blog-hero__content {
  margin-bottom: 6.25rem;
}
@media (max-width: 48rem) {
  .blog-hero__content {
    margin-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .blog-hero__content {
    margin-bottom: 5rem;
  }
}
.blog-hero__metas {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #5f0f9f;
  margin-bottom: 1.875rem;
}
@media (max-width: 48rem) {
  .blog-hero__metas {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57;
  }
}
.blog-hero__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  margin-bottom: 2.8125rem;
  color: #5f0f9f;
}
@media (max-width: 48rem) {
  .blog-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 48rem) {
  .blog-hero__title {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 37.5rem) {
  .blog-hero__title {
    margin-bottom: 2.5rem;
  }
}
.blog-hero__lead {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
@media (max-width: 48rem) {
  .blog-hero__lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.blog-hero__small-image {
  margin-bottom: 6.25rem;
  margin: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 48rem) {
  .blog-hero__small-image {
    margin-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .blog-hero__small-image {
    margin-bottom: 5rem;
  }
}
.blog-hero__small-image::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.blog-hero__small-image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.job-list {
  padding: 0 3.25rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b0747), to(#011d47));
  background: linear-gradient(180deg, #2b0747 0%, #011d47 100%);
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  .job-list {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (max-width: 48rem) {
  .job-list {
    padding-top: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .job-list {
    padding-top: 5rem;
  }
}
@media (max-width: 48rem) {
  .job-list {
    padding-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .job-list {
    padding-bottom: 5rem;
  }
}
@media (min-width: 80.001rem) {
  .job-list {
    margin-top: 7.5625rem;
  }
}
.job-list h1, .job-list h2, .job-list h3, .job-list h4 {
  color: inherit;
}
.job-list__content-before {
  margin-bottom: 6.25rem;
}
@media (max-width: 48rem) {
  .job-list__content-before {
    margin-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .job-list__content-before {
    margin-bottom: 5rem;
  }
}
.job-list__jobs, .job-list__cta {
  max-width: 90rem;
  margin: 0 auto;
}
.job-list__cta {
  margin-top: 1.875rem;
  text-align: right;
}
.job-list__form {
  margin-top: 6.25rem;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 48rem) {
  .job-list__form {
    margin-top: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .job-list__form {
    margin-top: 5rem;
  }
}
.job-list__form-description {
  text-align: center;
  margin-bottom: 3.125rem;
}
@media (max-width: 48rem) {
  .job-list__form-description {
    margin-bottom: 3rem;
  }
}
@media (max-width: 37.5rem) {
  .job-list__form-description {
    margin-bottom: 3rem;
  }
}
.job-list--archive-page {
  margin-top: 0;
  background: #011d47;
}

.job-item,
.teamtailor-jobs__job {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  border-top: 0.0625rem solid #fff;
}
@media (max-width: 48rem) {
  .job-item,
  .teamtailor-jobs__job {
    padding-top: 3rem;
  }
}
@media (max-width: 37.5rem) {
  .job-item,
  .teamtailor-jobs__job {
    padding-top: 3rem;
  }
}
@media (max-width: 48rem) {
  .job-item,
  .teamtailor-jobs__job {
    padding-bottom: 3rem;
  }
}
@media (max-width: 37.5rem) {
  .job-item,
  .teamtailor-jobs__job {
    padding-bottom: 3rem;
  }
}
.job-item:last-child,
.teamtailor-jobs__job:last-child {
  border-bottom: 0.0625rem solid #fff;
}
.job-item .job-item__content:hover .job-item__title,
.job-item .job-item__content:hover .job-item__arrow, .job-item:focus-within .job-item__title,
.job-item:focus-within .job-item__arrow,
.teamtailor-jobs__job .job-item__content:hover .job-item__title,
.teamtailor-jobs__job .job-item__content:hover .job-item__arrow,
.teamtailor-jobs__job:focus-within .job-item__title,
.teamtailor-jobs__job:focus-within .job-item__arrow {
  color: #ff5fca;
}
.job-item__content,
.job-item .teamtailor-jobs__job-title,
.job-item .teamtailor-jobs__job-info,
.teamtailor-jobs__job__content,
.teamtailor-jobs__job .teamtailor-jobs__job-title,
.teamtailor-jobs__job .teamtailor-jobs__job-info {
  position: relative;
  max-width: 55rem;
  margin: 0 auto;
}
@media (min-width: 48.001rem) {
  .job-item__content,
  .job-item .teamtailor-jobs__job-title,
  .job-item .teamtailor-jobs__job-info,
  .teamtailor-jobs__job__content,
  .teamtailor-jobs__job .teamtailor-jobs__job-title,
  .teamtailor-jobs__job .teamtailor-jobs__job-info {
    padding-right: 5rem;
  }
}
.job-item__title a,
.teamtailor-jobs__job__title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 125ms ease;
  transition: all 125ms ease;
}
.job-item__title a::after,
.teamtailor-jobs__job__title a::after {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.job-item .teamtailor-jobs__job-title,
.teamtailor-jobs__job .teamtailor-jobs__job-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 125ms ease;
  transition: all 125ms ease;
}
@media (max-width: 48rem) {
  .job-item .teamtailor-jobs__job-title,
  .teamtailor-jobs__job .teamtailor-jobs__job-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 48.001rem) {
  .job-item .teamtailor-jobs__job-title::after,
  .teamtailor-jobs__job .teamtailor-jobs__job-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1.8125rem;
    height: 1.8125rem;
    background: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/alfame-arrow-white.svg") no-repeat center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.job-item .teamtailor-jobs__job-title:hover, .job-item .teamtailor-jobs__job-title:focus-visible,
.teamtailor-jobs__job .teamtailor-jobs__job-title:hover,
.teamtailor-jobs__job .teamtailor-jobs__job-title:focus-visible {
  color: #ff5fca;
}
.job-item__location,
.teamtailor-jobs__job__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.job-item__location svg,
.teamtailor-jobs__job__location svg {
  margin-right: 2.8125rem;
}
.job-item .teamtailor-jobs__job-info,
.teamtailor-jobs__job .teamtailor-jobs__job-info {
  display: block;
  margin-top: 1.3em;
}
.job-item__arrow,
.teamtailor-jobs__job__arrow {
  display: none;
}
@media (min-width: 48.001rem) {
  .job-item__arrow,
  .teamtailor-jobs__job__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 125ms ease;
    transition: all 125ms ease;
  }
}

.teamtailor-jobs__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}
@media (max-width: 48rem) {
  .teamtailor-jobs__filters {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 37.5rem) {
  .teamtailor-jobs__filters {
    margin-bottom: 3.75rem;
  }
}
.teamtailor-jobs__filters .teamtailor-jobs__select-wrapper:last-child {
  margin-right: 0;
}

@media (min-width: 48.001rem) {
  .posts-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    row-gap: 1.875rem;
  }
}
@media (min-width: 65.001rem) {
  .posts-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 48rem) {
  .posts-list {
    margin-left: -1.875rem;
    width: 100vw;
  }
}

.post-item {
  position: relative;
  text-align: center;
  -webkit-transition: all 125ms ease;
  transition: all 125ms ease;
}
.post-item:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(37.6%, #2B0747), to(#011D47));
  background-image: linear-gradient(180deg, #2B0747 37.6%, #011D47 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
.post-item:focus-within, .post-item:hover {
  color: #fff;
}
.post-item:focus-within .post-item__meta,
.post-item:focus-within .post-item__title a, .post-item:hover .post-item__meta,
.post-item:hover .post-item__title a {
  color: #fff;
}
.post-item:focus-within:after, .post-item:hover:after {
  opacity: 1;
}
.post-item__image {
  margin: 0;
  position: relative;
  width: 100%;
}
.post-item__image::after {
  content: "";
  display: block;
  padding-bottom: 67%;
}
.post-item__image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.post-item__content {
  padding: 1.875rem;
}
@media (max-width: 48rem) {
  .post-item__content {
    padding-bottom: 3.125rem;
  }
}
.post-item__meta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #5f0f9f;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}
@media (max-width: 48rem) {
  .post-item__meta {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57;
  }
}
.post-item__meta-date {
  font-size: 14px;
  font-size: 0.875rem;
}
.post-item__title a {
  color: #2d2d2d;
  text-decoration: none;
}
.post-item__title a:focus, .post-item__title a:hover {
  color: #fff;
}
.post-item__title a::after {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.single-field-form .hs-form > .hs-form-field > label, .single-field-form .systems-page .form-container > .hs-form-field > label, .systems-page .single-field-form .form-container > .hs-form-field > label {
  display: none;
}
@media (min-width: 37.501rem) {
  .single-field-form .hs-form, .single-field-form .systems-page .form-container, .systems-page .single-field-form .form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-field-form .hs-form > .hs-form-field, .single-field-form .systems-page .form-container > .hs-form-field, .systems-page .single-field-form .form-container > .hs-form-field,
  .single-field-form .hs-form > .legal-consent-container,
  .single-field-form .systems-page .form-container > .legal-consent-container,
  .systems-page .single-field-form .form-container > .legal-consent-container {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .single-field-form .hs-form > .hs-form-field:first-child, .single-field-form .systems-page .form-container > .hs-form-field:first-child, .systems-page .single-field-form .form-container > .hs-form-field:first-child,
  .single-field-form .hs-form > .legal-consent-container:first-child,
  .single-field-form .systems-page .form-container > .legal-consent-container:first-child,
  .systems-page .single-field-form .form-container > .legal-consent-container:first-child {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single-field-form .hs-form .hs-submit, .single-field-form .systems-page .form-container .hs-submit, .systems-page .single-field-form .form-container .hs-submit {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 1.875rem;
    text-align: left;
  }
}

.social-share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.social-share li {
  margin-left: 1.25rem;
  margin-top: 0;
  padding: 0;
}
@media (min-width: 65.001rem) {
  .social-share li {
    margin-left: 1.875rem;
  }
}
.social-share li:first-child {
  margin-left: 0;
}
.social-share a {
  color: #df059c;
}
.social-share a:hover {
  color: #2b0747;
}
@media (max-width: 65rem) {
  .social-share svg {
    width: 2.5rem;
  }
}

.archive-load-more {
  position: relative;
  width: 100%;
}
.archive-load-more.loading .archive-load-more__spinner {
  opacity: 1;
}
.archive-load-more.loading .archive-load-more__text {
  opacity: 0;
}

.archive-load-more__text,
.archive-load-more__spinner {
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
}

.archive-load-more__spinner {
  display: block;
  width: 5rem;
  height: 0.8125rem;
  opacity: 0;
  top: 33%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.archive-load-more__spinner span {
  position: absolute;
  top: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: #df059c;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.archive-load-more__spinner span:nth-child(1) {
  left: 0.5rem;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
.archive-load-more__spinner span:nth-child(2) {
  left: 0.5rem;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.archive-load-more__spinner span:nth-child(3) {
  left: 2rem;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.archive-load-more__spinner span:nth-child(4) {
  left: 3.5rem;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

:root {
  --cb-text-color: #3d3935;
  --cb-title-font-family: Nunito, sans-serif;
  --cb-description-font-family: Raleway, sans-serif;
}

#CookieBannerNotice li {
  margin: 0;
  padding: 0;
}
#CookieBannerNotice .cookiebanner__logo {
  height: 8.5rem;
  background: url("https://www.alfame.com/hubfs/alfame-2022-theme-assets/cookie-icon.png") no-repeat center;
  background-size: 8.5rem;
}
#CookieBannerNotice .cookiebanner__main__content {
  margin-top: 2rem;
}
#CookieBannerNotice .cookiebanner__main__title {
  text-align: center;
  color: #000;
}
#CookieBannerNotice .cookiebanner__main__description {
  text-align: center;
  line-height: 1.3 !important;
}
#CookieBannerNotice .cookiebanner__buttons {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 48rem) {
  #CookieBannerNotice .cookiebanner__buttons {
    font-size: 16px;
    font-size: 1rem;
  }
}
#CookieBannerNotice .cookiebanner__buttons ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#CookieBannerNotice .cookiebanner__buttons ul li:last-of-type {
  margin-bottom: 12px;
}
#CookieBannerNotice .cookiebanner__buttons__details {
  background: none !important;
  border-radius: 0;
  color: #5f0f9f;
}
#CookieBannerNotice .cookiebanner__buttons__details:hover, #CookieBannerNotice .cookiebanner__buttons__details:focus {
  background-image: none !important;
  color: #df059c;
}
#CookieBannerNotice .cookiebanner__preference__toggle {
  background: none !important;
  color: #5f0f9f;
  border-radius: 0;
  font-size: 1rem;
}

.search-page {
  padding-bottom: 6.25rem;
  padding-top: 3.125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b0747), to(#011d47));
  background: linear-gradient(180deg, #2b0747 0%, #011d47 100%);
  color: #fff;
}
@media (max-width: 48rem) {
  .search-page {
    padding-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .search-page {
    padding-bottom: 5rem;
  }
}
@media (max-width: 48rem) {
  .search-page {
    padding-top: 3rem;
  }
}
@media (max-width: 37.5rem) {
  .search-page {
    padding-top: 3rem;
  }
}
.search-page__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.search-page__logo {
  color: #ff5fca;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
.search-page__logo:focus, .search-page__logo:hover {
  color: #fff;
}
.search-page__close {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0) !important;
  color: #ff5fca;
  cursor: pointer;
  margin-left: auto;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
.search-page__close:focus, .search-page__close:hover {
  color: #fff;
}
.search-page h2,
.search-page .h2 {
  color: #fff;
}
.search-page__results-title {
  margin-top: 6.25rem;
}
@media (max-width: 48rem) {
  .search-page__results-title {
    margin-top: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .search-page__results-title {
    margin-top: 5rem;
  }
}

.hs-search-results {
  margin-top: 5rem;
  color: #fff;
  display: none;
}
@media (max-width: 48rem) {
  .hs-search-results {
    margin-top: 3.75rem;
  }
}
@media (max-width: 37.5rem) {
  .hs-search-results {
    margin-top: 3.75rem;
  }
}

.hs_cos_wrapper .hs-search-results__listing li {
  margin-top: 3.125rem;
}
@media (max-width: 48rem) {
  .hs_cos_wrapper .hs-search-results__listing li {
    margin-top: 3rem;
  }
}
@media (max-width: 37.5rem) {
  .hs_cos_wrapper .hs-search-results__listing li {
    margin-top: 3rem;
  }
}
.hs_cos_wrapper .hs-search-results__listing li:first-child {
  margin-top: 0;
}

.hs-search-results__title {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
@media (max-width: 48rem) {
  .hs-search-results__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.hs-search-results__title:focus, .hs-search-results__title:hover {
  color: #ff5fca;
}

.search {
  margin-top: 3.125rem;
}
@media (max-width: 48rem) {
  .search {
    margin-top: 3rem;
  }
}
@media (max-width: 37.5rem) {
  .search {
    margin-top: 3rem;
  }
}
.search .hs-search-field__input {
  padding: 0.4375rem 1.875rem 0.4375rem 1rem;
}
@media (max-width: 80rem) {
  .search .hs-search-field__input {
    font-size: 16px;
    font-size: 1rem;
  }
}
.search .hs-search-field {
  border-right: 1px solid #fff;
}
.search .hs-form-field {
  margin: 0;
  position: relative;
}
.search .hs-form .hs-submit, .search .systems-page .form-container .hs-submit, .systems-page .search .form-container .hs-submit {
  margin: 0;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
@media (min-width: 80.001rem) {
  .search .hs-form .hs-submit, .search .systems-page .form-container .hs-submit, .systems-page .search .form-container .hs-submit {
    right: 1rem;
    top: 11px;
  }
}
.search .hs-form .hs-submit:focus, .search .systems-page .form-container .hs-submit:focus, .systems-page .search .form-container .hs-submit:focus, .search .hs-form .hs-submit:hover, .search .systems-page .form-container .hs-submit:hover, .systems-page .search .form-container .hs-submit:hover {
  color: #ff5fca;
  background-image: none !important;
}
.search button {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0) !important;
}

.hs-search-results__pagination {
  margin-top: 5rem;
}
@media (max-width: 48rem) {
  .hs-search-results__pagination {
    margin-top: 3.75rem;
  }
}
@media (max-width: 37.5rem) {
  .hs-search-results__pagination {
    margin-top: 3.75rem;
  }
}
.hs-search-results__pagination a {
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
.hs-search-results__pagination a:focus, .hs-search-results__pagination a:hover {
  color: #ff5fca;
}

/*
 * HubSpot related styles (overwrites and stuff)
 */
.hs-inline-edit script[type="mce-no/type"] {
  display: block;
  background: red;
  color: #fff;
  font-size: 1rem;
  font-family: "Lucida Console";
  padding: 1rem;
}
.hs-inline-edit script[type="mce-no/type"]:before {
  content: "Hubspot render koodi, editoi muokataksesi lomaketta";
  display: block;
  margin: 0 0 1rem;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

/*
 * Layout
 * Templates and pages - How search, front-page, blog or 404 page looks like for example.
 * http://bradfrost.com/blog/post/atomic-web-design/#templates
 * http://bradfrost.com/blog/post/atomic-web-design/#pages
 */
.error-page {
  margin-top: 15rem;
  margin-bottom: 15rem;
}
@media (max-width: 48rem) {
  .error-page {
    margin-top: 11.25rem;
  }
}
@media (max-width: 37.5rem) {
  .error-page {
    margin-top: 7.5rem;
  }
}
@media (max-width: 48rem) {
  .error-page {
    margin-bottom: 11.25rem;
  }
}
@media (max-width: 37.5rem) {
  .error-page {
    margin-bottom: 7.5rem;
  }
}
.error-page img {
  vertical-align: top;
}
.error-page__paragraph {
  margin: 2em 0 2.1em;
}
.error-page__paragraph:last-child {
  margin-bottom: 0;
}

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

.archive-filters {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 0.5rem;
}
@media (max-width: 48rem) {
  .archive-filters {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 37.5rem) {
  .archive-filters {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 48rem) {
  .archive-filters {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 6.25rem;
  }
}
.archive-filters li {
  margin: 0;
  padding: 0;
}

.blog-content {
  padding: 0 3.25rem;
  margin: auto;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 48rem) {
  .blog-content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (max-width: 48rem) {
  .blog-content {
    margin-top: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .blog-content {
    margin-top: 5rem;
  }
}
@media (max-width: 48rem) {
  .blog-content {
    margin-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .blog-content {
    margin-bottom: 5rem;
  }
}
.blog-content.content-row--no-bottom {
  margin-bottom: 0;
}
.blog-content .article-lift {
  max-width: 90rem;
  margin: 0 auto;
}

.blog-post {
  margin: auto;
  margin-bottom: 6.25rem;
  max-width: 55rem;
  min-height: 3rem;
}
@media (max-width: 48rem) {
  .blog-post {
    margin-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .blog-post {
    margin-bottom: 5rem;
  }
}

.posts {
  position: relative;
}

.js-filter-list {
  position: relative;
}
.js-filter-list.loading-posts + .load-posts__spinner {
  opacity: 1;
}

.posts-load {
  margin-top: 5rem;
  margin-bottom: 8.75rem;
  max-width: 27.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 48rem) {
  .posts-load {
    margin-top: 3.75rem;
  }
}
@media (max-width: 37.5rem) {
  .posts-load {
    margin-top: 3.75rem;
  }
}
@media (max-width: 48rem) {
  .posts-load {
    margin-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .posts-load {
    margin-bottom: 5rem;
  }
}

.archive-load-more {
  border: none;
}

.load-posts__spinner {
  display: block;
  width: 5rem;
  height: 0.8125rem;
  opacity: 0;
  margin: auto;
  position: relative;
}
.load-posts__spinner span {
  position: absolute;
  top: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.load-posts__spinner span:nth-child(1) {
  left: 0.5rem;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
.load-posts__spinner span:nth-child(2) {
  left: 0.5rem;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.load-posts__spinner span:nth-child(3) {
  left: 2rem;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.load-posts__spinner span:nth-child(4) {
  left: 3.5rem;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}
.load-posts__spinner span {
  background: #df059c;
}

.blog-content--case .dark-lift {
  margin-left: calc((100vw - var(--scrollbar-width)) / -2) !important;
  margin-right: calc((100vw - var(--scrollbar-width)) / -2) !important;
  width: calc(100vw - var(--scrollbar-width)) !important;
}

.factbox {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b0747), to(#011d47));
  background: linear-gradient(180deg, #2b0747 0%, #011d47 100%);
  border-radius: 1.875rem;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 61.5rem;
  padding: 0 3.25rem;
}
@media (max-width: 48rem) {
  .factbox {
    margin-top: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .factbox {
    margin-top: 5rem;
  }
}
@media (max-width: 48rem) {
  .factbox {
    margin-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .factbox {
    margin-bottom: 5rem;
  }
}
@media (max-width: 48rem) {
  .factbox {
    padding-top: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .factbox {
    padding-top: 5rem;
  }
}
@media (max-width: 48rem) {
  .factbox {
    padding-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .factbox {
    padding-bottom: 5rem;
  }
}
@media (max-width: 48rem) {
  .factbox {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.factbox h2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 48rem) {
  .factbox h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.factbox ol,
.factbox ul {
  display: grid;
  gap: 1.875rem calc(1.875rem * 2);
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 48.001rem) {
  .factbox ol,
  .factbox ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.factbox ol li:first-child,
.factbox ul li:first-child {
  margin-top: 1.875rem;
}

.share {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
  overflow: hidden;
}
@media (max-width: 48rem) {
  .share {
    padding-top: 2.5rem;
  }
}
@media (max-width: 37.5rem) {
  .share {
    padding-top: 2.5rem;
  }
}
@media (max-width: 48rem) {
  .share {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 37.5rem) {
  .share {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 48rem) {
  .share {
    margin-top: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .share {
    margin-top: 5rem;
  }
}
@media (max-width: 48rem) {
  .share {
    margin-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .share {
    margin-bottom: 5rem;
  }
}
.share__title {
  text-transform: uppercase;
}

.related-posts {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  padding: 0 3.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
@media (max-width: 48rem) {
  .related-posts {
    margin-top: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .related-posts {
    margin-top: 5rem;
  }
}
@media (max-width: 48rem) {
  .related-posts {
    margin-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .related-posts {
    margin-bottom: 5rem;
  }
}
@media (max-width: 48rem) {
  .related-posts {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.related-posts__title {
  margin-bottom: 3.125rem;
  text-align: center;
}
@media (max-width: 48rem) {
  .related-posts__title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 37.5rem) {
  .related-posts__title {
    margin-bottom: 3rem;
  }
}
@media (min-width: 48.001rem) {
  .related-posts .hs_cos_wrapper_type_related_blog_posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    row-gap: 1.875rem;
  }
}
@media (min-width: 65.001rem) {
  .related-posts .hs_cos_wrapper_type_related_blog_posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 48rem) {
  .related-posts .hs_cos_wrapper_type_related_blog_posts {
    display: block;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.related-posts__cta {
  margin: auto;
  margin-top: 1.875rem;
  text-align: right;
}
.related-posts__cta-content {
  padding-top: 1.875rem;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 48rem) {
  .related-posts__cta-content {
    padding-top: 1.40625rem;
  }
}
@media (max-width: 37.5rem) {
  .related-posts__cta-content {
    padding-top: 0.9375rem;
  }
}

.systems-page {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 48rem) {
  .systems-page {
    margin-top: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .systems-page {
    margin-top: 5rem;
  }
}
@media (max-width: 48rem) {
  .systems-page {
    margin-bottom: 5rem;
  }
}
@media (max-width: 37.5rem) {
  .systems-page {
    margin-bottom: 5rem;
  }
}
.systems-page .form-container {
  max-width: none;
}

/*
 * Shame file is for testing ideas before moving them to a correct file.
 */