/* Theme base styles */
/* In order of loading */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}
/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  background-repeat: no-repeat;
  background-size: cover;
  font-style: italic;
  height: auto;
  max-width: 100%;
  shape-margin: 0.75rem;
  vertical-align: middle;
}

:root {
  --ciphr-font-sans-serif: 'Soehne', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, Ubuntu;
  --ciphr-font-serif: 'GT Super Text', 'Times New Roman', serif;
  --ciphr-body-width: 1200px;
  --ciphr-banner-width: 1440px;
  --ciphr-wide-width: 1728px;
  --scroll-bar: 0px;
  --full-width: calc(100vw - var(--scroll-bar));
  --half-width: calc(var(--full-width) / 2);

  --ciphr-action-blue-hover: #1e23ae;
  --ciphr-action-blue: #5258f6;
  --ciphr-action-red-active: #c8697d;
  --ciphr-action-red-hover: #b31637;
  --ciphr-action-red: #e0294f;
  --ciphr-cool-blue-tint-40: #e2f9f7;
  --ciphr-cool-blue: #b6f1eb;
  --ciphr-dark-grey: #8c8c8c;
  --ciphr-deep-blue-active: #81b1c2;
  --ciphr-deep-blue-hover: #c0dbe4;
  --ciphr-deep-blue: #004c66;
  --ciphr-forest-green-hover: #8fdbae;
  --ciphr-forest-green: #004703;
  --ciphr-green-active: #5fa975;
  --ciphr-grey: #d9d9d9;
  --ciphr-highlight-yellow: #fff183;
  --ciphr-light-grey: #f1f1f1;
  --ciphr-lighter-grey: #fbfbfb;
  --ciphr-mauve-hover: #892963;
  --ciphr-mauve-pink: #ffcee7;
  --ciphr-mint-green-hover: #206829;
  --ciphr-mint-green: #9febc1;
  --ciphr-pink-active: #b66794;
  --ciphr-pink-hover: #f1bad7;
  --ciphr-rich-mauve: #6c0042;
  --ciphr-white: #FFF;
  --primary-text: var(--ciphr-deep-blue);

  --hamburger-width: 20px;
  --hamburger-line-height: 2px;
  --hamburger-value-1: 6px;

  --cl-8-12: clamp(8px, calc(8px + (12 - 8) * ((100vw - 375px) / (1200 - 375))), 12px);
  --cl-8-16: clamp(8px, calc(8px + (16 - 8) * ((100vw - 375px) / (1200 - 375))), 16px);
  --cl-12-24: clamp(12px, calc(12px + (24 - 12) * ((100vw - 375px) / (1200 - 375))), 24px);
  --cl-14-16: clamp(14px, calc(14px + (16 - 14) * ((100vw - 375px) / (1200 - 375))), 16px);
  --cl-16-36: clamp(16px, calc(16px + (36 - 16) * ((100vw - 375px) / (1200 - 375))), 36px);
  --cl-18-20: clamp(18px, calc(18px + (20 - 18) * ((100vw - 375px) / (1200 - 375))), 20px);
  --cl-18-24: clamp(18px, calc(18px + (24 - 18) * ((100vw - 375px) / (1200 - 375))), 24px);
  --cl-18-32: clamp(18px, calc(18px + (32 - 18) * ((100vw - 375px) / (1200 - 375))), 32px);
  --cl-18-36: clamp(18px, calc(18px + (36 - 18) * ((100vw - 375px) / (1200 - 375))), 36px);
  --cl-18-72: clamp(18px, calc(18px + (72 - 18) * ((100vw - 375px) / (1200 - 375))), 72px);
  --cl-20-60: clamp(20px, calc(20px + (60 - 20) * ((100vw - 375px) / (1200 - 375))), 60px);
  --cl-24-36: clamp(24px, calc(24px + (36 - 24) * ((100vw - 375px) / (1200 - 375))), 36px);
  --cl-24-48: clamp(24px, calc(24px + (48 - 24) * ((100vw - 375px) / (1200 - 375))), 48px);
  --cl-30-36: clamp(30px, calc(30px + (36 - 30) * ((100vw - 375px) / (1200 - 375))), 36px);
  --cl-30-45: clamp(30px, calc(30px + (45 - 30) * ((100vw - 375px) / (1200 - 375))), 45px);
  --cl-30-60: clamp(30px, calc(30px + (60 - 30) * ((100vw - 375px) / (1200 - 375))), 60px);
  --cl-32-60: clamp(32px, calc(32px + (60 - 32) * ((100vw - 375px) / (1200 - 375))), 60px);
  --cl-36-56: clamp(36px, calc(36px + (56 - 36) * ((100vw - 375px) / (1200 - 375))), 56px);
  --cl-36-72: clamp(36px, calc(36px + (72 - 36) * ((100vw - 375px) / (1200 - 375))), 72px);
  --cl-36-96: clamp(36px, calc(36px + (96 - 36) * ((100vw - 375px) / (1200 - 375))), 96px);
  --cl-36-120: clamp(36px, calc(36px + (120 - 36) * ((100vw - 375px) / (1200 - 375))), 120px);
  --cl-60-120: clamp(60px, calc(60px + (120 - 60) * ((100vw - 375px) / (1200 - 375))), 120px);
}
@font-face {
	font-display: optional;
	font-family: 'Soehne';
	font-weight: 300;
	font-style: normal;
	src: url("https://139790864.fs1.hubspotusercontent-eu1.net/hubfs/139790864/raw_assets/public/ciphr-theme/fonts/soehne/soehne-leicht.woff2") format('woff2'),
        url("https://139790864.fs1.hubspotusercontent-eu1.net/hubfs/139790864/raw_assets/public/ciphr-theme/fonts/soehne/soehne-leicht.otf") format('opentype');
}

@font-face {
	font-display: optional;
	font-family: 'Soehne';
	font-weight: 500;
	font-style: normal;
	src: url("https://139790864.fs1.hubspotusercontent-eu1.net/hubfs/139790864/raw_assets/public/ciphr-theme/fonts/soehne/soehne-kraftig.woff2") format('woff2'),
        url("https://139790864.fs1.hubspotusercontent-eu1.net/hubfs/139790864/raw_assets/public/ciphr-theme/fonts/soehne/soehne-kraftig.otf") format('opentype');
}

@font-face {
	font-display: optional;
	font-family: 'Soehne';
	font-weight: 700;
	font-style: normal;
    src: url("https://139790864.fs1.hubspotusercontent-eu1.net/hubfs/139790864/raw_assets/public/ciphr-theme/fonts/soehne/soehne-dreiviertelfett.woff2") format('woff2'),
    url("https://139790864.fs1.hubspotusercontent-eu1.net/hubfs/139790864/raw_assets/public/ciphr-theme/fonts/soehne/soehne-dreiviertelfett.otf") format('opentype');
}

@font-face {
	font-display: swap;
	font-family: 'GT Super Text';
	font-weight: 400;
	font-style: italic;
    src: url("https://139790864.fs1.hubspotusercontent-eu1.net/hubfs/139790864/raw_assets/public/ciphr-theme/fonts/gt-super-text/GT-Super-Text-Regular-Italic.woff2") format('woff2'),
    url("https://139790864.fs1.hubspotusercontent-eu1.net/hubfs/139790864/raw_assets/public/ciphr-theme/fonts/gt-super-text/GT-Super-Text-Regular-Italic.otf") format('opentype');
}
/* 320px  */
h1,
.h1,
.is-style-huge-text {
  font-size: 1.8rem;
  /* 36px; */
  font-weight: 300;
  line-height: 110%;
}

h2,
.h2,
.is-style-extra-extra-large-text {
  font-size: 1.4rem;
  /* 28px */
  font-weight: 300;
  line-height: 110%;
}

h3,
.h3,
.is-style-extra-large-text {
  font-size: 1.2rem;
  /*24px;*/
  font-weight: 300;
  line-height: 110%;
}

h4,
.h4,
.is-style-larger-text {
  font-size: 1rem;
  /*20px;*/
  font-weight: 300;
  line-height: 132%;
}

h5,
.h5,
.is-style-large-text {
  font-size: 0.9rem;
  /*18px;*/
  font-weight: 300;
  line-height: 132%;
}

h6,
.h6,
.is-style-medium-text {
  font-size: 0.7rem;
  /*14px;*/
  font-weight: 300;
  line-height: 132%;
}

h1 code,
.h1 code,
.is-style-huge-text code,
h2 code,
.h2 code,
.is-style-extra-extra-large-text code,
h3 code,
.h3 code,
.is-style-extra-large-text code,
h1 em,
.h1 em,
.is-style-huge-text em,
h2 em,
.h2 em,
.is-style-extra-extra-large-text em,
h3 em,
.h3 em,
.is-style-extra-large-text em,
h1 i,
.h1 i,
.is-style-huge-text i,
h2 i,
.h2 i,
.is-style-extra-extra-large-text i,
h3 i,
.h3 i,
.is-style-extra-large-text i {
  font-family: var(--ciphr-font-serif);
  font-style: italic;
  font-weight: 400;
}

/* 372px */
@media (min-width: 372px) {

  h1,
  .h1,
  .is-style-huge-text {
    font-size: clamp(2rem, 3vw + 1.5rem, 3.4rem);
    /*clamp(40px, 4vw, 68px);*/
    font-weight: 300;
  }

  h2,
  .h2,
  .is-style-extra-extra-large-text {
    font-size: clamp(1.6rem, 2vw + 1.25rem, 2.7rem);
    /*clamp(32px, 4vw, 54px);*/
    font-weight: 300;
  }

  h3,
  .h3,
  .is-style-extra-large-text {
    font-size: clamp(1.4rem, 2vw + 1rem, 2.3rem);
    /*clamp(28px, 4vw, 46px);*/
    font-weight: 300;
  }

  h4,
  .h4,
  .is-style-larger-text {
    font-size: clamp(1.1rem, 2vw + 0.75rem, 1.9rem);
    /*clamp(22px, 4vw, 38px);*/
    font-weight: 300;
  }

  h5,
  .h5,
  .is-style-large-text {
    font-size: clamp(1rem, 1vw + 1rem, 1.6rem);
    /*clamp(20px, 4vw, 32px);*/
    font-weight: 300;
  }

  h6,
  .h6,
  .is-style-medium-text {
    font-size: clamp(0.8rem, 1vw + 0.5rem, 1.2rem);
    /*clamp(16px, 4vw, 24px);*/
    font-weight: 300;
  }
}

h1,
.h1,
.is-style-huge-text,
h2,
.h2,
.is-style-extra-extra-large-text,
h3,
.h3,
.is-style-extra-large-text {
  margin-block: 0;
  margin-block-end: var(--cl-12-24);
  text-wrap: pretty;
}

h4,
.h4,
.is-style-larger-text,
h5,
.h5,
.is-style-large-text,
h6,
.h6,
.is-style-medium-text {
  margin-block: 0;
  margin-block-end: var(--cl-8-12);
  text-wrap: pretty;
}

p,
.is-style-normal-text {
  font-size: clamp(0.7rem, 1vw + 0.5rem, 1rem);
  line-height: 132%;
  margin-block: 0;
}

p:not(:last-child),
.is-style-normal-text:not(:last-child),
p:not(:only-child),
.is-style-normal-text:not(:only-child) {
  margin-block-end: var(--cl-8-12);
}

.is-style-small-text {
  font-size: clamp(0.6rem, 1vw + 0.25rem, 0.8rem);
  /*clamp(12px, 4vw, 16px);*/
  line-height: 132%;
}

.is-style-smaller-text {
  font-size: 12px;
  line-height: 132%;
}

@media (min-width: 768px) {
  .is-style-smaller-text {
    font-size: 14px;
  }
}

.is-style-extra-small-text {
  font-size: 12px;
  line-height: 132%;
}

.is-style-eyebrow-text {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 132%;
  font-size: clamp(10px, calc(10px + (15 - 10) * ((100vw - 375px) / (1200 - 375))), 15px);
  margin-block-end: var(--cl-8-12);
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.upper {
  text-transform: uppercase;
}

.mb-0 {
  margin-block-end: 0;
}

.no-margin {
  margin: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}

a {
  color: var(--ciphr-action-blue);
}

a:hover {
  color: var(--ciphr-action-blue-hover);
}

/* Main content */
/* the inner page and not e.g. the header  */
.main-content ul+p,
.main-content ol+p {
  margin-block-start: var(--cl-8-12);
}

/* Lists */
.main-content ul,
.main-content ol {
  margin: 0;
  font-size: clamp(0.7rem, 1vw + 0.5rem, 1rem);
}

.main-content ul li:not(:last-child), .main-content ul ol:not(:last-child) {
  margin-bottom: 4px;
}

ul.no-list, ul.no-list ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-block:0 ;
  padding-inline-start: 0;
}

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

/* Code blocks */
pre {
  overflow: auto;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */
hr {
  border: none;
  border-bottom: 1px solid var(--ciphr-cool-blue);
  margin-block-start: var(--cl-30-45);
  margin-block-end: var(--cl-30-45);
}
html,
body {
    font-family: var(--ciphr-font-sans-serif);
    font-weight: 300;
}

html {
    font-size: 1.25rem;
    /* 20px */
}

body {
    line-height: normal;
    overflow-wrap: break-word;
    color: var(--primary-text);
    background-color: var(--ciphr-light-grey);
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 1236px) {
    .container {
        max-width: var(--ciphr-body-width);
    }
}

.wrap {
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 372px) {
    .wrap {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (min-width: 1236px) {
    .wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1236px) {
    .width-banner {
        max-width: var(--full-width, 100vw);
        margin-left: calc(50% - var(--half-width, 50vw));
        margin-right: calc(50% - var(--half-width, 50vw));
    }
}

.width-banner__layout {
    border-radius: var(--cl-32-60);
    max-width: 1440px;
    margin: auto;
}

.width-banner__container {
    max-width: var(--ciphr-body-width);
    margin: auto;
    width: 100%;
}

.has-alignment-top {
    align-items: start;
}

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

.has-alignment-bottom {
    align-items: end;
}

.has-alignment-left {
    justify-content: start;
}

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

.has-alignment-right {
    justify-content: end;
}

.has-style-framed-sm {
    padding: var(--cl-18-36);
    border-radius: var(--cl-18-20);
}

.has-style-framed {
    padding-top: var(--cl-36-72);
    padding-bottom: var(--cl-36-72);
    padding-left: var(--cl-18-72);
    padding-right: var(--cl-18-72);
    border-radius: var(--cl-32-60);
}

.has-style-framed-full-width {
    padding-top: var(--cl-36-72);
    padding-bottom: var(--cl-36-72);
    max-width: var(--full-width);
    margin-left: calc(50% - var(--half-width));
    margin-right: calc(50% - var(--half-width));
    margin-top: var(--cl-60-120);
    margin-bottom: var(--cl-60-120);
}

.has-style-framed-full-width>.row-fluid {
    max-width: var(--ciphr-body-width);
    margin: auto;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 372px) {
    .has-style-framed-full-width>.row-fluid {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (min-width: 1236px) {
    .has-style-framed-full-width>.row-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1000px) {
    .hide-on-desktop {
        display: none;
    }
}

article iframe {
    max-width: 100%;
}

:target {
    scroll-margin-top: 75px; 
}

@media (min-width: 1000px) {
    :target {
        scroll-margin-top: 135px; 
    }
}
.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 2%;
}

.grid-6-6 > * {
    grid-column: span 12;
}
@media (min-width: 768px) {
    .grid-6-6 > :nth-child(odd) {
        grid-column: span 6;
    }
    .grid-6-6 > :nth-child(even) {
        grid-column: span 6;
    }
}

.grid-3-3-3 > * {
    grid-column: span 12;
}
@media (min-width: 600px) {
    .grid-3-3-3 > * {
        grid-column: span 6;
    }
}
@media (min-width: 1000px) {
    .grid-3-3-3 > * {
        grid-column: span 4;
    }
}
.screen-reader-text,
.assistive-text,
.sr-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
}

.skip-link {
    background-color: var(--ciphr-grey);
    border-radius: 3px;
    border: 0;
    clip-path: inset(50%);
    clip: rect(1px, 1px, 1px, 1px);
    color: var(--primary-color);
    filter: drop-shadow(0 0 2px 2px rgba(0, 0, 0, 0.6));
    font-size: 0.875rem;
    font-weight: 500;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 15px 23px 14px 23px;
    position: absolute;
    text-decoration: none;
    transition: none;
    width: 1px;
    word-wrap: normal;
}

.skip-link:focus {
    clip: auto !important;
    clip-path: none;
    display: block;
    height: auto;
    line-height: normal;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 999999;
}

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
     scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
.has-background-cool-blue {
    background-color: var(--ciphr-cool-blue);
}

.has-background-deep-blue {
    background-color: var(--ciphr-deep-blue);
}

.has-background-forest-green {
    background-color: var(--ciphr-forest-green);
}

.has-background-mint-green {
    background-color: var(--ciphr-mint-green);
}

.has-background-mauve-pink {
    background-color: var(--ciphr-mauve-pink); 
}

.has-background-rich-mauve {
    background-color: var(--ciphr-rich-mauve);
}

@media (hover: hover) {
    .has-background-hover:hover .has-background-cool-blue {
        background-color: #A4E1DE;
    }

    .has-background-hover:hover .has-background-mint-green {
        background-color: #8FDBAE;
    }

    .has-background-hover:hover .has-background-mauve-pink {
        background-color: #F1BAD7;
    }
}

.has-text-deep-blue {
    color: var(--ciphr-deep-blue);
}

.has-text-cool-blue {
    color: var(--ciphr-cool-blue);
}

.has-text-forest-green {
    color: var(--ciphr-forest-green);
}

.has-text-mint-green {
    color: var(--ciphr-mint-green);
}

.has-text-mauve-pink {
    color: var(--ciphr-mauve-pink);
}

.has-text-rich-mauve {
    color: var(--ciphr-rich-mauve);
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.tag {
    font-size: clamp(0.7rem, 1vw + 0.25rem, 0.8rem);
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 6px;
    border-radius: 6px;
    color: var(--ciphr-deep-blue);
    display: inline-block;
    background-color: var(--ciphr-white);
}

.tags.smaller {
    gap: 6px;
}

.tags.smaller .tag {
    font-size: clamp(0.6rem, 1vw + 0.25rem, 0.7rem);
}

.tag:hover {
    color: var(--ciphr-deep-blue);
}

.tag.yellow {
    background-color: var(--ciphr-highlight-yellow);
}

.tags .tag:nth-child(4n+1) {
    background-color: var(--ciphr-highlight-yellow);
}

.tags .tag:nth-child(4n+2) {
    background-color: var(--ciphr-mint-green);
}

.tags .tag:nth-child(4n+3) {
    background-color: var(--ciphr-cool-blue);
}

.tags .tag:nth-child(4n) {
    background-color: var(--ciphr-mauve-pink);
}

.hamburger {
    padding: 12px 0px 12px 10px;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    height: unset;
    line-height: 0;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    width: var(--hamburger-width);
    height: 15px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: var(--hamburger-width);
    height: var(--hamburger-line-height);
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: var(--hamburger-value-1);
    transition: opacity 0.125s 0.275s ease;
}

.hamburger-inner::after {
    bottom: -10px;
    top: 12px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, var(--hamburger-value-1), 0) rotate(135deg);
    transition-delay: 0.075s;
}

.hamburger.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

/* reverse of hamburger-inner::after - top value  */
.hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-270deg);
    transition-delay: 0.075s;
}
.button-reset {
  background-color: transparent;
  background: none;
  border: none;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: block;
  margin-left: initial;
  margin-right: initial;
  padding: 0;
  text-align: left;
  width: unset;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cl-18-24);
}

.buttons .button {
  margin-top: 0;
}

.button,
.hs-button {
  background-color: var(--ciphr-action-red);
  border-radius: 28px;
  border: 0;
  color: var(--ciphr-white);
  cursor: pointer;
  display: inline-block;
  font-size: clamp(16px, calc(16px + (4 * ((100vw - 375px) / 825))), 20px);
  line-height: 155%;
  font-weight: 700;
  padding: 8px 32px 11px;
  text-align: center;
  text-decoration: none;
  transition: background-color .15s linear, color .15s linear, border-color .15s linear;
  white-space: normal;
  margin-top: var(--cl-16-36);
  white-space: nowrap;
}

.button:hover,
.hs-button:hover {
  color: var(--ciphr-white);
  background-color: var(--ciphr-action-red-hover);
}

.button:active,
.hs-button:active {
  color: var(--ciphr-white);
  background-color: var(--ciphr-action-red-active);
}

/* Disabled */
.button:disabled,
.hs-button:disabled {
  background-color: var(--ciphr-light-grey);
  color: var(--ciphr-grey);
}

/* Text Align */
.button-wrapper.has-text-align-left {
  text-align: left;
}

.button-wrapper.has-text-align-right {
  text-align: right;
}

.button-wrapper.has-text-align-center {
  text-align: center;
}

/* Size */
.button.has-small-size {
  font-size: 0.875rem;
}

.button.has-large-size {
  font-size: clamp(16px, calc(16px + (4 * ((100vw - 375px) / 825))), 20px);
}

/* Outlines */
.button.has-outline-style {
  background-color: transparent;
  font-weight: 500;
  padding: 7px 32px 10px;
}

/* Deep Blue */
.button.has-outline-deep-blue {
  border: 1px solid var(--ciphr-deep-blue);
  color: var(--ciphr-deep-blue);
}

.button.has-outline-deep-blue:hover {
  background-color: var(--ciphr-deep-blue-hover);
}

.button.has-outline-deep-blue:active {
  background-color: var(--ciphr-deep-blue-active);
}

/* Cool Blue */
.button.has-outline-cool-blue {
  border: 1px solid var(--ciphr-cool-blue);
  color: var(--ciphr-cool-blue);
}

.button.has-outline-cool-blue:hover {
  background-color: var(--ciphr-deep-blue-hover);
}

.button.has-outline-cool-blue:active {
  background-color: var(--ciphr-deep-blue-active);
}

/* Mint Green */
.button.has-outline-mint-green {
  border: 1px solid var(--ciphr-mint-green);
  color: var(--ciphr-mint-green);
}

.button.has-outline-mint-green:hover {
  background-color: var(--ciphr-mint-green-hover);
}

.button.has-outline-mint-green:active {
  background-color: var(--ciphr-green-active);
}

/* Forest Green */
.button.has-outline-forest-green {
  border: 1px solid var(--ciphr-forest-green);
  color: var(--ciphr-forest-green);
}

.button.has-outline-forest-green:hover {
  background-color: var(--ciphr-forest-green-hover);
}

.button.has-outline-forest-green:active {
  background-color: var(--ciphr-green-active);
}

/* Rich Mauve */
.button.has-outline-rich-mauve {
  border: 1px solid var(--ciphr-rich-mauve);
  color: var(--ciphr-rich-mauve);
}

.button.has-outline-rich-mauve:hover {
  background-color: var(--ciphr-pink-hover);
}

.button.has-outline-rich-mauve:active {
  background-color: var(--ciphr-pink-active);
}

/* Pink */
.button.has-outline-mauve-pink {
  border: 1px solid var(--ciphr-mauve-pink);
  color: var(--ciphr-mauve-pink);
}

.button.has-outline-mauve-pink:hover {
  background-color: var(--ciphr-mauve-hover);
}

.button.has-outline-mauve-pink:active {
  background-color: var(--ciphr-pink-active);
}

/* Text Align */
.text-button-wrapper.has-text-align-left {
  text-align: left;
}

.text-button-wrapper.has-text-align-right {
  text-align: right;
}

.text-button-wrapper.has-text-align-center {
  text-align: center;
}

/* Shared Styles */
.text-button {
  text-decoration: none;
}

.text-button:hover {
  text-decoration: underline;
}

.text-button:after {
  content: '';
  background-repeat: no-repeat;
  display: inline-block;
  transition: all 0.3s ease-out;
}

/* Standard Style */
.text-button.has-standard-style {
  color: var(--ciphr-action-blue);
  font-size: clamp(0.7rem, 1vw + 0.5rem, 1rem);
  line-height: 110%;
  font-weight: 500;
}

.text-button.has-standard-style:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7h11.667m0 0L6.833 1.167M12.667 7l-5.834 5.833' stroke='%235258F6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  height: 14px;
  width: 14px;
  margin-left: 4px;
}

.text-button.has-standard-style:hover {
  color: var(--ciphr-action-blue-hover);
}

.text-button.has-standard-style:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7h11.667m0 0L6.833 1.167M12.667 7l-5.834 5.833' stroke='%231E23AE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: all 0.3s ease-out;
}

/* Highlight Style */
.text-button.has-highlight-style {
  color: var(--ciphr-action-red);
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.text-button.has-highlight-style.responsive {
  font-size: clamp(0.7rem, 1vw + 0.5rem, 1rem);
}

.text-button.has-highlight-style:after {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23E0294F'/%3E%3Cpath d='M8.4 13.845h10.889m0 0L13.844 8.4m5.445 5.444-5.445 5.445' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  height: 28px;
  width: 28px;
  margin-left: 12px;
  margin-right: 12px;
  vertical-align: middle;
  display: inline-table;
  padding-right: 28px;
}

.text-button.has-highlight-style:hover {
  color: var(--ciphr-action-red-hover);
}

.text-button.has-highlight-style:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23b31637'/%3E%3Cpath d='M8.4 13.845h10.889m0 0L13.844 8.4m5.445 5.444-5.445 5.445' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: all 0.3s ease-out;
}
/* Fields */
.hs-form-field {
  margin-bottom: var(--cl-8-16);
}

/* Labels */
.hs-form-field label, .hs_error_rollup label {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 8px;
  font-weight: 500;
}

.hs-input.invalid.error {
  border-color: var(--ciphr-action-red);
}

.hs-error-msg, .hs-error-msgs {
  color: var(--ciphr-action-red);
  font-weight: 300;
}

.hs-form-field .inputs-list.hs-error-msgs {
  margin-top: 8px;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Legend  */
.hs-field-desc {
  font-size: 0.8rem;
  font-weight: 500;
}

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background: var(--ciphr-white);
  border-radius: 4px;
  border: 1px solid var(--ciphr-grey);
  color: var(--ciphr-deep-blue);
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  max-width: 100%;
  padding: 9px 18px;
  width: 100%;
}

form input[type=text]:focus,
form input[type=search]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border: 1px solid var(--ciphr-deep-blue);
}

form input[type=text]:focus-visible,
form input[type=search]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible,
form input[type=tel]:focus-visible,
form input[type=number]:focus-visible,
form input[type=file]:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
  outline: 0;
}

form textarea {
  resize: vertical;
}

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

form .inputs-list>li {
  display: block;
}

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

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

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: var(--ciphr-white);
}

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

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: var(--ciphr-white);
}

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

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.6rem;
}

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

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

/* Validation */
.hs-form-required {
  color: var(--ciphr-action-red);
  font-weight: 700;
  margin-left: 2px;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */
table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

td,
th {
  vertical-align: top;
}

thead th {
  vertical-align: bottom;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
} 
           
/* Objects */
/* Non-cosmetic design patterns including grid and layout classes) */

/* Source https://stefenphelps.com/blog/custom-grid-gutters-on-hubspot/ */

.row-fluid {
  display: flex;
  gap: 0.5rem;
}

.row-fluid [class*="span"] {
  flex: 1;
}

.row-fluid .span12 {
  flex-basis: 100%;
}

.row-fluid .span11 {
  flex-basis: 91.66%;
}

.row-fluid .span10 {
  flex-basis: 83.33%;
}

.row-fluid .span9 {
  flex-basis: 75%;
}

.row-fluid .span8 {
  flex-basis: 66.66%;
}

.row-fluid .span7 {
  flex-basis: 58.33%;
}

.row-fluid .span6 {
  flex-basis: 50%;
}

.row-fluid .span5 {
  flex-basis: 41.66%;
}

.row-fluid .span4 {
  flex-basis: 33.33%;
}

.row-fluid .span3 {
  flex-basis: 25%;
}

.row-fluid .span2 {
  flex-basis: 16.66%;
}

.row-fluid .span1 {
  flex-basis: 8.33%;
}

@media (max-width: 767px) {
  .row-fluid {
    display: block;
  }
}
.dnd-section>.row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }

  /* Hacky to make sure the page works responsively */
  .dnd-column[class*="-vertical-alignment"] {
    display: block !important;
  }
}

.hs-inline-edit .hs-baymax-editor {
        margin-bottom: 20px;
}