/**
 * 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
 */
/**
 * Add vertical margin for large (desktop), medium and small screen sizes.
 * Smaller screen sizes have smaller margin. Multipliers for sizes are set in settings.scss.
 * 
 * @param string  $space    Margin size in rem.
 * @param string  $side     Element side (top/bottom - if value is empty, both sides are set).
 * @param boolean $negative If the value should be negative
 */
/**
 * Add vertical padding for large (desktop), medium and small screen sizes.
 * Smaller screen sizes have smaller padding. Multipliers for sizes are set in settings.scss.
 *
 * @param int     $space  Padding size in rem.
 * @param string  $side   Element side (top/bottom - if value is empty, both sides are set).
 * @param boolean $negative If the value should be negative
 */
/*! 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 */
}

/**
 * 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: #FAF9F5;
}
html.is-sub-nav-opened:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
html.is-sub-nav-opened.animate-bg-open:before {
  opacity: 1;
}
@media (max-width: 78.75rem) {
  html.is-site-nav-opened {
    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;
}
@media (min-width: 48.001rem) {
  .full-width {
    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);
  }
}
@media (max-width: 48rem) {
  .full-width {
    margin-left: -4rem;
    margin-left: clamp(-4rem, -0.1891891892rem + -3.2432432432vw, -1rem);
    margin-right: -4rem;
    margin-right: clamp(-4rem, -0.1891891892rem + -3.2432432432vw, -1rem);
  }
}

.container,
.main-dnd-area .dnd-section > .row-fluid {
  max-width: 101.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-left: clamp(1rem, 0.1891891892rem + 3.2432432432vw, 4rem);
  padding-right: 4rem;
  padding-right: clamp(1rem, 0.1891891892rem + 3.2432432432vw, 4rem);
}
@media (min-width: 85.001rem) {
  .container,
  .main-dnd-area .dnd-section > .row-fluid {
    max-width: 101.2rem;
    width: calc(79.3191489362% - 0.1891891892rem + 3.2432432432vw);
  }
}

.container {
  max-width: 125.5rem;
}
@media (min-width: 85.001rem) {
  .container {
    max-width: 125.5rem;
    width: 100%;
  }
}
.container--medium {
  max-width: 101.2rem;
}
@media (min-width: 85.001rem) {
  .container--medium {
    max-width: 101.2rem;
    width: calc(79.3191489362% - 0.1891891892rem + 3.2432432432vw);
  }
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

.content-row,
.main-dnd-area .dnd-section {
  margin-top: 12.5rem;
  margin-top: clamp(7.5rem, 6.1486486486rem + 5.4054054054vw, 12.5rem);
  margin-bottom: 12.5rem;
  margin-bottom: clamp(7.5rem, 6.1486486486rem + 5.4054054054vw, 12.5rem);
}

.main-dnd-area .dnd-section:last-child {
  margin-bottom: 0;
}

.content-row--small {
  margin-top: 7.5rem;
  margin-top: clamp(5rem, 4.3243243243rem + 2.7027027027vw, 7.5rem);
  margin-bottom: 7.5rem;
  margin-bottom: clamp(5rem, 4.3243243243rem + 2.7027027027vw, 7.5rem);
}

.content-row--xs {
  margin-top: 5rem;
  margin-top: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
  margin-bottom: 5rem;
  margin-bottom: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
}

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

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

.main-dnd-area .dnd-section:first-child {
  margin-top: 0;
}

.dnd-section .dnd-row:not(:first-child) {
  margin-top: 4rem;
  margin-top: clamp(2.5rem, 2.0945945946rem + 1.6216216216vw, 4rem);
}
@media (max-width: 48rem) {
  .dnd-section .dnd-column:not(:first-child) {
    margin-top: 4rem;
    margin-top: clamp(2.5rem, 2.0945945946rem + 1.6216216216vw, 4rem);
  }
}

div[class*=background-color].dnd-section {
  padding-top: 12.5rem;
  padding-top: clamp(7.5rem, 6.1486486486rem + 5.4054054054vw, 12.5rem);
  padding-bottom: 12.5rem;
  padding-bottom: clamp(7.5rem, 6.1486486486rem + 5.4054054054vw, 12.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: -12.5rem;
  margin-top: clamp(-12.5rem, -6.1486486486rem + -5.4054054054vw, -7.5rem);
}

div[class*=background-color].dnd-column {
  padding: 4rem;
  padding: clamp(1rem, 0.1891891892rem + 3.2432432432vw, 4rem);
}

/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
@media (min-width: 47.9385rem) {
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 1px;
    margin-left: 7.4%;
    -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% - 3.7%);
  }
  .row-fluid .span10 {
    width: calc(83.3333333333% - 3.7%);
  }
  .row-fluid .span9 {
    width: calc(75% - 3.7%);
  }
  .row-fluid .span8 {
    width: calc(66.6666666667% - 3.7%);
  }
  .row-fluid .span7 {
    width: calc(58.3333333333% - 3.7%);
  }
  .row-fluid .span6 {
    width: calc(50% - 3.7%);
  }
  .row-fluid .span5 {
    width: calc(41.6666666667% - 3.7%);
  }
  .row-fluid .span4 {
    width: calc(33.3333333333% - 3.7%);
  }
  .row-fluid .span3 {
    width: calc(25% - 3.7%);
  }
  .row-fluid .span2 {
    width: calc(16.6666666667% - 3.7%);
  }
  .row-fluid .span1 {
    width: calc(8.3333333333% - 3.7%);
  }
}

.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: 1.25rem;
  font-size: clamp(1rem, 0.8958333333rem + 0.4166666667vw, 1.25rem);
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 37.5rem) {
  body {
    line-height: 1.4;
  }
}

a {
  position: relative;
  color: #EE0000;
  text-decoration: none;
}
a:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  height: 0.0625rem;
  background-color: #EE0000;
  width: 0;
  right: 0;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out, right 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, right 0.2s ease-in-out;
}
a:hover::after {
  width: 100%;
  left: 0;
  opacity: 1;
}

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: 2em 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: 4rem;
  font-size: clamp(2rem, 1.1666666667rem + 3.3333333333vw, 4rem);
  line-height: 1;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 500;
}
@media (max-width: 37.5rem) {
  h1,
  .h1 {
    line-height: 1.1;
  }
}

h2,
.h2 {
  font-size: 3.125rem;
  font-size: clamp(2rem, 1.53125rem + 1.875vw, 3.125rem);
  line-height: 1.1;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 500;
}

h3,
.h3 {
  font-size: 2.25rem;
  font-size: clamp(1.5rem, 1.1875rem + 1.25vw, 2.25rem);
  line-height: 1.2;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 1.625rem;
  font-size: clamp(1.25rem, 1.09375rem + 0.625vw, 1.625rem);
  line-height: 1.2;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 600;
}
@media (max-width: 37.5rem) {
  h4,
  .h4 {
    line-height: 1.3;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.8958333333rem + 0.4166666667vw, 1.25rem);
  line-height: 1.4;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 600;
}

blockquote {
  margin: 0;
  margin-top: 7.5rem;
  margin-top: clamp(5rem, 4.3243243243rem + 2.7027027027vw, 7.5rem);
  margin-bottom: 7.5rem;
  margin-bottom: clamp(5rem, 4.3243243243rem + 2.7027027027vw, 7.5rem);
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.8958333333rem + 0.4166666667vw, 1.25rem);
  line-height: 1.4;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 600;
}
blockquote:first-child {
  margin-top: 0;
}

figcaption {
  margin-top: 1.5rem;
  margin-top: clamp(1rem, 0.8648648649rem + 0.5405405405vw, 1.5rem);
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 0.6979166667rem + 0.2083333333vw, 0.875rem);
  line-height: 1.7;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 37.5rem) {
  figcaption {
    line-height: 1.5;
  }
}

.simple-lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 0.6979166667rem + 0.2083333333vw, 0.875rem);
  line-height: 1.7;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1.3em;
  color: #666666;
}
@media (max-width: 37.5rem) {
  .simple-lists ul {
    line-height: 1.5;
  }
}

pre {
  overflow-x: auto;
  padding: 1rem;
  background: #FFFFFF;
}

.btn, #CybotCookiebotDialogBodyButtonDecline, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
.hs-button,
.hbtn,
button,
input[type=button],
input[type=reset],
input[type=submit],
.auto-button-links a:not(.btn):not(#CybotCookiebotDialogBodyButtonDecline):not(#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll) {
  display: inline-block;
  cursor: pointer;
  padding: 0.5em 1.25em;
  text-decoration: none;
  text-align: center;
  font-size: 1.25rem;
  font-size: clamp(0.875rem, 0.71875rem + 0.625vw, 1.25rem);
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #000000;
  background-image: url("https://9294990.fs1.hubspotusercontent-na1.net/hubfs/9294990/fraktio-2022-theme/fraktio-button-hover.svg");
  background-position: center -104%;
  background-repeat: no-repeat;
  background-size: 120%;
  border: 0;
  border-radius: 6.25rem;
  -webkit-transition: background-position 450ms ease-out, border-color 350ms ease-in, color 300ms ease-in;
  transition: background-position 450ms ease-out, border-color 350ms ease-in, color 300ms ease-in;
}
@media (max-width: 37.5rem) {
  .btn, #CybotCookiebotDialogBodyButtonDecline, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
  .hs-button,
  .hbtn,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit],
  .auto-button-links a:not(.btn):not(#CybotCookiebotDialogBodyButtonDecline):not(#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll) {
    line-height: 1.4;
  }
}
.btn:after, #CybotCookiebotDialogBodyButtonDecline:after, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:after,
.hs-button:after,
.hbtn:after,
button:after,
input[type=button]:after,
input[type=reset]:after,
input[type=submit]:after,
.auto-button-links a:not(.btn):not(#CybotCookiebotDialogBodyButtonDecline):not(#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll):after {
  display: none;
}
.btn:hover, #CybotCookiebotDialogBodyButtonDecline:hover, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover, .btn:focus-visible, #CybotCookiebotDialogBodyButtonDecline:focus-visible, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:focus-visible, .btn.filter-tag[aria-selected=true], .filter-tag[aria-selected=true]#CybotCookiebotDialogBodyButtonDecline, .filter-tag[aria-selected=true]#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
.hs-button:hover,
.hs-button:focus-visible,
.hs-button.filter-tag[aria-selected=true],
.hbtn:hover,
.hbtn:focus-visible,
.hbtn.filter-tag[aria-selected=true],
button:hover,
button:focus-visible,
button.filter-tag[aria-selected=true],
input[type=button]:hover,
input[type=button]:focus-visible,
input[type=button].filter-tag[aria-selected=true],
input[type=reset]:hover,
input[type=reset]:focus-visible,
input[type=reset].filter-tag[aria-selected=true],
input[type=submit]:hover,
input[type=submit]:focus-visible,
input[type=submit].filter-tag[aria-selected=true],
.auto-button-links a:not(.btn):not(#CybotCookiebotDialogBodyButtonDecline):not(#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll):hover,
.auto-button-links a:not(.btn):not(#CybotCookiebotDialogBodyButtonDecline):not(#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll):focus-visible,
.auto-button-links a:not(.btn):not(#CybotCookiebotDialogBodyButtonDecline):not(#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll).filter-tag[aria-selected=true] {
  color: #FFFFFF;
  background-position: center 60%;
}
.btn:focus, #CybotCookiebotDialogBodyButtonDecline:focus, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:focus,
.hs-button:focus,
.hbtn:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
.auto-button-links a:not(.btn):not(#CybotCookiebotDialogBodyButtonDecline):not(#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll):focus {
  outline: 0;
}
.btn.cta_button, .cta_button#CybotCookiebotDialogBodyButtonDecline, .cta_button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
.hs-button.cta_button,
.hbtn.cta_button,
button.cta_button,
input[type=button].cta_button,
input[type=reset].cta_button,
input[type=submit].cta_button,
.auto-button-links a:not(.btn):not(#CybotCookiebotDialogBodyButtonDecline):not(#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll).cta_button {
  background-color: #000000 !important;
  background-image: url("https://9294990.fs1.hubspotusercontent-na1.net/hubfs/9294990/fraktio-2022-theme/fraktio-button-hover.svg") !important;
  background-position: center -70% !important;
  background-repeat: no-repeat !important;
  background-size: 120% !important;
  -webkit-transition: background-position 450ms ease-out, border-color 350ms ease-in, color 300ms ease-in !important;
  transition: background-position 450ms ease-out, border-color 350ms ease-in, color 300ms ease-in !important;
}
.btn.cta_button:hover, .cta_button#CybotCookiebotDialogBodyButtonDecline:hover, .cta_button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover, .btn.cta_button:focus-visible, .cta_button#CybotCookiebotDialogBodyButtonDecline:focus-visible, .cta_button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:focus-visible,
.hs-button.cta_button:hover,
.hs-button.cta_button:focus-visible,
.hbtn.cta_button:hover,
.hbtn.cta_button:focus-visible,
button.cta_button:hover,
button.cta_button:focus-visible,
input[type=button].cta_button:hover,
input[type=button].cta_button:focus-visible,
input[type=reset].cta_button:hover,
input[type=reset].cta_button:focus-visible,
input[type=submit].cta_button:hover,
input[type=submit].cta_button:focus-visible,
.auto-button-links a:not(.btn):not(#CybotCookiebotDialogBodyButtonDecline):not(#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll).cta_button:hover,
.auto-button-links a:not(.btn):not(#CybotCookiebotDialogBodyButtonDecline):not(#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll).cta_button:focus-visible {
  background-position: center 60% !important;
  color: #FFFFFF !important;
}
@media (max-width: 37.5rem) {
  .btn.cta_button, .cta_button#CybotCookiebotDialogBodyButtonDecline, .cta_button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
  .hs-button.cta_button,
  .hbtn.cta_button,
  button.cta_button,
  input[type=button].cta_button,
  input[type=reset].cta_button,
  input[type=submit].cta_button,
  .auto-button-links a:not(.btn):not(#CybotCookiebotDialogBodyButtonDecline):not(#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll).cta_button {
    line-height: 1.4 !important;
  }
}
.btn:focus-visible, #CybotCookiebotDialogBodyButtonDecline:focus-visible, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:focus-visible,
.hs-button:focus-visible,
.hbtn:focus-visible,
button:focus-visible,
input[type=button]:focus-visible,
input[type=reset]:focus-visible,
input[type=submit]:focus-visible,
.auto-button-links a:not(.btn):not(#CybotCookiebotDialogBodyButtonDecline):not(#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll):focus-visible {
  outline: 0.0625rem solid #EE0000;
  outline-offset: 0.125rem;
}

.btn--small {
  font-size: 0.875rem;
}

.btn--white,
.hbtn--white,
.white-form .hs-button {
  color: #000000;
  background-color: #FFFFFF;
}
.btn--white.cta_button,
.hbtn--white.cta_button,
.white-form .hs-button.cta_button {
  background-color: #FFFFFF !important;
  background-image: url("https://9294990.fs1.hubspotusercontent-na1.net/hubfs/9294990/fraktio-2022-theme/fraktio-button-hover.svg") !important;
}

.btn--secondary,
.hbtn--secondary,
.hbtn--secondary-small {
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("https://9294990.fs1.hubspotusercontent-na1.net/hubfs/9294990/fraktio-2022-theme/fraktio-button-hover-black.svg");
  border: 0.0625rem solid #000000;
}
.btn--secondary-light,
.hbtn--secondary-light,
.hbtn--secondary-small-light {
  border-color: #CCCCCC;
}
.btn--secondary:hover, .btn--secondary:focus-visible, .btn--secondary.filter-tag[aria-selected=true],
.hbtn--secondary:hover,
.hbtn--secondary:focus-visible,
.hbtn--secondary.filter-tag[aria-selected=true],
.hbtn--secondary-small:hover,
.hbtn--secondary-small:focus-visible,
.hbtn--secondary-small.filter-tag[aria-selected=true] {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0);
  border-color: #000000;
}
.btn--secondary.cta_button,
.hbtn--secondary.cta_button,
.hbtn--secondary-small.cta_button {
  background-color: rgba(255, 255, 255, 0) !important;
  background-image: url("https://9294990.fs1.hubspotusercontent-na1.net/hubfs/9294990/fraktio-2022-theme/fraktio-button-hover-black.svg") !important;
}
.btn--secondary.cta_button:hover, .btn--secondary.cta_button:focus-visible,
.hbtn--secondary.cta_button:hover,
.hbtn--secondary.cta_button:focus-visible,
.hbtn--secondary-small.cta_button:hover,
.hbtn--secondary-small.cta_button:focus-visible {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: #000000 !important;
}
.btn--secondary:focus-visible,
.hbtn--secondary:focus-visible,
.hbtn--secondary-small:focus-visible {
  outline-color: #000000;
}

.btn--filter {
  padding: 0.7em 1.43em;
  color: #000000;
  font-size: 1rem;
  font-size: clamp(0.875rem, 0.8229166667rem + 0.2083333333vw, 1rem);
  line-height: 1.4;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("https://9294990.fs1.hubspotusercontent-na1.net/hubfs/9294990/fraktio-2022-theme/fraktio-button-hover-brown.svg");
  border: 0.0625rem solid #DCD7B9;
}
.btn--filter:hover, .btn--filter:focus-visible {
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
  border-color: #DCD7B9;
}
.btn--filter.filter-tag[aria-selected=true] {
  color: #FFFFFF;
  background-image: url("https://9294990.fs1.hubspotusercontent-na1.net/hubfs/9294990/fraktio-2022-theme/fraktio-button-hover-black.svg");
  border-color: #000000;
}
.btn--filter:focus-visible {
  outline-color: #DCD7B9;
}

.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);
}

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

.hs-private.hs-private.hs-private .private-button--tertiary {
  background-color: rgb(0, 164, 189) !important;
}

.hs-private.hs-private.hs-private .private-button--transparent {
  background-color: transparent !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: 0.46em 0;
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.8958333333rem + 0.4166666667vw, 1.25rem);
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-family: "Work Sans", sans-serif;
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  border-bottom: 0.0625rem solid #808080;
}
@media (max-width: 37.5rem) {
  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 {
    line-height: 1.4;
  }
}
.white-form input[type=text],
.white-form input[type=email],
.white-form input[type=url],
.white-form input[type=password],
.white-form input[type=search],
.white-form input[type=number],
.white-form input[type=tel],
.white-form input[type=range],
.white-form input[type=date],
.white-form input[type=month],
.white-form input[type=week],
.white-form input[type=time],
.white-form input[type=datetime],
.white-form input[type=datetime-local],
.white-form input[type=color],
.white-form textarea,
.white-form select {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
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 {
  outline: 0;
  border-color: #000000;
}
.white-form input[type=text]:focus,
.white-form input[type=email]:focus,
.white-form input[type=url]:focus,
.white-form input[type=password]:focus,
.white-form input[type=search]:focus,
.white-form input[type=number]:focus,
.white-form input[type=tel]:focus,
.white-form input[type=range]:focus,
.white-form input[type=date]:focus,
.white-form input[type=month]:focus,
.white-form input[type=week]:focus,
.white-form input[type=time]:focus,
.white-form input[type=datetime]:focus,
.white-form input[type=datetime-local]:focus,
.white-form input[type=color]:focus,
.white-form textarea:focus,
.white-form select:focus {
  border-color: #808080;
}

textarea {
  resize: vertical;
  min-height: 5rem;
}

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: inline-block;
  padding-left: 2em;
  cursor: pointer;
}
.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: 1em;
  width: 1em;
  top: 0.25em;
  left: 0;
  border: 0.0625rem solid #000000;
  border-radius: 0.125rem;
}
.white-form .hs-form-radio-display span:not(.hs-form-required)::before,
.white-form .hs-form-checkbox-display span:not(.hs-form-required)::before,
.white-form .hs-fieldtype-booleancheckbox span:not(.hs-form-required)::before {
  border-color: #FFFFFF;
}
.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.45em;
  left: 0.2em;
  height: 0.6em;
  width: 0.6em;
  background-color: #000000;
  border-radius: 50%;
}
.white-form .hs-form-radio-display span:not(.hs-form-required)::after,
.white-form .hs-form-checkbox-display span:not(.hs-form-required)::after,
.white-form .hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
  background-color: #FFFFFF;
}
.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 + span::before,
.hs-form-radio-display input[type=checkbox]:focus + span::before,
.hs-form-checkbox-display input[type=radio]:focus + span::before,
.hs-form-checkbox-display input[type=checkbox]:focus + span::before,
.hs-fieldtype-booleancheckbox input[type=radio]:focus + span::before,
.hs-fieldtype-booleancheckbox input[type=checkbox]:focus + span::before {
  outline: 0.0625rem solid #808080;
  outline-offset: 0.0625rem;
}
.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 {
  font-size: 1.625rem;
  font-size: clamp(1.25rem, 1.09375rem + 0.625vw, 1.625rem);
  line-height: 1.2;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 600;
  margin-bottom: 5rem;
  margin-bottom: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
}
@media (max-width: 37.5rem) {
  .form-title {
    line-height: 1.3;
  }
}

.hs-form, .systems-page .form-container {
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.8958333333rem + 0.4166666667vw, 1.25rem);
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 37.5rem) {
  .hs-form, .systems-page .form-container {
    line-height: 1.4;
  }
}
.hs-form .hs-form-field, .systems-page .form-container .hs-form-field {
  margin: 0;
  margin-bottom: 4rem;
  margin-bottom: clamp(2.5rem, 2.0945945946rem + 1.6216216216vw, 4rem);
}
@media (max-width: 37.5rem) {
  .hs-form .hs-form-field, .systems-page .form-container .hs-form-field {
    margin-bottom: 1.5rem;
  }
}
.hs-form .hs-form-field label, .systems-page .form-container .hs-form-field label {
  margin-bottom: 0.6em;
  display: block;
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.8958333333rem + 0.4166666667vw, 1.25rem);
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
@media (max-width: 37.5rem) {
  .hs-form .hs-form-field label, .systems-page .form-container .hs-form-field label {
    line-height: 1.4;
  }
}
.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 li, .systems-page .form-container .hs-form-field .input ul.inputs-list li {
  margin-right: 2rem;
  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-form-field .input ul.inputs-list span, .systems-page .form-container .hs-form-field .input ul.inputs-list span {
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.8958333333rem + 0.4166666667vw, 1.25rem);
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 37.5rem) {
  .hs-form .hs-form-field .input ul.inputs-list span, .systems-page .form-container .hs-form-field .input ul.inputs-list span {
    line-height: 1.4;
  }
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span, .systems-page .form-container .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0;
}
.hs-form .legal-consent-container .input ul.inputs-list, .systems-page .form-container .legal-consent-container .input ul.inputs-list {
  margin-top: 1rem;
  margin-top: clamp(0.5rem, 0.3648648649rem + 0.5405405405vw, 1rem);
  margin-bottom: 1rem;
  margin-bottom: clamp(0.5rem, 0.3648648649rem + 0.5405405405vw, 1rem);
}
.hs-form .hs-submit, .systems-page .form-container .hs-submit {
  margin-top: 2.5rem;
}
.hs-form .hs-error-msgs, .systems-page .form-container .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0.8em 0 0.8em;
}
.hs-form .hs-error-msgs label, .systems-page .form-container .hs-error-msgs label {
  color: #E73232;
  font-size: 1rem;
  font-size: clamp(0.875rem, 0.8229166667rem + 0.2083333333vw, 1rem);
  line-height: 1.4;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-weight: 600;
}

body .body-wrapper .hs-form fieldset, body .body-wrapper .systems-page .form-container fieldset, .systems-page body .body-wrapper .form-container fieldset {
  width: 100%;
  max-width: 100%;
}
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: #EE0000;
  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;
}

@media (min-width: 65.001rem) {
  .span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-form {
    width: 73.9270386266%;
  }
}
@media (min-width: 65.001rem) {
  .span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-rich_text, .span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-header,
  .span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > .normal-text-width {
    max-width: 48.2978723404%;
    width: 56.75rem;
    min-width: 41.25rem;
  }
}
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > hr {
  width: 100% !important;
  border-color: #808080 !important;
}

/*
 * 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
 */
.has-code-snippet pre {
  margin-top: 5rem;
  margin-top: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
  margin-bottom: 5rem;
  margin-bottom: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
  background: #F6F5EE;
}
@media (min-width: 65.001rem) {
  .has-code-snippet pre {
    width: 150%;
    overflow-x: auto;
    padding: 4rem;
    padding: clamp(1rem, 0.1891891892rem + 3.2432432432vw, 4rem);
  }
}
.has-code-snippet .code-snippet {
  position: relative;
  margin-top: 5rem;
  margin-top: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
  margin-bottom: 5rem;
  margin-bottom: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
}
.has-code-snippet .code-snippet pre {
  margin: 0;
}
.has-code-snippet .code-snippet button {
  padding: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 65.001rem) {
  .has-code-snippet .code-snippet button {
    right: -50%;
  }
}
.has-code-snippet .clipboard-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);
  background: #F6F5EE;
  position: relative;
  width: 2rem;
  height: 2rem;
}
.has-code-snippet .clipboard-btn__icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
.has-code-snippet .clipboard-btn__icon:hover {
  color: #E73232;
}
.has-code-snippet .clipboard-btn__icon--copied {
  opacity: 0;
}
.has-code-snippet .clipboard-btn.text-copied .clipboard-btn__icon--copy {
  opacity: 0;
}
.has-code-snippet .clipboard-btn.text-copied .clipboard-btn__icon--copied {
  opacity: 1;
}

.site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .hs-menu-item {
  position: relative;
}
.site-header .hs-menu-item a, .site-header .hs-menu-item button {
  display: inline-block;
  padding: 0.125rem 0;
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
.site-header .hs-menu-item a[hidden], .site-header .hs-menu-item button[hidden] {
  display: none;
}
.site-header .hs-menu-item.active a:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  height: 0.0625rem;
  background-color: #EE0000;
  width: 0;
  right: 0;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out, right 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, right 0.2s ease-in-out;
}
.site-header .hs-menu-item.active a:hover::after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.site-header .hs-menu-item.active a::after {
  opacity: 1;
  width: 100%;
}
.site-header .hs-menu-item.hs-item-has-children > a,
.site-header .hs-menu-item button.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);
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  padding-right: 1rem;
}
.site-header .hs-menu-item.hs-item-has-children > a:after,
.site-header .hs-menu-item button.hs-item-has-children__sub-toggle:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  height: 0.0625rem;
  background-color: #EE0000;
  width: 0;
  right: 0;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out, right 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, right 0.2s ease-in-out;
}
.site-header .hs-menu-item.hs-item-has-children > a:hover::after,
.site-header .hs-menu-item button.hs-item-has-children__sub-toggle:hover::after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.site-header .hs-menu-item.hs-item-has-children > a svg,
.site-header .hs-menu-item button.hs-item-has-children__sub-toggle svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.site-header .hs-menu-item.hs-item-has-children > a[aria-expanded=true] svg,
.site-header .hs-menu-item button.hs-item-has-children__sub-toggle[aria-expanded=true] svg {
  color: #EE0000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-header .hs-menu-item .positions-count {
  position: absolute;
  top: 0.1rem;
  right: -0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  background: #EE0000;
  border-radius: 99rem;
}
@media (max-width: 37.5rem) {
  .site-header .hs-menu-item .positions-count {
    top: 0.4rem;
    right: -1.3rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }
}
@media (max-width: 78.75rem) {
  .site-header__menus .hs-menu-item button.hs-item-has-children__sub-toggle {
    padding-right: 2rem;
  }
  .site-header__menus .hs-menu-item button.hs-item-has-children__sub-toggle svg {
    width: 1rem;
    height: auto;
  }
  .site-header__menus .hs-menu-item > a:after,
  .site-header__menus .hs-menu-item > button.hs-item-has-children__sub-toggle:after {
    display: none;
  }
}
.site-header .hs-item-has-children {
  position: relative;
}
.site-header .hs-item-has-children > a {
  position: relative;
  padding-right: 1rem;
}
.site-header .hs-menu-children-wrapper {
  height: 0 !important;
  display: block !important;
  overflow: hidden !important;
  visibility: hidden !important;
  opacity: 0 !important;
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 0.6979166667rem + 0.2083333333vw, 0.875rem);
  line-height: 1.7;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
@media (max-width: 37.5rem) {
  .site-header .hs-menu-children-wrapper {
    line-height: 1.5;
  }
}
.site-header .hs-menu-children-wrapper.is-sub-opened {
  height: auto !important;
  display: block !important;
  overflow: visible !important;
  visibility: visible !important;
}
.site-header .hs-menu-children-wrapper.is-sub-opened.animate-open {
  opacity: 1 !important;
}
.site-header .hs-menu-children-wrapper .hs-menu-item {
  margin: 1rem 0 0;
}
.site-header .hs-menu-children-wrapper .hs-menu-item:first-child {
  margin-top: 0;
}
@media (min-width: 78.751rem) {
  .site-header .hs-menu-children-wrapper {
    position: absolute;
    z-index: 10;
    top: calc(100% + 2.3rem);
    right: -1.6rem;
    min-width: 10.9rem;
    max-height: none !important;
    padding: 1.5rem;
    background: #FAF9F5;
    border-radius: 0.25rem;
    -webkit-filter: drop-shadow(0px -1px 2px rgba(31, 41, 55, 0.1));
            filter: drop-shadow(0px -1px 2px rgba(31, 41, 55, 0.1));
    -webkit-box-shadow: 0px 10px 10px -5px rgba(31, 41, 55, 0.08), 0px 20px 25px -5px rgba(31, 41, 55, 0.13);
            box-shadow: 0px 10px 10px -5px rgba(31, 41, 55, 0.08), 0px 20px 25px -5px rgba(31, 41, 55, 0.13);
  }
  .site-header .hs-menu-children-wrapper::before {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: -0.4rem;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background: #FAF9F5;
    border-radius: 0.125rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .site-header .hs-menu-children-wrapper .hs-menu-item {
    display: block;
    margin: 0.432rem 0 0;
    line-height: 1.4;
  }
  .site-header .hs-menu-children-wrapper .hs-menu-item:first-child {
    margin-top: 0;
  }
  .site-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header .hs-menu-item {
    margin-left: 1rem;
  }
  .site-header .hs-menu-item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 78.75rem) {
  .site-header__menus .hs-menu-item {
    margin: 0.75rem 0 0;
  }
  .site-header .site-header__menus .hs-menu-children-wrapper {
    font-size: 18px;
    font-size: 1.125rem;
    opacity: 1 !important;
    overflow: hidden !important;
    -webkit-transition: max-height 200ms ease-in;
    transition: max-height 200ms ease-in;
  }
  .site-header .site-header__menus .hs-menu-children-wrapper .hs-menu-item {
    margin: 0.25rem 0 0;
  }
  .site-header .site-header__menus .hs-menu-children-wrapper .hs-menu-item:first-child {
    margin-top: 0.5rem;
  }
}
.site-header .language-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 78.75rem) {
  .site-header .language-menu {
    font-size: 1.25rem;
  }
  .site-header .language-menu .hs-menu-item {
    margin: 0 1rem 0 0;
  }
  .site-header .language-menu .hs-menu-item:first-child {
    margin-left: 0;
  }
}
.site-header .language-menu li a {
  font-weight: 400;
}

.site-header__mobile-head .tablet-menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-header__mobile-head .tablet-menu .hs-menu-children-wrapper {
  position: absolute;
  z-index: 10;
  top: calc(100% + 2.3rem);
  right: -1.6rem;
  min-width: 10.9rem;
  max-height: none !important;
  padding: 1.5rem;
  background: #FAF9F5;
  border-radius: 0.25rem;
  -webkit-filter: drop-shadow(0px -1px 2px rgba(31, 41, 55, 0.1));
          filter: drop-shadow(0px -1px 2px rgba(31, 41, 55, 0.1));
  -webkit-box-shadow: 0px 10px 10px -5px rgba(31, 41, 55, 0.08), 0px 20px 25px -5px rgba(31, 41, 55, 0.13);
          box-shadow: 0px 10px 10px -5px rgba(31, 41, 55, 0.08), 0px 20px 25px -5px rgba(31, 41, 55, 0.13);
}
.site-header__mobile-head .tablet-menu .hs-menu-children-wrapper::before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: -0.4rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: #FAF9F5;
  border-radius: 0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header__mobile-head .tablet-menu .hs-menu-children-wrapper .hs-menu-item {
  display: block;
  margin: 0.432rem 0 0;
  line-height: 1.4;
}
.site-header__mobile-head .tablet-menu .hs-menu-children-wrapper .hs-menu-item:first-child {
  margin-top: 0;
}
@media (max-width: 37.5rem) {
  .site-header__mobile-head .tablet-menu {
    display: none;
  }
}
.site-header__mobile-head .tablet-menu ul {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 0.6979166667rem + 0.2083333333vw, 0.875rem);
  line-height: 1.7;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
@media (max-width: 37.5rem) {
  .site-header__mobile-head .tablet-menu ul {
    line-height: 1.5;
  }
}
.site-header__mobile-head .tablet-menu li {
  margin: 0 1rem 0 0;
}

.site-header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 4.0625rem;
  padding: 0.875rem 0;
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 0.6979166667rem + 0.2083333333vw, 0.875rem);
  line-height: 1.7;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  background: transparent;
  -webkit-transition: background-color 150ms ease, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 150ms ease, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 150ms ease, box-shadow 300ms cubic-bezier(0.4, 0, 1, 1), transform 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 150ms ease, box-shadow 300ms cubic-bezier(0.4, 0, 1, 1), transform 300ms cubic-bezier(0.4, 0, 1, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 300ms cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 37.5rem) {
  .site-header {
    line-height: 1.5;
  }
}
.is-site-nav-opened .site-header {
  background: #FAF9F5;
}
.site-header.headroom--not-top {
  background: #FAF9F5;
}
@media (min-width: 37.501rem) {
  html:not(.is-sub-nav-opened) .site-header.headroom--not-top.headroom--unpinned {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (max-width: 37.5rem) {
  .site-header.headroom--not-top {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.site-header.headroom--pinned.headroom--not-top {
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.06), 0px 1px 3px rgba(31, 41, 55, 0.1);
          box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.06), 0px 1px 3px rgba(31, 41, 55, 0.1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: #FAF9F5;
}
@media (max-width: 78.75rem) {
  .site-header {
    height: 3.125rem;
    padding: 0;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.4;
    -webkit-transition: background-color 150ms ease, height 300ms cubic-bezier(0.4, 0, 1, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 150ms ease, height 300ms cubic-bezier(0.4, 0, 1, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 150ms ease, box-shadow 300ms cubic-bezier(0.4, 0, 1, 1), transform 300ms cubic-bezier(0.4, 0, 1, 1), height 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 150ms ease, box-shadow 300ms cubic-bezier(0.4, 0, 1, 1), transform 300ms cubic-bezier(0.4, 0, 1, 1), height 300ms cubic-bezier(0.4, 0, 1, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 300ms cubic-bezier(0.4, 0, 1, 1);
  }
  .is-site-nav-opened .site-header {
    height: 100%;
  }
  .is-site-nav-opened .site-header, .animate-nav .site-header {
    overflow: hidden;
  }
  .is-site-nav-opened.animate-nav .site-header {
    overflow: auto;
  }
}
@media (max-width: 78.75rem) {
  .site-header__container {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-header__container--simple {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-header__mobile-head {
  display: none;
}
@media (max-width: 78.75rem) {
  .site-header__mobile-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.75rem 0;
  }
}
.site-header__logo svg {
  vertical-align: top;
  color: #EE0000;
}
.site-header__logo:after {
  display: none;
}
@media (min-width: 78.751rem) {
  .site-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .site-header__logo--mobile {
    display: none;
  }
}
@media (max-width: 78.75rem) {
  .site-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header__logo svg {
    height: 1.25rem;
    width: auto;
  }
  .site-header__logo--desktop {
    display: none;
  }
}
@media (max-width: 78.75rem) {
  .site-header__navigation {
    display: none;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-header__navigation .btn--secondary {
    color: #FFFFFF !important;
    background: #000000 !important;
  }
  .site-header__navigation .btn--secondary:hover, .site-header__navigation .btn--secondary:focus-visible {
    background-color: #EE0000 !important;
    border-color: #EE0000 !important;
  }
  .animate-nav .site-header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 78.751rem) {
  .site-header__navigation {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.3125rem;
  }
  .site-header__navigation > *,
  .site-header__navigation > ul,
  .site-header__navigation .site-header__extra > * {
    margin-left: 1.25rem;
  }
  .site-header__navigation > *:first-child,
  .site-header__navigation > ul:first-child,
  .site-header__navigation .site-header__extra > *:first-child {
    margin-left: 0;
  }
}
.site-header__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 78.751rem) {
  .site-header__menus {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-header__menus > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .site-header__menus > * ul {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .site-header__menus > *:first-child {
    margin-right: 10rem;
  }
  .site-header__menus > *:last-child {
    margin-left: 10rem;
  }
  .site-header__menus > *:last-child ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 78.75rem) {
  .site-header__menus {
    margin: 2.25rem 0 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.site-header__extra {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 78.75rem) {
  .site-header__extra {
    width: 100%;
    margin: 1.5rem 0;
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.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);
  display: none;
  font-size: 0;
}
.nav-toggle:hover, .nav-toggle:focus {
  background: rgba(0, 0, 0, 0);
}
.nav-toggle:focus {
  outline: thin dotted #000000;
}
@media (max-width: 78.75rem) {
  .nav-toggle {
    display: block;
    padding: 0.25rem;
    margin: 0 -0.25rem 0 0;
    -webkit-transition: none;
    transition: none;
  }
  .nav-toggle__icon {
    border-top: 0.1875rem solid #000000;
    display: block;
    height: 0.9375rem;
    position: relative;
    -webkit-transition: none;
    transition: none;
    width: 1.125rem;
  }
  .nav-toggle__icon:before, .nav-toggle__icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.1875rem;
    border-top: 0.1875rem solid #000000;
    margin-top: 0.1875rem;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .is-site-nav-opened .nav-toggle__icon {
    border-top: 0;
  }
  .is-site-nav-opened .nav-toggle__icon:before, .is-site-nav-opened .nav-toggle__icon:after {
    position: absolute;
    top: 0.15rem;
    left: 0;
    border-color: #EE0000;
  }
  .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);
  }
}

.site-footer {
  margin-top: 12.5rem;
  margin-top: clamp(7.5rem, 6.1486486486rem + 5.4054054054vw, 12.5rem);
  padding-top: 5rem;
  padding-top: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
  padding-bottom: 5rem;
  padding-bottom: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
  color: #FFFFFF;
  background: #000000;
}
.site-footer a {
  color: inherit;
}
.site-footer a:after {
  background-color: #FFFFFF;
}
.site-footer .hs-form a, .site-footer .systems-page .form-container a, .systems-page .site-footer .form-container a {
  text-decoration: underline;
}
.site-footer .hs-form .legal-consent-container, .site-footer .systems-page .form-container .legal-consent-container, .systems-page .site-footer .form-container .legal-consent-container {
  margin-top: -3rem;
  margin-top: clamp(-3rem, 0.1756756757rem + -2.7027027027vw, -0.5rem);
}
.site-footer .hs-form .hs-submit, .site-footer .systems-page .form-container .hs-submit, .systems-page .site-footer .form-container .hs-submit {
  margin-top: 2rem;
}
@media (min-width: 48.001rem) {
  .site-footer__top {
    max-width: 32.45rem;
  }
}
.site-footer__bottom {
  margin-top: 7.5rem;
  margin-top: clamp(5rem, 4.3243243243rem + 2.7027027027vw, 7.5rem);
}
.site-footer__bottom:first-child {
  margin-top: 0;
}
@media (min-width: 48.001rem) {
  .site-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-footer__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.8540772532%;
          flex: 0 0 47.8540772532%;
}
@media (max-width: 48rem) {
  .site-footer__col {
    margin-top: 5rem;
    margin-top: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
  }
  .site-footer__col:first-child {
    margin-top: 0;
  }
}
.site-footer__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 1.3em 0 0;
}
.site-footer__col li {
  display: inline-block;
  margin: 1rem 1rem 0 0;
}
.site-footer__logo {
  margin-bottom: 2.5rem;
}
.site-footer__logo svg {
  width: auto;
  height: 2.5rem;
  vertical-align: top;
}
.site-footer__navigation {
  margin: 1rem 0 0;
}
.site-footer__navigation:after {
  content: "";
  display: table;
  clear: both;
}
.site-footer__navigation ul {
  margin: 0;
}
@media (min-width: 48.001rem) {
  .site-footer__navigation ul {
    display: inline-block;
  }
  .site-footer__navigation li {
    float: left;
  }
}
@media (max-width: 48rem) {
  .site-footer__navigation li {
    display: block;
  }
}
.site-footer ul.site-footer__some-links {
  margin-top: 2rem;
}
.site-footer ul.site-footer__some-links a:after {
  display: none;
}
.site-footer ul.site-footer__some-links a:hover, .site-footer ul.site-footer__some-links a:focus-visible {
  color: #EE0000;
}
.site-footer ul.site-footer__some-links li {
  margin: 0;
  margin-right: 2.5rem;
}

.wide-image {
  margin-left: auto;
  margin-right: auto;
}
.wide-image:not(.content-row) {
  margin-top: 0;
  margin-bottom: 0;
}
.wide-image__holder {
  border-radius: 0.25rem;
  display: block;
  position: relative;
  padding-top: 153%;
  overflow: hidden;
}
@media (min-width: 37.501rem) {
  .wide-image__holder {
    padding-top: 50%;
  }
  .wide-image__holder--has-mobile .wide-image__mobile {
    display: none;
  }
}
@media (max-width: 37.5rem) {
  .wide-image__holder--has-mobile .wide-image__desktop {
    display: none;
  }
}
.wide-image__holder .animated-item {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 140%;
}
.wide-image__holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 37.5rem) {
  .wide-image__holder img {
    height: 100%;
  }
}

@media (prefers-reduced-motion) {
  .wide-image__holder .animated-item {
    top: 0;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media (min-width: 48.001rem) {
  .site-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 48.001rem) {
  .site-hero.show-image {
    display: block;
  }
}
.site-hero--big .site-hero__contents, .site-hero--small .site-hero__contents {
  margin-top: 16.25rem;
  margin-top: clamp(10rem, 8.3108108108rem + 6.7567567568vw, 16.25rem);
  margin-bottom: 5rem;
  margin-bottom: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
  width: 100%;
}
@media (min-width: 48.001rem) {
  .site-hero--big .site-hero__contents, .site-hero--small .site-hero__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 48.001rem) {
  .site-hero--full-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-hero h1 {
  margin: 0;
  font-size: 5.5rem;
  font-size: clamp(3rem, 1.9583333333rem + 4.1666666667vw, 5.5rem);
  line-height: 1;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 500;
}
@media (max-width: 37.5rem) {
  .site-hero h1 {
    line-height: 1.1;
  }
}
.site-hero__contents p, .site-hero__title-content p, .site-hero__content p {
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.8958333333rem + 0.4166666667vw, 1.25rem);
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 37.5rem) {
  .site-hero__contents p, .site-hero__title-content p, .site-hero__content p {
    line-height: 1.4;
  }
}
.site-hero__contents p:first-child, .site-hero__contents p.site-hero__top-title, .site-hero__title-content p:first-child, .site-hero__title-content p.site-hero__top-title, .site-hero__content p:first-child, .site-hero__content p.site-hero__top-title {
  margin-bottom: 1.23em;
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.8958333333rem + 0.4166666667vw, 1.25rem);
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 37.5rem) {
  .site-hero__contents p:first-child, .site-hero__contents p.site-hero__top-title, .site-hero__title-content p:first-child, .site-hero__title-content p.site-hero__top-title, .site-hero__content p:first-child, .site-hero__content p.site-hero__top-title {
    line-height: 1.4;
  }
}
@media (min-width: 48.001rem) {
  .site-hero__title-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.2978723404%;
            flex: 0 0 48.2978723404%;
  }
}
.site-hero__text-content {
  font-size: 1.625rem;
  font-size: clamp(1.125rem, 0.9166666667rem + 0.8333333333vw, 1.625rem);
  line-height: 1.4;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000000;
}
.text-white .site-hero__text-content {
  color: #FFFFFF;
}
@media (min-width: 48.001rem) {
  .site-hero__text-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.9574468085%;
            flex: 0 0 37.9574468085%;
    margin-left: 4rem;
    margin-left: clamp(1rem, 0.1891891892rem + 3.2432432432vw, 4rem);
  }
}
@media (min-width: 65.001rem) {
  .site-hero__text-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.6170212766%;
            flex: 0 0 27.6170212766%;
  }
}
@media (max-width: 48rem) {
  .site-hero__text-content {
    margin-top: 4rem;
    margin-top: clamp(2.5rem, 2.0945945946rem + 1.6216216216vw, 4rem);
  }
}
@media (min-width: 48.001rem) {
  .site-hero--full-width .site-hero__text-content {
    margin-left: 0;
    margin-top: 1.5rem;
    margin-top: clamp(1rem, 0.8648648649rem + 0.5405405405vw, 1.5rem);
  }
}
.site-hero__content h1 {
  max-width: 86.9635193133%;
}
.site-hero__meta {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  gap: clamp(1rem, 0.8648648649rem + 0.5405405405vw, 1.5rem);
  row-gap: 0.5rem;
}
@media (max-width: 37.5rem) {
  .site-hero__meta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
.site-hero__meta-tag-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  gap: clamp(0.5rem, 0.3648648649rem + 0.5405405405vw, 1rem);
}
.site-hero__meta-text-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 0.6979166667rem + 0.2083333333vw, 0.875rem);
  line-height: 1.7;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 37.5rem) {
  .site-hero__meta-text-list {
    line-height: 1.5;
  }
}
.site-hero__meta-text-list li:after {
  content: "/";
  display: inline-block;
  margin-left: 1rem;
  margin-left: clamp(0.5rem, 0.3648648649rem + 0.5405405405vw, 1rem);
  margin-right: 1rem;
  margin-right: clamp(0.5rem, 0.3648648649rem + 0.5405405405vw, 1rem);
}
.site-hero__meta-text-list li:last-child:after {
  display: none;
}
.site-hero--simple {
  margin-top: 16.25rem;
  margin-top: clamp(10rem, 8.3108108108rem + 6.7567567568vw, 16.25rem);
  margin-bottom: 5rem;
  margin-bottom: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
}
.site-hero--simple h1 {
  font-size: 4rem;
  font-size: clamp(2rem, 1.1666666667rem + 3.3333333333vw, 4rem);
  line-height: 1;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 500;
}
@media (max-width: 37.5rem) {
  .site-hero--simple h1 {
    line-height: 1.1;
  }
}
@media (min-width: 48.001rem) {
  .site-hero--simple .site-hero__title-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67.4087982833%;
            flex: 0 0 67.4087982833%;
  }
}
@media (min-width: 48.001rem) {
  .site-hero--simple .site-hero__text-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.2993562232%;
            flex: 0 0 28.2993562232%;
  }
}
.site-hero--person .site-hero__text-content {
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.8958333333rem + 0.4166666667vw, 1.25rem);
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 37.5rem) {
  .site-hero--person .site-hero__text-content {
    line-height: 1.4;
  }
}
.site-hero--small .site-hero__title-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 86.49%;
          flex: 0 0 86.49%;
}
.site-hero--small .site-hero__title-content h1 {
  font-size: 4rem;
  font-size: clamp(2rem, 1.1666666667rem + 3.3333333333vw, 4rem);
  line-height: 1;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 500;
}
@media (max-width: 37.5rem) {
  .site-hero--small .site-hero__title-content h1 {
    line-height: 1.1;
  }
}
.site-hero--full-width {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
}
.site-hero--full-width .site-hero__contents {
  position: absolute;
  bottom: 0;
  margin-bottom: 2.5rem;
  z-index: 10;
}
@media (min-width: 65.001rem) {
  .site-hero--full-width .site-hero__contents {
    max-width: 27%;
  }
}
.site-hero--full-width .site-hero__contents h1 {
  font-size: 4rem;
  font-size: clamp(2rem, 1.1666666667rem + 3.3333333333vw, 4rem);
  line-height: 1;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 500;
}
@media (max-width: 37.5rem) {
  .site-hero--full-width .site-hero__contents h1 {
    line-height: 1.1;
  }
}
.site-hero--full-width .site-hero__contents.text-white {
  color: white;
}
.site-hero--event {
  margin-top: 16.25rem;
  margin-top: clamp(10rem, 8.3108108108rem + 6.7567567568vw, 16.25rem);
  margin-bottom: 5rem;
  margin-bottom: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
}
@media (min-width: 48.001rem) {
  .site-hero--event .site-hero__text-content {
    text-align: right;
  }
}
.site-hero__speaker {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.site-hero__image-content.full-width {
  margin-top: -5.125rem;
}
@media (max-width: 48rem) {
  .site-hero__image-content.full-width {
    margin-top: -2rem;
  }
}
.site-hero__image-content.full-width .hero-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(34.87%, rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 34.87%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 3;
}
@media (min-width: 37.501rem) {
  .site-hero__image-content.full-width .hero-image::after {
    background: linear-gradient(243deg, rgba(0, 0, 0, 0) 41.94%, rgba(0, 0, 0, 0.7) 101.73%);
  }
}
.site-hero__image-content.full-width.no-overlay .hero-image::after {
  display: none;
}
@media (max-width: 37.5rem) {
  .site-hero__image-content.full-width.overlay-desktop .hero-image::after {
    display: none;
  }
}
@media (min-width: 37.501rem) {
  .site-hero__image-content.full-width.overlay-mobile .hero-image::after {
    display: none;
  }
}

.hero-image {
  position: relative;
  margin-top: 5rem;
  margin-top: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
}
.hero-image.full-width {
  left: 0;
}
@media (max-width: 48rem) {
  .hero-image {
    margin-top: 1rem;
    margin-top: clamp(0.5rem, 0.3648648649rem + 0.5405405405vw, 1rem);
  }
}
.hero-image:not(.content-row) {
  margin-bottom: 0;
}

.hs-blog-listing .site-hero.container,
.hs-blog-post .site-hero.container {
  margin-top: 16.25rem;
  margin-top: clamp(10rem, 8.3108108108rem + 6.7567567568vw, 16.25rem);
  margin-bottom: 5rem;
  margin-bottom: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
}
.hs-blog-listing .site-hero__title-content,
.hs-blog-post .site-hero__title-content {
  margin-bottom: 2.5rem;
}

.reference-archive-hero.site-hero.container {
  margin-top: 16.25rem;
  margin-top: clamp(10rem, 8.3108108108rem + 6.7567567568vw, 16.25rem);
  margin-bottom: 5rem;
  margin-bottom: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
}

.meta-tag {
  display: inline-block;
  padding: 0.225em 1.11em;
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 0.6979166667rem + 0.2083333333vw, 0.875rem);
  line-height: 1.7;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #000000;
  border: 0.0625rem solid #CCCCCC;
  border-radius: 4.125rem;
}
@media (max-width: 37.5rem) {
  .meta-tag {
    line-height: 1.5;
  }
}
@media (max-width: 37.5rem) {
  .meta-tag {
    font-weight: 400;
  }
}
.meta-tag--no-wrap {
  white-space: nowrap;
}
.meta-tag--no-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.8958333333rem + 0.4166666667vw, 1.25rem);
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  border: 0;
  border-radius: 0;
}
@media (max-width: 37.5rem) {
  .meta-tag--no-border {
    line-height: 1.4;
  }
}
.meta-tag--no-border svg {
  margin-right: 0.55em;
}

a.meta-tag, button.meta-tag, input.meta-tag {
  cursor: pointer;
  background-image: url("https://9294990.fs1.hubspotusercontent-na1.net/hubfs/9294990/fraktio-2022-theme/fraktio-button-hover-black.svg");
  background-position: center -104%;
  background-repeat: no-repeat;
  background-size: 120%;
  -webkit-transition: background-position 450ms ease-out, border-color 350ms ease-in, color 300ms ease-in;
  transition: background-position 450ms ease-out, border-color 350ms ease-in, color 300ms ease-in;
}
a.meta-tag:hover, a.meta-tag:focus-visible, a.meta-tag.filter-tag[aria-selected=true], button.meta-tag:hover, button.meta-tag:focus-visible, button.meta-tag.filter-tag[aria-selected=true], input.meta-tag:hover, input.meta-tag:focus-visible, input.meta-tag.filter-tag[aria-selected=true] {
  color: #FFFFFF;
  border-color: #000000;
  background-position: center 60%;
}
a.meta-tag:after, button.meta-tag:after, input.meta-tag:after {
  display: none;
}

.posts-load {
  margin-top: 5rem;
  margin-top: clamp(4rem, 3.7297297297rem + 1.0810810811vw, 5rem);
  text-align: center;
}
.loading-posts + .posts-load .posts-load__spinner {
  opacity: 1;
}

.archive-load-more {
  position: relative;
}
.archive-load-more .archive-load-more__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.archive-load-more .archive-load-more__spinner span {
  background: #FFFFFF;
}
.archive-load-more.loading .archive-load-more__spinner {
  opacity: 1;
}
.archive-load-more.loading .archive-load-more__text {
  opacity: 0;
}

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

@-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);
  }
}
@media (min-width: 65.001rem) {
  .posts-list-top {
    max-width: 48.2978723404%;
    width: 56.75rem;
    min-width: 41.25rem;
  }
}

.posts-list-bottom {
  margin-top: 2.5rem;
}
@media (max-width: 37.5rem) {
  .posts-list-bottom {
    margin-top: 4rem;
    margin-top: clamp(2.5rem, 2.0945945946rem + 1.6216216216vw, 4rem);
  }
}

.posts-list,
.related-blog-posts-list {
  margin-top: 2.5rem;
  gap: 7.5rem;
  gap: clamp(5rem, 4.3243243243rem + 2.7027027027vw, 7.5rem);
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 37.501rem) {
  .posts-list,
  .related-blog-posts-list {
    gap: 4rem;
    gap: clamp(1rem, 0.1891891892rem + 3.2432432432vw, 4rem);
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 65.001rem) {
  .posts-list,
  .related-blog-posts-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.posts-list:first-child {
  margin-top: 0;
}

.post-item {
  position: relative;
}
.post-item:hover .post-item__image, .post-item:focus-within .post-item__image {
  -webkit-box-shadow: 0px 4px 6px -2px rgba(31, 41, 55, 0.05), 0px 10px 15px -3px rgba(31, 41, 55, 0.1);
          box-shadow: 0px 4px 6px -2px rgba(31, 41, 55, 0.05), 0px 10px 15px -3px rgba(31, 41, 55, 0.1);
}
.post-item--hide {
  display: none;
}
.post-item__image {
  margin: 0;
  position: relative;
  padding-top: 56.66%;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #F6F5EE;
  -webkit-transition: -webkit-box-shadow 150ms ease-in;
  transition: -webkit-box-shadow 150ms ease-in;
  transition: box-shadow 150ms ease-in;
  transition: box-shadow 150ms ease-in, -webkit-box-shadow 150ms ease-in;
}
.post-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item__image img[src=""] {
  display: none;
}
.post-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  margin-top: clamp(1rem, 0.8648648649rem + 0.5405405405vw, 1.5rem);
  gap: 1rem;
  gap: clamp(0.5rem, 0.3648648649rem + 0.5405405405vw, 1rem);
}
.post-item__meta .meta-tag--no-border {
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 0.6979166667rem + 0.2083333333vw, 0.875rem);
  line-height: 1.7;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 37.5rem) {
  .post-item__meta .meta-tag--no-border {
    line-height: 1.5;
  }
}
.post-item__title {
  margin-top: 1rem;
  margin-top: clamp(0.5rem, 0.3648648649rem + 0.5405405405vw, 1rem);
  font-size: 1.625rem;
  font-size: clamp(1.25rem, 1.09375rem + 0.625vw, 1.625rem);
  line-height: 1.2;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 600;
}
@media (max-width: 37.5rem) {
  .post-item__title {
    line-height: 1.3;
  }
}
.post-item__title .absolute-link {
  position: static;
  color: inherit;
}
.post-item__title .absolute-link:after {
  content: "";
  height: auto;
  background: none;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-item#empty-base-item {
  display: none;
}

.references-list {
  margin-top: 4rem;
  margin-top: clamp(1rem, 0.1891891892rem + 3.2432432432vw, 4rem);
  gap: 4rem;
  gap: clamp(1rem, 0.1891891892rem + 3.2432432432vw, 4rem);
  display: grid;
  grid-template-columns: 1fr;
}
.references-list:first-child {
  margin-top: 0;
}
@media (min-width: 37.501rem) {
  .references-list {
    grid-template-columns: 1fr 1fr;
  }
}

.reference-item {
  position: relative;
  padding: 1.5rem;
  padding: clamp(1rem, 0.8648648649rem + 0.5405405405vw, 1.5rem);
  padding-top: 1.5rem;
  padding-top: clamp(0.8125rem, 0.6266891892rem + 0.7432432432vw, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F6F5EE;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.06), 0px 1px 3px rgba(31, 41, 55, 0.1);
          box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.06), 0px 1px 3px rgba(31, 41, 55, 0.1);
  -webkit-transition: -webkit-box-shadow 150ms ease-in;
  transition: -webkit-box-shadow 150ms ease-in;
  transition: box-shadow 150ms ease-in;
  transition: box-shadow 150ms ease-in, -webkit-box-shadow 150ms ease-in;
}
.reference-item:hover, .reference-item:focus-within {
  -webkit-box-shadow: 0px 4px 6px -2px rgba(31, 41, 55, 0.05), 0px 10px 15px -3px rgba(31, 41, 55, 0.1);
          box-shadow: 0px 4px 6px -2px rgba(31, 41, 55, 0.05), 0px 10px 15px -3px rgba(31, 41, 55, 0.1);
}
.reference-item__client {
  margin-bottom: 2.5rem;
  font-size: 2.25rem;
  font-size: clamp(1.5rem, 1.1875rem + 1.25vw, 2.25rem);
  line-height: 1.2;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 600;
}
.reference-item__image {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.reference-item__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.reference-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.reference-item__image img:not([src*="."]) {
  display: none;
}
.reference-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 4rem;
  margin-top: clamp(2.5rem, 2.0945945946rem + 1.6216216216vw, 4rem);
}
@media (min-width: 65.001rem) {
  .reference-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.reference-item__title {
  font-size: 1rem;
  font-size: clamp(0.875rem, 0.8229166667rem + 0.2083333333vw, 1rem);
  line-height: 1.4;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.reference-item__title .absolute-link {
  position: static;
  color: inherit;
}
.reference-item__title .absolute-link:after {
  content: "";
  height: auto;
  background: none;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reference-item__industries {
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 0.6979166667rem + 0.2083333333vw, 0.875rem);
  line-height: 1.7;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 37.5rem) {
  .reference-item__industries {
    line-height: 1.5;
  }
}
.reference-item__industries:empty {
  display: none;
}
@media (min-width: 65.001rem) {
  .reference-item__industries {
    margin-left: 4rem;
    margin-left: clamp(1rem, 0.1891891892rem + 3.2432432432vw, 4rem);
  }
}
.reference-item#empty-base-item {
  display: none;
}

.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__item {
  margin: 0 1.3rem 0 0;
}
.social-share__item:last-child {
  margin-right: 0;
}
.social-share__item--label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 1rem;
  font-size: 1.625rem;
  font-size: clamp(1.25rem, 1.09375rem + 0.625vw, 1.625rem);
  line-height: 1.2;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 600;
}
@media (max-width: 37.5rem) {
  .social-share__item--label {
    line-height: 1.3;
  }
}
.social-share a {
  color: #EE0000;
}
.social-share a:hover, .social-share a:focus {
  text-decoration: none;
}

.person-hero {
  color: #FFBE8C;
}
.person-hero__wrapper {
  background-color: #F6F5EE;
  border-radius: 1rem;
  position: relative;
  max-height: 47rem;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.06), 0px 1px 3px rgba(31, 41, 55, 0.1);
          box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.06), 0px 1px 3px rgba(31, 41, 55, 0.1);
}
.person-hero__wrapper:before {
  content: "";
  display: block;
  padding-top: 52.9%;
}
@media (max-width: 37.5rem) {
  .person-hero__wrapper:before {
    padding-top: 142%;
  }
}
.person-hero__images {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 45%;
  max-width: 40rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 37.5rem) {
  .person-hero__images {
    width: 71%;
  }
}
.person-hero__circle {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.person-hero__circle::after {
  content: "";
  display: block;
  padding-bottom: 78.57%;
}
.person-hero__circle svg {
  bottom: 0;
  height: auto;
  position: absolute;
  width: 100%;
}
.person-hero__image {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.person-hero__image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.person-hero__image img {
  position: absolute;
  border-radius: 60rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 2;
}
.person-hero__svg-1, .person-hero__svg-2 {
  width: 4.26%;
  height: auto;
  position: absolute;
}
@media (max-width: 37.5rem) {
  .person-hero__svg-1, .person-hero__svg-2 {
    width: 8.75%;
  }
}
.person-hero__svg-1 {
  left: 3.5%;
  top: 6.5%;
}
@media (max-width: 37.5rem) {
  .person-hero__svg-1 {
    left: 6.67%;
    top: 4.62%;
  }
}
.person-hero__svg-2 {
  bottom: 6.5%;
  right: 3.5%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 37.5rem) {
  .person-hero__svg-2 {
    bottom: 4.62%;
    right: 6.67%;
  }
}
.person-hero--orange {
  color: #FF7846;
}
.person-hero--peach {
  color: #FFBE8C;
}
.person-hero--purple {
  color: #BEB4E6;
}

.persons {
  margin-top: 4rem;
  margin-top: clamp(1rem, 0.1891891892rem + 3.2432432432vw, 4rem);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-column-gap: clamp(1rem, 0.1891891892rem + 3.2432432432vw, 4rem);
     -moz-column-gap: clamp(1rem, 0.1891891892rem + 3.2432432432vw, 4rem);
          column-gap: clamp(1rem, 0.1891891892rem + 3.2432432432vw, 4rem);
  row-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 48.001rem) {
  .persons {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 65.001rem) {
  .persons {
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
    gap: clamp(1rem, 0.1891891892rem + 3.2432432432vw, 4rem);
  }
}

.person-item {
  color: #FFBE8C;
  cursor: pointer;
  position: relative;
}
.person-item:focus .person-item__wrapper, .person-item:hover .person-item__wrapper {
  -webkit-box-shadow: 0px 10px 10px -5px rgba(31, 41, 55, 0.08), 0px 20px 25px -5px rgba(31, 41, 55, 0.13);
          box-shadow: 0px 10px 10px -5px rgba(31, 41, 55, 0.08), 0px 20px 25px -5px rgba(31, 41, 55, 0.13);
}
.person-item:focus .person-item__circle-rotate, .person-item:hover .person-item__circle-rotate {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.person-item__wrapper {
  background-color: #F6F5EE;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.06), 0px 1px 3px rgba(31, 41, 55, 0.1);
          box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.06), 0px 1px 3px rgba(31, 41, 55, 0.1);
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.person-item__wrapper:before {
  content: "";
  display: block;
  padding-top: 142%;
}
.person-item__images {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 71%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.person-item__circle {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.person-item__circle::after {
  content: "";
  display: block;
  padding-bottom: 78.57%;
}
.person-item__circle svg {
  bottom: 0;
  height: auto;
  position: absolute;
  width: 100%;
}
.person-item__circle svg.person-item__circle-rotate {
  top: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: all 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: all 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.person-item__circle-relative {
  position: relative;
  height: 100%;
}
.person-item__circle-relative::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.person-item__image {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.person-item__image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.person-item__image img {
  position: absolute;
  border-radius: 60rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 2;
}
.person-item__svg-1, .person-item__svg-2 {
  width: 8.75%;
  height: auto;
  position: absolute;
}
.person-item__svg-1 {
  left: 6.67%;
  top: 4.62%;
}
.person-item__svg-2 {
  bottom: 4.62%;
  right: 6.67%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.person-item--orange {
  color: #FF7846;
}
.person-item--peach {
  color: #FFBE8C;
}
.person-item--purple {
  color: #BEB4E6;
}
.person-item__content {
  margin-top: 1rem;
}
@media (max-width: 37.5rem) {
  .person-item__content {
    margin-top: 0.75rem;
  }
}
.person-item__name a {
  color: #000000;
  position: unset;
}
.person-item__name a::after {
  background-color: transparent;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.person-item__title {
  color: #666666;
  margin-top: 0.4em;
}
@media (max-width: 37.5rem) {
  .person-item__title {
    font-size: 1rem;
    font-size: clamp(0.875rem, 0.8229166667rem + 0.2083333333vw, 1rem);
    line-height: 1.4;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
  }
}

@media (prefers-reduced-motion) {
  .person-item:focus .person-item__circle-rotate,
  .person-item:hover .person-item__circle-rotate {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
#CybotCookiebotDialog a,
#CybotCookiebotDialog div {
  font-family: "Work Sans", sans-serif !important;
}

.cookiebanner__logo {
  width: 9rem !important;
  height: 2rem !important;
  background: url("https://9294990.fs1.hubspotusercontent-na1.net/hubfs/9294990/fraktio-2022-theme/example-images/example-logo.svg") no-repeat !important;
  margin-bottom: 6rem !important;
  background-position: 0 0 !important;
  background-size: 9rem 2rem !important;
}
@media (max-width: 85rem) {
  .cookiebanner__logo {
    display: block !important;
    margin-bottom: 2rem !important;
    width: 6rem !important;
    background-size: 6rem 2rem !important;
  }
}
.cookiebanner__logo img {
  display: none;
}

@media (min-width: 85.001rem) {
  #CookieBannerNotice {
    min-width: 1008px !important;
    width: 100% !important;
    min-height: 526px !important;
  }
}

#CybotCookiebotDialogBodyContent {
  padding: 0 !important;
  padding-bottom: 1rem !important;
  margin-top: 2rem !important;
}
@media (max-width: 85rem) {
  #CybotCookiebotDialogBodyContent {
    margin-top: 4rem !important;
    padding: 1rem !important;
  }
}

#CookieBannerTitle {
  font-family: "Work Sans", sans-serif !important;
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 1.938rem !important;
  margin-bottom: 1.5rem !important;
  line-height: 2.5rem !important;
}
@media (max-width: 85rem) {
  #CookieBannerTitle {
    font-size: 1.3rem !important;
  }
}

#CookieBannerDescription {
  font-size: 1.25rem !important;
  line-height: 1.875rem !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (max-width: 85rem) {
  #CookieBannerDescription {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

#CookieBanner .cookiebanner__buttons {
  margin-top: 4rem !important;
}
@media (max-width: 85rem) {
  #CookieBanner .cookiebanner__buttons {
    margin-top: 2rem !important;
  }
}
#CookieBanner .cookiebanner__buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 85rem) {
  #CookieBanner .cookiebanner__buttons ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#CookieBanner .cookiebanner__buttons li {
  margin: 0 1rem 0 0 !important;
}
#CookieBanner .cookiebanner__buttons li:last-child {
  margin: 0 !important;
}
#CookieBanner .cookiebanner__buttons button {
  max-width: 16rem !important;
  width: 100% !important;
  border-radius: 6.25rem !important;
}
@media (max-width: 85rem) {
  #CookieBanner .cookiebanner__buttons button {
    font-size: 1rem !important;
  }
}
#CookieBanner .cookiebanner__buttons__accept {
  background: #000000 !important;
}
#CookieBanner .cookiebanner__buttons__accept:hover {
  background: #FFFFFF !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
}

.CybotCookiebotDialogBodyButton {
  margin-left: 0 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  padding: 0.75rem 1.5rem !important;
  background-color: #000000;
  border: 1px solid #000000 !important;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: auto !important;
  min-width: 10rem !important;
  font-size: 1.25rem !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  background-color: #EE0000;
  border: 1px solid #EE0000 !important;
}
@media (max-width: 85rem) {
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    margin-left: 0 !important;
    min-width: 13.75rem !important;
  }
}

#CybotCookiebotDialogBodyButtonDecline {
  padding: 0.75rem 1.5rem !important;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border: 1px solid #000000 !important;
  width: auto !important;
  min-width: 10rem !important;
  color: #000000 !important;
  font-size: 1.25rem !important;
}
#CybotCookiebotDialogBodyButtonDecline:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
@media (max-width: 85rem) {
  #CybotCookiebotDialogBodyButtonDecline {
    margin: 1rem 0 0 0 !important;
    min-width: 16rem !important;
    width: 100% !important;
  }
}

#CustomCookiebotOpenDetails {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #EE0000 !important;
  font-size: 1.25rem !important;
  padding: 1rem 0 0 1rem !important;
  text-decoration: none !important;
}
@media (max-width: 85rem) {
  #CustomCookiebotOpenDetails {
    margin: 0 !important;
    padding: 2rem 0 0 0.3rem !important;
    text-align: left;
  }
}

#CybotCookiebotDialogDetailBody {
  max-width: 100% !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  font-size: 1.25rem !important;
  border-radius: 6.25rem !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
}
@media (max-width: 85rem) {
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    margin: 1rem auto !important;
  }
}

#CybotCookiebotDialogDetailBodyContent {
  border: none !important;
}

.CybotCookiebotDialogDetailBodyContentTabsItemSelected {
  border-right: none !important;
  border-top: none !important;
}

#CybotCookiebotDialogDetailBodyContentTabs {
  margin-bottom: 1rem !important;
}

#CybotCookiebotDialogDetailBodyContentTabsOverview {
  padding-right: 2rem !important;
}

.CybotCookiebotDialogDetailBodyContentTabsItem {
  border-right: none !important;
  border-top: none !important;
  border-radius: 0.375rem !important;
}

.CybotCookiebotDialogDetailBodyContentTab:first-child {
  border-left: none !important;
}

a.CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected:focus,
a.CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected:hover,
a.CybotCookiebotDialogDetailBodyContentIABv2TabSelected:focus,
a.CybotCookiebotDialogDetailBodyContentIABv2TabSelected:hover {
  border-bottom: none !important;
  border-right: none !important;
  text-decoration: none !important;
}

.CybotCookiebotDialogDetailBodyContentCookieContainerTypes,
.CybotCookiebotDialogDetailBodyContentIABv2Tab {
  border-bottom: none !important;
  border-right: none !important;
}

#CookieBanner .cookiebanner__preference {
  background-color: #B3B3B3;
}
#CookieBanner .cookiebanner__preference__toggle {
  color: #666666;
}
@media (max-width: 85rem) {
  #CookieBanner .cookiebanner__preference__toggle {
    margin: 1rem auto !important;
  }
}
#CookieBanner .cookiebanner__preference input:checked + label .cookiebanner__preference__ui {
  background-color: #B3B3B3;
}
#CookieBanner .cookiebanner__preference__title {
  font-size: 1.375rem !important;
}
@media (max-width: 85rem) {
  #CookieBanner .cookiebanner__preference__title {
    font-size: 1rem !important;
  }
}
#CookieBanner .cookiebanner__preference__toggle {
  font-size: 1.188rem !important;
}
@media (max-width: 85rem) {
  #CookieBanner .cookiebanner__preference__toggle {
    font-size: 0.8rem !important;
  }
}
#CookieBanner .cookiebanner__accept-selection {
  background-color: #EE0000;
  border: 2px solid #EE0000;
  color: #FFFFFF;
  border-radius: 6.25rem;
}

/*
 * 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: 7.5rem;
  margin-top: clamp(5rem, 4.3243243243rem + 2.7027027027vw, 7.5rem);
  text-align: center;
}
.error-page img {
  vertical-align: top;
}
.error-page__image {
  margin: 0;
}
.error-page__heading {
  margin-top: 1rem;
  margin-top: clamp(0.5rem, 0.3648648649rem + 0.5405405405vw, 1rem);
}
.error-page__paragraph {
  margin: 2em 0 2.1em;
}
.error-page__paragraph:last-child {
  margin-bottom: 0;
}

.archive-filters {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 2.5rem;
  gap: 1rem;
  gap: clamp(0.5rem, 0.3648648649rem + 0.5405405405vw, 1rem);
}
.archive-filters li {
  margin: 0;
}
.archive-filters--events, .archive-filters--events:first-child {
  margin-top: 2.5rem;
}

.archive-filters-label {
  margin-bottom: 0.625rem;
  font-size: 1rem;
  font-size: clamp(0.875rem, 0.8229166667rem + 0.2083333333vw, 1rem);
  line-height: 1.4;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #808080;
}

.blog-post {
  margin-top: 7.5rem;
  margin-top: clamp(5rem, 4.3243243243rem + 2.7027027027vw, 7.5rem);
  min-height: 3rem;
}
@media (min-width: 65.001rem) {
  .blog-post {
    max-width: 48.2978723404%;
    width: 56.75rem;
    min-width: 41.25rem;
  }
}
@media (min-width: 65.001rem) {
  .blog-post .hs-embed-wrapper[data-service=youtube] {
    max-width: none !important;
    max-height: none !important;
    width: calc(100vw - (0.18919rem + 3.24324vw) * 2) !important;
  }
  .blog-post img {
    max-width: 120%;
  }
}
@media (min-width: 85.001rem) {
  .blog-post .hs-embed-wrapper[data-service=youtube] {
    width: clamp(64.174375rem, 3.1188900893rem + 71.7772048914vw, 93.2rem) !important;
  }
}
@media (min-width: 125.501rem) {
  .blog-post .hs-embed-wrapper[data-service=youtube] {
    max-width: none !important;
    max-height: none !important;
    width: 206.9% !important;
  }
}

.blog-authors {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 37.5rem) {
  .blog-authors__icon {
    display: none;
  }
}
.blog-authors .slash {
  margin: 0 0.3rem;
}

.blog-author {
  display: inline;
  color: #000000;
}
@media (min-width: 37.501rem) {
  .blog-author:first-of-type {
    margin-left: 0.5rem;
  }
}

.archive .no-events {
  margin-top: 7.5rem;
  margin-top: clamp(5rem, 4.3243243243rem + 2.7027027027vw, 7.5rem);
}

.systems-page {
  margin-top: 12.5rem;
  margin-top: clamp(7.5rem, 6.1486486486rem + 5.4054054054vw, 12.5rem);
}
.systems-page .form-container {
  max-width: none;
}
@media (min-width: 65.001rem) {
  .systems-page__content {
    max-width: 48.2978723404%;
    width: 56.75rem;
    min-width: 41.25rem;
  }
}
.systems-page .page-header {
  margin-bottom: 2.5rem;
}
.systems-page .hs-button {
  margin-top: 2rem;
}

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