/*!
Theme Name: Getfluence
Description: Getfluence theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 540px
}

.container--full {
  padding: 0;
  max-width: 540px
}

.row {
  margin-left: -16px
}

.row:after {
  display: table;
  clear: both;
  content: ''
}

.row .col--center {
  padding-left: 16px
}

.col {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 16px;
  width: 100%
}

.col--center {
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  float: none
}

.col-xs-1 {
  width: 25%
}

.col-xs-2 {
  width: 50%
}

.col-xs-3 {
  width: 75%
}

@media (min-width: 768px) {

  .container,
  .container--full {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1280px
  }

  .container--full {
    width: 540px
  }

  .row {
    margin-left: -24px
  }

  .row .col--center {
    padding-left: 24px
  }

  .col {
    padding-left: 24px
  }

  .col--center {
    padding-left: 0
  }

  .col-md-1 {
    width: 8.33333%
  }

  .col-md-offset-1 {
    margin-left: 8.33333%
  }

  .col-md-2 {
    width: 16.66667%
  }

  .col-md-offset-2 {
    margin-left: 16.66667%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-4 {
    width: 33.33333%
  }

  .col-md-offset-4 {
    margin-left: 33.33333%
  }

  .col-md-5 {
    width: 41.66667%
  }

  .col-md-offset-5 {
    margin-left: 41.66667%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-7 {
    width: 58.33333%
  }

  .col-md-offset-7 {
    margin-left: 58.33333%
  }

  .col-md-8 {
    width: 66.66667%
  }

  .col-md-offset-8 {
    margin-left: 66.66667%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-10 {
    width: 83.33333%
  }

  .col-md-offset-10 {
    margin-left: 83.33333%
  }

  .col-md-11 {
    width: 91.66667%
  }

  .col-md-offset-11 {
    margin-left: 91.66667%
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-offset-12 {
    margin-left: 100%
  }
}

@media (min-width: 1080px) {
  .container {
    padding-left: 32px;
    padding-right: 32px
  }

  .container--full {
    width: auto
  }

  .row {
    margin-left: -32px
  }

  .row .col--center {
    padding-left: 32px
  }

  .col {
    padding-left: 32px
  }

  .col--center {
    padding-left: 0
  }

  .col-lg-1 {
    width: 8.33333%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%
  }

  .col-lg-2 {
    width: 16.66667%
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-4 {
    width: 33.33333%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%
  }

  .col-lg-5 {
    width: 41.66667%
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-7 {
    width: 58.33333%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%
  }

  .col-lg-8 {
    width: 66.66667%
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-10 {
    width: 83.33333%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%
  }

  .col-lg-11 {
    width: 91.66667%
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

.grid-debug {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  display: none
}

.grid-debug.is-visible {
  display: block;
  opacity: 0.4
}

.grid-debug .container {
  height: 100%
}

.grid-debug .row {
  height: 100%
}

.grid-debug .col {
  height: 100%;
  background: rgba(27, 122, 181, 0.3)
}

.grid-debug .col div {
  height: 100%;
  background: rgba(27, 122, 181, 0.3)
}

@media (min-width: 1280px) {
  .col-mw-1 {
    width: 8.33333%
  }

  .col-mw-offset-1 {
    margin-left: 8.33333%
  }

  .col-mw-2 {
    width: 16.66667%
  }

  .col-mw-offset-2 {
    margin-left: 16.66667%
  }

  .col-mw-3 {
    width: 25%
  }

  .col-mw-offset-3 {
    margin-left: 25%
  }

  .col-mw-4 {
    width: 33.33333%
  }

  .col-mw-offset-4 {
    margin-left: 33.33333%
  }

  .col-mw-5 {
    width: 41.66667%
  }

  .col-mw-offset-5 {
    margin-left: 41.66667%
  }

  .col-mw-6 {
    width: 50%
  }

  .col-mw-offset-6 {
    margin-left: 50%
  }

  .col-mw-7 {
    width: 58.33333%
  }

  .col-mw-offset-7 {
    margin-left: 58.33333%
  }

  .col-mw-8 {
    width: 66.66667%
  }

  .col-mw-offset-8 {
    margin-left: 66.66667%
  }

  .col-mw-9 {
    width: 75%
  }

  .col-mw-offset-9 {
    margin-left: 75%
  }

  .col-mw-10 {
    width: 83.33333%
  }

  .col-mw-offset-10 {
    margin-left: 83.33333%
  }

  .col-mw-11 {
    width: 91.66667%
  }

  .col-mw-offset-11 {
    margin-left: 91.66667%
  }

  .col-mw-12 {
    width: 100%
  }

  .col-mw-offset-12 {
    margin-left: 100%
  }
}

:root {
  --black: #000;
  --grey-900: #171717;
  --grey-800: #262626;
  --grey-700: #404040;
  --grey-600: #525252;
  --grey-500: #737373;
  --grey-475: #9D9D9D;
  --grey-450: #A9A29C;
  --grey-400: #A3A3A3;
  --grey-350: #D7D3D0;
  --grey-300: #D4D4D4;
  --grey-200: #E5E5E5;
  --grey-150: #F6F4EF;
  --grey-100: #F5F5F5;
  --grey-75: #FAF8F5;
  --grey-050: #FAFAFA;
  --white: #fff;
  --yellow-900: #7A5B0D;
  --yellow-800: #937216;
  --yellow-700: #B79323;
  --yellow-600: #DBB633;
  --yellow-500: #FFDA47;
  --yellow-400: #FFE675;
  --yellow-300: #FFED90;
  --yellow-200: #FFF4B5;
  --yellow-100: #FFFADA;
  --yellow-050: #FFFCEF;
  --red: #e7255b;
  --green: #35dda4;
  --indigo: #3c0e70;
  --text-primary: var(--black);
  --text-secondary: var(--grey-800);
  --text-tertiary: var(--grey-500);
  --foreground: var(--white);
  --font-default: 16px;
  --font-body: 16px;
  --border: rgba(38, 38, 38, 0.1)
}

[data-theme='dark'] {
  --foreground: var(--grey-800);
  --text-primary: var(--white);
  --text-secondary: var(--grey-200);
  --text-tertiary: var(--grey-400);
  --border: rgba(255, 255, 255, 0.2)
}

@media (min-width: 768px) {
  :root {
    --font-body: 20px
  }
}

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.ttf?6duvp2") format("truetype"), url("../fonts/icons.woff?6duvp2") format("woff"), url("../fonts/icons.svg?6duvp2#getfluence-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block
}

@font-face {
  font-display: swap;
  font-family: "Sharp Grotesk";
  src: url("../fonts/SharpGroteskMedium22.woff2") format("woff2"), url("../fonts/SharpGroteskMedium22.woff") format("woff");
  font-weight: 500
}

html {
  overflow-x: hidden
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text-secondary);
  font-family: "Inter", arial, sans-serif;
  font-size: var(--font-body);
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background-color: var(--foreground);
  min-height: 100vh
}

body.single {
  background-color: var(--grey-050)
}

*,
*:after,
*:before {
  box-sizing: border-box
}

blockquote,
caption,
details,
dl,
figure,
hgroup,
label,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0 0 8px
}

body,
figure,
html,
label,
textarea,
dd {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
  font-family: "Sharp Grotesk"
}

h1,
h2,
h3 {
  margin-bottom: 16px
}

ol,
ul {
  padding-left: 0;
  margin-bottom: 0
}

table {
  margin-bottom: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block
}

blockquote,
code,
img,
input,
pre,
table,
td,
textarea,
video {
  max-width: 100%
}

img {
  height: auto
}

div,
h1,
p,
table,
td,
textarea,
th {
  word-wrap: break-word;
  hyphens: none
}

input,
select,
textarea {
  font-family: inherit;
  font-size: 14px;
  font-weight: 300
}

input:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed
}

input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: none;
  font: inherit
}

button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer
}

img {
  vertical-align: middle
}

a img {
  border: 0
}

body>script {
  display: none !important
}

a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1)
}

ul {
  list-style: none
}

ul.list {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 1em
}

nav>ul>li {
  display: inline-block
}

figure img,
figure div {
  margin-bottom: 8px
}

iframe {
  border: 0;
  overflow: hidden
}

.clearfix:after {
  content: ' ';
  display: table;
  clear: both
}

.clear {
  clear: both
}

::placeholder {
  color: var(--black) -tertiary
}

::-webkit-input-placeholder {
  color: var(--black) -tertiary
}

::-moz-placeholder {
  color: var(--black) -tertiary
}

:-ms-input-placeholder {
  color: var(--black) -tertiary !important
}

::-ms-input-placeholder {
  color: var(--black) -tertiary
}

@media (max-width: 767px) {
  .mobile-ban:not(.mobile-ban--force-display) {
    display: none
  }

  .mobile-only.mobile-only--force-hide {
    display: none
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important
  }
}

@media (max-width: 1079px) {
  .tablet-ban:not(.tablet-ban--force-display) {
    display: none
  }

  .tablet-only.tablet-only--force-hide {
    display: none
  }
}

@media (min-width: 1080px) {
  .tablet-only {
    display: none
  }

  .desktop-ban {
    display: none
  }
}

.mr-0 {
  margin-right: 0
}

.ml-0 {
  margin-left: 0
}

.mr-1 {
  margin-right: 4px
}

.ml-1 {
  margin-left: 4px
}

.mr-2 {
  margin-right: 8px
}

.ml-2 {
  margin-left: 8px
}

.mr-3 {
  margin-right: 16px
}

.ml-3 {
  margin-left: 16px
}

.mr-4 {
  margin-right: 24px
}

.ml-4 {
  margin-left: 24px
}

.mr-5 {
  margin-right: 32px
}

.ml-5 {
  margin-left: 32px
}

.mr-6 {
  margin-right: 40px
}

.ml-6 {
  margin-left: 40px
}

.mt-0 {
  margin-top: 0
}

.mb-0 {
  margin-bottom: 0
}

.mt-1 {
  margin-top: 8px
}

.mb-1 {
  margin-bottom: 8px
}

.mt-2 {
  margin-top: 16px
}

.mb-2 {
  margin-bottom: 16px
}

.mt-3 {
  margin-top: 24px
}

.mb-3 {
  margin-bottom: 24px
}

.mt-4 {
  margin-top: 32px
}

.mb-4 {
  margin-bottom: 32px
}

.mt-5 {
  margin-top: 40px
}

.mb-5 {
  margin-bottom: 40px
}

.mt-6 {
  margin-top: 48px
}

.mb-6 {
  margin-bottom: 48px
}

.mt-7 {
  margin-top: 56px
}

.mb-7 {
  margin-bottom: 56px
}

.mt-8 {
  margin-top: 80px
}

.mb-8 {
  margin-bottom: 80px
}

.mt-9 {
  margin-top: 116px
}

.mb-9 {
  margin-bottom: 116px
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0
  }

  .mb-md-0 {
    margin-bottom: 0
  }

  .mt-md-1 {
    margin-top: 8px
  }

  .mb-md-1 {
    margin-bottom: 8px
  }

  .mt-md-2 {
    margin-top: 16px
  }

  .mb-md-2 {
    margin-bottom: 16px
  }

  .mt-md-3 {
    margin-top: 24px
  }

  .mb-md-3 {
    margin-bottom: 24px
  }

  .mt-md-4 {
    margin-top: 32px
  }

  .mb-md-4 {
    margin-bottom: 32px
  }

  .mt-md-5 {
    margin-top: 40px
  }

  .mb-md-5 {
    margin-bottom: 40px
  }

  .mt-md-6 {
    margin-top: 48px
  }

  .mb-md-6 {
    margin-bottom: 48px
  }

  .mt-md-7 {
    margin-top: 56px
  }

  .mb-md-7 {
    margin-bottom: 56px
  }

  .mt-md-8 {
    margin-top: 80px
  }

  .mb-md-8 {
    margin-bottom: 80px
  }

  .mt-md-9 {
    margin-top: 116px
  }

  .mb-md-9 {
    margin-bottom: 116px
  }
}

@media (min-width: 1080px) {
  .mt-lg-0 {
    margin-top: 0
  }

  .mb-lg-0 {
    margin-bottom: 0
  }

  .mt-lg-1 {
    margin-top: 8px
  }

  .mb-lg-1 {
    margin-bottom: 8px
  }

  .mt-lg-2 {
    margin-top: 16px
  }

  .mb-lg-2 {
    margin-bottom: 16px
  }

  .mt-lg-3 {
    margin-top: 24px
  }

  .mb-lg-3 {
    margin-bottom: 24px
  }

  .mt-lg-4 {
    margin-top: 32px
  }

  .mb-lg-4 {
    margin-bottom: 32px
  }

  .mt-lg-5 {
    margin-top: 40px
  }

  .mb-lg-5 {
    margin-bottom: 40px
  }

  .mt-lg-6 {
    margin-top: 48px
  }

  .mb-lg-6 {
    margin-bottom: 48px
  }

  .mt-lg-7 {
    margin-top: 56px
  }

  .mb-lg-7 {
    margin-bottom: 56px
  }

  .mt-lg-8 {
    margin-top: 80px
  }

  .mb-lg-8 {
    margin-bottom: 80px
  }

  .mt-lg-9 {
    margin-top: 116px
  }

  .mb-lg-9 {
    margin-bottom: 116px
  }
}

.pr-0 {
  padding-right: 0
}

.pl-0 {
  padding-left: 0
}

.pr-1 {
  padding-right: 4px
}

.pl-1 {
  padding-left: 4px
}

.pr-2 {
  padding-right: 8px
}

.pl-2 {
  padding-left: 8px
}

.pr-3 {
  padding-right: 16px
}

.pl-3 {
  padding-left: 16px
}

.pr-4 {
  padding-right: 24px
}

.pl-4 {
  padding-left: 24px
}

.pr-5 {
  padding-right: 32px
}

.pl-5 {
  padding-left: 32px
}

.pr-6 {
  padding-right: 40px
}

.pl-6 {
  padding-left: 40px
}

.pr-7 {
  padding-right: 56px
}

.pl-7 {
  padding-left: 56px
}

.pr-8 {
  padding-right: 80px
}

.pl-8 {
  padding-left: 80px
}

.pt-0 {
  padding-top: 0
}

.pb-0 {
  padding-bottom: 0
}

.pt-1 {
  padding-top: 8px
}

.pb-1 {
  padding-bottom: 8px
}

.pt-2 {
  padding-top: 16px
}

.pb-2 {
  padding-bottom: 16px
}

.pt-3 {
  padding-top: 24px
}

.pb-3 {
  padding-bottom: 24px
}

.pt-4 {
  padding-top: 32px
}

.pb-4 {
  padding-bottom: 32px
}

.pt-5 {
  padding-top: 40px
}

.pb-5 {
  padding-bottom: 40px
}

.pt-6 {
  padding-top: 48px
}

.pb-6 {
  padding-bottom: 48px
}

.pt-7 {
  padding-top: 56px
}

.pb-7 {
  padding-bottom: 56px
}

.pt-8 {
  padding-top: 80px
}

.pb-8 {
  padding-bottom: 80px
}

.pt-9 {
  padding-top: 116px
}

.pb-9 {
  padding-bottom: 116px
}

@media (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0
  }

  .pl-md-0 {
    padding-left: 0
  }

  .pr-md-1 {
    padding-right: 4px
  }

  .pl-md-1 {
    padding-left: 4px
  }

  .pr-md-2 {
    padding-right: 8px
  }

  .pl-md-2 {
    padding-left: 8px
  }

  .pr-md-3 {
    padding-right: 16px
  }

  .pl-md-3 {
    padding-left: 16px
  }

  .pr-md-4 {
    padding-right: 24px
  }

  .pl-md-4 {
    padding-left: 24px
  }

  .pr-md-5 {
    padding-right: 32px
  }

  .pl-md-5 {
    padding-left: 32px
  }

  .pr-md-6 {
    padding-right: 40px
  }

  .pl-md-6 {
    padding-left: 40px
  }

  .pr-md-7 {
    padding-right: 56px
  }

  .pl-md-7 {
    padding-left: 56px
  }

  .pr-md-8 {
    padding-right: 80px
  }

  .pl-md-8 {
    padding-left: 80px
  }

  .pt-md-0 {
    padding-top: 0
  }

  .pb-md-0 {
    padding-bottom: 0
  }

  .pt-md-1 {
    padding-top: 8px
  }

  .pb-md-1 {
    padding-bottom: 8px
  }

  .pt-md-2 {
    padding-top: 16px
  }

  .pb-md-2 {
    padding-bottom: 16px
  }

  .pt-md-3 {
    padding-top: 24px
  }

  .pb-md-3 {
    padding-bottom: 24px
  }

  .pt-md-4 {
    padding-top: 32px
  }

  .pb-md-4 {
    padding-bottom: 32px
  }

  .pt-md-5 {
    padding-top: 40px
  }

  .pb-md-5 {
    padding-bottom: 40px
  }

  .pt-md-6 {
    padding-top: 48px
  }

  .pb-md-6 {
    padding-bottom: 48px
  }

  .pt-md-7 {
    padding-top: 56px
  }

  .pb-md-7 {
    padding-bottom: 56px
  }

  .pt-md-8 {
    padding-top: 80px
  }

  .pb-md-8 {
    padding-bottom: 80px
  }

  .pt-md-9 {
    padding-top: 116px
  }

  .pb-md-9 {
    padding-bottom: 116px
  }
}

@media (min-width: 1080px) {
  .pr-lg-0 {
    padding-right: 0
  }

  .pl-lg-0 {
    padding-left: 0
  }

  .pr-lg-1 {
    padding-right: 4px
  }

  .pl-lg-1 {
    padding-left: 4px
  }

  .pr-lg-2 {
    padding-right: 8px
  }

  .pl-lg-2 {
    padding-left: 8px
  }

  .pr-lg-3 {
    padding-right: 16px
  }

  .pl-lg-3 {
    padding-left: 16px
  }

  .pr-lg-4 {
    padding-right: 24px
  }

  .pl-lg-4 {
    padding-left: 24px
  }

  .pr-lg-5 {
    padding-right: 32px
  }

  .pl-lg-5 {
    padding-left: 32px
  }

  .pr-lg-6 {
    padding-right: 40px
  }

  .pl-lg-6 {
    padding-left: 40px
  }

  .pr-lg-7 {
    padding-right: 56px
  }

  .pl-lg-7 {
    padding-left: 56px
  }

  .pr-lg-8 {
    padding-right: 80px
  }

  .pl-lg-8 {
    padding-left: 80px
  }

  .pt-lg-0 {
    padding-top: 0
  }

  .pb-lg-0 {
    padding-bottom: 0
  }

  .pt-lg-1 {
    padding-top: 8px
  }

  .pb-lg-1 {
    padding-bottom: 8px
  }

  .pt-lg-2 {
    padding-top: 16px
  }

  .pb-lg-2 {
    padding-bottom: 16px
  }

  .pt-lg-3 {
    padding-top: 24px
  }

  .pb-lg-3 {
    padding-bottom: 24px
  }

  .pt-lg-4 {
    padding-top: 32px
  }

  .pb-lg-4 {
    padding-bottom: 32px
  }

  .pt-lg-5 {
    padding-top: 40px
  }

  .pb-lg-5 {
    padding-bottom: 40px
  }

  .pt-lg-6 {
    padding-top: 48px
  }

  .pb-lg-6 {
    padding-bottom: 48px
  }

  .pt-lg-7 {
    padding-top: 56px
  }

  .pb-lg-7 {
    padding-bottom: 56px
  }

  .pt-lg-8 {
    padding-top: 80px
  }

  .pb-lg-8 {
    padding-bottom: 80px
  }

  .pt-lg-9 {
    padding-top: 116px
  }

  .pb-lg-9 {
    padding-bottom: 116px
  }
}

h1,
.h1 {
  font-size: 32px
}

h2,
.h2 {
  font-size: 28px
}

h3,
.h3 {
  font-size: 24px
}

h4,
.h4 {
  font-size: 18px;
  line-height: 24px
}

h5,
.h5 {
  font-size: 18px;
  line-height: 28px
}

.subtitle {
  font-size: 16px;
  line-height: 28px;
  font-family: "Sharp Grotesk";
  font-weight: 500;
  color: var(--grey-500)
}

@media (min-width: 768px) {

  h1,
  .h1 {
    font-size: 52px;
    line-height: 76px
  }

  h2,
  .h2 {
    font-size: 40px
  }

  h3,
  .h3 {
    font-size: 32px
  }

  h4,
  .h4 {
    font-size: 24px;
    line-height: 1.5
  }

  .subtitle {
    font-size: 24px;
    line-height: 1.5;
    text-align: center
  }
}

.ft-primary {
  font-size: 18px;
  line-height: 24px
}

.ft-secondary {
  font-size: 16px;
  line-height: 1.5
}

.ft-tertiary {
  font-size: 14px;
  line-height: 20px
}

.ft-default {
  font-family: "Inter"
}

.ft-heading {
  font-family: "Sharp Grotesk"
}

.ft-up {
  text-transform: uppercase
}

.ft-center {
  text-align: center
}

@media (min-width: 768px) {
  .ft-center-md {
    text-align: center
  }
}

.ft-right {
  text-align: right
}

.ft-italic {
  font-style: italic
}

.ft-nowrap {
  white-space: nowrap
}

.ft-100 {
  font-weight: 100
}

.ft-300 {
  font-weight: 300
}

.ft-400 {
  font-weight: 400
}

.ft-500 {
  font-weight: 500
}

.ft-600 {
  font-weight: 600
}

.ft-700 {
  font-weight: 700
}

.ft-truncat {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.c-white {
  color: var(--white)
}

.c-black {
  color: var(--grey-900)
}

.c-grey-800 {
  color: var(--grey-800)
}

.c-grey-700 {
  color: var(--grey-700)
}

.c-grey-600 {
  color: var(--grey-600)
}

.c-grey-500 {
  color: var(--grey-500)
}

.c-grey-400 {
  color: var(--grey-400)
}

.c-grey-350 {
  color: var(--grey-350)
}

.c-grey-300 {
  color: var(--grey-300)
}

.c-grey-200 {
  color: var(--grey-200)
}

.c-grey-100 {
  color: var(--grey-100)
}

.c-grey-050 {
  color: var(--grey-050)
}

.c-red {
  color: var(--red)
}

.c-green {
  color: var(--green)
}

.c-yellow {
  color: var(--yellow-500)
}

.c-primary {
  color: var(--yellow-500)
}

.c-secondary {
  color: var(--grey-800)
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(24px)
  }

  100% {
    opacity: 1;
    transform: translateX(0px)
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-24px)
  }

  100% {
    opacity: 1;
    transform: translateX(0px)
  }
}

@keyframes loopY {
  0% {
    transform: translateY(0%)
  }

  100% {
    transform: translateY(-100%)
  }
}

@keyframes loopX {
  0% {
    transform: translateX(0%)
  }

  100% {
    transform: translateX(-100%)
  }
}

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px
}

.icon-15 {
  font-size: 15px
}

.icon-16 {
  font-size: 16px
}

.icon-20 {
  font-size: 20px
}

.icon-22 {
  font-size: 22px
}

.icon-24 {
  font-size: 24px
}

.icon-28 {
  font-size: 28px
}

.icon-36 {
  font-size: 36px
}

.icon-40 {
  font-size: 40px
}

.icon--block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: var(--yellow-500);
  background: var(--yellow-100);
  border-radius: 4px;
  width: 44px;
  height: 44px
}

.icon--block.c-green {
  color: var(--green);
  background: var(--green) -light
}

.icon--block.icon-28 {
  width: 56px;
  height: 56px
}

.icon--block.icon-24 {
  width: 48px;
  height: 48px;
  min-width: 48px
}

.icon--block.icon-36 {
  width: 86px;
  height: 86px;
  min-width: 86px
}

.icon--round {
  border-radius: 100%
}

.icon--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--white), 0.16);
  color: var(--white);
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  font-size: 20px
}

.icon-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--white);
  border-radius: 50%;
  color: var(--yellow-500);
  text-decoration: none
}

.icon-social i {
  margin-top: 2px;
  font-size: 32px
}

.icon-social:hover {
  color: var(--yellow-600);
  background: var(--white) -secondary
}

.icon-android:before {
  content: "\e93a"
}

.icon-apple:before {
  content: "\e93b"
}

.icon-transport:before {
  content: '\e900'
}

.icon-toggle-right:before {
  content: '\e901'
}

.icon-telephone:before {
  content: '\e902'
}

.icon-shop:before {
  content: '\e903'
}

.icon-search:before {
  content: '\e904'
}

.icon-sante:before {
  content: '\e905'
}

.icon-rss:before {
  content: '\e906'
}

.icon-refresh-cw:before {
  content: '\e907'
}

.icon-plus:before {
  content: '\e908'
}

.icon-play:before {
  content: '\e909'
}

.icon-pen:before {
  content: '\e90a'
}

.icon-more-horizontal:before {
  content: '\e90b'
}

.icon-money:before {
  content: '\e90c'
}

.icon-message-circle:before {
  content: '\e90d'
}

.icon-menu:before {
  content: '\e90e'
}

.is-open .icon-menu:before {
  content: '\e922'
}

.icon-map-pin:before {
  content: '\e90f'
}

.icon-linkedin:before {
  content: '\e910'
}

.icon-life-buoy:before {
  content: '\e911'
}

.icon-layout:before {
  content: '\e912'
}

.icon-info:before {
  content: '\e913'
}

.icon-infinity:before {
  content: '\e914'
}

.icon-industry:before {
  content: '\e915'
}

.icon-immobilier:before {
  content: '\e916'
}

.icon-image:before {
  content: '\e917'
}

.icon-help-circle:before {
  content: '\e918'
}

.icon-grid:before {
  content: '\e919'
}

.icon-filter:before {
  content: '\e91a'
}

.icon-file-text:before {
  content: '\e91b'
}

.icon-facebook:before {
  content: '\e91c'
}

.icon-energy:before {
  content: '\e91d'
}

.icon-email:before {
  content: '\e91e'
}

.icon-download:before {
  content: '\e91f'
}

.icon-crosshair:before {
  content: '\e920'
}

.icon-cloud:before {
  content: '\e921'
}

.icon-close:before {
  content: '\e922'
}

.icon-close-circle:before {
  content: '\e923'
}

.icon-clock:before {
  content: '\e924'
}

.icon-clipboard:before {
  content: '\e925'
}

.icon-clipsearch:before {
  content: '\e926'
}

.icon-chevron-up:before {
  content: '\e927'
}

.icon-chevron-right:before {
  content: '\e928'
}

.icon-chevron-left {
  transform: rotate(180deg)
}

.icon-chevron-left:before {
  content: '\e928'
}

.icon-chevron-down:before {
  content: '\e929'
}

.icon-check:before {
  content: '\e92a'
}

.icon-check-square:before {
  content: '\e92b'
}

.icon-check-circle:before {
  content: '\e92c'
}

.icon-camera:before {
  content: '\e92d'
}

.icon-calendar:before {
  content: '\e92e'
}

.icon-book-open:before {
  content: '\e92f'
}

.icon-bell:before {
  content: '\e930'
}

.icon-arrow-up-right:before {
  content: '\e931'
}

.icon-arrow-right:before {
  content: '\e932'
}

.icon-arrow-left {
  transform: rotate(180deg)
}

.icon-arrow-left:before {
  content: '\e932'
}

.icon-alert-triangle:before {
  content: '\e933'
}

.icon-adresse:before {
  content: '\e934'
}

.icon-trello:before {
  content: '\e935'
}

.icon-truck:before {
  content: '\e936'
}

.icon-twitter:before {
  content: '\e937'
}

.icon-users:before {
  content: '\e938'
}

.icon-youtube:before {
  content: '\e939'
}

.btn {
  --button-border-secondary: var(--grey-800);
  --button-hover-bg: var(--grey-800);
  --button-hover-color: var(--white);
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 68px;
  min-width: 68px;
  border-radius: 8px;
  background-clip: padding-box;
  font-size: var(--font-default);
  font-weight: 600;
  transition: all 0.2s ease-in-out, background-color 0.15s ease-in-out, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  color: var(--text-primary);
  padding: 0 24px;
  outline: none;
  text-decoration: none;
  background-color: var(--white)
}

[data-theme="dark"] .btn {
  --button-border-secondary: var(--grey-500);
  --button-hover-bg: var(--white);
  --button-hover-color: var(--black)
}

.btn.is-disabled,
.btn[disabled] {
  pointer-events: none;
  opacity: 0.4
}

.btn--round {
  padding: 0;
  border: 1px solid var(--grey-100);
  height: 40px;
  min-width: 40px;
  line-height: 40px
}

.btn--small {
  height: 48px;
  min-width: 48px;
  line-height: 48px
}

.btn--full {
  width: 100%
}

.btn--primary {
  color: var(--white);
  background-color: var(--grey-800);
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.16)
}

.btn--primary:hover,
.btn--primary:focus {
  color: var(--black);
  background-color: var(--yellow-500);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.16);
  transform: scale(1.1)
}

.btn--secondary {
  border: 1px solid var(--button-border-secondary);
  background: transparent
}

.btn--secondary:hover {
  background: var(--button-hover-bg);
  color: var(--button-hover-color)
}

.btn--social {
  background: transparent;
  color: var(--grey-500);
  border: 1px solid var(--white) -secondary;
  padding: 0;
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%
}

.btn--social i {
  position: relative;
  top: 1px;
  font-size: 36px;
  transition: color .2s ease-in
}

.btn--social:hover i {
  color: var(--black)
}

.btn--fixed {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .15s ease-out, transform .15s ease-out
}

.btn--fixed.is-visible {
  opacity: 1;
  transform: translateY(0)
}

.btn--V2 {
  padding: 0 40px
}

.btn--white {
  color: var(--grey-800);
  background-color: #F8F8F8;
  box-shadow: 0 0 0 8px rgba(248, 248, 248, 0.16)
}

.btn--white:hover,
.btn--white:focus {
  color: var(--black);
  background-color: var(--yellow-500);
  box-shadow: 0 0 0 4px rgba(248, 248, 248, 0.16);
  transform: scale(1.1)
}

.btn--yellow {
  color: var(--grey-800);
  background-color: var(--yellow-500);
  box-shadow: 0 0 0 8px rgba(248, 248, 248, 0.16)
}

.btn--yellow:hover,
.btn--yellow:focus {
  color: var(--black);
  background-color: var(--white);
  box-shadow: 0 0 0 4px rgba(248, 248, 248, 0.16);
  transform: scale(1.1)
}

.link {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-family: "Sharp Grotesk";
  font-weight: 500;
  text-decoration: none;
  padding-right: 20px;
  border-radius: 8px
}

.link:not(a) {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1)
}

.link:hover {
  color: var(--white);
  background: rgba(0, 10, 18, 0.16)
}

.link:focus {
  background: rgba(0, 10, 18, 0.16)
}

.link i {
  vertical-align: text-bottom
}

.link--no-label {
  padding-right: 0
}

.link--no-label .link__icon {
  margin-right: 0
}

.link__icon {
  box-sizing: content-box;
  background-clip: padding-box;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  border: 5px solid rgba(0, 0, 0, 0.16);
  color: var(--white);
  background-color: var(--grey-800);
  margin-right: 16px
}

.list-links li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 24px;
  margin-bottom: 24px
}

.list-links li:last-child {
  border-bottom: 0;
  margin-bottom: 0
}

@media (min-width: 1080px) {
  .list-links li {
    font-size: 18px
  }
}

.tag {
  --label-color: initial;
  --bg-color: var(--grey-350);
  padding: 6px 11px;
  line-height: 20px;
  font-weight: 600;
  font-size: 14px;
  background: var(--bg-color);
  color: var(--label-color);
  transition: all .15s ease-out;
  max-width: 216px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  text-decoration: none
}

[data-theme="dark"] .tag {
  --label-color: var(--grey-475);
  --bg-color: var(--black)
}

.tag.is-active,
.tag:hover,
.tag:focus {
  background: var(--yellow-500);
  color: var(--grey-800)
}

.tag--dark {
  background: var(--grey-800);
  color: var(--grey-050)
}

@media (min-width: 768px) {
  [data-theme="dark"] .tag {
    --label-color: var(--grey-800);
    --bg-color: var(--grey-350)
  }
}

.box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: var(--white);
  padding: 24px
}

.section {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px
}

.section.has-card {
  padding-bottom: 0;
  margin-bottom: -150px
}

.section.has-card+.section-cover .section {
  padding-top: 230px
}

.section-grey {
  background-color: var(--grey-100)
}

.section-cream {
  background-color: #F4F2ED
}

.section-yellow {
  background-color: var(--yellow-500)
}

.section-black {
  background-color: var(--grey-800);
  color: var(--white)
}

.section-dark {
  background-color: var(--grey-900);
  color: var(--white)
}

.section-cover {
  overflow: hidden;
  position: relative
}

.section-cover__img {
  width: calc(100% + 48px);
  margin-left: -24px;
  max-width: none
}

.section-white {
  background-color: var(--white)
}

@media (min-width: 768px) {
  .section {
    padding-top: 116px;
    padding-bottom: 116px
  }

  .section.has-card {
    margin-bottom: -100px
  }

  .section--large {
    padding-top: 200px;
    padding-bottom: 200px
  }

  .section--small {
    padding-top: 56px;
    padding-bottom: 56px
  }

  .section-cover__img {
    position: absolute;
    object-fit: cover;
    left: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    max-width: 800px;
    margin-left: 0
  }
}

@media (min-width: 1080px) {
  .section.has-card {
    margin-bottom: -145px
  }

  .section--fixed .row {
    display: flex;
    align-items: center;
    height: 800px
  }
}

hr {
  border: 0;
  border-bottom: 1px solid var(--grey-200);
  margin: 0
}

.f {
  display: flex
}

.f-inline {
  display: inline-flex
}

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

.f-direction-row-reverse {
  flex-direction: row-reverse
}

.f-align-items-center {
  align-items: center
}

.f-align-self-center {
  align-self: center
}

.f-jc-center {
  justify-content: center
}

.f-jc-left {
  justify-content: flex-start
}

.f-jc-right {
  justify-content: flex-end
}

.f-jc-space-b {
  justify-content: space-between
}

.f-jc-space-a {
  justify-content: space-around
}

.f-ai-baseline {
  align-items: baseline
}

.f-wrap {
  flex-wrap: wrap
}

.ml-auto {
  margin-left: auto
}

@media (min-width: 768px) {
  .f--tablet {
    display: flex
  }
}

@media (min-width: 1080px) {
  .f--desktop {
    display: flex
  }
}

.grainmoon,
.clustermoon {
  position: absolute;
  max-width: none
}

#grainmoon-best {
  top: -270px;
  left: -270px;
  transform: rotate(-90deg)
}

#grainmoon-start {
  bottom: -270px;
  left: -210px;
  transform: rotate(180deg)
}

#grainmoon-footer {
  transform: rotate(90deg) translate(0, 50%);
  left: 50%;
  bottom: -382px
}

#grainmoon-step {
  right: -230px;
  top: -200px
}

#cluster-best {
  right: -110px;
  top: 42%;
  z-index: 1
}

#grainmoon-team-hero-1 {
  transform: rotate(180deg);
  top: 0;
  right: 0
}

#grainmoon-team-hero-2 {
  transform: rotate(140deg);
  bottom: -320px
}

#grainmoon-stat {
  top: -300px;
  right: -200px
}

#grainmoon-discover {
  left: -200px;
  bottom: -350px;
  transform: rotate(90deg)
}

#grainmoon-words {
  transform: rotate(270deg);
  top: -330px;
  left: -250px
}

#cluster-words {
  bottom: -250px
}

.grainmoon--small {
  top: -30px;
  left: 30px;
  z-index: -1
}

.bg-noise {
  background: url(../img/background-noise.png) no-repeat right 40px
}

#grainmoon-footer-v2 {
  background-image: url(../img/v2/grainmoon-mobile-v2.svg);
  background-position: center 190px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  height: 350px;
  left: auto;
  right: 0;
  transform: rotate(0deg);
  width: 100%
}

@media (max-width: 767px) {
  .section-cover.section-cream #grainmoon-best {
    left: auto;
    right: -270px;
    transform: none
  }
}

@media (min-width: 768px) {
  #grainmoon-start {
    left: -165px;
    bottom: -20px;
    transform: rotate(358deg)
  }

  #grainmoon-footer {
    left: -235px;
    bottom: -30px;
    transform: rotate(5deg)
  }

  #grainmoon-footer-v2 {
    background-position: center center;
    background-image: url(../img/v2/grainmoon-v2.svg);
    height: 318px;
    left: -189px;
    right: auto;
    transform: rotate(0deg);
    width: 528px
  }

  #cluster-best {
    right: 50%;
    top: auto;
    bottom: -100px;
    margin-right: -185px;
    transform: rotate(180deg)
  }

  #grainmoon-team-hero-1 {
    width: 250px;
    right: -100px
  }

  #grainmoon-team-hero-2 {
    left: -220px
  }

  #grainmoon-discover {
    bottom: -300px
  }

  .bg-noise {
    background-position: 100px 40px
  }

  .grainmoon--small {
    width: 130px;
    height: 130px;
    top: -40px;
    left: -28px
  }
}

@media (min-width: 1080px) {
  #cluster-best {
    bottom: -220px;
    margin-right: -385px;
    width: 580px
  }

  #grainmoon-step {
    top: -250px
  }

  #grainmoon-team-hero-1 {
    right: -180px
  }

  #cluster-words {
    bottom: -50px;
    left: -150px;
    transform: rotate(180deg)
  }

  .bg-noise {
    background-position: 150px 100px
  }
}

main>div,
main>section {
  transition: opacity .3s ease-in
}

main .section-black>* {
  transition: opacity .3s ease-in
}

main.is-loading>div,
main.is-loading>section,
main.is-loading .section-black>* {
  opacity: 0
}

main.is-loading .section-black {
  opacity: 1
}

.input {
  --input-bg: var(--grey-100);
  position: relative;
  width: 100%
}

[data-theme="dark"] .input {
  --input-bg: #313131
}

.input label {
  font-weight: 500;
  font-size: 14px
}

.input input,
.input textarea {
  display: block;
  width: 100%;
  height: 52px;
  padding: 8px 24px;
  background: var(--input-bg);
  color: var(--grey-800);
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-appearance: none;
  font-size: 16px
}

.input input::placeholder,
.input textarea::placeholder {
  color: var(--grey-500)
}

.input input:hover,
.input textarea:hover {
  border-color: var(--grey-300)
}

.input input:focus,
.input textarea:focus {
  border-color: var(--grey-400)
}

.input input:disabled,
.input textarea:disabled {
  opacity: .4
}

.input input::-ms-clear,
.input textarea::-ms-clear {
  display: none
}

.input input.has-error,
.input textarea.has-error {
  border-color: var(--red-500)
}

.input input.has-error~.input__error,
.input textarea.has-error~.input__error {
  display: block
}

.input textarea {
  height: auto;
  min-height: 156px;
  padding-top: 16px;
  resize: none
}

.input .icon-info {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 56px;
  line-height: 56px;
  font-size: 20px;
  display: none;
  color: var(--red-500);
  border-radius: 0 4px 4px 0
}

.input__error {
  color: var(--red-500)
}

.input__error i {
  top: -1px
}

.input__forgot {
  position: absolute;
  bottom: -24px;
  right: 0;
  text-decoration: underline
}

.input--search {
  position: relative
}

.input--search input {
  height: 68px;
  padding-left: 24px;
  color: var(--text-primary)
}

.input--search button[type="submit"] {
  position: absolute;
  right: 16px;
  top: calc(50% - 1px);
  transform: translateY(-50%)
}

.input--search input::placeholder {
  color: var(--text-primary)
}

.input--search input:hover {
  border: 1px solid var(--grey-400)
}

.input--search input:focus {
  border: 1px solid var(--grey-500)
}

.input--number input {
  -moz-appearance: textfield
}

.input--number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none
}

.input--number__wrapper {
  position: relative
}

.input--number__controll {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  display: flex
}

.input--number__controll button {
  width: 48px;
  font-size: 20px;
  border-left: 1px solid var(--grey-300);
  color: var(--text-primary)
}

.input--number__controll button:hover {
  background: var(--grey-100)
}

.input--number__controll button:active {
  background: var(--white)
}

.input--number__controll button:last-child {
  border-radius: 0 4px 4px 0
}

.input--number__controll i {
  position: relative;
  top: -1px
}

.input--icon-right,
.input--icon-left {
  position: relative
}

.input--icon-right i,
.input--icon-left i {
  position: absolute;
  top: 16px;
  color: var(--grey-500);
  pointer-events: none
}

html[dir='rtl'] .input--icon-right i,
html[dir='rtl'] .input--icon-left i {
  left: 8px;
  right: auto
}

.input--icon-right i {
  right: 16px
}

.input--icon-left input {
  padding-left: 48px
}

.input--icon-left i {
  left: 16px
}

.input--large input {
  height: 80px;
  font-size: 20px
}

.input--transparent input {
  border: 0
}

.input--date {
  color: var(--grey-900)
}

.input--date input::-webkit-clear-button,
.input--date input::-webkit-inner-spin-button,
.input--date input::-webkit-calendar-picker-indicator {
  display: none
}

.input--date input::-webkit-datetime-edit {
  color: var(--grey-500)
}

.input--date i {
  color: var(--grey-700)
}

.input-title {
  position: relative;
  display: flex;
  align-items: center;
  width: auto
}

.input-title input {
  color: var(--white);
  transition: opacity 0.15s ease-out;
  background: transparent;
  border-color: transparent
}

.input-title input:focus,
.input-title input:hover {
  opacity: 0.7;
  outline: 0
}

.input-title input:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: var(--white)
}

.input-title:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 2px;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: var(--white);
  opacity: 0
}

.input-title:hover {
  opacity: 0.7
}

.input-title:hover:before {
  opacity: 1
}

.input--area-small textarea {
  min-height: 89px
}

.input__group .select {
  background-color: var(--grey-200);
  width: auto
}

@media (min-width: 768px) {

  .input input,
  .input textarea {
    height: 68px
  }
}

.select {
  position: relative;
  display: block;
  overflow: hidden;
  color: var(--grey-500);
  background: var(--grey-100);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 24px 24px;
  border-radius: 4px;
  border: 1px solid transparent;
  height: 68px;
  width: 100%;
  line-height: 68px;
  box-shadow: none;
  padding-left: 24px;
  padding-right: 40px;
  -moz-padding-start: subtract(16px, 3px);
  font-weight: inherit;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer
}

.select.is-dark {
  background-color: var(--grey-800);
  color: var(--white);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='white'/%3E%3C/svg%3E")
}

.select.has-error {
  border-color: var(--red-500)
}

.select.is-selected {
  color: var(--text-primary)
}

.select:hover {
  border-color: var(--grey-400)
}

.select:focus {
  border-color: var(--grey-500)
}

.select::-ms-expand {
  display: none
}

.select:focus::-ms-value {
  background-color: transparent;
  color: var(--text-primary)
}

.select:disabled {
  opacity: 0.4
}

.select--small {
  height: 44px;
  line-height: 44px;
  padding: 0 42px 0 12px
}

.select--full {
  width: 100%
}

@media (min-width: 768px) {
  .select--language {
    margin-right: 40px
  }
}

select.select.select--language.is-dark.js-download-language.mr-4 {
  width: 140px
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  right: 24px;
  left: 24px;
  bottom: 24px;
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.16);
  width: auto;
  border-radius: 4px
}

body div#hs-eu-cookie-confirmation {
  font-size: 14px;
  line-height: 20px;
  color: #000
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: #000
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background: none !important;
  border-color: var(--grey-800) !important;
  color: var(--grey-800) !important;
  font-size: 16px;
  font-weight: 600
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  border-color: var(--grey-800) !important;
  color: var(--grey-800) !important;
  font-size: 16px;
  font-weight: 600
}

body .hbspt-form label:not(.hs-error-msg) {
  display: none
}

body .hbspt-form select {
  position: relative;
  display: block;
  overflow: hidden;
  color: var(--grey-800);
  background: var(--grey-100);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.10171 0.585786L0.6875 2L4.93014 6.24264L6.34436 7.65685L7.75857 6.24264L12.0012 2L10.587 0.585785L6.34435 4.82843L2.10171 0.585786Z' fill='%23737373'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.3rem top 1.3rem;
  background-size: 24px 24px;
  border-radius: 4px;
  border: 1px solid transparent;
  height: 52px;
  line-height: 52px;
  padding-left: 24px;
  padding-right: 40px;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer
}

body .hbspt-form h4,
body .hbspt-form fieldset:not(.form-columns-2) {
  margin-bottom: 12px
}

body .hbspt-form input:not(.hs-button),
body .hbspt-form select {
  background: #F4F2ED;
  font-weight: 600 !important
}

body .hbspt-form fieldset {
  max-width: unset
}

body .hbspt-form fieldset:last-of-type {
  margin-bottom: 0
}

body .form-columns-2 {
  display: block
}

body .form-columns-2>div {
  width: 100% !important;
  margin-bottom: 12px
}

body .hs-input {
  width: 100% !important
}

body .hs-error-msg {
  color: var(--red);
  font-size: 14px
}

body .hs-button {
  margin-top: 32px;
  color: var(--white);
  background-color: var(--grey-800);
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.16);
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 68px;
  min-width: 68px;
  border-radius: 8px;
  background-clip: padding-box;
  font-size: var(--font-default);
  font-weight: 600;
  transition: all 0.2s ease-in-out, background-color 0.15s ease-in-out, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  padding: 0 20px;
  outline: none;
  border: 0;
  text-decoration: none
}

body .hs-button:hover,
body .hs-button:focus {
  color: var(--black);
  background-color: var(--yellow-500);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.16);
  transform: scale(1.1)
}

.wp-block-link.aligncenter {
  text-align: center
}

.wp-block-link.alignright {
  text-align: right
}

@media (min-width: 768px) {
  body .hbspt-form select {
    height: 68px;
    line-height: 68px;
    background-position: right 1.3rem top 1.75rem
  }

  body .form-columns-2 {
    display: flex
  }

  body .form-columns-2 .hs_lastname {
    margin-right: 6px
  }

  body .form-columns-2 .hs_firstname {
    margin-left: 6px
  }
}

@media (min-width: 1080px) {
  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    left: auto
  }
}

.header {
  --header-link: rgba(0, 0, 0, 0.55);
  --header-link-hover: var(--text-primary);
  --header-link-active: var(--black);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary)
}

.header[hero-theme="dark"].is-open,
.header.is-open {
  --header-link-active: var(--yellow-500)
}

[data-theme="dark"] .header,
.header[data-theme="dark"] {
  --header-link: var(--grey-500);
  --header-link-hover: var(--yellow-500);
  --header-link-active: var(--yellow-500)
}

.header a {
  text-decoration: none
}

.header__nav,
.header__nav__right {
  display: none
}

.header__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0
}

.header__nav li {
  display: block
}

.header__nav a {
  color: var(--header-link)
}

.header__nav a:hover {
  color: var(--header-link-hover)
}

.header__nav .current-menu-item,
.header__nav .current_page_parent,
.header__nav .current-menu-ancestor {
  position: relative
}

.header__nav .current-menu-item:after,
.header__nav .current_page_parent:after,
.header__nav .current-menu-ancestor:after {
  content: "";
  position: absolute;
  left: -28px;
  top: 10px;
  bottom: 10px;
  border-left: 4px solid var(--header-link-active)
}

.header__nav .current-menu-item a,
.header__nav .current_page_parent a,
.header__nav .current-menu-ancestor a {
  color: var(--header-link-active)
}

.header__burger {
  cursor: pointer
}

.header__logo.is-white {
  display: none
}

[data-theme="dark"] .header__logo.is-white {
  display: block
}

[data-theme="dark"] .header__logo.is-black {
  display: none
}

@media (max-width: 1079px) {
  .header.is-open {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background: var(--black);
    z-index: 3
  }

  .header.is-open .header__nav,
  .header.is-open .header__nav__right {
    display: block
  }

  .header .container {
    padding: 0
  }

  .header nav a {
    line-height: 50px;
    font-size: 18px
  }

  .header__left {
    padding: 16px 24px;
    border-bottom: 1px solid var(--border)
  }

  .header__nav {
    padding: 50px 80px 30px
  }

  .header__nav__right {
    padding: 0 75px 30px
  }

  .header__nav__right ul {
    padding-top: 30px;
    border-top: 1px solid var(--border)
  }

  .header__nav__right li {
    display: block
  }

  .header__nav__right .btn {
    width: 100%;
    height: 68px
  }
}

@media (min-width: 1080px) {
  .header .container {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    padding-top: 24px;
    border-bottom: 1px solid var(--border)
  }

  .header__nav {
    display: flex;
    padding-left: 48px;
    width: 100%
  }

  .header__nav li {
    display: inline-block;
    margin-right: 28px
  }

  .header__nav .current-menu-item,
  .header__nav .current_page_parent,
  .header__nav .current-menu-ancestor {
    position: relative
  }

  .header__nav .current-menu-item:after,
  .header__nav .current_page_parent:after,
  .header__nav .current-menu-ancestor:after {
    bottom: -30px;
    top: auto;
    left: 0;
    right: 0;
    border-left: 0;
    border-bottom: 4px solid var(--header-link-active)
  }

  .header__mobile {
    display: none
  }

  .header__nav__right {
    display: block;
    position: absolute;
    right: 25px
  }

  .header__nav__right li {
    margin-left: 40px
  }

  .header__logo {
    width: 142px;
    height: 32px
  }
}

.footer {
  background: var(--black);
  color: var(--white);
  padding-top: 48px;
  padding-bottom: 48px
}

.footer .select {
  width: auto
}

.footer .footer__list a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  color: var(--grey-300)
}

.footer .footer__list a:hover {
  color: var(--white)
}

.footer .footer__list .current-menu-item {
  position: relative
}

.footer .footer__list .current-menu-item a {
  color: var(--white);
  font-weight: 600
}

.footer .footer__list .current-menu-item a:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 4px;
  bottom: 4px;
  border-left: solid 4px var(--yellow-500)
}

.footer .footer__list .on-home,
.footer .footer__list .on-publisher {
  display: none
}

.footer .footer__copyright {
  display: flex;
  flex-direction: column;
  color: var(--grey-400)
}

.footer .footer__copyright li {
  display: inline-block;
  margin-right: 20px
}

.footer .footer__copyright a {
  color: var(--white)
}

.footer .footer__copyright a:hover {
  text-decoration: underline
}

.footer .footer--publisher .on-publisher {
  display: inline-block
}

.footer .footer--home .on-home {
  display: inline-block
}

@media (min-width: 768px) {
  .footer {
    padding-top: 145px;
    padding-bottom: 88px
  }

  .footer .footer__list a {
    line-height: 20px
  }

  .footer .footer__list li {
    margin-bottom: 8px
  }

  .footer .footer__list .current-menu-item a::before {
    border-width: 4px;
    bottom: -2px;
    left: -12px;
    top: -2px
  }

  .footer .footer__copyright {
    flex-direction: row;
    align-items: center
  }
}

.pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
  font-size: 24px
}

.pagination__prev span,
.pagination__next span {
  display: none
}

.pagination__prev a,
.pagination__next a {
  color: #D7D3D0;
  font-weight: 500;
  text-decoration: none
}

.pagination__prev a:hover,
.pagination__next a:hover {
  color: var(--yellow-600)
}

.pagination__prev.is-disabled,
.pagination__next.is-disabled {
  pointer-events: none;
  opacity: 0.4
}

.pagination__prev {
  margin-right: 24px
}

.pagination__prev i {
  left: 0;
  margin-left: 4px;
  transform: rotate(180deg)
}

.pagination__next {
  margin-left: 16px
}

.pagination__next i {
  right: 0;
  margin-left: 4px
}

.pagination__number:nth-child(4) {
  display: none
}

.pagination__number,
.pagination__dots {
  display: inline-block;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  margin-right: 8px;
  font-family: "Sharp Grotesk"
}

.pagination__number a,
.pagination__dots a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #D7D3D0;
  text-decoration: none;
  border-radius: 50%;
  font-weight: 600
}

.pagination__number a:hover,
.pagination__dots a:hover {
  color: var(--grey-050)
}

.pagination__number a.is-active,
.pagination__dots a.is-active {
  color: var(--yellow-500)
}

.pagination__dots {
  text-align: center;
  line-height: 48px
}

@media (min-width: 768px) {
  .pagination {
    border-top: 0;
    border-bottom: 0
  }

  .pagination__number:nth-child(4) {
    display: inline-block
  }

  .pagination__prev i,
  .pagination__next i {
    position: initial
  }

  .pagination__prev span,
  .pagination__next span {
    display: inline-block
  }
}

.banner-share {
  padding: 32px;
  border-radius: 8px;
  background: url("../img/background-share.png"), #F4F2ED;
  flex-direction: column;
  font-size: 20px
}

.banner-share .btn {
  color: var(--grey-500)
}

@media (min-width: 768px) {
  .banner-share {
    flex-direction: row;
    height: 96px
  }
}

.banner-more {
  padding: 32px 24px;
  background: url(../img/background-all-banner.png);
  background-size: cover;
  font-family: "Sharp Grotesk";
  display: block;
  border-radius: 4px;
  text-decoration: none
}

@media (min-width: 768px) {
  .banner-more {
    padding: 56px 0
  }

  .banner-more .banner-more__label {
    transition: color .2s ease-in
  }

  .banner-more:hover .banner-more__label {
    color: var(--yellow-500)
  }
}

.card-blog {
  position: relative;
  background: var(--white);
  height: 154px
}

.card-blog .container {
  position: relative;
  bottom: 240px
}

.container.has-blog-card {
  padding-bottom: 330px
}

@media (min-width: 768px) {
  .card-blog {
    height: 308px
  }

  .card-blog .container {
    position: relative;
    bottom: 105px
  }

  .container.has-blog-card {
    padding-bottom: 308px
  }
}

@media (min-width: 1080px) {
  .card-blog .container {
    bottom: 160px
  }
}

.card-article {
  --date-color: var(--grey-800);
  --card-article-title: var(--grey-800);
  display: block;
  color: inherit;
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px
}

[data-theme="dark"] .card-article,
.card-article[data-theme="dark"] {
  --date-color: var(--grey-450);
  --card-article-title: var(--grey-150)
}

.card-article a {
  text-decoration: none
}

.card-article a h4 {
  color: var(--card-article-title)
}

.card-article:not(.card-article--latest):last-child {
  border-bottom: 0;
  margin-bottom: 0
}

.card-article__img {
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 184px;
  box-shadow: 0px 0px 8px rgba(120, 48, 254, 0.04), 0px 2px 16px rgba(0, 0, 0, 0.02);
  transition: 0.3s transform cubic-bezier(0.25, 0.1, 0.25, 1)
}

.card-article__img img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  border-radius: inherit
}

.card-article--latest {
  padding: 0 32px 40px 32px;
  border-bottom: 1px solid var(--border)
}

.card-article--latest:first-of-type {
  padding-top: 40px;
  border-top: 1px solid var(--border)
}

.card-article--latest a h5 {
  color: var(--white)
}

.card-article--latest a i {
  color: var(--grey-75)
}

.card-article--paper .card-article__img,
.card-article--latest-paper .card-article__img {
  position: relative;
  width: 308px;
  height: 402px;
  margin-left: auto;
  margin-right: auto
}

.card-article__cta {
  position: absolute;
  left: 45px;
  right: 45px;
  bottom: 40px;
  font-size: 16px
}

.card-article__cta i {
  top: 2px
}

.card-article--paper {
  padding: 0 40px
}

.card-article--latest-paper {
  border-top: 1px solid var(--border)
}

.card-article--latest-paper .card-article__img {
  margin-top: 32px
}

.card-article--author {
  position: relative;
  z-index: 1
}

.card-article--author .card-article__img {
  width: 100%;
  height: 402px
}

.card-article__date {
  color: var(--date-color)
}

@media (min-width: 768px) {
  .card-article {
    display: flex
  }

  .card-article:not(.card-article--latest) {
    padding-bottom: 0;
    border-bottom: 0
  }

  .card-article:not(.card-article--more) a:not(.tag):hover,
  .card-article:not(.card-article--more) a:hover+p,
  .card-article:not(.card-article--more) a:hover+.card-article__content>* {
    color: var(--yellow-500)
  }

  .card-article--featured .card-article__date {
    margin-bottom: 12px
  }

  .card-article--more {
    transition: background-color .2s ease-in
  }

  .card-article--more:hover {
    background-color: var(--grey-100)
  }

  .card-article--latest {
    padding: 0 32px 48px 32px
  }

  .card-article--latest:first-of-type {
    padding-top: 40px
  }

  .card-article--author {
    margin-left: auto;
    transform: translateY(-80px)
  }

  .card-article--author .card-article__img {
    width: 100%;
    height: 30vw
  }

  .card-article__img {
    width: 280px;
    height: 254px;
    flex: 0 0 auto
  }

  .card-article__content,
  .card-article__date {
    transition: 0.3s color cubic-bezier(0.25, 0.1, 0.25, 1)
  }
}

@media (min-width: 1080px) {
  .card-article--author .card-article__img {
    width: 384px;
    height: 402px
  }
}

.card-start {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  margin-left: -8px;
  margin-right: -8px
}

.card-start__cta {
  position: relative;
  text-align: center;
  border-radius: 0 0 8px 8px;
  padding: 40px 22px;
  background-color: #F4F2ED
}

.card-start__cta .btn {
  position: relative;
  width: 100%
}

.card-start__body {
  background: var(--grey-800);
  color: var(--white);
  padding: 40px 24px
}

.card-start__body * {
  position: relative;
  z-index: 1
}

.card-start__bg {
  position: absolute;
  bottom: 0;
  left: 0
}

.card-start--full .card-start__bg {
  right: 0
}

.card-start--full .card-start__cta {
  padding: 32px;
  background-color: var(--grey-800)
}

.section-black+.card-start--full .card-start__body {
  background-color: var(--black)
}

.section-black+.card-start--full .card-start__cta {
  background-color: var(--black)
}

.section-black+.card-start--v2 .card-start__body {
  background-color: var(--grey-800);
  padding: 40px 24px 80px
}

.section-black+.card-start--v2 .card-start__cta {
  background-color: var(--grey-800)
}

.card-start--blog {
  margin-left: 0;
  margin-right: 0
}

.card-start--article {
  margin-top: -200px;
  overflow: initial
}

.card-start--article .grainmoon {
  display: none
}

.card-start--article .card-start__body {
  padding-top: 200px
}

@media (min-width: 768px) {

  .card-start,
  .card-start__wrapper {
    display: flex;
    align-items: stretch
  }

  .card-start .card-start__cta,
  .card-start .card-start__body,
  .card-start__wrapper .card-start__cta,
  .card-start__wrapper .card-start__body {
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .card-start--article {
    margin-top: 0;
    overflow: hidden
  }

  .card-start--article .grainmoon {
    display: block
  }

  .card-start--article .card-start__body {
    padding: 45px 50px
  }

  .card-start__body,
  .card-start__cta,
  .card-start--full .card-start__cta {
    padding: 45px 50px
  }

  .card-start__cta {
    flex-shrink: 0
  }

  .card-start__cta .btn {
    flex: 0 1 auto
  }

  .card-start__body {
    width: 100%
  }

  .card-start--full {
    display: block;
    background: linear-gradient(to right, #262626 0%, #262626 50%, #ffda47 51%, #ffda47 100%)
  }

  .card-start--full .card-start__cta {
    background: var(--yellow-500)
  }

  .card-start__wrapper {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    height: 318px
  }

  .section-black+.card-start--full {
    background: linear-gradient(to right, #000 0%, #000 50%, #ffda47 51%, #ffda47 100%)
  }

  .section-black+.card-start--v2 {
    background: linear-gradient(to right, #262626 0%, #262626 50%, #ffda47 51%, #ffda47 100%)
  }

  .section-black+.card-start--v2 .card-start__body {
    padding: 40px 24px
  }

  .section-black+.card-start--v2 .card-start__cta {
    background-color: var(--yellow-500)
  }
}

@media (min-width: 1080px) {
  .card-start__body {
    padding: 90px 200px 90px 135px
  }

  .card-start__cta,
  .card-start--full .card-start__cta {
    padding: 90px 130px 90px 0;
    min-width: 390px
  }

  .card-start__bg {
    left: auto;
    right: 83px;
    top: 0
  }

  .card-start__bg img {
    height: 100%
  }
}

.card-people {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white)
}

.card-people img {
  width: 100%;
  transition: transform .3s ease-out
}

.card-people:hover .card-people__linkedin {
  opacity: 1
}

.card-people:hover img {
  transform: scale(1.05)
}

.card-people__linkedin {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 22px;
  color: var(--grey-300);
  text-decoration: none;
  opacity: 0
}

.card-people__linkedin::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--grey-900);
  border-radius: 2px;
  transition: transform .1s ease-out, background-color .1s ease-out, color .1s ease-out;
  content: ""
}

.card-people__linkedin:hover {
  color: var(--grey-900)
}

.card-people__linkedin:hover::before {
  transform: scale(1.4);
  background-color: var(--grey-050)
}

.card-people__linkedin i {
  top: 1px
}

.card-people__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 16px;
  background: linear-gradient(0deg, rgba(38, 38, 38, 0.4) 0%, rgba(38, 38, 38, 0) 100%)
}

.card-people__info .h5 {
  font-size: 14px
}

.card-people__info p {
  font-size: 12px
}

@media (min-width: 1080px) {
  .card-people__info .h5 {
    font-size: 18px
  }

  .card-people__info p {
    font-size: 14px
  }
}

.card-stat {
  position: relative;
  overflow: hidden;
  background: #F4F2ED
}

.card-stat .btn {
  width: calc(100% + 32px);
  margin: 0 -16px
}

.card-stat__body {
  position: relative;
  padding: 80px 48px 100px 48px;
  max-width: 580px;
  margin: 0 auto
}

.card-stat__item {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  max-width: 280px
}

.card-stat__item:last-of-type {
  margin-bottom: 48px
}

.card-stat__item p {
  grid-column-end: span 2
}

.card-stat__value {
  font-size: 52px;
  line-height: 76px;
  font-weight: 500;
  font-family: "Sharp Grotesk";
  margin-right: 20px
}

@media (min-width: 768px) {
  .card-stat .btn {
    width: auto;
    margin: 0
  }

  .card-stat__body {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    justify-content: space-between;
    align-items: center;
    padding: 80px 48px
  }

  .card-stat__item {
    align-self: flex-start;
    line-height: 20px
  }

  .card-stat__item:last-of-type {
    margin-bottom: 0
  }
}

@media (min-width: 1280px) {
  .card-stat {
    max-width: 1216px;
    margin: 40px auto 140px;
    border-radius: 8px
  }

  .card-stat .btn {
    flex-shrink: 0
  }

  .card-stat__body {
    padding: 80px 116px;
    flex-wrap: nowrap
  }

  .card-stat__item {
    display: block;
    margin-bottom: 0;
    margin-right: 16px
  }

  .card-stat__value {
    display: block
  }
}

.card-paper {
  position: relative;
  padding: 24px 16px;
  border-top: 1px solid var(--border);
  overflow: hidden;
  text-decoration: none
}

.card-paper:last-of-type {
  border-bottom: 1px solid var(--border)
}

.card-paper:hover {
  background-color: var(--yellow-500);
  border-radius: 4px
}

.card-paper__title {
  font-size: 18px
}

.card-paper__thumbnail img {
  position: absolute;
  top: 30px;
  right: 100px;
  width: 144px
}

@media (min-width: 768px) {
  .card-paper {
    padding: 40px 24px
  }

  .card-paper__title {
    font-size: 32px
  }
}

.hero {
  --hero-bg: var(--white);
  position: relative;
  padding-top: 98px;
  padding-bottom: 64px;
  background-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--hero-bg);
  color: var(--text-primary);
  overflow: hidden
}

[data-theme="dark"] .hero {
  --hero-bg: var(--grey-800)
}

.hero h1 {
  position: relative;
  z-index: 1
}

.hero--primary {
  background: var(--yellow-500)
}

.hero--secondary {
  background: #F4F2ED
}

.hero--home,
.hero--publisher {
  background-image: url("../img/hero.svg");
  background-repeat: no-repeat;
  background-position: -300px -1100px;
  background-size: 3620px 3760px
}

.hero__logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 24px;
  justify-items: center;
  align-items: center
}

.hero__logos img {
  max-width: 60%;
  max-height: 60%;
  opacity: .7
}

.hero__people {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 16px;
  padding-top: 160px;
  transition: transform .1s ease
}

.hero__people .card-people {
  width: 100%
}

.hero__people .card-people:nth-child(even) {
  top: -100px
}

.hero--blog {
  padding-top: 80px;
  padding-bottom: 0
}

.hero--blog h1 {
  padding: 0 16px;
  text-align: center
}

.hero--article {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
  overflow: hidden
}

.hero--article .link {
  position: relative;
  z-index: 1
}

.hero--article.has-cover {
  margin-bottom: -48px
}

.hero--article .grainmoon {
  width: 370px;
  left: -110px;
  bottom: -290px;
  transform: rotate(155deg)
}

.hero--white-paper {
  padding-bottom: 24px
}

.hero--white-paper select {
  width: auto
}

.hero--animation .btn {
  width: 100%
}

@media (min-width: 768px) {
  .hero {
    padding-top: 150px;
    padding-bottom: 96px
  }

  .hero__logos {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 40px
  }

  .hero--article {
    padding-top: 127px;
    padding-bottom: 120px
  }

  .hero--article.has-cover {
    margin-bottom: -200px;
    padding-bottom: 270px
  }

  .hero--article .grainmoon {
    width: 600px;
    left: -200px;
    bottom: -340px
  }

  .hero--publisher {
    padding-bottom: 0
  }

  .hero--about {
    padding-bottom: 0
  }

  .hero__people {
    gap: 32px;
    max-height: 820px
  }

  .hero--blog {
    padding-bottom: 0
  }

  .hero--blog h1 {
    padding: 0;
    text-align: unset
  }

  .hero--animation .btn {
    width: auto
  }
}

@media (min-width: 1080px) {
  .hero--primary:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: linear-gradient(180deg, #FFDA47 31.65%, rgba(255, 218, 71, 0) 100%)
  }

  .hero__people {
    left: 100px
  }

  .hero__logos {
    opacity: 1;
    transition: all 0.2s cubic-bezier(0.73, 0, 0.22, 1) 1.3s
  }

  .hero__step {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
  }

  .hero--home {
    background-position: -300px -1886px;
    background-size: auto
  }

  .hero--publisher {
    background-position: -2558px -4158px;
    background-size: auto
  }

  .hero--primary {
    height: 800px
  }

  .hero--animation {
    transition: background-position 1.5s cubic-bezier(0.73, 0, 0.22, 1);
    will-change: background-position
  }

  .hero--animation.hero--publisher .hero--animation__key1 {
    transform: translate3d(-2258px, -2272px, 0)
  }

  .hero--animation.hero--publisher .hero--animation__key2 {
    transform: translate3d(0, 0, 0)
  }

  .hero--animation.hero--publisher .hero--animation__key3 {
    transform: translate3d(0, 0%, 0)
  }

  .hero--animation.hero--publisher .hero__logos {
    opacity: 0;
    transform: translateY(24px)
  }

  .hero--animation__key1,
  .hero--animation__key2 {
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    transition: transform 1.5s cubic-bezier(0.73, 0, 0.22, 1);
    will-change: transform
  }

  .hero--animation__key2 {
    transform: translate3d(2258px, 2272px, 0)
  }

  .hero--animation__key3 {
    transform: translate3d(0, 100%, 0);
    transition: transform 1s cubic-bezier(0.73, 0, 0.22, 1) 0.2s
  }
}

.article {
  padding-bottom: 56px;
  border-bottom: 1px solid var(--border)
}

.article header {
  z-index: 1
}

.article h1 {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: unset
}

.article__thumbnail {
  margin-bottom: 0;
  border-radius: 4px
}

.article__thumbnail img {
  width: 100%;
  height: 248px;
  object-fit: cover;
  border-radius: 4px
}

.article__related {
  margin-top: 64px;
  border-bottom: 2px solid #F4F2ED
}

.article__related p {
  font-size: 14px;
  color: var(--grey-500);
  font-weight: 700
}

.article__related a {
  position: relative;
  display: block;
  padding: 24px 80px 24px 16px;
  border-top: 2px solid #F4F2ED;
  text-decoration: none;
  font-family: "Sharp Grotesk";
  font-size: 18px
}

.article__related a span {
  position: relative
}

.article__related a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: '\e932';
  font-family: "icons"
}

.article__content {
  font-size: 20px
}

.article__content p {
  color: var(--grey-800);
  line-height: 32px;
  margin-bottom: 24px
}

.article__content p:empty {
  margin-bottom: 40px
}

.article__content em {
  color: var(--grey-800)
}

.article__content h2 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 48px;
  margin-bottom: 16px
}

.article__content h3 {
  margin-top: 40px;
  margin-bottom: 16px
}

.article__content .size-full {
  display: flex;
  justify-content: center
}

.article__content .wp-block-embed.is-type-video {
  text-align: center;
  margin: 48px 0
}

.article__content .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  display: flex
}

.article__content .wp-block-embed.is-type-video iframe {
  flex: 1 1 auto;
  border-radius: 4px
}

.article__content .wp-block-image {
  margin: 56px 0
}

.article__content .wp-block-image figcaption {
  font-size: 14px;
  line-height: 20px
}

.article__content .wp-block-image img {
  border-radius: 4px
}

.article__content ul {
  padding-left: 24px;
  margin-left: 16px;
  margin-bottom: 24px
}

.article__content ul li {
  position: relative;
  list-style-type: disc;
  line-height: 32px
}

.article__content .wp-block-quote {
  padding: 0;
  margin: 16px 0 56px 0;
  border-left: 5px solid var(--yellow-500)
}

.article__content .wp-block-quote p,
.article__content .wp-block-quote cite {
  font-size: 18px;
  line-height: 24px;
  color: var(--grey-500);
  font-family: "Sharp Grotesk";
  font-weight: 500;
  padding-left: 24px;
  font-style: initial
}

.article__content .wp-block-quote p::before {
  margin-bottom: 20px;
  display: block;
  content: url('data:image/svg+xml; utf8, <svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 12H4.48631V8.64756C4.48631 6.05158 5.64294 3.86819 7.06243 1.82235L4.46879 0C1.78751 2.11461 0 5.7765 0 8.69914V12ZM8.93757 12H13.4239V8.64756C13.4239 6.05158 14.5805 3.86819 16 1.82235L13.4064 0C10.7251 2.11461 8.93757 5.7765 8.93757 8.69914V12Z" fill="black"/></svg>')
}

.article__content .wp-block-quote p::after {
  margin-top: 20px;
  display: block;
  content: url('data:image/svg+xml; utf8, <svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 -9.53674e-07H11.5137V3.35244C11.5137 5.94842 10.3571 8.13181 8.93757 10.1777L11.5312 12C14.2125 9.88539 16 6.2235 16 3.30086V-9.53674e-07ZM7.06243 -9.53674e-07H2.57612V3.35244C2.57612 5.94842 1.4195 8.13181 0 10.1777L2.59365 12C5.27492 9.88539 7.06243 6.2235 7.06243 3.30086V-9.53674e-07Z" fill="black"/></svg>')
}

.article--white {
  border-bottom: 0
}

.article--white .article__thumbnail img {
  position: relative;
  top: 32px;
  z-index: -1;
  width: 230px;
  height: 305px;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(-10px 10px 20px rgba(0, 0, 0, 0.35)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1))
}

.article--white p {
  margin-bottom: 0
}

.article--white .article__content select {
  width: 100px;
  text-transform: capitalize
}

@media (min-width: 768px) {
  .article h1 {
    font-size: 40px
  }

  .article--white .article__thumbnail img {
    position: initial
  }

  .article__thumbnail img {
    height: 400px;
    overflow: hidden
  }

  .article__content h2 {
    font-size: 32px;
    line-height: 48px;
    margin-top: 56px
  }

  .article__content .size-full {
    margin: 56px calc(-8.33% - 48px)
  }

  .article__content .wp-block-embed.is-type-video {
    margin: 56px calc(-8.33% - 50px)
  }

  .article__related {
    margin-top: 72px
  }

  .article__related a {
    padding: 24px 80px 24px 32px;
    transition: background-color .2s ease-in;
    position: relative
  }

  .article__related a:hover {
    background-color: var(--yellow-500)
  }

  .article__related a::after {
    right: 32px
  }
}

@media (min-width: 1080px) {
  .article {
    padding-bottom: 132px
  }

  .article--white {
    padding-bottom: 89px
  }

  .article__thumbnail img {
    height: 520px
  }

  .article__socials a {
    color: var(--black);
    opacity: .3;
    margin-left: auto
  }

  .article__socials a:hover {
    opacity: 1
  }

  .article__content .wp-block-image {
    margin-top: 56px calc(-8.33% - 32px)
  }

  .article__content .wp-block-quote p {
    font-size: 24px;
    line-height: 36px;
    text-align: left
  }

  .article--white .article__thumbnail img {
    width: 308px;
    height: 402px
  }
}

.article-footer {
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--border)
}

.article-footer__img {
  margin-right: 16px
}

.article-footer__img img {
  width: 47px;
  height: 62px;
  max-width: 176px;
  object-fit: cover;
  border-radius: 4px
}

.article-footer__bio {
  max-width: 380px
}

@media (min-width: 768px) {
  .article-footer__img {
    margin-right: 24px
  }
}

@media (min-width: 1080px) {
  .article-footer {
    margin-top: 56px;
    padding-bottom: 100px
  }

  .article-footer__img img {
    width: 176px;
    height: 236px
  }
}

.light.cc_dialog {
  background-color: var(--black) !important;
  font-family: "Inter";
  padding: 40px 24px 32px 24px;
  box-shadow: 0px 0px 56px 8px rgba(120, 48, 254, 0.04), 0px 4px 64px 4px rgba(0, 0, 0, 0.04);
  font-size: 14px;
  max-width: 512px !important
}

.cc_dialog_text {
  line-height: 20px
}

.cc_dialog_headline {
  display: none
}

.cc_dialog_text {
  color: var(--white) !important
}

.cc_b_ok,
.cc_b_cp {
  background: transparent !important;
  padding: 0 !important;
  color: var(--white) !important;
  font-weight: 500 !important
}

.cc_b_ok:hover,
.cc_b_cp:hover {
  color: var(--grey-800) !important
}

.cc_b_ok {
  margin-right: 20px !important
}

.cc_b_ok:before {
  content: '\e92a';
  font-family: "icons";
  font-size: 14px;
  margin-right: 6px
}

@media (min-width: 768px) {
  .light.cc_dialog {
    right: 32px !important;
    bottom: 32px !important
  }
}

.feature p {
  margin-top: 16px;
  color: var(--text-tertiary)
}

.feature p:last-of-type {
  margin-bottom: 40px
}

.feature video {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 23px rgba(0, 0, 0, 0.15)
}

.feature__head {
  padding-top: 56px
}

.feature__thumbnail {
  padding-bottom: 80px
}

@media (max-width: 767px) {
  .feature .container {
    max-width: none;
    padding: 0
  }

  .feature .row {
    margin-left: 0
  }

  .feature .col {
    padding-left: 24px;
    padding-right: 24px
  }

  .feature .bg-noise {
    background-repeat: repeat-x
  }

  .feature .feature__head {
    max-width: 508px;
    margin: 0 auto;
    float: none
  }

  .feature video {
    margin: 0 auto;
    display: block
  }

  .feature--shift .feature__thumbnail {
    padding-bottom: 240px;
    margin-bottom: -160px
  }
}

@media (min-width: 768px) {
  .feature .row {
    display: flex;
    align-items: center
  }

  .feature p {
    margin-bottom: 8px
  }

  .feature--reverse .row {
    flex-direction: row-reverse
  }

  .feature__thumbnail {
    padding-bottom: 56px;
    padding-top: 56px
  }

  .feature--1,
  .feature--3 {
    background-color: var(--grey-100)
  }

  .feature--2 {
    background: url(../img/background-noise-alt.jpg) no-repeat top left;
    background-size: contain
  }

  .feature--2 .bg-noise {
    background: none
  }

  .feature--3 .bg-noise {
    background: linear-gradient(to right, transparent 20%, #F4F2ED 20%, #F4F2ED 100%)
  }

  .feature--shift {
    padding-bottom: 160px;
    margin-bottom: -140px
  }
}

@media (min-width: 1080px) {
  .feature__thumbnail {
    padding-bottom: 180px;
    padding-top: 180px
  }

  .feature--2 {
    background: url(../img/background-noise-alt.jpg) no-repeat top right calc(50% + 400px), linear-gradient(to right, #F4F2ED 0%, #F4F2ED 20%, transparent 20%, transparent 100%)
  }

  .feature--shift {
    padding-bottom: 225px;
    margin-bottom: -150px
  }

  .feature--reverse .col-lg-offset-0 {
    margin-right: 8.33%
  }
}

.features-tab {
  padding: 40px 0
}

.features-tab .container {
  position: relative
}

@media (max-width: 767px) {
  .features-tab .feature__thumbnail {
    text-align: center
  }

  .features-tab .feature__thumbnail,
  .features-tab .feature__head {
    padding-left: 24px;
    padding-right: 24px
  }

  .features-tab__wrapper {
    max-width: none;
    padding: 0
  }
}

@media (min-width: 768px) {
  .features-tab {
    background: var(--grey-100);
    padding-bottom: 220px;
    margin-bottom: -150px
  }

  .features-tab .feature__thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 48%;
    align-items: center;
    background-position: center right;
    display: none
  }

  .features-tab .feature__head {
    position: relative;
    width: 50%;
    max-width: 400px;
    padding-top: 0;
    margin-top: 32px;
    cursor: pointer;
    opacity: .5;
    transition: opacity .2s ease-in
  }

  .features-tab .feature__head:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -24px;
    border-left: 6px solid var(--yellow-500);
    opacity: 0;
    transition: opacity .2s ease-in
  }

  .features-tab .feature__head h2 {
    margin-bottom: 0
  }

  .features-tab .feature.is-active .feature__head {
    opacity: 1
  }

  .features-tab .feature.is-active .feature__head:before {
    opacity: 1
  }

  .features-tab .feature.is-active .feature__thumbnail {
    display: flex
  }

  .features-tab .feature.is-active video,
  .features-tab .feature.is-active img {
    animation: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) slideLeft
  }

  .features-tab .feature:hover .feature__head {
    opacity: 1
  }

  .features-tab .feature:first-child .feature__head {
    margin-top: 0
  }

  .features-tab__wrapper {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media (min-width: 1080px) {
  .features-tab .feature__head {
    margin-left: 100px
  }

  .features-tab .feature__thumbnail {
    right: 32px
  }
}

.logos {
  position: relative
}

.logos-animation .logos,
.logos__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px
}

.logos-animation .logos>div,
.logos__wrapper>div {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid var(--grey-200)
}

.logos-animation .logos>div:nth-child(n+17),
.logos__wrapper>div:nth-child(n+17) {
  display: none
}

.logos-animation .logos>div img,
.logos__wrapper>div img {
  max-width: 150px
}

.logos--wall .logos__wrapper>div {
  height: 190px
}

.logos--wall .logos__wrapper>div:hover img {
  opacity: 1
}

.logos--wall .logos__wrapper img {
  opacity: .5;
  transition: opacity .2s ease-in;
  will-change: opacity
}

.logos--wall::after {
  content: '';
  background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0) 100%);
  height: 150px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  position: absolute;
  z-index: 1
}

.logos-animation .logos>div,
.logos__wrapper>div {
  height: 120px
}

.logos-animation {
  position: relative;
  height: 500px;
  overflow: hidden;
  padding: 0 1px
}

.logos-animation::before,
.logos-animation::after {
  content: '';
  background: linear-gradient(to bottom, #262626 20%, rgba(38, 38, 38, 0) 100%);
  height: 200px;
  top: -1px;
  left: -1px;
  right: -1px;
  position: absolute;
  z-index: 1
}

.logos-animation::after {
  bottom: 0;
  top: auto;
  background: linear-gradient(to top, #262626 20%, rgba(38, 38, 38, 0) 100%)
}

.logos-animation>div {
  animation: loopY 45s infinite
}

.logos-animation-x {
  display: flex;
  height: auto;
  width: 600%
}

.logos-animation-x::before,
.logos-animation-x::after {
  content: '';
  background: linear-gradient(to right, #262626 20%, rgba(38, 38, 38, 0) 100%);
  bottom: -1px;
  height: 100%;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 200px;
  z-index: 1
}

.logos-animation-x::after {
  background: linear-gradient(to left, #262626 20%, rgba(38, 38, 38, 0) 100%);
  left: calc(100vw - 200px)
}

.logos-animation-x .logos {
  grid-template-columns: repeat(8, 1fr);
  width: 300%
}

.logos-animation-x .logos>div:nth-child(n+17) {
  display: flex
}

.logos-animation-x .logos>div:nth-child(n+18) {
  display: none
}

.logos-animation-x>div {
  animation: loopX 45s infinite
}

@media (min-width: 768px) {
  .logos--wall .logos__wrapper {
    grid-template-columns: repeat(4, 1fr)
  }

  .logos-animation .logos>div,
  .logos__wrapper>div {
    height: 160px
  }

  .logos-animation-x {
    height: auto;
    width: 400%
  }

  .logos-animation-x .logos {
    width: 200%
  }
}

@media (min-width: 1080px) {
  .logos--wall .logos__wrapper {
    grid-template-columns: repeat(5, 1fr)
  }

  .logos--wall .logos__wrapper>div {
    height: 250px
  }

  .logos--wall .logos__wrapper>div:nth-child(n+9) {
    display: flex
  }

  .logos__wrapper {
    grid-template-columns: repeat(2, 1fr)
  }

  .logos__wrapper>div:nth-child(n+9) {
    display: flex
  }

  .logos-animation {
    height: 800px
  }

  .logos-animation-x {
    height: auto;
    width: 300%
  }

  .logos-animation-x .logos {
    width: 100%
  }
}

.block-client {
  overflow: hidden;
  padding-top: 80px
}

.block-client__head {
  text-align: center;
  margin-bottom: 56px;
  padding: 0 24px
}

.block-client__head .btn {
  width: 100%
}

.block-client__footer img {
  position: relative;
  box-shadow: 0px 13px 21px rgba(0, 0, 0, 0.12);
  border-radius: 8px 8px 0px 0px
}

@media (max-width: 1079px) {
  .block-client .logos__wrapper {
    transform: none !important
  }
}

@media (min-width: 768px) {
  .block-client__head {
    padding: 0
  }

  .block-client__head .btn {
    width: auto
  }
}

@media (min-width: 1080px) {
  .block-client {
    padding-top: 0
  }

  .block-client .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 140px;
    align-items: center;
    padding-left: 140px
  }

  .block-client .logos--client {
    position: relative;
    max-height: 872px;
    overflow: hidden;
    padding: 0 1px
  }

  .block-client .logos--client::before,
  .block-client .logos--client::after {
    content: '';
    background: linear-gradient(to bottom, #f5f5f5 20%, rgba(245, 245, 245, 0) 100%);
    height: 300px;
    left: -1px;
    right: -1px;
    position: absolute;
    z-index: 1
  }

  .block-client .logos--client::after {
    bottom: 0;
    background: linear-gradient(to top, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%)
  }

  .block-client .logos__wrapper {
    position: relative;
    top: -100px
  }

  .block-client .logos__wrapper>div:nth-child(2n) {
    position: relative;
    top: 80px
  }

  .block-client__head {
    order: 2;
    text-align: left;
    margin-bottom: 0
  }
}

.block-publisher {
  padding-top: 56px;
  overflow: hidden
}

.block-publisher .logos--client>div {
  outline-color: var(--grey-700)
}

.block-publisher .logos--client>div:nth-child(2n) {
  position: relative;
  top: 80px
}

.block-publisher+.section-black {
  border-top: 1px solid var(--grey-700)
}

.block-publisher-v2 .logos--client>div {
  outline-color: transparent
}

.block-publisher__head {
  padding: 0 24px
}

.block-publisher__footer {
  position: relative;
  box-shadow: 0px 13px 21px rgba(0, 0, 0, 0.12);
  border-radius: 8px 8px 0px 0px
}

@media (min-width: 768px) {
  .block-publisher__head {
    padding: 0
  }
}

@media (min-width: 1080px) {
  .block-publisher {
    padding-top: 0
  }

  .block-publisher .logos-animation::before,
  .block-publisher .logos-animation::after {
    height: 300px
  }

  .block-publisher .block-publisher__head {
    padding: 0
  }

  .block-publisher .row {
    display: flex;
    align-items: center
  }
}

.block-discover {
  padding-top: 80px;
  text-align: center;
  overflow: hidden
}

.block-discover img:not(.grainmoon) {
  position: relative;
  z-index: 1;
  border-radius: 8px 8px 0 0
}

.block-discover .container {
  position: relative
}

@media (min-width: 768px) {
  .block-discover {
    padding-top: 116px
  }
}

.block-study .subtitle {
  font-size: 18px;
  line-height: 26px;
  text-align: center
}

.block-study .stat__item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.block-study .stat__item span {
  width: 190px;
  flex-shrink: 0
}

.block-study .stat__item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0
}

.block-study__logo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  justify-items: center;
  align-items: center;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.block-study__logo img {
  opacity: .5
}

.block-study__cover {
  position: relative
}

.block-study__cover img {
  border-radius: 8px 8px 0 0
}

.block-study__cover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(to top, #262626 0%, rgba(38, 38, 38, 0) 100%)
}

@media (min-width: 768px) {
  .block-study__logo {
    grid-template-columns: repeat(4, 1fr)
  }
}

.block-words {
  position: relative;
  display: flex;
  align-items: center;
  height: 80vh;
  overflow: hidden
}

.block-words .h1 {
  text-align: center;
  color: var(--white)
}

.block-words li {
  font-size: 52px;
  line-height: 76px;
  color: var(--black);
  font-weight: 500;
  font-family: "Sharp Grotesk";
  display: inline-block;
  margin: 0 16px
}

.block-words ul {
  display: inline-block;
  white-space: nowrap;
  animation: loopX 50s infinite linear;
  will-change: transition
}

.block-words__wrapper {
  white-space: nowrap
}

@media (min-width: 768px) {
  .block-words {
    height: 900px
  }
}

@media (min-width: 1080px) {

  .block-words::before,
  .block-words::after {
    content: '';
    background: linear-gradient(to bottom, rgba(255, 204, 0, 0.99) 0%, rgba(255, 204, 0, 0) 100%);
    height: 330px;
    top: 0;
    left: 0;
    right: 0px;
    position: absolute;
    z-index: 1
  }

  .block-words::after {
    bottom: 0;
    top: auto;
    background: linear-gradient(180deg, rgba(255, 204, 0, 0) 0%, rgba(255, 204, 0, 0.99) 100%)
  }

  .block-words .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .block-words .h1 {
    text-align: left;
    margin-right: 32px
  }

  .block-words li {
    display: block;
    margin: 6px 0
  }

  .block-words ul {
    display: block;
    animation-name: loopY;
    animation-duration: 29.7s
  }

  .block-words li {
    opacity: .3;
    animation: test 29.7s infinite linear
  }

  .block-words ul:nth-child(1) li:nth-child(1) {
    animation-delay: -16.2s
  }

  .block-words ul:nth-child(1) li:nth-child(2) {
    animation-delay: -13.5s
  }

  .block-words ul:nth-child(1) li:nth-child(3) {
    animation-delay: -10.8s
  }

  .block-words ul:nth-child(1) li:nth-child(4) {
    animation-delay: -8.1s
  }

  .block-words ul:nth-child(1) li:nth-child(5) {
    animation-delay: -5.4s
  }

  .block-words ul:nth-child(1) li:nth-child(6) {
    animation-delay: -2.7s
  }

  .block-words ul:nth-child(1) li:nth-child(7) {
    animation-delay: 0s
  }

  .block-words ul:nth-child(1) li:nth-child(8) {
    animation-delay: 2.7s
  }

  .block-words ul:nth-child(1) li:nth-child(9) {
    animation-delay: 5.4s
  }

  .block-words ul:nth-child(1) li:nth-child(10) {
    animation-delay: 8.1s
  }

  .block-words ul:nth-child(1) li:nth-child(11) {
    animation-delay: 10.8s
  }

  .block-words ul:nth-child(2) li:nth-child(1) {
    animation-delay: 13.5s
  }

  .block-words ul:nth-child(2) li:nth-child(2) {
    animation-delay: 16.2s
  }

  .block-words ul:nth-child(2) li:nth-child(3) {
    animation-delay: 18.9s
  }

  .block-words ul:nth-child(2) li:nth-child(4) {
    animation-delay: 21.6s
  }

  .block-words ul:nth-child(2) li:nth-child(5) {
    animation-delay: 24.3s
  }

  .block-words ul:nth-child(2) li:nth-child(6) {
    animation-delay: 27s
  }

  .block-words__wrapper {
    height: 100%
  }
}

@keyframes test {
  0% {
    opacity: .3
  }

  5% {
    opacity: .3
  }

  10% {
    opacity: 1
  }

  13% {
    opacity: 1
  }

  18% {
    opacity: .3
  }
}

.step__wrapper>div:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 24px;
  margin-bottom: 24px
}

.step__wrapper>div {
  position: relative
}

@media (min-width: 768px) {
  .step__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
  }

  .step__wrapper .h3 {
    font-size: 24px
  }

  .step__wrapper>div:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
  }

  .step__cta {
    display: flex;
    align-items: center
  }
}

@media (min-width: 1080px) {
  .step__wrapper {
    padding: 32px 40px
  }

  .step__wrapper>div:nth-of-type(-n+2) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 16px
  }
}

.modal-wrapper {
  display: none
}

.modal-wrapper.visible {
  display: block
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  cursor: pointer
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  max-width: 740px;
  padding: 24px;
  background-color: var(--grey-050);
  border-radius: 4px;
  z-index: 11;
  cursor: initial
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 20px;
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  color: rgba(38, 38, 38, 0.3)
}

.modal__close:hover {
  color: var(--text-secondary)
}

@media (min-width: 768px) {
  .modal {
    padding: 40px
  }
}

.stat {
  display: grid;
  row-gap: 24px
}

.stat__item {
  display: flex;
  align-items: center
}

.stat__item span {
  display: block;
  font-size: 52px;
  line-height: 76px;
  font-weight: 500;
  font-family: "Sharp Grotesk";
  margin-right: 24px
}

.stat__item .ft-tertiary {
  font-weight: 600;
  margin-bottom: 0
}

.stat__item sub {
  font-size: 20px;
  line-height: 1;
  vertical-align: baseline
}

@media (min-width: 768px) {
  .stat {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 56px
  }

  .stat__item .ft-tertiary {
    font-size: 18px;
    line-height: 26px
  }
}

@media (min-width: 1080px) {
  .stat {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 200px
  }
}

.value-wall {
  display: grid;
  gap: 24px
}

.value {
  padding: 24px;
  border: 1px solid #A9A29C
}

@media (min-width: 768px) {
  .value-wall {
    grid-template-columns: repeat(2, 1fr)
  }

  .value {
    display: flex
  }

  .value>div {
    margin-left: 32px
  }
}

.navbar {
  --label-color: initial;
  width: 100%
}

[data-theme="dark"] .navbar {
  --label-color: var(--grey-400)
}

.navbar ul {
  display: flex;
  height: 48px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: -24px;
  margin-right: -24px
}

.navbar ul::-webkit-scrollbar {
  display: none
}

.navbar ul li {
  position: relative;
  display: flex;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 48px
}

.navbar ul li:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background: var(--yellow-500)
}

.navbar ul li a {
  text-decoration: none;
  color: var(--label-color);
  white-space: nowrap
}

.navbar ul li.is-active:after {
  display: block
}

.navbar ul li.is-active a,
.navbar ul li:hover a {
  color: var(--text-primary)
}

@media (min-width: 768px) {
  .navbar ul li:last-child {
    margin-right: 0
  }
}

.banner-try {
  padding-bottom: 0;
  text-align: center
}

.banner-try img {
  border-radius: 4px 4px 0 0
}

@media (min-width: 768px) {
  .banner-try {
    padding-top: 0;
    text-align: left
  }

  .banner-try .col {
    display: flex;
    align-items: flex-end
  }

  .banner-try img {
    order: -1;
    width: 42%;
    margin-right: 32px;
    max-width: none
  }

  .banner-try__content {
    padding: 32px 0;
    align-self: center
  }
}

@media (min-width: 1080px) {
  .banner-try img {
    margin-top: -30px;
    width: 47%;
    margin-right: 100px
  }

  .banner-try .banner-try__content {
    padding: 40px 0
  }
}

.popup {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 300px;
  padding: 32px 24px;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  font-family: "Sharp Grotesk";
  background-color: var(--grey-050);
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  transition: opacity .2s ease-in
}

.popup.is-visible {
  opacity: 1
}

.popup .icon-close {
  position: absolute;
  top: 13px;
  right: 13px;
  color: var(--grey-400);
  cursor: pointer
}

.popup .grainmoon {
  right: -110px;
  top: 100px;
  transform: rotate(55deg);
  width: 200px
}

.popup__cta {
  position: relative;
  z-index: 1
}

.popup__cta .btn {
  font-family: "Inter"
}

@media (min-width: 768px) {
  .related-title {
    margin-left: 32px;
    margin-right: 32px
  }
}

:root {
  --swiper-theme-color: #007aff
}

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

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

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

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

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

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

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

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

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15)
}

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

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

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

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

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

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

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

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

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

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

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

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

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

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

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

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

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

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-lock {
  display: none
}

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

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

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

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

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

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

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

.swiper-scrollbar-lock {
  display: none
}

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

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

.swiper-slide-zoomed {
  cursor: move
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

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

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

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

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

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

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

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

.swiper-cube {
  overflow: visible
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

.timeline {
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
  padding: 0 20px;
  cursor: grab
}

.timeline .swiper-slide {
  width: auto;
  height: 430px;
  display: flex;
  align-items: center
}

.timeline .swiper-slide:after {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #545454;
  position: absolute;
  bottom: -5px;
  left: -4px;
  transition: all .3s ease-in
}

.timeline .swiper-slide-active:after {
  transform: scale(2);
  background: var(--yellow-500)
}

.timeline .swiper-slide-active .timeline__item:after {
  transform: scaleX(3)
}

.timeline__item {
  max-width: 310px;
  margin-right: 116px
}

.timeline__item:after {
  content: '';
  height: 45px;
  border-left: 1px solid #545454;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform .3s ease-in
}

.timeline__item:before {
  content: '';
  height: 152px;
  width: 152px;
  border-radius: 100%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -76px;
  background: rgba(38, 38, 38, 0.6)
}

.timeline__item .h5 {
  font-size: 24px;
  line-height: 1.5
}

.timeline__year {
  position: relative;
  height: 100%;
  border-left: 1px solid #545454;
  color: var(--grey-500);
  margin-right: 56px
}

.timeline__year .h4 {
  position: relative;
  left: 20px;
  margin-top: 12px
}

@media (min-width: 768px) {
  .timeline {
    padding: 0 120px
  }

  .timeline .swiper-slide {
    height: 550px
  }

  .timeline .swiper-slide-active:after {
    transform: scale(3)
  }

  .timeline__year {
    margin-right: 116px
  }

  .timeline__year .h4 {
    left: -50%;
    padding: 32px 0;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 32.06%, #141414 67.56%, rgba(20, 20, 20, 0) 100%)
  }

  .timeline__item {
    max-width: 425px;
    margin-right: 196px
  }

  .timeline__item:before {
    left: -76px
  }
}

.dropdown {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: var(--grey-500);
  background: var(--grey-100);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 24px 24px;
  border-radius: 4px;
  border: 1px solid transparent;
  width: auto;
  height: 44px;
  line-height: 44px;
  padding: 0 42px 0 12px;
  box-shadow: none;
  font-weight: inherit;
  font-size: 16px;
  cursor: pointer
}

.dropdown:hover ul {
  display: block
}

.dropdown ul {
  display: none;
  position: absolute;
  top: 99%;
  border: 1px solid var(--grey-200);
  background: var(--grey-100);
  min-width: 100%;
  left: 0;
  border-radius: 0 0 4px 4px
}

.dropdown ul a {
  display: block;
  padding: 0 16px;
  text-decoration: none
}

.dropdown ul a:hover {
  background: var(--grey-200)
}

.dropdown ul .is-active {
  font-weight: 900
}

.dropdown.is-dark {
  background-color: var(--grey-800);
  color: var(--white);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='white'/%3E%3C/svg%3E")
}

.dropdown.is-dark:hover {
  box-shadow: 0 0 0 1px var(--grey-600) inset;
  border-bottom-color: transparent;
  border-radius: 4px 4px 0 0
}

.dropdown.is-dark ul {
  border: 1px solid var(--grey-600);
  border-top-color: transparent;
  background: var(--grey-800)
}

.dropdown.is-dark ul a:hover {
  background: var(--grey-700)
}

[data-theme="dark"] .header:not(.is-open)[hero-theme="cream"] {
  --header-link: rgba(0, 0, 0, 0.55);
  --header-link-hover: var(--black);
  --header-link-active: var(--black);
  --text-primary: var(--black);
  --border: rgba(38, 38, 38, 0.1)
}

[data-theme="dark"] .header:not(.is-open)[hero-theme="cream"] .header__logo.is-white {
  display: none
}

[data-theme="dark"] .header:not(.is-open)[hero-theme="cream"] .header__logo.is-black {
  display: block
}

[data-theme="dark"] .header:not(.is-open)[hero-theme="cream"] .header__nav a {
  color: var(--header-link)
}

[data-theme="dark"] .header:not(.is-open)[hero-theme="cream"] .header__nav a:hover {
  color: var(--header-link-hover)
}

[data-theme="dark"] .header:not(.is-open)[hero-theme="cream"] .header__nav .current-menu-item a,
[data-theme="dark"] .header:not(.is-open)[hero-theme="cream"] .header__nav .current_page_parent a,
[data-theme="dark"] .header:not(.is-open)[hero-theme="cream"] .header__nav .current_menu-ancestor a {
  color: var(--header-link-active)
}

.header[hero-theme="dark"] {
  --header-link: var(--grey-500);
  --header-link-hover: var(--white);
  --header-link-active: var(--white);
  --text-primary: var(--white);
  --border: rgba(244, 242, 237, 0.3)
}

.header[hero-theme="dark"] .header__logo.is-white {
  display: block
}

.header[hero-theme="dark"] .header__logo.is-black {
  display: none
}

.header[hero-theme="dark"] .dropdown.header-langage-switcher {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='white'/%3E%3C/svg%3E");

  color: var(--white)
}

.header[hero-theme="dark"] .dropdown.header-langage-switcher ul li a {
  color: var(--grey-800)
}

.header .header-langage-switcher {
  background-color: transparent;

  color: var(--grey-800)
}

.header .header-langage-switcher span {
  display: block;
  margin-top: -2px;
  text-transform: uppercase
}

.header .header-langage-switcher ul li {
  margin-left: 0
}

.header .header-langage-switcher ul li a {
  text-transform: uppercase
}

@media (max-width: 1079px) {
  .header {
    position: fixed;
    z-index: 999
  }

  .header:not(.is-open) {
    background-color: var(--yellow-500)
  }

  .header:not(.is-open)[hero-theme="dark"] {
    background-color: var(--grey-800)
  }

  .header:not(.is-open)[hero-theme="cream"] {
    background-color: #F4F2ED
  }

  .header.is-open .header__left {
    border-bottom: 1px solid #F4F2ED
  }

  .header.is-open .header__nav__right {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: flex-start
  }

  .header.is-open .header__nav__right ul {
    border: none;
    padding-top: 0
  }

  .header.is-open .header__nav__right .header-langage-switcher {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='white'/%3E%3C/svg%3E");
 
    color: var(--white)
  }

  .header.is-open .header__nav__right .header-langage-switcher.dropdown {
    border-radius: 8px;
    height: 68px;
    line-height: 68px
  }

  .header.is-open .header__nav__right .header-langage-switcher.dropdown ul {
    background: var(--black);
    border: 1px solid var(--white)
  }

  .header.is-open .header__nav {
    padding: 30px 80px
  }

  .header.is-open .header__nav a {
    color: var(--grey-350);
    font-size: 14px;
    line-height: 3
  }

  .header.is-open .header__nav a:hover {
    color: var(--white)
  }

  .header.is-open .header__nav .current-menu-item>a {
    color: var(--yellow-500)
  }

  .header.is-open .header__nav ul.sub-menu {
    padding-left: 40px
  }

  .header.is-open .header__nav ul.sub-menu a {
    font-size: 12px
  }

  .header.is-open .btn {
    background-color: var(--black);
    color: var(--white);
    border: 1px solid var(--white)
  }
}

@media (min-width: 1080px) {
  .header .container {
    height: 81px;
    padding-bottom: 0;
    padding-top: 0
  }

  .header .header__left.active {
    border-bottom: 4px solid var(--header-link-active);
    height: 100%
  }

  .header .header__nav {
    height: 100%
  }

  .header .header__nav ul {
    display: flex
  }

  .header .header__nav ul:not(.sub-menu) {
    height: 100%
  }

  .header .header__nav ul li {
    align-items: center;
    display: grid;
    height: 100%
  }

  .header .header__nav ul li.menu-item-has-children {
    position: relative
  }

  .header .header__nav ul li.menu-item-has-children .sub-menu {
    display: none
  }

  .header .header__nav ul li.menu-item-has-children:hover .sub-menu {
    align-items: flex-end;
    display: flex;
    height: 95px;
    left: 0;
    padding: 0 0 15px 0;
    position: absolute;
    top: 50px;
    width: auto
  }

  .header .header__nav ul li.menu-item-has-children:hover .sub-menu li {
    height: auto
  }

  .header .header__nav ul li.menu-item-has-children:hover .sub-menu li a {
    border-left: 1px solid var(--border);
    color: var(--header-link);
    font-size: inherit;
    padding-left: 25px;
    white-space: nowrap
  }

  .header .header__nav ul li.menu-item-has-children:hover .sub-menu li:hover a {
    color: var(--header-link-active)
  }

  .header .header__nav ul li.menu-item-has-children:hover .sub-menu li.current-menu-item:after,
  .header .header__nav ul li.menu-item-has-children:hover .sub-menu li.current_page_parent:after,
  .header .header__nav ul li.menu-item-has-children:hover .sub-menu li.current-menu-ancestor:after {
    border-bottom: transparent
  }

  .header .header__nav ul li.menu-item-has-children:hover .sub-menu li.current-menu-item a,
  .header .header__nav ul li.menu-item-has-children:hover .sub-menu li.current_page_parent a,
  .header .header__nav ul li.menu-item-has-children:hover .sub-menu li.current-menu-ancestor a {
    border-left: 4px solid var(--header-link-active);
    color: var(--header-link-active)
  }

  .header .header__nav ul li.current-menu-item:after,
  .header .header__nav ul li.current_page_parent:after,
  .header .header__nav ul li.current-menu-ancestor:after {
    bottom: 0
  }

  .header .header__nav__right {
    align-items: center;
    display: flex;
    gap: 7px;
    position: absolute;
    right: 25px
  }

  .header .header__nav__right .header__nav__right--login {
    background-color: transparent;
    border: 1px solid var(--grey-800);
    color: var(--black);
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 16px
  }

  .header[hero-theme="dark"] .header__nav__right .header__nav__right--login {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white)
  }




  .header .header__nav__right .header__nav__right--register {
    background-color: var(--grey-800);
    color: var(--white);
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 16px
  }

  .header[hero-theme="dark"] .header__nav__right .header__nav__right--register {
    background-color: var(--white);
    color: var(--grey-800)
  }


  .header[hero-theme="dark"] .header__nav .current-menu-item:after,
  .header[hero-theme="dark"] .header__nav .current_page_parent:after,
  .header[hero-theme="dark"] .header__nav .current-menu-ancestor:after {
    border-bottom: 4px solid var(--yellow-500)
  }

  .header[hero-theme="dark"] .header__nav ul li.menu-item-has-children:hover .sub-menu li a {
    border-left: 1px solid var(--border)
  }

  .header[hero-theme="dark"] .header__nav ul li.menu-item-has-children:hover .sub-menu li.current-menu-item a {
    border-left: 4px solid var(--yellow-500);
    color: var(--header-link-active)
  }
}

.block-cards-cta-v2 .cards {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px
}

.block-cards-cta-v2 .cards .card {
  background-color: #fff;
  background-image: url("../img/v2/block-cards-cta-v2-layer.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 8px solid #ffda47;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  height: auto;
  padding: 26px;
  transition: all 0.2s ease-in-out, background-color 0.15s ease-in-out, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 100%
}

.block-cards-cta-v2 .cards .card a {
  text-decoration: none
}

.block-cards-cta-v2 .cards .card h4 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 28px
}

.block-cards-cta-v2 .cards .card:hover {
  background-size: 150%;
  cursor: pointer;
  transform: scale(1.05)
}

@media (min-width: 768px) {
  .block-cards-cta-v2 .cards .card {
    width: calc(50% - 20px)
  }
}

@media (min-width: 1080px) {
  .block-cards-cta-v2 .cards .card {
    min-height: 405px;
    width: calc(25% - 30px)
  }
}

.block-features-v2 {
  background: var(--grey-100);
  margin-bottom: 0;
  padding: 80px 0
}

.block-features-v2 h2 {
  position: relative;
  z-index: 2
}

.block-features-v2 h3 {
  font-size: 24px;
  line-height: 28px
}

.block-features-v2 .feature__head {
  margin-left: 0
}

.block-features-v2 .feature__thumbnail {
  max-width: 500px;
  padding-bottom: 75px;
  padding-left: 24px;
  padding-right: 24px
}

.block-features-v2 .bg-noise {
  background-position: center 75px;
  background-repeat: no-repeat
}

.block-features-v2 .logos-animation {
  width: 100%
}

.block-features-v2 .logos-animation::before {
  background: linear-gradient(to bottom, #f5f5f5 20%, rgba(245, 245, 245, 0) 100%)
}

.block-features-v2 .logos-animation::after {
  background: linear-gradient(to top, #f5f5f5 20%, rgba(245, 245, 245, 0) 100%)
}

.block-features-v2 .logos-animation .logos>div:nth-child(n+9) {
  display: flex
}

.block-features-v2 .logos-animation .logos>div:nth-child(n+13) {
  display: none
}

@media (min-width: 768px) {
  .block-features-v2 h3 {
    font-size: 40px;
    line-height: 1.2
  }

  .block-features-v2 .feature__head {
    margin-left: 0;
    max-width: none
  }

  .block-features-v2 .feature__thumbnail {
    padding: 0
  }

  .block-features-v2 .bg-noise {
    background-position: 75px center
  }

  .block-features-v2 .logos-animation {
    height: calc(100% + 160px)
  }
}

@media (min-width: 1080px) {
  .block-features-v2 .feature__head {
    margin-left: 0
  }
}

@media (max-width: 768px) {
  .block-features-v2 .features-tab__wrapper {
    max-width: 540px
  }

  .block-features-v2 .feature__head {
    max-width: 100%
  }

  .block-features-v2 .feature__thumbnail {
    max-width: 100%
  }
}

.block-video-v2 .video--wrapper {
  align-items: center;
  display: flex;
  height: 750px;
  justify-content: center;
  overflow: hidden;
  position: relative
}

.block-video-v2 .video--wrapper.pb-16 {
  padding-bottom: 160px
}

.block-video-v2 .video--wrapper .video--layer {
  background-color: rgba(38, 38, 38, 0.8);
  inset: 0;
  position: absolute;
  z-index: 1
}

.block-video-v2 .video--wrapper .play--button {
  align-items: center;
  background-color: #D7D3D0;
  border-radius: 50%;
  display: flex;
  height: 90px;
  justify-content: center;
  position: absolute;
  transition: all 0.2s ease-in-out;
  transform: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 90px;
  z-index: 2
}

.block-video-v2 .video--wrapper .play--button:hover,
.block-video-v2 .video--wrapper .play--button:focus {
  cursor: pointer;
  transform: scale(1.1)
}

.block-video-v2 .video--wrapper .play--button img {
  margin-left: 6px
}

.block-video-v2 .video--wrapper .btn {
  bottom: 50px;
  position: absolute;
  z-index: 2
}

.block-video-v2 .video--wrapper video {
  height: 100%;
  width: auto
}

.block-video-v2 .video--wrapper video::-webkit-media-controls-timeline {
  display: none
}

.block-video-v2 .video--wrapper .elmts {
  transition: all 0.2s ease-in-out;
  visibility: visible
}

.block-video-v2 .video--wrapper .hide {
  visibility: hidden
}

.hero--home-V2 .banner-hero--home-V2 {
  text-align: center
}

@media (min-width: 1080px) {
  html :lang(de-DE) .hero--home-V2 {
    height: 850px
  }

  .hero--home-V2 .hero--home-V2--thumb {
    align-items: center;
    background-image: url(../img/v2/Rond_jaune_bruit.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    left: calc((1080px * 2/3) + ((100% - 1024px) / 2));
    position: absolute;
    top: 0;
    z-index: 1
  }

  .hero--home-V2 .banner-hero--home-V2 {
    text-align: left
  }
}

.hero--main {
  align-items: center;
  background-image: none;
  background-repeat: no-repeat;
  background-size: auto;
  display: flex;
  justify-content: center
}

.hero--main[hero-theme="dark"] {
  background-color: var(--grey-800)
}

.hero--main[hero-theme="dark"]:before {
  background: linear-gradient(180deg, #262626 31.65%, rgba(255, 218, 71, 0) 100%)
}

.hero--main[hero-theme="dark"] h1,
.hero--main[hero-theme="dark"] p {
  color: var(--white)
}

.hero--main[hero-theme="cream"] {
  background-color: #F4F2ED
}

.hero--main[hero-theme="cream"]:before {
  background: linear-gradient(180deg, #F4F2ED 31.65%, rgba(255, 218, 71, 0) 100%)
}

.hero--main.hero-main--hasThumb {
  text-align: center
}

.hero--main p a {
  text-decoration: none
}

@media (min-width: 768px) {
  .hero--main {
    background-image: url("../img/v2/Rond_jaune_bruit_1.svg");
    background-position: center right
  }

  .hero--main[hero-theme="dark"] {
    background-image: url("../img/v2/Ellipse_bruit_noire_1.svg");
    background-position: bottom right
  }

  .hero--main[hero-theme="cream"] {
    background-image: url("../img/v2/Rond_gris_bruit_1.svg");
    background-position: bottom right
  }
}

@media (min-width: 1080px) {
  .hero--main {
    background-image: url("../img/v2/Rond_jaune_bruit_1.svg"), url("../img/v2/Rond_jaune_bruit_2.svg");
    background-position: center right, bottom left
  }

  .hero--main[hero-theme="dark"] {
    background-image: url("../img/v2/Ellipse_bruit_noire_1.svg"), url("../img/v2/Ellipse_bruit_noire_2.svg");
    background-position: bottom right, bottom left
  }

  .hero--main[hero-theme="cream"] {
    background-image: url("../img/v2/Rond_gris_bruit_1.svg"), url("../img/v2/Rond_gris_bruit_2.svg");
    background-position: bottom right, bottom left
  }

  .hero--main.hero-main--hasThumb {
    text-align: left
  }

  .hero--main .hero-main--thumb {
    align-items: center;
    display: flex;
    height: 100%;
    left: 75%;
    position: absolute;
    top: 0;
    z-index: 1
  }

  .hero--main.hero-main--hasThumbHasCard {
    height: 900px
  }
}

@media (min-width: 1280px) {
  .hero--main .hero-main--thumb {
    left: 58.33%
  }
}

.block-clients-testimony-v2 {
  background: var(--grey-100)
}

.block-clients-testimony-v2 .testimony--cards {
  display: flex;
  gap: 80px;
  position: relative
}

.block-clients-testimony-v2 .testimony--cards::before,
.block-clients-testimony-v2 .testimony--cards::after {
  content: '';
  background: linear-gradient(to right, #f5f5f5 20%, rgba(245, 245, 245, 0) 100%);
  bottom: -1px;
  height: 100%;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 50px;
  z-index: 1
}

.block-clients-testimony-v2 .testimony--cards::after {
  background: linear-gradient(to left, #f5f5f5 20%, rgba(245, 245, 245, 0) 100%);
  left: calc(100vw - 50px)
}

.block-clients-testimony-v2 .testimony--cards .testimony--card {
  display: flex;
  flex-wrap: wrap-reverse;
  padding-bottom: 1px;
  position: relative;
  width: auto;
  min-width: 90vw;
  animation: loopX 45s infinite
}

.block-clients-testimony-v2 .testimony--cards .testimony--card .testimony--card--top {
  align-items: center;
  background-color: #262626;
  border-radius: 8px;
  color: #FFF;
  display: flex;
  gap: 25px;
  margin: -20px 0 20px;
  padding: 25px;
  width: 90%
}

.block-clients-testimony-v2 .testimony--cards .testimony--card .testimony--card--top .testimony--card--top--left {
  display: none
}

.block-clients-testimony-v2 .testimony--cards .testimony--card .testimony--card--top .testimony--card--top--left .photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 90px;
  width: 90px
}

.block-clients-testimony-v2 .testimony--cards .testimony--card .testimony--card--top .testimony--card--top--right .logo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  margin-bottom: 15px;
  width: 75%
}

.block-clients-testimony-v2 .testimony--cards .testimony--card .testimony--card--top .testimony--card--top--right p {
  font-size: 14px;
  font-weight: 600
}

.block-clients-testimony-v2 .testimony--cards .testimony--card .testimony--card--bottom {
  align-items: center;
  background-image: url("../img/v2/noise-right.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  color: #000;
  font-family: "Sharp Grotesk";
  font-weight: 500;
  font-size: 18px;
  padding: 80px 40px 40px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%
}

@media (min-width: 768px) {

  .block-clients-testimony-v2 .testimony--cards::before,
  .block-clients-testimony-v2 .testimony--cards::after {
    width: 200px
  }

  .block-clients-testimony-v2 .testimony--cards::after {
    left: calc(100vw - 200px)
  }

  .block-clients-testimony-v2 .testimony--cards .testimony--card {
    display: block;
    flex-wrap: unset;
    padding-bottom: 0;
    min-width: 50vw
  }

  .block-clients-testimony-v2 .testimony--cards .testimony--card .testimony--card--top {
    margin: 0;
    width: 400px
  }

  .block-clients-testimony-v2 .testimony--cards .testimony--card .testimony--card--top .testimony--card--top--left {
    display: block
  }

  .block-clients-testimony-v2 .testimony--cards .testimony--card .testimony--card--bottom {
    font-size: var(--font-body);
    left: 25%;
    top: -40px;
    width: 75%
  }
}

.block-faq-v2 .faq--wrapper {
  display: grid;
  gap: 25px
}

.block-faq-v2 .faq--wrapper .faq--block {
  border-bottom: 1px solid #FFF;
  display: grid;
  gap: 25px;
  padding-bottom: 25px;
  position: relative
}

.block-faq-v2 .faq--wrapper .faq--block .accordion {
  cursor: pointer;
  width: calc(100% - 75px)
}

.block-faq-v2 .faq--wrapper .faq--block .accordion-icon {
  background-image: url("../icons/carret-down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 0;
  width: 19px
}

.block-faq-v2 .faq--wrapper .faq--block .faq--block--answer {
  display: none;
  width: 100%
}

.block-faq-v2 .faq--wrapper .faq--block .faq--block--answer ul,
.block-faq-v2 .faq--wrapper .faq--block .faq--block--answer ol {
  margin: 15px 0;
  padding-left: 40px
}

.block-faq-v2 .faq--wrapper .faq--block .faq--block--answer ul li {
  list-style-type: disc
}

.block-faq-v2 .faq--wrapper .faq--block.active {
  padding-bottom: 50px
}

.block-faq-v2 .faq--wrapper .faq--block.active .accordion-icon {
  background-image: url("../icons/carret-up.svg");
  bottom: 10px
}

.block-faq-v2 .faq--wrapper .faq--block.active .faq--block--answer {
  display: block
}

.block-faq-v2 #repeater-show-more-link i {
  transform: rotate(90deg)
}

@media (min-width: 768px) {
  .block-faq-v2 .faq--wrapper .faq--block .faq--block--answer {
    width: calc(100% - 75px)
  }

  .block-faq-v2 .faq--wrapper .faq--block.active {
    padding-bottom: 25px
  }

  .block-faq-v2 .faq--wrapper .faq--block.active .accordion-icon {
    bottom: 25px
  }
}

.block-features-stats-v2 {
  position: relative;
  z-index: 1
}

.block-features-stats-v2.hasHero:before {
  content: '';
  background-color: var(--grey-800);
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1
}

.block-features-stats-v2 .features-stats--wrapper {
  border-radius: 8px
}

.block-features-stats-v2 .features-stats--wrapper .box {
  background-color: var(--grey-800);
  padding: 24px 0
}

.block-features-stats-v2 .features-stats--wrapper .step__wrapper div:nth-of-type(-n+2) {
  border-bottom: 1px solid #d7d3d0;
  border-right: none
}

.block-features-stats-v2 .features-stats--wrapper .statLabel {
  color: var(--yellow-500)
}

@media (min-width: 768px) {
  .block-features-stats-v2.hasHero:before {
    height: calc(100% - 140px)
  }

  .block-features-stats-v2 .features-stats--wrapper .box {
    padding: 24px
  }

  .block-features-stats-v2 .features-stats--wrapper .step__wrapper div:nth-of-type(-n+2) {
    border-bottom: none;
    border-right: 1px solid #d7d3d0
  }
}

@media (min-width: 1080px) {
  .block-features-stats-v2.hasHero:before {
    height: calc(100% - 140px)
  }
}

.block-features-grid-v2 h2 {
  margin-bottom: 79px
}

.block-features-grid-v2 .grids {
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 70px
}

.block-features-grid-v2 .grids.no--title {
  margin-top: 23px
}

.block-features-grid-v2 .grids .grid {
  position: relative;
  z-index: 1
}

.block-features-grid-v2 .grids .grid:after {
  background-image: url("../img/v2/union.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 68px;
  left: -23px;
  position: absolute;
  top: -23px;
  width: 68px;
  z-index: -1
}

.block-features-grid-v2 .grids .grid p.label {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase
}

@media (min-width: 768px) {
  .block-features-grid-v2 h2 {
    margin-bottom: 140px
  }

  .block-features-grid-v2 .grids {
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 120px
  }

  .block-features-grid-v2 .grids.no--title {
    margin-top: 60px
  }

  .block-features-grid-v2 .grids .grid:after {
    height: 130px;
    left: -60px;
    top: -60px;
    width: 130px;
    z-index: -1
  }
}

.block-howto-v2 h2 {
  color: var(--white)
}

.block-howto-v2 h4 {
  font-size: 24px;
  line-height: 1.5
}

.block-howto-v2 .feature--shift-reverse {
  position: relative
}

.block-howto-v2 .feature--shift-reverse:after {
  background-color: var(--grey-800);
  content: '';
  height: calc(100% - 60px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.block-howto-v2 .block-howto--wrapper .block-howto--steps {
  border-radius: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px;
  padding: 0
}

.block-howto-v2 .block-howto--wrapper .block-howto--steps .step {
  padding-bottom: 24px
}

.block-howto-v2 .block-howto--wrapper .block-howto--steps .step:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.block-howto-v2 .block-howto--wrapper .block-howto--steps .step .step-number {
  color: var(--grey-500);
  font-family: "Sharp Grotesk";
  font-size: 32px
}

.block-howto-v2 .block-howto--wrapper .box {
  background-color: transparent
}

@media (min-width: 768px) {
  .block-howto-v2 .feature--shift-reverse:after {
    height: calc(100% - 120px)
  }

  .block-howto-v2 .block-howto--wrapper .block-howto--steps {
    grid-template-columns: repeat(2, 1fr)
  }

  .block-howto-v2 .block-howto--wrapper .block-howto--steps .step {
    padding-right: 24px
  }

  .block-howto-v2 .block-howto--wrapper .block-howto--steps .step:not(:last-child) {
    border-bottom: none
  }

  .block-howto-v2 .block-howto--wrapper .block-howto--steps .step:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.1)
  }

  .block-howto-v2 .block-howto--wrapper.section-black .block-howto--steps .step:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1)
  }
}

@media (min-width: 1080px) {
  .block-howto-v2 .block-howto--wrapper .block-howto--steps {
    grid-template-columns: repeat(4, 1fr)
  }

  .block-howto-v2 .block-howto--wrapper .block-howto--steps .step {
    padding-bottom: 0
  }

  .block-howto-v2 .block-howto--wrapper .block-howto--steps .step:not(:last-child) {
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1)
  }

  .block-howto-v2 .block-howto--wrapper.section-black .block-howto--steps .step:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1)
  }
}

.block-publisher-v2.section-grey .logos-animation-x::before {
  background: linear-gradient(to right, #f5f5f5 20%, rgba(245, 245, 245, 0) 100%)
}

.block-publisher-v2.section-grey .logos-animation-x::after {
  background: linear-gradient(to left, #f5f5f5 20%, rgba(245, 245, 245, 0) 100%)
}

.block-publisher-v2.section-white .logos-animation-x::before {
  background: linear-gradient(to right, #fff 20%, rgba(245, 245, 245, 0) 100%)
}

.block-publisher-v2.section-white .logos-animation-x::after {
  background: linear-gradient(to left, #fff 20%, rgba(245, 245, 245, 0) 100%)
}

.block-wall-v2.afterGrey .logos--wall:after {
  background: linear-gradient(to top, #f5f5f5 20%, rgba(245, 245, 245, 0) 100%)
}

.block-wall-v2.afterGrey .logos--wall .logos__wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.block-wall-v2.afterGrey .logos--wall .logos__wrapper div {
  width: calc(50% - 1px)
}

@media (min-width: 768px) {
  .block-wall-v2.afterGrey .logos--wall .logos__wrapper div {
    width: calc(25% - 1px)
  }
}

@media (min-width: 1080px) {
  .block-wall-v2.afterGrey .logos--wall .logos__wrapper div {
    width: calc(20% - 1px)
  }
}

.block-leaders-v2 .peoples {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

.block-leaders-v2 .peoples .card-people:nth-child(even) {
  top: 75px
}

@media (min-width: 768px) {
  .block-leaders-v2 .peoples {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 85px
  }

  .block-leaders-v2 .peoples .card-people {
    width: calc(33.33% - 60px)
  }

  .block-leaders-v2 .peoples .card-people:nth-child(even) {
    top: 0
  }
}

@media (min-width: 1080px) {
  .block-leaders-v2 .peoples {
    gap: 85px 150px
  }

  .block-leaders-v2 .peoples .card-people {
    width: calc(33.33% - 100px)
  }
}

.block-offices-list-v2 .row-offices-list {
  display: flex;
  flex-wrap: wrap-reverse
}

.block-offices-list-v2 .block-offices-list--left {
  height: 480px;
  position: relative;
  width: 100%
}

.block-offices-list-v2 .block-offices-list--left #block-offices-list--thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.block-offices-list-v2 .block-offices-list--right {
  margin: 0 auto;
  max-width: 540px;
  width: 100%
}

.block-offices-list-v2 .offices {
  display: grid;
  gap: 18px
}

.block-offices-list-v2 .offices p {
  font-size: 16px;
  line-height: 24px
}

.block-offices-list-v2 .offices p.country {
  color: #D7D3D0
}

.block-offices-list-v2 .offices a {
  color: var(--yellow-500);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none
}

@media (min-width: 768px) {
  .block-offices-list-v2 .row-offices-list {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap
  }

  .block-offices-list-v2 .block-offices-list--left,
  .block-offices-list-v2 .block-offices-list--right {
    height: auto;
    max-width: 50%;
    width: 50%
  }
}

.banner-about-cta-v2 {
  background: linear-gradient(to right, #ffda47 0%, #ffda47 50%, #f4f2ed 51%, #f4f2ed 100%) !important
}

.banner-about-cta-v2 #banner-about-cta-v2---bg {
  background-image: url(../img/v2/Rond_gris_bruit_banner_2.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  width: 50%
}

.banner-about-cta-v2 .card-start__body {
  background-color: var(--yellow-500) !important;
  color: var(--grey-800)
}

.banner-about-cta-v2 .card-start__body p.h4 {
  font-weight: 600
}

.banner-about-cta-v2 .card-start__cta {
  background-color: transparent !important
}

.banner-about-cta-v2 .card-start__cta #banner-about-cta-v2--cta--bg {
  background-image: url(../img/v2/Rond_gris_bruit_banner_1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  left: -110px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

@media (min-width: 768px) {
  .banner-about-cta-v2 #banner-about-cta-v2---bg {
    display: block
  }

  .banner-about-cta-v2 .card-start__cta {
    background-color: transparent !important
  }

  .banner-about-cta-v2 .card-start__cta #banner-about-cta-v2--cta--bg {
    background-size: cover;
    height: 350px;
    left: -80px;
    top: -30px;
    width: 525px
  }
}

@media (min-width: 1080px) {
  .banner-about-cta-v2 .card-start__body {
    padding-left: 80px;
    padding-right: 160px
  }
}

.block-ratings-v2.section-black {
  background-color: var(--black)
}

.block-ratings-v2 .rating_stars {
  align-items: center;
  display: flex;
  font-size: 20px;
  line-height: 30px;
  justify-content: center
}

.block-ratings-v2 .rating_stars a {
  text-decoration: none
}

.block-ratings-v2 .rating_label {
  text-align: center
}

.block-ratings-v2 .rating_label p.h3 {
  font-family: "Sharp Grotesk"
}

.block-benefits-list-v2 .benefits {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 50px
}

.block-benefits-list-v2 .benefits .label {
  padding-bottom: 50px;
  border-bottom: 1px solid #000000
}

.block-benefits-list-v2 .benefits .label:last-child {
  border-bottom: none
}

.block-benefits-list-v2 .benefits .label p {
  font-family: "Sharp Grotesk";
  font-weight: 500
}

@media (min-width: 768px) {
  .block-benefits-list-v2 .benefits {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px
  }

  .block-benefits-list-v2 .benefits .label {
    border-bottom: none;
    border-right: 1px solid #000000;
    padding-bottom: 0;
    padding-right: 12px
  }

  .block-benefits-list-v2 .benefits .label:nth-of-type(3n+3) {
    border-right: none
  }
}

@media (min-width: 1080px) {
  .block-benefits-list-v2 .benefits {
    grid-gap: 33px
  }

  .block-benefits-list-v2 .benefits .label {
    padding-right: 33px
  }
}

.block-media-kit-v2 .kits {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 80px
}

.block-media-kit-v2 .kits .kit {
  text-align: center
}

.block-media-kit-v2 .kits .kit .kit_thumbnail {
  align-items: center;
  background-image: url("../img/v2/bg-media-kit-list.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  height: 435px;
  overflow: hidden;
  padding: 70px 25px
}

@media (min-width: 768px) {
  .block-media-kit-v2 .kits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 90px 160px
  }

  .block-media-kit-v2 .kits .kit {
    text-align: inherit
  }
}

.block-cards-contact-cta-v2 .cards {
  align-items: start;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px
}

.block-cards-contact-cta-v2 .cards .card {
  background-color: #fff;
  background-image: url("../img/v2/block-cards-cta-v2-layer.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 8px solid #ffda47;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  height: auto;
  min-height: 250px;
  padding: 26px;
  position: relative;
  transition: all 0.2s ease-in-out, background-color 0.15s ease-in-out, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.block-cards-contact-cta-v2 .cards .card h4 {
  font-size: 24px;
  line-height: 28px;
  color: var(--text-secondary)
}

.block-cards-contact-cta-v2 .cards .card p {
  color: var(--text-secondary)
}

.block-cards-contact-cta-v2 .cards .card a,
.block-cards-contact-cta-v2 .cards .card button,
.block-cards-contact-cta-v2 .cards .card .card--no-action {
  height: calc(100% - 52px);
  display: grid;
  grid-template-rows: 35% 65%;
  left: 26px;
  position: absolute;
  text-align: left;
  text-decoration: none;
  top: 26px;
  width: calc(100% - 52px)
}

.block-cards-contact-cta-v2 .cards .card:hover {
  background-size: 150%;
  cursor: pointer;
  transform: scale(1.05)
}

.block-cards-contact-cta-v2 .cards .modal-wrapper {
  position: absolute
}

@media (min-width: 768px) {
  .block-cards-contact-cta-v2 .cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px
  }

  .block-cards-contact-cta-v2 .cards .card {
    min-height: 405px
  }
}

@media (min-width: 1080px) {
  .block-cards-contact-cta-v2 .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 100px
  }
}

.hero-blog--main {
  align-items: center;
  background-image: none;
  background-repeat: no-repeat;
  background-size: auto;
  display: flex;
  justify-content: center
}

.hero-blog--main[hero-theme="dark"] {
  background-color: var(--grey-800)
}

.hero-blog--main[hero-theme="dark"]:before {
  background: linear-gradient(180deg, #262626 31.65%, rgba(255, 218, 71, 0) 100%)
}

.hero-blog--main[hero-theme="dark"] h1,
.hero-blog--main[hero-theme="dark"] p {
  color: var(--white)
}

.hero-blog--main[hero-theme="cream"] {
  background-color: #F4F2ED
}

.hero-blog--main[hero-theme="cream"]:before {
  background: linear-gradient(180deg, #F4F2ED 31.65%, rgba(255, 218, 71, 0) 100%)
}

.hero-blog--main[hero-theme="cream"] h1,
.hero-blog--main[hero-theme="cream"] p {
  color: var(--black)
}

.hero-blog--main p a {
  text-decoration: none
}

.hero-blog--main #hero-blog-main--menu {
  align-items: flex-start;
  display: flex;
  position: relative
}

.hero-blog--main #hero-blog-main--menu #searchBox {
  margin: -10px 0 0 48px;
  position: relative
}

.hero-blog--main #hero-blog-main--menu #searchBox button#showSearch {
  background-color: var(--grey-400);
  border-radius: 4px;
  font-size: 13px;
  line-height: 13px;
  padding: 14px
}

.hero-blog--main #hero-blog-main--menu #searchBox button#showSearch.active {
  border-radius: 4px 0 0 4px
}

.hero-blog--main #hero-blog-main--menu #searchBox #searchform {
  left: 44px;
  position: absolute;
  top: 0;
  width: 300px
}

.hero-blog--main #hero-blog-main--menu #searchBox #searchform.hide {
  display: none
}

.hero-blog--main #hero-blog-main--menu #searchBox #searchform .input--search input {
  height: 45px;
  padding-right: 48px
}

.hero-blog--main #hero-blog-main--menu #searchBox #searchform .input--search input:focus {
  outline: none
}

.hero-blog--main #hero-blog-main--menu #searchBox #searchform.active .input--search {
  --input-bg: var(--grey-400)
}

.hero-blog--main #hero-blog-main--menu #searchBox #searchform.active .input--search input {
  border-radius: 0 4px 4px 0
}

.hero-blog--main #hero-blog-main--menu #searchBox.toLeft button#showSearch.active {
  border-radius: 0 4px 4px 0
}

.hero-blog--main #hero-blog-main--menu #searchBox.toLeft #searchform {
  left: auto;
  right: 44px
}

.hero-blog--main #hero-blog-main--menu #searchBox.toLeft #searchform.active .input--search input {
  border-radius: 4px 0 0 4px
}

@media (min-width: 768px) {
  .hero-blog--main {
    background-image: url("../img/v2/Rond_jaune_bruit_1.svg");
    background-position: center right
  }

  .hero-blog--main[hero-theme="dark"] {
    background-image: url("../img/v2/Ellipse_bruit_noire_1.svg");
    background-position: bottom right
  }

  .hero-blog--main[hero-theme="cream"] {
    background-image: url("../img/v2/Rond_gris_bruit_1.svg");
    background-position: bottom right
  }
}

@media (min-width: 1080px) {
  .hero-blog--main {
    background-image: url("../img/v2/Rond_jaune_bruit_1.svg"), url("../img/v2/Rond_jaune_bruit_2.svg");
    background-position: center right, bottom left
  }

  .hero-blog--main[hero-theme="dark"] {
    background-image: url("../img/v2/Ellipse_bruit_noire_1.svg"), url("../img/v2/Ellipse_bruit_noire_2.svg");
    background-position: bottom right, bottom left
  }

  .hero-blog--main[hero-theme="cream"] {
    background-image: url("../img/v2/Rond_gris_bruit_1.svg"), url("../img/v2/Rond_gris_bruit_2.svg");
    background-position: bottom right, bottom left
  }
}

.card-article--sticky {
  display: grid;
  gap: 48px
}

.card-article--sticky .card-article__img {
  height: auto;
  max-height: 460px;
  overflow: hidden;
  width: 100%
}

.card-article--sticky .card-article__img img {
  height: auto;
  width: 100%
}

.card-article--sticky .card-article__content {
  width: 83.33333%
}

.card-article--sticky.card-article-sticky--whitepaper .card-article__img {
  width: 280px
}

.insights__nav {
  --label-color: initial;
  justify-content: flex-start;
  width: 100%
}

[data-theme="dark"] .insights__nav {
  --label-color: var(--grey-400)
}

.insights__nav ul {
  display: flex;
  height: 48px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: -24px;
  margin-right: -24px
}

.insights__nav ul::-webkit-scrollbar {
  display: none
}

.insights__nav ul li {
  position: relative;
  display: flex;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 48px
}

.insights__nav ul li:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background: var(--black)
}

.insights__nav ul li a {
  text-decoration: none;
  color: var(--grey-800);
  font-weight: 600;
  white-space: nowrap
}

.insights__nav ul li.current-menu-item:after {
  display: block;
  background: var(--yellow-500)
}

@media (min-width: 768px) {
  .insights__nav {
    justify-content: center
  }

  .insights__nav ul li:last-child {
    margin-right: 0
  }
}

.hero--article-v2 .grainmoon {
  bottom: 0;
  left: 0;
  width: 625px;
  transform: rotate(0)
}

.single .card-article--author {
  position: relative
}

.single .card-article--author .btn {
  z-index: 2
}

.single .card-article--author .card-article__img {
  max-width: 100%
}

.single .card-article--author:after {
  background-image: url(../img/v2/card-article-single-wp.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1
}

.single .card-article--single-mobile {
  margin-bottom: 80px !important;
  padding-bottom: 0
}

.page--classic .hero--main {
  background-image: url(../img/v2/Rond_jaune_bruit_page.svg), url(../img/v2/Rond_gris_bruit_2.svg);
  background-position: bottom right, bottom left
}

.block-press-backlink-v2 h2 {
  color: var(--white)
}

.block-press-backlink-v2 h4 {
  font-size: 24px;
  line-height: 1.5
}

.block-press-backlink-v2 a {
  text-decoration: none
}

.block-press-backlink-v2 .block-press-backlink--wrapper .block-press-backlink--steps {
  border-radius: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px;
  padding: 0
}

.block-press-backlink-v2 .block-press-backlink--wrapper .block-press-backlink--steps .step {
  overflow: hidden;
  padding-bottom: 24px
}

.block-press-backlink-v2 .block-press-backlink--wrapper .block-press-backlink--steps .step:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.block-press-backlink-v2 .block-press-backlink--wrapper .block-press-backlink--steps .step .block-press-backlink--thumb {
  display: flex;
  height: 50px;
  justify-content: flex-start;
  margin-bottom: 40px
}

.block-press-backlink-v2 .block-press-backlink--wrapper .block-press-backlink--steps .step .block-press-backlink--thumb img {
  max-height: 100%
}

@media (min-width: 768px) {
  .block-press-backlink-v2 .block-press-backlink--wrapper .block-press-backlink--steps {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px
  }

  .block-press-backlink-v2 .block-press-backlink--wrapper .block-press-backlink--steps .step {
    padding-right: 24px
  }

  .block-press-backlink-v2 .block-press-backlink--wrapper .block-press-backlink--steps .step:not(:last-child) {
    border-bottom: none
  }

  .block-press-backlink-v2 .block-press-backlink--wrapper .block-press-backlink--steps .step:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.1)
  }
}

@media (min-width: 1080px) {
  .block-press-backlink-v2 .block-press-backlink--wrapper .block-press-backlink--steps {
    grid-template-columns: repeat(3, 1fr)
  }

  .block-press-backlink-v2 .block-press-backlink--wrapper .block-press-backlink--steps .step {
    padding-bottom: 0
  }

  .block-press-backlink-v2 .block-press-backlink--wrapper .block-press-backlink--steps .step:not(:last-child) {
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1)
  }
}

.block-press-release-v2 .pr--wrapper {
  display: grid;
  gap: 25px
}

.block-press-release-v2 .pr--wrapper .pr--block {
  border-bottom: 1px solid #FFF;
  display: grid;
  gap: 12px;
  padding-bottom: 25px;
  position: relative
}

.block-press-release-v2 .pr--wrapper .pr--block a {
  text-decoration: none
}

.block-press-release-v2 .pr--wrapper .pr--block a:hover {
  cursor: pointer
}

.block-press-release-v2 .pr--wrapper .pr--block a:hover h4 {
  color: var(--yellow-500)
}

.block-press-release-v2 .pr--wrapper .pr--block .card-article__date {
  color: var(--grey-450)
}

.block-press-release-v2 #press-show-more-link i {
  transform: rotate(90deg)
}

.card-article--client-first .card-article__content {
  width: 100%
}

.card-newsletter-homepage {
  background-color: #F4F2ED;
  border-radius: 8px;
  color: var(--text-secondary);
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.card-newsletter-homepage .card__wrapper {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, 1fr);
  height: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding: 24px 90px
}

.card-newsletter-homepage .card__wrapper .card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center
}

.card-newsletter-homepage .card__wrapper .card__shortcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center
}

@media (min-width: 1080px) {
  .card-newsletter-homepage {
    margin-left: -8px;
    margin-right: -8px
  }

  .card-newsletter-homepage .card__wrapper {
    grid-template-columns: repeat(2, 1fr)
  }

  .card-newsletter-homepage .card__wrapper .card__body {
    text-align: left
  }
}

.card-newsletter-single {
  background-color: var(--grey-800);
  border-radius: 8px;
  color: var(--white);
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.card-newsletter-single .card__wrapper {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, 1fr);
  height: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding: 24px 90px
}

.card-newsletter-single .card__wrapper .card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center
}

.card-newsletter-single .card__wrapper .card__shortcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center
}

@media (min-width: 1080px) {
  .card-newsletter-single {
    margin-left: -8px;
    margin-right: -8px
  }

  .card-newsletter-single .card__wrapper {
    grid-template-columns: repeat(2, 1fr)
  }

  .card-newsletter-single .card__wrapper .card__body {
    text-align: left
  }
}

.footer .social-media {
  align-items: center;
  display: flex;
  gap: 20px
}

.footer .social-media a img {
  background-color: #F4F2ED;
  border-radius: 2px
}

.footer .social-media a:hover img {
  background-color: var(--yellow-500)
}

.footer .footer__list li {
  border-bottom: 1px solid rgba(115, 115, 115, 0.5)
}

.footer .footer__list li:last-child {
  border-bottom: none
}

.footer .footer__list li a {
  color: var(--grey-350)
}

.footer .footer__list .on-home,
.footer .footer__list .on-publisher {
  display: inline-block
}

.footer .footer__copyright .footer__list li {
  border-bottom: none
}

@media (min-width: 768px) {
  .footer .footer__list li {
    border-bottom: none
  }
}

@media (max-width: 768px) {
  .header__nav__right .desktop-only {
    display: none !important;
  }
}