@charset "UTF-8";
/*Mic*/
body {
  margin: 0;
  padding: 0;
  /*TODO: check why*/
  overflow-x: hidden;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  /*TODO: check why*/
  overflow-x: hidden;
}

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
  font-family: "Inter", sans-serif;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

/* Fonts */
h1,
h2,
h3,
h4 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-family: "Jost", sans-serif;
}

h1 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
}

.blue-background {
  background-color: #0b1243;
  background-image: url("/wp-content/themes/Archive/assets/images/blue-bg-mob-2x.png");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .blue-background {
    background-image: url("/wp-content/themes/Archive/assets/images/blue-bg-desktop.png");
  }
}

.container {
  padding: 0 0.875rem;
  max-width: 1170px;
  margin: 0 auto;
  display: block;
}

img {
  max-width: 100%;
}

.logo {
  width: 9.625rem;
}

.splide {
  margin: 0 auto;
}

.echo {
  font-weight: bold;
  position: relative;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.067;
}
@media screen and (min-width: 768px) {
  .echo {
    font-size: 2.625rem;
    line-height: 1;
    margin-bottom: 74px;
  }
}
.echo::before {
  position: absolute;
  font-weight: 600;
  font-size: 62px;
  line-height: 54px;
  text-transform: uppercase;
  opacity: 0.3;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .echo::before {
    font-size: 100px;
  }
}

.active {
  scroll-snap-type: unset;
  /*cursor: grabbing;*/
}

.grab {
  cursor: grab;
}

.scroll--hero {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .scroll--hero {
    padding-top: 2.875rem;
    padding-bottom: 0;
  }
}
.scroll--hero.scroll--center .scroll-down {
  margin: 0 auto;
}

.scroll--numbers {
  padding-top: 25px;
}

.scroll--center {
  justify-content: center !important;
}

@keyframes updown {
  0% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 50% 25%;
  }
  75% {
    background-position: 50% 75%;
  }
  100% {
    background-position: 50% 50%;
  }
}
.scroll-down {
  display: block;
  width: 95px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 0.875rem;
  color: #fff;
  padding: 16px 0 30px;
  position: relative;
  background: url("/wp-content/themes/Archive/assets/images/arrow-down.svg") 50% no-repeat;
  animation: updown 2s linear infinite;
  /* touch browsers  */
}
.scroll-down::before {
  position: absolute;
  left: -4px;
  top: 15px;
  margin-left: 11px;
  content: "scroll";
}
.fr_FR .scroll-down::before {
  content: "faire";
}
.de_DE .scroll-down::before {
  content: "Bitte nach";
  left: -27px;
}
.scroll-down::after {
  position: absolute;
  left: 100%;
  top: 15px;
  margin-left: -41px;
  content: "down";
}
.fr_FR .scroll-down::after {
  content: "défiler";
}
.de_DE .scroll-down::after {
  content: "unten scrollen";
  width: 100%;
}
@media screen and (min-width: 768px) {
  .scroll-down {
    font-size: 0.75rem;
  }
  .scroll-down::before {
    left: 0;
  }
}
@media (hover: none) {
  .scroll-down {
    font-size: 0.875rem;
  }
  .scroll-down::before {
    margin-left: 2px;
    content: "swipe";
  }
  .fr_FR .scroll-down::before {
    content: "faire";
  }
  .scroll-down::after {
    margin-left: -39px;
  }
}
@media screen and (max-width: 768px) {
  .scroll-down--vertical {
    display: flex;
    background-position: top;
    flex-direction: column;
    line-height: 0.625rem;
    width: auto;
    padding-top: 50px;
  }
  .scroll-down--vertical::before {
    display: block;
    position: unset;
    margin: 0;
    padding: 0;
  }
  .scroll-down--vertical::after {
    display: block;
    position: unset;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .home .numbers .scroll-down {
    animation: none;
  }
}

.video {
  position: relative;
  z-index: 4;
  max-width: 646px;
}
@media screen and (max-width: 767px) {
  .video {
    margin-left: auto;
    margin-right: auto;
  }
}
.video img {
  position: relative;
  z-index: 4;
  top: 0;
  left: 0;
  display: block;
}
.video__wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.video__container {
  position: relative;
  z-index: 5;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video__container iframe,
.video__container object,
.video__container embed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/Archive/assets/images/video-big-frame.png") 50% no-repeat;
  background-size: contain;
  box-sizing: border-box;
  padding: 3% 12.5% 15.4%;
}
@media screen and (min-width: 480px) {
  .video__container iframe,
  .video__container object,
  .video__container embed {
    padding: 3.3% 12.6% 15.4%;
  }
}
@media screen and (min-width: 600px) {
  .video__container iframe,
  .video__container object,
  .video__container embed {
    padding: 3.3% 14% 15.4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .video__container iframe,
  .video__container object,
  .video__container embed {
    padding: 3.4% 13.2% 16%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .video__container iframe,
  .video__container object,
  .video__container embed {
    padding: 3.4% 14% 15.35%;
  }
}
@media screen and (min-width: 1101px) {
  .video__container iframe,
  .video__container object,
  .video__container embed {
    padding: 2.95% 14.6% 15.4%;
  }
}

.ovl-top {
  padding-top: 100px;
  position: relative;
  z-index: 4;
}
.ovl-top > .container {
  margin-top: -200px;
}
@media screen and (min-width: 768px) {
  .ovl-top {
    padding-top: 100px;
  }
  .ovl-top > .container {
    margin-top: -200px;
  }
}
.ovl-top .inner {
  background-color: #fff;
  padding: 50px 25px 0;
  box-shadow: 0px 20px 40px rgba(66, 139, 202, 0.1);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .ovl-top .inner {
    padding-top: 75px;
    padding-bottom: 100px;
    padding-left: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .ovl-top .inner {
    padding-top: 105px;
    padding-left: 100px;
  }
}

.ovl-bot {
  padding-bottom: 90px;
  position: relative;
  z-index: 4;
}
.ovl-bot > .container {
  margin-bottom: -180px;
}
@media screen and (min-width: 768px) {
  .ovl-bot {
    padding-bottom: 100px;
  }
  .ovl-bot > .container {
    margin-bottom: -200px;
  }
}

.section-title {
  color: #0b1243;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}

.section-text h3 {
  font-family: "Jost";
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  color: #0b1243;
}
.section-text h3 + p {
  margin-top: 34px;
}
.section-text p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #0b1243;
}
@media screen and (min-width: 768px) {
  .section-text p {
    font-size: 18px;
    line-height: 32px;
  }
}

.section-columns {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .section-columns {
    flex-direction: row;
  }
}
.section-columns .column {
  width: 100%;
}
.section-columns .column p {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-columns .column {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .fright {
    float: right;
  }
}

.ac__circle {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.ac__circle > svg {
  display: block;
  width: 100%;
  height: auto;
}
.ac__circle .svg_link {
  opacity: 0;
}
.ac__circle .svg_link path {
  display: block;
}
.ac__circle .svg_link circle {
  stroke-width: 0;
}
.ac__circle .svg_link:hover > path:nth-child(1) {
  fill: rgba(16, 26, 90, 0.9882352941);
}
.ac__circle .svg_link:hover > path:nth-child(2) {
  fill: #f45f33;
}
.ac__circle .svg_link:hover circle {
  stroke-width: 5px;
}
@keyframes showWheelPart {
  100% {
    opacity: 1;
  }
}
.ac__circle .appear .svg_link {
  animation: showWheelPart 0.75s ease-in-out forwards;
}
.ac__circle .appear #link_2 {
  animation-delay: 0.4s;
}
.ac__circle .appear #link_3 {
  animation-delay: 0.8s;
}
.ac__circle .appear #link_4 {
  animation-delay: 1.2s;
}
.ac__circle .appear #link_5 {
  animation-delay: 1.6s;
}
.ac__circle .appear #link_6 {
  animation-delay: 2s;
}
.ac__circle .appear #link_7 {
  animation-delay: 2.4s;
}
.ac__circle .appear #link_8 {
  animation-delay: 2.8s;
}

.solutions .ac__circle {
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .solutions .ac__circle {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .home .ac__circle {
    padding-top: 30px;
  }
}

.spacer {
  padding: 45px 0;
  background: #fff url("/wp-content/themes/Archive/assets/images/white-sect-bg-3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 600px) {
  .spacer {
    padding: 35px 0;
  }
}

.article-tile {
  /*filter: drop-shadow(0px 7px 30px rgba(37, 54, 117, 0.1));*/
  box-shadow: 0 11px 19px rgba(37, 54, 117, 0.4);
  background: #fff;
  margin-bottom: 30px;
  max-width: 370px;
  border-radius: 5px;
}
.article-tile__content {
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.article-tile__image {
  padding-top: 47%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.article-tile__title {
  color: #161718;
  font-weight: 600;
  font-size: 1rem;
  padding: 0;
}
.article-tile__subtitle {
  color: #ff5928;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
  text-transform: uppercase;
}
.article-tile__lead {
  color: #393b3f;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.article-tile__text {
  color: #161718;
  font-family: "Jost", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  margin: 10px 0;
}
.article-tile__read-more {
  color: #ff5928;
  font-style: normal;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  align-self: flex-start;
  padding-right: 28px;
  position: relative;
  transition: all 0.4s ease-out;
  margin-top: auto;
}
.article-tile__read-more::before {
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: transparent;
  transition: all 0.4s ease-out;
}
.article-tile__read-more::after {
  position: absolute;
  right: 0;
  top: 3px;
  content: "";
  height: 13px;
  width: 17px;
  background: url("/wp-content/themes/Archive/assets/images/arrow-right.svg");
  display: block;
  background-repeat: no-repeat;
}
.article-tile__read-more:hover {
  color: #ff8f0f;
  padding-right: 38px;
}
.article-tile__read-more:hover::before {
  width: 100%;
  background: #ff8f0f;
}
.article-tile__date {
  color: #75787e;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 10px 0;
  /* align to bottom: */
  margin: auto 0 0;
}

.outlined-box {
  border-width: 0px;
  margin-bottom: 15px;
  padding: 30px 20px 20px;
  background: rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .outlined-box {
    align-items: center;
    padding: 19px 25px 24px;
    margin-bottom: 0;
    border: 1px solid rgba(66, 139, 202, 0.3);
    backdrop-filter: blur(3px);
    /* Note: backdrop-filter has minimal browser support */
  }
  .outlined-box img {
    margin-top: 2px;
  }
}
.outlined-box.empty {
  border: none;
}
.outlined-box.image-only {
  display: flex;
  justify-content: center;
  align-items: center;
}
.outlined-box.image-only img {
  max-width: 300px;
  max-height: 100px;
}
.outlined-box.push1col {
  grid-column: 2;
}
.outlined-box.push2col {
  grid-column: 3;
}
.outlined-box p {
  padding-left: 20px;
  padding-top: 5px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 22px;
  margin: 0;
  color: #0b1243;
}

.two-column {
  padding-top: 3.875rem;
}
.two-column__container {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
  gap: 30px;
}
.two-column__container .button {
  margin-bottom: 1.875rem;
}
.two-column__container.vertical-center .two-column__image {
  align-self: center !important;
}
.two-column__text {
  /*max-width: 526px;*/
  flex: 1 1 50%;
}
.two-column__image {
  flex: 1 1 50%;
  align-self: flex-end;
}
.two-column__image img {
  display: flex;
  align-self: flex-end;
}
.two-column__title {
  color: #0b1243;
  text-align: left;
  margin-bottom: 30px;
}
.two-column__title:before {
  left: 0;
  color: rgba(0, 71, 255, 0.2);
  transform: translate(-10%, -50%);
}
.two-column__title--white {
  color: #fff;
}
.two-column__subtitle {
  color: #0b1243;
  text-align: left;
  margin-bottom: 40px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 18px;
  text-transform: uppercase;
}
.two-column__paragraph, .two-column__text li,
.two-column li {
  display: block;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  margin-bottom: 30px;
  color: #393b3f;
}
@media screen and (min-width: 768px) {
  .two-column__paragraph, .two-column__text li,
  .two-column li {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

/*Components*/
.button {
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.125rem;
  box-sizing: border-box;
  background: gray;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 10px;
  -webkit-transition: color 0.2s ease-out, background-color 0.4s ease-out, border-color 0.4s ease-out;
  transition: color 0.2s ease-out, background-color 0.4s ease-out, border-color 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .button {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
.button + .button {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .button + .button {
    margin-left: auto;
    margin-right: auto;
  }
}

.button-fixed {
  padding: 0.875rem 0;
  width: 50%;
  max-width: 163px;
}
@media screen and (min-width: 768px) {
  .button-fixed {
    max-width: 159px;
  }
}

.button--orange {
  background: #ff5928;
  color: white;
}
.button--orange:hover, .button--orange:focus {
  background-color: #ff8f0f;
}

[class*=button--outline] {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  [class*=button--outline] {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }
}

.button--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.button--outline:hover, .button--outline:focus {
  background-color: #ff8f0f;
  border-color: #ff8f0f;
}

.button--outline-orange {
  border: 1px solid #ff5928;
  color: #ff5928;
  background: transparent;
}
.button--outline-orange:hover, .button--outline-orange:focus {
  color: #fff;
  background-color: #ff8f0f;
  border-color: #ff8f0f;
}

.hmbg {
  display: inline-block;
  width: 24px;
  height: 16px;
}
.hmbg .ins {
  display: inline-block;
  width: 24px;
  height: 2px;
  margin: 7px 0;
  background: #040e34;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hmbg .ins::before, .hmbg .ins::after {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 2px;
  background: #040e34;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hmbg .ins::before {
  top: -7px;
}
.hmbg .ins::after {
  bottom: -7px;
}
@media screen and (min-width: 1024px) {
  .hmbg {
    display: none;
  }
}
.hmbg.open .ins {
  background-color: transparent;
}
.hmbg.open .ins::before {
  top: 0;
  transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
}
.hmbg.open .ins::after {
  bottom: 0;
  transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
}

/* Fonts */
.bubble {
  width: 250px;
  height: 250px;
  background: radial-gradient(77.78% 77.78% at 50% 50%, rgba(22, 35, 118, 0.5) 0%, rgba(19, 30, 102, 0.15) 100%);
  border: 1px solid rgba(66, 139, 202, 0.3);
  box-sizing: border-box;
  backdrop-filter: blur(3px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .bubble {
    width: 300px;
    height: 300px;
  }
}
.bubble__value {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #1876e5;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .bubble__value {
    font-size: 64px;
    line-height: 70px;
  }
}
.bubble__description {
  font-family: "Jost", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bubble__description {
    font-size: 17px;
    line-height: 22px;
  }
}

.bubbles {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .bubbles {
    padding: 100px 0;
  }
}
.bubbles__list {
  width: max-content;
  display: flex;
  flex-wrap: wrap;
}
.bubbles__list > li {
  margin-right: 120px;
}

/*Sections*/
#main-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(37, 54, 117, 0.1019607843);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  /*max-width: 1440px;*/
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .header {
    padding: 23px 30px 0;
    align-items: flex-start;
  }
}
.header .logo {
  width: 154px;
}
@media screen and (min-width: 1024px) {
  .header .logo {
    /*margin-top: 8px;*/
    width: 250px;
    margin-top: -2px;
  }
}
.header .button {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .header__hmbg {
    display: none;
  }
}

.navigation {
  display: none;
}
.navigation .menu-bold,
.navigation .menu-bold > * {
  font-weight: bold !important;
}
@media screen and (min-width: 1024px) {
  .navigation {
    display: block;
    flex-grow: 2;
  }
  .navigation__items {
    display: flex;
    /*justify-content: space-between;
    		align-items: flex-start;
    */
    justify-content: center;
    align-items: stretch;
    list-style: none;
    padding: 0 25px;
    margin: 14px 0 0;
  }
  .navigation__item {
    margin-right: 2em;
  }
  .navigation__item:last-child {
    margin-right: 0;
  }
  .navigation__link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    color: #161718;
    display: block;
    padding-bottom: 35px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 100%;
  }
  .navigation__link.expdb {
    position: relative;
    padding-right: 14px;
  }
  .navigation__link.expdb::before {
    position: absolute;
    right: 0;
    top: 2px;
    content: "";
    display: block;
    border: solid #161718;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .navigation__pane {
    display: none;
    position: absolute;
    z-index: 25;
  }
  .navigation__pane .dark--grad,
  .navigation__pane .sub-menu {
    background: #0b1243;
    background: linear-gradient(90deg, #101b60 0%, #111e6d 100%);
  }
  .navigation__pane .sub-menu {
    padding: 2.5rem;
  }
  .navigation__pane .main-solution,
  .navigation__pane .link {
    display: block;
  }
  .navigation__pane .main-solution a,
  .navigation__pane .link a {
    font-family: "Jost", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.125rem;
    padding: 0.5rem 0;
    color: #e0eeff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
  }
  .navigation__pane .main-solution a:hover, .navigation__pane .main-solution a:focus,
  .navigation__pane .link a:hover,
  .navigation__pane .link a:focus {
    color: #ff8f0f;
  }
  .navigation__pane .main-solution a {
    font-size: 1.375rem;
  }
  .navigation__item:hover .navigation__link {
    color: #ff5928;
    border-bottom-color: #ff5928;
  }
  .navigation__item:hover .navigation__link.expdb::before {
    top: 6px;
    border-color: #ff5928;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .navigation__item:hover .navigation__pane {
    display: flex;
  }
  .navigation .wide--pane {
    /*width: 810px;*/
    width: 965px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 25;
  }
  .navigation .wide--pane .dark--grad {
    background: #0b1243;
    background: linear-gradient(90deg, #101b60 0%, #111e6d 100%);
  }
  .navigation .wide--pane__double, .navigation .wide--pane__single {
    padding: 2.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .navigation .wide--pane__double {
    width: 63%;
    display: flex;
    flex-wrap: wrap;
  }
  .navigation .wide--pane__double .main-solution {
    flex: 1 0 100%;
  }
  .navigation .wide--pane__single {
    width: 37%;
    /*
    background: url($images_path + "aimie_right.svg") 141px 43px no-repeat,
    	radial-gradient(100% 107.5% at 100% 95.47%, rgba(14, 28, 119, 0.99) 0%, rgba(16, 26, 90, 0.99) 100%);
    background-size: 323px auto, auto !important;
    */
    background: radial-gradient(100% 107.5% at 100% 95.47%, rgba(14, 28, 119, 0.99) 0%, rgba(16, 26, 90, 0.99) 100%);
  }
  .navigation .wide--pane__single.aimie {
    position: relative;
  }
  .navigation .wide--pane__single.aimie::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: url(https://www.sidetrade.com/wp-content/uploads/2024/06/aimie-menu.png) no-repeat;
    display: block;
    width: 112px;
    height: 158px;
    background-position: left top;
    top: 167px;
    left: 182px;
  }
  .navigation .wide--pane__single h3 {
    font-size: 2.625rem;
    font-weight: 600;
    line-height: 2.1875rem;
    color: #e0eeff;
  }
  .navigation .wide--pane__single p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
    margin: 1.25rem 0;
  }
  .navigation .wide--pane__single .button {
    margin-bottom: 0.875rem;
  }
  .navigation .wide--pane__list {
    width: 50%;
    padding: 0;
    list-style: none;
  }
  .navigation .wide--pane__list + .wide--pane__list {
    padding-left: 2.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .navigation #lang-trg {
    /*width: 10px;*/
    width: 32px;
    line-height: 20px;
    margin-left: 0px;
    position: relative;
  }
  .navigation #lang-trg::after {
    position: absolute;
    right: 0;
    top: 5px;
    content: "";
    display: block;
    border: solid #0b1243;
    border-width: 0 2px 2px 0;
    padding: 2px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .navigation #lang-trg:hover::after {
    border-color: #ff5928;
  }
  .navigation #lang-trg.open::after {
    top: 7px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .navigation .language__item {
    display: inline-block;
    margin-top: -3px;
    padding: 3px 7px 3px 9px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 3px 15px rgba(37, 54, 117, 0.1);
    height: 1.35em;
  }
  .navigation .language__item .curr {
    display: block;
  }
  .navigation .language__item .curr > * {
    display: inline-block;
    vertical-align: top;
  }
  .navigation .language__item .text {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    font-size: 0.875rem;
    line-height: 20px;
    color: #0b1243;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
  }
  .navigation .language__list--desk {
    display: none;
    padding: 0;
    list-style: none;
  }
  .navigation .language__list--desk.shown {
    display: block;
  }
  .navigation .language__list--desk .text:hover {
    color: #ff5928;
  }
}
@media screen and (min-width: 1200px) {
  .navigation__items {
    padding-right: 50px;
    padding-left: 50px;
  }
  .navigation__link.expdb {
    padding-right: 18px;
  }
  .navigation .wide--pane {
    width: 965px;
  }
}
@media screen and (min-width: 1280px) {
  .navigation .wide--pane {
    width: 1010px;
  }
}

#mob-cont {
  position: absolute;
  left: 0;
  z-index: 19;
  display: block;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  top: -500%;
  transition: all 0.25s ease-in-out;
  font-size: 0.875rem;
  color: #fff;
}
#mob-cont.shown {
  top: 70px;
}
@media screen and (min-width: 768px) {
  #mob-cont.shown {
    top: 74px;
  }
}
#mob-cont ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#mob-cont ul li {
  line-height: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
#mob-cont a {
  text-decoration: none;
}
#mob-cont .navigation__items {
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  #mob-cont .navigation__items {
    display: flex;
    flex-wrap: wrap;
  }
  #mob-cont .navigation__items .navigation__item {
    width: 50%;
    box-sizing: border-box;
  }
  #mob-cont .navigation__items .navigation__item:nth-child(even) {
    padding-left: 20px;
  }
  #mob-cont .navigation__items .navigation__item .expdb {
    padding-right: 30px;
  }
}
#mob-cont .navigation__items .link a {
  font-size: 0.8125rem;
  color: #e3f2ff;
  padding-left: 10px;
}
#mob-cont .navigation__items .sub-menu {
  display: none;
}
#mob-cont .navigation__items .sub-menu.shown {
  display: block;
  border-top: 1px solid rgba(200, 200, 200, 0.25);
  background: rgba(200, 200, 200, 0.1);
  backdrop-filter: blur(3px);
}
#mob-cont .navigation__link {
  color: #fff;
  display: block;
  margin-bottom: 12px;
}
#mob-cont .expdb {
  position: relative;
  padding-right: 20px;
}
#mob-cont .expdb::before {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  display: block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: rotate(-45deg);
}
#mob-cont .expdb.open::before {
  transform: rotate(45deg);
}
#mob-cont .language__item {
  font-weight: 500;
  display: block;
  padding: 20px 0;
}
#mob-cont .language__item .curr {
  color: #ff5928;
}
#mob-cont .language__item a {
  color: #fff;
}
#mob-cont .copy-social__icons {
  padding-top: 10px;
  padding-bottom: 10px;
}
#mob-cont .copy-social__icons li {
  padding: 0;
  display: inline-block;
  margin-right: 35px;
}
@media screen and (min-width: 1024px) {
  #mob-cont {
    display: none !important;
  }
}

#mob-cont .navigation__items .link a {
  font-size: 0.8125rem;
  color: #e3f2ff;
  padding-left: 10px;
}

@media screen and (min-width: 1024px) {
  .fr_FR .navigation .wide--pane__single.aimie::before {
    top: 140px;
  }
  .de_DE .navigation .wide--pane__single.aimie::before {
    left: 222px;
  }
}
.hero {
  background: url("/wp-content/themes/Archive/assets/images/hero-bg-new.svg");
  background-size: cover;
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 74px;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    margin-top: 92px;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    /*padding-top: 9.125rem;
    		padding-bottom: 4.125rem;
    */
    padding-top: 2.2rem;
    padding-bottom: 1rem;
  }
}
.hero canvas {
  position: absolute;
  top: 0;
}
.hero h1 {
  text-align: center;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .hero h1 {
    text-align: left;
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero h1 {
    font-size: 3.25rem;
    line-height: 3.875rem;
  }
}
.hero p {
  font-size: 1.0625rem;
  line-height: 1.75rem;
  text-align: center;
  color: #fff;
  margin: 20px 0px;
}
@media screen and (min-width: 768px) {
  .hero p {
    text-align: left;
    font-size: 1.125rem;
    line-height: 2rem;
    margin: 40px 0;
  }
}
.hero__cta {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .hero__cta {
    justify-content: flex-start;
  }
  .hero__cta a {
    margin-right: 28px;
  }
}
.hero .video {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .hero .video {
    margin-top: 3rem;
    margin-right: -6%;
  }
}
.hero #heroPlay {
  position: absolute;
  z-index: 7;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: calc(50% - 86px);
  width: 70px;
  height: 70px;
  background: url("/wp-content/themes/Archive/assets/images/play-82.svg") 50% no-repeat;
  background-size: 100%;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .hero #heroPlay {
    top: calc(50% - 102px);
    width: 97px;
    height: 97px;
  }
}
.hero__container {
  padding: 1.875rem 0.9375rem;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .hero__container {
    padding: 4rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .hero__container {
    max-width: 1170px;
    /*align-items: flex-end;*/
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .hero__text {
    margin-right: 54px;
    width: 46%;
    align-self: flex-start;
  }
}

#mob-cont .navigation__items .sub-menu a {
  font-size: 0.8125rem;
  color: #e3f2ff;
  padding-left: 10px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer__container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .footer__container {
    padding: 0 0.875rem;
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    display: block;
  }
}
.footer__nav {
  display: flex;
  flex: 2 1 70%;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .footer__nav {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav {
    gap: 2em;
  }
}
@media screen and (max-width: 599px) {
  .footer .menu-list {
    padding-bottom: 45px;
  }
}
.footer .menu-list__head {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .footer .menu-list__head {
    margin-bottom: 14px;
  }
}
.footer .menu-list__items {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .footer .menu-list__items li {
    margin-bottom: 10px;
  }
}
.footer .menu-list__items a {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
  color: #e0eeff;
  display: inline-block;
  text-decoration: none;
}
.footer .menu-list__items a:hover, .footer .menu-list__items a:focus {
  text-decoration: underline;
}
.footer .copy-social {
  flex: 1 1 30%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer .copy-social {
    display: block;
    padding-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .footer .copy-social {
    padding-top: 0;
  }
}
.footer .copy-social__logo {
  display: block;
  height: 38px;
  margin-bottom: 15px;
  float: right;
}
@media screen and (max-width: 767px) {
  .footer .copy-social__logo {
    float: none;
    margin: 0 auto 30px;
  }
}
.footer .copy-social__icons {
  clear: both;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer .copy-social__icons {
    padding-bottom: 15px;
  }
}
.footer .copy-social__icons li {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .footer .copy-social__icons li {
    margin: 0 17px;
  }
}
.footer .copy-social__copy {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.875;
  text-align: right;
  color: #fff;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .footer .copy-social__copy {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .company .hero {
    padding-top: 110px;
  }
}
.company .hero__container {
  padding-top: 44px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .company .hero__container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .company .hero__text {
    padding-top: 27px;
    padding-bottom: 70px;
    margin-right: 0;
    width: 37%;
  }
}
.company .hero__cta {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .company .hero__cta {
    justify-content: flex-start;
  }
}
.company .hero .scroll--hero {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .company .hero .scroll--hero {
    justify-content: flex-start;
  }
}
.company .hero .hero__img {
  margin-left: -15px;
  margin-right: -15px;
}
.company .hero .hero__img img {
  width: 126%;
  max-width: 126%;
  margin-left: -13%;
  margin-right: -13%;
}
@media screen and (min-width: 768px) {
  .company .hero .hero__img {
    width: 68%;
    margin-left: 0;
    margin-right: -5%;
  }
  .company .hero .hero__img img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.company .intelligent__container {
  display: block;
}
@media screen and (min-width: 800px) {
  .company .intelligent__container {
    padding-top: 107px;
    padding-bottom: 50px;
    margin-top: -192px;
  }
}
@media screen and (min-width: 1024px) {
  .company .intelligent__container {
    padding-left: 100px;
    padding-right: 35px;
  }
}
.company .intelligent__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .company .intelligent__content {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .company .intelligent__content .video {
    align-self: flex-end;
  }
}
.company .intelligent__title::before {
  display: none;
}
.company .intelligent__text {
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .company .intelligent__text {
    max-width: 510px;
  }
}
.company .intelligent__text.full-width {
  max-width: 100%;
}
.company .intelligent__text p {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .company .intelligent__text p {
    text-align: left;
  }
}
.company .intelligent__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 42px;
}
@media screen and (min-width: 1024px) {
  .company .intelligent__box {
    margin-top: 58px;
    flex-direction: row;
  }
  .company .intelligent__box + .intelligent__box {
    margin-top: 44px;
  }
}
.company .intelligent__box img {
  width: 65px;
  height: 65px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .company .intelligent__box img {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.company .intelligent__box p {
  margin: 0;
}
.company .tiles {
  background: #f9f9f9;
  padding-top: 0;
}
@media screen and (max-width: 799px) {
  .company .tiles {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .company .tiles {
    padding-top: 100px;
  }
}
.company .tiles .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 1.5rem 1rem 0.5rem;
  border: 1px solid rgba(66, 139, 202, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .company .tiles .icon-box {
    max-width: 370px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 5px;
  }
}
.company .tiles .icon-box img {
  display: block;
  height: 50px;
  width: auto;
  max-width: none;
  margin: 0 auto 20px;
}
.company .tiles .icon-box p {
  font-size: 17px;
  line-height: 28px;
  color: #0b1243;
  text-align: center;
  margin-top: 0;
}
@media screen and (min-width: 800px) {
  .company .tiles .icon-box p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .company .tiles .icon-box p {
    max-width: 326px;
  }
}
.company .numbers__wrapper {
  align-items: unset;
}
.company .numbers__title {
  writing-mode: unset;
  transform: unset;
  text-align: left;
}
.company .numbers__subtitle {
  max-width: 580px;
}
.company .cta {
  display: flex;
  flex-flow: column wrap;
  /*flex-direction: column-reverse;*/
}
@media screen and (max-width: 1023px) {
  .company .cta .button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .company .cta {
    flex-direction: row;
  }
}
.company .numbers__value {
  padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .company .numbers__value {
    font-size: 64px;
  }
}

.text--image {
  background: #fff url("/wp-content/themes/Archive/assets/images/white-sect-bg-2.svg") 0 200px no-repeat;
}

.text-w-image {
  background: #fff url("/wp-content/themes/Archive/assets/images/white-sect-bg-2.svg") 0 20px no-repeat;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .text-w-image {
    padding-bottom: 100px;
  }
}
.text-w-image .inner {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .text-w-image .inner {
    padding: 50px 60px 40px;
  }
}
.text-w-image .section-text {
  display: flex;
  flex-direction: column;
}
.text-w-image .section-text img {
  margin-right: -20px;
}

.data__container {
  padding: 170px 0;
}

.last {
  margin-bottom: 140 px;
}

.image-rgt-bot {
  align-self: flex-end;
}
.image-rgt-bot img {
  display: block;
  float: right;
  margin-right: -25px;
}
@media screen and (min-width: 768px) {
  .image-rgt-bot {
    margin-bottom: -100px;
  }
}

@media screen and (max-width: 767px) {
  .reverse-on-mobile {
    display: flex;
    flex-direction: column;
  }
  .reverse-on-mobile img {
    margin-top: 20px;
    margin-bottom: 65px;
    order: 4;
  }
}

.intelligent {
  background: #fff url("/wp-content/themes/Archive/assets/images/white-sect-bg.svg") 50% no-repeat;
  background-size: auto 100%;
  position: relative;
  z-index: 3;
  padding-top: 125px;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 800px) {
  .intelligent {
    padding-top: 92px;
    padding-bottom: 100px;
  }
}
.intelligent .container {
  margin-top: -250px;
}
@media screen and (min-width: 800px) {
  .intelligent .container {
    margin-top: -184px;
  }
}
.intelligent__container {
  filter: drop-shadow(0px 7px 30px rgba(37, 54, 117, 0.1));
  background: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column-reverse;
  padding: 3.125rem 1.5625rem;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .intelligent__container {
    padding: 61px 41px;
    flex-direction: row;
  }
}
.intelligent__text {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .intelligent__text {
    max-width: 526px;
    margin-left: 20px;
    margin-bottom: 0;
  }
}
.intelligent__text.one_column {
  max-width: 100%;
}
.intelligent .right-content H2,
.intelligent .right-content H3, .intelligent__title {
  color: #0b1243;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}
.intelligent.iko-section p, .intelligent.iko-section li,
.intelligent .right-content p,
.intelligent .right-content li, .intelligent__paragraph {
  font-size: 1.0625rem;
  line-height: 1.75rem;
  color: #0b1243;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .intelligent.iko-section p, .intelligent.iko-section li,
  .intelligent .right-content p,
  .intelligent .right-content li, .intelligent__paragraph {
    font-size: 1.125rem;
    line-height: 2.2rem;
    margin-top: 0;
  }
}
.intelligent .iko-section li,
.intelligent .right-content li {
  margin-top: 0;
  line-height: 2.2em;
}

.tiles {
  padding: 100px 0;
  background: #fff url("/wp-content/themes/Archive/assets/images/white-sect-bg-2.svg");
  background-position: center -150px;
  background-repeat: no-repeat;
  background-size: auto;
}
.tiles__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.tiles__box {
  backdrop-filter: blur(10px);
}

@media screen and (max-width: 767px) {
  .tiles {
    background-position: 0 0;
    background-size: cover;
  }
  .tiles__wrapper {
    flex-direction: column;
  }
  .tiles__box {
    backdrop-filter: blur(2px);
  }
}
.numbers {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
}
.numbers__container {
  display: flex;
  padding: 0;
  width: 100%;
}
.numbers__wrapper {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  align-items: center;
  padding: 0 0.9375rem 0 2.125rem;
}
@media screen and (min-width: 768px) {
  .numbers__wrapper {
    align-items: baseline;
  }
}
.numbers__title {
  font-size: 1.875rem;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}
@media (orientation: landscape) {
  .numbers__title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .numbers__title {
    writing-mode: unset;
    transform: rotate(0);
    font-size: 2.625rem;
    width: 261px;
  }
}
.numbers__subtitle {
  color: #aac9ee;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  margin-top: 9px;
}
.numbers__scroller {
  display: flex;
  flex-direction: column;
}
.numbers__bubbles {
  padding-top: 100px;
  width: 100vw;
}
.numbers__element {
  overflow: hidden;
  background: radial-gradient(77.78% 77.78% at 50% 50%, rgba(22, 35, 118, 0.5) 0%, rgba(19, 30, 102, 0.15) 100%);
  border: 1px solid rgba(66, 139, 202, 0.3);
  box-sizing: border-box;
  backdrop-filter: blur(3px);
  border-radius: 50%;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .numbers__element {
    width: 300px;
    height: 300px;
  }
}
.numbers__element:nth-child(even) {
  margin-left: 0;
  align-self: flex-end;
}
.numbers__element:nth-child(odd) {
  margin-left: 0;
}
.numbers__value {
  font-family: Jost;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #1876e6;
}
@media screen and (min-width: 768px) {
  .numbers__value {
    font-size: 75px;
    line-height: 85px;
  }
}
.numbers__description {
  font-family: Jost;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .numbers__description {
    font-size: 17px;
    line-height: 22px;
  }
}

.data {
  padding-top: 51px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .data {
    padding-top: 106px;
  }
}
.data__container {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .data__container {
    overflow: unset;
  }
}
.data__padding--bottom {
  padding-bottom: 100px;
}
.data__title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
  margin-right: 20px;
}
.data__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .data__text {
    flex-direction: row;
    align-items: center;
  }
}
.data__paragraph {
  font-size: 1.0625rem;
  line-height: 1.75rem;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .data__paragraph {
    font-size: 1.125rem;
    line-height: 2rem;
    max-width: 380px;
    margin-right: 20px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .data__paragraph {
    max-width: 460px;
  }
}
@media screen and (min-width: 1120px) {
  .data__paragraph {
    max-width: 526px;
  }
}
@media screen and (min-width: 768px) {
  .data .scroll--hero {
    display: none;
  }
}
.data .cta {
  padding-top: 20px;
}

.video-bg {
  background: url("/wp-content/themes/Archive/assets/images/blue-background.svg"), linear-gradient(to right, rgb(18, 38, 107) 0%, rgb(28, 64, 155) 26%, rgb(16, 33, 95) 61%, rgb(12, 24, 79) 100%);
  background-size: cover;
  background-position: 50% 0%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.video-bg .container {
  position: relative;
  z-index: 4;
}
.video-bg .container.mode-1-panel {
  display: flex;
  flex-basis: 50%;
  gap: 30px;
}
.video-bg .container.mode-1-panel .demo-hero-header {
  flex: 0 1 50%;
}
.video-bg .container.mode-1-panel .demo-hero-header .hero-demo__title,
.video-bg .container.mode-1-panel .demo-hero-header .hero-demo__subtitle {
  text-align: left;
}

.video-bg-item {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
}
.video-bg-item::-webkit-media-controls {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .video-numbers {
    min-height: 100vh;
  }
}
.video-numbers .numbers__header {
  font-family: Jost;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .video-numbers .numbers__header {
    font-size: 42px;
    line-height: 42px;
  }
}
.video-numbers .numbers_paragraph {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .video-numbers .numbers_paragraph {
    font-size: 18px;
    line-height: 32px;
  }
}
.video-numbers__header {
  margin-top: 50px;
}
.video-numbers__footer {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .video-numbers__header, .video-numbers__footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    align-items: flex-start;
    gap: 50px;
  }
  .video-numbers__header.center, .video-numbers__footer.center {
    display: block;
  }
}
.video-numbers__header.full-width {
  grid-template-columns: 1fr;
}
.video-numbers__header--homepage {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .video-numbers__header--homepage {
    text-align: center;
  }
}
.video-numbers__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 50px 22px;
}
@media screen and (min-width: 1024px) {
  .video-numbers__wrapper {
    min-height: 100%;
  }
}
.video-numbers__wrapper--homepage {
  justify-content: space-around;
  height: 100vh;
}
.video-numbers__element, .video-numbers__elementSecondary {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  width: 100vw;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .video-numbers__element, .video-numbers__elementSecondary {
    width: 50vw;
    opacity: 0.3;
  }
}
@media screen and (min-width: 1024px) {
  .video-numbers__element:first-child, .video-numbers__elementSecondary:first-child {
    margin-left: 25vw;
  }
}
.video-numbers__element__value, .video-numbers__elementSecondary__value {
  font-family: "Jost";
  font-weight: 700;
  font-size: 55px;
  line-height: 80px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .video-numbers__element__value, .video-numbers__elementSecondary__value {
    font-size: 144px;
    line-height: 144px;
  }
  .video-bg.smaller .video-numbers__element__value, .video-bg.smaller .video-numbers__elementSecondary__value {
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .video-bg.smaller .video-numbers__element__value, .video-bg.smaller .video-numbers__elementSecondary__value {
    font-size: 100px;
    line-height: 100px;
  }
}
.video-numbers__element__value.with-image, .video-numbers__elementSecondary__value.with-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-numbers__element__value.with-image > div, .video-numbers__elementSecondary__value.with-image > div {
  display: flex;
}
.video-numbers__element__value.with-image > div,
.video-numbers__element__value.with-image img, .video-numbers__elementSecondary__value.with-image > div,
.video-numbers__elementSecondary__value.with-image img {
  max-height: 55px;
  max-width: 55px;
  width: 55px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .video-numbers__element__value.with-image > div,
  .video-numbers__element__value.with-image img, .video-numbers__elementSecondary__value.with-image > div,
  .video-numbers__elementSecondary__value.with-image img {
    max-height: 120px;
    max-width: 120px;
    width: 120px;
  }
  .video-bg.smaller .video-numbers__element__value.with-image > div,
  .video-bg.smaller .video-numbers__element__value.with-image img, .video-bg.smaller .video-numbers__elementSecondary__value.with-image > div,
  .video-bg.smaller .video-numbers__elementSecondary__value.with-image img {
    max-height: 68px;
    max-width: 68px;
    width: 68px;
  }
}
@media screen and (min-width: 1200px) {
  .video-bg.smaller .video-numbers__element__value.with-image > div,
  .video-bg.smaller .video-numbers__element__value.with-image img, .video-bg.smaller .video-numbers__elementSecondary__value.with-image > div,
  .video-bg.smaller .video-numbers__elementSecondary__value.with-image img {
    max-height: 82px;
    max-width: 82px;
    width: 82px;
  }
}
.video-numbers__element__description, .video-numbers__elementSecondary__description {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .video-numbers__element__description, .video-numbers__elementSecondary__description {
    font-size: 30px;
    line-height: 42px;
  }
}
.video-numbers__content {
  flex-wrap: nowrap !important;
  display: flex;
  align-self: flex-start;
  min-height: 300px;
  align-items: center;
}

.active {
  opacity: 1;
}

.numbers__subheader {
  font-family: Jost;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  color: #aac9ee;
}
@media screen and (min-width: 1024px) {
  .numbers__subheader {
    font-size: 30px;
    line-height: 42px;
  }
}

.video-numbers__header--homepage {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.horizontall-scroll-secondary {
  padding-top: 50px;
}

.video-bg .numbers__subheader {
  text-transform: none;
}

p,
ul li {
  font-size: 18px;
  line-height: 32px;
}

/*# sourceMappingURL=subpage-company.css.map */
