@charset "UTF-8";
/*
Theme Name: Code and Pepper
Author: Bartosz Janowski
Description: Theme for Code and Pepper
Version: 1
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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;
}

div {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #393939;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-rendering: optimizeLegibility;
}

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

br.desktop-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  br.desktop-only {
    display: initial;
  }
}

br.mobile-only {
  display: initial;
  display: none;
}

.typography-cover-xxl {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 3.125rem;
  margin: 0;
}

.typography-cover-m {
  font-family: "Muli", sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
  margin: 0;
}

.typography-title-xl {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 2.6875rem;
  margin: 0;
}

.typography-title-l {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 2.0625rem;
  margin: 0;
}

.typography-title-m {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 1.5rem;
  margin: 0;
}

.typography-title-s {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 1.25rem;
  margin: 0;
}

.typography-body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
}

.typography-body-medium {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}

.typography-body-smaller {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  margin: 0;
}

.typography-button {
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 0;
}

a {
  text-decoration: inherit;
  color: #007bb3;
}

b,
strong {
  font-weight: 500;
}

p {
  margin: 1.5em 0;
}

ul,
ol {
  margin: 1.5em 0;
}
p + ul,
p + ol {
  margin-top: -0.75em;
}
ul li,
ol li {
  margin-top: 0.75em;
}

ul {
  list-style-type: none;
  padding-left: 0;
}
ul li {
  position: relative;
  padding-left: 0.875em;
}
@media only screen and (min-width: 768px) {
  ul li {
    padding-left: 0.75em;
  }
}
ul li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.375em;
  height: 0.375em;
  border-radius: 50%;
  background-color: #007bb3;
}

ol {
  padding-left: 1.2em;
}

.section-title {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 2.0625rem;
  margin: 0;
}
@media only screen and (min-width: 1144px) {
  .section-title {
    font-size: 2.6875rem;
  }
}

.secondary-title {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 2.6875rem;
  margin: 0.2857em 0;
}
@media only screen and (min-width: 1144px) {
  .secondary-title {
    margin: 0.3721em 0;
  }
}

.page-column-content > p + h2 {
  margin-top: 0.95em;
}
@media only screen and (min-width: 768px) {
  .page-column-content > p + h2 {
    margin-top: 1.23em;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1144px;
  box-sizing: content-box;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.row {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.row.space-between {
  justify-content: space-between;
}
.row.space-between .column {
  width: auto;
}
.row.justify-center {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.column {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (min-width: 768px) {
  .column {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.mobile-1 {
  width: 8.3333333333%;
}

.mobile-2 {
  width: 16.6666666667%;
}

.mobile-3 {
  width: 25%;
}

.mobile-4 {
  width: 33.3333333333%;
}

.mobile-5 {
  width: 41.6666666667%;
}

.mobile-6 {
  width: 50%;
}

.mobile-7 {
  width: 58.3333333333%;
}

.mobile-8 {
  width: 66.6666666667%;
}

.mobile-9 {
  width: 75%;
}

.mobile-10 {
  width: 83.3333333333%;
}

.mobile-11 {
  width: 91.6666666667%;
}

.mobile-12 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .tablet-1 {
    width: 8.3333333333%;
  }
  .tablet-2 {
    width: 16.6666666667%;
  }
  .tablet-3 {
    width: 25%;
  }
  .tablet-4 {
    width: 33.3333333333%;
  }
  .tablet-5 {
    width: 41.6666666667%;
  }
  .tablet-6 {
    width: 50%;
  }
  .tablet-7 {
    width: 58.3333333333%;
  }
  .tablet-8 {
    width: 66.6666666667%;
  }
  .tablet-9 {
    width: 75%;
  }
  .tablet-10 {
    width: 83.3333333333%;
  }
  .tablet-11 {
    width: 91.6666666667%;
  }
  .tablet-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1144px) {
  .desktop-1 {
    width: 8.3333333333%;
  }
  .desktop-2 {
    width: 16.6666666667%;
  }
  .desktop-3 {
    width: 25%;
  }
  .desktop-4 {
    width: 33.3333333333%;
  }
  .desktop-5 {
    width: 41.6666666667%;
  }
  .desktop-6 {
    width: 50%;
  }
  .desktop-7 {
    width: 58.3333333333%;
  }
  .desktop-8 {
    width: 66.6666666667%;
  }
  .desktop-9 {
    width: 75%;
  }
  .desktop-10 {
    width: 83.3333333333%;
  }
  .desktop-11 {
    width: 91.6666666667%;
  }
  .desktop-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .wide-1 {
    width: 8.3333333333%;
  }
  .wide-2 {
    width: 16.6666666667%;
  }
  .wide-3 {
    width: 25%;
  }
  .wide-4 {
    width: 33.3333333333%;
  }
  .wide-5 {
    width: 41.6666666667%;
  }
  .wide-6 {
    width: 50%;
  }
  .wide-7 {
    width: 58.3333333333%;
  }
  .wide-8 {
    width: 66.6666666667%;
  }
  .wide-9 {
    width: 75%;
  }
  .wide-10 {
    width: 83.3333333333%;
  }
  .wide-11 {
    width: 91.6666666667%;
  }
  .wide-12 {
    width: 100%;
  }
}
.reset-container {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 768px) {
  .reset-container {
    margin-left: -64px;
    margin-right: -64px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (min-width: 1144px) {
  .reset-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.main-nav-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 200ms ease-in, visibility 0ms ease-in 200ms;
}
.main-nav-wrapper:not(.closed) {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
}
.main-nav-wrapper .btn-big {
  margin: 48px 0;
  width: 236px;
  height: 60px;
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px #d04420;
}

.main-nav-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 0;
  padding: 24px 0;
  align-items: center;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .main-nav-mobile-top {
    padding: 30px 0;
  }
}

.mobile-menu-logo {
  margin: -16px 0 -6px;
}

.mobile-menu-btn {
  border: 0;
  padding: 0;
  background: none;
  display: flex;
}
.mobile-menu-btn.back-button {
  transform: rotate(180deg);
}

.mobile-menu-close-btn {
  color: #393939;
  position: relative;
  z-index: 100001;
}

.main-nav-buttons {
  overflow: hidden auto;
}
.main-nav-buttons::-webkit-scrollbar {
  width: 12px;
  -webkit-appearance: none;
}
.main-nav-buttons::-webkit-scrollbar-track {
  background: #eeeeee;
}
.main-nav-buttons::-webkit-scrollbar-thumb {
  background: #dadada;
}

.main-navigation {
  margin: 0;
}
.main-navigation .menu-item {
  margin: 0;
  padding: 0;
}
.main-navigation .menu-item:before {
  display: none;
}
.main-navigation .menu-item > a,
.main-navigation .menu-item > span {
  display: flex;
}

.main-navigation.desktop {
  display: none;
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
}
.main-navigation.desktop a,
.main-navigation.desktop span {
  text-decoration: underline transparent;
  text-underline-offset: 0.25em;
  transition: text-decoration 0.15s;
}
.main-navigation.desktop a:hover,
.main-navigation.desktop span:hover {
  text-decoration-color: inherit;
}
.main-navigation.desktop > .menu-item {
  position: static;
  margin-right: 12px;
  cursor: default;
}
.main-navigation.desktop > .menu-item > a,
.main-navigation.desktop > .menu-item > span {
  padding: 11px;
  position: relative;
}
.main-navigation.desktop > .menu-item.current-menu-item > a,
.main-navigation.desktop > .menu-item.current-menu-item > span, .main-navigation.desktop > .menu-item:hover > a,
.main-navigation.desktop > .menu-item:hover > span {
  text-decoration-color: inherit;
}
.main-navigation.desktop > .menu-item-has-children:hover > a::before,
.main-navigation.desktop > .menu-item-has-children:hover > span::before {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
}
.main-navigation.desktop > .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
}
.main-navigation.desktop > .menu-item-has-children > a::before,
.main-navigation.desktop > .menu-item-has-children > span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 18px 40px 26px 40px;
  border-color: transparent transparent #f4f4f4 transparent;
  visibility: hidden;
  opacity: 0;
  transition: opacity 200ms ease-in, visibility 0ms ease-in 200ms;
}
.main-navigation.desktop > .menu-item-has-children > a::after,
.main-navigation.desktop > .menu-item-has-children > span::after {
  content: "";
  margin-top: -2px;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: currentColor transparent transparent transparent;
  align-self: center;
}
.main-navigation.desktop > .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: opacity 200ms ease-in, visibility 0ms ease-in 200ms;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 44px;
  background: #f4f4f4;
  padding: 48px;
  z-index: 1;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.main-navigation.desktop > .menu-item-has-children > .sub-menu > .container {
  display: flex;
}
.main-navigation.desktop > .menu-item-has-children > .sub-menu > .container > .menu-item {
  flex: 1;
}
.main-navigation.desktop > .menu-item-has-children > .sub-menu > .container > .menu-item + .menu-item {
  margin-left: 54px;
}
.main-navigation.desktop > .menu-item-has-children > .sub-menu .menu-item-has-children > a:hover,
.main-navigation.desktop > .menu-item-has-children > .sub-menu .menu-item-has-children > span:hover {
  color: inherit;
}
.main-navigation.desktop > .menu-item-has-children > .sub-menu .sub-menu {
  margin-top: 12px;
  text-transform: none;
  font-weight: 300;
  line-height: 2;
}
.main-navigation.desktop a,
.main-navigation.desktop span {
  color: inherit;
}

.main-navigation.mobile {
  padding-top: 45px;
  font-weight: 700;
  text-transform: uppercase;
  color: #393939;
}
.main-navigation.mobile > .menu-item + .menu-item {
  margin-top: 48px;
}
.main-navigation.mobile > .menu-item label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-navigation.mobile a:not(.btn-big),
.main-navigation.mobile span:not(.btn-big) {
  color: inherit;
  text-decoration: none;
}

.sub-menu-wrapper {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: opacity 200ms ease-in, visibility 0ms ease-in 200ms;
}
.sub-menu-wrapper-active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
}

.sub-menu {
  color: #393939;
  margin: 0;
}
.main-nav-buttons > .container > .sub-menu {
  padding-top: 45px;
}
.main-nav-buttons > .container > .sub-menu > .menu-item {
  margin-top: 0;
}
.main-nav-buttons > .container > .sub-menu > .menu-item + .menu-item {
  margin-top: 30px;
}
.main-nav-buttons > .container > .sub-menu > .menu-item .menu-item {
  margin-top: 12px;
}
.main-nav-buttons > .container > .sub-menu > .menu-item .menu-item a,
.main-nav-buttons > .container > .sub-menu > .menu-item .menu-item span {
  font-weight: 300;
  text-transform: none;
}

@media only screen and (min-width: 1144px) {
  .main-nav-mobile-top {
    display: none;
  }
  .mobile-menu-btn {
    display: none;
  }
  .main-nav-wrapper {
    position: static;
    visibility: visible;
    opacity: 1;
    transition: none;
    display: block;
    background: transparent;
  }
  .main-nav-wrapper .btn-big {
    margin: 0;
    width: 133px;
    height: 38px;
    font-family: "Roboto", sans-serif;
    line-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.875rem;
  }
  .main-nav-buttons {
    margin-top: 20px;
    overflow: visible;
  }
  .main-nav-buttons > .container {
    padding: 0;
    display: flex;
    align-items: flex-start;
  }
  .main-navigation.mobile {
    display: none;
  }
  .main-navigation.desktop {
    display: flex;
  }
}
.social-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -9px;
  padding: 30px 0 0;
  color: #5a5a5a;
}
.social-navigation li {
  margin: 0;
  padding: 9px;
}
.social-navigation li::before {
  content: none;
}
.social-navigation li a {
  display: block;
  width: 31px;
}
.social-navigation li svg {
  display: block;
}
@media only screen and (min-width: 768px) {
  .social-navigation {
    margin: -6px;
  }
  .social-navigation li {
    padding: 6px;
  }
}
@media only screen and (min-width: 1144px) {
  .social-navigation {
    margin: -4px;
  }
  .social-navigation li {
    padding: 4px;
  }
}
@media only screen and (min-width: 1440px) {
  .social-navigation li a {
    width: 28px;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  padding: 24px 0 60px;
  color: #ffffff;
}
.site-header .site-header-left-column {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.site-header .site-header-logo {
  color: inherit;
  width: 102px;
  height: 46px;
}
.site-header .site-header-logo svg {
  width: 100%;
  height: 100%;
}
.site-header .mobile-menu-logo {
  color: #007bb3;
}
.site-header .mobile-menu-open-btn {
  margin-top: 14px;
}
.site-header:not(.absolute) {
  color: #393939;
}
.site-header:not(.absolute) .site-header-logo {
  color: #007bb3;
}
.site-header.absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.admin-bar .site-header.absolute {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header.absolute {
    margin-top: 46px;
  }
}
@media only screen and (min-width: 768px) {
  .site-header {
    padding: 30px 0 72px;
  }
  .site-header .site-header-logo {
    width: 120px;
    height: 56px;
  }
  .site-header .mobile-menu-open-btn {
    margin-top: 22px;
  }
}
@media only screen and (min-width: 1144px) {
  .site-header {
    padding: 30px 0 102px;
  }
  .site-header.text-dark {
    color: #393939;
  }
  .site-header.text-dark .site-header-logo {
    color: #007bb3;
  }
}
@media only screen and (min-width: 1440px) {
  .site-header {
    padding: 48px 0 120px;
  }
  .site-header .site-header-logo {
    width: 140px;
    height: 67px;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 300;
  color: #393939;
}
.site-footer.dark {
  background-color: #393939;
  color: #ffffff;
}
.site-footer.dark .social-navigation {
  color: #ffffff;
}
.site-footer-top {
  padding-top: 64px;
  padding-bottom: 64px;
}
.site-footer-top-column-half {
  flex: 1;
  width: 50%;
}
.site-footer-title {
  margin: 42px 0 32px;
  font-size: inherit;
  line-height: inherit;
  font-family: "Muli", sans-serif;
  font-weight: 900;
}
.site-footer .column:first-child .site-footer-title {
  margin-top: 0;
}
.site-footer-link-list {
  margin: 32px 0 0;
  font-size: inherit;
  line-height: normal;
}
.site-footer-link-list li {
  margin: 10px 0 0;
  padding: 0;
}
.site-footer-link-list li::before {
  content: none;
}
.site-footer-post-list {
  margin: 32px 0 0;
  font-size: inherit;
  line-height: 1.125rem;
}
.site-footer-post-list li {
  position: relative;
  margin: 10px 0 0;
  padding-left: 1em;
}
.site-footer-post-list li::before {
  width: 6px;
  height: 6px;
}
.site-footer .address {
  font-size: inherit;
  line-height: inherit;
}
.site-footer .address-mobile {
  margin: 32px 0;
}
.site-footer .address-desktop {
  display: none;
}
.site-footer .st0 {
  stroke: currentColor;
}
.site-footer .footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -6px -5px;
}
.site-footer .footer-contact > * {
  margin: 6px 5px;
}
.site-footer .footer-contact svg {
  flex-shrink: 0;
  width: 20px;
  height: 13px;
}
.site-footer a {
  color: inherit;
  text-decoration: inherit;
}
.site-footer .footer-newsletter-button {
  display: inline-flex;
  margin-top: 30px;
  padding: 9px 12px;
  width: auto;
  height: auto;
}
.site-footer .divider-block {
  background-color: #ffffff;
  width: 100%;
}
.site-footer-partners {
  background-color: #ffffff;
  padding: 48px 0;
}
.site-footer-partners .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -15px;
}
.site-footer-partners .partner {
  display: flex;
  padding: 15px;
}
.site-footer-partners .partner img {
  max-width: 160px;
  max-height: 72px;
}
.site-footer-partners .partner img > :first-child > :first-child {
  max-height: 72px;
}
@media only screen and (min-width: 768px) {
  .site-footer-partners {
    padding: 32px 0;
  }
  .site-footer-partners .partners {
    margin: -28px;
  }
  .site-footer-partners .partner {
    padding: 28px;
  }
  .site-footer-partners .partner img {
    max-width: 124px;
    max-height: 60px;
  }
  .site-footer-partners .partner img > :first-child > :first-child {
    max-height: 60px;
  }
}
@media only screen and (min-width: 1144px) {
  .site-footer-partners .partners {
    margin: -46px;
  }
  .site-footer-partners .partner {
    padding: 46px;
  }
  .site-footer-partners .partner img {
    max-width: 180px;
    max-height: 88px;
  }
  .site-footer-partners .partner img > :first-child > :first-child {
    max-height: 88px;
  }
}
.site-footer-copyrights {
  background-color: #ffffff;
  padding-bottom: 6px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
  color: #393939;
}
.site-footer-copyrights b,
.site-footer-copyrights strong {
  font-weight: inherit;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .site-footer-top-column, .site-footer-top-column-half {
    flex: 1;
    width: 25%;
  }
  .site-footer-title {
    margin-top: 0;
  }
  .site-footer-copyrights {
    line-height: 1.25;
  }
}
@media only screen and (min-width: 1144px) {
  .site-footer .row {
    margin: -9px;
  }
  .site-footer .column {
    padding: 9px;
  }
  .site-footer .address-mobile {
    display: none;
  }
  .site-footer .address-desktop {
    display: block;
  }
}

/*--------------------------------------------------------------
## GDPR Banner
--------------------------------------------------------------*/
.gdpr-banner {
  background: #393939;
  padding-bottom: 17px;
  padding-top: 24px;
}
.gdpr-banner .gdpr-banner-content {
  color: #ffffff;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0;
  padding-bottom: 24px;
}
.gdpr-banner .gdpr-banner-content > * {
  margin: 0;
}
.gdpr-banner .gdpr-banner-content a {
  color: #ffffff;
  text-decoration: underline;
}
.gdpr-banner .gdpr-banner-buttons .btn {
  cursor: pointer;
  width: 138px;
}
@media only screen and (min-width: 768px) {
  .gdpr-banner {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .gdpr-banner .gdpr-banner-content {
    flex: 1;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 0;
  }
  .gdpr-banner .gdpr-banner-buttons {
    width: 178px;
  }
  .gdpr-banner .gdpr-banner-buttons .btn.gdpr-banner-accept-btn {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1144px) {
  .gdpr-banner .gdpr-banner-buttons {
    width: 192px;
  }
}

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
.page-top {
  height: 100vh;
  background: linear-gradient(0deg, #0087c0 1%, #022b3a 84%);
  color: #ffffff;
}
.page-top a {
  color: rgb(153, 202.2, 224.6);
}
.page-top .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-top .page-title {
  margin: 30px 0;
  color: inherit;
}
.page-top .page-title em {
  font-style: normal;
  color: #d04420;
}
.page-top .page-title strong {
  font-weight: inherit;
}
.page-top .wave {
  max-width: 240px;
  color: #007bb3;
}
.page-top .page-top-content {
  color: inherit;
}
.page-top .page-top-content p {
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  margin: 0;
}
.page-top .page-top-content p + p {
  margin-top: 0.75rem;
}
.page-top .page-top-content .page-top-salary {
  color: inherit;
  font-weight: normal;
}
.page-top .page-top-content .page-top-salary + p {
  margin-top: 30px;
}
@media only screen and (min-width: 1144px) {
  .page-top {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 102px;
  }
  .page-top.text-dark {
    color: #393939;
  }
  .page-top.text-dark a {
    color: rgb(34.2, 83.4, 105.8);
  }
  .page-top .container {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
  }
  .page-top .wave {
    max-width: none;
  }
  .page-top .page-top-content p + p {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .page-title {
    font-size: 3.125rem;
  }
  .page-top .page-top-content {
    font-family: "Muli", sans-serif;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 400;
  }
  .page-top .page-top-content .page-top-salary {
    font-size: 2.6875rem;
    font-weight: 700;
    color: #37a0e6;
  }
  .page-top .page-top-content .page-top-salary + p {
    margin-top: 12px;
  }
}

.page-content.case-study .page-column-content {
  padding-top: 102px;
  color: #393939;
}
.page-content.case-study .page-column-content .wp-block-image {
  margin: 24px 0;
}
.page-content.case-study .page-column-content figure {
  margin-top: 0;
  margin-bottom: 0;
}
.page-content.case-study .page-column-content img {
  display: block;
}
.page-content.case-study .page-column-content > h2 {
  margin: 102px 0 24px;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.page-content.case-study .page-column-content > h3 {
  margin: 48px 0 24px;
  font-size: 1.125rem;
  line-height: normal;
}
.page-content.case-study .page-column-content > h4 {
  margin: 24px 0;
  font-size: 1rem;
  line-height: 1.375rem;
}
.page-content.case-study .page-column-content > h2 b,
.page-content.case-study .page-column-content > h2 strong, .page-content.case-study .page-column-content > h3 b,
.page-content.case-study .page-column-content > h3 strong, .page-content.case-study .page-column-content > h4 b,
.page-content.case-study .page-column-content > h4 strong {
  font-weight: inherit;
}
@media only screen and (min-width: 768px) {
  .page-content.case-study .page-column-content > h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .page-content.case-study .page-column-content > h3 {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .page-content.case-study .page-column-content > h4 {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .page-content.case-study .page-column-content > p {
    line-height: 1.5rem;
  }
}
.page-content.case-study .page-column-content > :first-child {
  margin-top: 0;
}
.page-content .page-column-content > p a,
.page-content .page-column-content > ul a,
.page-content .page-column-content > ol a {
  color: #007bb3;
}

/*--------------------------------------------------------------
## Product List
--------------------------------------------------------------*/
.list-article > .container > h2 {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 1.5rem;
  margin: 24px 0;
}
.list-article > .container > h2 b,
.list-article > .container > h2 strong {
  font-weight: inherit;
}
@media only screen and (min-width: 768px) {
  .list-article ul li {
    padding-left: 0.875em;
  }
}

/*--------------------------------------------------------------
## Contents
--------------------------------------------------------------*/
.case-study-item {
  padding: 48px 0 60px;
  border-bottom: 1px solid #b7b7b7;
}
.case-study-item:last-child {
  border-bottom: 0;
}
.case-study-item .case-study-title {
  margin: 0 0 24px;
}
.case-study-item .case-study-title a {
  text-decoration: none;
  color: inherit;
}
.case-study-item .case-study-location {
  display: flex;
  align-items: center;
  font-style: italic;
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 300;
  color: #393939;
}
.case-study-item .case-study-location .flag {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 20px;
  margin-right: 12px;
}
.case-study-item .case-study-image-mobile {
  margin: 36px 0;
  display: flex;
  justify-content: center;
}
.case-study-item .case-study-image-desktop {
  display: none;
}
.case-study-item .case-study-lead {
  margin-bottom: 12px;
}
.case-study-item .case-study-terms {
  margin: 2px 0 0;
  display: flex;
}
.case-study-item .case-study-terms .title {
  min-width: 68px;
  font-weight: 400;
}
.case-study-item .case-study-terms .terms {
  margin-left: 12px;
  font-weight: 700;
}
.case-study-item .case-study-plus-link {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #393939;
}
@media only screen and (min-width: 768px) {
  .case-study-item .case-study-title {
    margin-bottom: 12px;
  }
  .case-study-item .case-study-lead {
    margin: 12px 0;
  }
  .case-study-item .case-study-terms {
    font-size: 0.875rem;
    margin: 0;
  }
  .case-study-item .case-study-terms .title {
    width: 77px;
    display: inline-block;
  }
  .case-study-item .case-study-image-mobile {
    display: none;
  }
  .case-study-item .case-study-image-wrap {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .case-study-item .case-study-image-desktop {
    display: block;
  }
  .case-study-item .case-study-plus-link {
    margin-top: 24px;
    justify-content: flex-start;
  }
}

.job-offer-item {
  margin: 0 auto;
  padding: 48px 0;
  text-align: center;
  color: #393939;
}
.job-offer-item .btn-big {
  margin: 30px auto 0;
  font-size: 0.75rem;
  font-weight: 700;
}
.job-offer-item-title {
  margin: 0 0 12px;
  font-size: 1.5rem;
  line-height: normal;
  color: #007bb3;
}
.job-offer-item-title a {
  color: inherit;
  text-decoration: none;
}
.job-offer-item-salary {
  margin: 0;
  font-size: 1.3125rem;
  line-height: normal;
  font-weight: 700;
}
.job-offer-item-details {
  line-height: 1.3125rem;
}
@media only screen and (min-width: 1144px) {
  .job-offer-item {
    text-align: left;
  }
  .job-offer-item .button-container {
    align-self: center;
  }
  .job-offer-item .btn-big {
    margin: 0 0 0 auto;
    width: 210px;
    font-size: 0.875rem;
  }
  .job-offer-item-title {
    font-size: 2.375rem;
  }
  .job-offer-item-salary {
    font-size: 2rem;
  }
  .job-offer-item-details {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.list-header {
  margin-bottom: 48px;
}
.list-header .background-mobile {
  padding: 0;
}
.list-header .background-mobile img {
  display: block;
}
.list-header .background-desktop {
  display: none;
  padding: 0;
}
.list-header .background-desktop img {
  display: block;
}
.list-header .breadcrumbs {
  color: #5a5a5a;
  padding: 0;
}
.list-header .breadcrumbs li {
  display: inline;
}
.list-header .breadcrumbs li + li::before {
  content: "/";
  position: static;
  background: none;
}
.list-header .breadcrumbs li a {
  color: inherit;
  text-decoration: inherit;
}
.list-header .title {
  margin-top: 48px;
}
.list-header .title a {
  color: inherit;
  text-decoration: none;
}
.list-header .list-header-date {
  margin: 24px 0;
}
@media only screen and (min-width: 768px) {
  .list-header .background-mobile {
    display: none;
  }
  .list-header .background-desktop {
    display: block;
  }
  .list-header .title {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 1144px) {
  .list-header .background-desktop {
    margin: 0;
  }
  .list-header .background-desktop img {
    border-radius: 6px;
  }
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-member + .team-member {
  margin-top: 72px;
}
.team-member .attachment-team-thumbnail {
  flex-shrink: 0;
  border-radius: 50%;
}
.team-member .team-member-content {
  margin-top: 30px;
}
.team-member .team-member-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.team-member .social-icon {
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 6.5px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #007bb3;
  margin-right: 12px;
}
.team-member .name {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 1.5rem;
  font-size: 1.5rem;
  margin: 0;
}
.team-member .position {
  font-weight: 500;
}
.team-member .content {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .team-member {
    flex-direction: row;
    align-items: flex-start;
  }
  .team-member .attachment-team-thumbnail {
    border-radius: 50%;
    height: 120px;
    width: 120px;
  }
  .team-member .team-member-content {
    margin-top: 0;
    margin-left: 30px;
  }
  .team-member .team-member-title {
    justify-content: flex-start;
  }
  .team-member .name {
    font-family: "Muli", sans-serif;
    line-height: 1.25;
    font-weight: 900;
    font-size: 1.25rem;
  }
  .team-member .content {
    text-align: left;
  }
}
@media only screen and (min-width: 1440px) {
  .team-member .attachment-team-thumbnail {
    width: initial;
    height: initial;
  }
  .team-member .name {
    font-family: "Muli", sans-serif;
    line-height: 1.25;
    font-weight: 900;
    font-size: 1.5rem;
  }
}

.post-item {
  margin-bottom: 64px;
}
.post-item .post-header .title {
  font-size: 32px;
}
@media only screen and (min-width: 1144px) {
  .post-item .post-header .title {
    font-size: 43px;
  }
}
.post-item .thumbnail-link {
  display: block;
  margin-bottom: 24px;
}
.post-item .thumbnail-link > .wp-post-image {
  border-radius: 6px;
  display: block;
}
.post-item .content p {
  margin: 0 0 24px;
}
.post-item .content p a {
  color: #007bb3;
}
.post-item .more-link {
  color: #393939;
  display: inline-block;
}
.post-item .more-link .plus-link {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .post-item .thumbnail-link {
    margin-bottom: 32px;
  }
}

.post-header {
  margin-bottom: 24px;
}
.post-header .header-details {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.post-header .header-details .header-photo-link {
  display: flex;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .post-header .header-details .header-photo-link {
    margin-right: 16px;
  }
}
.post-header .header-details amp-img,
.post-header .header-details img {
  height: 57px;
  width: 57px;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .post-header .header-details amp-img,
  .post-header .header-details img {
    height: 64px;
    width: 64px;
  }
}
.post-header .header-details .header-details-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.post-header .header-details .social-share {
  width: 100%;
  justify-content: center;
  margin-top: 24px;
}
.post-header .header-details .header-details-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 1.1875em;
}
.post-header .header-details .author-and-category {
  display: flex;
  flex-direction: column;
  column-gap: 3px;
}
.post-header .header-details .author-and-category address {
  font-style: normal;
  font-weight: 700;
  flex: none;
}
.post-header .header-details .author-and-category address a {
  color: inherit;
  text-decoration: none;
  transition: color 110ms ease;
}
.post-header .header-details .author-and-category address a:hover {
  color: #393939;
}
@media only screen and (min-width: 1144px) {
  .post-header .header-details .author-and-category {
    flex-direction: row;
  }
}
.post-header .header-details .categories {
  color: #007bb3;
}
.post-header .header-details .categories span {
  font-weight: normal;
  color: #5a5a5a;
}
.post-header .header-details .categories a {
  color: #007bb3;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.post-header .header-details .tags {
  display: none;
  margin-top: 13px;
}
.post-header .header-details .tags a {
  color: #393939;
  display: inline-block;
  font-weight: normal;
  transition: color 0.15s;
}
.post-header .header-details .tags a:hover {
  color: #007bb3;
}
.post-header .header-details .dates {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.post-header .header-details .dates time {
  font-weight: normal;
}
.post-header .header-details .dates time.desktop {
  display: none;
}
@media only screen and (min-width: 1144px) {
  .post-header .header-details .dates time.desktop {
    display: inline;
  }
}
.post-header .header-details .dates time.mobile {
  display: inline;
  margin-right: 3px;
}
@media only screen and (min-width: 1144px) {
  .post-header .header-details .dates time.mobile {
    display: none;
  }
}
.post-header .header-details .dates .update-time {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.post-header .header-details .dates .update-time span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  background-color: #5f5f5f;
  padding: 0 6px;
  color: #ffffff;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 2px;
  margin-left: 3px;
}
.post-header .header-details .dates .update-time span.highlighted {
  background-color: #d04420;
}
.post-header .header-details .dates .update-time time {
  font-weight: bold;
  margin: 0px;
}
.post-header .header-details .dates .update-time time.desktop {
  margin-left: 3px;
}
@media only screen and (min-width: 1144px) {
  .post-header .header-details .dates .update-time {
    flex-direction: row;
  }
  .post-header .header-details .dates .update-time span {
    margin: 0;
  }
}
@media only screen and (min-width: 1144px) {
  .post-header .header-details .dates {
    display: flex;
    flex-direction: column;
  }
}
.post-header .title {
  margin-bottom: 16px;
  margin-top: 0;
}
.post-header .title a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .post-header {
    margin-bottom: 32px;
  }
  .post-header .header-details .social-share {
    width: auto;
    margin-top: 0;
  }
  .post-header .header-details .header-details-inner {
    flex: 1;
  }
  .post-header .header-details .tags {
    display: block;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.pagination .page-numbers {
  padding: 0 6px;
  text-decoration: inherit;
  color: inherit;
}
.pagination .page-numbers.current {
  font-weight: 500;
}

.list-brick {
  flex: 300px;
  max-width: 360px;
  min-height: 300px;
  box-sizing: border-box;
  position: relative;
  padding: 12px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  background: #5a5a5a;
  cursor: pointer;
  transition: background 200ms;
}
.list-brick:hover {
  background: #007bb3;
}
.list-brick:hover img {
  opacity: 0;
}
.list-brick > * {
  position: relative;
}
.list-brick img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  mix-blend-mode: multiply;
  transition: opacity 200ms;
}
.list-brick .date {
  margin-bottom: 12px;
}

.social-share {
  display: flex;
}
.social-share amp-social-share {
  border-radius: 50%;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #e8e8e8;
  transition: box-shadow 150ms;
}
.social-share amp-social-share + amp-social-share {
  margin-left: 12px;
}
.social-share amp-social-share:focus {
  outline: none;
}
.social-share amp-social-share:focus-visible, .social-share amp-social-share:hover {
  box-shadow: inset 0 0 0 2px currentColor;
}
.social-share amp-social-share.share-facebook {
  color: #3c5a9a;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' fill='%233C5A9A' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7889 35.1069V24.5667h3.5381l.5297-4.1075h-4.0678v-2.6228c0-1.1889.3301-1.9997 2.0358-1.9997L30 15.8357v-3.6739C29.6237 12.1119 28.3322 12 26.8308 12c-3.1368 0-5.2835 1.9146-5.2835 5.4296v3.0296H18v4.1075h3.5473v10.5402h4.2416Z'/%3E%3C/svg%3E");
}
.social-share amp-social-share.share-linkedin {
  color: #0e76a8;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' fill='%230E76A8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7673 18.7493h-3.7439V31h3.7439V18.7493ZM29.9596 18.6418c-2.1319 0-3.4839 1.1821-3.7439 2.0418v-1.9344h-4.2118c.052 1.0209 0 12.2508 0 12.2508h4.2118v-6.609c0-.3761 0-.7522.104-1.0209.312-.7522.884-1.5044 2.028-1.5044 1.4559 0 2.1319 1.1283 2.1319 2.794V31h4.2638v-6.8239c-.052-3.7612-2.1319-5.5343-4.7838-5.5343ZM17.7879 13c-1.4039 0-2.2879.9134-2.2879 2.1492 0 1.1821.884 2.0956 2.2359 2.0956h.052c1.404 0 2.2879-.9135 2.2879-2.1493C20.0238 13.9134 19.1919 13 17.7879 13Z'/%3E%3C/svg%3E");
}
.social-share amp-social-share.share-twitter {
  color: #1da1f2;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='%231DA1F2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.7373 15.36c-.88.54-1.8186.96-2.8746 1.14-.8214-.9-1.9947-1.5-3.2854-1.5-2.464 0-4.5173 2.1-4.5173 4.74 0 .36.0587.72.1173 1.08-3.7546-.18-7.04-2.1-9.2693-4.92-.4107.72-.5867 1.5-.5867 2.4 0 1.62.8214 3.06 1.9947 3.96-.7627 0-1.408-.24-2.0533-.6v.06c0 2.28 1.5253 4.2 3.6373 4.62-.352.12-.7627.18-1.1733.18-.2934 0-.5867 0-.8214-.06.5867 1.86 2.2294 3.24 4.224 3.3-1.5253 1.26-3.4613 2.04-5.5733 2.04-.352 0-.704 0-1.056-.06 1.9947 1.32 4.3413 2.1 6.9227 2.1 8.272 0 12.848-7.2 12.848-13.44v-.6c.88-.66 1.6426-1.5 2.2293-2.46-.8213.36-1.7013.66-2.5813.72.7626-.66 1.4666-1.56 1.8186-2.7Z'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.not-found {
  padding-bottom: 180px;
  padding-top: 60px;
}
.not-found h2 {
  color: #393939;
  display: block;
  font-family: "Muli", sans-serif;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.25em;
  margin-bottom: 12px;
}
.not-found p.error-desc {
  margin: 0 auto 40px;
  max-width: 400px;
}
@media only screen and (min-width: 768px) {
  .not-found {
    padding-bottom: 260px;
    padding-top: 30px;
  }
  .not-found h2 {
    font-size: 64px;
    margin-bottom: 8px;
  }
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.blog-column {
  flex: 1;
}
.blog-column .pagination {
  margin-bottom: 48px;
}
.blog-column .blog-title {
  color: #007bb3;
  font-size: 1.4375rem;
  margin-bottom: 2rem;
  margin-top: 0;
}
.blog-column .blog-title span {
  color: rgba(57, 57, 57, 0.6);
}
.blog-column .newsletter-block {
  margin: 102px 0;
}
.blog-column h1,
.blog-column .page-title {
  font-size: 40px;
}
@media only screen and (min-width: 1144px) {
  .blog-column h1,
  .blog-column .page-title {
    font-size: 43px;
  }
}
@media only screen and (min-width: 1144px) {
  .blog-column {
    padding-right: 4.5rem;
  }
}
@media only screen and (min-width: 1440px) {
  .blog-column {
    padding-right: 7.25rem;
  }
}

.blog-sidebar-column {
  display: none;
  align-self: stretch;
  padding-left: 0;
  width: 14.5rem;
  box-sizing: content-box;
}
.blog-sidebar-column .blog-sidebar-title {
  color: #393939;
  font-size: 1.4375rem;
  line-height: 1.125;
  font-weight: 900;
  margin: 0;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1144px) {
  .blog-sidebar-column {
    display: block;
  }
}

/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/
.post-article {
  padding-bottom: 102px;
}
.post-article .post-content a {
  color: #007bb3;
  text-decoration: inherit;
}
.post-article .post-content ul li {
  position: relative;
  padding-left: 14px;
}
.post-article .post-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #007bb3;
  background-color: #007bb3;
}
.post-article .post-content ul ul {
  margin: 0;
}
.post-article .post-content ul ul li:first-child {
  margin-top: 16px;
}
.post-article .post-content ul ul li::before {
  background-color: transparent;
}
.post-article .post-content > h1,
.post-article .post-content .page-title {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 2.6875rem;
}
.post-article .post-content > h2,
.post-article .post-content .secondary-title {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 2.0625rem;
}
.post-article .post-content > h3 {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 1.5rem;
}
.post-article .post-content > h2 b,
.post-article .post-content > h2 strong, .post-article .post-content > h3 b,
.post-article .post-content > h3 strong, .post-article .post-content > h4 b,
.post-article .post-content > h4 strong,
.post-article .post-content .secondary-title b,
.post-article .post-content .secondary-title strong {
  font-weight: inherit;
}
.post-article .post-content amp-img {
  border-radius: 6px;
}
.post-article .post-content .newsletter-block {
  margin: 48px 0;
}
.post-article .disqus-column {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .post-article .post-content-column {
    width: calc(100% - 260px);
  }
  .post-article .post-content-column .blog-categories-mobile {
    display: none;
  }
  .post-article .disqus-column {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1144px) {
  .post-article .post-content-column {
    padding-right: 43px;
    width: calc(100% - 260px);
  }
}

.categories-list {
  list-style: none;
  margin: 0;
}
.categories-list li {
  display: block;
  margin: 0;
  padding: 0;
}
.categories-list li + li {
  margin-top: 8px;
}
.categories-list li:before {
  display: none;
}
.categories-list li.current {
  box-shadow: inset 0 0 0 1px rgba(90, 90, 90, 0.3);
  border-radius: 3px;
}
.categories-list li a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 1px;
  box-shadow: inset 0 0 0 1px currentColor;
  border-radius: 3px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  transition: 0.15s;
  padding: 10px 16px;
  white-space: nowrap;
}
.categories-list li.current a,
.categories-list li a:hover {
  color: #007bb3;
  box-shadow: inset 0 0 0 2px currentColor;
}
.categories-list .category-description {
  padding: 0.5em 0.6666666667em;
  text-align: center;
  font-size: 0.75rem;
}
.categories-list .category-description p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.blog-categories-mobile {
  display: block;
  margin-bottom: 60px;
}
.blog-categories-mobile > .container {
  overflow-x: auto;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.blog-categories-mobile > .container::-webkit-scrollbar {
  display: none;
}
.blog-categories-mobile .categories-list {
  display: flex;
  margin: -6px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.blog-categories-mobile .categories-list li {
  margin: 6px;
}
.blog-categories-mobile .categories-list li a {
  padding: 6px 12px;
}
.blog-categories-mobile .categories-list .category-description {
  display: none;
}
@media only screen and (min-width: 1144px) {
  .blog-categories-mobile {
    display: none;
  }
}

.post-author {
  margin-top: 40px;
}
.post-author .post-author-title {
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 0;
}
.post-author .post-author-inner {
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
}
.post-author .post-author-photo-link amp-img,
.post-author .post-author-photo-link img {
  border-radius: 50%;
  display: block;
  height: 57px;
  width: 57px;
  overflow: hidden;
}
.post-author .post-author-right {
  font-size: 0.8125rem;
  flex: 1;
  line-height: 1em;
  padding-left: 10px;
}
.post-author .post-author-name {
  font-size: inherit;
  font-style: normal;
  font-weight: bold;
  line-height: inherit;
  margin-bottom: 0.25em;
  margin-top: 0;
}
.post-author .post-author-name a {
  color: inherit;
  text-decoration: none;
  transition: color 110ms ease;
}
.post-author .post-author-name a:hover {
  color: #393939;
}
.post-author .post-author-bio {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 6px;
  margin-top: 0;
}
.post-author .post-author-socials {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.post-author .post-author-socials li {
  margin: 0 6px 0 0;
  padding: 0;
}
.post-author .post-author-socials li:before {
  display: none;
}
.post-author .post-author-socials li a {
  color: inherit;
  transition: color 110ms ease;
}
.post-author .post-author-socials li a svg {
  display: block;
  height: 20px;
  width: 20px;
}
.post-author .post-author-socials li a svg path {
  fill: currentColor;
}
.post-author .post-author-socials li a:hover {
  color: #5a5a5a;
}
@media only screen and (min-width: 768px) {
  .post-author .post-author-photo-link amp-img,
  .post-author .post-author-photo-link img {
    height: 74px;
    width: 74px;
  }
  .post-author .post-author-right {
    font-size: 0.875rem;
    padding-left: 16px;
  }
}

.author-profile {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 72px;
  margin-bottom: 72px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.author-profile img {
  border-radius: 50%;
  display: block;
  height: 120px;
  width: 120px;
  object-fit: cover;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .author-profile img {
    height: 160px;
    width: 160px;
  }
}

.author-profile-content h1 {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 6px;
}

.author-profile-socials {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.author-profile-socials li {
  margin: 0 6px 0 0;
  padding: 0;
}
.author-profile-socials li:before {
  display: none;
}
.author-profile-socials li a {
  color: inherit;
  transition: color 110ms ease;
}
.author-profile-socials li a svg {
  display: block;
  height: 20px;
  width: 20px;
}
.author-profile-socials li a svg path {
  fill: currentColor;
}
.author-profile-socials li a:hover {
  color: #5a5a5a;
}

.author-profile-bio {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #5a5a5a;
}

.floating-box-wrapper {
  position: sticky;
  top: 50px;
  margin-top: 64px;
}
.admin-bar .floating-box-wrapper {
  top: 82px;
}
@media screen and (max-width: 782px) {
  .admin-bar .floating-box-wrapper {
    top: 96px;
  }
}
@media only screen and (min-width: 1144px) {
  .floating-box-wrapper {
    top: 68px;
  }
  .admin-bar .floating-box-wrapper {
    top: 100px;
  }
}
@media only screen and (min-width: 1144px) and (max-width: 782px) {
  .admin-bar .floating-box-wrapper {
    top: 114px;
  }
}

.floating-box {
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px #007bb3;
  overflow: hidden;
}
.floating-box a:not(.btn-big) {
  color: #022b3a;
}
.floating-box .floating-box-contact {
  position: relative;
  z-index: -1;
  display: flex;
  align-items: center;
}
.floating-box .floating-box-contact img {
  flex-shrink: 0;
}
.floating-box .floating-box-contact-text {
  margin-left: 5px;
  padding: 5px;
  font-size: 0.9375rem;
  line-height: 1.15;
}
.floating-box .floating-box-contact-name {
  font-weight: 500;
}
.floating-box .floating-box-content {
  padding: 30px;
  background: #007bb3;
  color: #ffffff;
}
.floating-box .floating-box-text {
  text-align: center;
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 1.125rem;
}
.floating-box .floating-box-button {
  margin: 30px auto 0;
  width: 133px;
  height: 38px;
}

.btn {
  background-color: #d04420;
  border: 2px solid #d04420;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 0.7857em 1.7143em;
  transition: color 0.2s ease-in, border 0.2s ease-in, background-color 0.2s ease-in;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.btn:hover {
  background-color: #ffffff;
  border-color: #d04420;
  color: #d04420;
}
.btn.white:not(.outlined) {
  background-color: #d04420;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 1rem !important;
  padding: 1em 2em;
  min-width: 214px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .btn.white:not(.outlined):hover {
    background-color: #ffffff;
    color: #d04420;
    border-color: #d04420;
  }
}
.btn.text {
  background: none;
  border-color: transparent;
  color: #d04420;
}
.btn.text:hover {
  background: none;
  border-color: transparent;
}
.btn.text.white {
  color: #ffffff;
}
.btn.outlined {
  background-color: transparent;
  border-color: #393939;
  color: #393939;
}
.btn.outlined:hover {
  border-color: #007bb3;
  color: #007bb3;
}
.btn.outlined.white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.outlined.white:hover {
  border-color: #007bb3;
  color: #007bb3;
}

.btn-big {
  box-sizing: border-box;
  height: 64px;
  width: 210px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 3px;
  border: 0;
  box-shadow: inset 0 0 0 1px currentColor;
  color: #ffffff;
  text-decoration: none;
  background-color: #d04420;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.btn-big:not(.outlined):hover {
  background-color: #ffffff;
  color: #d04420;
}
.btn-big.outlined {
  background-color: transparent;
  color: #d04420;
}
.btn-big.outlined:hover {
  box-shadow: inset 0 0 0 1px currentColor, 0 0 0 1px currentColor;
}
.btn-big.outlined.white {
  color: #ffffff;
}

.shortcode-quote {
  font-family: "Muli", sans-serif;
  margin: 0.5em 0;
}
.shortcode-quote blockquote {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.25;
  margin: 0 0 0.667em;
}
.shortcode-quote blockquote:before {
  content: "„";
}
.shortcode-quote blockquote:after {
  content: "”";
}
.shortcode-quote figcaption {
  font-size: 0.9375em;
  font-weight: 300;
  line-height: 1.2667em;
  margin: 0;
}

.plus-link.plus-link {
  display: inline-block;
  margin-top: 18px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
}
.plus-link.plus-link svg {
  color: #007bb3;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: top;
}
.plus-link.plus-link svg path {
  fill: currentColor;
}

.show-more-wrap .show-more-content {
  display: none;
}
.show-more-wrap .show-more-btn .less {
  display: none;
}
.show-more-wrap.show-more .show-more-content {
  display: block;
}
.show-more-wrap.show-more .show-more-btn .more {
  display: none;
}
.show-more-wrap.show-more .show-more-btn .less {
  display: inline;
}

.logos {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 38px !important;
}
.logos > amp-img,
.logos > img {
  margin-top: 8%;
  margin-bottom: 19%;
  max-width: 68%;
}
.logos > amp-img:last-child,
.logos > img:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 414px) {
  .logos > amp-img,
  .logos > img {
    margin-top: 16px;
    margin-bottom: 54px;
  }
}
@media only screen and (min-width: 768px) {
  .logos {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 68px !important;
  }
  .logos > amp-img,
  .logos > img {
    margin: 0 60px 0;
    max-width: none;
    flex-grow: 1;
    flex-basis: 0;
  }
}
@media only screen and (min-width: 1144px) {
  .logos > amp-img,
  .logos > img {
    margin: 0 70px 0;
  }
}

.link-with-title-wrap {
  margin: 0 auto;
  max-width: 350px;
}
.link-with-title-wrap .link-with-title-title {
  margin-top: 0;
}
.link-with-title-wrap a {
  align-items: center;
  color: #007bb3;
  display: inline-flex;
  flex-direction: row;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}
.link-with-title-wrap a span {
  display: block;
  flex: 1;
  margin-left: 1.75rem;
  padding: 0 0.5rem;
}

.common-block {
  text-align: center;
  padding-top: 102px;
  padding-bottom: 102px;
}
.common-block .wave {
  margin-bottom: 48px;
}
.common-block .block-title {
  margin-bottom: 72px;
}
.common-block .block-lead {
  margin-top: -24px;
  margin-bottom: 72px;
}
.common-block .block-description {
  margin-top: -24px;
  margin-bottom: 72px;
}
.common-block .common-content > :first-child {
  margin-top: 0;
}
.common-block .common-content > :last-child {
  margin-bottom: 0;
}

.bottom-block {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
}
.bottom-block .bottom-block-title,
.bottom-block .bottom-block-content,
.bottom-block .wave {
  color: inherit;
}
.bottom-block .wave path {
  fill: currentColor;
}

.clients-block {
  text-align: left;
}
.clients-block .clients-filters {
  display: none;
}
@media only screen and (min-width: 768px) {
  .clients-block .clients-filters {
    display: block;
    margin-bottom: 102px;
  }
}
.clients-block .clients-filters .filters-taxonomy {
  margin-bottom: 28px;
}
.clients-block .clients-filters .filters-taxonomy .title {
  display: block;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.clients-block .clients-filters .filters-taxonomy ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.clients-block .clients-filters .filters-taxonomy ul li {
  margin-bottom: 12px;
  margin-right: 24px;
  padding: 0;
}
.clients-block .clients-filters .filters-taxonomy ul li:before {
  display: none;
}
.clients-block .clients-filters.job-offers-filters {
  display: block;
  margin-top: 32px;
  margin-bottom: 52px;
}
.clients-block .clients-filters.job-offers-filters .filters-taxonomy {
  margin-bottom: 0;
}
.clients-block .clients-filters.job-offers-filters .filters-taxonomy ul {
  justify-content: center;
}
.clients-block .clients-filters.job-offers-filters .filters-taxonomy ul li {
  margin-left: 9px;
  margin-right: 9px;
}
@media only screen and (min-width: 768px) {
  .clients-block .clients-filters.job-offers-filters {
    margin-bottom: 88px;
    margin-top: 70px;
  }
  .clients-block .clients-filters.job-offers-filters .filters-taxonomy ul li {
    margin-left: 20px;
    margin-right: 20px;
  }
  .clients-block .clients-filters.job-offers-filters .filters-taxonomy ul li .taxonomy-filter-button {
    min-width: 160px;
  }
}
.clients-block .taxonomy-filter-button {
  background: none;
  border: 1px solid #5a5a5a;
  border-radius: 20px;
  color: #393939;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
  outline: none;
  padding: 11px 32px;
  transition: box-shadow 150ms, border-color 150ms, color 150ms, background-color 150ms;
}
.clients-block .taxonomy-filter-button.active {
  box-shadow: inset 0 0 1px 1px #007bb3;
  border-color: #007bb3;
  color: #007bb3;
}

.job-offers .job-offer-item {
  margin: 0 auto;
}
.job-offers .job-offer-item:first-child {
  padding-top: 0;
}
.job-offers .job-offer-item:nth-last-child(2) {
  padding-bottom: 0;
}
.job-offers .divider-block:last-child {
  display: none;
}

.icon-heading {
  align-items: center;
  display: flex;
  font-family: "Roboto", sans-serif !important;
  font-size: 2rem !important;
  font-weight: bold;
  flex-wrap: wrap;
  letter-spacing: 0.0625em;
  line-height: 1em !important;
  margin: 24px 0 36px !important;
  text-transform: uppercase;
}
.icon-heading img {
  margin-right: 12px;
}
@media only screen and (min-width: 768px) {
  .icon-heading {
    margin: 40px 0 72px !important;
  }
  .icon-heading.icon-heading-shortcode {
    margin: 24px 0 24px !important;
  }
}

.wp-block-image {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .wp-block-image {
    margin-bottom: 66px;
    margin-top: 66px;
  }
}

.case-study-block .wave,
.case-study-block .block-title {
  color: #007bb3;
}
.case-study-block .case-study-item {
  text-align: left;
  padding-bottom: 0;
}

.wp-block-quote {
  border: 0 !important;
  box-sizing: border-box;
  font-family: "Muli", sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
.wp-block-quote:before, .wp-block-quote:after {
  color: #007bb3;
  font-size: 140px;
  font-weight: 900;
  display: block;
  height: 70px;
  line-height: 0;
  position: absolute;
  width: 70px;
}
.wp-block-quote:before {
  content: "„";
  left: 0;
  top: 10px;
  transform: rotate(180deg);
}
.wp-block-quote:after {
  bottom: 10px;
  content: "„";
  right: 0;
}
.wp-block-quote p {
  margin: 0 0 18px;
}
.wp-block-quote p .quote-tweet-link {
  display: block;
  margin-top: 0.32em;
  width: 116px;
}
.wp-block-quote.has-text-align-center p .quote-tweet-link {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-quote cite {
  font-style: normal;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.wp-block-quote.wp-block-quote-tweet:before, .wp-block-quote.wp-block-quote-tweet:after {
  color: #c5c5c5;
}
.wp-block-quote.wp-block-quote-tweet p {
  margin-bottom: 10px;
}
.wp-block-quote.wp-block-quote-image {
  margin: 48px 0;
  padding: 66px 0;
}
.wp-block-quote.wp-block-quote-image:before, .wp-block-quote.wp-block-quote-image:after {
  font-size: 190px;
  width: 0.5em;
  height: auto;
  line-height: normal;
}
.wp-block-quote.wp-block-quote-image:before {
  left: -8px;
  top: -17px;
}
.wp-block-quote.wp-block-quote-image:after {
  right: -8px;
  bottom: -17px;
}
.wp-block-quote.wp-block-quote-image p {
  margin: 36px 0 24px;
}
.wp-block-quote.wp-block-quote-image cite {
  margin: 24px 0 60px;
  display: flex;
  align-items: center;
}
.wp-block-quote.wp-block-quote-image cite img {
  max-width: 70px;
  max-height: 70px;
  flex-shrink: 0;
  border-radius: 35px;
  overflow: hidden;
}
.wp-block-quote.wp-block-quote-image cite .name-wrap {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .wp-block-quote {
    margin-bottom: 104px;
    margin-top: 114px;
    max-width: 804px;
    padding: 20px 132px;
  }
  .wp-block-quote:before {
    left: 15px;
    top: 10px;
    transform: rotate(180deg);
  }
  .wp-block-quote:after {
    bottom: 10px;
    right: 15px;
  }
  .wp-block-quote p {
    margin: 0 0 26px;
  }
  .wp-block-quote.wp-block-quote-tweet p {
    margin-bottom: 16px;
  }
  .wp-block-quote.wp-block-quote-image {
    margin: 102px auto;
    padding: 25px 109px 0;
    width: 50%;
    box-sizing: content-box;
  }
  .wp-block-quote.wp-block-quote-image:before, .wp-block-quote.wp-block-quote-image:after {
    width: 0.5em;
    height: auto;
  }
  .wp-block-quote.wp-block-quote-image:before {
    left: -6px;
    top: -13px;
  }
  .wp-block-quote.wp-block-quote-image:after {
    right: -6px;
    bottom: -13px;
  }
  .wp-block-quote.wp-block-quote-image .subname {
    margin-top: 6px;
  }
  .wp-block-quote.wp-block-quote-image p {
    margin: 0;
  }
  .wp-block-quote.wp-block-quote-image cite {
    margin: 24px 0 0;
  }
  .wp-block-quote.wp-block-quote-image cite img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 40px;
  }
}

.selected-testimonials-block .selected-testimonial-title {
  box-sizing: border-box;
  color: inherit;
  margin-left: auto;
  margin-right: auto;
  max-width: 1144px;
}
.selected-testimonials-block .selected-testimonial {
  margin: 0 0 48px;
  padding-left: 40px;
  padding-right: 40px;
}
.selected-testimonials-block .selected-testimonial .selected-testimonial-blockquote {
  align-items: center;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
}
.selected-testimonials-block .selected-testimonial .selected-testimonial-blockquote > amp-img,
.selected-testimonials-block .selected-testimonial .selected-testimonial-blockquote > img {
  display: block;
  height: 80px;
  margin-bottom: 16px;
  width: 80px;
}
.selected-testimonials-block .selected-testimonial .selected-testimonial-blockquote cite {
  font-style: normal;
  display: block;
  margin-bottom: 24px;
}
.selected-testimonials-block .selected-testimonial .selected-testimonial-blockquote cite span {
  display: block;
}
.selected-testimonials-block .selected-testimonial .selected-testimonial-blockquote p.testimonial {
  margin: 0;
  max-width: 600px;
}
.selected-testimonials-block .selected-testimonial .plus-link {
  margin-top: 24px;
}
.selected-testimonials-block .selected-testimonial:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .selected-testimonials-block .selected-testimonial {
    margin-bottom: 0;
  }
  .selected-testimonials-block .selected-testimonial .selected-testimonial-blockquote > amp-img,
  .selected-testimonials-block .selected-testimonial .selected-testimonial-blockquote > img {
    margin-bottom: 16px;
  }
  .selected-testimonials-block .selected-testimonial .selected-testimonial-blockquote cite {
    margin-bottom: 12px;
  }
  .selected-testimonials-block .selected-testimonial .plus-link {
    margin-top: 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .selected-testimonials-block .selected-testimonial {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.image-with-numbers-block {
  padding-bottom: 0;
  position: relative;
}
.image-with-numbers-block .content-row > amp-img,
.image-with-numbers-block .content-row > img {
  display: none;
  position: absolute;
  right: 42%;
  width: 58%;
  max-height: 450px;
  z-index: 3;
}
.image-with-numbers-block .content-row.align-image-left {
  justify-content: flex-end;
}
.image-with-numbers-block .content-row.align-image-right > amp-img,
.image-with-numbers-block .content-row.align-image-right > img {
  left: 42%;
  right: auto;
}
.image-with-numbers-block .content-row .content-column {
  margin-bottom: 60px;
  position: relative;
  z-index: 3;
}
.image-with-numbers-block .content-row .content-column .image-with-numbers-block-title {
  margin-bottom: 0;
  margin-top: 0 !important;
}
.image-with-numbers-block .content-row .content-column p:first-of-type {
  margin-top: 24px;
}
.image-with-numbers-block .content-row .content-column p.lead {
  margin-bottom: 24px;
  margin-top: 0 !important;
}
.image-with-numbers-block .numbers-block.alignfull {
  margin: 0 !important;
  position: relative;
  width: 100%;
}
.image-with-numbers-block .numbers-block.alignfull .number-block-triangle {
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: -30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .image-with-numbers-block {
    padding-top: 138px;
  }
  .image-with-numbers-block .numbers-block.alignfull .number-block-triangle {
    height: 72px;
    top: -72px;
  }
  .image-with-numbers-block .content-row > amp-img,
  .image-with-numbers-block .content-row > img {
    display: block;
  }
  .image-with-numbers-block .content-row .content-column {
    margin-bottom: 60px;
    min-height: 31vw;
  }
  .image-with-numbers-block .content-row .content-column p:first-of-type {
    margin-top: 32px;
  }
  .image-with-numbers-block .content-row .content-column p.lead {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .team-block .container {
    width: 640px;
    box-sizing: content-box;
  }
}
@media only screen and (min-width: 1144px) {
  .team-block .container {
    width: 800px;
  }
}
@media only screen and (min-width: 1440px) {
  .team-block .container {
    width: 892px;
  }
}
.team-block .team-members {
  margin-top: 72px;
}
.team-block .summary-container {
  margin: 72px auto 0;
  padding-top: 30px;
  max-width: 800px;
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 1.5rem;
}
.team-block .summary-container br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .team-block .summary-container {
    font-family: "Muli", sans-serif;
    line-height: 1.25;
    font-weight: 900;
    font-size: 1.25rem;
  }
  .team-block .summary-container br {
    display: initial;
  }
}
@media only screen and (min-width: 1144px) {
  .team-block .summary-container {
    font-family: "Muli", sans-serif;
    line-height: 1.25;
    font-weight: 900;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1440px) {
  .team-block .summary-container br {
    display: none;
  }
}

.contact-block .contact-form {
  max-width: 440px;
  margin: -24px auto 0;
}
.contact-block .contact-form .contact-block-hidden-label {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}
.contact-block .contact-form input:not([type=submit]),
.contact-block .contact-form select,
.contact-block .contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 6px;
  background-color: transparent;
  outline: none;
  color: inherit;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.contact-block .contact-form input:not([type=submit])::placeholder,
.contact-block .contact-form select::placeholder,
.contact-block .contact-form textarea::placeholder {
  color: inherit;
}
.contact-block .contact-form select {
  border-radius: 0;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 20px;
}
.contact-block .contact-form textarea {
  resize: vertical;
}
.contact-block .contact-form .contact-form-span {
  margin-bottom: 36px;
  font-size: 0.75em;
}
.contact-block .contact-form label + input:not([type=submit]),
.contact-block .contact-form label + select,
.contact-block .contact-form label + textarea {
  margin-top: 30px;
}
.contact-block .contact-form input[type=submit] {
  margin: 48px auto 0;
}
.contact-block .submit-msg {
  width: 100%;
  margin-top: 40px;
  padding: 23px 0;
  display: none;
}
.contact-block .submit-msg div {
  display: flex;
  justify-content: center;
}
.contact-block .submit-msg div svg {
  margin-right: 15px;
  min-width: 26px;
}
.contact-block .amp-form-submit-success .submit-success {
  display: block;
}
.contact-block .amp-form-submit-error .submit-error {
  display: block;
}
.contact-block .contact-extended-description {
  margin-top: -72px;
  padding-top: 36px;
  margin-bottom: 72px;
}
.contact-block .contact-extended-description .description-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -16px;
}
.contact-block .contact-extended-description .list-item {
  margin: 16px;
  width: 254px;
  height: 88px;
  display: flex;
  align-items: center;
  text-align: left;
}
.contact-block .contact-extended-description .list-item svg {
  margin-right: 24px;
  flex-shrink: 0;
}
.contact-block .contact-extended-description .list-item p {
  margin: 0;
}
.contact-block .contact-extended-description .title {
  margin: 72px 0 0;
}
@media only screen and (min-width: 1144px) {
  .contact-block .contact-extended-description .description-list {
    margin: -4px;
  }
  .contact-block .contact-extended-description .list-item {
    margin: 4px;
  }
}
@media only screen and (min-width: 1440px) {
  .contact-block .contact-extended-description .description-list {
    margin: -16px;
  }
  .contact-block .contact-extended-description .list-item {
    margin: 16px;
  }
}
.contact-block .contact-block-person {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -24px auto 72px;
}
.contact-block .contact-block-person-image {
  border-radius: 50%;
}
.contact-block .contact-block-person-text {
  margin-left: 16px;
  text-align: left;
}

.contact-form-block {
  padding-top: 0;
}
.contact-form-block h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 72px;
}
.contact-form-block .contact-form-person {
  display: flex;
  align-items: center;
  margin: 0 auto 48px;
}
.contact-form-block .contact-form-person-image {
  border-radius: 50%;
}
.contact-form-block .contact-form-person-text {
  margin-left: 16px;
  text-align: left;
}
.contact-form-block .filters {
  text-align: center;
  margin-bottom: 102px;
}
.contact-form-block .filters .button-rectangle {
  width: 132px;
  height: 132px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: solid 1px #393939;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 5px;
  transition: box-shadow 150ms, border-color 150ms, color 150ms, background-color 150ms;
  background: none;
}
.contact-form-block .filters .button-rectangle.active {
  box-shadow: inset 0 0 1px 1px #007bb3;
  border-color: #007bb3;
  color: #007bb3;
}
.contact-form-block .filters .button-rectangle svg {
  transition: transform 150ms;
}
.contact-form-block .filters .button-rectangle:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  .contact-form-block .filters .button-rectangle {
    width: 148px;
    height: 148px;
  }
  .contact-form-block .filters .button-rectangle:hover svg {
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 1144px) {
  .contact-form-block .filters .button-rectangle {
    width: 168px;
    height: 168px;
  }
}
.contact-form-block .filters ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: -9px;
  padding: 0;
}
.contact-form-block .filters ul li {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 9px;
}
.contact-form-block .filters ul li:before {
  display: none;
}
.contact-form-block .filters ul li:nth-of-type(odd) {
  justify-content: flex-end;
}
.contact-form-block .filters ul li:nth-of-type(odd):last-child {
  justify-content: center;
}
.contact-form-block .filters ul li:nth-of-type(even) {
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .contact-form-block .filters ul {
    margin: -7.5px;
  }
  .contact-form-block .filters ul li {
    padding: 7.5px;
  }
}
@media only screen and (min-width: 1144px) {
  .contact-form-block .filters ul {
    margin: -16px;
  }
  .contact-form-block .filters ul li {
    padding: 16px;
  }
}
.contact-form-block .contact-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.contact-form-block .contact-wrapper .contact-form {
  display: flex;
  flex-flow: column;
  align-items: start;
  max-width: 440px;
}
.contact-form-block .contact-wrapper .contact-form .contact-form-hidden-label {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}
.contact-form-block .contact-wrapper .contact-form .contact-form-span {
  margin-bottom: 36px;
}
.contact-form-block .contact-wrapper .contact-form input:not([type=submit]),
.contact-form-block .contact-wrapper .contact-form select,
.contact-form-block .contact-wrapper .contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #5a5a5a;
  padding-bottom: 6px;
  background-color: transparent;
  outline: none;
  color: #393939;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  margin-bottom: 48px;
}
.contact-form-block .contact-wrapper .contact-form input:not([type=submit]):focus,
.contact-form-block .contact-wrapper .contact-form select:focus,
.contact-form-block .contact-wrapper .contact-form textarea:focus {
  border-bottom-color: #007bb3;
  box-shadow: inset 0 -5px 0 -4px #007bb3;
}
.contact-form-block .contact-wrapper .contact-form select {
  border-radius: 0;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235a5a5a' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 20px;
}
.contact-form-block .contact-wrapper .contact-form textarea {
  resize: vertical;
  font-family: inherit;
  font-size: inherit;
}
.contact-form-block .contact-wrapper .contact-form input[type=submit] {
  margin: 48px auto 0;
}
.contact-form-block .contact-wrapper .contact-form span {
  font-size: 0.75em;
}
.contact-form-block .contact-wrapper .contact-form span a {
  color: inherit;
}
.contact-form-block .contact-wrapper .contact-form span a:hover {
  color: #007bb3;
}
.contact-form-block .contact-wrapper .submit-msg {
  width: 100%;
  padding: 23px 16px;
  margin-top: 40px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  display: none;
}
.contact-form-block .contact-wrapper .submit-msg.submit-success {
  background-color: #53d590;
}
.contact-form-block .contact-wrapper .submit-msg.submit-error {
  background-color: #ea7373;
}
.contact-form-block .contact-wrapper .submit-msg div {
  display: flex;
  justify-content: center;
}
.contact-form-block .contact-wrapper .submit-msg div svg {
  margin-right: 15px;
  min-width: 26px;
}
.contact-form-block .contact-wrapper .amp-form-submit-success .submit-success {
  display: block;
}
.contact-form-block .contact-wrapper .amp-form-submit-error .submit-error {
  display: block;
}

.gtm_form_input_with_span {
  margin-bottom: 6px !important;
}

.grid-block {
  background-color: #e8e8e8;
  color: #393939;
}
.grid-block a {
  color: #007bb3;
}
.grid-block .grid-block-top {
  margin-bottom: 38px;
}
.grid-block .grid-block-top .grid-block-title {
  color: inherit;
  margin-bottom: 0;
  margin-top: 0;
}
.grid-block .grid-block-top .grid-block-desc {
  color: inherit;
  margin-top: 14px;
}
.grid-block .grid-block-top .grid-block-desc > *:last-child {
  margin-bottom: 0;
}
.grid-block .grid-block-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -16px;
  width: 100%;
}
.grid-block .grid-block-grid .grid-block-grid-item {
  background: #e8e8e8;
  border-radius: 6px;
  box-shadow: 5px 5px 9px #d7d7d7, -5px -5px 9px #f2f2f2;
  margin: 0 8px 16px;
  transition: box-shadow 0.25s ease;
}
.grid-block .grid-block-grid .grid-block-grid-item .grid-block-grid-item-inner {
  box-sizing: border-box;
  color: inherit;
  display: block;
  position: relative;
  text-decoration: none;
  transition: background 0.25s ease;
  width: 100%;
}
.grid-block .grid-block-grid .grid-block-grid-item .grid-block-item-icon-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.grid-block .grid-block-grid .grid-block-grid-item .grid-block-item-icon-wrapper svg {
  display: block;
  height: 100%;
  max-height: 77.34%;
  max-width: 100%;
  width: 100%;
  transition: transform 0.25s ease;
}
.grid-block .grid-block-grid .grid-block-grid-item .grid-block-grid-item-title-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.grid-block .grid-block-grid .grid-block-grid-item .grid-block-grid-item-title {
  display: block;
  margin: 0;
  font-family: "Muli", sans-serif;
  font-weight: 900;
  line-height: 1.1819em;
}
.grid-block .grid-block-grid .grid-block-grid-item.has-link {
  position: relative;
}
.grid-block .grid-block-grid .grid-block-grid-item.has-link:before {
  border-radius: 6px;
  background: linear-gradient(145deg, #d1d1d1, #f8f8f8);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.25s ease;
  width: 100%;
}
.grid-block .grid-block-grid .grid-block-grid-item.has-link:hover {
  box-shadow: 5px 5px 9px #bcbcbc, -5px -5px 9px #ffffff;
}
.grid-block .grid-block-grid .grid-block-grid-item.has-link:hover:before {
  opacity: 1;
}
.grid-block .grid-block-grid .grid-block-grid-item.has-link:hover .grid-block-item-icon-wrapper svg {
  transform: scale(1.3);
}
@media only screen and (min-width: 768px) {
  .grid-block .grid-block-top {
    margin-bottom: 38px;
  }
  .grid-block .grid-block-top .grid-block-desc {
    margin-top: 18px;
  }
  .grid-block .grid-block-grid {
    margin-bottom: -20px;
  }
  .grid-block .grid-block-grid .grid-block-grid-item {
    box-shadow: 9px 9px 18px #d7d7d7, -9px -9px 18px #f2f2f2;
    margin: 0 10px 20px;
  }
  .grid-block .grid-block-grid .grid-block-grid-item.has-link:hover {
    box-shadow: 9px 9px 18px #bcbcbc, -9px -9px 18px #ffffff;
  }
}
@media only screen and (min-width: 1144px) {
  .grid-block .grid-block-top {
    margin-bottom: 68px;
  }
  .grid-block .grid-block-top .grid-block-desc {
    margin-top: 24px;
  }
}

.grid-block.icons-grid-block-v2 {
  background-color: #f4f4f4;
}
.grid-block.icons-grid-block-v2 .grid-block-grid .grid-block-grid-item {
  background-color: #f4f4f4;
  max-width: 144px;
  width: calc(50% - 16px);
}
.grid-block.icons-grid-block-v2 .grid-block-grid .grid-block-grid-item.has-link:before {
  background: linear-gradient(145deg, #dfdfdf, #f8f8f8);
}
.grid-block.icons-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-grid-item-inner {
  padding: 23px 14px 19px;
}
.grid-block.icons-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-item-icon-wrapper {
  margin-bottom: 18px;
  height: 54px;
}
.grid-block.icons-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-grid-item-title-wrapper {
  min-height: 2.125rem;
}
.grid-block.icons-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-grid-item-title {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .grid-block.icons-grid-block-v2 .grid-block-grid .grid-block-grid-item {
    max-width: 200px;
  }
  .grid-block.icons-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-grid-item-inner {
    padding: 32px 20px 26px;
  }
  .grid-block.icons-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-item-icon-wrapper {
    margin-bottom: 24px;
    height: 75px;
  }
  .grid-block.icons-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-grid-item-title-wrapper {
    min-height: 2.625rem;
  }
}
@media only screen and (min-width: 1144px) {
  .grid-block.icons-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-grid-item-title-wrapper {
    min-height: 2.875rem;
  }
}

.services-grid-block-v2 .grid-block-grid {
  margin-bottom: -30px;
}
.services-grid-block-v2 .grid-block-grid .grid-block-grid-item {
  display: flex;
  margin-bottom: 30px;
  max-width: 255px;
  width: calc(100% - 16px);
}
.services-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-grid-item-inner {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  padding: 30px 24px;
  overflow: hidden;
}
.services-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-item-icon-wrapper {
  margin-bottom: 24px;
  height: 82px;
}
.services-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-grid-item-description-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-top: 24px;
}
.services-grid-block-v2 .grid-block-grid .grid-block-grid-item .plus-link {
  display: none;
  margin-top: auto;
}
.services-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-grid-item-plus-wrapper {
  bottom: 0;
  display: block;
  padding: 6px;
  position: absolute;
  right: 0;
}
.services-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-grid-item-plus-wrapper .background {
  background: #007bb3;
  height: 100px;
  width: 40px;
  transform: rotate(45deg) translateX(-96%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: 0 50%;
  pointer-events: none;
}
.services-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-grid-item-plus-wrapper svg {
  display: block;
  position: relative;
}
.services-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-grid-item-plus-wrapper svg path {
  fill: #ffffff;
}
@media only screen and (min-width: 768px) {
  .services-grid-block-v2 .grid-block-grid .grid-block-grid-item {
    margin: 0 14px 30px;
  }
  .services-grid-block-v2 .grid-block-grid .grid-block-grid-item .plus-link {
    display: block;
    margin-top: 1.125rem;
  }
  .services-grid-block-v2 .grid-block-grid .grid-block-grid-item .grid-block-grid-item-plus-wrapper {
    display: none;
  }
}

.numbers-block-v2 {
  background: #007bb3;
  color: #ffffff;
  overflow: hidden;
}
.numbers-block-v2 a {
  color: #022b3a;
}
.numbers-block-v2 .numbers-v2 {
  margin: -36px;
}
.numbers-block-v2 .number-block-v2-element {
  margin: 36px;
  position: relative;
  width: 280px;
  border-radius: 50%;
  box-shadow: 4px 18px 24px 4px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.7);
  background: conic-gradient(rgba(255, 255, 255, 0), white);
}
.numbers-block-v2 .number-block-v2-element-inner {
  padding-bottom: 100%;
}
.numbers-block-v2 .number-block-v2-element-content {
  margin: 0;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  background: #007bb3;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.numbers-block-v2 .number-block-v2-element-content .number {
  font-size: 5.375rem;
  font-weight: 900;
  line-height: 1;
}
.numbers-block-v2 .number-block-v2-element-content .desc {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.75rem;
}
@media only screen and (min-width: 768px) {
  .numbers-block-v2 .numbers-v2 {
    margin: -24px;
  }
  .numbers-block-v2 .number-block-v2-element {
    margin: 24px;
  }
}
@media only screen and (min-width: 1144px) {
  .numbers-block-v2 .numbers-v2 {
    margin: -36px;
  }
  .numbers-block-v2 .number-block-v2-element {
    margin: 36px;
  }
}
.numbers-block-v2.navy {
  background-color: #022b3a;
}
.numbers-block-v2.navy a {
  color: rgb(102, 175.8, 209.4);
}
.numbers-block-v2.navy .number-block-v2-element {
  background-color: rgba(72, 176, 177, 0.7);
  background: conic-gradient(#022b3a, #48b0b1);
}
.numbers-block-v2.navy .number-block-v2-element-content {
  background: #022b3a;
}

.icon-rows-block-v2 {
  background-color: #ffffff;
}
.icon-rows-block-v2 svg {
  vertical-align: bottom;
}
.icon-rows-block-v2 .icon-row > svg {
  width: 80px;
  height: 80px;
}
.icon-rows-block-v2 .icon-row-text {
  margin-top: 24px;
}
.icon-rows-block-v2 .icon-row-content {
  margin-top: 24px;
}
.icon-rows-block-v2 .icon-row-content > :first-child {
  margin-top: 0;
}
.icon-rows-block-v2 .icon-row-content > :last-child {
  margin-bottom: 0;
}
.icon-rows-block-v2 .arrow-down {
  margin: 24px 0;
  padding: 23px 0 22px;
  text-align: center;
}
.icon-rows-block-v2 .arrow-down:last-child {
  display: none;
}
@media only screen and (min-width: 768px) {
  .icon-rows-block-v2 .icon-rows {
    text-align: left;
  }
  .icon-rows-block-v2 .icon-row {
    display: flex;
  }
  .icon-rows-block-v2 .icon-row > svg {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
  }
  .icon-rows-block-v2 .icon-row-text {
    margin-top: 0;
    margin-left: 36px;
  }
  .icon-rows-block-v2 .icon-row-content {
    margin-top: 12px;
  }
  .icon-rows-block-v2 .arrow-down {
    margin: 12px 0;
    padding: 5px 0 20px;
    width: 70px;
  }
}
@media only screen and (min-width: 1144px) {
  .icon-rows-block-v2 .icon-rows {
    max-width: 828px;
    margin: 0 auto;
  }
  .icon-rows-block-v2 .icon-row > svg {
    width: 80px;
    height: 80px;
  }
  .icon-rows-block-v2 .icon-row-content {
    margin-top: 18px;
  }
  .icon-rows-block-v2 .arrow-down {
    margin: 12px 0;
    padding: 5px 0 20px;
    width: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .icon-rows-block-v2 .icon-rows {
    max-width: 788px;
  }
}

.case-study-with-numbers-block {
  background-color: #022b3a;
  color: #ffffff;
}
.case-study-with-numbers-block a {
  color: rgb(102, 175.8, 209.4);
}
.case-study-with-numbers-block .top-column {
  margin-bottom: 38px;
}
.case-study-with-numbers-block .top-column .case-study-with-numbers-block-title {
  color: #48b0b1;
  margin: 0;
}
.case-study-with-numbers-block .top-column .lead {
  margin: 14px 0 0;
}
.case-study-with-numbers-block .image-column {
  margin-bottom: 47px;
}
.case-study-with-numbers-block .content-column {
  text-align: left;
}
.case-study-with-numbers-block .content-column > *:first-child {
  margin-top: 0;
}
.case-study-with-numbers-block .content-column > *:last-child {
  margin-bottom: 0;
}
.case-study-with-numbers-block .numbers-block-v2.alignfull {
  margin-top: 72px;
}
.case-study-with-numbers-block .numbers-block-v2.alignfull {
  margin-top: 18px;
  margin-bottom: -54px;
  padding: 54px 0;
}
@media only screen and (min-width: 768px) {
  .case-study-with-numbers-block .top-column {
    margin-bottom: 38px;
  }
  .case-study-with-numbers-block .top-column .lead {
    margin-top: 18px;
  }
  .case-study-with-numbers-block .image-column {
    margin-bottom: 0;
  }
  .case-study-with-numbers-block .numbers-block-v2.alignfull {
    margin-top: 48px;
    margin-bottom: -54px;
    padding: 54px 0;
  }
  .case-study-with-numbers-block .content-row {
    align-items: normal;
  }
  .case-study-with-numbers-block .content-row .image-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .case-study-with-numbers-block .content-row.align-image-right .image-column {
    order: 1;
  }
  .case-study-with-numbers-block .content-row.align-image-right .content-column {
    order: 0;
  }
}
@media only screen and (min-width: 1144px) {
  .case-study-with-numbers-block .top-column {
    margin-bottom: 68px;
  }
  .case-study-with-numbers-block .top-column .lead {
    margin-top: 24px;
  }
  .case-study-with-numbers-block .numbers-block-v2.alignfull {
    margin-top: 48px;
    margin-bottom: -44px;
    padding: 44px 0;
  }
}
@media only screen and (min-width: 1250px) {
  .case-study-with-numbers-block .image-column > amp-img,
  .case-study-with-numbers-block .image-column > img {
    max-width: none;
    width: 112%;
  }
  .case-study-with-numbers-block .content-row.align-image-left .image-column > amp-img,
  .case-study-with-numbers-block .content-row.align-image-left .image-column > img {
    margin-left: -11%;
  }
  .case-study-with-numbers-block .content-row.align-image-right .image-column > amp-img,
  .case-study-with-numbers-block .content-row.align-image-right .image-column > img {
    margin-right: -11%;
  }
}

.intro-block {
  color: #ffffff;
  background: #019ee3;
}
.intro-block .intro-block-top-row,
.intro-block .intro-block-bottom-row {
  margin-left: auto;
  margin-right: auto;
}
.intro-block .row .column {
  max-width: 978.33px;
}
.intro-block .intro-block-top {
  background: linear-gradient(90deg, #012536 0%, #015f88 100%);
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 22.3435%;
  padding-top: 68px;
  position: relative;
}
.intro-block .intro-block-top a {
  color: rgb(153, 202.2, 224.6);
}
.intro-block .intro-block-top .intro-block-noise-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.intro-block .intro-block-top .intro-block-noise {
  opacity: 0.7;
  background-repeat: repeat;
  background-size: 50px 50px;
  background-image: url(data:image/png;base64,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);
}
.intro-block .intro-block-top .intro-block-shadow {
  display: none;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0) 71%, rgba(1, 36, 55, 0.55) 100%);
  width: 151%;
  top: 32%;
  transform: translateY(-50%);
  height: 150%;
  left: -10%;
}
.intro-block .intro-block-top:after {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAACPCAYAAABqBGrfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RJREFUeNrs2DFPE2EAxvGenKE1aEyEkDDj4oQDcewHcHDxCzARBgY2+CYs1JHV0cHRxLi4iIsDQ7s5MKAxCMPpxg1Q6BNS2t7vl7D1SZP3ruSft6iqqgUAQHOUxbuBUwAAmG7FKB9+4LwAAJpFAAIACEAAAAQgAAACEAAAAQgAgAAEAEAAAgAgAAEAEIAAAAhAAAAEIAAAAhAAgOFKRwAAMDGeh7v9UT7sBhAAoGEEIACAAAQAQAACACAAAQAQgAAACEAAAAQgAAACEAAAAQgAgAAEAEAAAgAgAAEAGK50BAAA13oS7vbC3U64mx/lw24AAQAaRgACAAhAAAAEIAAAAhAAAAEIAIAABABAAAIAIAABABCAAAAIQAAABCAAAAIQAIDhSkcAAEyRTrjbCne74W5pkg/RDSAAQMMIQAAAAQgAgAAEAEAAAgAgAAEAEIAAAAhAAAAEIAAAAhAAAAEIAIAABABAAAIAMFz5/+/riJuD8LsOw92JxwQAE2sx3G2Gu+1wt+xRXXIDCAAgAAEAEIAAAAhAAAAEIAAAAhAAAAEIAIAABABAAAIAIAABABCAAAAIQAAABCAAADVFq9evxvRd5+HuY7h7H+4+hLuB1wmAOzQX7rrhbiPcvQ13bY/4/rgBBAAQgAAACEAAAAQgAAACEAAAAQgAgAAEAEAAAgAgAAEAEIAAAAhAAAAEIAAAAhAAgJqi1etXjuFOHIe7T+Huc7j7Eu6Owt2FVwOYMAvhrhvuXoe7N+FuxSPmJm4AAQAEIAAAAhAAAAEIAIAABABAAAIAIAABABCAAAAIQAAABCAAAAIQAAABCACAAAQAoKZo9fqVY+AWzsLdtzHvvoe7H+HuONz1w91vr2JD/1dnnoW71XD3ItythbtX4e5luHvoVWRWuAEEABCAAAAIQAAABCAAAAIQAAABCACAAAQAQAACACAAAQAQgAAACEAAAAQgAAACEACAmtIRcEvtcLc+5t2s+xXufoa703D3J9z9DXdFuJsPd4/C3dNwtxzuOn4ywFXcAAIACEAAAAQgAAACEAAAAQgAgAAEAEAAAgAgAAEAEIAAAAhAAAAEIAAAAhAAAAEIAEBN6Qhgqjwe8w6AGeQGEABAAAIAIAABABCAAAAIQAAABCAAAAIQAAABCACAAAQAQAACACAAAQAQgAAACEAAAAQgAIAABACgIf4JMADb3SxtfdZIAAAAAABJRU5ErkJggg==");
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  padding-bottom: 22.3435%;
  z-index: 2;
}
.intro-block .intro-block-top-row {
  position: relative;
}
.intro-block .intro-block-top-top {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.intro-block .wave {
  margin-bottom: 24px;
}
.intro-block .intro-block-title {
  color: inherit;
  margin-bottom: 14px;
  margin-top: 0;
}
.intro-block .intro-block-top-content-column {
  display: flex;
  flex-direction: column;
}
.intro-block .intro-block-top-upper-content {
  margin: 0 0 24px;
}
.intro-block .intro-block-top-image-wrap {
  margin: 16px 0;
  order: 2;
}
.intro-block .intro-block-top-downer-content {
  margin: 24px 0;
  order: 3;
}
.intro-block .intro-block-top-upper-content > :first-child,
.intro-block .intro-block-top-downer-content > :first-child,
.intro-block .intro-block-bottom-content > :first-child {
  margin-top: 0;
}
.intro-block .intro-block-top-upper-content > :last-child,
.intro-block .intro-block-top-downer-content > :last-child,
.intro-block .intro-block-bottom-content > :last-child {
  margin-bottom: 0;
}
.intro-block .intro-block-bottom {
  background: #019ee3;
  padding-bottom: 15px;
}
.intro-block .intro-block-bottom.has-content {
  padding-bottom: 68px;
}
.intro-block .intro-block-bottom a {
  color: #022b3a;
}
.intro-block .intro-block-bottom-title {
  color: inherit;
  font-family: "Muli", sans-serif;
  font-size: 1.0625rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.238em;
  margin-top: 30px;
  margin-bottom: 14px;
}
.intro-block .intro-block-bottom-title + .intro-block-bottom-content {
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .intro-block .intro-block-top {
    padding-bottom: 7.8125%;
    padding-top: 80px;
  }
  .intro-block .intro-block-top:after {
    padding-bottom: 7.8125%;
    background-image: url("data:image/png;base64,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");
  }
  .intro-block .intro-block-title {
    margin-bottom: 18px;
  }
  .intro-block .intro-block-bottom {
    padding-bottom: 10px;
  }
  .intro-block .intro-block-bottom.has-content {
    padding-bottom: 80px;
  }
  .intro-block .intro-block-bottom-title {
    font-size: 1.25rem;
    margin-top: 40px;
    margin-bottom: 18px;
  }
  .intro-block .intro-block-bottom-title + .intro-block-bottom-content {
    margin-top: 18px;
  }
  .intro-block .intro-block-top-content-column {
    align-items: flex-end;
    flex-wrap: wrap;
    position: relative;
    min-height: 180px;
    justify-content: center;
  }
  .intro-block .intro-block-top-content-column.has-image .intro-block-top-upper-content,
  .intro-block .intro-block-top-content-column.has-image .intro-block-top-downer-content {
    text-align: left;
    width: calc(100% - 314px);
  }
  .intro-block .intro-block-top-image-wrap {
    display: flex;
    flex-wrap: wrap;
    left: 32px;
    top: 0;
    margin: 0;
    width: 248px;
    height: 100%;
    align-items: center;
    justify-content: end;
    position: absolute;
  }
  .intro-block .intro-block-top-image-wrap amp-img,
  .intro-block .intro-block-top-image-wrap img {
    max-height: 100%;
  }
  .intro-block .intro-block-top-upper-content {
    margin: 0;
  }
  .intro-block .intro-block-top-upper-content + .intro-block-top-downer-content {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1144px) {
  .intro-block .intro-block-top {
    padding-top: 120px;
  }
  .intro-block .intro-block-title {
    margin-bottom: 24px;
  }
  .intro-block .intro-block-bottom {
    padding-bottom: 0;
  }
  .intro-block .intro-block-bottom.has-content {
    padding-bottom: 120px;
  }
  .intro-block .intro-block-bottom-title {
    font-size: 2rem;
    margin-top: 50px;
    margin-bottom: 24px;
  }
  .intro-block .intro-block-bottom-title + .intro-block-bottom-content {
    margin-top: 24px;
  }
  .intro-block .intro-block-bottom-content {
    margin-top: 50px;
  }
  .intro-block .intro-block-top-image-wrap {
    left: 32px;
  }
}
.intro-block.intro-block-alternative {
  background: #022b3a;
}
.intro-block.intro-block-alternative .intro-block-top {
  background: #007bb3;
  padding-bottom: 0;
}
.intro-block.intro-block-alternative .intro-block-top a {
  color: #022b3a;
}
.intro-block.intro-block-alternative .intro-block-top .intro-block-noise {
  display: none;
}
.intro-block.intro-block-alternative .intro-block-top:after {
  display: none;
}
.intro-block.intro-block-alternative .intro-block-bottom {
  background: #022b3a;
  overflow: hidden;
  position: relative;
}
.intro-block.intro-block-alternative .intro-block-bottom:before {
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAACPCAYAAABqBGrfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNrs2K1OHGEAheEZMi2EtIiKOhAIDNRgGhJkRSW2GsOdgEMgCGa5AQyCC0A2Fa2qAbWChLQkhBB+0jRDXUfAwp6QZWGeJ1m3J5t8M5u8+cqi060LAABao3IEAADPXl8XeiPOCwCgXQQgAIAABABAAAIAIAABABCAAAAIQAAABCAAAAIQAAABCACAAAQAQAACACAAAQDorXIEAABD4yDcrfTzZTeAAAAtIwABAAQgAAACEAAAAQgAgAAEAEAAAgAgAAEAEIAAAAhAAAAEIAAAAhAAAAEIAEBvlSMAALjTWbhbDXfr4e66ny+7AQQAaBkBCAAgAAEAEIAAAAhAAAAEIAAAAhAAAAEIAIAABABAAAIAIAABABCAAAAIQAAAeqscAQDwjFyGu81wtxbufg3zIboBBABoGQEIACAAAQAQgAAACEAAAAQgAAACEAAAAQgAgAAEAEAAAgAgAAEAEIAAAAhAAAB6q/595vvcLIe/9SXcvfOYAGBo/Q53W+FuI9wde1T/uQEEABCAAAAIQAAABCAAAAIQAAABCACAAAQAQAACACAAAQAQgAAACEAAAAQgAAACEACAhrLodAf1W6/D3adwtxTuPoe7Sa8TAI/ob7jbD3fb4W4n3F15xE/HDSAAgAAEAEAAAgAgAAEAEIAAAAhAAAAEIAAAAhAAAAEIAIAABABAAAIAIAABABCAAAA0lEWn6xQex3S4Wwx3C+HuY7ibC3evvBrAkDkPd/vhbi/c7Ya7I4+Y+7gBBAAQgAAACEAAAAQgAAACEAAAAQgAgAAEAEAAAgAgAAEAEIAAAAhAAAAEIAAAAhAAgIay6HSdAg8xFu4+DHg3G+5mwt10uJsKd2+8iq1Uh7uTcHcY7n6Gux/h7mu4+x7u/ngVeSncAAIACEAAAAQgAAACEAAAAQgAgAAEAEAAAgAgAAEAEIAAAAhAAAAEIAAAAhAAAAEIAEBD5Qh4oKtw923Au5fubbh7H+4mwt14uBsNd3W4uw53F+HuNNwdh7tLfxngNm4AAQAEIAAAAhAAAAEIAIAABABAAAIAIAABABCAAAAIQAAABCAAAAIQAAABCACAAAQAoKGs69opAAC0iBtAAAABCACAAAQAQAACACAAAQAQgAAACEAAAAQgAAACEAAAAQgAgAAEAEAAAgAgAAEAEIAAAAIQAICWuBFgAARAMfWZUKbBAAAAAElFTkSuQmCC");
  content: "";
  margin-top: -1px;
  width: 100%;
  padding-bottom: 22.3435%;
  z-index: 2;
  position: relative;
}
.intro-block.intro-block-alternative .intro-block-bottom a {
  color: rgb(102, 175.8, 209.4);
}
.intro-block.intro-block-alternative .intro-block-bottom .intro-block-noise {
  opacity: 0.7;
  background-repeat: repeat;
  background-size: 50px 50px;
  background-image: url(data:image/png;base64,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);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.intro-block.intro-block-alternative .intro-block-bottom .intro-block-bottom-row {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .intro-block.intro-block-alternative .intro-block-bottom {
    background: #022b3a;
    overflow: hidden;
    position: relative;
  }
  .intro-block.intro-block-alternative .intro-block-bottom:before {
    background-image: url("data:image/png;base64,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");
    padding-bottom: 7.8125%;
  }
}

.steps-block-v2 .steps {
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.steps-block-v2 .step {
  position: relative;
  padding-left: 34px;
  display: flex;
  flex-direction: column;
}
.steps-block-v2 .step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #007bb3;
}
.steps-block-v2 .step:not(:last-of-type) {
  margin-bottom: 24px;
}
.steps-block-v2 .step:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 41px;
  width: 2px;
  bottom: -43px;
  background: #007bb3;
}
.steps-block-v2 .step svg {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.steps-block-v2 .step-inner {
  margin-top: 8px;
}
.steps-block-v2 .step-content {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .steps-block-v2 .step {
    padding-left: 46px;
    flex-direction: row;
  }
  .steps-block-v2 .step::before {
    top: 0;
  }
  .steps-block-v2 .step:not(:last-of-type) {
    margin-bottom: 48px;
  }
  .steps-block-v2 .step:not(:last-of-type)::after {
    top: 22px;
    bottom: -48px;
  }
  .steps-block-v2 .step-inner {
    margin-top: 0;
    margin-left: 24px;
  }
  .steps-block-v2 .step-content {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 1144px) {
  .steps-block-v2 .step {
    padding-left: 58px;
  }
  .steps-block-v2 .step:not(:last-of-type) {
    margin-bottom: 52px;
  }
  .steps-block-v2 .step:not(:last-of-type)::after {
    bottom: -52px;
  }
  .steps-block-v2 .step svg {
    width: 62px;
    height: 62px;
  }
  .steps-block-v2 .step-inner {
    margin-left: 36px;
  }
  .steps-block-v2 .step-content {
    margin-top: 12px;
  }
}

.bottom-block-v2 .unified-title {
  color: inherit;
}
.bottom-block-v2 .row .column {
  max-width: 978.33px;
}
.bottom-block-v2 .bottom-block-content-wrap {
  display: flex;
  flex-direction: column;
}
.bottom-block-v2 .bottom-block-upper-content {
  margin: 0 0 24px;
}
.bottom-block-v2 .bottom-block-image-wrap {
  margin: 16px 0;
  order: 2;
}
.bottom-block-v2 .bottom-block-downer-content {
  margin: 24px 0;
  order: 3;
}
.bottom-block-v2 .bottom-block-content > :first-child {
  margin-top: 0;
}
.bottom-block-v2 .bottom-block-content > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .bottom-block-v2 .bottom-block-content-wrap {
    align-items: flex-end;
    flex-wrap: wrap;
    position: relative;
    min-height: 180px;
    justify-content: center;
  }
  .bottom-block-v2 .bottom-block-content-wrap.has-image .bottom-block-content {
    text-align: left;
    width: calc(100% - 314px);
  }
  .bottom-block-v2 .bottom-block-content-wrap.has-image.align-image-right {
    align-items: flex-start;
  }
  .bottom-block-v2 .bottom-block-content-wrap.has-image.align-image-right .bottom-block-image-wrap {
    justify-content: start;
    left: auto;
    right: 32px;
  }
  .bottom-block-v2 .bottom-block-content-wrap .bottom-block-image-wrap {
    display: flex;
    flex-wrap: wrap;
    left: 32px;
    top: 0;
    margin: 0;
    width: 248px;
    height: 100%;
    align-items: center;
    justify-content: end;
    position: absolute;
  }
  .bottom-block-v2 .bottom-block-content-wrap .bottom-block-image-wrap amp-img,
  .bottom-block-v2 .bottom-block-content-wrap .bottom-block-image-wrap img {
    max-height: 100%;
  }
  .bottom-block-v2 .bottom-block-content-wrap .bottom-block-upper-content {
    margin: 0;
  }
  .bottom-block-v2 .bottom-block-content-wrap .bottom-block-upper-content + .bottom-block-downer-content {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1144px) {
  .bottom-block-v2 .bottom-block-content-wrap .bottom-block-image-wrap {
    left: 32px;
  }
  .bottom-block-v2 .bottom-block-content-wrap.has-image.align-image-right .bottom-block-image-wrap {
    left: auto;
    right: 32px;
  }
}

.fintech-news-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
}
.fintech-news-block .fintech-news-block-title {
  font-family: "Muli", sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin-top: 0;
  width: 100%;
}
.fintech-news-block .fintech-news-block-subtitle {
  color: #888888;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.6;
  margin: 1em 0;
  padding-left: 6%;
  padding-right: 6%;
}
.fintech-news-block .row {
  align-items: center;
}
.fintech-news-block .fintech-news-block-image-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fintech-news-block .wave {
  color: #007bb3;
  margin-top: 40px;
  width: 225px;
}
.fintech-news-block .fintech-news-block-content > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .fintech-news-block {
    margin: 50px 0;
  }
  .fintech-news-block .fintech-news-block-subtitle {
    box-sizing: border-box;
    padding-left: 2%;
    padding-right: 6%;
  }
  .fintech-news-block .wave {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1144px) {
  .fintech-news-block {
    margin: 65px 0;
  }
  .fintech-news-block .fintech-news-block-title {
    font-size: 24px;
  }
  .fintech-news-block .fintech-news-block-subtitle {
    font-size: 20px;
  }
  .fintech-news-block .wave {
    margin-top: 65px;
  }
}

.steps-block-v3 {
  text-align: left;
}
.steps-block-v3 .steps {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.steps-block-v3 .step-line {
  display: flex;
  padding: 1px;
  overflow: visible;
  margin: 48px 0;
  width: 100%;
  height: 46px;
  color: #007bb3;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.steps-block-v3 .step-line-poly {
  width: 104px;
  overflow: visible;
}
.steps-block-v3 .step-line-line {
  flex-grow: 1;
  min-width: 0;
  overflow: visible;
}
.steps-block-v3 .step-title {
  color: #007bb3;
}
.steps-block-v3 .step-intro {
  margin-top: 30px;
  font-weight: 400;
}
.steps-block-v3 .step-intro b,
.steps-block-v3 .step-intro strong {
  font-weight: 900;
}
.steps-block-v3 .substeps {
  margin: 30px 0 0;
  list-style: none;
}
.steps-block-v3 .substep {
  margin-top: 36px;
  margin-bottom: 0;
  padding: 0;
}
.steps-block-v3 .substep::before {
  content: none;
}
.steps-block-v3 .substep:first-child {
  margin-top: 0;
}
.steps-block-v3 .step-description,
.steps-block-v3 .substep-description {
  margin-top: 30px;
}
@media only screen and (min-width: 1144px) {
  .steps-block-v3 .step-line {
    height: 64px;
  }
  .steps-block-v3 .step-line-poly {
    width: 146px;
  }
  .steps-block-v3 .step-content {
    display: flex;
  }
  .steps-block-v3 .step-intro {
    margin-top: 0;
  }
  .steps-block-v3 .substeps:first-child {
    margin-top: 0;
  }
  .steps-block-v3 .substep {
    display: flex;
  }
  .steps-block-v3 .substep-description {
    margin-top: 0;
  }
  .steps-block-v3 .substep-description :first-child {
    margin-top: 0;
  }
  .steps-block-v3 .substep-description :last-child {
    margin-bottom: 0;
  }
}

.read-more-block .product {
  display: flex;
  flex-direction: column;
}
.read-more-block .product .product-description {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.read-more-block .product .product-description .product-title {
  font-weight: 400;
}
.read-more-block .product .product-description .link-title {
  margin: 48px 0;
}
.read-more-block .product .product-arrow {
  display: block;
  margin: 0 auto;
  flex-shrink: 0;
  width: 61px;
  height: 61px;
  box-sizing: border-box;
  background-color: currentColor;
  border: 1px solid currentColor;
  padding: 9px;
  border-radius: 50%;
}
.read-more-block .product .product-arrow svg {
  color: #ffffff;
}
.read-more-block .product .product-image {
  margin-top: 48px;
  min-width: 0;
}
.read-more-block .image-mobile {
  display: block;
}
.read-more-block .image-tablet {
  display: none;
}
.read-more-block .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.read-more-block .contact .typography-title-l {
  color: #d04420;
  margin: 48px 0;
}
@media only screen and (min-width: 768px) {
  .read-more-block .product {
    flex-direction: row;
    align-items: center;
  }
  .read-more-block .product .product-description {
    flex: 1;
    text-align: left;
    align-items: stretch;
    z-index: 2;
  }
  .read-more-block .product .product-description .product-link-wrap {
    position: relative;
    margin-top: 48px;
  }
  .read-more-block .product .product-description .link-title {
    margin: 0 61px 0 0;
  }
  .read-more-block .product .product-image {
    flex: 1;
    margin: 0;
  }
  .read-more-block .product .product-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    transition: background 0.2s;
  }
  .read-more-block .product .product-arrow svg {
    transition: color 0.2s;
  }
  .read-more-block .product .product-arrow:hover {
    background-color: #ffffff;
  }
  .read-more-block .product .product-arrow:hover svg {
    color: currentColor;
  }
  .read-more-block .image-mobile {
    display: none;
  }
  .read-more-block .image-tablet {
    display: block;
  }
}

.icons-grid-v3-block {
  position: relative;
}
.icons-grid-v3-block .background-mobile,
.icons-grid-v3-block .background-desktop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}
.icons-grid-v3-block .background-desktop {
  display: none;
  background-position: center;
}
.icons-grid-v3-block .elements {
  margin-top: -72px;
  justify-content: center;
}
.icons-grid-v3-block .single-element {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icons-grid-v3-block .single-element svg {
  width: 84px;
}
.icons-grid-v3-block .element-title {
  margin-top: 12px;
  color: inherit;
}
.icons-grid-v3-block .element-description {
  margin-top: 12px;
  max-width: 360px;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .icons-grid-v3-block .background-mobile {
    display: none;
  }
  .icons-grid-v3-block .background-desktop {
    display: block;
  }
  .icons-grid-v3-block .single-element svg {
    width: 71px;
  }
}

.case-study-tags {
  margin: 72px 0;
}
.case-study-tags .terms {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.case-study-tags .term {
  margin: 6px;
  padding: 5px 12px;
  border: 1px solid rgba(57, 57, 57, 0.3);
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: normal;
  color: #393939;
}
@media only screen and (min-width: 768px) {
  .case-study-tags .term {
    padding: 9.5px 20px;
  }
}

.products-list-block {
  margin-top: 48px;
}
.products-list-block:last-child {
  margin-bottom: 48px;
}
.products-list-block .product {
  margin: 48px 0;
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 0 0 1px #c6c6c6;
  border-radius: 6px;
}
.products-list-block .product .product-number {
  align-self: flex-start;
  height: 40px;
  min-width: 40px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset -1px -1px 0 0 #c6c6c6;
}
.products-list-block .product .product-content {
  margin-bottom: 48px;
  padding: 12px 24px 0;
}
.products-list-block .product .product-logo-row {
  display: flex;
  align-items: center;
}
.products-list-block .product .product-name {
  flex: 1;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.products-list-block .product .product-image {
  flex: none;
  margin-left: 12px;
  width: 100px;
  height: 100px;
  display: flex;
}
.products-list-block .product .product-image img {
  width: 100%;
  height: 100%;
}
.products-list-block .product .product-info {
  margin-top: 30px;
}
.products-list-block .product .product-info-entry {
  display: flex;
  white-space: nowrap;
}
.products-list-block .product .product-info-entry + .product-info-entry {
  margin-top: 12px;
}
.products-list-block .product .product-info-entry svg {
  margin-right: 12px;
  flex-shrink: 0;
  color: #007bb3;
}
.products-list-block .product .product-description {
  margin-top: 24px;
}
.products-list-block .product .product-details {
  margin-top: 30px;
  min-height: 74px;
}
.products-list-block .product .product-specialities-list {
  margin: 12px 0 0;
}
.products-list-block .product .product-specialities-item {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.products-list-block .product .product-specialities-item::before {
  content: none;
}
.products-list-block .product .product-specialities-item:not(:last-child)::after {
  content: ", ";
}
.products-list-block .product .product-button {
  margin: 54px auto 0;
  width: 200px;
  height: 38px;
}
.products-list-block .banner {
  background-color: #007bb3;
  color: #ffffff;
}
.products-list-block .banner a:not(.btn-big) {
  color: #022b3a;
}
.products-list-block .banner .banner-button {
  margin: -24px auto 0;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .products-list-block .product .product-logo-row {
    position: relative;
  }
  .products-list-block .product .product-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 136px;
    height: 136px;
  }
  .products-list-block .product .product-logo-row,
  .products-list-block .product .product-info-entry {
    padding-right: 184px;
  }
  .products-list-block .product .product-info-entries {
    min-height: calc(3.75rem + 2 * 12px);
  }
  .products-list-block .product .product-info {
    margin-top: 24px;
  }
  .products-list-block .product .product-specialities-list {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
    margin-top: 6px;
  }
  .products-list-block .product .product-specialities-item {
    margin: 6px;
    padding: 9px 14px;
    box-shadow: inset 0 0 0 1px #c6c6c6;
    border-radius: 3px;
  }
  .products-list-block .product .product-specialities-item.product-specialities-item::after {
    content: none;
  }
}
@media only screen and (min-width: 1144px) {
  .products-list-block .product .product-content {
    padding-left: 48px;
    padding-right: 48px;
  }
  .products-list-block .product .product-left-col {
    flex: none;
    width: 200px;
    margin-right: 48px;
  }
  .products-list-block .product .product-logo-row {
    flex-direction: row-reverse;
    padding-right: 0;
    min-height: 77px;
  }
  .products-list-block .product .product-image {
    position: static;
    height: 60px;
    margin-left: 0;
  }
  .products-list-block .product .product-name {
    font-size: 2.0625rem;
    line-height: 2.4375rem;
  }
  .products-list-block .product .product-info {
    display: flex;
  }
  .products-list-block .product .product-info-entries {
    min-height: 0;
    height: 0;
  }
  .products-list-block .product .product-info-entry {
    padding-right: 0;
  }
  .products-list-block .product .product-description {
    margin-top: 0;
    min-height: 3em;
  }
  .products-list-block .product .product-details {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 24px;
  }
  .products-list-block .product .product-button {
    margin-top: auto;
    margin-left: 0;
  }
  .products-list-block .banner {
    border-radius: 6px;
    padding-left: 64px;
    padding-right: 64px;
  }
}

.contact-person {
  background-color: #007bb3;
  color: #ffffff;
}
.contact-person a:not(.btn-big) {
  color: #022b3a;
}
.contact-person .contact-person-card {
  margin-top: -24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.contact-person .contact-person-image {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}
.contact-person .contact-person-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-person .contact-person-mail {
  margin: 12px 0 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.contact-person .contact-person-mail svg {
  width: 20px;
  margin-right: 10px;
}
.contact-person .contact-person-mail a {
  color: inherit;
  text-decoration: inherit;
}
.contact-person .contact-person-mail .st0 {
  stroke: currentColor;
}
.contact-person .contact-person-button {
  margin: 48px auto;
}
@media only screen and (min-width: 768px) {
  .contact-person .contact-person-card {
    flex-direction: row;
  }
  .contact-person .contact-person-image {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .contact-person .contact-person-text {
    display: block;
  }
}

.job-offer-content {
  text-align: center;
}
.job-offer-content-row-image {
  margin-top: 72px;
}
.job-offer-content-row-text {
  text-align: left;
  margin-top: 72px;
}
.job-offer-content-row-text :first-child {
  margin-top: 0;
}
.job-offer-content-row-text :last-child {
  margin-bottom: 0;
}
.job-offer-content-row-text h4 {
  margin: 24px 0;
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 1.5rem;
}
.job-offer-content-button {
  display: inline-flex;
  margin-top: 48px;
}
@media only screen and (min-width: 1144px) {
  .job-offer-content-heading {
    margin: 0 auto;
  }
  .job-offer-content-row {
    display: flex;
    margin: 102px -10px 0;
  }
  .job-offer-content-row:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
  .job-offer-content-row:nth-child(2n+1) .job-offer-content-row-text {
    padding-right: 82px;
    padding-left: 10px;
  }
  .job-offer-content-row-image {
    align-self: center;
    flex: 1;
    padding: 0 10px;
    margin-top: 0;
  }
  .job-offer-content-row-text {
    flex: 1;
    padding: 0 10px;
    padding-left: 82px;
    margin-top: 0;
  }
  .job-offer-content-row-text h4 {
    margin: 30px 0;
  }
  .job-offer-content-button {
    margin-top: 102px;
  }
}

.selected-offers .selected-offer {
  margin: 48px 0;
}
.selected-offers .selected-offer:first-child {
  margin-top: 0;
}
.selected-offers .selected-offer:nth-last-child(2) {
  margin-bottom: 0;
}
.selected-offers .selected-offer-title {
  margin-bottom: 12px;
  color: #007bb3;
}
.selected-offers .selected-offer-title a {
  color: inherit;
  text-decoration: none;
}
.selected-offers .selected-offer-salary {
  font-size: 1.3125rem;
  font-weight: 700;
}
.selected-offers .selected-offer-details {
  line-height: 1.375rem;
}
.selected-offers .selected-offer .btn-big {
  display: inline-flex;
  margin-top: 24px;
}
.selected-offers .divider-block {
  width: 100%;
}
.selected-offers .divider-block:last-child {
  display: none;
}
.selected-offers-button {
  display: none;
}
@media only screen and (min-width: 1144px) {
  .selected-offers .selected-offer {
    flex: 1;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0 48px;
    border-right: 1px solid rgba(57, 57, 57, 0.3);
  }
  .selected-offers .selected-offer:nth-last-child(2) {
    border-right: 0;
  }
  .selected-offers .selected-offer-salary {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .selected-offers .selected-offer-details {
    line-height: 1.5rem;
  }
  .selected-offers .selected-offer .btn-big {
    display: none;
  }
  .selected-offers .divider-block {
    display: none;
  }
  .selected-offers-button {
    display: inline-flex;
    margin-top: 102px;
    width: 232px;
    height: 52px;
    font-weight: 700;
  }
}

.contact-two-buttons .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -36px -24px;
}
.contact-two-buttons .button-container .btn-big {
  margin: 36px 24px;
}

.logos-block .logos-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -72px;
  margin-left: -102px;
}
.logos-block .logo {
  margin-top: 102px;
  margin-left: 102px;
  max-width: 176px;
  max-height: 88px;
  display: flex;
}
@media only screen and (min-width: 1144px) {
  .logos-block .logo {
    max-width: 240px;
    max-height: 120px;
  }
}

.home-block-1 .image-wrap {
  display: flex;
  padding: 0 16px;
  max-height: 300px;
}
.home-block-1 .content-link-btn {
  display: none;
}
.home-block-1 .content-link-btn-mobile {
  display: flex;
  height: 50px;
  width: 132px;
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.home-block-1 .content-link-btn:nth-child(n+3) {
  margin-left: 24px;
}
.home-block-1 .text-wrap {
  margin-top: 72px;
  text-align: center;
}
.home-block-1 .block-description {
  margin-bottom: 48px;
}
.home-block-1 .block-description br {
  display: none;
}
.home-block-1 .bottom-content {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 360px) {
  .home-block-1 .content-link-btn-mobile {
    width: 148px;
  }
  .home-block-1 .content-link-btn:nth-child(n+3) {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .home-block-1 .content-wrap {
    display: flex;
    align-items: center;
    height: 480px;
  }
  .home-block-1 .image-wrap {
    flex: 1;
    height: 100%;
    max-height: 480px;
  }
  .home-block-1 .image-wrap img {
    margin-right: 70px;
    margin-left: -27px;
  }
  .home-block-1 .text-wrap {
    flex: 1;
    margin-top: 0;
    text-align: initial;
  }
  .home-block-1 .text-wrap .block-description br {
    display: initial;
  }
  .home-block-1 .bottom-content {
    justify-content: flex-start;
  }
  .home-block-1 .content-link-btn {
    display: flex;
  }
  .home-block-1 .content-link-btn:nth-child(n+3) {
    margin-left: 24px;
  }
  .home-block-1 .content-link-btn.content-link-btn-mobile {
    display: none;
  }
}

.home-block-2 {
  position: relative;
  color: #ffffff;
}
.home-block-2 .background-mobile,
.home-block-2 .background-desktop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: bottom;
  background-size: cover;
  z-index: -1;
}
.home-block-2 .background-desktop {
  display: none;
  background-position: center top;
}
.home-block-2 .content-wrap {
  height: 570px;
}
.home-block-2 .content-link-btn {
  display: none;
}
.home-block-2 .content-link-btn-mobile {
  display: flex;
}
.home-block-2 .content-link-btn:nth-child(n+3) {
  margin-left: 24px;
}
.home-block-2 .text-wrap {
  width: 100%;
  text-align: center;
}
.home-block-2 .block-description {
  margin-bottom: 48px;
}
.home-block-2 .block-description br {
  display: none;
}
.home-block-2 .bottom-content {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .home-block-2 .background-mobile {
    display: none;
  }
  .home-block-2 .background-desktop {
    display: block;
  }
  .home-block-2 .content-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 480px;
  }
  .home-block-2 .text-wrap {
    margin-left: 90px;
    text-align: left;
  }
  .home-block-2 .text-wrap .block-description {
    max-width: 440px;
  }
  .home-block-2 .text-wrap .block-description br {
    display: initial;
  }
  .home-block-2 .bottom-content {
    justify-content: flex-start;
  }
  .home-block-2 .bottom-content .content-link-btn {
    display: flex;
  }
  .home-block-2 .bottom-content .content-link-btn-mobile {
    display: none;
  }
}

.home-block-3 .content-link-btn {
  display: none;
}
.home-block-3 .content-link-btn-mobile {
  display: flex;
  height: 50px;
  width: 132px;
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.home-block-3 .content-link-btn:nth-child(n+3) {
  margin-left: 24px;
}
.home-block-3 .image-wrap {
  display: flex;
  justify-content: flex-start;
  max-height: 300px;
}
.home-block-3 .text-wrap {
  margin-top: 72px;
  text-align: center;
}
.home-block-3 .block-description {
  margin-bottom: 48px;
}
.home-block-3 .block-description br {
  display: none;
}
.home-block-3 .bottom-content {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 360px) {
  .home-block-3 .content-link-btn-mobile {
    width: 148px;
  }
  .home-block-3 .content-link-btn:nth-child(n+3) {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .home-block-3 {
    padding: 120px 0;
  }
  .home-block-3 .content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 480px;
  }
  .home-block-3 .image-wrap {
    max-height: 480px;
    flex: 160px;
  }
  .home-block-3 .image-wrap img {
    margin-right: 70px;
    margin-left: -27px;
  }
  .home-block-3 .text-wrap {
    margin-top: 0;
    text-align: initial;
  }
  .home-block-3 .text-wrap .block-description br {
    display: initial;
  }
  .home-block-3 .bottom-content {
    justify-content: flex-start;
  }
  .home-block-3 .content-link-btn {
    display: flex;
  }
  .home-block-3 .content-link-btn:nth-child(n+3) {
    margin-left: 24px;
  }
  .home-block-3 .content-link-btn.content-link-btn-mobile {
    display: none;
  }
}

.home-block-4 .content-wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.home-block-4 .content-link-btn {
  display: none;
}
.home-block-4 .content-link-btn-mobile {
  display: flex;
  height: 50px;
  width: 148px;
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.home-block-4 .image-wrap {
  max-height: 300px;
}
.home-block-4 .text-wrap {
  width: 100%;
  margin-top: 72px;
  text-align: center;
}
.home-block-4 .block-description {
  margin-bottom: 48px;
}
.home-block-4 .block-description br {
  display: none;
}
.home-block-4 .bottom-content {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .home-block-4 {
    padding: 120px 0;
  }
  .home-block-4 .content-wrap {
    flex-direction: row;
    justify-content: flex-start;
    height: 480px;
  }
  .home-block-4 .text-wrap {
    flex: 1;
    margin-left: 90px;
    margin-bottom: 12px;
    text-align: initial;
  }
  .home-block-4 .text-wrap .block-description br {
    display: initial;
  }
  .home-block-4 .image-wrap {
    flex: 1;
    max-height: 480px;
    height: 100%;
    margin: 0;
  }
  .home-block-4 .image-wrap img {
    height: 100%;
    margin-right: -27px;
  }
  .home-block-4 .bottom-content {
    justify-content: flex-start;
  }
  .home-block-4 .content-link-btn {
    display: flex;
  }
  .home-block-4 .content-link-btn.content-link-btn-mobile {
    display: none;
  }
}

.divider-block {
  position: relative;
  height: 1px;
}
.divider-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, #a3a3a3, transparent);
}

.e2e-steps-block {
  text-align: left;
}
.e2e-steps-block .header {
  margin-bottom: 72px;
}
.e2e-steps-block .header .accent {
  color: #007bb3;
}
.e2e-steps-block .steps {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: -24px;
}
.e2e-steps-block .steps .step {
  position: relative;
  margin: 24px;
  padding-left: 46px;
}
.e2e-steps-block .steps .step:before {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #007bb3;
  border-radius: 50%;
}
.e2e-steps-block .steps .step:after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 26px;
  left: 10px;
  width: 2px;
  bottom: -54px;
  background-color: #007bb3;
}
.e2e-steps-block .steps .step:last-of-type::after {
  display: none;
}
.e2e-steps-block .steps .step .step-header {
  color: #007bb3;
}
.e2e-steps-block .steps .step .step-content {
  margin-top: 12px;
}
.e2e-steps-block .description {
  margin-top: 72px;
}
@media only screen and (min-width: 768px) {
  .e2e-steps-block .header {
    margin: 0 0 72px;
  }
  .e2e-steps-block .description {
    margin-top: 72px;
    max-width: 520px;
  }
}
@media only screen and (min-width: 1144px) {
  .e2e-steps-block .typography-cover-xxl {
    font-size: 4em;
  }
  .e2e-steps-block .steps {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }
  .e2e-steps-block .steps .step {
    flex: 1;
    padding-left: 0;
    padding-top: 52px;
  }
  .e2e-steps-block .steps .step .step-content {
    margin-top: 30px;
  }
  .e2e-steps-block .steps .step:before {
    top: 0;
  }
  .e2e-steps-block .steps .step::after {
    top: 10px;
    left: 21px;
    height: 2px;
    width: auto;
    bottom: auto;
    right: -49px;
  }
  .e2e-steps-block .steps:hover .step:hover:before {
    background-color: #007bb3;
  }
  .e2e-steps-block .steps:hover .step:hover .step-content {
    opacity: 100%;
  }
  .e2e-steps-block .steps:hover .step-content {
    opacity: 20%;
  }
}

.e2e-approach-block {
  background-color: #f4f4f4;
}
.e2e-approach-block .product {
  margin-top: 72px;
  text-align: center;
}
.e2e-approach-block .product:last-of-type {
  padding-bottom: 0;
}
.e2e-approach-block .product svg {
  display: block;
  margin: 0 auto;
  max-height: 128px;
  max-width: 128px;
  border: 2px solid #007bb3;
  border-radius: 50%;
}
.e2e-approach-block .product .product-header {
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .e2e-approach-block .products {
    padding-top: 30px;
  }
  .e2e-approach-block .products .product {
    position: relative;
    padding-bottom: 0;
  }
  .e2e-approach-block .products .product:before {
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    width: 66.6666666667%;
    height: 100%;
    transform: translateX(50%);
    background-image: url("assets/e2e/arrow-long.svg?nocache=1");
    background-repeat: no-repeat;
  }
  .e2e-approach-block .products .product:last-of-type:before {
    content: none;
  }
  .e2e-approach-block .products .product .product-header {
    margin: 24px 0;
  }
}
@media only screen and (min-width: 1144px) {
  .e2e-approach-block {
    text-align: left;
  }
}

.e2e-design-block .steps {
  text-align: left;
  display: flex;
  flex-direction: column;
  counter-reset: stepCounter;
  max-width: 480px;
  margin: 0 auto;
}
.e2e-design-block .step {
  counter-increment: stepCounter;
  display: flex;
}
.e2e-design-block .step + .step {
  margin-top: 48px;
}
.e2e-design-block .step:before {
  content: counter(stepCounter);
  font-family: "Muli", sans-serif;
  font-size: 72px;
  line-height: 45px;
  margin-right: 30px;
  font-weight: 900;
  color: #007bb3;
}
.e2e-design-block .step .step-content {
  margin: 9px 0 0;
}
.e2e-design-block .step .step-content > :first-child {
  margin-top: 0;
}
.e2e-design-block .step .step-content > :last-child {
  margin-bottom: 0;
}
.e2e-design-block .step .step-content b,
.e2e-design-block .step .step-content strong {
  font-weight: 500;
}
.e2e-design-block .product {
  display: flex;
  flex-direction: column;
  margin-top: 102px;
}
.e2e-design-block .product .product-description {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.e2e-design-block .product .product-description .product-title {
  font-weight: 400;
}
.e2e-design-block .product .product-description .link-title {
  margin: 48px 0;
}
.e2e-design-block .product .product-arrow {
  display: block;
  margin: 0 auto;
  flex-shrink: 0;
  width: 61px;
  height: 61px;
  box-sizing: border-box;
  background-color: currentColor;
  border: 1px solid currentColor;
  padding: 9px;
  border-radius: 50%;
}
.e2e-design-block .product .product-arrow svg {
  color: #ffffff;
}
.e2e-design-block .product .product-image {
  margin-top: 48px;
  min-width: 0;
}
.e2e-design-block .image-mobile {
  display: block;
}
.e2e-design-block .image-tablet {
  display: none;
}
.e2e-design-block .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.e2e-design-block .contact .typography-title-l {
  color: #d04420;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .e2e-design-block .steps {
    max-width: 480px;
  }
  .e2e-design-block .steps:hover .step:not(:hover) {
    color: #c6c6c6;
  }
  .e2e-design-block .steps:hover .step:not(:hover):before {
    color: #c6c6c6;
  }
  .e2e-design-block .step {
    align-items: center;
    transition: color 0.2s;
  }
  .e2e-design-block .step:hover .step-line {
    background: #007bb3;
  }
  .e2e-design-block .step:before {
    font-size: 100px;
    line-height: 82px;
    margin-right: 0;
    transition: color 0.2s;
  }
  .e2e-design-block .step .step-line {
    align-self: stretch;
    width: 4px;
    margin: 0 24px;
    transition: background 0.2s;
  }
  .e2e-design-block .step .step-content {
    margin: 0;
  }
  .e2e-design-block .product {
    flex-direction: row;
    align-items: center;
    margin-bottom: 48px;
  }
  .e2e-design-block .product .product-description {
    flex: 1;
    text-align: left;
    align-items: stretch;
    z-index: 2;
  }
  .e2e-design-block .product .product-description .product-link-wrap {
    position: relative;
    margin-top: 48px;
  }
  .e2e-design-block .product .product-description .link-title {
    margin: 0 61px 0 0;
  }
  .e2e-design-block .product .product-image {
    flex: 1;
    margin: 0;
  }
  .e2e-design-block .product .product-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    transition: background 0.2s;
  }
  .e2e-design-block .product .product-arrow svg {
    transition: color 0.2s;
  }
  .e2e-design-block .product .product-arrow:hover {
    background-color: #ffffff;
  }
  .e2e-design-block .product .product-arrow:hover svg {
    color: currentColor;
  }
  .e2e-design-block .image-mobile {
    display: none;
  }
  .e2e-design-block .image-tablet {
    display: block;
  }
}
@media only screen and (min-width: 1144px) {
  .e2e-design-block .steps {
    flex-direction: row;
    margin: 72px -15px 102px;
    max-width: initial;
  }
  .e2e-design-block .step {
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    padding: 0 15px;
  }
  .e2e-design-block .step + .step {
    margin-top: 0;
  }
  .e2e-design-block .step:before {
    font-size: 150px;
    line-height: 110px;
  }
  .e2e-design-block .step .step-line {
    height: 4px;
    width: 170px;
    margin: 24px 0;
    transition: background 0.2s;
  }
}

.e2e-development-block .steps {
  text-align: left;
  display: flex;
  flex-direction: column;
  counter-reset: stepCounter;
}
.e2e-development-block .step {
  counter-increment: stepCounter;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 48px;
}
.e2e-development-block .step:before {
  content: counter(stepCounter);
  height: 74px;
  width: 74px;
  min-width: 74px;
  box-sizing: border-box;
  border: 1px solid #007bb3;
  border-radius: 50%;
  font-family: "Muli", sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: 74px;
  color: #007bb3;
  text-align: center;
  margin-bottom: 24px;
}
.e2e-development-block .step .step-content p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
.e2e-development-block .step .step-content b,
.e2e-development-block .step .step-content strong {
  font-weight: 700;
}
.e2e-development-block .step .step-content br {
  display: none;
}
.e2e-development-block .product {
  display: flex;
  flex-direction: column;
  margin-top: 102px;
}
.e2e-development-block .product .product-description {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.e2e-development-block .product .product-description .product-title {
  font-weight: 400;
}
.e2e-development-block .product .product-description .link-title {
  margin: 48px 0;
}
.e2e-development-block .product .product-arrow {
  display: block;
  margin: 0 auto;
  flex-shrink: 0;
  width: 61px;
  height: 61px;
  box-sizing: border-box;
  background-color: currentColor;
  border: 1px solid currentColor;
  padding: 9px;
  border-radius: 50%;
}
.e2e-development-block .product .product-arrow svg {
  color: #ffffff;
}
.e2e-development-block .product .product-image {
  margin-top: 48px;
  min-width: 0;
}
.e2e-development-block .image-mobile {
  display: block;
}
.e2e-development-block .image-tablet {
  display: none;
}
.e2e-development-block .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.e2e-development-block .contact .typography-title-l {
  color: #d04420;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .e2e-development-block .steps:not(:hover) .step:before {
    background-color: #007bb3;
    border-color: #007bb3;
  }
  .e2e-development-block .step {
    flex-direction: row;
    text-align: left;
    margin-top: 30px;
  }
  .e2e-development-block .step:first-child {
    margin-top: 72px;
  }
  .e2e-development-block .step:nth-of-type(1) {
    padding-left: 0px;
  }
  .e2e-development-block .step:nth-of-type(2) {
    padding-left: 95px;
  }
  .e2e-development-block .step:nth-of-type(3) {
    padding-left: 190px;
  }
  .e2e-development-block .step:nth-of-type(4) {
    padding-left: 285px;
  }
  .e2e-development-block .step:nth-of-type(5) {
    padding-left: 380px;
  }
  .e2e-development-block .step:before {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #ffffff;
    margin-right: 21px;
    margin-bottom: 0;
  }
  .e2e-development-block .step:hover:before {
    background-color: #007bb3;
    border-color: #007bb3;
  }
  .e2e-development-block .step:not(:last-of-type) {
    margin-bottom: 0;
  }
  .e2e-development-block .step .step-content {
    margin: 0;
  }
  .e2e-development-block .step .step-content br {
    display: initial;
  }
  .e2e-development-block .product {
    flex-direction: row;
    align-items: center;
    margin: 48px 0;
  }
  .e2e-development-block .product .product-description {
    flex: 1;
    text-align: left;
    align-items: stretch;
    z-index: 2;
  }
  .e2e-development-block .product .product-description .product-link-wrap {
    position: relative;
    margin-top: 48px;
  }
  .e2e-development-block .product .product-description .link-title {
    margin: 0 61px 0 0;
  }
  .e2e-development-block .product .product-image {
    flex: 1;
    margin: 0;
  }
  .e2e-development-block .product .product-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    transition: background 0.2s;
  }
  .e2e-development-block .product .product-arrow svg {
    transition: color 0.2s;
  }
  .e2e-development-block .product .product-arrow:hover {
    background-color: #ffffff;
  }
  .e2e-development-block .product .product-arrow:hover svg {
    color: currentColor;
  }
  .e2e-development-block .image-mobile {
    display: none;
  }
  .e2e-development-block .image-tablet {
    display: block;
  }
}

.e2e-launch-block {
  overflow: hidden;
}
.e2e-launch-block .activities-title {
  padding-top: 24px;
  margin-bottom: 30px;
}
.e2e-launch-block .activities {
  padding-top: 24px;
  margin: -24px -6px;
  justify-content: center;
}
.e2e-launch-block .activity {
  padding: 24px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.e2e-launch-block .activity svg {
  height: 109px;
  margin: -19px;
  stroke: #007bb3;
}
.e2e-launch-block .activity .activity-content {
  margin-top: 24px;
}
.e2e-launch-block .activity p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
.e2e-launch-block .product {
  display: flex;
  flex-direction: column;
  margin-top: 102px;
}
.e2e-launch-block .product .product-description {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.e2e-launch-block .product .product-description .product-title {
  font-weight: 400;
}
.e2e-launch-block .product .product-description .link-title {
  margin: 48px 0;
}
.e2e-launch-block .product .product-arrow {
  display: block;
  margin: 0 auto;
  flex-shrink: 0;
  width: 61px;
  height: 61px;
  box-sizing: border-box;
  background-color: currentColor;
  border: 1px solid currentColor;
  padding: 9px;
  border-radius: 50%;
}
.e2e-launch-block .product .product-arrow svg {
  color: #ffffff;
}
.e2e-launch-block .product .product-image {
  margin-top: 48px;
  min-width: 0;
}
.e2e-launch-block .image-mobile {
  display: block;
}
.e2e-launch-block .image-tablet {
  display: none;
}
.e2e-launch-block .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.e2e-launch-block .contact .typography-title-l {
  color: #d04420;
  margin: 48px 0;
}
@media only screen and (min-width: 768px) {
  .e2e-launch-block .product {
    flex-direction: row;
    align-items: center;
  }
  .e2e-launch-block .product .product-description {
    flex: 1;
    text-align: left;
    align-items: stretch;
    z-index: 2;
  }
  .e2e-launch-block .product .product-description .product-link-wrap {
    position: relative;
    margin-top: 48px;
  }
  .e2e-launch-block .product .product-description .link-title {
    margin: 0 61px 0 0;
  }
  .e2e-launch-block .product .product-image {
    flex: 1;
    margin: 0;
  }
  .e2e-launch-block .product .product-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    transition: background 0.2s;
  }
  .e2e-launch-block .product .product-arrow svg {
    transition: color 0.2s;
  }
  .e2e-launch-block .product .product-arrow:hover {
    background-color: #ffffff;
  }
  .e2e-launch-block .product .product-arrow:hover svg {
    color: currentColor;
  }
  .e2e-launch-block .image-mobile {
    display: none;
  }
  .e2e-launch-block .image-tablet {
    display: block;
  }
}
@media only screen and (min-width: 1144px) {
  .e2e-launch-block .activities-title {
    font-size: 2.0625rem;
  }
}

.team-block-1 {
  text-align: left;
}
.team-block-1 .desktop-image {
  display: none;
}
.team-block-1 .intro-text {
  font-weight: 400;
}
.team-block-1 .intro-text b,
.team-block-1 .intro-text strong {
  font-weight: 900;
}
.team-block-1 .mobile-image {
  display: flex;
  margin: 48px auto;
  width: 230px;
}
.team-block-1 .description {
  margin-top: 48px;
}
.team-block-1 .content-button {
  margin: 48px auto 0;
}
@media only screen and (min-width: 768px) {
  .team-block-1 .mobile-image {
    width: 410px;
  }
  .team-block-1 .content-button {
    margin: 48px 0 0;
  }
}
@media only screen and (min-width: 1144px) {
  .team-block-1 .desktop-image {
    display: block;
    align-self: center;
  }
  .team-block-1 .mobile-image {
    display: none;
  }
}

.careers-block-1 .row {
  margin: 0 -10px;
}
.careers-block-1 .column {
  padding: 0 10px;
}
.careers-block-1 .item {
  margin-top: 72px;
  color: #007bb3;
}
.careers-block-1 .item-icon {
  margin: 0 auto 24px;
  width: 116px;
  height: 116px;
  padding: 23px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: background 0.2s;
}
.careers-block-1 .item-icon svg {
  transition: color 0.2s;
}
.careers-block-1 .item-title {
  font-family: "Muli", sans-serif;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 900;
  color: #393939;
  transition: color 0.2s;
}
.careers-block-1 .item-title.inherit-color {
  color: inherit;
}
.careers-block-1 .item-description {
  margin-top: 24px;
  color: #393939;
}
@media only screen and (min-width: 768px) {
  .careers-block-1 .item {
    display: flex;
    justify-content: center;
    text-align: left;
  }
  .careers-block-1 .item-wrapper {
    display: flex;
    align-items: center;
    max-width: 848px;
  }
  .careers-block-1 .item-icon {
    flex-shrink: 0;
    margin: 0 30px 0 0;
    width: 117px;
    height: 117px;
    padding: 22.5px;
    border: 1px solid currentColor;
    border-radius: 50%;
  }
  .careers-block-1 .item-title.inherit-color {
    color: #393939;
  }
  .careers-block-1 .item:hover .item-icon {
    background-color: currentColor;
  }
  .careers-block-1 .item:hover .item-icon svg {
    color: #ffffff;
  }
  .careers-block-1 .item:hover .item-title {
    color: inherit;
  }
}

.careers-block-2 {
  position: relative;
  color: #ffffff;
}
.careers-block-2 .background-mobile,
.careers-block-2 .background-desktop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}
.careers-block-2 .background-desktop {
  display: none;
  background-position: center;
}
.careers-block-2 .title {
  color: inherit;
}
.careers-block-2 .items-container {
  display: flex;
  justify-content: center;
}
.careers-block-2 .items {
  margin-top: 72px;
}
.careers-block-2 .item {
  position: relative;
  padding-left: 46px;
  margin-top: 48px;
  text-align: left;
}
.careers-block-2 .item::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 2px;
  bottom: 0;
  top: -48px;
  background-color: #007bb3;
}
.careers-block-2 .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #007bb3;
  box-sizing: border-box;
  background-color: #ffffff;
}
.careers-block-2 .item:first-child {
  margin-top: 0;
}
.careers-block-2 .item:first-child::before {
  top: 50%;
}
.careers-block-2 .item:last-child::before {
  bottom: 50%;
}
.careers-block-2 .item.accent::after {
  border-color: #d04420;
  background-color: #d04420;
}
.careers-block-2 .item-title {
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: inherit;
}
.careers-block-2 .item-subtitle {
  line-height: 1.5rem;
  margin-top: 12px;
}
@media only screen and (min-width: 1144px) {
  .careers-block-2 .background-mobile {
    display: none;
  }
  .careers-block-2 .background-desktop {
    display: block;
  }
  .careers-block-2 .items-container {
    flex-direction: column;
  }
  .careers-block-2 .items {
    display: flex;
  }
  .careers-block-2 .item {
    flex: 1;
    margin-top: 0;
    padding-left: 0;
    padding-top: 46px;
    min-height: 214px;
    text-align: center;
    transition: color 0.2s;
  }
  .careers-block-2 .item::before {
    left: 0;
    right: 0;
    width: auto;
    height: 2px;
    top: 10px;
  }
  .careers-block-2 .item::after {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: background 0.2s;
  }
  .careers-block-2 .item:first-child {
    margin-top: 0;
  }
  .careers-block-2 .item:first-child::before {
    left: 50%;
    top: 10px;
  }
  .careers-block-2 .item:last-child::before {
    right: 50%;
    bottom: auto;
  }
  .careers-block-2 .item-title {
    font-size: 2rem;
  }
  .careers-block-2 .item-subtitle {
    margin-top: 12px;
    font-size: 1.25rem;
    line-height: normal;
    font-weight: 700;
  }
  .careers-block-2 .item-circle {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 244px;
    height: 244px;
    border-radius: 50%;
    transform: translateX(-50%) scale(0);
    transform-origin: center 30px;
    z-index: -1;
    transition: background 0.2s, transform 0.2s;
  }
  .careers-block-2 .item:hover::after {
    background-color: #007bb3;
  }
  .careers-block-2 .item.accent:hover {
    color: #d04420;
  }
  .careers-block-2 .item.accent:hover .item-circle {
    background-color: #ffffff;
    transform: translateX(-50%) scale(1);
  }
  .careers-block-2 .item.accent:hover::after {
    background-color: #d04420;
  }
}

.careers-block-3 {
  text-align: center;
}
.careers-block-3 .title {
  margin-bottom: 72px;
}
.careers-block-3 .items {
  display: flex;
  flex-wrap: wrap;
  margin: -24px -6px;
}
.careers-block-3 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 6px;
  flex: 1 0 150px;
}
.careers-block-3 .item-icon {
  width: 80px;
  height: 80px;
  color: #d04420;
}
.careers-block-3 .item-text {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .careers-block-3 .items {
    margin: -36px -6px;
  }
  .careers-block-3 .item {
    padding: 36px 6px;
    flex-basis: 160px;
  }
}
@media only screen and (min-width: 1144px) {
  .careers-block-3 .item {
    flex-basis: 170px;
  }
}
@media only screen and (min-width: 1440px) {
  .careers-block-3 .item {
    flex-basis: 180px;
  }
}

.careers-block-4 {
  overflow: hidden;
  text-align: left;
}
.careers-block-4 .title {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 4em;
}
.careers-block-4 .title-accent {
  color: #007bb3;
}
.careers-block-4 .intro {
  margin: 30px 0 48px;
}
.careers-block-4 .careers-circle {
  flex-shrink: 0;
  margin: 0 auto;
  width: 396px;
  height: 396px;
  padding: 22px;
  background-color: #d04420;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-family: "Muli", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.careers-block-4 .careers-circle-wrapper {
  display: flex;
  justify-content: center;
}
.careers-block-4 .careers-circle svg {
  height: 48px;
  display: block;
  margin: 0 auto 12px;
}
.careers-block-4 .careers-circle-title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.125;
  font-weight: 900;
}
.careers-block-4 .careers-circle-description {
  margin: 12px 0 0;
  line-height: 1.3125;
  font-weight: 400;
}
.careers-block-4 .careers-text {
  margin-top: 48px;
}
.careers-block-4 .careers-text-intro {
  font-family: "Muli", sans-serif;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 900;
}
.careers-block-4 .careers-text-accent {
  color: #007bb3;
}
.careers-block-4 .careers-text p {
  margin: 1.5rem 0 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.careers-block-4 .careers-text b,
.careers-block-4 .careers-text strong {
  font-weight: 500;
}
.careers-block-4 .careers-content {
  margin: 0 -10px;
  align-items: center;
}
.careers-block-4 .careers-content > .column {
  padding: 0 10px;
}
.careers-block-4 .careers-image-container {
  display: none;
}
@media only screen and (min-width: 1144px) {
  .careers-block-4 {
    padding-bottom: 0;
  }
  .careers-block-4 .careers-circle {
    width: 397px;
    height: 397px;
    flex-shrink: 0;
    padding: 28px;
  }
  .careers-block-4 .careers-circle svg {
    height: 60px;
    display: block;
    margin: 0 auto 22px;
  }
  .careers-block-4 .careers-circle-wrapper {
    display: flex;
  }
  .careers-block-4 .careers-circle-spacer {
    flex: 1 0 calc(55vw - 580px);
    max-width: calc(20% + 20px);
  }
  .careers-block-4 .careers-circle-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .careers-block-4 .careers-circle-description {
    margin-top: 14px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .careers-block-4 .careers-image-container {
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: calc(33.3333333333% + 64px);
    margin-left: -64px;
  }
  .careers-block-4 .careers-image-container img {
    height: 525px;
  }
  .careers-block-4 .careers-text {
    margin-top: 0;
  }
  .careers-block-4 .careers-text-intro {
    font-size: 1.75rem;
    line-height: normal;
  }
}
@media only screen and (min-width: 1440px) {
  .careers-block-4 .title {
    display: flex;
    flex-direction: column;
  }
  .careers-block-4 .careers-image-container img {
    height: 600px;
  }
}

.about-intro-block .description-container {
  margin-top: 48px;
}
.about-intro-block .entries {
  margin-top: 72px;
  padding-top: 24px;
}
.about-intro-block .entry + .entry {
  margin-top: 72px;
}
.about-intro-block .ok-icon {
  flex-shrink: 0;
  width: 52px;
  height: 50px;
  margin: 0 auto 24px;
  color: #007bb3;
}
.about-intro-block .top-text {
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 1.5rem;
  color: #007bb3;
  margin: 0;
}
.about-intro-block .text-separator {
  margin: 24px 0;
  height: 1px;
  background: #007bb3;
}
@media only screen and (min-width: 768px) {
  .about-intro-block .entries {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    width: 560px;
  }
  .about-intro-block .entry {
    box-sizing: content-box;
    height: 110px;
    display: flex;
    align-items: center;
    text-align: left;
  }
  .about-intro-block .entry + .entry {
    margin-top: 30px;
  }
  .about-intro-block .ok-icon {
    margin: 0;
  }
  .about-intro-block .icon-separator {
    margin: 0 24px;
    align-self: stretch;
    flex: 0 0 1px;
    background: #007bb3;
  }
  .about-intro-block .top-text {
    font-family: "Muli", sans-serif;
    line-height: 1.25;
    font-weight: 900;
    font-size: 1.25rem;
  }
  .about-intro-block .text-separator {
    display: none;
  }
  .about-intro-block .bottom-text {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1144px) {
  .about-intro-block .entries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -24px -30px;
    margin-top: 48px;
    width: auto;
  }
  .about-intro-block .entry {
    flex-direction: column;
    height: auto;
    flex: 0 0 240px;
    padding: 24px 30px;
    text-align: center;
  }
  .about-intro-block .entry + .entry {
    margin-top: 0;
  }
  .about-intro-block .ok-icon {
    margin-bottom: 24px;
  }
  .about-intro-block .icon-separator {
    display: none;
  }
  .about-intro-block .text-separator {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .about-intro-block .entry {
    flex: 0 0 180px;
  }
  .about-intro-block .top-text {
    font-family: "Muli", sans-serif;
    line-height: 1.25;
    font-weight: 900;
    font-size: 1.5rem;
  }
}

.awards-block {
  overflow: hidden;
}
.awards-block .awards-container {
  max-width: 640px;
  margin: 72px auto 0;
}
.awards-block .awards {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -36px;
}
.awards-block .award {
  padding: 36px;
}
.awards-block .award img {
  max-width: 240px;
  max-height: 120px;
}
@media only screen and (min-width: 768px) {
  .awards-block .awards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .awards-block .award img {
    max-width: 176px;
    max-height: 88px;
  }
}
@media only screen and (min-width: 1144px) {
  .awards-block .awards-container {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1440px) {
  .awards-block .awards-container {
    max-width: none;
  }
  .awards-block .award img {
    max-width: 240px;
    max-height: 120px;
  }
}

.timeline-block .block-description {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.timeline-block .timeline-container {
  width: 100vw;
  overflow: hidden;
}
.timeline-block .timeline {
  position: relative;
  display: flex;
  transition: margin 300ms;
  padding: 0 calc(50vw - 118px);
  overflow: scroll;
  padding-bottom: 20px;
  margin-bottom: -20px;
  scroll-snap-type: x mandatory;
}
@media only screen and (max-width: 767.9px) {
  .timeline-block .timeline.timeline {
    margin-left: 0;
  }
}
.timeline-block .timeframe {
  padding: 0 18px;
  width: 236px;
  min-height: 100%;
  text-align: left;
  user-select: none;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  cursor: default;
}
.timeline-block .timeframe-year {
  height: 56px;
  display: flex;
  align-items: flex-end;
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 2.6875rem;
  color: #007bb3;
  transition: 300ms;
}
.timeline-block .timeframe-arrow {
  margin: 24px 0;
  color: #007bb3;
}
.timeline-block .timeframe-arrow .arrow-circle {
  transition: fill 300ms;
}
.timeline-block .timeframe-events {
  margin: 0;
  transition: opacity 300ms;
}
.timeline-block .timeframe-event {
  padding-left: 1.25em;
  position: relative;
}
.timeline-block .timeframe-event::before {
  top: 0.5625em;
}
@media only screen and (min-width: 768px) {
  .timeline-block .timeline {
    overflow: visible;
  }
  .timeline-block .timeframe:not(.active) {
    cursor: pointer;
  }
  .timeline-block .timeframe:not(.active) .timeframe-year {
    font-family: "Muli", sans-serif;
    line-height: 1.25;
    font-weight: 900;
    font-size: 2.0625rem;
    color: #393939;
  }
  .timeline-block .timeframe:not(.active) .timeframe-arrow .arrow-circle {
    fill: transparent;
  }
  .timeline-block .timeframe:not(.active) .timeframe-events {
    opacity: 0.2;
  }
}

.lists-list-block:first-child {
  padding-top: 0;
}
.lists-list-block .filter-label {
  text-transform: uppercase;
}
.lists-list-block .categories-wrapper {
  margin: 48px auto 0;
  max-width: 640px;
}
.lists-list-block .categories {
  margin: -6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lists-list-block .category {
  margin: 6px;
  box-shadow: inset 0 0 0 1px currentColor;
  color: inherit;
  border-radius: 3px;
  padding: 10px 14px;
  text-decoration: none;
  transition: 150ms;
}
.lists-list-block .category.active, .lists-list-block .category:hover {
  box-shadow: inset 0 0 0 2px currentColor;
  color: #007bb3;
}
.lists-list-block .lists-wrapper {
  margin-top: 102px;
}
.lists-list-block .lists {
  margin: -18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lists-list-block .list-brick {
  margin: 18px;
}
.lists-list-block .list-spacer {
  margin: 0 18px;
  flex: 300px;
  max-width: 360px;
}
@media only screen and (min-width: 768px) {
  .lists-list-block .lists-wrapper {
    margin-top: 72px;
  }
}

.related-lists-block {
  padding-top: 0;
}
.related-lists-block .wave {
  margin-top: 102px;
}
.related-lists-block .wave,
.related-lists-block .block-title {
  color: #007bb3;
}
.related-lists-block .lists {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -18px;
}
.related-lists-block .list-brick {
  margin: 18px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .related-lists-block .lists {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
  .related-lists-block .list-brick:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (min-width: 1144px) {
  .related-lists-block .list-brick:nth-child(3) {
    display: flex;
  }
}

.related-posts-block {
  padding-top: 0;
  overflow: hidden;
}
.related-posts-block .wave {
  margin-top: 102px;
}
.related-posts-block .wave,
.related-posts-block .block-title {
  color: #007bb3;
}
.related-posts-block .related-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -36px;
}
.related-posts-block .related-post {
  padding: 36px;
}
.related-posts-block .related-post > *:nth-child(n+2) {
  margin-top: 18px;
}
.related-posts-block .related-post {
  box-sizing: content-box;
  text-align: left;
  flex: 1 1 327px;
  max-width: 360px;
}
.related-posts-block .related-post-title a {
  color: inherit;
  text-decoration: inherit;
  width: 100%;
}
.related-posts-block .related-post-thumbnail {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .related-posts-block .related-posts {
    margin: -55px;
  }
  .related-posts-block .related-post {
    padding: 24px;
  }
  .related-posts-block .related-post-title {
    display: flex;
    align-items: flex-end;
    height: 3.75em;
  }
}
@media only screen and (min-width: 1144px) {
  .related-posts-block .related-post-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1440px) {
  .related-posts-block .related-posts {
    margin: -36px;
  }
  .related-posts-block .related-post {
    padding: 36px;
  }
  .related-posts-block .related-post-title {
    font-size: 1.5rem;
  }
}

.video-resources-block {
  padding-top: 0;
}
.video-resources-block .wave {
  margin-top: 102px;
}
.video-resources-block .wave,
.video-resources-block .block-title {
  color: #007bb3;
}
.video-resources-block .video-resources {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-resources-block .video-resource {
  color: inherit;
  text-decoration: inherit;
  text-align: left;
  max-width: 360px;
  width: 100%;
}
.video-resources-block .video-resource + .video-resource {
  margin-top: 72px;
}
.video-resources-block .video-resource-thumbnail {
  position: relative;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 52.5%;
}
.video-resources-block .video-resource-thumbnail img {
  object-fit: cover;
}
.video-resources-block .video-resource-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}
.video-resources-block .video-resource-play svg {
  margin: auto;
  height: 80px;
  width: 80px;
  background: #007bb3;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px currentColor;
  transition: 150ms;
}
.video-resources-block .video-resource:hover .video-resource-play svg {
  background: #ffffff;
  color: #007bb3;
}
.video-resources-block .video-resource-title {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .video-resources-block .video-resources {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  .video-resources-block .video-resource + .video-resource {
    margin-top: 0;
    margin-left: 48px;
  }
  .video-resources-block .video-resource:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (min-width: 1144px) {
  .video-resources-block .video-resource + .video-resource {
    margin-left: 72px;
  }
  .video-resources-block .video-resource:nth-child(n+3) {
    display: initial;
  }
}

.newsletter-block {
  border-radius: 12px;
  padding: 30px 24px;
  color: #ffffff;
  background: #d04420;
  overflow: hidden;
  position: relative;
}
.newsletter-block::before {
  content: "";
  background-image: url(assets/plane.png);
  background-size: contain;
  position: absolute;
  width: 175px;
  height: 95px;
  top: 21%;
  right: -24px;
}
.newsletter-block .newsletter-description {
  margin-top: 24px;
  padding-right: 25%;
  line-height: 1.171875;
  font-weight: 400;
}
.newsletter-block .newsletter-form {
  margin-top: 48px;
}
.newsletter-block .newsletter-form [submit-success],
.newsletter-block .newsletter-form [submit-error] {
  display: none;
}
.newsletter-block .amp-form-submitting .newsletter-consent {
  display: none;
}
.newsletter-block .amp-form-submit-success input {
  display: none;
}
.newsletter-block .amp-form-submit-success .success-message {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  padding: 24px;
  height: 194px;
  background: rgba(255, 255, 255, 0.2);
}
.newsletter-block .amp-form-submit-error .error-active [submit-error] {
  display: flex;
  max-width: 210px;
  text-align: left;
  margin: 0 auto;
}
.newsletter-block .amp-form-submit-error .error-active [submit-error] svg {
  margin-right: 6px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.newsletter-block .amp-form-submit-error .error-active .newsletter-consent {
  display: none;
}
.newsletter-block input:not([type=submit]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  border: none;
  box-shadow: inset 0 -1px 0 0 currentColor;
  background-color: transparent;
  color: inherit;
  padding: 0 0 6px;
  outline: none;
}
.newsletter-block input:not([type=submit])::placeholder {
  color: inherit;
}
.newsletter-block input:not([type=submit])::-webkit-autofill {
  box-shadow: 0 0 0 30px white inset !important;
}
.newsletter-block label + input:not([type=submit]) {
  margin-top: 30px;
}
.newsletter-block .hidden-label {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}
.newsletter-block .btn-big {
  box-shadow: none;
  background: #ffffff;
  color: #393939;
  margin: 48px auto 0;
}
.newsletter-block .btn-big:hover {
  background: #e8e8e8;
  color: #393939;
}
.newsletter-block .form-message {
  margin-top: 12px;
  text-align: center;
  min-height: 60px;
}
.newsletter-block .newsletter-consent {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 768px) {
  .newsletter-block {
    border-radius: 6px;
    padding: 36px 30px;
  }
  .newsletter-block::before {
    width: 238px;
    height: 128px;
    top: 10%;
    right: -40px;
    transform: scaleX(-1);
  }
  .newsletter-block .section-title {
    padding-right: 25%;
  }
  .newsletter-block .newsletter-description {
    font-size: 1.125rem;
  }
  .newsletter-block .newsletter-form {
    margin-top: 24px;
  }
  .newsletter-block .form-inputs {
    display: flex;
  }
  .newsletter-block .form-text-inputs {
    flex: 1;
  }
  .newsletter-block .btn-big {
    margin: 0 0 0 24px;
  }
  .newsletter-block label + input:not([type=submit]) {
    margin-top: 18px;
  }
  .newsletter-block .form-message {
    text-align: left;
    min-height: 40px;
  }
  .newsletter-block .amp-form-submit-success .success-message {
    height: 70px;
  }
  .newsletter-block .amp-form-submit-error .error-active [submit-error] {
    margin: 0;
    max-width: none;
  }
}
@media only screen and (min-width: 1144px) {
  .newsletter-block {
    padding: 24px 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .newsletter-block {
    padding: 30px 48px;
  }
  .newsletter-block .btn-big {
    margin-left: 48px;
  }
  .newsletter-block .form-message {
    min-height: 20px;
  }
}

.accordion-block .block-description {
  text-align: left;
}
.accordion-block .block-description > :first-child {
  margin-top: 0;
}
.accordion-block .block-description > :last-child {
  margin-bottom: 0;
}
.accordion-block .desktop-button {
  display: none;
}
.accordion-block .entries {
  margin-top: -24px;
  text-align: left;
}
.accordion-block .entry {
  margin: 0;
  padding: 0;
}
.accordion-block .entry::before {
  content: none;
}
.accordion-block .entry-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-block .accordion-plus,
.accordion-block .accordion-minus {
  margin: -6px;
  margin-left: 18px;
  padding: 6px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #007bb3;
  user-select: none;
  cursor: pointer;
}
.accordion-block .accordion-plus:not(:focus-visible),
.accordion-block .accordion-minus:not(:focus-visible) {
  outline: 0;
}
.accordion-block .accordion-minus .vertical-line {
  display: none;
}
.accordion-block .entry-content {
  padding-top: 24px;
  display: none;
}
.accordion-block .entry-content.expanded {
  display: flex;
}
.accordion-block .entry-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 24px;
}
.accordion-block .entry-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.accordion-block .entry-description > :first-child {
  margin-top: 0;
}
.accordion-block .entry-description > :last-child {
  margin-bottom: 0;
}
.accordion-block .divider-block {
  margin: 24px 0;
}
.accordion-block .entry:last-child .divider-block {
  display: none;
}
.accordion-block .mobile-button {
  margin: 48px auto 0;
}
@media only screen and (max-width: 767.9px) {
  .accordion-block .block-title {
    font-size: 2.6875rem;
  }
}
@media only screen and (min-width: 768px) {
  .accordion-block .entry-icon + .entry-description {
    padding-right: 84px;
  }
  .accordion-block .block-description {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1144px) {
  .accordion-block .description-column {
    flex: 0 0 438px;
  }
  .accordion-block .list-column {
    flex: 1;
    margin-left: 30px;
  }
  .accordion-block .block-description {
    margin-bottom: 48px;
  }
  .accordion-block .desktop-button {
    display: flex;
  }
  .accordion-block .entries {
    margin-top: 0;
  }
  .accordion-block .entry-icon + .entry-description {
    padding-right: 0;
  }
  .accordion-block .mobile-button {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .accordion-block .description-column {
    flex-basis: 494px;
  }
}

.testimonial-block {
  position: relative;
  text-align: left;
  overflow: hidden;
}
.testimonial-block.no-image {
  padding-top: 198.5px;
  padding-bottom: 198.5px;
  text-align: center;
}
.testimonial-block.no-image .testimonial-quote {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-block.no-image .testimonial-author {
  display: inline-flex;
  align-items: center;
}
.testimonial-block.no-image .testimonial-author.has-logo {
  flex-direction: column;
  text-align: center;
}
.testimonial-block.no-image .testimonial-author.has-logo .author-avatar {
  margin-bottom: 24px;
  margin-right: 0;
}
.testimonial-block.no-image .testimonial-author.has-logo .company-logo {
  margin-bottom: 24px;
  margin-left: 0;
  order: -1;
}
.testimonial-block.back-image .testimonial-image-wrapper {
  height: 297px;
}
.testimonial-block.back-image .testimonial-image {
  top: 0;
  height: auto;
  object-fit: cover;
}
.testimonial-block.right-image .testimonial-image-wrapper {
  height: 204px;
}
.testimonial-block.right-image .testimonial-image {
  top: 50%;
  height: auto;
}
.testimonial-block .row {
  margin: -18px;
  flex-wrap: wrap-reverse;
}
.testimonial-block .column {
  padding: 18px;
  flex-grow: 1;
}
.testimonial-block .testimonial-image-wrapper {
  height: 273px;
  box-sizing: content-box;
  flex-basis: 0;
}
.testimonial-block .testimonial-text-wrapper {
  z-index: 1;
}
.testimonial-block .testimonial-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 375px;
  object-position: bottom;
}
.testimonial-block .desktop-image {
  display: none;
}
.testimonial-block .double-quote {
  display: inline-flex;
  color: #007bb3;
}
.testimonial-block .double-quote svg + svg {
  margin-left: 8px;
}
.testimonial-block .testimonial-quote {
  margin-top: 48px;
}
.testimonial-block .testimonial-author {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonial-block .author-avatar {
  margin-bottom: 24px;
  margin-right: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonial-block .author-position {
  margin-top: 6px;
}
.testimonial-block .company-logo {
  width: 120px;
  margin-bottom: 24px;
  order: -1;
}
@media only screen and (min-width: 768px) {
  .testimonial-block.no-image {
    padding-top: 179.5px;
    padding-bottom: 179.5px;
  }
  .testimonial-block .testimonial-image-wrapper {
    height: 308px;
  }
  .testimonial-block .testimonial-image {
    height: 410px;
  }
  .testimonial-block .testimonial-quote {
    font-size: 2.0625rem;
  }
  .testimonial-block .testimonial-author {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
  .testimonial-block .author-avatar {
    margin-bottom: 0;
    margin-right: 24px;
  }
  .testimonial-block .company-logo {
    width: 160px;
    margin-bottom: 0;
    margin-left: auto;
    order: initial;
  }
}
@media only screen and (min-width: 1144px) {
  .testimonial-block.no-image {
    padding-top: 107px;
    padding-bottom: 107px;
  }
  .testimonial-block.back-image .testimonial-image-wrapper, .testimonial-block.right-image .testimonial-image-wrapper {
    order: 1;
  }
  .testimonial-block.back-image .testimonial-image, .testimonial-block.right-image .testimonial-image {
    top: 0;
    right: 0;
  }
  .testimonial-block.back-image .testimonial-image-wrapper {
    flex: 1;
    order: 1;
  }
  .testimonial-block.back-image .testimonial-image {
    object-position: center;
  }
  .testimonial-block.back-image .testimonial-text-wrapper {
    flex: 0 0 720px;
  }
  .testimonial-block .row {
    align-items: center;
  }
  .testimonial-block .testimonial-image-wrapper {
    height: 480px;
    box-sizing: border-box;
    flex-basis: auto;
  }
  .testimonial-block .testimonial-image {
    top: 0;
    right: calc(50% + 18px);
    left: auto;
    height: initial;
    width: 100%;
    object-position: right;
  }
  .testimonial-block .mobile-image {
    display: none;
  }
  .testimonial-block .desktop-image {
    display: initial;
  }
}
@media only screen and (min-width: 1440px) {
  .testimonial-block.back-image .testimonial-text-wrapper {
    flex: 810px;
  }
}

.questionnaire-block {
  padding-top: 0;
  padding-bottom: 0;
}
.questionnaire-block .wave {
  color: #007bb3;
}
@media only screen and (max-width: 767.9px) {
  .questionnaire-block .wave {
    width: 184px;
  }
}
.questionnaire-block .block-description {
  max-width: 472px;
  margin-left: auto;
  margin-right: auto;
}
.questionnaire-block .divider-block {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.questionnaire-block .questionnaire-list {
  margin: 36px 0 0;
  text-align: left;
  font-family: "Muli", sans-serif;
  line-height: 1.25;
  font-weight: 900;
  font-size: 1.125rem;
  counter-reset: item;
  list-style-type: none;
  padding: 0;
}
.questionnaire-block .questionnaire-list li {
  margin-top: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  counter-increment: item;
}
.questionnaire-block .questionnaire-list li.questionnaire-details {
  background: #e5f5fc;
  padding-bottom: 102px;
  position: relative;
}
.questionnaire-block .question-wrapper {
  position: relative;
}
.questionnaire-block .questionnaire-success {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e5f5fc;
  text-align: center;
}
.questionnaire-block .questionnaire-success .success-title {
  color: #007bb3;
}
.questionnaire-block .questionnaire-success .success-description {
  margin-top: 24px;
  font-weight: 400;
}
.questionnaire-block .questionnaire-success .success-image {
  margin: 48px 0;
}
.questionnaire-block .questionnaire-success a {
  flex-shrink: 0;
  margin-top: 48px;
}
.questionnaire-block .question::before {
  content: counter(item) ". ";
}
.questionnaire-block .questionnaire-answers {
  padding-top: 36px;
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.questionnaire-block input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.questionnaire-block .questionnaire-answer {
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #5a5a5a;
  margin: 12px;
  width: 136px;
  height: 56px;
  padding: 12px 14px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #c6c6c6;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: 150ms;
  cursor: pointer;
}
.questionnaire-block .questionnaire-answer .helper {
  font-size: 0.625rem;
  line-height: 1.4;
  text-transform: none;
}
.questionnaire-block .error-message {
  margin-top: 6px;
  margin-bottom: -26px;
  display: flex;
  align-items: center;
  color: #ff0000;
}
.questionnaire-block .error-message svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.questionnaire-block input:focus-visible + .questionnaire-answer {
  outline: 1px solid #393939;
}
.questionnaire-block input:checked + .questionnaire-answer {
  color: #007bb3;
  box-shadow: inset 0 0 0 2px #007bb3;
}
.questionnaire-block .questionnaire-textarea {
  margin: 12px;
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  min-height: 117px;
  outline: 0;
  border: 0;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #c6c6c6;
  transition: box-shadow 0.2s;
  resize: vertical;
}
.questionnaire-block .questionnaire-textarea:focus {
  box-shadow: inset 0 0 0 2px #c6c6c6;
}
.questionnaire-block .questionnaire-textarea:focus::placeholder {
  opacity: 0;
}
.questionnaire-block .questionnaire-textarea::placeholder {
  text-align: center;
  padding: 36px 60px 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1rem;
  color: #393939;
}
.questionnaire-block .line-input {
  margin-top: 48px;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0 0 6px;
  background: none;
  box-shadow: inset 0 -1px 0 #393939;
  transition: 0.2s;
}
.questionnaire-block .line-input:first-of-type {
  margin-top: 24px;
}
.questionnaire-block .line-input:focus {
  box-shadow: inset 0 -2px 0 #393939;
}
.questionnaire-block .line-input::placeholder {
  color: inherit;
}
.questionnaire-block .final-step {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
}
.questionnaire-block .newsletter-checkbox {
  margin-top: 18px;
  display: flex;
  cursor: pointer;
}
.questionnaire-block .newsletter-checkbox input {
  margin-right: 12px;
  height: 1.25rem;
}
.questionnaire-block .button-wrapper {
  align-self: center;
  width: 236px;
  margin-top: 48px;
}
.questionnaire-block .button-wrapper button {
  width: 100%;
}
.questionnaire-block .button-wrapper .consent {
  color: #5a5a5a;
  text-align: center;
  margin-top: 12px;
  height: 40px;
}
.questionnaire-block .consent-message > :first-child {
  margin-top: 0;
}
.questionnaire-block .consent-message > :last-child {
  margin-bottom: 0;
}
.questionnaire-block .consent-message a {
  color: inherit;
}
.questionnaire-block .amp-form-submitting .consent-message,
.questionnaire-block .amp-form-submit-error .consent-message {
  display: none;
}
.questionnaire-block .submit-error-message {
  display: flex;
  justify-content: center;
  color: #ff0000;
}
.questionnaire-block .submit-error-message svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
@media only screen and (min-width: 768px) {
  .questionnaire-block .questionnaire-list {
    margin-top: 36px;
  }
  .questionnaire-block .questionnaire-list li {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .questionnaire-block .questionnaire-list li.questionnaire-details {
    padding-bottom: 72px;
  }
  .questionnaire-block .error-message {
    padding-left: 60px;
  }
  .questionnaire-block .question-wrapper {
    padding-left: 60px;
    padding-bottom: 1px;
    margin-bottom: -1px;
  }
  .questionnaire-block .question-wrapper::before {
    position: absolute;
    left: 0;
    top: 0;
    content: counter(item);
    height: 48px;
    width: 48px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #c6c6c6;
    font-family: "Muli", sans-serif;
    line-height: 1.25;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 48px;
    color: #c6c6c6;
    transition: 0.2s;
  }
  .questionnaire-block .question-wrapper::after {
    position: absolute;
    content: "";
    left: 23.5px;
    width: 2px;
    box-shadow: inset 1px 0 0 0 #c6c6c6;
    top: 48px;
    bottom: -60px;
    z-index: 1;
    transition: 0.2s;
  }
  .questionnaire-block .question {
    display: flex;
    height: 48px;
    align-items: center;
  }
  .questionnaire-block .question::before {
    content: none;
  }
  .questionnaire-block .questionnaire-answers {
    margin: -6px;
    padding-top: 24px;
  }
  .questionnaire-block .questionnaire-answer {
    margin: 6px;
    width: 152px;
  }
  .questionnaire-block li:last-of-type .question-wrapper::after {
    display: none;
  }
  .questionnaire-block li.active .question-wrapper::before {
    box-shadow: inset 0 0 0 2px #007bb3;
    color: #007bb3;
  }
  .questionnaire-block li.active.next-active .question-wrapper::after {
    left: 23px;
    box-shadow: inset 2px 0 0 0 #007bb3;
  }
  .questionnaire-block .questionnaire-textarea {
    margin: 6px auto;
    width: 520px;
    min-height: 60px;
  }
  .questionnaire-block .questionnaire-textarea::placeholder {
    padding: 16px 60px 0;
  }
  .questionnaire-block .contact-inputs {
    display: flex;
    margin-top: 24px;
  }
  .questionnaire-block .line-input {
    margin-top: 0;
    margin-left: 48px;
  }
  .questionnaire-block .line-input:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .questionnaire-block .button-wrapper {
    margin-top: 36px;
  }
  .questionnaire-block .questionnaire-success {
    margin-left: 60px;
    align-items: flex-start;
    text-align: left;
  }
  .questionnaire-block .questionnaire-success .success-description,
  .questionnaire-block .questionnaire-success .success-information {
    max-width: 451px;
  }
  .questionnaire-block .questionnaire-success .success-image {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 220px;
    width: 271px;
  }
}
@media only screen and (min-width: 1144px) {
  .questionnaire-block .block-description {
    font-family: "Muli", sans-serif;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 400;
    max-width: 848px;
  }
  .questionnaire-block .block-description b,
  .questionnaire-block .block-description strong {
    font-weight: 700;
  }
  .questionnaire-block .questionnaire-list li {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .questionnaire-block .error-message {
    padding-left: 84px;
  }
  .questionnaire-block .question-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 84px;
    padding-bottom: 1px;
    margin-bottom: -1px;
  }
  .questionnaire-block .question-wrapper::before {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .questionnaire-block .question-wrapper::after {
    left: 29.5px;
    width: 2px;
    box-shadow: inset 1px 0 0 0 #c6c6c6;
    top: 60px;
    bottom: -96px;
  }
  .questionnaire-block .question {
    height: 60px;
    flex: 0 0 306px;
  }
  .questionnaire-block .questionnaire-answers {
    padding-left: 24px;
    padding-top: 0;
  }
  .questionnaire-block .questionnaire-answer {
    width: 142px;
  }
  .questionnaire-block li.active.next-active .question-wrapper::after {
    left: 29px;
  }
  .questionnaire-block .questionnaire-textarea {
    width: 604px;
    margin: 6px;
  }
  .questionnaire-block .questionnaire-list li.questionnaire-details {
    padding-bottom: 102px;
  }
  .questionnaire-block .questionnaire-list li.questionnaire-details .question-wrapper {
    display: block;
    padding-right: 84px;
  }
  .questionnaire-block .contact-inputs {
    margin-top: 36px;
  }
  .questionnaire-block .final-step {
    flex-direction: row;
    align-items: center;
  }
  .questionnaire-block .button-wrapper {
    flex-shrink: 0;
    margin-top: 0;
    margin-left: 36px;
  }
  .questionnaire-block .questionnaire-success {
    margin-left: 84px;
    font-size: 1.25rem;
  }
  .questionnaire-block .questionnaire-success .success-title {
    font-size: 3.125rem;
  }
  .questionnaire-block .questionnaire-success .success-description,
  .questionnaire-block .questionnaire-success .success-information {
    max-width: 489px;
  }
  .questionnaire-block .questionnaire-success .success-image {
    right: 27px;
    top: 0;
    height: auto;
    width: 296px;
  }
}
@media only screen and (min-width: 1440px) {
  .questionnaire-block .block-description {
    max-width: 1028px;
  }
  .questionnaire-block .questionnaire-list {
    font-family: "Muli", sans-serif;
    line-height: 1.25;
    font-weight: 900;
    font-size: 1.25rem;
  }
  .questionnaire-block .question {
    flex-basis: 340px;
  }
  .questionnaire-block .questionnaire-answers {
    padding-left: 48px;
  }
  .questionnaire-block .questionnaire-answer {
    width: 158px;
  }
  .questionnaire-block .questionnaire-textarea {
    width: 674px;
  }
  .questionnaire-block .questionnaire-list li.questionnaire-details .question-wrapper {
    padding-right: 142px;
  }
  .questionnaire-block .questionnaire-success .success-description,
  .questionnaire-block .questionnaire-success .success-information {
    max-width: 599px;
  }
  .questionnaire-block .questionnaire-success .success-image {
    right: 69px;
  }
}

.tech-stack-block {
  background: linear-gradient(211.93deg, rgba(255, 255, 255, 0.4) 0%, rgba(238, 238, 238, 0.4) 10%, rgba(218, 230, 235, 0.4) 50%, rgba(174, 211, 228, 0.4) 100%);
  font-family: "Muli", sans-serif;
  text-align: left;
}
.tech-stack-block .title-container {
  width: min-content;
}
.tech-stack-block .section-title {
  white-space: nowrap;
  margin-bottom: 12px;
}
.tech-stack-block .eyebrow {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}
.tech-stack-block .subtitle {
  margin: 0;
}
.tech-stack-block .title-accent {
  color: #007bb3;
}
.tech-stack-block .cards {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  align-items: flex-start;
  gap: 36px;
}
@media only screen and (min-width: 1144px) {
  .tech-stack-block .cards {
    margin-top: 72px;
  }
}
.tech-stack-block .card {
  border: 1px solid color-mix(in srgb, #007bb3 14%, transparent);
  border-radius: 0.5rem;
  box-shadow: 0px 4px 12px 0px rgba(101, 144, 164, 0.3);
  overflow: hidden;
}
.tech-stack-block .card-title {
  background: #f8fafc;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  line-height: 2rem;
  color: #007bb3;
}
.tech-stack-block .card-title svg {
  width: 2rem;
  height: 2rem;
}
.tech-stack-block .card-section {
  border-top: 1px solid color-mix(in srgb, #007bb3 14%, transparent);
  background: #ffffff;
  padding: 1rem;
}
.tech-stack-block .card-section-content {
  padding: 0.75rem;
  transition: 0.2s;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.tech-stack-block .card-section:hover .card-section-content {
  background: rgba(240, 246, 250, 0.4);
  box-shadow: 0 0 0 1px color-mix(in srgb, #007bb3 14%, transparent);
}
.tech-stack-block .card-section-title-container {
  display: flex;
  line-height: 1.5rem;
}
.tech-stack-block .card-section-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
.tech-stack-block .card-section-badge {
  margin: 0 0 0 auto;
  color: var(--badge-color, #007bb3);
  background: color-mix(in srgb, currentColor 14%, transparent);
  border-radius: 0.125rem;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.tech-stack-block .card-section-description {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
}
.tech-stack-block .card-section-tags {
  margin: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.tech-stack-block .card-section-tags span {
  border-radius: 0.125rem;
  box-shadow: 0 0 0 1px color-mix(in srgb, #007bb3 14%, transparent);
  background: #ffffff;
  padding: 0 0.5rem;
}

.front .block.alignfull,
.front .wp-block-embed.alignfull {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
