@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: 0 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container,
.medium-container,
.small-container {
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: calc(100% - 120px);
  max-width: 1340px;
}

.medium-container {
  width: calc(100% - 200px);
  max-width: 1120px;
}

.small-container {
  max-width: 930px;
}

@media (max-width: 80em) {
  .container {
    width: calc(100% - 80px);
  }

  .medium-container {
    width: calc(100% - 160px);
    max-width: 1120px;
  }
}

@media (max-width: 64em) {
  .small-container {
    width: calc(100% - 64px);
  }
}

@media (max-width: 990px) {

  .container,
  .small-container,
  .medium-container {
    width: calc(100% - 60px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 580px) {

  .container,
  .small-container,
  .medium-container {
    width: calc(100% - 40px) !important;
  }
}

@font-face {
  font-family: "Founders Grotesk";
  font-display: swap;
  src: url("../assets/fonts/founders-grotesk-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Founders Grotesk";
  font-display: swap;
  src: url("../assets/fonts/founders-grotesk-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
}

.bold {
  font-weight: 700;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Founders Grotesk", sans-serif;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a {
  text-decoration: underline;
}

.h1.max-width,
.h2.max-width,
.h3.max-width,
.h4.max-width,
.h5.max-width {
  max-width: 850px;
}

.h1 {
  font-size: 100px;
}

.h2 {
  font-size: 96px;
}

.h3 {
  font-size: 56px;
}

.h4 {
  font-size: 40px;
}

.h5 {
  font-size: 32px;
}

.h6 {
  font-size: 28px;
}

.h7 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

p.max-width {
  max-width: 750px;
}

p a {
  text-decoration: underline !important;
}

p a:hover {
  text-decoration: none;
}

@media (max-width: 80em) {
  .h1 {
    font-size: 90px;
  }

  .h2 {
    font-size: 80px;
  }
}

@media (max-width: 64em) {
  body {
    font-size: 16px;
  }

  .h1 {
    font-size: 80px;
  }

  .h2 {
    font-size: 64px;
  }

  .h3 {
    font-size: 48px;
  }

  .h4 {
    font-size: 32px;
  }

  .h5 {
    font-size: 24px;
  }

  .h6 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {

  .h1,
  .h2 {
    font-size: 50px;
  }

  .h3 {
    font-size: 32px;
  }

  .h4 {
    font-size: 24px;
  }

  .h5 {
    font-size: 20px;
  }

  .h6 {
    font-size: 18px;
  }
}

@keyframes noise {
  0% {
    transform: translate(0%, 0%);
  }

  10% {
    transform: translate(-7%, -7%);
  }

  20% {
    transform: translate(-9%, 7%);
  }

  30% {
    transform: translate(7%, -9%);
  }

  40% {
    transform: translate(-7%, 12%);
  }

  50% {
    transform: translate(-9%, 7%);
  }

  60% {
    transform: translate(12%, 0%);
  }

  70% {
    transform: translate(0%, 9%);
  }

  80% {
    transform: translate(-17%, 0%);
  }

  90% {
    transform: translate(9%, 7%);
  }

  100% {
    transform: translate(7%, 0%);
  }
}

.smart-text .line {
  display: inline;
  font-weight: inherit;
}

.smart-text .text {
  display: inline;
  /*white-space: nowrap;*/
  font-weight: inherit;
}

.smart-text a {
  white-space: normal;
}

.smart-text .word {
  display: inline-block;
}

.smart-text .word:not(:last-child).right-space {
  padding-right: 0.2em;
}

.smart-text .word:not(:first-child).left-space {
  padding-left: 0.2em;
}

.brushed span.word {
  position: relative;
  z-index: 2;
}

.brushed strong {
  position: relative;
  font-weight: inherit;
}

.brushed strong::before {
  content: "";
  width: calc(100% + 0.25em);
  height: calc(100% + 0.125em);
  position: absolute;
  top: -0.0625em;
  left: -0.025em;
  z-index: -1;
  display: block;
  background: url("../assets/img/brush-1.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: inset(0% 0% 0% 0%);
  transition: clip-path 1.5s cubic-bezier(0.64, 0.1, 0, 1);
}

.brushed .line:not(.show) strong::before {
  clip-path: inset(0% 100% 0% 0%);
}

.brushed .line:nth-child(even) strong::before {
  background: url("../assets/img/brush-2.svg");
}

.section:not(.section_branding) {
  margin: 120px 0;
}

.section:not(.section_branding) .h1:not(:last-child),
.section:not(.section_branding) .h2:not(:last-child),
.section:not(.section_branding) .h3:not(:last-child),
.section:not(.section_branding) .h4:not(:last-child) {
  margin-bottom: 80px;
}

.section:not(.section_branding) .h5:not(:last-child) {
  margin-bottom: 40px;
}

.section:not(.section_branding) .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section:not(.section_branding) .text-in-columns:not(:last-child) {
  margin-bottom: 80px;
}

.section:not(.section_branding) .section-paper {
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0;
  fill: currentColor;
  pointer-events: none;
}

.section:not(.section_branding) .section-paper:first-child {
  top: -160px;
}

.section:not(.section_branding) .section-paper:last-child {
  bottom: -160px;
}

.section:not(.section_branding) .brushed {
  position: relative;
  z-index: 1;
}

.section:not(.section_branding).paper-top,
.section:not(.section_branding).paper-bottom {
  position: relative;
}

.section:not(.section_branding).paper-top {
  padding-top: 160px;
}

.section:not(.section_branding).paper-bottom {
  margin-bottom: 280px;
}

.section:not(.section_branding).padding-top {
  padding-top: 120px;
}

.section:not(.section_branding).padding-bottom {
  padding-bottom: 120px;
}

.section:not(.section_branding).margin-large {
  margin-top: 200px;
  margin-bottom: 200px;
}

.section:not(.section_branding).no-margin-bottom {
  margin-bottom: 0;
}

.section:not(.section_branding).no-margin-top {
  margin-top: 0;
}

@media (max-width: 768px) {
  .section:not(.section_branding) {
    margin: 80px 0;
  }

  .section:not(.section_branding) .h1:not(:last-child),
  .section:not(.section_branding) .h2:not(:last-child),
  .section:not(.section_branding) .h3:not(:last-child),
  .section:not(.section_branding) .h4:not(:last-child) {
    margin-bottom: 40px;
  }

  .section:not(.section_branding) .h5:not(:last-child) {
    margin-bottom: 20px;
  }

  .section:not(.section_branding) .text-in-columns:not(:last-child) {
    margin-bottom: 40px;
  }

  .section:not(.section_branding) .section-paper {
    height: 120px;
  }

  .section:not(.section_branding) .section-paper:first-child {
    top: -120px;
  }

  .section:not(.section_branding) .section-paper:last-child {
    bottom: -120px;
  }

  .section:not(.section_branding).paper-top {
    padding-top: 80px;
  }

  .section:not(.section_branding).paper-bottom {
    margin-bottom: 80px;
  }

  .section:not(.section_branding).padding-top {
    padding-top: 80px;
  }

  .section:not(.section_branding).padding-bottom {
    padding-bottom: 80px;
  }

  .section:not(.section_branding).margin-large {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.text-in-columns {
  display: flex;
  justify-content: space-between;
}

.text-in-columns .column {
  width: 48%;
}

@media (max-width: 768px) {
  .text-in-columns {
    flex-direction: column;
  }

  .text-in-columns .column {
    width: 100%;
  }
}

.graphs .swiper-slide img {
  display: inline !important;
}

.header h1 span span.word {
  color: white;
}

.methodological .header .medium-container h1.h3.smart-text {
  color: white !important;
}

.header {
  padding-top: calc(180px + var(--external-nav-height));
  padding-bottom: 100px;
  text-align: center;
  background: #663372;
  color: white !important;
}

.header h1 {
  max-width: 900px;
  margin: 0 auto;
}

.header h1 strong {
  color: #663372;
  z-index: 1;
}

.header h1 strong::before {
  width: calc(100% + 0.25em);
  left: -0.025em;
}

.header+.section {
  margin-top: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .header {
    padding-top: calc(100px + var(--external-nav-height));
    padding-bottom: 80px;
  }

  .header h1 {
    max-width: 600px;
  }
}

.textual-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border: none;
  background: transparent;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}

.textual-button span {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 1;
  pointer-events: none;
  top: 0.1em;
}

.textual-button-icon {
  width: auto;
  height: 1.5em;
  flex-shrink: 0;
  display: inline-flex;
  margin-left: 15px;
  position: relative;
  z-index: 1;
  font-size: 0.6em;
}

.textual-button-icon svg,
.textual-button-icon img {
  height: 100%;
  fill: currentColor;
}

.textual-button[data-direction=up] .textual-button-icon {
  transform: rotate(-90deg);
}

.textual-button[data-direction=down] .textual-button-icon {
  transform: rotate(90deg);
}

.textual-button[data-direction=down] .textual-button-icon svg {
  transform: none;
}

.textual-button[data-direction=left] .textual-button-icon {
  transform: rotate(180deg);
}

.textual-button[data-direction=right-up] .textual-button-icon {
  transform: rotate(-45deg);
}

.textual-button:not(.circle) {
  position: relative;
}

.textual-button:not(.circle)::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.49, 0.23, 0, 1);
}

.textual-button:not(.circle):hover::after {
  transform: scaleX(1);
}

.textual-button.circle .textual-button-icon {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.textual-button.circle .textual-button-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: currentColor;
  box-sizing: border-box;
  transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.textual-button.circle .textual-button-icon svg {
  width: 35%;
  height: auto;
  color: white;
}

.textual-button.circle .textual-button-icon.small svg {
  width: 27%;
}

.textual-button.circle.border .textual-button-icon::before {
  border: 1px solid currentColor;
  background: transparent;
}

.textual-button.circle.border .textual-button-icon svg {
  color: currentColor;
}

.textual-button.circle.large .textual-button-icon {
  width: 80px;
  height: 80px;
  margin-right: 24px;
}

.textual-button.circle.large .textual-button-icon svg {
  width: 10px;
}

.textual-button.active::after {
  transform: scaleX(1);
}

.textual-button.active:hover::after {
  transform: scaleX(0);
}

.textual-button.reverse {
  flex-direction: row-reverse;
}

.textual-button.reverse .textual-button-icon {
  margin-left: 0;
  margin-right: 15px;
}

.textual-button.reverse.large .textual-button-icon {
  margin-left: 0;
  margin-right: 24px;
}

.textual-button:hover .textual-button-icon::before {
  transform: scale(1.3);
}

.textual-button:hover .textual-button-icon.small::before {
  transform: scale(1.3);
}

.footer {
  margin-top: 100px;
  border-top: 1px solid #BFB9A6;
  padding: 40px 0;
  font-size: 15px;
  position: relative;
}

.footer .flex {
  width: 100%;
  padding: 0 27px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .logos {
  width: auto;
  height: 40px;
}

.footer .logos img {
  width: auto;
  height: 100%;
}

.footer-items {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.footer-items a {
  position: relative;
}

.footer-items a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.49, 0.23, 0, 1);
}

.footer-items a:hover::after {
  transform: scaleX(1);
}

.footer-items a:not(:last-child) {
  margin-right: 40px;
}

.footer .copyright {
  font-size: 12px;
  opacity: 0.7;
}

@media (max-width: 80em) {
  .footer {
    font-size: 14px;
  }

  .footer-items a:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 64em) {
  .footer-items {
    position: static;
    transform: none;
  }
}

@media (max-width: 840px) {
  .footer {
    margin-top: 60px;
  }

  .footer .flex {
    padding: 0 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-items {
    flex-direction: column;
    align-items: flex-start;
    position: static;
    transform: none;
    margin-top: 40px;
  }

  .footer-items a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer .copyright {
    display: block;
    margin-top: 40px;
  }
}

#nav-countries .container .right h1,
#nav-countries .container .left h1 {
  color: white !important;
}

#nav {
  width: 100%;
  font-size: 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  color: white !important;
}

#nav-top {
  width: 100%;
  height: 80px;
  padding: 0 27px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #713B7D;
  border-bottom: 1px solid rgba(241, 241, 241, 0.15);
}

#nav .logos {
  width: auto;
  height: 40px;
}

#nav .logos img {
  width: auto;
  height: 100%;
}

#nav-items {
  height: 100%;
  display: flex;
  align-items: center;
}

#nav-items .nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

#nav-items .nav-item::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.49, 0.23, 0, 1);
}

#nav-items .nav-item:hover::after {
  transform: scaleX(1);
}

#nav-items .nav-item::after {
  height: 2px;
  position: absolute;
  bottom: 0;
}

#nav-items .nav-item svg {
  width: auto;
  height: 0.45em;
  fill: currentColor;
  margin-left: 5px;
  top: -0.05em;
  position: relative;
  transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

#nav-items .nav-item:not(:last-child) {
  margin-right: 30px;
}

#nav-items .nav-item.active {
  font-weight: bold;
}

#nav-items .nav-item.active::after {
  background: #E0E973;
  transform: scaleX(1);
}

#nav-buttons {
  display: flex;
  align-items: center;
}

#nav-buttons>*:not(:last-child) {
  margin-right: 20px;
}

#nav-buttons .textual-button .textual-button-icon svg {
  color: #663372;
}

#nav-countries {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  background: #663372;
  transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1);
  border-bottom: 1px solid rgba(241, 241, 241, 0.1490196078);
}

#nav-countries .container {
  display: flex;
  align-items: flex-start;
}

#nav-countries h1 {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  margin-bottom: 40px;
}

#nav-countries .left,
#nav-countries .right {
  padding-top: 33px;
  padding-bottom: 33px;
}

#nav-countries .left {
  width: 25%;
  box-sizing: border-box;
  padding-right: min(var(--container-margin), 100px);
  border-right: 1px solid rgba(241, 241, 241, 0.1490196078);
}

#nav-countries .left img {
  width: 100%;
  margin-bottom: 24px;
}

#nav-countries .left p {
  margin: 0;
  max-width: 310px;
}

#nav-countries .left .primary-button {
  margin-top: 24px;
}

#nav-countries .right {
  box-sizing: border-box;
  padding-left: min(var(--container-margin), 100px);
}

#nav-countries .right .flags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  pointer-events: none;
}

#nav-countries .right .flags a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  pointer-events: all;
  transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
}

#nav-countries .right .flags a img {
  width: auto;
  height: 28px;
  margin-right: 10px;
}

#nav-countries .right .flags:hover a:not(:hover) {
  opacity: 0.8;
}

#nav:not(.show-countries) #nav-countries {
  transform: translateY(-100%);
}

#nav:not(.show-countries) #nav-countries,
#nav:not(.show-countries) #nav-countries * {
  pointer-events: none !important;
}

#nav.show-countries #nav-countries-button::after {
  transform: scaleX(1);
}

#nav.show-countries #nav-countries-button svg {
  transform: rotate(180deg);
}

#nav #menu-toggle {
  width: 20px;
  height: 14px;
  display: none;
  position: relative;
}

#nav #menu-toggle span {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  background: currentColor;
  transform-origin: 50% 50%;
  transition: opacity 0.6s cubic-bezier(0.18, 0.03, 0, 1), transform 1s cubic-bezier(0.18, 0.03, 0, 1) 0.1s;
  will-change: transform;
}

#nav #menu-toggle span:nth-child(2) {
  top: calc(50% - 0.5px);
}

#nav #menu-toggle span:last-child {
  bottom: 0;
  transition-delay: 0s;
}

html.menu-open #nav #menu-toggle span:first-child {
  transform: translateY(7px) rotateZ(45deg);
}

html.menu-open #nav #menu-toggle span:nth-child(2) {
  transform: rotateZ(-45deg);
}

html.menu-open #nav #menu-toggle span:last-child {
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 80em) {
  #nav {
    font-size: 14px;
  }

  #nav-items .nav-item:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 64em) {
  #nav-top {
    padding: 0 20px;
  }

  #nav #menu-toggle {
    display: block;
  }

  #nav-items,
  #nav-buttons,
  #nav-countries {
    display: none;
  }
}

@media (max-width: 580px) {
  #nav-top {
    padding: 0 20px;
    height: 66px;
    background: #663372;
  }

  #nav-top .logos {
    height: 26px;
  }
}

.share-button {
  position: relative;
}

.share-button .textual-button svg {
  transform: translateX(-7%);
}

.share-button-list {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  padding: 24px;
  font-size: 16px;
  background: white;
  color: #393939;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1), transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.share-button-list .share-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.share-button-list .share-item svg,
.share-button-list .share-item img,
.share-button-list .share-item span {
  transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1), transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.share-button-list .share-item svg,
.share-button-list .share-item img {
  height: 1em;
  fill: currentColor;
  margin-right: 16px;
}

.share-button-list .share-item span {
  position: relative;
  line-height: 0.8;
  position: relative;
  top: 0.05em;
  font-weight: bold;
  transition-delay: 0.1s;
}

.share-button-list .share-item span::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.49, 0.23, 0, 1);
}

.share-button-list .share-item span:hover::after {
  transform: scaleX(1);
}

.share-button-list .share-item:not(:last-child) {
  margin-bottom: 16px;
}

.share-button-list .share-item:hover span::after {
  transform: scaleX(1);
}

.share-button.copying .share-item[data-share-type=copy] {
  pointer-events: none;
}

.share-button.copying .share-item[data-share-type=copy] svg,
.share-button.copying .share-item[data-share-type=copy] img,
.share-button.copying .share-item[data-share-type=copy] span {
  transform: translateY(20px);
  opacity: 0;
}

.share-button.right .share-button-list {
  right: 0;
  left: auto;
}

.share-button:not(.active) .share-button-list {
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none !important;
}

.download-button {
  position: relative;
}

.download-button .textual-button-icon svg {
  transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.download-button-list {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  padding: 24px;
  font-size: 16px;
  background: white;
  color: #393939;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1), transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.download-button-list .download-item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}

.download-button-list .download-item svg,
.download-button-list .download-item img,
.download-button-list .download-item span {
  transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1), transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.download-button-list .download-item svg,
.download-button-list .download-item img {
  height: 1.5em;
  fill: currentColor;
  margin-right: 16px;
}

.download-button-list .download-item span {
  position: relative;
  line-height: 0.8;
  font-weight: bold;
  position: relative;
  top: 0.05em;
  transition-delay: 0.1s;
}

.download-button-list .download-item span::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.49, 0.23, 0, 1);
}

.download-button-list .download-item span:hover::after {
  transform: scaleX(1);
}

.download-button-list .download-item:not(:last-child) {
  margin-bottom: 16px;
}

.download-button-list .download-item:hover span::after {
  transform: scaleX(1);
}

.download-button.right .download-button-list {
  right: 0;
  left: auto;
}

.download-button:not(.active) .download-button-list {
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none !important;
}

.download-button.active .textual-button-icon svg {
  transform: rotate(90deg);
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border: none;
  background: transparent;
  padding: 12px 24px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
}

.primary-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 50px;
  box-sizing: border-box;
  background: white;
  box-sizing: border-box;
  transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.primary-button span,
.primary-button svg {
  color: #663372;
}

.primary-button span {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 1;
  pointer-events: none;
  transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1), opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.primary-button span:last-child:not(:first-child) {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 150%);
}

.primary-button-icon {
  width: auto;
  height: 1em;
  flex-shrink: 0;
  display: inline-flex;
  margin-left: 15px;
  position: relative;
  z-index: 1;
}

.primary-button-icon svg,
.primary-button-icon img {
  height: 100%;
  fill: currentColor;
}

.primary-button[data-direction=up] .primary-button-icon {
  transform: rotate(-90deg);
}

.primary-button[data-direction=down] .primary-button-icon {
  transform: rotate(90deg);
}

.primary-button[data-direction=left] .primary-button-icon {
  transform: rotate(180deg);
}

.primary-button.with-icon {
  padding-left: 30px;
  padding-right: 30px;
}

.primary-button.with-icon .primary-button-icon {
  height: 1em;
}

.primary-button.download .primary-button-icon svg {
  overflow: visible;
}

.primary-button.download .primary-button-icon svg path {
  transform-origin: 50% 50%;
  transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.primary-button.download:hover .primary-button-icon svg path:first-child {
  transform: translateX(-0.25px) translateY(2px) scale(1.2);
}

.primary-button.download:hover .primary-button-icon svg path:last-child {
  transform: scaleX(0);
}

.primary-button.shadow::before {
  background: white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.primary-button.shadow span,
.primary-button.shadow svg {
  color: currentColor;
}

.primary-button.reverse {
  flex-direction: row-reverse;
}

.primary-button.reverse .primary-button-icon {
  margin-left: 0;
  margin-right: 15px;
}

.primary-button.large {
  padding-top: 18px;
  padding-bottom: 18px;
}

.primary-button.small {
  padding-top: 4px;
  padding-bottom: 4px;
}

.primary-button.border::before {
  background: transparent;
  border: 1px solid #663372;
}

.primary-button.border span,
.primary-button.border svg {
  color: #663372;
}

.primary-button.double-text {
  overflow: hidden;
}

.primary-button.double-text:hover::before {
  transform: none;
}

.primary-button.double-text:hover span:first-child:not(:last-child) {
  transform: translateY(-150%);
  opacity: 0;
}

.primary-button.double-text:hover span:last-child:not(:first-child) {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.primary-button:hover::before {
  transform: scale(1.1);
}

.disclaimer {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 97;
  text-align: left;
}

.disclaimer-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.disclaimer-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 1s cubic-bezier(0.18, 0.78, 0, 1), transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.disclaimer-icon svg {
  width: auto;
  height: 48%;
  color: #663372;
  fill: currentColor;
  position: relative;
  z-index: 1;
  transition: color 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.disclaimer-icon:hover::before {
  transform: scale(1.2);
}

.disclaimer-content {
  width: 90vw;
  max-width: 940px;
  max-height: 60svh;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 24px;
  padding-right: 70px;
  background: white;
  box-shadow: 0px 4px 20px 8px rgba(57, 57, 57, 0.08);
  color: #393939;
  font-size: 11px;
  position: absolute;
  right: -24px;
  bottom: -24px;
  z-index: 0;
  transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.disclaimer:not(.active) .disclaimer-content {
  opacity: 0;
  pointer-events: none !important;
}

.disclaimer.active .disclaimer-icon::before {
  background: #663372;
}

.disclaimer.active .disclaimer-icon svg {
  color: white;
}

@media (max-width: 768px) {
  .disclaimer {
    bottom: 20px;
    right: 20px;
  }

  .disclaimer-content {
    padding: 16px;
    padding-right: 60px;
    right: -16px;
    bottom: -16px;
  }
}

.stats {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}

.stats .stats-item {
  flex: 0.3;
}

.stats .stats-item .multiple-item {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #BFB9A6;
}

.stats .stats-item .multiple-item .separator {
  padding: 0 30px 0 30px;
}

.stats .stats-item .multiple-item .separator:not(:last-child) {
  border-right: 1px solid #BFB9A6;
}

.stats .stats-item .multiple-item .separator .margin-top--small {
  margin-top: 50px;
}

.stats .stats-item .multiple-item .separator .no-margin-bottom {
  margin-bottom: unset;
  border-bottom: unset;
}

.stats .stats-item .multiple-item .separator span {
  font-size: 12px;
  font-weight: 700;
}

.stats .stats-item .multiple-item .separator .small-font {
  font-size: 40px;
}

.stats .stats-item strong {
  display: block;
  border-bottom: 1px solid #BFB9A6;
  padding-bottom: 15px;
  margin-bottom: 5px;
  font-family: "Founders Grotesk", sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  color: #663372;
}

.stats .stats-item strong .no-margin {
  padding-bottom: unset !important;
  border-bottom: unset !important;
}

.stats .stats-item p {
  font-weight: inherit;
}

.stats .stats-item:last-child:first-child {
  flex: 1;
}

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

.stats.rows .stats-item {
  flex: 1;
}

.stats.rows .stats-item:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 64em) {
  .stats {
    flex-wrap: wrap;
  }

  .stats .stats-item {
    width: 47%;
    flex: unset;
  }

  .stats .stats-item strong {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  .stats {
    flex-direction: column;
  }

  .stats .stats-item {
    width: 100%;
  }

  .stats .stats-item strong {
    font-size: 56px;
  }

  .stats .stats-item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.countries-list {
  width: 100%;
}

.countries-list .medium-container>h1:not(:last-child) {
  margin-bottom: 40px;
}

.countries-list .flags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  pointer-events: none;
}

.countries-list .flags a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 28px;
  font-family: "Founders Grotesk", sans-serif;
  font-weight: 500;
  color: #535353;
  pointer-events: all;
  opacity: 0.8;
  transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
}

.countries-list .flags a img {
  width: auto;
  height: 28px;
  margin-right: 10px;
}

.countries-list .flags:hover a:not(:hover) {
  opacity: 0.5;
}

.countries-list.border {
  padding-top: 120px;
  border-top: 1px solid #BFB9A6;
}

@media (max-width: 768px) {
  .countries-list .flags {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .countries-list .flags {
    grid-template-columns: repeat(1, 1fr);
  }

  .countries-list .flags a {
    font-size: 24px;
  }

  .countries-list.border {
    padding-top: 80px;
  }
}

#menu {
  width: 100%;
  height: 100lvh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 98;
  color: white;
  padding: 20px 0;
  padding-top: calc(var(--nav-height) + var(--external-nav-height));
  padding-bottom: calc(100lvh - 100svh + 20px);
  box-sizing: border-box;
  background: #663372;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
}

#menu-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#menu-countries {
  width: 100%;
  display: none;
  border-top: 1px solid rgba(241, 241, 241, 0.1490196078);
}

#menu-countries h1 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin: 0;
  margin-bottom: 40px;
  color: #FFFFFF;
}

#menu-countries .top,
#menu-countries .bottom {
  padding: 20px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#menu-countries .top {
  width: 100%;
  box-sizing: border-box;
}

#menu-countries .top img {
  width: 100%;
  max-width: 312px;
  margin-bottom: 24px;
}

#menu-countries .top p {
  margin: 0;
  max-width: 310px;
}

#menu-countries .top .primary-button {
  margin-top: 24px;
}

#menu-countries .bottom {
  box-sizing: border-box;
}

#menu-countries .bottom h1 {
  font-weight: bold;
}

#menu-countries .bottom .flags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#menu-countries .bottom .flags a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  pointer-events: all;
  transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
}

#menu-countries .bottom .flags a img {
  width: auto;
  height: 28px;
  margin-right: 10px;
}

#menu-countries .bottom .flags a:not(:last-child) {
  margin-bottom: 24px;
}

#menu #menu-countries-button.active+#menu-countries {
  display: block;
}

#menu .menu-item-container {
  width: 100%;
}

#menu .menu-item-container:last-child .menu-item {
  border-bottom: 1px solid rgba(241, 241, 241, 0.1490196078);
}

#menu .menu-item {
  width: 100%;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px;
  position: relative;
  border-top: 1px solid rgba(241, 241, 241, 0.1490196078);
  transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1), opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
}

#menu .menu-item * {
  font-weight: inherit;
}

#menu .menu-item svg {
  width: auto;
  height: 0.45em;
  fill: currentColor;
  margin-left: 5px;
  top: -0.05em;
  position: relative;
  transition: transform 1s cubic-bezier(0.18, 0.78, 0, 1);
}

#menu .menu-item.active {
  font-weight: bold;
  border-right: 7px solid #E0E973;
  box-sizing: border-box;
}

#menu .menu-item.active svg {
  transform: rotate(180deg);
}

#menu-buttons {
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 20px;
  position: relative;
  z-index: 2;
  transition: opacity 1s cubic-bezier(0.18, 0.78, 0, 1);
}

#menu-buttons>*:not(:last-child) {
  margin-bottom: 16px;
}

#menu-buttons .textual-button {
  width: 100%;
  justify-content: center;
  padding: 16px 24px;
  box-sizing: border-box;
  border: 1px solid currentColor;
  border-radius: 50px;
  position: relative;
  background: white;
  color: #663372;
}

#menu-buttons .textual-button::after {
  content: none;
}

#menu-buttons .textual-button-icon {
  position: absolute;
  right: 24px;
  transform: none !important;
}

#menu-buttons .textual-button-icon svg {
  transform: none !important;
}

#menu-buttons .share-button .share-button-list {
  width: 100%;
  bottom: calc(100% + 16px);
  top: auto;
  z-index: 9;
  box-sizing: border-box;
}

#menu-buttons .download-button .download-button-list {
  width: 100%;
  bottom: calc(100% + 16px);
  top: auto;
  z-index: 9;
  box-sizing: border-box;
}

#menu:not(.show) {
  opacity: 0;
}

#menu:not(.show),
#menu:not(.show) * {
  pointer-events: none;
}

@media (max-width: 580px) {
  #menu-countries .primary-button {
    width: 100%;
  }
}

* {
  font-smooth: almays;
  text-shadow: 0px 0px 1px transparent;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

body,
html {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  color: #393939;
  background: white;
}

#main::after {
  content: "";
  width: 180%;
  height: 180%;
  position: fixed;
  left: -40%;
  top: -40%;
  z-index: 99999999;
  opacity: 0.9;
  pointer-events: none;
  background: url("../assets/img/noise.png");
  animation: noise 1s steps(4) infinite;
}

#page {
  width: 100%;
  padding-bottom: 20px;
}

.flex {
  display: flex;
}

button,
button:focus,
a,
a:focus {
  outline: none !important;
}

a {
  color: inherit !important;
  text-decoration: none;
}

.navigation .items li a {
  color: #695d65 !important;
}

@media (max-width: 980px) {
  .navigation .items li a {
    color: white !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 20px;
  }
}

svg {
  fill: currentColor;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.fade-in.show {
  opacity: 1;
}

.fade-in-y {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 1s ease-in, transform 1s cubic-bezier(0.26, 0.1, 0, 1);
}

.fade-in-y.show {
  opacity: 1;
  transform: none;
}

.underline {
  position: relative;
}

.underline::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.49, 0.23, 0, 1);
}

.underline:hover::after {
  transform: scaleX(1);
}

.no-events,
.no-events * {
  pointer-events: none !important;
}

.no-transition,
.no-transition * {
  transition: none !important;
}

.no-transform {
  transform: none !important;
}

.no-opacity {
  opacity: 0 !important;
}

.no-overflow {
  overflow: hidden !important;
  overflow-y: hidden !important;
}

.no-animation {
  animation: none !important;
}

.vh100 {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

[data-bg-img] {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

[data-scroll-section]:not([data-scroll-sticky]) {
  will-change: transform;
}

[data-scroll-speed] {
  will-change: transform;
}

#paper-defs {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.bg-black {
  background-color: #393939;
}

.text-black {
  color: #393939;
}

.border-black {
  border-color: #393939;
}

.bg-white {
  background-color: white;
}

.text-white {
  color: white;
}

.border-white {
  border-color: white;
}

.bg-gray {
  background-color: #F1F1F1;
}

.text-gray {
  color: #F1F1F1;
}

.border-gray {
  border-color: #F1F1F1;
}

.bg-beige {
  background-color: #E6DFD8;
}

.text-beige {
  color: #E6DFD8;
}

.border-beige {
  border-color: #E6DFD8;
}

.bg-green {
  background-color: #E0E973;
}

.text-green {
  color: #E0E973;
}

.border-green {
  border-color: #E0E973;
}

.bg-purple {
  background-color: #663372;
}

.text-purple {
  color: #663372;
}

.border-purple {
  border-color: #663372;
}

.section.section_branding {
  z-index: 9999;
}

.section.section_branding.wip {
  width: 100%;
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  background: #8a418b;
}

#nav a:link,
#nav a:visited,
#nav a:active,
#nav a:hover {
  color: #FFFFFF;
}