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

a {
  text-decoration: none;
  color: inherit;
  display: inherit;
}

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #4b4b4b;
}

::selection {
  color: #fff;
  background: #4b4b4b;
}

:root {
  --font-base: 1rem;
  --font-multiplicator: 0.2;
  --primary: #143f76;
  --secondary: #aaa;
  --primary-darker: darken(#143f76, 10%);
  --guard: 1130px;
  --miniguard: 860px;
  --guard-margin: 40px;
  --border-radius: 0.4em;
  --img-radius: 0.7em;
  --flex-gap: 4rem;
  --margin: 1rem;
  --nav-height: 80px;
}

.loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 10000;
}

.underlined:after {
  content: "";
  display: block;
  width: 2.4em;
  height: 3px;
  background-color: var(--primary);
  margin-top: 0.6em;
}
.talign-center .underlined:after {
  margin-left: auto;
  margin-right: auto;
}
.underlined.talign-center:after {
  margin-left: auto;
  margin-right: auto;
}

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

.talign-left {
  text-align: left;
}

.talign-right {
  text-align: right;
}

.text-s {
  font-size: 0.75rem;
}

.text-m {
  font-size: 0.95rem;
}

.text-l, p {
  font-size: 1.2rem;
  font-size: 1rem;
  line-height: 140%;
}

[class*=" heading-"],
[class^=heading-] {
  margin-bottom: 1em;
  font-weight: 400;
  font-family: "Lexend Peta";
  text-transform: uppercase;
}

.heading-xxxs {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}

.heading-xxs {
  font-size: 1.3rem;
  margin-bottom: 0.5em;
}

.heading-xs {
  font-size: 1.5rem;
}

.heading-s {
  font-size: 1.9rem;
}

.heading-m, h1 {
  font-size: 2.1rem;
}

.heading-l {
  font-size: 2.9rem;
  margin-bottom: 1.7em;
}

.heading-xl {
  font-size: 3.5rem;
}

h1 {
  line-height: 140%;
}

.shadow-l {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.soft-shadow {
  box-shadow: 0 0.7px 1.7px -6px rgba(0, 0, 0, 0.02), 0 1.9px 4.6px -6px rgba(0, 0, 0, 0.03), 0 4.5px 11.2px -6px rgba(0, 0, 0, 0.05), 0 15px 37px -6px rgba(0, 0, 0, 0.08);
}

p {
  font-weight: 300;
  max-width: 600px;
}

.guard, .hero .hero-content, .miniguard {
  position: relative;
  width: 100%;
  max-width: var(--guard);
  margin: auto;
}

.miniguard {
  max-width: var(--miniguard);
}

.mt-xs {
  margin-top: calc(var(--flex-gap) * 1);
}

.mt-s {
  margin-top: calc(var(--flex-gap) * 2);
}

.mt-m {
  margin-top: calc(var(--flex-gap) * 3);
}

.mt-l {
  margin-top: calc(var(--flex-gap) * 4);
}

.pt-xs {
  padding-top: calc(var(--flex-gap) * 1);
}

.pt-s {
  padding-top: calc(var(--flex-gap) * 2);
}

.pt-m {
  padding-top: calc(var(--flex-gap) * 3);
}

.pt-l {
  padding-top: calc(var(--flex-gap) * 4);
}

.mb-xs {
  margin-bottom: calc(var(--flex-gap) * 1);
}

.mb-s {
  margin-bottom: calc(var(--flex-gap) * 2);
}

.mb-m {
  margin-bottom: calc(var(--flex-gap) * 3);
}

.mb-l {
  margin-bottom: calc(var(--flex-gap) * 4);
}

.ml-minus-xs {
  margin-left: calc(var(--flex-gap) * -1);
}

.ml-minus-s {
  margin-left: calc(var(--flex-gap) * -2);
}

.ml-minus-m {
  margin-left: calc(var(--flex-gap) * -3);
}

.ml-minus-l {
  margin-left: calc(var(--flex-gap) * -4);
}

.pb-xs {
  padding-bottom: calc(var(--flex-gap) * 1);
}

.pb-s {
  padding-bottom: calc(var(--flex-gap) * 2);
}

.pb-m {
  padding-bottom: calc(var(--flex-gap) * 3);
}

.pb-l {
  padding-bottom: calc(var(--flex-gap) * 4);
}

.m-s {
  margin: calc(var(--flex-gap) * 1);
}

.m-m {
  margin: calc(var(--flex-gap) * 2);
}

.m-l {
  margin: calc(var(--flex-gap) * 3);
}

.pos-rel {
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--flex-gap);
}
.flex.equal-width > * {
  flex: 1;
  width: 100%;
}
.flex.gap-s {
  gap: calc(var(--flex-gap) * 2);
}
.flex.gap-m {
  gap: calc(var(--flex-gap) * 3);
}
.flex.gap-l {
  gap: calc(var(--flex-gap) * 4);
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.row-reverse {
  flex-direction: row-reverse;
}
.flex.justify-start {
  justify-content: flex-start;
}
.flex.justify-end {
  justify-content: flex-end;
}
.flex.align-start {
  align-items: flex-start;
}
.flex.align-end {
  align-items: flex-end;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.w50 > * {
  max-width: 50%;
}
.flex.w70 > * {
  max-width: 70%;
}

.flex-01 {
  flex: 0.1;
}

.flex-02 {
  flex: 0.2;
}

.flex-03 {
  flex: 0.3;
}

.flex-04 {
  flex: 0.4;
}

.flex-05 {
  flex: 0.5;
}

.flex-06 {
  flex: 0.6;
}

.flex-07 {
  flex: 0.7;
}

.flex-08 {
  flex: 0.8;
}

.flex-09 {
  flex: 0.9;
}

.flex-1 {
  flex: 1;
}

.mw-12 {
  max-width: 12rem;
}

.mw-14 {
  max-width: 14rem;
}

.mw-16 {
  max-width: 16rem;
}

.mw-20 {
  max-width: 20rem;
}

.margin-auto {
  margin: auto;
}

.ratio-1-1 {
  aspect-ratio: 1/1;
}

.full-radius {
  border-radius: 200rem;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0.6em 1.4em;
  color: #fff;
  font-size: 0.9em;
  background-color: #000;
  transition: background-color 0.36s, border-color 0.3s, color 0.3s;
  border: 1px solid #000;
  cursor: pointer;
}
.button.large {
  padding: 1.2em 2.4em;
}
.button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.button.outline {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.button.outline:hover {
  background-color: #000;
  color: #fff;
}

section.black .button {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
section.black .button:hover {
  background-color: #000;
  color: #fff;
}
section.black .button.outline {
  background-color: transparent;
  color: #fff;
}
section.black .button.outline:hover {
  background-color: #fff;
  color: #000;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.card {
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: var(--border-radius);
}

/*
@media screen and (max-width: calc(1200px + 100px)) {
	.guard{
		width: 100%;
		padding-left: var(--guard-margin);
		padding-right: var(--guard-margin);
	}
}
*/
input, select, textarea {
  outline: none;
}

form {
  margin-top: 4rem;
}
form label {
  position: absolute;
  font-size: 0.8em;
  margin-top: -2em;
  color: #d1d8e0;
}
form input {
  border: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem 1rem;
  border-radius: var(--border-radius);
  color: #0a1e39;
  transition: color 0.3s, background-color 0.3s;
}
form input:focus {
  background-color: #d1d8e0;
}
form .form-row {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 2.6rem;
}
form .form-row > div {
  width: 100%;
}

/*

input[type="file"] {
    display: none;
}

.file-upload-button{
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
*/
footer {
  text-align: center;
}
footer [class*=" heading-"],
footer [class^=heading-] {
  color: rgba(255, 255, 255, 0.9);
}

.obf:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

#legal-page .legal-logo {
  max-width: 20rem;
}
#legal-page .guard, #legal-page .miniguard, #legal-page .hero .hero-content, .hero #legal-page .hero-content {
  max-width: 40rem;
  padding: 5rem 0;
}



.balanced{
  text-wrap: balance;
}



.outer.space{
  width: 0.5rem;
}

.line-3{
  margin-left: 2rem;
}

.line-4{
  margin-left: 5rem;
}



#distribution{
  gap: 0;
}

.logos-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* grid-template-columns: repeat(4, 1fr); */
  gap: 1rem;
  margin-top: 2rem;
}

.grid-cell{
  width: 100%;
  max-width: 14rem;
  background-color: hsl(0deg 0% 100% / 9%);
  border-radius: 0.4rem;
  padding: 1rem;
}

.grid-logo{
  padding: 0.4rem;
}

.grid-text{
  line-height: 130%;
  text-align: center;
  text-wrap: balance;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.grid-cell img{
  background-color: hsl(0deg 0% 100% / 6%);
  border-radius: 0.2rem;
}




.bottom-line{
  font-size: 1rem;
  margin-left: 25rem;
  margin-top: 0.7rem;
}










@media screen and (max-width: 800px) {




  :root {
    --flex-gap: 0.5rem;
  }

  .flex.md-wrap {
    flex-direction: column;
  }
  .flex.md-align-center {
    justify-content: center;
  }

  .flex.equal-width > *, .equal-width.hero > * {
    max-width: 100%;
  }

  p {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .guard, .miniguard, .hero .hero-content {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .guard, .miniguard, .hero .hero-content {
    width: 85%;
  }



  .logos-grid{
    /* grid-template-columns: repeat(2, 1fr); */
  }

  .grid-cell{
    max-width: 100%;
  }




  
}
nav {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(0);
  transition: background-color 0.3s;
  z-index: 2000;
}
nav .nav-inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(0);
}
nav .nav-logo {
  display: flex;
  width: 5rem;
  transform: translateY(-1rem);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
nav .nav-links > div {
  display: flex;
  align-items: center;
}
nav:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.3s, opacity 0.15s;
  transform: translateY(calc(-1 * var(--nav-height)));
  opacity: 0;
  background-color: #fff;
  box-shadow: -1px 6px 25px -12px rgba(0, 0, 0, 0.15);
}

nav .button {
  padding: 0.8rem 1.3rem !important;
}

.hamburger {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 1rem;
  top: 1rem;
  width: 40px;
  height: 40px;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .mobile-menu--opened nav {
    transform: translateX(0);
  }
  .mobile-menu--opened .hamburger {
    transform: translateX(0);
  }
  .mobile-menu--opened .nav-inside {
    transform: translateX(0);
  }

  nav {
    position: fixed;
    transition: transform 0.3s;
  }
  nav .nav-logo {
    width: 8rem;
    transform: translateY(0);
    opacity: 1;
  }
  nav .nav-inside {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center !important;
    transform: translateX(-100vw);
    transition: transform 0.3s;
    background-color: #fff;
  }
  nav .links {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  nav .links a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  nav .links a:last-child {
    border-bottom: 0px;
  }
  nav:before {
    display: none;
  }

  .hamburger {
    display: flex;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 100;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #5c5c5c;
}

.hamburger-box {
  width: 40px;
  height: 30px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #5c5c5c;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mask {
  overflow: hidden;
}
.mask > div {
  will-change: transform;
}

.outer {
  position: relative;
  width: 1em;
  height: 1.2em;
  display: inline-flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.outer .letter {
  position: absolute;
}

.hero {
  width: 100vw;
  min-height: 100vh;
}

.hero-baseline {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.hero-picture {
  width: 70vw;
  height: 100%;
  max-height: 70vw;
  position: absolute;
  top: -3rem;
  right: 0;
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-gradient {
  position: absolute;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  left: 0;
  /* background: #F2F2F2;
  background: -webkit-radial-gradient(bottom left, #F2F2F2 0%, #F2F2F200 50%);
  background: -moz-radial-gradient(bottom left, #F2F2F2 0%, #F2F2F200 50%);
  background: radial-gradient(to bottom left, #F2F2F2 0%, #F2F2F200 50%); */

  background: #F2F2F2;
background: linear-gradient(6deg, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 0.87) 5%, rgba(242, 242, 242, 0) 60%);


  z-index: 3;
}

.baseline, .static-baseline {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  font-size: 3.8rem;
  /* font-size: 2rem; */
  text-transform: uppercase;
  font-family: "Lexend Peta";
  position: relative;
  z-index: 10;
  font-weight: 400;
}
.baseline .word, .static-baseline .word {
  position: relative;
  display: inline-flex;
  gap: 0.4rem;
}
.baseline .letter, .static-baseline .letter {
  will-change: transform;
}
.baseline .line-2, .static-baseline .line-2 {
  margin-left: 8rem;
}

.static-baseline {
  position: absolute;
  top: 60vh;
  left: 10%;
}
.static-baseline > div {
  display: flex;
  gap: 0;
  justify-content: flex-start;
}

section {
  padding: 6rem 0;
}
section.white {
  background-color: #fff;
}
section.black {
  background-color: #000;
  color: #fff;
}

nav {
  position: fixed;
  display: flex;
  align-items: center;
  left: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Lexend Peta";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
  height: var(--nav-height);
  transform: translateX(0);
  transition: background-color 0.3s;
  will-change: transform;
  justify-content: space-between;
  z-index: 1000;
}
nav .stagger {
  will-change: transform;
}
nav .logo {
  display: flex;
  max-width: 6rem;
  transition: max-width 0.3s;
}
nav .logo a {
  padding: 0;
}
.scrolled nav {
  background-color: #fff;
  height: 4rem;
}
.scrolled nav .logo {
  max-width: 4rem;
}
nav .brands {
  background-color: #fff;
}
nav .brands a {
  position: relative;
  display: inline-block;
  transition: background-color 0.3s;
}
nav .brands a .text {
  position: relative;
  z-index: 100;
}
nav .brands a:hover {
  background-color: #f7f7f7;
}
nav .brands a:last-child:after {
  display: none;
}
nav .brands .separator {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  vertical-align: middle;
  z-index: 100;
}
nav a {
  padding: 1rem 1.4rem;
}

.nav-links {
  display: flex;
  align-items: center;
}
.nav-links > div:last-child {
  margin-right: 0;
}

.supertitle {
  text-transform: uppercase;
  padding: 1rem;
  border: 1px solid;
  margin-bottom: 2rem;
  display: inline-block;
  font-family: "Lexend Peta";
  font-size: 0.9rem;
  font-size: 0.7rem;
  font-weight: 300;
  line-height: 100%;
}

.title {
  max-width: 47rem;
  font-size: 2.6rem;
  font-size: 2.2rem;
  font-weight: 200;
  font-family: "Lexend Peta";
  letter-spacing: -0.15em;
  line-height: 120%;
}

.superscript {
  vertical-align: bottom;
  font-size: 0.65em;
}

.section-title-block {
  margin-bottom: 4rem;
}

.paragraph-title {
  font-size: 1.3rem;
  font-family: "Lexend Peta";
  letter-spacing: -0.1em;
  font-weight: 500;
}

h2.title {
  margin-top: 0;
}

.overscreen-picture-container {
  position: relative;
}
.overscreen-picture-container.fifty-percent {
  max-width: 50%;
}
.overscreen-picture-container.seventy-percent {
  max-width: 70%;
}
.overscreen-picture-container.left {
  justify-content: flex-start;
}
.overscreen-picture-container.left .gallery-button {
  left: 20%;
}
.overscreen-picture-container.right {
  justify-content: flex-end;
  margin-left: auto;
}
.overscreen-picture-container.right .gallery-button {
  right: 20%;
}

.offset-top {
  margin-top: -15rem;
}

.offset-top-m {
  margin-top: -10rem;
}


.particuliers, .professionnels{
    font-family: "Lexend Peta";
    font-size: 4rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;

    .block{
        &:last-child{
            margin-right: 7rem;
        }
    }

    .block div{
        display: inline-block;
    }
}

.professionnels{
  align-items: flex-start;
}

.professionnels .block:first-child{
  /* margin-left: 7rem; */
} 

.professionnels .block:last-child{
  margin-left: 6.6rem;
  margin-right: 0;
} 

#lightgallery-particuliers, #lightgallery-professionnels {
  display: none;
}

.gallery-button {
  display: inline-block;
  padding: 1em 1.8em;
  color: #fff;
  font-size: 1.1em;
  background-color: #000;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  border: 1px solid #000;
  cursor: pointer;
  margin-left: 20%;
  position: absolute;
  top: 0;
  background-color: #fff;
  border: none !important;
  color: #000;
  cursor: pointer;
  z-index: 10;
}
.gallery-button .magnify {
  display: inline-block;
  width: 1.1rem;
  margin-right: 0.6rem;
}
.gallery-button .text {
  display: flex;
  align-items: center;
}
.gallery-button:hover {
  border: none;
  background-color: #F2F2F2 !important;
  color: #000 !important;
}

.pros {
  margin-top: 5rem;
  text-align: center;
  font-size: 0.9rem;
  color: #555555;
  gap: 3rem;
  justify-content: flex-start;
}
.pros > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
  max-width: 7.3rem;
}
.pros .pro-icon {
  display: flex;
  flex: 1;
}

.pro-icon {
  max-width: 5rem;
  background-color: #ececec;
  border-radius: 50%;
  padding: 1rem;
  margin-bottom: 1rem;
}

footer {
  background-color: #000;
  text-align: left;
}
footer a {
  display: inline-block;
}
footer .logo {
  display: flex;
  max-width: 6rem;
  transform: translateY(-50%);
  margin-left: 20%;
}
footer .heading-xl {
  margin-bottom: 0;
}
footer .mentions {
  text-align: center;
  font-size: 0.9rem;
  color: #707070;
  padding-bottom: 1rem;
}

.footer-content {
  margin-left: 30%;
  margin-bottom: 8rem;
}

.contact-columns {
  max-width: 50rem;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 300;
  display: flex;
  color: #b7b7b7;
}
.contact-columns > div {
  flex: 1;
}

.social {
  display: inline-flex;
  overflow: hidden;
  border-radius: 0.4rem;
  transition: background-color 0.3s, border-color 0.3s;
}
.social .social-icon {
  transition: border-color 0.3s;
}
.social .social-icon path {
  transition: fill 0.3s;
}
.social:hover {
  background-color: #F2F2F2;
}
.social:hover .social-icon {
  border-color: #fff;
}
.social:hover .social-icon path {
  fill: #000;
}

.social-icon {
  display: inline-flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #343434;
  border-radius: 0.4rem;
  width: 2.6rem;
}

.button.faded {
  opacity: 0.5;
}

.hover .circle {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  background-color: #fff;
  border-radius: 50%;
  transform-origin: 50%;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}
section.black .hover .circle {
  background-color: #000;
}

.hover {
  overflow: hidden;
}

.button.outline .circle {
  background-color: #000;
}
section.black .button.outline .circle {
  background-color: #fff;
}

.button.gallery-button .circle {
  background-color: #e9e6e6 !important;
}

.button .text {
  position: relative;
  pointer-events: none;
  z-index: 10;
}

.clip-container {
  max-width: 100%;
  position: relative;
  transform: scale(0.8);
}

.clip {
  opacity: 0.001;
  clip-path: inset(20% 20% 20% 20%);
  transition: clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform opacity;
  z-index: 1;
}
.clip.in-out {
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.clip .gallery-button {
  opacity: 0;
}
.clip.displayed {
  opacity: 1;
  clip-path: inset(0% 0% 0% 0%);
}
.clip.displayed .gallery-button {
  opacity: 1;
  transition-delay: 0.5s;
}

#legal-page p {
  font-weight: 400;
}
#legal-page .heading-s {
  line-height: 1.2;
  font-size: 1.6rem;
}
#legal-page ul {
  list-style: disc;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border: 2px solid #fff !important;
}

.lg-outer .lg-thumb-item {
  border: 2px solid transparent;
}

.hero-duo {
  display: none;
  position: absolute;
  z-index: 0;
  opacity: 0.5;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.hero-duo img {
  width: 300vw;
  max-width: initial;
}

.mobile-logo {
  display: none;
  position: absolute;
  width: 40vw;
  left: 50%;
  top: 40%;
  z-index: 100;
}

.hamburger {
  display: none;
}



.nav-links a:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F2F2F2;
  opacity: 0;
  z-index: -1;
  transition: transform .2s, opacity .2s;
}

.scrolled .nav-links a:before{
  background-color: #cecece;
}


.nav-links a{
  position: relative;
}

.nav-links a:hover:before{
  opacity: 0.3;
}






@media screen and (max-width: 1200px) {
  .hamburger {
    display: flex;
  }

  .nav-inside .logo {
    margin-bottom: 2rem;
  }

  .nav-links {
    flex-direction: column;
  }

  nav .nav-links > div {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .mobile-logo {
    display: block;
    max-width: 10rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-picture {
    display: none;
    top: 2rem;
    width: 130vw;
    max-height: 100%;
  }

  .hero-duo {
    display: block;
  }

  .static-baseline {
    font-size: 1.5rem;
    bottom: 4rem;
  }

  .mobile-logo{
    top: 30%;
  }

  .gallery-button.professionnels{
    font-size: 0.8rem;
  }

  .professionnels{
    font-size: 2rem;
  }

  .bottom-line{
    margin-left: 20%;
  }
  .static-baseline > div {
    justify-content: center;
  }

  .static-baseline .line-2 {
    margin-left: 0;
  }

  .flex {
    flex-direction: column !important;
  }

  .heading-xl {
    font-size: 2.8rem;
  }

  .clip-container {
    transform: scale(1);
  }

  .hero-gradient {
    display: none;
  }

  .static-baseline {
    left: 0;
    overflow: hidden;
  }

  .overscreen-picture-container.seventy-percent, .overscreen-picture-container.fifty-percent {
    max-width: 100%;
  }

  .title, .offset-top {
    margin-top: 0 !important;
  }

  .button-group {
    justify-content: center;
  }

  #contact .logo {
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-left: 0;
  }

  .footer-content {
    margin-left: 0;
    text-align: center;
  }

  .contact-columns {
    flex-direction: column;
    text-align: center;
  }
  .contact-columns > div {
    margin: 0.6rem 0;
  }
}
html {
  font-size: 100%;
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  font-family: "Work Sans", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  overflow-x: hidden;
}
body.wait {
  cursor: wait;
}
body.fixed {
  overflow: hidden;
}
body.modal-open {
  overflow: hidden;
}



@media screen and (max-width: 400px) {
  .logos-grid{
    grid-template-columns: repeat(1, 1fr);
  }
}