/**
 * Use Dart SASS to comple SCSS
 * @link https://sass-lang.com/dart-sass
 */
/*!
 Theme Name:   Start Page Blog
 Description:  Design for the start page blog
 Author:       Concourse Media
 Author URI:   http://www.concoursemedia.com/
 Version:      2.1.4
 Text Domain: startpageblog
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 500;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}
a:focus, a:visited, a:active {
  text-decoration: none;
}

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

abbr[title] {
  border-bottom: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
  display: inline-block;
}

img {
  border-style: none;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

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

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

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

html {
  box-sizing: border-box;
  background-attachment: fixed;
}

body {
  color: #777;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xdebug-var-dump {
  position: relative;
  z-index: 1000;
}

hr {
  margin: 15px 0;
  border-width: 0;
  border-top: 1px solid currentColor;
  opacity: 0.1;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

figure {
  margin: 0;
}

pre {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  padding: 20px;
  width: 100%;
  overflow-x: auto;
}

p:empty {
  display: none;
}

a,
button,
input {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

ins {
  text-decoration: none;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*
Typography
 */
@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter-SemiBold.ttf");
  font-weight: 600;
  font-style: bold;
}
.heading, .content-container .heading {
  color: #202945;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .heading, .content-container .heading {
    margin-bottom: 0.5rem;
  }
}
.heading--h1, .content-container .heading--h1 {
  font-size: 2.375rem;
  line-height: 1.316;
}
@media (max-width: 992px) {
  .heading--h1, .content-container .heading--h1 {
    font-size: 1.75rem;
  }
}
.heading--h3, .content-container .heading--h3 {
  font-size: 1.625rem;
  line-height: 1.25;
}
@media (max-width: 992px) {
  .heading--h3, .content-container .heading--h3 {
    font-size: 1.6rem;
  }
}
.heading a, .content-container .heading a {
  color: #202945;
  text-decoration: none;
}
.heading a:hover, .content-container .heading a:hover {
  transition: 0.2s linear;
  color: #616FF7;
}

.newsletter .mailjet_container p:first-child button:hover, .article-block--newsletter .mailjet_container p:first-child button:hover, .newsletter .mailjet_container p:first-child .button:hover, .newsletter .mailjet_container p:first-child .archive-container__nav a:hover, .archive-container__nav .newsletter .mailjet_container p:first-child a:hover, .article-block--newsletter .mailjet_container p:first-child .button:hover, .article-block--newsletter .mailjet_container p:first-child .archive-container__nav a:hover, .archive-container__nav .article-block--newsletter .mailjet_container p:first-child a:hover, .newsletter .mailjet_container p:first-child input[type=submit]:hover, .article-block--newsletter .mailjet_container p:first-child input[type=submit]:hover, .button:hover, .archive-container__nav a:hover, input[type=submit]:hover, button:hover {
  background: #A6AFFF;
  transition: linear 0.2s;
}

.newsletter .mailjet_container p:first-child button, .article-block--newsletter .mailjet_container p:first-child button, .newsletter .mailjet_container p:first-child .button, .newsletter .mailjet_container p:first-child .archive-container__nav a, .archive-container__nav .newsletter .mailjet_container p:first-child a, .article-block--newsletter .mailjet_container p:first-child .button, .article-block--newsletter .mailjet_container p:first-child .archive-container__nav a, .archive-container__nav .article-block--newsletter .mailjet_container p:first-child a, .newsletter .mailjet_container p:first-child input[type=submit], .article-block--newsletter .mailjet_container p:first-child input[type=submit], .button, .archive-container__nav a, input[type=submit], button {
  color: #fff;
  background: #616FF7;
  padding: 0.75rem 2rem;
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-block;
  border-radius: 50px;
  border: none;
  outline: none;
  -webkit-appearance: none;
}
.button--light {
  color: #616FF7;
  background: #fff;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Inter", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
html p, html li, html ol, html ul, html blockquote, html article.post, body p, body li, body ol, body ul, body blockquote, body article.post {
  font-size: 1.125rem;
  line-height: 1.75;
}

strong, b {
  font-family: "Montserrat Bold", Arial, sans-serif;
}

img {
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #616FF7;
  padding-left: 2rem;
  margin: 2rem 1rem;
  font-style: italic;
}

section {
  padding: 1rem 0;
}

.mobile-nav {
  display: none;
}

header {
  width: 100%;
  height: 84px;
  display: grid;
  grid: 84px/200px auto 260px 200px 100px;
  grid-column-gap: 10px;
  align-items: center;
  justify-items: center;
}
header .logo {
  width: 120px;
}
header .header-hamburger {
  cursor: pointer;
  padding: 10px;
}
header .header-hamburger:hover {
  background-color: rgba(101, 115, 255, 0.1);
}
header .header-hamburger .icon {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1zm0 6a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1zm1 5a1 1 0 1 0 0 2h18a1 1 0 1 0 0-2H1z' fill='%23374677'/%3E%3C/svg%3E") 0 50% no-repeat;
  height: 14px;
  width: 20px;
}
header .header-hamburger .icon:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1zm0 6a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1zm1 5a1 1 0 1 0 0 2h18a1 1 0 1 0 0-2H1z' fill='%236677FB'/%3E%3C/svg%3E") 0 50% no-repeat;
}

/*header {
  height: 72px;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background: $header-background-color;

  .header-inner {
    padding: 0 20px;
    margin: 0 auto;
    height: 100%;
    max-width: $container-width;
    display: flex;
    align-items: center;

    .logo {
      flex: 1 1 33.33%;

      a {
        padding: 1.5rem 0;
        display: block;
      }

      img {
        width: auto;
        max-width: 100%;
        height: $logo-height;
      }
    }

    .icon {
      display: block;
      margin: 0 1rem;

      @media ( max-width: $screen-md ) {
        margin: 0 0.5rem;
      }

      &--home {
        margin-right: 0;
        padding-right: 1rem;
        border-right: 1px solid $background-color;

        @media ( max-width: $screen-md ) {
          padding-right: 0.5rem;
        }
      }
    }
  }
}*/
.menu {
  text-align: right;
  padding: 0;
  margin: 0;
  flex: 1 1 66.66%;
}
.menu li {
  list-style-type: none;
  display: inline-block;
}
.menu li a {
  cursor: pointer;
  color: #3B435C;
  padding: 8px 0;
  margin: 0 8px;
  font-weight: bold;
}
.menu li a:hover {
  border-bottom: 3px solid #616FF7;
  color: #616FF7;
}

.header-space {
  height: 72px;
}

.pageheader {
  background: #616FF7;
}
.pageheader h1 {
  margin: 0 auto;
  max-width: 1080px;
  font-size: 1.9em;
  padding: 30px 20px;
  color: white;
}

.privacy-please-menu-home__display {
  z-index: 99;
}

.content {
  width: 100%;
  background: #EBECF7;
}

.content-container {
  padding: 25px 20px;
  margin: 0 auto;
  max-width: 1400px;
}
@media (max-width: 480px) {
  .content-container {
    padding: 0 20px;
  }
}

.content-container-post {
  max-width: 870px;
}

.content-post {
  background: white;
}

.box-row {
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px 0 0 -15px;
}
.box-row .box {
  display: flex;
  background: white;
  flex-wrap: wrap;
  align-content: baseline;
  margin: 15px 0 0 15px;
  width: calc(33.3333333333% - 15px - 0.1px);
  text-decoration: none;
  color: #777;
}
.box-row .box:hover {
  color: #616FF7;
}
.box-row .box .box-img {
  width: 100%;
}
.box-row .box .box-img img {
  width: 100%;
}
.box-row .box .box-text {
  width: 100%;
  background: white;
  padding: 15px;
  min-height: 110px;
}
.box-row .box .box-text h2 {
  font-size: 1.5em;
  line-height: 130%;
  margin: 0;
  color: #202945;
}
.box-row .box .box-text h2.boxsmall {
  font-size: 0.9em;
  margin: 0;
  color: #202945;
}
.box-row .box .box-text p {
  font-size: 0.7em;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.box-row .big-box {
  flex-basis: 100%;
}
.box-row .big-box .box-text {
  min-height: 0;
}

footer {
  width: 100%;
  display: grid;
  grid: minmax(72px, auto) minmax(72px, auto)/repeat(3, 1fr);
  grid-template-areas: "A B C" "A D C";
  justify-items: center;
  align-items: center;
}
footer .learn {
  color: #202945;
  text-decoration: none;
  grid-area: A;
  display: grid;
  grid: auto/120px 1fr;
  padding-left: 1rem;
  justify-self: start;
}
footer .learn:hover {
  text-decoration: none;
}
footer .learn .learn__img {
  padding-right: 10px;
  text-align: right;
}
footer .learn .learn__text {
  align-self: center;
}
footer .learn div {
  width: 100%;
}
footer .learn p {
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
  max-width: 226px;
}
footer .logo {
  grid-area: B;
  align-self: end;
}
footer .logo img {
  width: 120px;
}
footer .footer-menu {
  grid-area: D;
  align-self: start;
  padding-top: 12px;
}
footer .footer-menu .menu a {
  font-size: 0.9rem;
}
footer .footer-menu .menu a:hover {
  text-decoration: none;
  border: none;
}
footer .social-menu {
  grid-area: C;
  justify-self: end;
  padding-right: 1rem;
}
footer .social-menu .menu a:hover {
  text-decoration: none;
  border: none;
}

/*footer {
  width: 100%;
  padding: 1rem 0;
  background: $header-background-color;

  @media ( max-width: $screen-sm ) {
    padding: 0;
  }

  .content-container {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;

    @media ( max-width: $screen-sm ) {
      flex-direction: column-reverse;
      justify-content: center;
    }
  }

  .logo, .menu {
    flex: 1;

    @media ( max-width: $screen-sm ) {
      flex: 0 1 100%;
    }
  }

  .logo {
    @media ( max-width: $screen-sm ) {
      text-align:center;
      margin: 2rem 0;
    }
  }

  .menu {
    @media ( max-width: $screen-sm ) {
      padding-top: 2rem;
      text-align:center;

      a {
        font-size: 0.875rem;
      }
    }
  }

  img {
    width: auto;
    max-width: 100%;
    height: $logo-height;
  }

  .footer-inner {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1080px;
    text-align: center;
    color: $text-color;
    font-size: 0.8em;
  }
}*/
@media screen and (max-width: 1140px) {
  footer {
    width: 100%;
    display: grid;
    grid: repeat(4, minmax(72px, auto))/1fr;
    grid-template-areas: "B" "D" "C" "A";
    justify-items: center;
    align-items: center;
  }
  footer .learn {
    grid-area: A;
    display: grid;
    grid: auto/1fr 2fr;
    padding: 1.5rem 0;
    justify-self: center;
    align-self: center;
  }
  footer .learn .learn__img {
    padding-right: 10px;
    text-align: right;
  }
  footer .learn .learn__text {
    align-self: center;
  }
  footer .learn div {
    width: 100%;
  }
  footer .logo {
    grid-area: B;
    align-self: end;
  }
  footer .logo img {
    width: 120px;
  }
  footer .footer-menu {
    grid-area: D;
    align-self: center;
    padding: 0;
  }
  footer .social-menu {
    grid-area: C;
    justify-self: center;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .box-row .box {
    width: calc(50% - 15px - 0.1px);
  }
  header {
    height: 48px;
    padding: 0 1.5rem;
    grid: 48px/repeat(2, 1fr) 45px 45px;
    grid-template-areas: "A A B C";
    grid-column-gap: 0;
  }
  header .logo {
    width: 92px;
    grid-area: A;
    justify-self: start;
  }
  header .header-search {
    grid-area: B;
  }
  header .gap {
    grid-area: A;
    display: none;
  }
  header .privacy-please-menu-home {
    grid-area: C;
    display: none;
  }
  header .header-hamburger {
    grid-area: C;
    justify-self: end;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  footer .learn {
    width: 100%;
  }
  /*header {
    position: fixed;
    top: 0;
    z-index: 300;
    .header-inner {
      .header-hamburger {
        display: block;
        flex: 1;
        text-align: right;
      }
      .menu {
        display: none;
      }
    }
  }*/
  .pageheader h1 {
    padding: 15px 10px;
    font-size: 1.2em;
    text-align: center;
  }
  .box-row {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px;
  }
  .box-row .box {
    width: calc(100% - 15px - 1px);
  }
  .box-row .box .box-text h2 {
    font-size: 1em;
  }
  .box-row .box .box-text p {
    font-size: 0.8em;
  }
  .box-row .big-box {
    flex-basis: inherit;
  }
  .mobile-nav {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
  }
  .mobile-nav .mobile-nav-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    overflow: scroll;
    background: white;
    padding: 82px 10px 10px 10px;
  }
  .mobile-nav .mobile-nav-inner ul.menu {
    margin: 0;
    padding: 0;
  }
  .mobile-nav .mobile-nav-inner ul.menu li {
    list-style-type: none;
    padding: 10px;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 374px) {
  footer .social-menu .menu li a {
    margin: 0 3px;
  }
}
.post h1 {
  font-size: 3rem;
  line-height: 1.25;
  font-weight: bold;
  border: none;
  padding-bottom: 0rem;
  color: #202945;
  margin: 0;
}
@media (max-width: 1200px) {
  .post h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .post h1 {
    font-size: 2rem;
  }
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
  font-weight: bold;
}
@media (max-width: 768px) {
  .post h2, .post h3, .post h4, .post h5, .post h6 {
    line-height: 1.5;
  }
}
.post h2 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .post h2 {
    font-size: 1.7rem;
  }
}
.post h3 {
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .post h3 {
    font-size: 1.5rem;
  }
}
.post .date {
  font-weight: bold;
}
.post .divider {
  display: none;
}
@media (max-width: 768px) {
  .post .text-box {
    padding-bottom: 2rem;
    margin-bottom: 0rem;
    border-bottom: 3px solid #FBFAFF;
  }
}
.post .category-list a {
  display: inline;
  text-decoration: none;
  text-transform: uppercase;
  color: #616FF7;
  font-size: 0.7em;
  padding-bottom: 5px;
  margin: 0;
  font-weight: bold;
}
.post .category-list a:hover {
  color: #334862;
}
.post .divider {
  height: 2px;
  border-top: 2px solid #CED1DD;
  padding-bottom: 25px;
}
.post .divider-archive {
  padding-bottom: 5px;
}
.post .text-box {
  overflow: hidden;
  color: #3B435C;
}
.post .text-box strong {
  font-weight: bold;
}
.post .text-box p {
  color: #3B435C;
}
.post .text-box a:not(.btn, .wp-block-button__link, .button) {
  color: #616FF7;
  text-decoration: none;
}
.post .text-box a:not(.btn, .wp-block-button__link, .button):hover {
  color: #334862;
}
.post img, .post .wp-caption {
  max-width: 100%;
  display: block;
}
.post .wp-caption, .post figcaption {
  font-size: 0.875rem;
  background-color: #EBECF7;
}
.post .wp-caption-text, .post figcaption {
  padding: 1rem;
  margin: 0;
}
.post .featured-image {
  margin-bottom: 15px;
}
.post .bottom-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-top: 15px;
}
.post .bottom-nav__item {
  flex: 1 1 50%;
  position: relative;
  padding: 10px 0;
  color: #3B435C;
  font-weight: bold;
  line-height: 1.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .post .bottom-nav__item {
    flex: 1 1 50%;
  }
}
.post .bottom-nav__item .arrow {
  position: absolute;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.post .bottom-nav__item.item-left {
  text-align: left;
  padding-left: 2.5rem;
}
.post .bottom-nav__item.item-left .arrow {
  left: 0;
}
@media (max-width: 768px) {
  .post .bottom-nav__item.item-left {
    border: none;
  }
}
.post .bottom-nav__item.item-right {
  text-align: right;
  padding-right: 2.5rem;
}
.post .bottom-nav__item.item-right a {
  text-align: right;
}
.post .bottom-nav__item.item-right .arrow {
  right: 0;
}
.post .bottom-nav .chevron {
  position: absolute;
  top: calc(50% - 0.5rem);
}
.post .bottom-nav .chevron.left {
  left: 0;
}
.post .bottom-nav .chevron.right {
  right: 0;
}
.post .bottom-nav a {
  display: block;
  flex: 1;
  padding: 10px;
  font-size: 1.05em;
  color: #3B435C;
  text-decoration: none;
}
.post .bottom-nav a:hover {
  color: #334862;
}
.post .continue-button {
  display: block;
  color: #616FF7;
  border: 1px solid #616FF7;
  padding: 5px;
  width: 300px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}
.post .continue-button:hover {
  background: #616FF7;
  color: white;
}
.post .wp-video, .post video {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
}
.post .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #616FF7;
}
.post__author {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .post__author {
    margin: 0.5rem 0;
  }
}
.post__author .byline p {
  margin: 0;
}
.post__author a, .post__author a:visited {
  color: #616FF7;
}
.post__author-image {
  max-width: 50px;
  padding-right: 1rem;
}
.post__author-image img {
  border-radius: 100px;
  max-width: 100%;
}

.single-post .background-curve {
  margin-top: -3rem;
}

/*.chevron::before {
  border-color: $primary-color;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 1em;
  left: 0.15em;
  position: relative;
  top: calc( 50% - 0.5em );
  transform: rotate(-45deg);
  vertical-align: top;
  width: 1em;
}

.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}

.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}

.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}*/
.thumbs-up__icons a:nth-child(1) {
  margin-right: 1rem;
}
.thumbs-up__icons--voted {
  opacity: 0.7;
}
.thumbs-up .thumb-icon {
  display: inline-block;
}
.thumbs-up .thumb-icon:hover {
  cursor: pointer;
}

.vote-share {
  display: flex;
}
@media (max-width: 480px) {
  .vote-share {
    flex-direction: column;
  }
}
.vote-share > div {
  flex: 1 1 50%;
}
@media (max-width: 480px) {
  .vote-share > div {
    flex: 1 1 100%;
  }
}
.vote-share .social-share {
  text-align: right;
}
@media (max-width: 480px) {
  .vote-share .social-share {
    text-align: left;
  }
}
.vote-share a {
  display: inline-block;
  margin-right: 1rem;
}
.vote-share a:last-child {
  margin-right: 0;
}

.related-articles {
  background: #FBFAFF;
  padding: 2rem 1rem;
  padding-bottom: 13rem;
}
.related-articles__item, .related-articles__heading {
  margin: 0 auto;
  max-width: 870px;
  display: flex;
  align-items: center;
}
.related-articles__item {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .related-articles__item {
    flex-direction: column;
  }
}
.related-articles__heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0;
  color: #3B435C;
}
.related-articles__heading--item {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.25;
}
.related-articles__image {
  flex: 1 1 calc(50% - 1rem);
  justify-self: flex-end;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .related-articles__image {
    flex: 1 1 100%;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
}
.related-articles__image img {
  width: 100%;
  max-width: 100%;
}
.related-articles__text {
  flex: 1 1 calc(50% - 1rem);
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .related-articles__text {
    flex: 1 1 100%;
    padding-left: 0;
  }
}
.related-articles__text date {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  display: block;
}
.related-articles .read-more-link {
  font-weight: 700;
  color: #616FF7;
  position: relative;
  padding-right: 40px;
}
.related-articles .read-more-link:hover {
  color: #334862;
  transition: linear 0.2s;
}
.related-articles .read-more-link:after {
  content: " ";
  position: absolute;
  background-image: url("./assets/images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  height: 20px;
  width: 30px;
  right: 0;
  top: 7px;
}
.related-articles .more-articles {
  padding: 3rem 1rem 0 1rem;
  text-align: center;
}

/*
Index page
 */
.box {
  position: relative;
}
.box:not(.big-box) .box-text {
  bottom: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: relative;
  width: 100%;
}
.box:not(.big-box) .box-img {
  overflow: hidden;
}
.box:not(.big-box) .box-img img {
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.box:not(.big-box) .box-img img:hover {
  transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade-in {
  -webkit-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

/*
EN Redesigned Home Page
 */
.privacy-please {
  margin-bottom: 3rem;
  position: relative;
}
@media (max-width: 100rem) {
  .privacy-please {
    margin-bottom: 6rem;
  }
}
@media (max-width: 1200px) {
  .privacy-please {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .privacy-please {
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .privacy-please {
    margin-bottom: 3.5rem;
  }
}
.privacy-please__curve {
  transform: scaleY(-1);
}
.privacy-please__sign {
  display: block;
  height: 200px;
  position: absolute;
  top: 0;
  width: auto;
}
@media (max-width: 1300px) {
  .privacy-please__sign {
    height: 175px;
  }
}
@media (max-width: 1200px) {
  .privacy-please__sign {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .privacy-please__sign {
    height: 100px;
  }
}

.content--home-en .content-container {
  padding-block-start: 0;
}
@media (max-width: 992px) {
  .content--home-en .content-container {
    padding-block-start: 2rem;
  }
}

.content--home-en, .content--archive {
  background: #fff;
}
.content--home-en img, .content--home-en figure, .content--archive img, .content--archive figure {
  max-width: 100%;
  width: 100%;
}
.content--home-en section, .content--archive section {
  margin-bottom: 2rem;
}
.content--home-en section:last-of-type, .content--archive section:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .content--home-en section, .content--archive section {
    margin-bottom: 1rem;
  }
}
.content--home-en p, .content--archive p {
  margin-top: 0;
}
.content--home-en .date, .content--archive .date {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.content--home-en .pp-section, .content--archive .pp-section {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .content--home-en .pp-section, .content--archive .pp-section {
    flex-direction: column-reverse;
    padding: 1rem;
  }
}
.content--home-en .pp-section__text, .content--archive .pp-section__text {
  color: #202945;
  flex: 1;
  max-width: 1200px;
  padding-right: 2.5rem;
}
@media (max-width: 768px) {
  .content--home-en .pp-section__text, .content--archive .pp-section__text {
    flex: 1 0 100%;
    padding-right: 0;
    padding-top: 1rem;
  }
}
.content--home-en .pp-section__text p, .content--archive .pp-section__text p {
  margin-bottom: 0;
}
.content--home-en .featured-post, .content--archive .featured-post {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.content--home-en .featured-post__figure, .content--archive .featured-post__figure {
  flex: 1 0 40%;
}
@media (max-width: 768px) {
  .content--home-en .featured-post__figure, .content--archive .featured-post__figure {
    flex: 1 0 100%;
  }
}
.content--home-en .featured-post__text, .content--archive .featured-post__text {
  flex: 1 0 calc(60% - ( 2.5rem * 2 ));
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .content--home-en .featured-post__text, .content--archive .featured-post__text {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .content--home-en .featured-post__text, .content--archive .featured-post__text {
    flex: 1 0 100%;
    padding: 1rem 0;
  }
}
.content--home-en .featured-post .button, .content--home-en .featured-post .archive-container__nav a, .archive-container__nav .content--home-en .featured-post a, .content--home-en .featured-post .read-more-link, .content--archive .featured-post .button, .content--archive .featured-post .archive-container__nav a, .archive-container__nav .content--archive .featured-post a, .content--archive .featured-post .read-more-link {
  margin-top: 1.5rem;
}
@media (max-width: 1200px) {
  .content--home-en .featured-post .button, .content--home-en .featured-post .archive-container__nav a, .archive-container__nav .content--home-en .featured-post a, .content--home-en .featured-post .read-more-link, .content--archive .featured-post .button, .content--archive .featured-post .archive-container__nav a, .archive-container__nav .content--archive .featured-post a, .content--archive .featured-post .read-more-link {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .content--home-en .post-card, .content--archive .post-card {
    margin: 1rem 0;
  }
}
.content--home-en .post-card .date, .content--archive .post-card .date {
  margin-top: 0.5rem;
}
.content--home-en .post-card .heading, .content--archive .post-card .heading {
  margin-bottom: 1rem;
}
.content--home-en .read-more-link, .content--archive .read-more-link {
  font-weight: 700;
  color: #616FF7;
  position: relative;
  padding-right: 40px;
}
.content--home-en .read-more-link:hover, .content--archive .read-more-link:hover {
  color: #334862;
  transition: linear 0.2s;
}
.content--home-en .read-more-link:after, .content--archive .read-more-link:after {
  content: " ";
  position: absolute;
  background-image: url("./assets/images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  height: 20px;
  width: 30px;
  right: 0;
  top: 7px;
}
.content--home-en .post-card-grid, .content--archive .post-card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content--home-en .post-card-grid figure a, .content--archive .post-card-grid figure a {
  display: block;
}
.content--home-en .post-card-grid--half .post-card, .content--archive .post-card-grid--half .post-card {
  flex: 0 1 48%;
}
@media (max-width: 768px) {
  .content--home-en .post-card-grid--half .post-card, .content--archive .post-card-grid--half .post-card {
    flex: 1 0 100%;
  }
}
.content--home-en .post-card-grid--third .post-card, .content--archive .post-card-grid--third .post-card {
  flex: 0 1 32%;
}
@media (max-width: 768px) {
  .content--home-en .post-card-grid--third .post-card, .content--archive .post-card-grid--third .post-card {
    flex: 1 0 100%;
  }
}
@media (max-width: 768px) {
  .content--home-en .post-card-grid--half-mobile .post-card, .content--archive .post-card-grid--half-mobile .post-card {
    flex: 1 0 calc(50% - 1rem);
  }
}
@media (max-width: 768px) {
  .content--home-en .post-card-grid--half-mobile .post-card:nth-of-type(-n+2) .heading--h3, .content--archive .post-card-grid--half-mobile .post-card:nth-of-type(-n+2) .heading--h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .content--home-en .post-card-grid--half-mobile .post-card:nth-of-type(-n+2) p, .content--archive .post-card-grid--half-mobile .post-card:nth-of-type(-n+2) p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .content--home-en .post-card-grid--half-mobile > div:nth-child(odd), .content--archive .post-card-grid--half-mobile > div:nth-child(odd) {
    padding-right: 0.5rem;
  }
}
@media (max-width: 768px) {
  .content--home-en .post-card-grid--half-mobile > div:nth-child(even), .content--archive .post-card-grid--half-mobile > div:nth-child(even) {
    padding-left: 0.5rem;
  }
}
.content--home-en .more-articles, .content--archive .more-articles {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
}
@media (max-width: 768px) {
  .content--home-en .more-articles, .content--archive .more-articles {
    padding: 1rem 0 0 0;
  }
}

/*
Default Search Engine Callout
 */
.background-curve {
  background-image: url("./assets/images/background-curve.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 150%;
  border: none;
  display: flex;
  justify-content: center;
  margin-top: 6rem;
  min-height: 6rem;
  position: relative;
  position: relative;
}
@media (max-width: 768px) {
  .background-curve {
    background-size: 250%;
    margin-top: 9rem;
  }
}
@media (max-width: 480px) {
  .background-curve {
    background-size: 300%;
  }
}
.background-curve img {
  height: auto;
  position: absolute;
  top: -3rem;
  width: 260px;
}

.startpage-default-callout {
  background-color: #616FF7;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 2rem 1rem 2rem 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .startpage-default-callout {
    padding: 6rem 1rem 4rem 1rem;
  }
}
.startpage-default-callout .go-private {
  font-size: 1.5rem;
  font-weight: 700;
  opacity: 0.6;
}
.startpage-default-callout .heading {
  color: #fff;
}
.startpage-default-callout .button, .startpage-default-callout .archive-container__nav a, .archive-container__nav .startpage-default-callout a {
  margin-top: 3rem;
}

/*
Class if WP Reading settings are set to front page displays "posts"
Maintains old container widths for index.php
 */
.posts-page .header-inner, .posts-page footer .content-container {
  max-width: 1080px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Newsletter Section Anchor Offset */
#newsletter-signup {
  position: absolute;
  top: -100px;
  visibility: hidden;
}

.newsletter, .article-block--newsletter {
  background: #F2F3FF;
  padding: 2.5rem;
  position: relative;
  /* after newsletter form submitted hide instruction text */
}
.newsletter .sp-logo, .article-block--newsletter .sp-logo {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  width: 100px;
}
.newsletter--submitted .newsletter__text:first-of-type {
  display: none;
}
.newsletter .heading, .article-block--newsletter .heading {
  color: #616FF7;
  margin: 0;
}
.newsletter .subheading, .article-block--newsletter .subheading {
  color: #202C46;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .newsletter .subheading, .article-block--newsletter .subheading {
    font-size: 1.25rem;
  }
}
.newsletter .description, .article-block--newsletter .description {
  font-size: 1rem;
}
.newsletter .signup-area, .article-block--newsletter .signup-area {
  align-content: center;
  align-items: center;
  display: grid;
  grid: 1fr/1fr 1fr;
  padding: 1.5rem 0;
}
.newsletter .mailjet_container, .article-block--newsletter .mailjet_container {
  justify-self: right;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  max-width: 550px;
  position: relative;
  width: 100%;
}
.newsletter .mailjet_container p, .article-block--newsletter .mailjet_container p {
  display: none;
  margin: 0;
  padding: 0;
}
.newsletter .mailjet_container button, .article-block--newsletter .mailjet_container button {
  background-image: url("./assets/images/icon-arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-size: 0;
  height: 38px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 38px;
}
.newsletter .mailjet_container input, .article-block--newsletter .mailjet_container input {
  border: none;
  box-shadow: none;
  outline: none;
}
.newsletter .mailjet_container input[type=text], .article-block--newsletter .mailjet_container input[type=text], .newsletter .mailjet_container input[type=email], .article-block--newsletter .mailjet_container input[type=email] {
  border-radius: 25px;
  margin-right: 50px;
  max-width: 100%;
  padding: 5px 5px 5px 15px;
  width: 400px;
}
@media (max-width: 768px) {
  .newsletter .mailjet_container input[type=text], .article-block--newsletter .mailjet_container input[type=text], .newsletter .mailjet_container input[type=email], .article-block--newsletter .mailjet_container input[type=email] {
    width: 100%;
  }
}
.newsletter .mailjet_container p:first-child, .article-block--newsletter .mailjet_container p:first-child {
  align-items: center;
  align-self: center;
  background: white;
  border: 1px solid #EBECF7;
  border-radius: 95px;
  box-shadow: 0px 10px 20px rgba(32, 41, 69, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-grow: 0;
  justify-content: center;
  max-width: 550px;
  outline: none;
  padding: 0.5rem;
}
@media (max-width: 480px) {
  .newsletter .mailjet_container p:first-child, .article-block--newsletter .mailjet_container p:first-child {
    max-width: 100%;
  }
}
.newsletter .mailjet_container p:first-child input, .article-block--newsletter .mailjet_container p:first-child input, .newsletter .mailjet_container p:first-child a, .article-block--newsletter .mailjet_container p:first-child a, .newsletter .mailjet_container p:first-child button, .article-block--newsletter .mailjet_container p:first-child button, .newsletter .mailjet_container p:first-child .button, .article-block--newsletter .mailjet_container p:first-child .button, .newsletter .mailjet_container p:first-child span, .article-block--newsletter .mailjet_container p:first-child span {
  flex: 1;
}
.newsletter .mailjet_container p:first-child span, .article-block--newsletter .mailjet_container p:first-child span {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}
.newsletter .mailjet_container p:first-child label, .article-block--newsletter .mailjet_container p:first-child label {
  display: none;
}
.newsletter .mailjet_container p:first-child button, .article-block--newsletter .mailjet_container p:first-child button, .newsletter .mailjet_container p:first-child .button, .newsletter .mailjet_container p:first-child .archive-container__nav a, .archive-container__nav .newsletter .mailjet_container p:first-child a, .article-block--newsletter .mailjet_container p:first-child .button, .article-block--newsletter .mailjet_container p:first-child .archive-container__nav a, .archive-container__nav .article-block--newsletter .mailjet_container p:first-child a, .newsletter .mailjet_container p:first-child input[type=submit], .article-block--newsletter .mailjet_container p:first-child input[type=submit] {
  font-size: 1.5rem;
  height: 50px;
  max-width: 50px;
  padding: 0.5rem 0.25rem 0.5rem 0.5rem;
  position: relative;
  width: 50px;
}
.newsletter .mailjet_container p:first-child button:after, .article-block--newsletter .mailjet_container p:first-child button:after, .newsletter .mailjet_container p:first-child .button:after, .newsletter .mailjet_container p:first-child .archive-container__nav a:after, .archive-container__nav .newsletter .mailjet_container p:first-child a:after, .article-block--newsletter .mailjet_container p:first-child .button:after, .article-block--newsletter .mailjet_container p:first-child .archive-container__nav a:after, .archive-container__nav .article-block--newsletter .mailjet_container p:first-child a:after, .newsletter .mailjet_container p:first-child input[type=submit]:after, .article-block--newsletter .mailjet_container p:first-child input[type=submit]:after {
  background-image: url("./assets/images/icon-arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  color: #fff;
  content: " ";
  font-size: 1.5rem;
  height: 50px;
  left: 12px;
  position: absolute;
  top: 19px;
  width: 50px;
}
.newsletter p, .article-block--newsletter p {
  margin: 0;
}
.newsletter__text {
  margin: 0 auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  max-width: 400px;
}
.newsletter__submit-wrap {
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  width: 50px;
}

@media (max-width: 992px) {
  .newsletter .signup-area, .article-block--newsletter .signup-area {
    display: block;
  }
  .newsletter .sp-logo, .article-block--newsletter .sp-logo {
    padding-bottom: 1.5rem;
    position: relative;
    right: inherit;
    top: inherit;
  }
  .newsletter .mailjet_container, .article-block--newsletter .mailjet_container {
    margin-top: 1.5rem;
  }
}
/**
Language-specific Styles
 */
/**
Shortcodes
 **/
.btn,
.wp-block-button__link {
  position: relative;
  display: inline-block;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.97em;
  letter-spacing: 0.03em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  margin-top: 0;
  margin-right: 1em;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  background-color: #616FF7;
  color: #EBECF7;
  border-radius: 4px;
}
.btn.white,
.wp-block-button__link.white {
  background-color: #EBECF7;
  color: #616FF7;
}

.row,
.row-inner {
  display: flex;
  flex-wrap: wrap;
}
.row.posts,
.row-inner.posts {
  background-color: transparent;
  padding: 1rem;
  margin: 2rem 0;
}
.row.posts a,
.row-inner.posts a {
  color: #3B435C;
}

.col {
  position: relative;
  margin: 0;
  padding: 1rem;
  width: 100%;
}
@media (max-width: 768px) {
  .col {
    text-align: center;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .col img {
    margin: 0 auto;
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .col {
    padding: 1rem 0;
  }
}

.col-inner {
  padding: 1rem;
}
.col-inner.light p,
.col-inner.light a {
  color: #EBECF7;
}

.testimonial p,
.testimonial a {
  font-size: 1.2rem;
  line-height: 1.5;
}

.startpage-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fafaff;
  padding: 2rem;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .startpage-cta {
    padding: 1rem;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }
}
.startpage-cta__text, .startpage-cta__image {
  flex: 1;
}
.startpage-cta__image {
  max-width: 30%;
}
@media (max-width: 768px) {
  .startpage-cta__image {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .startpage-cta__image img,
  .startpage-cta__image figure {
    max-width: 300px;
  }
}
.startpage-cta .heading {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .startpage-cta .heading {
    margin-top: 1rem;
  }
}
.startpage-cta .button, .startpage-cta .archive-container__nav a, .archive-container__nav .startpage-cta a {
  display: inline-block;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .startpage-cta .button, .startpage-cta .archive-container__nav a, .archive-container__nav .startpage-cta a {
    margin-top: 0rem;
  }
}

.ux-image-wrap {
  position: relative;
}
.ux-image-wrap .caption p {
  font-size: 0.875rem;
  background-color: #EBECF7;
  padding: 1rem;
}

.ux-image {
  max-width: 100%;
  width: 100%;
  margin-bottom: 2rem;
  margin: 0 auto;
}

.ux-image-box.vertical {
  display: flex;
  flex-wrap: wrap;
}
.ux-image-box .ux-image {
  width: auto;
}
.ux-image-box .left {
  text-align: left;
}

@media (max-width: 480px) {
  .gap {
    display: none;
  }
}

.message-box {
  padding: 2rem;
  margin: 2rem 0;
}
@media (max-width: 480px) {
  .message-box {
    padding: 1rem;
  }
}
.message-box p,
.message-box a {
  color: #3B435C;
  margin: 0;
}
.message-box p {
  margin-bottom: 1rem;
}
.message-box.light-text {
  color: white;
}
.message-box.light-text p,
.message-box.light-text a,
.message-box.light-text span {
  color: white;
}
.message-box.light-text .btn.white {
  color: #616FF7;
}
.message-box .btn {
  color: #EBECF7;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .message-box .btn {
    margin-top: 1rem;
  }
}

.video-overlay {
  height: 100px;
  width: 100px;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-overlay:hover {
  cursor: pointer;
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #EBECF7;
}

img.alignnone {
  display: block;
  margin: 1rem 0;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}

.sc-browser-extension {
  width: 100%;
  display: grid;
  grid: 1fr/3fr 1fr;
  background: #fbfbfd;
  position: relative;
  padding: 2.5rem;
}
.sc-browser-extension .sp-logo {
  position: absolute;
  width: 100px;
  right: 2.5rem;
  top: 2.5rem;
}
.sc-browser-extension .primary-color {
  color: #616FF7;
}
.sc-browser-extension h3 {
  margin: 0;
}
.sc-browser-extension p {
  font-size: 1.4rem;
  margin: 0;
  font-weight: bold;
}
.sc-browser-extension .sc-button {
  border-radius: 4px !important;
  font-size: 1.1rem;
  font-weight: normal;
}
.sc-browser-extension .sc-install {
  align-self: end;
  text-align: right;
}

@media (max-width: 992px) {
  .sc-browser-extension {
    display: block;
  }
  .sc-browser-extension .sp-logo {
    position: relative;
    padding-bottom: 1.5rem;
    top: inherit;
    right: inherit;
  }
  .sc-browser-extension .sc-install {
    margin-top: 1.5rem;
    align-self: start;
    text-align: left;
  }
}
/**
Grid
 */
@media (min-width: 480px) {
  .small-1 {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }
  .small-2 {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .small-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .small-4 {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .small-5 {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }
  .small-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .small-7 {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }
  .small-8 {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }
  .small-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .small-10 {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }
  .small-11 {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }
  .small-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 992px) {
  .medium-1 {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }
  .medium-2 {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .medium-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .medium-4 {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .medium-5 {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }
  .medium-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .medium-7 {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }
  .medium-8 {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }
  .medium-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .medium-10 {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }
  .medium-11 {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }
  .medium-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 1100px) {
  .large-1 {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }
  .large-2 {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .large-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .large-4 {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .large-5 {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }
  .large-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .large-7 {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }
  .large-8 {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }
  .large-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .large-10 {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }
  .large-11 {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }
  .large-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
/*
Article Blocks (shortcodes)
 */
.article-block {
  margin: 1rem 0;
  display: block;
  width: 100%;
  padding: 3rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 768px) {
  .article-block {
    padding: 1rem 1rem;
  }
}
@media (max-width: 768px) {
  .article-block {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.article-block .mailjet_container {
  max-width: 350px;
}
.article-block .block-inner {
  flex: 1;
  padding: 0.5rem;
}
@media (max-width: 768px) {
  .article-block .block-inner {
    flex: 1 0 100%;
  }
}
.article-block__image img {
  max-width: 150px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .article-block__image--top {
    display: none;
  }
}
.article-block--lock, .article-block--desk {
  background-color: #FBFAFF;
}
.article-block--lock {
  background-image: url("./assets/images/half-circle.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
@media (max-width: 768px) {
  .article-block--lock {
    background-image: none;
  }
}
.article-block--desk img {
  max-width: 300px;
}
.article-block--desk .newsletter__text,
.article-block--desk .heading {
  text-align: left;
}
@media (max-width: 768px) {
  .article-block--desk .newsletter__text,
  .article-block--desk .heading {
    text-align: center;
  }
}
.article-block--desk .block-inner--signup {
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .article-block--desk .block-inner--signup {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .article-block--newsletter {
    margin-top: 0;
  }
}
.article-block--newsletter .newsletter__text--disclaimer p {
  font-size: 0.875rem;
}
.article-block--addon {
  background: #FBFAFF;
}
.article-block--addon .heading--h1 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .article-block--addon .heading--h1 {
    font-size: 1.5rem;
  }
}
.article-block--addon .button, .article-block--addon .archive-container__nav a, .archive-container__nav .article-block--addon a {
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .article-block--addon .button, .article-block--addon .archive-container__nav a, .archive-container__nav .article-block--addon a {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
.article-block--addon .article-block__image img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .article-block--addon .article-block__image img {
    max-width: 250px;
    height: auto;
  }
}
.article-block--addon .block-inner--button {
  text-align: center;
}
@media (max-width: 768px) {
  .article-block--addon .block-inner--button {
    text-align: center;
  }
}
.article-block--addon.article-block--img-left {
  background-image: url("./assets/images/half-circle.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
@media (max-width: 768px) {
  .article-block--addon.article-block--img-left {
    background-image: url("./assets/images/half-circle-top.svg");
    background-position: top;
    background-size: cover;
  }
}
.article-block--addon.article-block--img-left .block-inner--button {
  text-align: right;
}
@media (max-width: 768px) {
  .article-block--addon.article-block--img-left .block-inner--button {
    text-align: center;
  }
}
.article-block--addon.article-block--img-right {
  background-image: url("./assets/images/half-circle-flipped.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media (max-width: 768px) {
  .article-block--addon.article-block--img-right {
    background-image: url("./assets/images/half-circle-bottom.svg");
    background-position: bottom;
    background-size: cover;
  }
}
.article-block--addon.article-block--img-right .block-inner--button {
  text-align: left;
}
@media (max-width: 768px) {
  .article-block--addon.article-block--img-right .block-inner--button {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .article-block--addon .article-block__image {
    margin: 1rem 0;
  }
}
@media (max-width: 768px) {
  .article-block--addon .article-block__image--top {
    display: block;
  }
}
.article-block--default > div {
  flex: 1 1 calc(25% - 1rem);
}
.article-block--default > div:nth-child(2) {
  flex: 1 1 calc(50% - 1rem);
}
@media (max-width: 768px) {
  .article-block--default .article-block__image {
    display: none;
  }
}
@media (max-width: 768px) {
  .article-block--default .article-block__image--top {
    display: block;
  }
}
@media (max-width: 768px) {
  .article-block--default .article-block__image img {
    max-width: 200px;
  }
}
.article-block--de .button, .article-block--de .archive-container__nav a, .archive-container__nav .article-block--de a {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .article-block--de .button, .article-block--de .archive-container__nav a, .archive-container__nav .article-block--de a {
    padding: 1rem;
  }
}

.article-block-default-newsletter .heading--h3 {
  text-align: center;
}
.article-block-default-newsletter .newsletter__text {
  text-align: center;
}
.article-block-default-newsletter .mailjet_container {
  margin: 0 auto;
}

.article__swiper-container {
  position: relative;
}
.article__swiper-container .carousel-image {
  width: 100%;
  z-index: 0;
}
.article__swiper-container .swiper-wrapper {
  position: relative;
}
.article__swiper-container .carousel-text-container {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  width: 100%;
  left: 0;
}
.article__swiper-container .carousel-text-container p {
  font-size: 0.8rem;
  padding: 0.3rem;
  text-align: center;
  color: white;
}
.article__swiper-container .swiper-button-prev,
.article__swiper-container .swiper-button-next {
  color: #616FF7;
  margin-top: calc(-1 * var(--swiper-navigation-size));
}
.article__swiper-container .swiper-button-prev {
  position: absolute;
  z-index: 100;
}
.article__swiper-container .swiper-button-next {
  position: absolute;
  z-index: 100;
}
.article__swiper-container .swiper-button-prev:active,
.article__swiper-container .swiper-button-next:active {
  background-color: transparent;
}
.article__swiper-container .swiper-pagination {
  position: static;
}
.article__swiper-container .swiper-pagination-bullet-active {
  background-color: #6573ff;
}
@media (max-width: 768px) {
  .article__swiper-container .carousel-text-container {
    position: static;
    background: none;
    width: 100%;
  }
  .article__swiper-container .carousel-text-container p {
    font-size: 0.8rem;
    padding: 0.5rem;
    margin: 0;
    color: #3b435c;
  }
  .article__swiper-container .swiper-button-prev,
  .article__swiper-container .swiper-button-next {
    display: none;
  }
}

/**
Page Styles
 */
.page h1, .page .h1 {
  font-size: 1.7em;
  line-height: 1.3;
}

.content-page {
  background: white;
}
.content-page .content-container {
  max-width: 1400px;
}

.page-template-default .page {
  max-width: 1000px;
  margin: 0 auto;
}

/**
Archive Template
 */
.content--archive {
  padding: 0;
}
.content--archive .load-more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content--archive .load-more:hover {
  cursor: pointer;
}
.content--archive .load-more .button, .content--archive .load-more .archive-container__nav a, .archive-container__nav .content--archive .load-more a {
  margin: 4rem 0;
}

.archive article.post h1 {
  padding-bottom: 0.5rem;
  font-size: 2.5rem;
}
@media (max-width: 480px) {
  .archive article.post h1 {
    font-size: 2rem;
  }
}
.archive article.post .text-box {
  border: none;
}
@media (max-width: 768px) {
  .archive article.post .text-box {
    padding-bottom: 0;
  }
}
.archive article.post .continue-button {
  margin-bottom: 0rem;
}
.archive article.post p {
  margin-top: 0.5rem;
}
.archive article {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 3px solid #FBFAFF;
}
@media (max-width: 768px) {
  .archive article {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.archive article:last-child {
  margin-bottom: 0;
}

.archive-container {
  /* fallback for no grid support */
  /* end fallback */
  /* author bio */
  /* author image */
  /* next/prev buttons */
}
@media (max-width: 768px) {
  .archive-container {
    margin-top: 3rem;
  }
}
@media (max-width: 480px) {
  .archive-container {
    margin-top: 6rem;
  }
}
@media (max-width: 480px) {
  .archive-container__byline {
    display: block;
  }
}
.archive-container__heading {
  font-size: 1.75rem;
  color: #202945;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .archive-container__heading {
    font-size: 1.5rem;
  }
}
.archive-container__grid {
  display: flex;
  flex-wrap: wrap;
}
@supports (display: grid) {
  .archive-container__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
  }
  @media (max-width: 1200px) {
    .archive-container__grid {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1rem;
    }
  }
  @media (max-width: 480px) {
    .archive-container__grid {
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }
}
.archive-container__bio {
  display: flex;
  align-items: center;
}
.archive-container__author-image {
  max-width: 150px;
  padding: 1rem 2rem 1rem 1rem;
}
.archive-container__author-image img {
  border-radius: 100px;
}
.archive-container__nav {
  display: flex;
  padding: 4rem 0;
  justify-content: center;
  align-items: center;
}
.archive-container__nav a {
  margin: 0 1rem;
  font-weight: 700;
  font-size: 1rem;
}

.archive-item {
  border-bottom: none !important;
  padding-bottom: 1rem !important;
  margin-bottom: 0 !important;
  /* grid fall back */
  padding: 1rem;
  max-width: 455px;
  flex: 1 1 calc(33.33% - 2rem);
  /* end grid fallback */
}
@media (max-width: 768px) {
  .archive-item {
    flex: 1 1 calc(50% - 2rem);
  }
}
@media (max-width: 480px) {
  .archive-item {
    flex: 1 1 100%;
    padding: 1rem 0;
  }
}
.archive-item__title {
  color: #202945;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0.5rem 0;
}
.archive-item__date {
  display: block;
  font-size: 0.875rem;
  color: #777;
  font-weight: 700;
  margin: 1rem 0 0 0;
}

.load-more-animation {
  text-align: center;
  padding: 2rem 0;
  display: none;
}

.load-more-loading {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.load-more-loading div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #616FF7;
  border-radius: 50%;
  animation: load-more-loading 1.2s linear infinite;
}

.load-more-loading div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.load-more-loading div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.load-more-loading div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.load-more-loading div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.load-more-loading div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.load-more-loading div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.load-more-loading div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.load-more-loading div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.load-more-loading div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.load-more-loading div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.load-more-loading div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.load-more-loading div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes load-more-loading {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
/**
Video Landing Page Template
 */
.video-lander .button, .video-lander .archive-container__nav a, .archive-container__nav .video-lander a, .video-lander .content-callout--shaded {
  -webkit-box-shadow: 0px 9px 5px -3px rgb(239, 239, 239);
  -moz-box-shadow: 0px 9px 5px -3px rgb(239, 239, 239);
  box-shadow: 0px 9px 5px -3px rgb(239, 239, 239);
}

.video-lander header {
  height: 92px;
}
@media (max-width: 480px) {
  .video-lander header .button, .video-lander header .archive-container__nav a, .archive-container__nav .video-lander header a {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .video-lander header .logo img {
    max-width: 120px;
  }
}
.video-lander .wp-video {
  border: 3px solid #616FF7;
  width: 100% !important;
  max-width: 100%;
  height: auto;
}
.video-lander figure svg {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.video-lander h1, .video-lander h2, .video-lander h3, .video-lander h4, .video-lander h5, .video-lander h6, .video-lander p, .video-lander li {
  color: #1e2948;
}
.video-lander .header-space {
  height: 100px;
}
@media (max-width: 768px) {
  .video-lander .header-space {
    height: 120px;
  }
}
.video-lander .heading--h1 {
  font-weight: bold;
}
.video-lander .content-page .content-container, .video-lander .content--home-en .content-container {
  max-width: 900px;
}
.video-lander .content-callout {
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .video-lander .content-callout {
    margin: 1rem auto;
  }
}
.video-lander .content-callout__linkblock {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .video-lander .content-callout__linkblock {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.video-lander .content-callout--has-linkblock {
  padding: 0;
  display: block;
}
.video-lander .content-callout--shaded {
  border-radius: 10px;
  background: #FAFBFD;
  text-align: center;
  padding: 30px 60px 15px;
  width: 100%;
}
@media (max-width: 768px) {
  .video-lander .content-callout--shaded {
    padding: 1rem;
  }
}
.video-lander .content-callout--shaded h2 {
  padding: 10px;
  margin: 0;
}
.video-lander .content-callout__figure {
  margin-right: 0;
  width: auto;
}
.video-lander .content-callout__figure--right-margin {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .video-lander .content-callout__figure--right-margin {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.video-lander .content-callout .heading--h2 {
  margin: 0 2rem;
}
@media (max-width: 768px) {
  .video-lander .content-callout .heading--h2 {
    margin: 0;
  }
}
.video-lander .content-callout__inline {
  display: inline-block;
  vertical-align: middle;
}
.video-lander h1.content-callout__inline {
  font-size: 30px !important;
  margin: 0px 0px 0px 10px !important;
}
.video-lander .variable-width1 {
  width: calc(100% - 350px);
  text-align: center;
}
.video-lander .variable-width2 {
  width: calc(100% - 350px);
  text-align: left;
}
.video-lander .variable-width3 {
  width: 200px !important;
  display: inline-block;
  vertical-align: middle;
  margin: 20px 50px;
}
.video-lander .button, .video-lander .archive-container__nav a, .archive-container__nav .video-lander a {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 20px 0px 20px;
}
@media (max-width: 480px) {
  .video-lander .button, .video-lander .archive-container__nav a, .archive-container__nav .video-lander a {
    font-size: 1rem;
    padding: 0.5rem 2rem;
  }
}
.video-lander header .header-inner {
  max-width: 900px;
}
.video-lander .post-card p {
  padding-right: 50px;
  min-height: 110px;
}
@media (max-width: 768px) {
  .video-lander .post-card p {
    min-height: 0;
  }
}
.video-lander .post-card-mediamentions .post-card__figure:before {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  background-color: #6674FF;
  margin-bottom: 20px;
}
.video-lander .post-card-mediamentions figure {
  max-width: 200px;
}
.video-lander .mejs-overlay-play {
  background: rgba(0, 0, 0, 0.2);
}
.video-lander hr {
  border-top: 3px solid currentColor;
}

/**
General Landing Page Styles
 */
.lander h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.lander .startpage-cta__text {
  text-align: center;
}
.lander .startpage-cta .button, .lander .startpage-cta .archive-container__nav a, .archive-container__nav .lander .startpage-cta a {
  margin-bottom: 0;
}
.lander .startpage-cta--review span {
  display: inline-block;
  margin-left: 0.5rem;
  color: #1e2948;
}
.lander .startpage-cta--review p {
  margin: 1rem 0 0 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3;
}
.lander .footnote {
  padding-left: 1rem;
  margin-top: 2rem;
}
.lander .footnote li {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.lander .footnote li:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .lander .content {
    word-wrap: break-word;
  }
  .lander h2 {
    font-size: 1.5rem;
  }
  .lander .header-inner {
    max-width: 100%;
  }
  .lander .startpage-cta--review p {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 480px) {
  .lander header .logo img {
    max-width: 90px;
    height: auto;
  }
  .lander header .button, .lander header .archive-container__nav a, .archive-container__nav .lander header a {
    padding: 0.5rem 0.75rem;
  }
}
.privacy-please-menu-home {
  position: relative;
  font-weight: bold;
  max-width: 400px;
  justify-self: end;
}

.privacy-please-menu-home:focus {
  outline: none;
}

.privacy-please-menu-home__button {
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #374677;
  align-items: center;
  border-radius: 4px;
  padding: 5px 10px;
}

@media (min-width: 1010px) {
  .privacy-please-menu-home__button {
    display: flex;
  }
}
.privacy-please-menu-home__button .privacy-please-text {
  margin-right: 0.45rem;
  font-weight: bold;
}

.privacy-please-menu-home__button .chevron {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 .397c.117 0 .233.04.328.121L9.24 3.843l-.656.76L5 1.555 1.416 4.602.76 3.843 4.672.518A.505.505 0 0 1 5 .398z' fill='%23374677'/%3E%3C/svg%3E") 0 50% no-repeat;
  width: 10px;
  height: 5px;
  transform: rotate(180deg);
}

.privacy-please-menu-home__button:hover {
  cursor: pointer;
  background: #f1f3ff;
}

.privacy-please-menu-home__button:hover .privacy-please-text {
  color: #6573ff;
}

.privacy-please-menu-home__button:hover .chevron {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 .397c.117 0 .233.04.328.121L9.24 3.843l-.656.76L5 1.555 1.416 4.602.76 3.843 4.672.518A.505.505 0 0 1 5 .398z' fill='%236573FF'/%3E%3C/svg%3E") 0 50% no-repeat;
}

.privacy-please-menu-home__description {
  font-size: 13px;
  line-height: 18px;
}

.privacy-please-menu-home__display {
  display: none;
  position: absolute;
  right: -10px;
  margin-top: 5px;
  width: 384px;
  height: auto;
  background: #fff;
  border: 1px solid #ebecf7;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.privacy-please-menu-home__display.active {
  display: block;
}

.privacy-please-menu-home__display__wrapper {
  display: flex;
  height: auto;
  position: relative;
}

.privacy-please-menu-home__display__wrapper .close-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background: transparent;
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  padding: 0;
}

.privacy-please-menu-home__display__wrapper .close-btn:active {
  outline: none;
}

.privacy-please-menu-home__display__wrapper .close-btn .x-btn {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5.487l-10 10M5 5.487l10 10' stroke='%237F869F' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 50% no-repeat;
  height: 24px;
  width: 25px;
}

.privacy-please-menu-home__display__wrapper .close-btn:hover {
  cursor: pointer;
  background: #e4e6f2;
}

.privacy-please-menu-home__display__wrapper .close-btn:hover .x-btn {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5.487l-10 10M5 5.487l10 10' stroke='%236573FF' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 50% no-repeat;
}

.privacy-please-menu-home__display__left-rail {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #ebecf7;
  padding: 23px 15px 10px;
  background: #fbfbfd;
  text-align: center;
  color: #374677;
}

.privacy-please-menu-home__display__left-rail .settings {
  border-radius: 50%;
  background-color: #f3f5ff;
  padding: 10px;
}

.privacy-please-menu-home__display__left-rail .settings .settings-icon {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)' stroke='%232E39B3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.834 12.994a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z'/%3E%3Cpath d='M17 12.994a1.374 1.374 0 0 0 .276 1.517l.05.05a1.667 1.667 0 1 1-2.359 2.358l-.05-.05a1.375 1.375 0 0 0-1.516-.275 1.376 1.376 0 0 0-.834 1.258v.142a1.667 1.667 0 0 1-3.333 0v-.075a1.375 1.375 0 0 0-.9-1.258 1.375 1.375 0 0 0-1.517.275l-.05.05a1.668 1.668 0 1 1-2.358-2.359l.05-.05a1.375 1.375 0 0 0 .275-1.516 1.375 1.375 0 0 0-1.258-.834h-.142a1.667 1.667 0 1 1 0-3.333h.075a1.375 1.375 0 0 0 1.258-.9 1.375 1.375 0 0 0-.275-1.517l-.05-.05A1.667 1.667 0 1 1 6.701 4.07l.05.05a1.375 1.375 0 0 0 1.516.275h.067a1.375 1.375 0 0 0 .833-1.258v-.142a1.667 1.667 0 1 1 3.334 0v.075a1.375 1.375 0 0 0 .833 1.258 1.375 1.375 0 0 0 1.517-.275l.05-.05a1.666 1.666 0 0 1 2.72.541 1.668 1.668 0 0 1-.362 1.818l-.05.05a1.375 1.375 0 0 0-.275 1.516v.067a1.375 1.375 0 0 0 1.258.833h.142a1.667 1.667 0 0 1 0 3.334h-.075a1.375 1.375 0 0 0-1.258.833v0z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' transform='translate(.834 .494)' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: cover;
  height: 40px;
  width: 40px;
  margin: auto;
}

.privacy-please-menu-home__display__left-rail .settings:hover {
  background-color: #f1f3ff;
  cursor: pointer;
}

.privacy-please-menu-home__display__left-rail .settings:hover .settings-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)' stroke='%236573FF' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.834 12.994a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z'/%3E%3Cpath d='M17 12.994a1.374 1.374 0 0 0 .276 1.517l.05.05a1.667 1.667 0 1 1-2.359 2.358l-.05-.05a1.375 1.375 0 0 0-1.516-.275 1.376 1.376 0 0 0-.834 1.258v.142a1.667 1.667 0 0 1-3.333 0v-.075a1.375 1.375 0 0 0-.9-1.258 1.375 1.375 0 0 0-1.517.275l-.05.05a1.668 1.668 0 1 1-2.358-2.359l.05-.05a1.375 1.375 0 0 0 .275-1.516 1.375 1.375 0 0 0-1.258-.834h-.142a1.667 1.667 0 1 1 0-3.333h.075a1.375 1.375 0 0 0 1.258-.9 1.375 1.375 0 0 0-.275-1.517l-.05-.05A1.667 1.667 0 1 1 6.701 4.07l.05.05a1.375 1.375 0 0 0 1.516.275h.067a1.375 1.375 0 0 0 .833-1.258v-.142a1.667 1.667 0 1 1 3.334 0v.075a1.375 1.375 0 0 0 .833 1.258 1.375 1.375 0 0 0 1.517-.275l.05-.05a1.666 1.666 0 0 1 2.72.541 1.668 1.668 0 0 1-.362 1.818l-.05.05a1.375 1.375 0 0 0-.275 1.516v.067a1.375 1.375 0 0 0 1.258.833h.142a1.667 1.667 0 0 1 0 3.334h-.075a1.375 1.375 0 0 0-1.258.833v0z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' transform='translate(.834 .494)' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.privacy-please-menu-home__display__left-rail .settings-link {
  color: #6573ff;
  text-decoration: underline;
}

.privacy-please-menu-home__display__left-rail .tip-text {
  color: #2e39b3;
  font-size: 14px;
  font-weight: 500;
}

.privacy-please-menu-home__display__right-rail {
  width: 50%;
  padding: 23px 22px 10px;
  text-align: center;
  color: #374677;
}

.privacy-please-menu-home__display__right-rail .privacy-please-logo-de {
  background: url("./assets/images/revised_privacy-please-badge-de.svg") 0 50% no-repeat;
  background-size: contain;
  width: 110px;
  height: 106px;
  margin: auto;
}

.privacy-please-menu-home__display__right-rail .privacy-please-logo {
  background: url("./assets/images/revised_privacy-please-badge.svg") 0 50% no-repeat;
  background-size: contain;
  width: 110px;
  height: 106px;
  margin: auto;
}

.privacy-please-menu-home__display__right-rail .privacy-please-rightrail-text {
  margin: 8px 0 18px;
  line-height: 18px;
  font-size: 13px;
}

.privacy-please-menu-home__display__right-rail .blog-btn {
  background: #6573ff;
  color: #fff;
  padding: 8px 18px;
  font-weight: 500;
  border-radius: 4px;
  display: block;
  font-size: 13px;
}

.privacy-please-menu-home__display__info {
  flex-basis: 38%;
  line-height: 16px;
  color: #374677;
  text-align: center;
  font-size: 12px;
}

@media (color-index: 48) {
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__button .chevron, .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__button .privacy-please-text {
    filter: brightness(0) invert(1);
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__button .privacy-please-text {
    color: #a6afff;
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__button .chevron {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 .397c.117 0 .233.04.328.121L9.24 3.843l-.656.76L5 1.555 1.416 4.602.76 3.843 4.672.518A.505.505 0 0 1 5 .398z' fill='%23A6AFFF'/%3E%3C/svg%3E") 0 50% no-repeat;
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__button:hover {
    background: #293456;
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__button:hover .chevron, .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__button:hover .privacy-please-text {
    filter: none;
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__display {
    background: #202c46;
    border: 1px solid #364677;
    color: #fff;
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__display__wrapper .close-btn .x-btn {
    filter: brightness(0) invert(1);
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__display__wrapper .close-btn:hover {
    background: #313d74;
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__display__wrapper .close-btn:hover .x-btn {
    filter: none;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5.487l-10 10M5 5.487l10 10' stroke='%23a6afff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 50% no-repeat;
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__display__left-rail {
    background: #293456;
    border-right: 1px solid #364677;
    color: #fff;
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__display__left-rail .settings {
    background: #374577;
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__display__left-rail .settings .settings-icon {
    filter: brightness(0) invert(1);
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__display__left-rail .settings:hover {
    background: #202a44;
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__display__left-rail .settings:hover .settings-icon {
    filter: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)' stroke='%23A6AFFF' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.834 12.994a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z'/%3E%3Cpath d='M17 12.994a1.374 1.374 0 0 0 .276 1.517l.05.05a1.667 1.667 0 1 1-2.359 2.358l-.05-.05a1.375 1.375 0 0 0-1.516-.275 1.376 1.376 0 0 0-.834 1.258v.142a1.667 1.667 0 0 1-3.333 0v-.075a1.375 1.375 0 0 0-.9-1.258 1.375 1.375 0 0 0-1.517.275l-.05.05a1.668 1.668 0 1 1-2.358-2.359l.05-.05a1.375 1.375 0 0 0 .275-1.516 1.375 1.375 0 0 0-1.258-.834h-.142a1.667 1.667 0 1 1 0-3.333h.075a1.375 1.375 0 0 0 1.258-.9 1.375 1.375 0 0 0-.275-1.517l-.05-.05A1.667 1.667 0 1 1 6.701 4.07l.05.05a1.375 1.375 0 0 0 1.516.275h.067a1.375 1.375 0 0 0 .833-1.258v-.142a1.667 1.667 0 1 1 3.334 0v.075a1.375 1.375 0 0 0 .833 1.258 1.375 1.375 0 0 0 1.517-.275l.05-.05a1.666 1.666 0 0 1 2.72.541 1.668 1.668 0 0 1-.362 1.818l-.05.05a1.375 1.375 0 0 0-.275 1.516v.067a1.375 1.375 0 0 0 1.258.833h.142a1.667 1.667 0 0 1 0 3.334h-.075a1.375 1.375 0 0 0-1.258.833v0z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' transform='translate(.834 .494)' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__display__left-rail .settings-link, .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__display__left-rail .tip-text {
    color: #a6afff;
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__display__right-rail {
    background: #202945;
    color: #fff;
  }
  .privacy-please-menu-home:not(.privacy-please-menu-home--default):not(.privacy-please-menu-home--blak):not(.privacy-please-menu-home--nite):not(.privacy-please-menu-home--dawn) .privacy-please-menu-home__display__right-rail .privacy-please-logo {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='74' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.4 33.8c2.2-8.8 4.4-17.6 7.4-26.2L33 4.5c.3-1 .6-2 1.2-2.8.5-.8 1.6-1.4 2.5-.7.7.5 1 1.5 1.3 2.3l5.2 13L48.7 31c.2.4.8.2.7-.2-3.4-9.1-6.8-18.2-10.5-27.1-.6-1.5-1.4-4-3.5-3.7-1 .2-1.6 1-2 1.8a27.5 27.5 0 0 0-1.3 3 174 174 0 0 0-4.3 13.4 506 506 0 0 0-4 15.4.3.3 0 0 0 .6.2z' fill='%23A6AFFF'/%3E%3Cpath d='M36.3 1.8c.3.1.5.4.6.7a1.2 1.2 0 0 1-.1 1 1.5 1.5 0 0 1-.9.5c-.4.2-1 .1-1.2-.2a1 1 0 0 1-.3-.3 1.3 1.3 0 0 1 .8-1.7s.6-.2 1 0z' fill='%23A6AFFF'/%3E%3Cpath d='M36 2c.3.2.5.3.5.6 0-.1 0 0 0 0v.2c.1 0 0 0 0 0a1 1 0 0 1 0 .4.7.7 0 0 1-.3.4 1.8 1.8 0 0 1-.7.2 1.4 1.4 0 0 1-.3 0 .6.6 0 0 1-.2-.1.6.6 0 0 1-.2-.2.8.8 0 0 1 0-.2v-.1a1.5 1.5 0 0 1 0-.3V2.6l.2-.2v-.1h.1a1 1 0 0 1 .2-.1l.2-.1h.5a.3.3 0 0 0 .5-.1.3.3 0 0 0 0-.5 1.8 1.8 0 0 0-1.6 0 1.7 1.7 0 0 0-.9 1.6c0 .4.2.7.4 1 .2.2.6.4 1 .4.3 0 .6 0 1-.2.3-.1.6-.4.7-.7a1.7 1.7 0 0 0-.7-2 .3.3 0 0 0-.5 0 .3.3 0 0 0 .2.5z' fill='%23A6AFFF'/%3E%3Cpath d='M71.2 20.2c1.2 9.3 1.5 19.8 2.2 29.1h-1c-7 0-14.3.8-20.9 1.7-15.8 2.3-31 3.9-47 4.6H3.1c-.8-3.2-.9-9-1-12.1C1.5 36.7.4 32.7.2 26h1.2c23-.2 45.8-5.7 68.8-5.8h.9z' fill='%23fff'/%3E%3Cpath d='M70.8 20.2c1 7.5 1.4 15.2 1.8 22.8l.5 6.3.3-.3H68c-2.4.1-4.9.3-7.3.6-4.8.4-9.6 1.2-14.3 1.8a562.9 562.9 0 0 1-14.8 1.8 528.1 528.1 0 0 1-27.9 2.1h-.6l.4.3a30.1 30.1 0 0 1-.8-5.2L2.4 45c-.2-3.9-.7-7.8-1.2-11.7A75.1 75.1 0 0 1 .7 26l-.4.4h5.1a189.7 189.7 0 0 0 22-2c9.6-1.1 19.3-2.5 29-3.3 5-.3 9.9-.6 14.8-.6a.3.3 0 0 0 0-.7c-9.2 0-18.4.9-27.5 2-9.7 1.1-19.4 2.5-29.1 3.3l-8.3.5c-2 0-4 .2-6 0a.3.3 0 0 0-.3.4c.1 4.2.7 8.4 1.2 12.6l.5 6L2 50c.2 1.9.3 3.9.8 5.8a.3.3 0 0 0 .4.2 416.7 416.7 0 0 0 26.6-2 530 530 0 0 0 14.7-1.7L59 50.4c2.4-.2 4.8-.5 7.3-.6l6.5-.1h.7a.3.3 0 0 0 .3-.4c-.6-7.6-.8-15.2-1.5-22.8a152.4 152.4 0 0 0-.7-6.3c0-.5-.7-.5-.7 0z' fill='%23A6AFFF'/%3E%3Cpath d='M14.1 30.7c-.6-.8-1.5-1-2.4-1-1 0-2 0-2.9.3-1 .3-1.5.4-1.5 1.5 0 2 .5 4.6.4 6.5a1.4 1.4 0 0 0 1.2 1.6c.8.1 1.2-.1 1.1-1l-.3-2.5H11c.9-.2 2-.2 2.7-.6.8-.5 1.2-1.4 1.2-2.4a4.5 4.5 0 0 0-.7-2.4zm-1.7 3a2 2 0 0 1-1.1.4h-1.1c-.2 0-.4 0-.5-.2l-.2-1.6v-.5h.5a2.6 2.6 0 0 1 1.5-.2c.5.1.9.4 1.1.8.2.5.1 1-.2 1.3zM56.6 31c-.5 0-1 1-1.3 1.3a3.5 3.5 0 0 1-1.8.5l-.7-.2-.4-.2a1.5 1.5 0 0 1-.7-.6 8 8 0 0 1-.8-2.9c0-.5.6-1.3 1-1.6 1.1-.6 2-.3 3.2.2.6.3 1 .5 1.6 0 .6-.4.3-1.1-.3-1.4-2.4-1.2-5.7-1-7 1.6a5 5 0 0 0-.6 2c0 .9.2 1.6.6 2.3.3.7.6 1.4 1.2 1.8.6.5 1.3.7 2 .7a8.3 8.3 0 0 0 2.5-.1l.8-.1c.3 0 .7-.2 1-.4.4-.2.8-.5 1-.9.2-.2.4-1.1-.1-1.5a1.5 1.5 0 0 0-1.2-.4zm-10.3-1l-1-2c-.5-.5-.9-1.1-1.7-1.3a1.2 1.2 0 0 0-1.3.7 53.4 53.4 0 0 0-2.2 7.3 1.2 1.2 0 0 0 1 1.3c.7.1 1.3-.3 1.4-1v-.5c1 0 2-.2 3-.4h.3l.5.8c.3.6 1 .8 1.6.6.5-.2 1-1 .6-1.5a134.1 134.1 0 0 0-2.2-4zm-3.8 3l1.1-4.2 1.8 3.8a9.1 9.1 0 0 0-1.3 0l-1.6.4zm-14-3.4c0-.6-.5-1.1-1-1-.5 0-.9.6-.8 1.2.2 2.2.6 4.4 1 6.5 0 .6.5 1.1 1 1 .5 0 .9-.6.8-1.2a91.8 91.8 0 0 1-1-6.5zm-4.3 1.8c0-1-.3-1.7-1-2a4.5 4.5 0 0 0-2-.4c-.9 0-1.8.3-2.7.4-.8 0-1-.3-1.6.4-.5.6-.4 1.7-.2 2.6.2 1.8.5 3.6 1 5.4.1.6.8 1.1 1.4.9.7-.3.9-1 .7-1.6l-.5-2c.6-.1 1-.5 1.6 0a6 6 0 0 0 1.7 2.4c.6.3 1.5.8 2 .2a.8.8 0 0 0-.2-1.2 9.5 9.5 0 0 1-1.7-2.2l1.3-1c.2-.4.3-1 .2-2zm-3-.6c.4-.4.9.3.9.3.1 0 0 .3.2.3-.2.7 0 1.2-.4 1.4l-2.6.5-.1-1.2-.1-1 .9-.3h1.1zM36.4 28c-.5 1.2-.5 2.3-.8 3.6 0 .6-.4 1.8-.5 2.5-.2 1-.6-1-.6-1l-.6-1.3a25 25 0 0 0-1.7-3.4 1.1 1.1 0 0 0-1.6-.3 1.3 1.3 0 0 0-.2 1.7c.6 1 1 2.3 1.5 3.4.3.7.6 1.3 1 1.8.4.6 1 1.4 1.7 1.6.4.1.9 0 1.2-.2.4 0 .7-.3.9-.7a17.2 17.2 0 0 0 1.2-3.9c.3-1.3 1-3 .5-4.3-.1-.5-1.6-.4-2 .5z' fill='%236573FF'/%3E%3Cpath d='M53 43.6c-.1-.8-.7-1.2-1.4-1.6s-1.8-.5-2.6-.7c-.3 0-.5-.3-.8-.2L48 41s-.6-.7-.2-.5a.9.9 0 0 1 0-.2c.2-.3.5-.5.9-.6a4.7 4.7 0 0 1 2.3.3c.6.3.8 0 1-.3.4-.4.2-1-.4-1.4a4.4 4.4 0 0 0-2.4-.3c-.3 0-.7 0-1 .2a3.9 3.9 0 0 0-1.4.4c-.7.5-.8 1.3-.9 2.1 0 1 .3 1.7 1.4 2l1.3.4a19.8 19.8 0 0 1 2.5.8l-.1 1-.5.3-.9.1c-.8 0-1.2-.5-2-.7a1.2 1.2 0 0 0-1.5.6c-.1.4-.4.6 0 .9 0 .4 1 .7 1.5.8 2 .4 5 .5 5.5-2.2l-.1-1.1zm-20.5-2c.5-.2 1 0 1-.7-.1-.6-.7-1.1-1.2-1a19.1 19.1 0 0 1-4.1.3c-.6 0-1 .7-1 1.2l.9 6c0 .6 0 1.3.6 1.6.4.2 1.2 0 1.6 0l2.8-.3c.6-.1 1-.7.9-1.3-.1-.6-.5-.5-1-.5l-2.3.2h-.5l-.1-1-.2-1h.3c.8 0 1.7 0 2.5-.3.6 0 1.1-.2 1-.9 0-.6-.6-.8-1.2-.7-.9.2-1.7.3-2.6.3a.7.7 0 0 0-.3 0l-.1-1.6c1 0 2-.2 3-.4zm26.8-2.7c.6-.1 1.1 0 1-.6 0-.7-.6-1.2-1.1-1.1a19.1 19.1 0 0 1-4.1.3c-.6 0-1 .7-1 1.3l.8 5.9c.1.6 0 1.4.6 1.6.5.3 1.2 0 1.7 0l2.7-.3a1.1 1.1 0 0 0 1-1.3c-.1-.6-.5-.5-1.1-.5l-2.2.3H57l-.2-1-.1-1h.2a11.7 11.7 0 0 0 2.6-.3c.5-.2 1-.3 1-1-.1-.5-.7-.8-1.2-.7l-2.6.3a.7.7 0 0 0-.3 0l-.2-1.6a19.4 19.4 0 0 0 3-.3zm-17 3l-1-1.8c-.5-.7-.8-1.2-1.6-1.4a1.2 1.2 0 0 0-1.3.7 54 54 0 0 0-2.2 7.3 1.2 1.2 0 0 0 1 1.3 1.2 1.2 0 0 0 1.3-1l.1-.5a19 19 0 0 0 3-.4h.3l.5.7c.2.6 1 .9 1.5.7.6-.2 1-1 .7-1.5l-2.2-4zm-3.7 3l1-4.1 1.9 3.8a9.3 9.3 0 0 0-1.4 0l-1.5.3zM25 47.5a16.1 16.1 0 0 1-2.3.2l-.3.1-.2-1.2v-1.7a93.6 93.6 0 0 1-.4-3.1c0-.7-.5-1.2-1.1-1.1a1.2 1.2 0 0 0-1.1 1.3 64.4 64.4 0 0 0 1.1 7c.4.5 1 .5 1.7.5 1 0 1.9 0 2.8-.3a1.2 1.2 0 0 0 1-1.3c0-.6-.5-.6-1.2-.4zM17 42c-.6-.8-1.5-1-2.4-1a10.6 10.6 0 0 0-2.9.4c-1 .3-1.5.3-1.5 1.4 0 2 .6 4.6.4 6.6 0 .8.4 1.4 1.2 1.5.8.2 1.2 0 1.1-.9l-.2-2.6h1c1-.1 2-.1 2.8-.6.8-.5 1.2-1.4 1.2-2.4 0-.8-.2-1.6-.7-2.4zm-1.7 3a2 2 0 0 1-1.2.4h-1c-.2 0-.4 0-.5-.2l-.2-1.6v-.5h.4a2.6 2.6 0 0 1 1.6-.1c.5 0 .9.3 1.1.8.2.4.1.9-.2 1.2z' fill='%232FF3F4'/%3E%3Cpath d='M65.8 25.1c.7-1.5-1.2-1.7-1.6-1-.6 1.2-1 2.5-1.5 3.7l-1-1.1-1-1.6c-1.1-1.4-2.5-.2-1.5 1.2l.8 1.1c.4.6 1 1 1.5 1.6.6.8 1 2.5 1 3.6l-.1.3c-.3 1.7 2 1.2 2 .6.1-.5-.1-1-.2-1.4 0-.8-.4-2-.1-2.9l1.7-4z' fill='%236573FF'/%3E%3Cpath d='M63.4 45.5a1 1 0 0 0 .5.2h.1a.6.6 0 0 0 .4 0 .7.7 0 0 0 .3-.2.7.7 0 0 0 .3-.2.8.8 0 0 0 0-.4v-.3a1.1 1.1 0 0 0 0-.5l-.3-.2a1 1 0 0 0-.4-.2h-.1a1 1 0 0 0-.8.2.7.7 0 0 0-.2.3.8.8 0 0 0-.1.3v.3c0 .2 0 .3.2.5l.1.2zm.5-2.6c.5-.1.7-.4.7-1v-4.5a1 1 0 0 0-1-1c-.6 0-1.1.6-1 1.2l.2 4.3c0 .5.5 1 1 1z' fill='%232FF3F4'/%3E%3Cpath d='M65 43.8a1.3 1.3 0 0 0-1-.3c-.4 0-.7.2-1 .5a1 1 0 0 0-.1.8c0 .2.2.8.6 1l.3.1a.8.8 0 0 0 .3 0 1.2 1.2 0 0 0 1.1-1.3 1 1 0 0 0-.3-.8zm-.3.9a.7.7 0 0 1-.6.6.3.3 0 0 0-.2 0 .2.2 0 0 1-.2 0 1.2 1.2 0 0 1-.3-.7.4.4 0 0 1 .1-.3.8.8 0 0 1 .6-.2.6.6 0 0 1 .5.2l.1.4zM63.1 43l1.3-.2a.3.3 0 0 0 .2-.1.3.3 0 0 0 .2 0 .3.3 0 0 0 0-.3 39 39 0 0 1 0-2.3 26.8 26.8 0 0 0-.5-3.6.3.3 0 0 0-.3-.2h-1.3a.5.5 0 0 0-.4.2.9.9 0 0 0 0 .6v.2l.5 5.4a.3.3 0 0 0 .3.3zm.2-.6l-.5-5.1a.9.9 0 0 0 0-.1.6.6 0 0 1 0-.3h.1l.8-.1h.1l.4 3.3.1 2.2h-1zM14.1 30.3c-.6-.6-1.6-1-2.8-.8h-.5a20 20 0 0 0-1 .1L7 30a.3.3 0 0 0-.2.3.4.4 0 0 0 0 .3 81.8 81.8 0 0 0 .3 4.5 72.8 72.8 0 0 0 .5 3.5v.6l.2.5c0 .2.3.4.5.3H10a.3.3 0 0 0 .3-.2.3.3 0 0 0 0-.2 52.6 52.6 0 0 1-.3-3.2 50.4 50.4 0 0 0 1.7 0 6.8 6.8 0 0 0 1.6-.4 2.2 2.2 0 0 0 1.2-1 3.4 3.4 0 0 0 .4-1.5c0-2-.5-2.7-1-3.1zm-4.6 5.5a.4.4 0 0 0-.1.2l.3 3.2-1 .2a.7.7 0 0 1-.2 0 16 16 0 0 1-.1-.6v-.2a72.6 72.6 0 0 1-.8-8h.7l2.4-.4c.9-.1 1.8-.2 2.5.3.8.4 1 1.2 1.1 2.4l-.1 1.4c-.1.4-.5.8-.9 1a5 5 0 0 1-1.5.2l-2.1.2a.3.3 0 0 0-.2 0z' fill='%23374677'/%3E%3Cpath d='M13 31.9a1.3 1.3 0 0 0-.5-.7 2 2 0 0 0-.8 0h-.1a7.7 7.7 0 0 0-2.2.2.3.3 0 0 0-.1 0 .3.3 0 0 0-.3.4c0 .8.2 1.6.4 2.4a.3.3 0 0 0 .3.3h.9l1-.2h.2c.5-.2 1-.3 1.4-.7.3-.6.1-1.2-.1-1.7zm-.4 1.3c-.2.3-.6.3-1 .4l-1.6.2a15.7 15.7 0 0 1-.3-1.8 7 7 0 0 1 1.5-.3h.8a.5.5 0 0 1 .4.3c.2.4.4.9.2 1.2zM67 24a.4.4 0 0 0-.3-.2l-1.8.1c-.4 0-.7.5-.9.9v.2c-.6.8-1 1.7-1.3 2.6a24.8 24.8 0 0 1-1.8-2.3 3 3 0 0 1 0-.2l-.4-.4a.7.7 0 0 0-.6-.2l-1.1.2H58a.3.3 0 0 0-.3.2.3.3 0 0 0 0 .3 21 21 0 0 0 1.2 1.3l.4.5a6 6 0 0 0 1 1.2c.5.5 1 1 1.2 1.7l.5 2.8.1.8c0 .2.2.3.3.3h1.2l.4-.1a.5.5 0 0 0 .4-.2 1 1 0 0 0 0-.8A19.7 19.7 0 0 1 64 30v-.4l1.3-2.4a27.5 27.5 0 0 1 1.5-3 .3.3 0 0 0 0-.2zm-3.4 5.4a.3.3 0 0 0 0 .1.2.2 0 0 0 0 .1v.5A25.2 25.2 0 0 0 64 33a.8.8 0 0 1 0 .2 9 9 0 0 1-1.1.1v-.5l-.6-3a.2.2 0 0 0 0-.1 5.5 5.5 0 0 0-1.4-1.7l-.4-.5a8.2 8.2 0 0 1-.4-.5l-.2-.2-.3-.5-.7-.8-.1-.1 1-.2a.7.7 0 0 1 .3 0l.1.1.5.7a24.7 24.7 0 0 0 1.8 2.4h.3a.2.2 0 0 0 .4 0 15.3 15.3 0 0 1 1.5-3.4c0-.2.1-.2.2-.3l.2-.1a13.8 13.8 0 0 1 1.2 0 24.8 24.8 0 0 1-1.4 2.4l-1.3 2.5zm-7.1 1.3a.3.3 0 0 0-.3 0 .4.4 0 0 0-.2.3 2.3 2.3 0 0 1-2.3 1.5c-1-.1-1.7-.8-2.1-2-.2-.5-.7-2.4.7-3 1-.4 2.7-.4 3.1.7a.3.3 0 0 0 .3.2.3.3 0 0 0 .3-.2l1.6-.7a.3.3 0 0 0 .2-.4 3 3 0 0 0-1.8-1.8 5.2 5.2 0 0 0-2.5-.3 4.3 4.3 0 0 0-.4.1c-1.8.3-3.9 1.4-4.2 3.7-.2 1.7.2 4 2 5.3a5 5 0 0 0 2.9.7h.8a10.7 10.7 0 0 0 1.8-.4c.6-.1 1.9-.6 2-1.8.2-1-1-1.6-2-1.9zm-5.7-.4c.6 2.1 1.8 2.7 2.8 2.8a3 3 0 0 0 3-1.7 4.4 4.4 0 0 1 .6.3l.5.4a.6.6 0 0 1 0 .7c-.3.7-1.2 1-2 1.2l-1.2.2c-1.3.1-2.4 0-3.2-.6-1.2-.9-2-2.4-1.8-4.2a4.6 4.6 0 0 1 .2-1.3l.7-1a4.3 4.3 0 0 1 2-1.2 6.7 6.7 0 0 1 1.1-.2h.6c1 0 2.3.2 3 1.4l-1.3.5c-.7-1-2.3-1.1-3.4-.8-1.6.5-2 2-1.6 3.5zm-1.6 4.5c-.7-1.9-1.7-3.6-2.7-5.3l-.6-1.1a42 42 0 0 1-1-1.8.3.3 0 0 0-.2-.2.3.3 0 0 0-.2 0l-2.2.2a.3.3 0 0 0-.2.1.3.3 0 0 0 0 .3 2.2 2.2 0 0 0-.2.5v.1a5 5 0 0 1-.2.5l-.1.3a47.2 47.2 0 0 0-.6 1.8 154.7 154.7 0 0 0-.8 3.3l-.1.3-.5 2a.3.3 0 0 0 0 .4.3.3 0 0 0 .3 0l2-.1a.3.3 0 0 0 .2-.3l.4-1 3.5-.5.3.7.3.5a.3.3 0 0 0 .3.1.3.3 0 0 0 .1 0l2-.3a.3.3 0 0 0 .2-.4zm-.7 0L47 35l-.6-1a.5.5 0 0 0-.4-.4.9.9 0 0 0-.2 0h-.1l-3.2.4-.4.1a.5.5 0 0 0-.3.4l-.3 1h-1.3l.5-1.8L42 29l.2-.6.1-.4v-.3l.2-.4a32 32 0 0 1 1.8-.2l1.6 2.7c.6 1.1 1.3 2.2 1.8 3.4l.7 1.6z' fill='%23374677'/%3E%3Cpath d='M45.6 32.2L44 28.4a.3.3 0 0 0-.3-.2.3.3 0 0 0-.4.3l-.5 2-.6 2.3a.3.3 0 0 0 .1.2.3.3 0 0 0 .3.2h.5l1-.2.6-.1h.8a.4.4 0 0 0 .3-.3.5.5 0 0 0 0-.4zm-.6 0h-.4a20.7 20.7 0 0 0-1.7.3l.4-1.8.4-1.3 1.3 2.8zm-16.1-1.7l-.2-1.9a.3.3 0 0 0-.1-.2.4.4 0 0 0-.3 0l-1.6.1a.3.3 0 0 0-.3.4c0 2.2.3 4.4.6 6.6l.2 1.9a.4.4 0 0 0 0 .3h.3l1.9-.2a.3.3 0 0 0 .1 0 .3.3 0 0 0 .3-.4l-1-6.6zm.1 6.4l-1.2.1v-.9a175.7 175.7 0 0 1-.8-7h1a185.5 185.5 0 0 0 1 7.8zm-6.6-6c-.3-.6-1-.7-1.4-.7-.7 0-1.4.2-2 .3a.4.4 0 0 0-.1 0 .3.3 0 0 0-.3.4l.3 2.2a.3.3 0 0 0 0 .2c0 .1.2.3.4.3a8.3 8.3 0 0 0 1.7-.3c.6 0 1.2-.3 1.5-.8.1-.2.2-.5.1-.8 0-.3 0-.6-.2-.9zM22 32c-.1.4-.6.5-1 .6a7.8 7.8 0 0 1-1.4.2 14.6 14.6 0 0 0-.1-1.8 13 13 0 0 1 1.2-.1c.4 0 .9-.1 1.2.1l.2.4v.6z' fill='%23374677'/%3E%3Cpath d='M25.2 37.3a.3.3 0 0 0-.1-.1L23.4 35a1.3 1.3 0 0 0 0-.1.8.8 0 0 1-.2-.1l-.1-.3v-.1a2.7 2.7 0 0 0 1.3-1.4l.2-1.5a6.3 6.3 0 0 0 0-.7l-.4-.8a2.7 2.7 0 0 0-.5-.6c-.7-.7-1.9-.8-3-.7l-1.8.2h-.5l-1.6.3a.3.3 0 0 0-.2.1.3.3 0 0 0-.1.3l.3 4.3c0 1.3.3 2.7.7 4a.7.7 0 0 0 .3.5.6.6 0 0 0 .2.1h.3l1.3-.2a.3.3 0 0 0 .3-.3 27.4 27.4 0 0 0-.2-1.6l-.1-1.2 1-.1 1 1.6.7 1a.8.8 0 0 0 .5.3.8.8 0 0 0 .2 0h.4l1.3-.2a.4.4 0 0 0 .4-.2.3.3 0 0 0 0-.3zM18.9 35l.2 1.5v1.2h-1a11.3 11.3 0 0 1-.4-2l-.3-2.9v-.1a61.1 61.1 0 0 0 0-.9l-.2-2 1.3-.1h.2l1.7-.3c.9 0 1.8-.1 2.6.3.4.2.6.5.8 1l.1.7v1.1l-.1.1v.1a2.2 2.2 0 0 1-.2.2 1.7 1.7 0 0 1-.2.4 2 2 0 0 1-.9.6.3.3 0 0 0-.2.2.3.3 0 0 0 0 .4l.2.3.2.3v.2h.1l.3.3 1.1 1.6-1 .1a1 1 0 0 1-.2 0l-.4-.4v-.1a34.7 34.7 0 0 1-.9-1 4.8 4.8 0 0 1-.6-1.2.3.3 0 0 0-.1-.2.3.3 0 0 0-.2 0h-.1a4.2 4.2 0 0 0-1.6.2.3.3 0 0 0-.2.4zm20.4-8a.4.4 0 0 0-.2-.1.3.3 0 0 0-.2-.1l-2.4.3a.3.3 0 0 0-.2.2 5 5 0 0 0-.3 1 90 90 0 0 1-.3 1.5v.2l-.6 2.6v.4a5.6 5.6 0 0 0-.2.2 67.1 67.1 0 0 0-2-4l-.6-1.2v-.1h-.1a.3.3 0 0 0-.4-.3l-2.1.2a.3.3 0 0 0-.3.2.4.4 0 0 0 0 .3l.6 1.2 1.1 2.3.2.3.3.5.2.4.2.3.4.8.5.8.3.6.6 1a.2.2 0 0 0 0 .2.3.3 0 0 0 .2.1.3.3 0 0 0 .2.1l2.3-.3a.4.4 0 0 0 .3 0 .3.3 0 0 0 .2-.3c0-.5.2-1 .4-1.6v-.1l.3-1.4.1-.3.2-.8V32l.2-1 .3-.8.2-1 .1-.5a4.5 4.5 0 0 1 .5-1.4.3.3 0 0 0 0-.2zm-.9.5l-.2 1a26.8 26.8 0 0 1-.4 1.5l-.2.7-.3 1.6-.5 1.9-.1.4-.4 1.3-2 .3a7.2 7.2 0 0 1-.5-1 17.1 17.1 0 0 0-.7-1.4 31.4 31.4 0 0 1-.4-.6l-.4-.8a5.4 5.4 0 0 1-.3-.5l-.1-.2a133 133 0 0 0-.6-1.2l-1-2 1.4-.2A82.2 82.2 0 0 1 34 33l.6 1.3a.3.3 0 0 0 .2.3h.3a.3.3 0 0 0 .1-.2 9.5 9.5 0 0 0 .4-1.3V33l.2-1v-.2l.7-2.9v-.3l.2-.8 1.6-.2zm14.8 15.8c-.3-1-1.2-1.5-2-1.8a10.1 10.1 0 0 0-1.4-.4h-.4c-.5 0-1.2-.1-1.3-.5a.3.3 0 0 1 0-.3c.1-.3.9-.4 1.3-.4.6 0 1.2.2 1.7.5a.3.3 0 0 0 .5 0l.9-1.4a.3.3 0 0 0-.1-.4 4.9 4.9 0 0 0-3.8-.8c-1 .1-2.7.6-3 2a2.7 2.7 0 0 0 1.2 3c.6.3 1.3.5 2 .6.5 0 1 .2 1.6.4.2.1.4.2.4.5a.6.6 0 0 1-.3.5 2.2 2.2 0 0 1-1.2.2 4.3 4.3 0 0 1-2.3-.8.3.3 0 0 0-.4 0l-1 1.3a.3.3 0 0 0 0 .4c.8 1.2 2.4 1.4 3.7 1.5h1c1.1-.2 2-.6 2.5-1.3a.2.2 0 0 0 0-.1 3 3 0 0 0 .4-2.7zm-1.7 1.2c0-.7-.5-1-.8-1.2A6.2 6.2 0 0 0 49 43a5 5 0 0 1-2-.6 2.1 2.1 0 0 1-1-1.7c0-.7.4-1.3 1.2-1.7 1.6-.8 3.4-.8 4.6 0a5.8 5.8 0 0 1-.5 1 3.8 3.8 0 0 0-3-.4c-.6.2-.9.5-.9.9 0 .5.4.9.9 1 .3.2.7.3 1.1.3l.7.1a5.2 5.2 0 0 1 1.7.6c1 .7 1.3 2 .6 3.2a.2.2 0 0 0 0 .1c-.7.8-1.7 1.2-3.2 1.1-1 0-2.3-.2-3-1l.7-1a4.5 4.5 0 0 0 3.5.8 1.4 1.4 0 0 0 1-1.1zm-17.3 2.3a.3.3 0 0 0-.4-.3l-3.6.4-.3-1.5 3.7-.4.2-.1a.3.3 0 0 0 0-.2V43a.3.3 0 0 0-.4-.2c-1.2 0-2.4.2-3.6.4l-.1-1.1 3.8-.6a.3.3 0 0 0 .3-.3l-.2-1.4a.3.3 0 0 0-.1-.2.3.3 0 0 0-.2 0l-5 .4h-.6a1.8 1.8 0 0 0-.3.1c-.4.2-.4.6-.3.9v.1l.8 7.8c0 .2.1.3.3.3h.6a25.6 25.6 0 0 0 5.2-.6.3.3 0 0 0 .2-.1l.2-.3-.2-1.5zm-4.9-5.1a.3.3 0 0 0-.2 0 .3.3 0 0 0 0 .3l.2 1.6c0 .2.2.3.3.3a95.7 95.7 0 0 1 3.6-.4v1l-3.7.4a.3.3 0 0 0-.2 0 .3.3 0 0 0 0 .3l.4 2a.3.3 0 0 0 .3.3l3.6-.4.1 1.1a25.2 25.2 0 0 1-5.3.5 438.2 438.2 0 0 1-.7-6.8v-1.1h.2l5.2-.5v.8l-3.8.6zM61 44a.3.3 0 0 0-.3-.3l-3.6.4-.3-1.5 3.7-.4a.3.3 0 0 0 .3-.3l-.2-1.6a.3.3 0 0 0-.3-.2c-1.2 0-2.4.2-3.6.4l-.2-1.1 3.9-.5a.3.3 0 0 0 .2-.4l-.1-1.4a.3.3 0 0 0-.1-.2.3.3 0 0 0-.3 0l-5 .4h-.5l-.3.1c-.5.2-.4.6-.3.9v.1l.7 7.8c0 .2.2.3.3.3h.6a25.8 25.8 0 0 0 5.2-.6.3.3 0 0 0 .2-.1.3.3 0 0 0 .2-.3L61 44zm-4.8-5a.3.3 0 0 0-.2 0 .3.3 0 0 0 0 .3l.2 1.7c0 .1.1.2.3.2a87.3 87.3 0 0 1 3.5-.4l.1 1-3.7.4a.3.3 0 0 0-.2 0 .3.3 0 0 0 0 .3l.4 2a.3.3 0 0 0 .3.3l3.6-.4.1 1.1a25.4 25.4 0 0 1-5.3.5 418.8 418.8 0 0 1-.7-6.8v-1.1h.2l5.1-.5.1.8-3.8.6zm-11 8c-.7-2-1.7-3.7-2.7-5.3l-.7-1.1a42 42 0 0 1-1-1.8.3.3 0 0 0-.2-.2.3.3 0 0 0-.1 0c-.8 0-1.5 0-2.2.2a.3.3 0 0 0-.3.1.3.3 0 0 0 0 .2l-.2.6-.2.6v.3a54.6 54.6 0 0 0-.6 1.8 141.8 141.8 0 0 0-.9 3.3v.3l-.6 2a.3.3 0 0 0 .1.4.3.3 0 0 0 .3 0 15.8 15.8 0 0 1 2-.1.3.3 0 0 0 .2-.3l.3-1.1 3.5-.4.7 1.2a.3.3 0 0 0 .3.1h.1l2-.3a.3.3 0 0 0 .2-.4.2.2 0 0 0 0-.1zm-6.6-7.6a32 32 0 0 1 1.8-.2l1.5 2.8a48 48 0 0 1 2.5 4.9l-1.4.2-.4-.8-.2-.2a.5.5 0 0 0-.4-.3 1.2 1.2 0 0 0-.2 0h-.2l-3 .4h-.1l-.4.1a.6.6 0 0 0-.3.4l-.3 1a17.5 17.5 0 0 0-1.3 0l.5-1.8a79 79 0 0 1 1.5-5.4l.1-.4v-.3l.3-.4z' fill='%23374677'/%3E%3Cpath d='M38.2 45.1a.3.3 0 0 0 .3.1h.5l1-.1.7-.1h.7a.4.4 0 0 0 .3-.3.5.5 0 0 0 0-.4l-1.8-3.8a.3.3 0 0 0-.3-.2.3.3 0 0 0-.3.3 42.9 42.9 0 0 1-.5 2c-.3.7-.5 1.5-.6 2.3a.3.3 0 0 0 0 .2zm.7-.5l.5-1.9.3-1.2 1.3 2.8h-.4l-.7.1a28.3 28.3 0 0 1-1 .2zm-12.6 2.9a.3.3 0 0 0-.3-.3 23.2 23.2 0 0 0-3.3.3 156.8 156.8 0 0 1-1-6.7.4.4 0 0 0 0-.3.3.3 0 0 0-.3 0l-1.8.2a.3.3 0 0 0-.3.4l.8 6.7.3 1.8a.3.3 0 0 0 0 .1l.1.3h.3l2-.1h.2l1-.1a57.3 57.3 0 0 1 2.2-.2.3.3 0 0 0 .2-.2.3.3 0 0 0 .1-.2l-.2-1.7zm-.5 1.4l-1.9.2h-.8l-.2.1-1.8.2a107.1 107.1 0 0 1-1.1-8l1.2-.2.6 5.2.3 1.5c0 .2.2.3.3.3l1.5-.1 1.8-.2.1 1zm-8.7-7.3c-.6-.6-1.6-.9-2.8-.8h-.5l-1 .2-2.7.4a.3.3 0 0 0-.2.2.3.3 0 0 0 0 .3c0 1.6.2 3.1.3 4.6a71.7 71.7 0 0 0 .5 3.4v.7l.2.5c0 .2.3.3.5.3h.3l1.4-.2a.3.3 0 0 0 .2-.1.3.3 0 0 0 .1-.2 50.3 50.3 0 0 1-.4-3.2l1.8-.2a6.7 6.7 0 0 0 1.6-.2 2.2 2.2 0 0 0 1.2-1 3.4 3.4 0 0 0 .3-1.6c.1-1.9-.4-2.7-.8-3zm-4.6 5.5a.4.4 0 0 0-.1.3l.3 3.2h-1a.7.7 0 0 1-.2.1l-.1-.6V50a72.9 72.9 0 0 1-.8-8h.7l2.4-.4c.9-.1 1.8-.2 2.5.3.8.4 1 1.2 1.1 2.4l-.1 1.5c-.2.4-.5.7-.9.9a5.3 5.3 0 0 1-1.5.3l-2.1.1a.3.3 0 0 0-.2.1z' fill='%23374677'/%3E%3Cpath d='M16 43.2a1.3 1.3 0 0 0-.5-.6 1.9 1.9 0 0 0-.8-.2h-.1a7.7 7.7 0 0 0-2.2.3.3.3 0 0 0-.1.1.3.3 0 0 0-.3.3c0 .9.2 1.7.4 2.5a.3.3 0 0 0 .3.2h.9l1.1-.2c.6-.1 1.2-.2 1.5-.7.3-.5.1-1.1-.1-1.7zm-.4 1.3c-.2.3-.6.4-1 .4l-1.7.3a15.6 15.6 0 0 1-.2-1.9 7.1 7.1 0 0 1 2.3-.2.5.5 0 0 1 .4.2c.2.5.4 1 .2 1.2z' fill='%23374677'/%3E%3C/svg%3E") 0 50% no-repeat;
    background-size: cover;
    width: 106px;
    height: 80px;
    margin: auto;
  }
}
.drawer-menu-background {
  display: none;
  position: fixed;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}

.drawer-menu__container {
  display: none;
  z-index: 100;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 15vw;
  background: #ebecf7;
}
.drawer-menu__container__menus {
  padding: 2.5rem;
  overflow: auto;
}
.drawer-menu__container__menus .drawer-menu__menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 154px;
}
.drawer-menu__container__menus .drawer-menu__menu li {
  padding-bottom: 1rem;
}
.drawer-menu__container__menus .drawer-menu__menu li:first-child {
  padding-top: 1rem;
}
.drawer-menu__container__menus .drawer-menu__menu li a {
  font-size: 15px;
  color: #3b435c;
  text-decoration: none;
}
.drawer-menu__container__menus .drawer-menu__menu li a:hover {
  color: #6573ff;
}
.drawer-menu__container__menus .drawer-menu__menu li:last-child {
  border-bottom: 1px solid #7f869f;
}

@media screen and (max-width: 992px) {
  .drawer-menu__container {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .drawer-menu__container {
    width: 80vw;
  }
}
.featured-press {
  width: 100%;
  padding-bottom: 2.5rem;
  background: url("./assets/images/square-large-green.png") no-repeat right top;
  position: relative;
}
.featured-press .purple-square {
  position: absolute;
  right: 445px;
  top: 44px;
}
.featured-press .light-purple-square {
  position: absolute;
  right: 489.5px;
  top: 25px;
}
.featured-press__container {
  max-width: 1400px;
  margin: 0 auto;
}
.featured-press__container h3 {
  padding: 1rem;
  margin: 0;
  color: #616FF7;
  font-size: 1rem;
  font-weight: 700;
}
.featured-press__container h2 {
  font-size: 2.6rem;
  padding: 1rem 1rem 2rem 1rem;
  margin: 0;
  font-weight: bold;
  color: black;
}
.featured-press__container__featured-quotes {
  display: grid;
  grid: minmax(388px, auto)/1fr 1fr;
}
.quotes {
  width: 100%;
  background: #FBFBFD;
  padding: 2.5rem 0;
}
.quotes__container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid: minmax(284px, auto)/repeat(auto-fit, 404px);
  justify-items: center;
  justify-content: center;
}
.quotes .swiper-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 1.5rem 0;
}
.quotes .swiper-pagination {
  bottom: 25px;
}
.quotes .swiper-pagination-bullet {
  background-color: #EBECF7;
  border-color: #EBECF7;
  opacity: 1;
  height: 10px;
  width: 10px;
}
.quotes .swiper-pagination-bullet-active {
  background-color: #6573FF;
}

.content--press-en {
  padding: 0 1rem;
}
.content--press-en section:first-child {
  padding-top: 2.5rem;
}

.press-callout {
  background: #202945;
  padding: 2.5rem 0;
}
.press-callout__container {
  max-width: 1400px;
  display: grid;
  grid: auto/1fr 1fr;
  align-items: start;
  justify-items: center;
  justify-content: center;
  margin: 0 auto;
}
.press-callout__container h2 {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin: 0;
}
.press-callout__container p {
  font-size: 0.9rem;
  margin: 0;
  padding-bottom: 1rem;
}
.press-callout__container a {
  color: #A6AFFF;
}
.press-callout__container a:hover {
  color: white;
}
.press-callout__container .button, .press-callout__container .archive-container__nav a, .archive-container__nav .press-callout__container a {
  cursor: pointer;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  color: white;
  font-weight: normal;
}
.press-callout__contact {
  width: 100%;
  text-align: center;
  border-right: 1px solid #3B435C;
  color: white;
}
.press-callout__media-kit {
  width: 100%;
  text-align: center;
  color: white;
}
.press-callout__media-kit .press-button {
  font-weight: 700;
}

.heading--press {
  font-size: 1.2rem;
  padding: 1rem 0;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .quotes {
    width: 100%;
  }
  .quotes__container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid: minmax(284px, auto)/repeat(auto-fit, minmax(300px, 1fr));
    justify-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .featured-press {
    width: 100%;
    padding-bottom: 2.5rem;
    background: url("./assets/images/square-large-green-mobile.png") no-repeat right bottom;
    position: relative;
  }
  .featured-press .purple-square {
    position: absolute;
    left: 10px;
    top: 80px;
    width: 40px;
  }
  .featured-press .light-purple-square {
    position: absolute;
    left: 30px;
    top: 100px;
    width: 64px;
    z-index: -1;
  }
  .featured-press__container {
    max-width: 1400px;
    margin: 0 auto;
  }
  .featured-press__container h3 {
    padding: 1rem;
    margin: 0;
    color: #616FF7;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
  }
  .featured-press__container h2 {
    text-align: center;
    font-size: 2.6rem;
    padding: 1rem 1rem 2rem 1rem;
    margin: 0;
    font-weight: bold;
    color: black;
  }
  .featured-press__container__featured-quotes {
    display: grid;
    grid: auto/1fr;
  }
  .press-callout {
    background: #202945;
    padding: 0;
  }
  .press-callout__container {
    max-width: 1400px;
    display: grid;
    grid: auto/1fr;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .press-callout__container h2 {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin: 0;
  }
  .press-callout__container p {
    font-size: 0.9rem;
    margin: 0;
    padding-bottom: 1rem;
  }
  .press-callout__container a {
    color: #A6AFFF;
  }
  .press-callout__container a:hover {
    color: white;
  }
  .press-callout__container .button, .press-callout__container .archive-container__nav a, .archive-container__nav .press-callout__container a {
    cursor: pointer;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    color: white;
    font-weight: normal;
  }
  .press-callout__contact {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #3B435C;
    color: white;
    padding: 2.5rem 0;
  }
  .press-callout__media-kit {
    width: 100%;
    text-align: center;
    color: white;
    padding: 2.5rem 0;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

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

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

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

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

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

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

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-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-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

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

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

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

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

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

.header-search {
  justify-self: flex-end;
  position: relative;
}

.search-form {
  display: none;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-bottom: 1px solid #CED1DD;
  padding-bottom: 0.25rem;
}
.search-form__text-input {
  outline: 0;
  border: 0;
  font-size: 0.875rem;
  color: #7F869F;
  padding: 0 0.75rem;
}
.search-form__search-button {
  background: none;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0;
}
.search-form__search-button:hover {
  background: 0;
}
.search-form__icon, .search-form__close {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.search-form__icon--activate {
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .header-search--mobile {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: #fff;
    z-index: 99;
    padding: 0 1.5rem;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .search-form {
    width: 100%;
    justify-content: flex-start;
  }
  .search-form__button {
    flex-basis: 5%;
  }
  .search-form__text-input {
    flex-basis: 90%;
  }
  .search-form__close {
    flex-basis: 5%;
  }
}

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