@charset "UTF-8";
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../icomoon/fonts/icomoon.eot?z2p");
  src: url("../icomoon/fonts/icomoon.eot?z2p#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?z2p") format("truetype"), url("../icomoon/fonts/icomoon.woff?z2p") format("woff"), url("../icomoon/fonts/icomoon.svg?z2p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-link:before {
  content: "\e90a";
}

.icon-x:before {
  content: "\e909";
}

.icon-mastodon:before {
  content: "\e900";
}

.icon-check:before {
  content: "\e901";
}

.icon-arrow:before {
  content: "\e902";
}

.icon-check-round:before {
  content: "\e903";
}

.icon-email:before {
  content: "\e904";
}

.icon-info:before {
  content: "\e905";
}

.icon-not:before {
  content: "\e906";
}

.icon-reddit:before {
  content: "\e90b";
}

.icon-linkedin-square:before {
  content: "\e907";
}

.icon-youtube-play:before {
  content: "\e908";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.object-fit-con img, .iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .hidden--mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1021px) {
  .hidden--desktop {
    display: none !important;
  }
}

.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 40%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }
  .xl-one-half {
    width: 50%;
  }
  .xl-one-third {
    width: 33.333%;
  }
  .xl-two-thirds {
    width: 66.666%;
  }
  .xl-one-quarter {
    width: 25%;
  }
  .xl-three-quarters {
    width: 75%;
  }
  .xl-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }
  .content-one-half {
    width: 50%;
  }
  .content-one-third {
    width: 33.333%;
  }
  .content-two-thirds {
    width: 66.666%;
  }
  .content-one-quarter {
    width: 25%;
  }
  .content-three-quarters {
    width: 75%;
  }
  .content-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }
  .lg-one-half {
    width: 50%;
  }
  .lg-one-third {
    width: 33.333%;
  }
  .lg-two-thirds {
    width: 66.666%;
  }
  .lg-one-quarter {
    width: 25%;
  }
  .lg-three-quarters {
    width: 75%;
  }
  .lg-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }
  .md-one-half {
    width: 50%;
  }
  .md-one-third {
    width: 33.333%;
  }
  .md-two-thirds {
    width: 66.666%;
  }
  .md-one-quarter {
    width: 25%;
  }
  .md-three-quarters {
    width: 75%;
  }
  .md-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }
  .sm-one-half {
    width: 50%;
  }
  .sm-one-third {
    width: 33.333%;
  }
  .sm-two-thirds {
    width: 66.666%;
  }
  .sm-one-quarter {
    width: 25%;
  }
  .sm-three-quarters {
    width: 75%;
  }
  .sm-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }
  .xs-one-half {
    width: 50%;
  }
  .xs-one-third {
    width: 33.333%;
  }
  .xs-two-thirds {
    width: 66.666%;
  }
  .xs-one-quarter {
    width: 25%;
  }
  .xs-three-quarters {
    width: 75%;
  }
  .xs-two-fifths {
    width: 40%;
  }
}
/*  4.2 Container */
.container {
  max-width: 61rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 2rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 40rem;
}

.container--tiny {
  max-width: 38.5rem;
}

.container--big {
  max-width: 82.5rem;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flexgrid--gutter {
  margin-left: -1.6rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 1.6rem;
}

.flexgrid--narrow {
  margin-left: -0.8rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 0.8rem;
}

.flexgrid--wide {
  margin-left: -3.2rem;
}
.flexgrid--wide .flex__item {
  padding-left: 3.2rem;
}

.flexgrid--giant {
  margin-left: -4.8rem;
}
.flexgrid--giant .flex__item {
  padding-left: 4.8rem;
}

.flex--end {
  justify-content: flex-end;
}

.flex--middle {
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--around {
  justify-content: space-around;
}

.flex--between {
  justify-content: space-between;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  justify-content: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex1 {
  flex: 1 0 auto;
}

.flex--wrap {
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "plus-jakarta-sans", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #414651;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #0067FF;
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #414651;
  transition: all 0.25s ease-out;
}
a:hover {
  color: #414651;
  text-decoration: none !important;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "plus-jakarta-sans", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #001F4D;
}

.text--smaller {
  font-size: 0.8rem;
}

.highlight--pink {
  color: #DD2590;
  background: rgba(221, 37, 144, 0.1);
  font-family: "roboto-mono";
}

.box--orange {
  border: 1px solid #FBE0AD;
  border-radius: 0.6rem;
  padding: 0.8rem;
  background: #FFFBF5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #866320;
}

.text--bigger,
div.text--bigger p {
  font-size: 1.1rem;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}
h1 .purple, h1 .blue, h1 .orange, h1 .green, h1 .indigo, .alpha .purple, .alpha .blue, .alpha .orange, .alpha .green, .alpha .indigo,
h2 .purple,
h2 .blue,
h2 .orange,
h2 .green,
h2 .indigo, .beta .purple, .beta .blue, .beta .orange, .beta .green, .beta .indigo,
h3 .purple,
h3 .blue,
h3 .orange,
h3 .green,
h3 .indigo, .gamma .purple, .gamma .blue, .gamma .orange, .gamma .green, .gamma .indigo,
h4 .purple,
h4 .blue,
h4 .orange,
h4 .green,
h4 .indigo, .delta .purple, .delta .blue, .delta .orange, .delta .green, .delta .indigo,
h5 .purple,
h5 .blue,
h5 .orange,
h5 .green,
h5 .indigo, .epsilon .purple, .epsilon .blue, .epsilon .orange, .epsilon .green, .epsilon .indigo,
h6 .purple,
h6 .blue,
h6 .orange,
h6 .green,
h6 .indigo, .zeta .purple, .zeta .blue, .zeta .orange, .zeta .green, .zeta .indigo {
  display: inline-block;
  position: relative;
  color: #FFF;
  isolation: isolate;
  margin-inline: 0.1em;
}
h1 .purple::before, h1 .blue::before, h1 .orange::before, h1 .green::before, h1 .indigo::before, .alpha .purple::before, .alpha .blue::before, .alpha .orange::before, .alpha .green::before, .alpha .indigo::before,
h2 .purple::before,
h2 .blue::before,
h2 .orange::before,
h2 .green::before,
h2 .indigo::before, .beta .purple::before, .beta .blue::before, .beta .orange::before, .beta .green::before, .beta .indigo::before,
h3 .purple::before,
h3 .blue::before,
h3 .orange::before,
h3 .green::before,
h3 .indigo::before, .gamma .purple::before, .gamma .blue::before, .gamma .orange::before, .gamma .green::before, .gamma .indigo::before,
h4 .purple::before,
h4 .blue::before,
h4 .orange::before,
h4 .green::before,
h4 .indigo::before, .delta .purple::before, .delta .blue::before, .delta .orange::before, .delta .green::before, .delta .indigo::before,
h5 .purple::before,
h5 .blue::before,
h5 .orange::before,
h5 .green::before,
h5 .indigo::before, .epsilon .purple::before, .epsilon .blue::before, .epsilon .orange::before, .epsilon .green::before, .epsilon .indigo::before,
h6 .purple::before,
h6 .blue::before,
h6 .orange::before,
h6 .green::before,
h6 .indigo::before, .zeta .purple::before, .zeta .blue::before, .zeta .orange::before, .zeta .green::before, .zeta .indigo::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.05em;
  bottom: -0.1em;
  left: -0.15em;
  right: -0.15em;
  background: #911D7E;
  border-radius: 0.4em;
}
h1 .blue::before, .alpha .blue::before,
h2 .blue::before, .beta .blue::before,
h3 .blue::before, .gamma .blue::before,
h4 .blue::before, .delta .blue::before,
h5 .blue::before, .epsilon .blue::before,
h6 .blue::before, .zeta .blue::before {
  background: #0067FF;
}
h1 .orange::before, .alpha .orange::before,
h2 .orange::before, .beta .orange::before,
h3 .orange::before, .gamma .orange::before,
h4 .orange::before, .delta .orange::before,
h5 .orange::before, .epsilon .orange::before,
h6 .orange::before, .zeta .orange::before {
  background: #F6B131;
}
h1 .green::before, .alpha .green::before,
h2 .green::before, .beta .green::before,
h3 .green::before, .gamma .green::before,
h4 .green::before, .delta .green::before,
h5 .green::before, .epsilon .green::before,
h6 .green::before, .zeta .green::before {
  background: #079455;
}
h1 .indigo::before, .alpha .indigo::before,
h2 .indigo::before, .beta .indigo::before,
h3 .indigo::before, .gamma .indigo::before,
h4 .indigo::before, .delta .indigo::before,
h5 .indigo::before, .epsilon .indigo::before,
h6 .indigo::before, .zeta .indigo::before {
  background: #355A6D;
}

h1, .alpha {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
h1.smaller, .alpha.smaller {
  font-size: 2.4rem;
  line-height: 1.25;
}

h2, .beta {
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 1.2rem;
}
h2.smaller, .beta.smaller {
  font-size: 1.5rem;
  color: #252B37;
}

h3, .gamma {
  font-size: 1.8rem;
  line-height: 1.2222222222;
}

h4, .delta {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  color: #252B37;
}

h5, .epsilon {
  font-size: 0.7rem;
  line-height: 1.4285714286;
  display: inline-block;
  background: #FAFAFA;
  font-weight: 500;
  padding: 0.175rem 0.6rem 0.15rem;
  border-radius: 1rem;
  border: 1px solid #E9EAEB;
  color: #414651;
}

h6, .zeta {
  font-size: 0.7rem;
  line-height: 1.2142857143;
}

p, blockquote,
pre, dl {
  margin: 0 0 1rem;
}

p a, .block li a {
  text-decoration: underline;
}

/*  5.3 Alignment */
.text--center,
.has-text-align-center {
  text-align: center;
}

.text--right,
.has-text-align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.alignleft img {
  margin-left: 0;
}

.alignright img {
  margin-right: 0;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1rem;
  line-height: 1.5;
  color: #252B37;
  padding: 0;
  font-weight: 500;
  font-style: italic;
  margin: 0;
}
blockquote img {
  width: 2rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 0.6rem;
}
blockquote strong {
  font-weight: 600;
}
blockquote cite {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: normal;
  font-style: normal;
}

hr {
  border: none;
  border-top: 1px solid #F5F5F5;
  margin: 4rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 2rem;
  border-radius: 5px;
  border: 1px solid #717680;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: "plus-jakarta-sans";
  src: url("../fonts/plus-jakarta-sans-v12-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "plus-jakarta-sans";
  src: url("../fonts/plus-jakarta-sans-v12-latin-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "plus-jakarta-sans";
  src: url("../fonts/plus-jakarta-sans-v12-latin-700.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "plus-jakarta-sans";
  src: url("../fonts/plus-jakarta-sans-v12-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "plus-jakarta-sans";
  src: url("../fonts/plus-jakarta-sans-v12-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "plus-jakarta-sans";
  src: url("../fonts/plus-jakarta-sans-v12-latin-700italic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "plus-jakarta-sans";
  src: url("../fonts/plus-jakarta-sans-v12-latin-500italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "roboto-mono";
  src: url("../fonts/roboto-mono-v31-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto-mono";
  src: url("../fonts/roboto-mono-v31-latin-700r.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn,
input[type=button],
input[type=submit],
.wpforms-submit-container button {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
  border: none;
  margin: 0;
  line-height: 1.4;
  padding: 0.65rem 1rem 0.65rem;
  border-radius: 1.5rem;
  text-decoration: none !important;
  text-align: center;
  color: white;
  background-color: #0067FF;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.25s ease-out;
}
.btn svg,
input[type=button] svg,
input[type=submit] svg,
.wpforms-submit-container button svg {
  display: inline-block;
  margin-right: 0.35rem;
  width: 0.95rem;
  height: auto;
  vertical-align: -2px;
}
.btn i,
input[type=button] i,
input[type=submit] i,
.wpforms-submit-container button i {
  display: inline-block;
  margin-left: 0.5rem;
  color: #B3D1FF;
  font-size: 0.8em;
}
.btn:hover,
input[type=button]:hover,
input[type=submit]:hover,
.wpforms-submit-container button:hover {
  color: white;
  background-color: #3385FF;
}

.btn--light-blue {
  font-size: 0.7rem;
  background: #E6F0FF;
  color: #0067FF;
  padding: 0.5rem 0.75rem 0.5rem;
}
.btn--light-blue:hover {
  color: white;
  background-color: #3385FF;
}
.btn--light-blue:hover path {
  stroke: #FFF;
}

.btn--small {
  font-size: 0.7rem;
  padding: 0.5rem 0.75rem 0.5rem;
}

.btn--light {
  background-color: #FFF;
  color: #001F4D;
}
.btn--light-blue {
  background-color: #E6F0FF;
  color: #414651;
}
.btn--toggle {
  padding: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
  margin-left: 1rem;
}
.btn--toggle .icon-bar {
  display: block;
  background: #252B37;
  position: relative;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  transition: transform 0.25s ease-out;
  border-radius: 2px;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  transform: rotate(45deg);
  top: 7px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  transform: rotate(-45deg);
  top: -7px;
}

/*  6.2 Forms */
select,
input[type=text], input[type=tel], input[type=email], input[type=password], input[type=number],
textarea {
  font-size: 0.9rem;
  width: 100%;
  border: 1px solid #717680;
  padding: 0.4rem 1rem 0.35rem;
  background: #FAFAFA;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

textarea {
  resize: vertical;
  height: 160px !important;
}

input[type=text]::-ms-clear {
  display: none;
}

label {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.75em;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0;
}

form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.wpforms-field-checkbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpforms-field-checkbox input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.wpforms-label-hide,
.wpforms-hidden {
  display: none !important;
}

.wpforms-field-label-inline {
  font-size: 0.8rem;
  line-height: 1.125;
  position: relative;
  padding-left: 2.25rem;
  display: block;
}
.wpforms-field-label-inline::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  width: 1.5rem;
  background: #0067FF;
}
input[type=checkbox]:checked + .wpforms-field-label-inline::before {
  content: "✓";
}

.wpforms-field-select {
  position: relative;
}
.wpforms-field-select::before {
  content: "\e905";
  font-family: "icomoon";
  font-size: 0.8rem;
  color: #0067FF;
  position: absolute;
  right: 2rem;
  top: 54%;
  transform: translateY(-50%);
  pointer-events: none;
}
.wpforms-field-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:invalid,
select.empty {
  color: rgba(113, 118, 128, 0.8);
}

@media only screen and (min-width: 801px) {
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
  }
  .wpforms-field-container > div:not(.wpforms-one-half) {
    width: 100%;
  }
  .wpforms-field-container .wpforms-one-half {
    padding-left: 0.4rem;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first {
    padding-right: 0.4rem;
    padding-left: 0;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first.wpforms-field-select::before {
    right: 1.4rem;
  }
}
em.wpforms-error {
  font-style: normal;
  font-weight: bold;
  font-size: 0.8rem;
  color: #F04438;
}

.wpforms-container .wpforms-field {
  padding: 0.7rem 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #717680;
  opacity: 0.8;
}

::-moz-placeholder,
input::-moz-placeholder { /* Firefox 19+ */
  color: #717680;
  opacity: 0.8;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #717680;
  opacity: 0.8;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
  margin-inline: auto;
}
.header-nav ul {
  display: flex;
}
.header-nav li {
  margin-inline: 0.25rem;
}
.header-nav a {
  font-size: 16px;
  font-weight: 600;
  color: #414651;
  padding: 0.25rem 0.4rem 0.2rem;
  display: inline-block;
  border-radius: 1rem;
}
.header-nav a:hover,
.header-nav .current-menu-item a {
  background: #F5F5F5;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section.features {
  font-size: 0.7rem;
}
section.features ol {
  margin-left: 0;
  margin-bottom: 80px;
}
section.features ol.features-grid-3-plans li {
  grid-template-columns: 40% 20% 20% 20%;
}
section.features ol.features-grid-4-plans li {
  grid-template-columns: 40% 15% 15% 15% 15%;
}
section.features ol li {
  position: relative;
  list-style-type: none;
  display: grid;
  padding-top: 10px;
  border-bottom: 1px solid #E9EAEB;
}
section.features ol li.header {
  font-size: 0.8rem;
  font-weight: 500;
  position: sticky;
  top: 2.8rem;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #E9EAEB;
  z-index: 9999;
}
section.features ol li.header:nth-child(1) {
  font-weight: 700;
}
section.features ol li div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--column-width-min), 1fr));
  padding: 10px;
}
section.features ol li div:nth-child(1) {
  text-align: left;
  font-weight: 500;
}
section.features ol li i {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  line-height: 1rem;
  border-radius: 50%;
  text-align: center;
  font-size: 0.45rem;
  background: #47CD89;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  section.features ol {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  section.features ol.features-grid-3-plans li {
    grid-template-columns: 1fr 1fr 1fr;
  }
  section.features ol.features-grid-4-plans li {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  section.features ol li {
    border-bottom: 0;
    font-size: 14px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
  section.features ol li.header div:nth-child(1) {
    text-align: center;
  }
  section.features ol li div:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    display: block;
    width: 100%;
    border-bottom: 1px solid #E9EAEB;
  }
}
section.features .features-cta {
  display: grid;
  border-top: 1px solid #E9EAEB;
  padding-block: 1rem 2rem;
}
section.features .features-cta.features-grid-3-plans {
  grid-template-columns: 40% 20% 20% 20%;
}
section.features .features-cta.features-grid-4-plans {
  grid-template-columns: 40% 15% 15% 15% 15%;
}
section.features .features-cta > div {
  padding: 10px;
  text-align: center;
}
section.features .features-cta .btn {
  width: calc(100% - 2rem);
}
@media only screen and (max-width: 640px) {
  section.features .features-cta {
    grid-template-columns: 1fr 1fr 1fr;
  }
  section.features .features-cta > div:first-child {
    display: none;
  }
}

/*

  Effects

  CSS entrance animations applied manually to elements.
  Add an `effect-*` class, then trigger by adding `.js-in` via JavaScript
  (on page load or when the element enters the viewport).

  Usage:
    <h1 class="effect-riseup-deblur">...</h1>

    window.addEventListener("load", () => {
        document.querySelectorAll("[class*='effect-']")
            .forEach(el => el.classList.add("js-in"));
    });

*/
.effect-riseup-deblur {
  opacity: 0;
  transform: translateY(2.5rem);
  filter: blur(12px);
  will-change: transform, filter, opacity;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, filter 0.4s ease-out;
}
.effect-riseup-deblur.js-in {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.effect-riseup-deblur.effect--subtle {
  transform: translateY(1.25rem);
  filter: blur(6px);
  transition: opacity 0.75s ease-out, transform 0.75s ease-out, filter 0.75s ease-out;
}

.effect-risein {
  opacity: 0;
  transform: translateY(2rem);
  will-change: transform, opacity;
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
}
.effect-risein.js-in {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 900px) {
  .effect-spread .spread-item {
    will-change: transform, opacity;
    transition: transform 0.75s ease-out, opacity 0.75s ease-out;
    position: relative;
  }
  .effect-spread .spread-item:first-child {
    transform: translateX(32%) scale(0.96);
    opacity: 0.8;
    z-index: 1;
  }
  .effect-spread .spread-item:nth-child(2) {
    z-index: 3;
  }
  .effect-spread .spread-item:last-child {
    transform: translateX(-32%) scale(0.96);
    opacity: 0.8;
    z-index: 1;
  }
  .effect-spread.js-in .spread-item {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}

.effect-stagger > .effect-riseup-deblur:nth-child(1) {
  transition-delay: 0s;
}
.effect-stagger > .effect-riseup-deblur:nth-child(2) {
  transition-delay: 0.15s;
}
.effect-stagger > .effect-riseup-deblur:nth-child(3) {
  transition-delay: 0.3s;
}
.effect-stagger > .effect-riseup-deblur:nth-child(4) {
  transition-delay: 0.45s;
}
.effect-stagger > .effect-riseup-deblur:nth-child(5) {
  transition-delay: 0.6s;
}
.effect-stagger > .effect-riseup-deblur:nth-child(6) {
  transition-delay: 0.75s;
}
.effect-stagger > .effect-riseup-deblur:nth-child(7) {
  transition-delay: 0.9s;
}
.effect-stagger > .effect-riseup-deblur:nth-child(8) {
  transition-delay: 1.05s;
}

.team-stack {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-stack li {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 4px solid #fff;
  overflow: hidden;
  margin-left: -22px;
  box-sizing: border-box;
}
.team-stack li:first-child {
  margin-left: 0;
}
.team-stack li:nth-child(1) {
  background-color: #67a93f;
}
.team-stack li:nth-child(2) {
  background-color: #9c2c8f;
}
.team-stack li:nth-child(3) {
  background-color: #efc04e;
}
.team-stack li:nth-child(4) {
  background-color: #34495e;
}
.team-stack li:nth-child(5) {
  background-color: #67a93f;
}
.team-stack li:nth-child(6) {
  background-color: #9c2c8f;
}
.team-stack li:nth-child(7) {
  background-color: #efc04e;
}
.team-stack li:nth-child(8) {
  background-color: #34495e;
}
.team-stack img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-stack--single {
  justify-content: flex-start;
  margin-bottom: 0.8rem;
}
.team-stack--single li {
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 0;
}

.team-stack--author-box {
  justify-content: flex-start;
  margin-right: 0.6rem;
}
.team-stack--author-box li {
  width: 3.6rem;
  height: 3.6rem;
  margin-left: 0;
}

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}
@media only screen and (min-width: 1021px) {
  .nav-mobile {
    display: none !important;
  }
}

.nav-mobile__inner {
  background: #FFF;
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 6rem;
}
.nav-mobile__inner .buttons {
  padding-block: 1.5rem;
}
.nav-mobile__inner .buttons a {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1rem;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile__inner ul li {
  display: block;
}
.nav-mobile__inner ul a {
  font-size: 1rem;
  color: #252B37;
  font-weight: 600;
  display: block;
  padding: 0.9rem 0;
}

/*

  Transitions

  Transitions and animations

*/
.js-fade-in,
.js-load {
  transition: all 0.5s ease-out;
  opacity: 0;
}
.js-fade-in.js-in,
.js-load.js-in {
  opacity: 1;
}

.js-fade-up {
  transition: all 0.5s ease-out;
  transform: translateY(2rem);
  opacity: 0;
}
.js-fade-up.js-in {
  transform: translateY(0);
  opacity: 1;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #E9EAEB;
  opacity: 1;
  border: 0;
  cursor: pointer;
  margin: 0 8px 0 0 !important;
  border-radius: 50%;
  display: inline-block;
}
.bg--light .swiper-pagination-bullet {
  background: #FFF;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0067FF !important;
}

.swiper-pagination {
  position: relative;
  padding-top: 2rem;
  text-align: center;
  margin-inline: auto;
}

.swiper-buttons {
  display: flex;
  position: absolute;
  z-index: 99;
  width: fit-content;
}

.swiper-button {
  font-size: 2.5rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 2.5rem;
  line-height: 1;
  border-radius: none;
  background: transparent;
  color: #252B37;
  text-align: center;
  transition: all 0.25s ease-out;
}
.swiper-button:hover {
  color: #079455;
}

.swiper-button-disabled {
  opacity: 0 !important;
  cursor: auto;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  z-index: 9999;
  padding-block: 1rem;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.25s ease-out;
}
.scrolled .site-header {
  background: #fff;
  padding-block: 0.5rem;
  box-shadow: 0px 0px 1px 0px lightgray;
}
.site-header .btn {
  font-size: 0.8rem;
  margin-left: 0.5rem;
  padding-inline: 1rem;
}
.site-header .btn:first-child {
  margin-left: 0;
}

.site-branding {
  position: relative;
  width: 7.75rem;
  z-index: 9;
}

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1020px) {
  .site-header__toggle {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.margin-top {
  margin-top: 2rem;
}

.margin-bottom--small {
  margin-bottom: 1rem;
}

.margin-bottom--big {
  margin-bottom: 4rem;
}

.margin-bottom--huge {
  margin-bottom: 4.8rem;
}

.margin-bottom--giant {
  margin-bottom: 8rem;
}

.margin-bottom--super {
  margin-bottom: 12rem;
}

.spacing {
  padding-block: 2rem;
}

.spacing--big {
  padding-block: 4rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 2rem;
}

.padding-top {
  padding-top: 2rem;
}

.padding-top--small {
  padding-top: 1rem;
}

.padding-bottom--small {
  padding-bottom: 1rem;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.site-main {
  overflow: clip;
}
.site-main.narrow-page > div:not(:first-child) {
  max-width: 800px;
  margin-inline: auto;
}

.wp-block-image.is-style-tideways-frame img {
  border: 0.1rem solid #d5d7db;
  border-radius: 0.9rem;
}

figure.wp-block-image, figure.wp-block-embed {
  margin: 0 0 1rem;
}

figure.wp-block-table {
  margin: 0 0 1.5rem;
  overflow-x: auto;
}
figure.wp-block-table table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
figure.wp-block-table thead tr th,
figure.wp-block-table tbody tr th,
figure.wp-block-table tfoot tr th,
figure.wp-block-table thead tr td,
figure.wp-block-table tbody tr td,
figure.wp-block-table tfoot tr td {
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #E9EAEB;
  text-align: left;
}
figure.wp-block-table thead tr th {
  vertical-align: bottom;
  border-bottom: 2px solid #E9EAEB;
  font-weight: 600;
  color: #252B37;
}
figure.wp-block-table thead:first-child tr:first-child th,
figure.wp-block-table thead:first-child tr:first-child td {
  border-top: 0;
}
figure.wp-block-table tbody + tbody {
  border-top: 2px solid #E9EAEB;
}
figure.wp-block-table tbody tr:nth-of-type(odd) {
  background-color: #FAFAFA;
}

.block--header {
  padding-top: 8.75rem;
}
.block--header svg {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  height: auto;
  z-index: -1;
  pointer-events: none;
}
.block--header p {
  max-width: 37.5rem;
  margin-inline: auto;
  margin-bottom: 1.6rem;
}

.block--divider hr {
  padding: 0;
  margin: 0;
  background: transparent;
  border-top: 1px solid #E9EAEB;
}

.block--text:first-child,
.block--pricing {
  padding-top: 8.75rem;
}

.text--info {
  font-size: 12px;
  font-weight: 600;
  color: #079455;
  padding-top: 0.6rem;
}
.text--info i {
  font-size: 6px;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 3px;
  border-radius: 50%;
  background: #079455;
  font-weight: normal;
  color: #FFF;
  line-height: 13px;
  text-align: center;
}

.bg--lighter {
  background: #FAFAFA;
}

.bg--light {
  background: #F5F5F5;
}

.bg--purple {
  background: #911D7E !important;
}

.bg--indigo {
  background: #355A6D !important;
}

.bg--green {
  background: #079455 !important;
}

.bg--orange {
  background: #F6B131 !important;
}

.bg--blue {
  background: #0067FF;
}
.bg--blue h2, .bg--blue h3, .bg--blue h4, .bg--blue h5, .bg--blue p, .bg--blue p a, .bg--blue span {
  color: #FFF;
}

.bg--dark {
  background: #001533;
  padding-block: 4.75rem;
  border-radius: 2rem;
  overflow: hidden;
  isolation: isolate;
}
.bg--dark h2, .bg--dark h3, .bg--dark p {
  color: #FFF;
}
.bg--dark .epsilon {
  color: #003E99;
  font-weight: 600;
  border: 0;
}
.bg--dark > svg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.block--cta-contact .bg--lighter {
  padding: 1.75rem 2rem 2rem;
  border-radius: 0.8rem;
}
.block--cta-contact p {
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.block--cta-contact img {
  width: 7.5rem;
  margin-bottom: 0.75rem;
}

.block--cta .bg--blue {
  padding: 1.6rem;
  border-radius: 1.2rem;
}
.block--cta .bg--blue p a {
  color: #FFF !important;
}
.block--cta .btn {
  margin-top: 0.5rem;
}
.block--cta p {
  font-size: 1.2rem;
  line-height: 1.3333333333;
}

.text--bordered {
  background: #F3F7FF;
  border: 1px solid #0067FF;
  padding: 1rem 1rem 0.1rem;
  border-radius: 0.6rem;
  color: #252B37;
}
.text--bordered p a {
  color: #252B37 !important;
}

.accordion {
  padding-block: 1rem;
  border-bottom: 1px solid #E9EAEB;
}
.accordion:last-child {
  border: 0;
}

.accordion__opener {
  font-size: 0.9rem;
  line-height: 1.25;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 0;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  font-weight: 600;
  border-radius: 0;
  background: transparent;
  color: #252B37;
  margin: 0;
  box-shadow: none;
  text-align: left;
  display: block;
  width: 100%;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
.accordion__opener span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 50%;
  border: 2px solid #A4A7AE;
  width: 20px;
  height: 20px;
  transition: all 0.25s ease-out;
}
.accordion__opener span::before,
.accordion__opener span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 2px;
  background: #A4A7AE;
  transition: all 0.25s ease-out;
}
.accordion__opener span::after {
  width: 2px;
  height: 10px;
}

.accordion__opener:hover {
  color: #001F4D;
}
.accordion__opener:hover span {
  border-color: #001F4D;
}
.accordion__opener:hover span::before,
.accordion__opener:hover span::after {
  background: #001F4D;
}

.accordion__opener.js-open span::after {
  display: none;
}

.accordion__content {
  padding-right: 2rem;
  padding-top: 2px;
}
.accordion__content p {
  font-size: 16px;
  margin-bottom: 1em;
  max-width: 36rem;
}

.m-acc__opener {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  padding: 0.1rem 0;
}
.m-acc__opener svg {
  position: absolute;
  top: 0.5em;
  right: 0;
  transform: rotate(180deg);
}
.m-acc__opener.js-open svg {
  transform: rotate(0);
}

.overflow-hidden {
  overflow: hidden;
}
.overflow-hidden .swiper {
  overflow: visible;
}

.link--teaser {
  border-radius: 1.2rem;
  background: #FFF;
  padding: 1.2rem;
  color: #414651;
  height: 100%;
}
.link--teaser.bg h2, .link--teaser.bg h3, .link--teaser.bg h4, .link--teaser.bg h5, .link--teaser.bg p, .link--teaser.bg p a, .link--teaser.bg span {
  color: #FFF;
}
.link--teaser.bg h3 {
  font-size: 1.2rem;
}
.link--teaser.bg p {
  font-size: 0.8rem;
}
.link--teaser img {
  height: 4rem;
  margin-left: 0;
  margin-bottom: 1.6rem;
}
.link--teaser h3 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  color: #001F4D;
}
.link--teaser p {
  font-size: 0.9rem;
  color: #414651;
}
.link--teaser span {
  color: #0067FF;
}

.link {
  font-size: 0.8rem;
  font-weight: 600;
  color: #0067FF;
}
.link i {
  display: inline-block;
  margin-left: 0.5rem;
  display: inline-block;
  font-size: 0.75em;
  font-weight: normal;
  transition: all 0.25s ease-out;
}
a:hover .link i, .link:hover i {
  transform: translateX(0.5rem);
}

.block--image-text img {
  border-radius: 1.2rem;
}
.block--image-text .round {
  display: flex;
  overflow: hidden;
  border-radius: 1.2rem;
  position: relative;
  aspect-ratio: 10/7;
  padding-top: 2.75rem;
}
.block--image-text .round.center-yes {
  padding: 0;
}
.block--image-text .round.center-yes img {
  margin: auto;
}
.block--image-text .round img {
  width: calc(100% - 5.5rem);
  border-radius: 0.66rem;
  box-shadow: 0 1rem 2rem rgba(10, 13, 18, 0.14);
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 641px) {
  .block--image-text .right .flex__item:first-child {
    order: 9;
  }
}

figcaption {
  font-size: 0.7rem;
  display: inline-block;
  padding-top: 1em;
}

.block--compare .bg--light {
  border-radius: 2rem;
  padding-block: 4.75rem;
}
.block--compare h2 + p {
  font-size: 0.9rem;
}
.block--compare h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.table-compare {
  max-width: 50rem;
  margin-inline: auto;
}
.table-compare .one-half {
  border-radius: 0.8rem 0 0 0.8rem;
  background: #FAFAFA;
  padding: 1.3rem 1.2rem;
}
.table-compare .one-half:last-child {
  border-radius: 0.8rem;
  padding: 2rem;
  background: #FFF;
  box-shadow: -2px 2px 2px rgba(10, 13, 18, 0.08), 2px 4px 6px rgba(10, 13, 18, 0.04), -8px 12px 16px rgba(10, 13, 18, 0.04);
}
.table-compare ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.table-compare li {
  font-size: 0.8rem;
  color: #252B37;
  border-bottom: 1px solid #E9EAEB;
  padding: 0.25rem 0 0.25rem 1.75rem;
  min-height: 3.6rem;
  display: flex;
  align-items: center;
  position: relative;
}
.table-compare li:last-child {
  border: 0;
}
.table-compare li::before {
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #F04438;
  border-radius: 50%;
  color: #FFF;
  font-size: 0.5rem;
  text-align: center;
  line-height: 1.05rem;
}
.table-compare .one-half:last-child li::before {
  content: "\e901";
  background: #47CD89;
}

.block--values .flex__item {
  margin-bottom: 1.6rem;
}

.box {
  border-radius: 1.6rem;
  padding: 2.8rem;
  height: 100%;
}
.box * {
  color: #FFF;
}
.box img {
  width: 2.8rem;
  margin-left: 0;
  margin-bottom: 1.6rem;
}
.box h3 {
  font-size: 1.5rem;
}
.box p {
  font-size: 0.9rem;
}
.box p:last-child {
  margin-bottom: 0;
}

.block--quote blockquote {
  max-width: 51.5rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}
.block--quote img {
  width: 3.2rem;
  margin-block: 1.6rem 0.8rem;
}
.block--quote .name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #252B37;
}
.block--quote .title {
  font-size: 0.8rem;
}

.block--numbers .bg--light {
  border-radius: 2rem;
  padding-block: 4.8rem;
}
.block--numbers p {
  font-size: 0.9rem;
  max-width: 33rem;
  margin-inline: auto;
}
.block--numbers .number {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.25rem;
  color: #252B37;
}
.block--numbers .info {
  font-weight: 600;
  color: #252B37;
}

.block--partners .flex__item {
  margin-bottom: 1.6rem;
}
.block--partners p {
  max-width: 38rem;
}
.block--partners + .block--partners .inner {
  padding-top: 4.75rem;
  border-top: 1px solid #E9EAEB;
}

.link--box {
  background: #F5F5F5;
  border-radius: 1.2rem;
  padding: 1.2rem;
  height: 100%;
}
.link--box img {
  width: 100%;
  aspect-ratio: 25/16;
  object-fit: contain;
  margin-bottom: 1.2rem;
  mix-blend-mode: multiply;
}
.link--box .title {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.link--box p {
  font-size: 0.8rem;
  color: #414651;
}
.link--box .link {
  color: #0067FF !important;
}

.block--cta-download .max {
  max-width: 30rem;
}
.block--cta-download .btn {
  margin-block: 0.5rem 1.5rem;
}
.block--cta-download p a {
  color: #0067FF;
  font-weight: 600;
}

.flexible--code pre,
.block--code pre {
  padding: 0;
  margin: 0;
  border: 0;
}

.flexible--image {
  margin-bottom: 1.25rem;
}

.code-con {
  counter-reset: linecounter; /* Initialize counter */
  background: linear-gradient(to right, #FDFDFD 2rem, #E9EAEB 2rem, #E9EAEB calc(2rem + 1px), #FFF calc(2rem + 1px));
  font-family: "roboto-mono";
  border-radius: 0.6rem;
  font-size: 14px;
  border: 1px solid #E9EAEB;
  padding: 0.8rem 0 0.75rem;
  margin: 0 0 1.2rem;
  display: block;
}
.code-con span.line {
  display: block;
  counter-increment: linecounter; /* Increment counter for each line */
  position: relative;
  padding-left: 3rem;
}
.code-con span.line::before {
  content: counter(linecounter); /* Display counter value */
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  width: 1.5rem;
  color: #717680;
  text-align: right;
  user-select: none; /* Prevents numbers from being selected */
}
.code-con pre, .code-con code {
  color: #24292e;
  background-color: #fff;
}
.code-con .hl-keyword {
  color: #d73a49;
}
.code-con .hl-property {
  color: #34A853;
}
.code-con .hl-attribute {
  font-style: italic;
}
.code-con .hl-type {
  color: #EA4334;
}
.code-con .hl-generic {
  color: #9d3af6;
}
.code-con .hl-value {
  color: #032f62;
}
.code-con .hl-literal {
  color: #032f62;
}
.code-con .hl-number {
  color: #032f62;
}
.code-con .hl-variable {
  color: #e36209;
}
.code-con .hl-comment {
  color: #6a737d;
}
.code-con .hl-blur {
  filter: blur(2px);
}
.code-con .hl-strong {
  font-weight: bold;
}
.code-con .hl-em {
  font-style: italic;
}
.code-con .hl-addition {
  display: inline-block;
  min-width: 100%;
  background-color: rgba(0, 255, 0, 0.1333333333);
}
.code-con .hl-deletion {
  display: inline-block;
  min-width: 100%;
  background-color: rgba(255, 0, 0, 0.0666666667);
}
.code-con .hl-gutter {
  display: inline-block;
  font-size: 0.9em;
  color: #555;
  padding: 0 1ch;
  margin-right: 1ch;
  user-select: none;
}
.code-con .hl-gutter-addition {
  background-color: #34A853;
  color: #fff;
}
.code-con .hl-gutter-deletion {
  background-color: #EA4334;
  color: #fff;
}

p.text--smaller + ul li {
  font-size: 0.8rem;
}

.button-wrapper {
  display: inline-block;
  padding-top: 0.5rem;
}
.button-wrapper small {
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  padding-top: 0.3rem;
  color: #079455;
}
.button-wrapper small i {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #079455;
  font-size: 6px;
  line-height: 13px;
  text-align: center;
  margin-right: 0.25rem;
  color: #FFF;
}

.block--text-bg .bg {
  background: #E6F0FF;
  padding: 1.6rem 1.6rem 0.6rem;
  border-radius: 0.8rem;
}
.block--text-bg .bg p {
  font-size: 0.9rem;
}

.block--text ol {
  padding-left: 1.25rem;
}
.block--text ol:has(li a:first-child) {
  color: #0067FF;
  font-weight: 500;
}
.block--text ol li a {
  color: #0067FF;
}

.block--cta-trial .bg {
  padding: 0.4rem;
  background: #0067FF;
  border-radius: 1.6rem;
}
.block--cta-trial p, .block--cta-trial h3, .block--cta-trial h4, .block--cta-trial h5, .block--cta-trial p a, .block--cta-trial li, .block--cta-trial li a {
  color: #FFF;
}
.block--cta-trial ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.block--cta-trial li, .block--cta-trial p {
  font-size: 0.8rem;
}
.block--cta-trial li {
  margin-bottom: 0.6rem;
  position: relative;
  padding-left: 1.4rem;
}
.block--cta-trial li::before {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 50%;
  background: #FFF;
  font-size: 10px;
  line-height: 1.05rem;
  text-align: center;
  color: #0067FF;
}
.block--cta-trial .inner {
  padding: 1rem 0 1rem 1.2rem;
}
.block--cta-trial .object-fit-con {
  overflow: hidden;
  border-radius: 1.2rem;
  height: 100%;
}

.block--downloads .right {
  margin-left: auto;
}
.block--downloads .download__item {
  padding-block: 0.8rem;
}
.block--downloads strong {
  font-weight: 600;
}
.block--downloads p {
  font-size: 0.8rem;
  margin: 0;
}
.block--downloads .download__item:not(:last-child) {
  border-bottom: 1px solid #E9EAEB;
}
.block--downloads h4 {
  margin-bottom: 0.25rem;
}
.block--downloads .flex--icons {
  padding: 0.4rem;
}
.block--downloads .flex--icons img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
  margin: 0.25rem;
}

.block--stats {
  position: relative;
}
.block--stats::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 70%);
}
.block--stats img {
  border-radius: 0.8rem;
  border: 1px solid #E9EAEB;
  box-shadow: -2px 2px 2px rgba(10, 13, 18, 0.08), 2px 4px 6px rgba(10, 13, 18, 0.04), -8px 12px 16px rgba(10, 13, 18, 0.04);
  margin-bottom: 1.6rem;
}
.block--stats .flex__item:nth-child(2) {
  padding-top: 2.2rem;
}
.block--stats .flex__item img:nth-child(1) {
  transition-delay: 0s;
}
.block--stats .flex__item img:nth-child(2) {
  transition-delay: 0.1s;
}
.block--stats .flex__item img:nth-child(3) {
  transition-delay: 0.2s;
}
.block--stats .flex__item img:nth-child(4) {
  transition-delay: 0.3s;
}

.block--logos .p {
  font-size: 0.9rem;
  font-family: "plus-jakarta-sans", "Arial", sans-serif;
  font-weight: 600;
  margin: 0;
}
.block--logos .con {
  position: relative;
}
.block--logos .con::before, .block--logos .con::after {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  height: 100%;
  width: 6rem;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.block--logos .con::after {
  left: 100%;
  transform: translateX(-100%) rotate(180deg);
}

.logos--bar {
  font-size: 1.8rem;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.logos--bar-slide {
  animation: 40s alisa infinite linear;
}

.block--logos {
  overflow: hidden;
}
.block--logos .outer {
  padding: 0 1.6rem;
}
.block--logos .inner {
  width: 7rem;
}
.block--logos img {
  width: 100%;
}

@keyframes alisa {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.shadow--yes img {
  box-shadow: 0px 4px 4px rgba(10, 13, 18, 0.05), 0px 24px 48px rgba(10, 13, 18, 0.18);
}

.radius--yes img {
  border-radius: 0.9rem;
}

.border--yes img {
  border: 0.3rem solid #181D27;
}

.block--integrations img {
  width: 4rem;
}
.block--integrations .flex__item:first-child {
  margin-left: 3rem;
}

.box--icon {
  height: 100%;
  padding: 1.2rem 1.2rem 0.2rem;
  font-size: 0.8rem;
  color: #252B37;
  border-radius: 0.8rem;
  background: #F5F5F5;
}
.box--icon h4 {
  margin-bottom: 0.25rem;
}
.box--icon img {
  width: 2.4rem;
  margin-left: 0;
  margin-bottom: 3rem;
}

.block--grid-4 .outer {
  border-radius: 1.2rem;
  margin-bottom: 1.6rem;
  background: #F5F5F5;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
}
.block--grid-4 .outer img {
  border-radius: 0.66rem;
  position: absolute;
  width: 130%;
  top: 1.2rem;
  left: 1.2rem;
  height: 130%;
  object-fit: contain;
  object-position: top left;
  box-shadow: 0 1rem 2rem rgba(10, 13, 18, 0.14);
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
.block--grid-4 .outer.left img {
  left: auto;
  right: 1.2rem;
  object-position: top right;
}
.block--grid-4 .flex__item {
  margin-bottom: 1rem;
}
.block--grid-4 h4 {
  margin-bottom: 0.25rem;
}
.block--grid-4 p {
  font-size: 16px;
}

.block--boxes-4 .bg--light {
  padding-block: 4.75rem;
  border-radius: 2rem;
}
.block--boxes-4 .bg--light .box--icon {
  background: #FFF;
}
.block--boxes-4 .bg--light .box--icon img {
  width: 2.8rem;
  margin-bottom: 2.4rem;
}

.block--pricing .info {
  font-size: 0.7rem;
  padding-top: 1.6rem;
  border-top: 1px solid #E9EAEB;
  margin-top: 1rem;
}
.block--pricing .pricing-requests {
  padding-right: 2rem;
}
.block--pricing .pricing-requests > span:first-child {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: bold;
}
.block--pricing .pricing-requests > span:last-child {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-weight: 600;
}
.block--pricing p strong {
  color: #252B37;
}
.block--pricing .calc-values {
  min-height: 4.25rem;
  position: relative;
}
.block--pricing .currency-switch {
  position: absolute;
  top: 0.4rem;
  right: -0.25rem;
}
.block--pricing .currency-switch a {
  display: inline-block;
  font-size: 0.7rem;
  padding: 0.25rem 0.15rem;
}
.block--pricing .currency-switch span {
  height: 0.6rem;
  width: 0.9rem;
  background: #0067FF;
  border-radius: 0.5rem;
  position: relative;
}
.block--pricing .currency-switch span::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: #FFF;
  border-radius: 50%;
  left: 50%;
  top: 0.1rem;
  transform: translateX(calc(-50% + 0.15rem));
}
.block--pricing .currency-switch .js-active + span::before {
  transform: translateX(calc(-50% - 0.15rem));
}
.block--pricing .inner {
  max-width: 12rem;
}

.switch-duration {
  border-radius: 0.5rem;
  border: 1px solid #D5D7DA;
  box-shadow: 0px 4px 4px rgba(10, 13, 18, 0.1);
}
.switch-duration a {
  font-size: 0.7rem;
  padding: 0.6rem;
  display: block;
  text-align: center;
  background: #FFF;
  color: #414651;
  font-weight: 600;
  position: relative;
}
.switch-duration a span {
  position: absolute;
  font-size: 0.7rem;
  display: inline-block;
  top: -0.6rem;
  right: -0.5rem;
  background: #079455;
  color: #FFF;
  border-radius: 1rem;
  padding: 0.05rem 0.2rem;
  pointer-events: none;
}
.switch-duration a:first-child {
  border-right: 1px solid #D5D7DA;
  border-radius: 0.5rem 0 0 0.5rem;
}
.switch-duration a:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
.switch-duration a:hover {
  background: #F5F5F5;
}
.switch-duration a.js-active {
  background: #E6F0FF;
  color: #0067FF;
}

.pricing-table .top {
  min-height: 12rem;
}
.pricing-table .payyear {
  font-size: 12px;
}
.pricing-table .payyear span {
  font-weight: 500;
}
.pricing-table .tab {
  background: #FAFAFA;
  border-radius: 0.6rem;
  padding: 1rem;
  height: 100%;
  outline: 2px solid transparent;
  transition: all 0.25s ease-out;
}
@media only screen and (min-width: 1025px) {
  .pricing-table .tab:hover {
    outline: 2px solid #0067FF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  }
}
.pricing-table ul {
  list-style: none;
  margin: 0;
  padding: 1.6rem 0 0;
  border-top: 1px solid #E9EAEB;
}
.pricing-table li {
  font-size: 0.7rem;
  position: relative;
  margin-bottom: 0.75em;
  padding-left: 0.9rem;
}
.pricing-table li::before {
  content: "\e901";
  font-family: "icomoon";
  color: #079455;
  position: absolute;
  left: 0;
  top: 0.25rem;
  font-size: 0.8em;
}
.pricing-table li:has(i) {
  padding-right: 1rem;
}
.pricing-table li i {
  position: absolute;
  top: 0.25em;
  right: 0;
  color: #A4A7AE;
  font-size: 0.8rem;
}
.pricing-table li:has(i):hover .hidden {
  display: block;
}
.pricing-table li .hidden {
  position: absolute;
  background: #FFF;
  z-index: 999;
  border-radius: 0.6rem;
  padding: 0.5rem;
  bottom: 100%;
  left: -0.25rem;
  right: -0.25rem;
  box-shadow: 0px 4px 4px rgba(10, 13, 18, 0.05), 0px 24px 48px rgba(10, 13, 18, 0.18);
  pointer-events: none;
}
.pricing-table li .hidden p:last-child {
  margin-bottom: 0;
}
.pricing-table li:has(> strong) {
  margin-top: 1em;
  padding-left: 0;
  padding-top: 0.9em;
  border-top: 1px solid #E9EAEB;
}
.pricing-table li:has(> strong)::before {
  display: none;
}

.box--price-info {
  background: #F5F5F5;
  padding: 2rem;
  border-radius: 1.2rem;
  max-width: 41.5rem;
  margin: 4rem auto 0;
  font-size: 0.7rem;
}
.box--price-info p strong {
  font-size: 1rem;
  color: #252B37;
}
.box--price-info p:has(> strong) {
  margin-bottom: 0.5rem;
}
.box--price-info p:has(> em) {
  margin-bottom: 1.5rem;
}
.box--price-info em {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  color: #252B37;
  font-style: normal;
  font-weight: bold;
}
.box--price-info em strong {
  font-size: 1.8rem;
  line-height: 1.2222222222;
}
.box--price-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box--price-info li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 0.9rem;
}
.box--price-info li::before {
  content: "\e901";
  font-family: "icomoon";
  color: #079455;
  position: absolute;
  left: 0;
  top: 0.25rem;
  font-size: 0.8em;
}

.block--plans {
  font-size: 0.7rem;
}
.block--plans strong {
  font-size: 1rem;
}
.block--plans .one-quarter:first-child strong {
  font-size: 0.8rem;
}
.block--plans .sticky {
  position: sticky;
  z-index: 9999;
  top: 2.8rem;
  padding-bottom: 0.5rem;
}
.block--plans .sticky .one-quarter {
  border: 0;
  background: rgba(255, 255, 255, 0.9);
}
.block--plans .table__headline {
  min-height: 3rem;
  padding-block: 0.6rem;
  border-top: 1px solid #E9EAEB;
}
.block--plans .table__headline strong {
  font-size: 0.8rem;
}
.block--plans .buttons-bottom {
  border-top: 1px solid #E9EAEB;
}
.block--plans .buttons-bottom .btn {
  width: calc(100% - 2rem);
}
.block--plans .table__content .one-quarter {
  min-height: 3rem;
  padding-block: 0.6rem 0.5rem;
  border-top: 1px solid #E9EAEB;
}
.block--plans .table__content .one-quarter .inner {
  max-width: 17em;
  text-align: center;
}
.block--plans .table__content .one-quarter:first-child strong {
  font-size: 0.7rem;
  font-weight: 500;
}
.block--plans .table__content i {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  line-height: 1rem;
  border-radius: 50%;
  text-align: center;
  font-size: 0.45rem;
  background: #47CD89;
  color: #FFF;
}
.block--plans .table__content svg {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
}
.block--plans .table__content .icon-not {
  background: #A4A7AE;
  font-size: 0.4rem;
  line-height: 0.95rem;
}

.toc {
  border: 1px solid #D5D7DA;
  border-radius: 1.2rem;
  padding: 1.6rem 1.6rem 1.4rem;
}
.toc a {
  font-size: 0.8rem;
  padding-left: 0.8rem;
  padding-block: 0.1rem;
  display: inline-block;
  color: #252B37;
  position: relative;
  margin-bottom: 0.2rem;
}
.toc a::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  height: 1px;
  border-radius: 2px;
  width: 0.6rem;
  background: #252B37;
}
.toc p {
  color: #252B37;
}

.single {
  padding-top: 8.75rem;
}
.single .block p a {
  text-decoration: underline;
  font-weight: 600;
  color: #0067FF;
}
.single .container .container {
  padding-inline: 0;
}
.single .cat-date {
  font-size: 0.8rem;
  color: #252B37;
}
.single .cat-date time {
  display: inline-block;
  border-left: 1px solid #E9EAEB;
  padding-left: 0.8rem;
  margin-inline: 0.8rem;
}

.border-radius {
  border-radius: 1.2rem;
}

.author__name, .author {
  font-size: 0.7rem;
  color: #252B37;
}
.author__name strong, .author strong {
  font-size: 0.8rem;
  font-weight: 600;
}

.widget {
  background-color: #0067FF;
  padding: 1.3rem;
  border-radius: 0.8rem;
  margin-top: 1.2rem;
  isolation: isolate;
  position: relative;
  overflow: hidden;
}
.widget svg {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.widget h4 {
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}
.widget ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.widget li {
  font-size: 0.8rem;
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.6rem;
}
.widget li::before {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #FFF;
  border-radius: 50%;
  color: #0067FF;
  font-size: 0.5rem;
  text-align: center;
  line-height: 1.05rem;
}
.widget *:not(.btn) {
  color: #FFF;
}

.author--box {
  background: #E6F0FF;
  padding: 1.6rem 1.6rem 0.75rem;
  border-radius: 0.8rem;
}
.author--box .flex {
  margin-bottom: 1.2rem;
  color: #252B37;
}
.author--box h4 {
  font-size: 1.5rem;
}
.author--box p {
  font-size: 0.9rem;
}
.author--box .flex__image {
  width: 3.6rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-right: 0.6rem;
}
.author--box .flex__name {
  font-size: 0.8rem;
}
.author--box .flex__name strong {
  font-size: 0.9rem;
  font-weight: 600;
}

.author {
  border-bottom: 1px solid #E9EAEB;
  margin-bottom: 1.2rem;
  padding-bottom: 0.25rem;
  padding-bottom: 1rem;
}
.author > img {
  width: 2.8rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 0 auto 0.8rem 0;
}

aside strong small {
  color: #252B37;
}

.widget--video img {
  border-radius: 0.6rem;
  overflow: hidden;
  width: 100%;
}
.widget--video {
  padding-bottom: 1.25rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #E9EAEB;
}
.widget--video small, .widget--video strong {
  display: block;
}
.widget--video p {
  margin-bottom: 0.75rem;
}

div.share {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #E9EAEB;
}
div.share p.share {
  font-size: 0.8rem;
  font-weight: bold;
}
div.share ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
}
div.share li {
  padding: 0;
  margin-right: 0.6rem;
}
div.share a {
  display: block;
  text-align: center;
  height: 1.8rem;
  width: 1.8rem;
  line-height: 1.85rem;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
  background: #E6F0FF;
  color: #252B37;
}
div.share a:hover {
  background: #001F4D;
  color: #E6F0FF;
}
div.share .copy {
  font-size: 0.9rem;
}
div.share .icon-mastodon {
  font-size: 0.95rem;
}
div.share .icon-linkedin-square {
  font-size: 1.05rem;
}

.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 0.7rem;
  font-weight: 600;
}
.breadcrumbs li {
  margin-right: 0.75rem;
}
.breadcrumbs svg {
  width: 0.3rem;
  height: auto;
  vertical-align: -1px;
}

.preview-link {
  display: block;
}
.preview-link .object-fit-con {
  padding-bottom: 52.75%;
  background: #0067FF;
  border-radius: 0.8rem;
  overflow: hidden;
}
.preview-link .object-fit-con h3 {
  font-size: 1.6rem;
  position: absolute;
  margin: 0;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 0;
  margin-bottom: 1.4rem;
  color: #FFF;
}

.filter-link {
  font-size: 0.7rem;
  display: inline-block;
  font-weight: 600;
  padding: 0.5rem 0.6rem 0.5rem;
  margin-right: 0.1rem;
  color: #414651;
  border-radius: 0.4rem;
  margin-bottom: 0.5rem;
  text-decoration: none !important;
}
.filter-link:hover {
  color: #001F4D;
}
.filter-link.js-active {
  color: #003E99;
  background: #E6F0FF;
}

.preview-link__bottom .info {
  font-size: 0.7rem;
  padding-top: 0.8rem;
  margin-bottom: 0.4rem;
  color: #414651;
  font-weight: 600;
}
.preview-link__bottom h4 {
  margin-bottom: 0.25rem;
  color: #252B37;
}
.preview-link__bottom p {
  font-size: 0.8rem;
  color: #414651;
}

.preview-link--small .object-fit-con h3 {
  font-size: 1rem;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0;
  margin-bottom: 0.8rem;
}
.preview-link--small h4 {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  color: #252B37;
}

.pagination__pages {
  padding-top: 1rem;
  border-top: 1px solid #E9EAEB;
}
.pagination__pages ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination__pages li {
  padding: 0;
}
.pagination__pages li a {
  font-size: 0.7rem;
  font-weight: 500;
  display: inline-block;
  width: 2rem;
  line-height: 2.05rem;
  height: 2rem;
  border-radius: 0.4rem;
  text-align: center;
  color: #717680;
  text-decoration: none;
  margin: 1px;
}
.pagination__pages li a:hover {
  color: #001F4D;
}
.pagination__pages li.active a {
  color: #252B37;
  background: #FAFAFA;
}
.pagination__pages li:first-child {
  margin-right: auto;
}
.pagination__pages li:last-child {
  margin-left: auto;
}
.pagination__pages .paginationjs-prev a {
  font-size: 0;
  color: transparent;
  display: flex;
  width: auto;
  margin: 0;
}
.pagination__pages .paginationjs-prev a::before {
  font-size: 0.6rem;
  content: "\e902";
  color: #717680;
  font-family: "icomoon";
  transform: rotate(-180deg);
  display: inline-block;
  transition: all 0.25s ease-out;
  line-height: 2rem;
}
.pagination__pages .paginationjs-prev a::after {
  font-size: 0.7rem;
  content: "Previous";
  color: #414651;
  display: inline-block;
  margin-left: 0.4rem;
  transition: all 0.25s ease-out;
  font-weight: 600;
}
.pagination__pages .paginationjs-prev:hover::after, .pagination__pages .paginationjs-prev:hover::before {
  color: #001F4D !important;
}
.pagination__pages .paginationjs-next a {
  font-size: 0;
  color: transparent;
  display: flex;
  width: auto;
  margin: 0;
}
.pagination__pages .paginationjs-next a::after {
  font-size: 0.6rem;
  content: "\e902";
  font-family: "icomoon";
  color: #717680;
  transition: all 0.25s ease-out;
  line-height: 2.1rem;
}
.pagination__pages .paginationjs-next a::before {
  font-size: 0.7rem;
  content: "Next";
  color: #414651;
  display: inline-block;
  margin-right: 0.4rem;
  transition: all 0.25s ease-out;
  font-weight: 600;
}
.pagination__pages .paginationjs-next a:hover::after, .pagination__pages .paginationjs-next a:hover::before {
  color: #001F4D !important;
}
.pagination__pages .paginationjs-prev.disabled a,
.pagination__pages .paginationjs-next.disabled a {
  opacity: 0.2;
}

aside .sticky {
  position: sticky;
  top: 6rem;
}

.single .related {
  margin-top: 2.5rem;
  padding-top: 4.75rem;
  border-top: 1px solid #E9EAEB;
}

#rmOrganism {
  padding-bottom: 2rem;
}
#content #rmOrganism .rmBase {
  border: 1px solid #E9EAEB;
}
#rmOrganism input#email, #rmOrganism button {
  width: 18rem;
  margin-inline: auto;
  display: block;
}

#content div#rmOrganism .rmSubscription {
  background: #FFF;
}
#content div#rmOrganism .rmSubscription h3 {
  font-size: 1.8rem !important;
  line-height: 1.22222 !important;
  font-family: "plus-jakarta-sans", "Arial", sans-serif !important;
  font-weight: bold !important;
  margin-top: 0;
  margin-bottom: 1.25rem !important;
  color: #001F4D !important;
  text-align: center;
  letter-spacing: 0 !important;
}

div#rmOrganism .rmLayout--vertical.rmBase {
  max-width: calc(100% - 2rem) !important;
  width: 32rem !important;
}

#content .rmBase__compContainer {
  text-align: center;
}

#content div#rmOrganism .rmBase {
  margin-inline: auto;
  overflow: hidden;
  border-radius: 1.6rem;
  background: #FFF;
  box-shadow: -2px 2px 2px rgba(10, 13, 18, 0.08), 2px 4px 6px rgba(10, 13, 18, 0.04), -8px 12px 16px rgba(10, 13, 18, 0.04);
}

#rmOrganism .rmSubscription .rmBase__comp--cta {
  background: #0067FF;
  border-radius: 1.5rem;
  color: #FFF;
  font-weight: 600;
  padding-top: 0.55rem;
}
#rmOrganism .rmSubscription .rmBase__comp--cta:hover {
  background: #3385FF;
}

#rmOrganism .rmBase__el .comp__input, #rmOrganism .rmBase__el .comp__select {
  border: 1px solid #D5D7DA !important;
  border-radius: 0.4rem !important;
  box-shadow: none !important;
  padding-top: 0.55em !important;
}

.site-footer #rmOrganism {
  padding-bottom: 0 !important;
}
.site-footer #rmOrganism .rmBase {
  margin-left: auto;
}
.site-footer #rmOrganism .rmSubscription,
.site-footer #rmOrganism .rmBase {
  background: transparent !important;
  padding: 0;
}
.site-footer .rmBase__container {
  padding: 1px !important;
}
.site-footer .rmBase__container button {
  margin-top: 2px !important;
}
.site-footer .flex .rmBase__section:first-child {
  width: calc(100% - 5rem) !important;
  padding-right: 0.8rem !important;
}
.site-footer .flex .rmBase__section:first-child input {
  width: 100% !important;
}
.site-footer .flex .rmBase__section:nth-child(2) {
  width: 4.25rem;
  margin-left: auto;
}
.site-footer .flex .rmBase__section:nth-child(2) button {
  width: 100% !important;
  padding-inline: 0.25rem !important;
  font-size: 14px !important;
  padding-top: 0.55em !important;
}

input[type=range] {
  -webkit-appearance: none; /* Hides the slider in WebKit browsers */
  appearance: none;
  width: 100%;
  background: transparent; /* Otherwise white in Chrome */
  cursor: pointer;
}

input[type=range]:focus {
  outline: none; /* Removes the default blue focus border */
}

/* WebKit Track */
input[type=range]::-webkit-slider-runnable-track {
  height: 0.4rem;
  background: #E9EAEB;
  border-radius: 4px;
}

input[type=range]::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #0067FF, #0067FF);
  background-size: var(--progress, 0%) 100%;
  background-repeat: no-repeat;
  background-color: #E9EAEB;
}

/* Firefox Track */
input[type=range]::-moz-range-track {
  height: 0.4rem;
  background: #E9EAEB;
  border-radius: 4px;
}

/* WebKit Thumb */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1rem;
  width: 1rem;
  background: #FFF;
  border-radius: 50%;
  border: 2px solid #0067FF;
  margin-top: -0.3rem; /* Centers thumb on track in WebKit ( (trackHeight/2) - (thumbHeight/2) ) */
}

input[type=range]::-moz-range-progress {
  background-color: #0067FF;
}

/* Firefox Thumb */
input[type=range]::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  background: #FFF;
  border-radius: 50%;
  border: 2px solid #0067FF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  background: #F5F5F5;
  padding-block: 2rem 2.5rem;
  border-radius: 2rem 2rem 0 0;
  margin-top: 5rem;
  position: relative;
  isolation: isolate;
  overflow: clip;
}
.site-footer small {
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  padding-top: 0.3rem;
}
.site-footer small i {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #FFF;
  font-size: 6px;
  line-height: 13px;
  text-align: center;
  margin-right: 0.25rem;
  color: #0067FF;
}
.site-footer h3 {
  margin-bottom: 0.5rem;
}
.site-footer .bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.site-footer .bg--blue {
  padding-block: 4.75rem;
  border-radius: 2rem;
  margin-bottom: 2.75rem;
  box-shadow: 0 1.5rem 3rem rgba(10, 13, 18, 0.15);
}
.site-footer .bg--blue p {
  max-width: 31rem;
  margin-inline: auto;
}
.site-footer .site-branding {
  width: 9.5rem;
}
.site-footer .site-info {
  font-size: 0.7rem;
}
.site-footer .site-info p strong {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.site-footer .site-info p:has(strong) {
  margin-bottom: 0.5rem;
}
.site-footer .right {
  margin-left: auto;
}
.site-footer .social a {
  display: inline-block;
  color: #A4A7AE;
  font-size: 1.1rem;
  margin-left: 0.75rem;
}
.site-footer .icon-linkedin-square {
  font-size: 1.2rem;
}
.site-footer .icon-youtube-play {
  vertical-align: 1px;
}
.site-footer a:hover {
  color: #001F4D !important;
}

.footer-nav a {
  display: inline-block;
  font-size: 0.7rem;
  padding-block: 0.25rem;
  color: #414651;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
  html {
    font-size: 18px;
  }
  .site-footer .bg {
    width: 130%;
    left: -15%;
  }
}
@media only screen and (max-width: 1200px) {
  .flexgrid--giant {
    margin-left: -3.2rem;
  }
  .flexgrid--giant .flex__item {
    padding-left: 3.2rem;
  }
  .site-footer .bg {
    width: 150%;
    left: -25%;
  }
  .flexgrid--wide {
    margin-left: -2rem;
  }
  .flexgrid--wide .flex__item {
    padding-left: 2rem;
  }
  .pricing-table .flexgrid--gutter {
    margin-left: -1rem;
  }
  .pricing-table .flexgrid--gutter .flex__item {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  h5, .epsilon {
    font-size: 14px;
  }
  .block--logos p {
    font-size: 1rem;
  }
  .link {
    font-size: 0.9rem;
  }
  .accordion__opener {
    font-size: 1rem;
  }
  .footer-nav a,
  .site-footer .site-info,
  .box--price-info,
  .btn--small {
    font-size: 14px;
  }
  .block--plans {
    font-size: 12px;
  }
  .pricing-table .flexgrid--gutter .flex__item {
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1020px) {
  h2, .beta {
    font-size: 2rem;
  }
  h3, .gamma {
    font-size: 1.75rem;
  }
  .lg-margin-bottom-big {
    margin-bottom: 3rem;
  }
  .site-footer .bg {
    display: none;
  }
  .container {
    padding-inline: 1.5rem;
  }
  aside .author * {
    display: none;
  }
  div.share a {
    font-size: 1.25rem;
    height: 2.25rem;
    width: 2.25rem;
    line-height: 2.35rem;
  }
  div.share .copy {
    font-size: 1.1rem;
  }
  div.share .icon-mastodon {
    font-size: 1.2rem;
  }
  div.share .icon-linkedin-square {
    font-size: 1.3rem;
  }
  #content div#rmOrganism .rmSubscription h3 {
    font-size: 1.5rem !important;
  }
  .block--cta-contact img {
    width: 8rem;
    margin-bottom: 1rem;
  }
  .block--cta-contact .bg--lighter {
    padding-top: 2rem;
  }
  .block--cta-contact p {
    margin-bottom: 1rem;
    font-size: 18px;
  }
  .block--integrations .flex {
    justify-content: center;
  }
  .block--integrations .flex__item:first-child {
    margin-left: 0;
  }
  .site-header .buttons {
    margin-left: auto;
  }
  .box h3 {
    font-size: 1.4rem;
  }
  .preview-link .object-fit-con h3 {
    font-size: 1.25rem;
    left: 5%;
    right: 5%;
  }
  .preview-link--small .object-fit-con h3 {
    margin-bottom: 1.5rem;
  }
  .pricing-table li {
    font-size: 14px;
  }
  .block--pricing .inner {
    max-width: 20rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  h1.smaller, .alpha.smaller {
    font-size: 2rem;
  }
  .md-margin-bottom {
    margin-bottom: 1.5rem;
  }
  .margin-bottom--giant {
    margin-bottom: 7rem;
  }
  .margin-bottom--super {
    margin-bottom: 9rem;
  }
  .flexgrid--giant,
  .flexgrid--wide {
    margin-left: -2.4rem;
  }
  .flexgrid--giant .flex__item,
  .flexgrid--wide .flex__item {
    padding-left: 2.4rem;
  }
  .container {
    padding-inline: 1.25rem;
  }
  .md--hidden {
    display: none !important;
  }
  .md--show {
    display: block !important;
  }
  .btn--toggle {
    margin-left: auto;
  }
  .site-footer div#rmOrganism .rmLayout--vertical.rmBase {
    margin-left: 0;
  }
  .site-footer .site-branding {
    width: 12rem;
    margin-bottom: 1.5rem;
  }
  .site-footer .flex__item.margin-bottom {
    margin-bottom: 1.5rem;
  }
  .bg--dark > svg {
    display: none;
  }
  .block--integrations .flexgrid--gutter {
    margin-left: -1rem;
  }
  .block--integrations .flexgrid--gutter .flex__item {
    padding-left: 1rem;
  }
  .block--integrations img {
    width: 3rem;
  }
  .block--stats,
  .block--partners {
    overflow: hidden;
  }
  .block--stats .flexgrid--gutter,
  .block--partners .flexgrid--gutter {
    margin-left: -1rem;
  }
  .block--stats .flexgrid--gutter .flex__item,
  .block--partners .flexgrid--gutter .flex__item {
    padding-left: 1rem;
  }
  .box {
    padding: 2rem;
  }
  .block--header svg {
    width: 100%;
    width: 180%;
    right: -12%;
    filter: brightness(0.96);
  }
  .preview-link .object-fit-con h3 {
    margin-bottom: 1rem;
  }
  .BeaconContainer {
    z-index: 9999;
  }
  .block--pricing .pricing-requests > span:first-child {
    font-size: 2.25rem;
  }
  .block--pricing .pricing-requests > span:last-child {
    font-size: 1.5rem;
  }
  .block--pricing .currency-switch a {
    font-size: 14px;
    padding-inline: 0.5rem;
  }
  .box--price-info {
    margin-top: 0;
  }
  .block--pricing .currency-switch span {
    height: 12px;
    width: 1.2rem;
  }
  .block--pricing .currency-switch span::before {
    width: 8px;
    height: 8px;
    top: 2px;
  }
  .pricing-table .tab {
    padding: 1.5rem;
  }
  .pricing-table .m-acc__opener {
    display: block !important;
    border-top: 1px solid #E9EAEB;
    padding-top: 0.5rem;
    margin-top: 1rem;
  }
  .pricing-table .m-acc__opener svg {
    top: 1rem;
  }
  .pricing-table .m-acc__content {
    display: none;
    padding-block: 0.5rem 1px;
  }
  .pricing-table ul {
    border-top: 0;
  }
  .pricing-table .tab:has(.js-open) {
    background: #FFF;
    outline: 2px solid #0067FF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 640px) {
  h1, .alpha {
    font-size: 2.5rem;
    line-height: 1.25;
  }
  h2, .beta {
    font-size: 2rem;
  }
  h3, .gamma {
    font-size: 1.5rem;
  }
  .sm-order-9 {
    order: 9;
  }
  .accordion__opener {
    font-size: 18px;
  }
  .sm-margin-bottom {
    margin-bottom: 1.5rem;
  }
  .sm-margin-bottom-big {
    margin-bottom: 3rem;
  }
  .margin-bottom--giant {
    margin-bottom: 6rem;
  }
  .margin-bottom--super {
    margin-bottom: 7rem;
  }
  .block--cta-trial .object-fit-con {
    padding-bottom: 72%;
    margin: 1rem;
  }
  .pagination__pages .paginationjs-prev a::after,
  .pagination__pages .paginationjs-next a::before {
    display: none;
  }
  .container {
    padding-inline: 1rem;
  }
  .site-footer {
    padding-top: 1.25rem;
  }
  .site-footer .bg--blue {
    padding-block: 1.75rem 0.75rem;
    padding-inline: 0.5rem;
  }
  .swiper--teaser .swiper-slide {
    width: calc(100% - 2rem);
  }
  .bg--dark,
  .block--compare .bg--light,
  .block--numbers .bg--light,
  .block--boxes-4 .bg--light {
    padding-block: 3rem 2.5rem;
  }
  .table-compare .one-half {
    border-radius: 0.8rem 0.8rem 0 0;
  }
  .table-compare .one-half:last-child {
    transform: translateY(-1rem);
  }
  .block--stats {
    overflow: hidden;
  }
  .block--stats .flexgrid--gutter {
    margin-left: -30%;
    width: 158%;
  }
  .block--stats .flex__item:nth-child(2),
  .block--stats .flex__item:nth-child(3) {
    padding-top: 0;
  }
  .block--stats .flex__item:nth-child(2) img + img,
  .block--stats .flex__item:nth-child(3) img + img {
    display: none;
  }
  .block--stats .flex__item:first-child img:first-child,
  .block--stats .flex__item:first-child img:nth-child(2) {
    display: none;
  }
  .block--stats::after {
    display: none;
  }
  .single {
    padding-top: 5rem;
  }
  .single section.padding-top {
    padding-top: 0.5rem;
  }
  .block--plans .buttons-bottom .btn {
    width: calc(100% - 0.5rem);
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  h1, .alpha {
    font-size: 1.875rem;
  }
  h1 br, .alpha br {
    display: none;
  }
  h1.smaller, .alpha.smaller {
    font-size: 1.5rem;
  }
  h2, .beta {
    font-size: 1.5rem;
  }
  h2 br, .beta br {
    display: none;
  }
  .xs--hidden,
  .text--info .flex__item:not(:first-child) {
    display: none !important;
  }
  .link--teaser h3 {
    font-size: 20px;
  }
  .block--integrations img {
    width: 2.5rem;
  }
  .site-footer div#rmOrganism .rmLayout--vertical.rmBase {
    width: 100% !important;
  }
  .site-footer .social {
    margin-left: 0;
    padding-top: 1rem;
    margin-left: -0.5rem;
  }
  .site-footer .social a {
    font-size: 1.4rem;
  }
  .site-footer .icon-linkedin-square {
    font-size: 1.5rem;
  }
  .block--stats {
    margin-bottom: 2rem;
  }
  .block--stats .flexgrid--gutter {
    margin-left: -50%;
    width: 195%;
  }
  .block--downloads .right {
    width: 100%;
    padding-top: 0.75rem;
  }
  .box--icon img {
    margin-bottom: 2rem;
  }
  .preview-link .object-fit-con h3 {
    font-size: 1.4rem;
  }
  .block--plans .table__content .one-quarter:first-child strong {
    font-size: 14px;
  }
  .m-acc__opener {
    display: block !important;
  }
  .m-acc__content {
    display: none;
    padding-block: 0.5rem 1px;
  }
  .block--image-text .round:not(.center-yes) {
    padding-top: 2rem;
  }
  .block--image-text .round img {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 400px) {
  .code-con {
    font-size: 13px;
  }
  .block--cta p {
    font-size: 1.1rem;
  }
}

/*# sourceMappingURL=styles.css.map */
