.column {
  background-color: #fff;
  border-left: 1px #000;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  display: block;
}

.column-2 {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  inset: 0% 0% 0% auto;
}

.logo {
  float: left;
  color: #000;
  margin-top: 26px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 4px;
  font-family: "Sharpgrotesk Book 15", Verdana, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: block;
  position: relative;
}

.background-video {
  float: none;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.container {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-left: 50%;
  margin-right: 0;
  padding-left: 15px;
  display: block;
}

.navbar {
  z-index: 80;
  background-color: #ddd0;
  width: 100%;
  position: fixed;
}

.big-title {
  color: #000;
  text-transform: uppercase;
  font-family: "Sharpgrotesk 15", Verdana, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 47px;
}

.title-01 {
  color: #000;
  font-variation-settings: "wght" 410, "wdth" 86.6;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 15px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 34px;
  line-height: 43px;
}

.button {
  color: #000;
  font-variation-settings: "wght" 351, "wdth" 90.1;
  letter-spacing: .3px;
  background-color: #fff0;
  border: 1.5px solid #0000001a;
  border-radius: 4px;
  margin-top: 12px;
  margin-left: 15px;
  padding: 4px 12px 4px 13px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.button:hover {
  background-color: #f7f7f7;
}

.hightlight-2-products {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  aspect-ratio: auto;
  object-fit: cover;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 114px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subtitle {
  color: #000;
  text-transform: uppercase;
  font-family: "Sharpgrotesk 15", Verdana, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 47px;
}

.logo2 {
  float: left;
  color: #000;
  margin-top: 26px;
  margin-left: 0;
  padding-left: 0;
  font-family: "Sharpgrotesk 15", Verdana, sans-serif;
  font-size: 30px;
  font-weight: 600;
  display: block;
  position: relative;
}

.menu-button {
  float: right;
  clear: none;
  padding-right: 30px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-button.w--open {
  text-align: right;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-menu {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-top: 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-link {
  color: #000;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 36px;
  font-family: "Sharpgrotesk 15", Verdana, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1px;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
}

.nav-link:hover {
  color: #afafaf;
}

.nav-link:focus {
  color: #474747;
}

.nav-link.w--current {
  color: #b9b9b9;
}

.industry {
  color: #646464;
  font-variation-settings: "wght" 383, "wdth" 96;
  letter-spacing: .5px;
  height: 20px;
  margin-bottom: 0;
  padding-right: 7px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 12px;
}

.title_thumb-line-01 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  white-space: pre-wrap;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: "Sharpgrotesk 15", Verdana, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.intro_thumb {
  font-variation-settings: "wght" 282, "wdth" 96;
  width: auto;
  height: auto;
  margin-top: 7px;
  padding-top: 0;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.product-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.product-02 {
  display: block;
}

.image_small {
  aspect-ratio: auto;
  opacity: 1;
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  display: block;
  overflow: clip;
}

.hightlight-big-product {
  width: 100%;
  height: auto;
  margin-top: 33px;
  padding-left: 15px;
  padding-right: 15px;
}

.image_large {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 0;
  height: 500px;
  position: static;
  inset: 0%;
  overflow: auto;
}

.title_thumb-01-large {
  font-variation-settings: "wdth" 96, "wght" 175;
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 5px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 37px;
  line-height: 27px;
}

.div-block-3 {
  width: auto;
  height: auto;
  margin-top: 43px;
}

.text-block {
  font-variation-settings: "wght" 351, "wdth" 92.3, "slnt" 0;
  margin-top: 18px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.extrabold-title {
  clear: left;
  color: #000;
  text-transform: uppercase;
  font-family: "Sharpgrotesk 15", Verdana, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 67px;
}

.manifesto {
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 162px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 30px;
}

.title_thumb-line-02 {
  color: #7e7e7e;
  text-align: center;
  text-transform: none;
  white-space: pre-wrap;
  margin-top: -9px;
  margin-bottom: 5px;
  font-family: "Sharpgrotesk Book 15", Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.title_thumb-02-large {
  font-variation-settings: "wdth" 96, "wght" 421;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 37px;
  line-height: 27px;
}

.subtitle-green {
  color: #7ff105;
  font-variation-settings: "wght" 651, "wdth" 96, "slnt" 0;
  text-transform: uppercase;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 47px;
}

.container_smallthumbnail {
  flex: 0 auto;
  width: auto;
  height: auto;
  text-decoration: none;
  display: block;
}

.rollover {
  background-color: #7ff105;
  width: 0%;
  height: 10px;
  margin-top: 10px;
  transform: translate(0);
}

.link-block {
  z-index: 20;
  box-sizing: border-box;
  float: left;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #a81f1f80;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 50%;
  display: block;
  overflow: visible;
}

.picto {
  z-index: 10;
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: 0;
  object-fit: scale-down;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 220px;
  margin-top: 20px;
  font-size: 10px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
  transform: scale(1);
}

.picto_big {
  width: 100%;
  height: 500px;
  display: block;
  position: absolute;
  overflow: visible;
  transform: scale(.1);
}

.text-block-3 {
  font-variation-settings: "wght" 544, "wdth" 90;
  margin-top: 64px;
  padding-left: 15px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 16px;
}

.bold-text-3 {
  color: #bbb;
  font-variation-settings: "wght" 362, "wdth" 90;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
}

.courant {
  text-align: justify;
  margin-top: -5px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 10%;
  font-family: "Sharpgrotesk Book 20", Verdana, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-5 {
  float: left;
  clear: left;
  color: #8f8f8f;
  font-variation-settings: "wght" 335, "wdth" 94.5;
  letter-spacing: .2px;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border: 1px solid #d4d4d4;
  border-style: solid none;
  border-radius: 2px;
  width: 70%;
  margin-top: -1px;
  margin-left: 15px;
  margin-right: 0;
  padding: 5px 40px 3px 10px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 13px;
  display: block;
  overflow: visible;
}

.text-block-6 {
  float: none;
  margin-top: 22px;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: "Sharpgrotesk 15", Verdana, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: block;
  position: static;
}

.button-2 {
  float: left;
  clear: left;
  color: #fff;
  background-color: #000;
  margin-top: 8px;
  margin-bottom: 23px;
  margin-left: 14px;
  padding-bottom: 8px;
  font-family: "Sharpgrotesk 15", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.extrabold-title-prod {
  clear: left;
  color: #000;
  font-variation-settings: "wdth" 90, "wght" 501;
  text-transform: none;
  margin-top: 17px;
  margin-left: 15px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 40px;
  line-height: 53px;
}

.text-block-3-copy {
  font-variation-settings: "wght" 544, "wdth" 90;
  margin-top: 0;
  padding-left: 15px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 16px;
}

.text-block-8 {
  font-variation-settings: "wght" 367, "wdth" 92.9;
  margin-top: 30px;
  margin-left: 15px;
  padding-right: 20%;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.link {
  color: #000;
  font-variation-settings: "wght" 640, "wdth" 92.9, "slnt" 0;
  text-decoration: none;
}

.div-block-4 {
  clear: left;
  background-color: #7ff105;
  width: 70px;
  height: 2px;
  margin-top: 317px;
  margin-left: 15px;
}

.div-block-5 {
  height: 600px;
}

.div-block-6 {
  float: none;
  clear: none;
  text-align: left;
  border: 2px solid #00000014;
  border-radius: 50px;
  width: 80px;
  height: 80px;
}

.div-block-7 {
  float: left;
  width: 90px;
  height: 90px;
  margin-top: 18px;
  margin-left: 15px;
}

.text-block-10 {
  color: #7ff105;
  font-variation-settings: "wght" 517, "wdth" 90;
  text-align: center;
  margin-top: 6px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 12px;
}

.image-3 {
  float: none;
  clear: none;
  text-align: left;
  width: 80px;
  height: 80px;
  margin-top: 0;
  position: static;
  inset: 0% auto auto 0%;
  overflow: clip;
  transform: scale(.6);
}

.product_title02 {
  padding-left: 15px;
}

.title-02 {
  margin-top: -6px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
}

.welcome {
  font-variation-settings: "wdth" 87.6, "wght" 287, "slnt" 0;
  text-transform: uppercase;
  margin-top: 21px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 29px;
  line-height: 26px;
}

.creation {
  float: none;
  color: #000;
  font-variation-settings: "wght" 223, "wdth" 90;
  text-align: left;
  text-transform: uppercase;
  background-color: #fff0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.div-block-10 {
  background-color: #fff;
  width: 75%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 155px;
  padding-left: 20px;
}

.creation-text {
  color: #000;
  font-variation-settings: "wght" 196, "wdth" 95, "slnt" 0;
  text-align: left;
  -webkit-text-stroke-color: #000;
  background-color: #fff0;
  height: auto;
  margin-top: 58px;
  margin-left: 0;
  padding: 0 20px 15px 0;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 20px;
}

.div-block-11 {
  background-image: url('../images/concept_04_GUARDIAN_SD.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 700px;
  margin: 139px 0 158px 15px;
}

.creation-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  text-transform: none;
  background-color: #fff0;
  height: auto;
  margin-top: 57px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0%;
  font-family: "Sharpgrotesk Book 15", Verdana, sans-serif;
  font-size: 29px;
  line-height: 27px;
}

.creation2 {
  float: none;
  color: #000;
  font-variation-settings: "wght" 528, "wdth" 90;
  text-align: left;
  text-transform: uppercase;
  background-color: #fff0;
  height: auto;
  margin-top: -13px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.text-block-11 {
  color: #fff;
  font-variation-settings: "wdth" 90, "wght" 308;
  margin-top: 36px;
  margin-bottom: 0;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 19px;
}

.text-block-12 {
  color: #7ff105;
  font-variation-settings: "wdth" 75, "wght" 100;
  letter-spacing: -59px;
  margin-top: 190px;
  margin-bottom: 115px;
  margin-left: 0;
  padding-left: 0;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 370px;
}

.div-block-12 {
  background-color: #7ff105;
  border: 0 #000;
  width: 287px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 19px;
  margin-left: 0;
}

.section {
  height: auto;
  margin-top: 170px;
  font-size: 21px;
}

.section-2 {
  height: 110px;
}

.button-3 {
  opacity: 1;
  color: #d87676;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: url('../images/Fichier-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2.5px solid #000;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.button_linkedin {
  background-color: #3898ec00;
  background-image: url('../images/Fichier-1.png');
  background-position: 53% 43%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-top: 6px;
  padding-left: 0;
}

.button_instagram {
  background-color: #3898ec00;
  background-image: url('../images/Fichier-2.png');
  background-position: 49% 48%;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-top: 6px;
  margin-left: 7px;
  padding-left: 0;
}

.button_mail {
  background-color: #3898ec00;
  background-image: url('../images/Fichier-3.png');
  background-position: 49% 48%;
  background-repeat: no-repeat;
  background-size: 23px 19px;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-top: 6px;
  margin-left: 7px;
  padding-left: 0;
}

.button-4 {
  float: left;
  clear: right;
  color: #adadad;
  font-variation-settings: "wght" 367, "wdth" 83;
  letter-spacing: .3px;
  cursor: pointer;
  background-color: #3898ec00;
  border: 1px #5c5c5c;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
  display: inline-block;
}

.button-4:hover {
  color: #000;
}

.div-block-13 {
  height: 200px;
}

.slider {
  background-color: #fff;
  border-radius: 0;
  width: 50%;
  height: 100%;
  padding: 0;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.slide-nav {
  margin-bottom: 30px;
  font-size: 8px;
}

.metawastewear-a {
  background-image: url('../images/MetaWastewear_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/concept_04_GUARDIAN_SD.png');
  background-position: 50%;
  background-size: auto;
}

.icon, .icon-2 {
  opacity: .25;
  font-size: 27px;
}

.detail {
  float: left;
  clear: left;
  color: #fff;
  font-variation-settings: "wght" 383, "wdth" 85.4;
  -webkit-text-fill-color: inherit;
  background-color: #7ff105;
  background-clip: border-box;
  border: 1px #d4d4d4;
  border-radius: 1px;
  margin-top: 6px;
  margin-left: 15px;
  padding: 6px 43px 6px 10px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 16px;
  display: block;
  overflow: visible;
}

.popup {
  z-index: 100;
  text-align: center;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20%;
  font-family: "Sharpgrotesk 20", Verdana, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 55px;
  position: static;
  inset: 40% 0% 0%;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  margin-top: 6px;
  font-family: "Sharpgrotesk 15", Verdana, sans-serif;
  font-size: 21px;
  font-weight: 300;
  position: static;
}

.link-2 {
  color: #fff;
}

.button-5 {
  color: #b44949;
  background-color: #3898ec00;
  background-image: url('../images/icons8-effacer-150.svg');
  background-position: 0 0;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-top: 32px;
}

.link-3 {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}

.link-block-2 {
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.link-block-3 {
  z-index: 20;
  background-color: #0000;
  width: 100%;
  height: 62%;
  position: absolute;
}

.logo3 {
  float: left;
  color: #000;
  font-variation-settings: "wght" 357, "wdth" 93;
  margin-top: 26px;
  margin-left: 2px;
  padding-left: 0;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: block;
  position: relative;
}

.aster {
  float: none;
  color: #fff;
  font-variation-settings: "wght" 100, "wdth" 93;
  margin-top: 68px;
  margin-left: -2px;
  padding-left: 0;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  display: block;
  position: static;
}

.products_zone {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch flex-start;
  place-items: stretch stretch;
  margin-top: 28px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image_container {
  z-index: 10;
  float: none;
  width: 280px;
  height: 380px;
  display: block;
  position: relative;
  overflow: clip;
}

.button-6 {
  z-index: 500;
  float: right;
  clear: none;
  background-color: #fff0;
  background-image: url('../images/noun-bag-958239.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 28px;
  height: 27px;
  margin-top: 18px;
  margin-right: 56px;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0 0% auto;
}

.mask {
  border-radius: 0;
  height: 100%;
}

.video {
  height: 100%;
}

.accordion-wrapper {
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 10%;
}

.accordion {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 0;
}

.accordion-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px 8px 10px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 16px;
  display: flex;
}

.accordion-panel {
  display: none;
}

.text-block-15 {
  font-variation-settings: "wght" 373, "wdth" 92.6, "slnt" 0;
  letter-spacing: -.3px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.paragraph {
  padding: 0 15px 15px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: block;
  overflow: visible;
}

.link-block-4 {
  background-image: url('../images/noun-plus-5272324.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text_open {
  font-variation-settings: "wght" 314, "wdth" 93;
  text-align: justify;
  width: 95%;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 15px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.separation {
  width: 100%;
  height: 40px;
}

.div-block-16 {
  padding-left: 0;
  display: none;
}

.text-block-16 {
  float: left;
  color: #b9b9b9;
  font-variation-settings: "wght" 431, "wdth" 85;
  letter-spacing: .4px;
  border-top: 1px #000;
  border-bottom: 1px dotted #b1b1b1;
  margin-left: 15px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.metawastewear-video {
  height: 100vh;
}

.slide-3 {
  background-image: url('../images/flooding_A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/flooding_B.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.text-block-17 {
  font-variation-settings: "wght" 378, "wdth" 96.4, "slnt" 0;
  margin-top: 5px;
  margin-bottom: 9px;
  margin-left: 15px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 23px;
  display: none;
}

.bold-text-4 {
  font-variation-settings: "wght" 308, "wdth" 96.4, "slnt" 0;
  font-size: 24px;
}

.bold-text-5 {
  font-family: "Sharpgrotesk 15", Verdana, sans-serif;
  font-size: 33px;
  font-weight: 400;
}

.link-4 {
  color: #fff;
}

.infoprice {
  color: #a0a0a0;
  font-variation-settings: "wght" 314, "wdth" 93;
  text-align: justify;
  margin-top: 3px;
  margin-bottom: 19px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 10%;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
}

.legal-mentions {
  color: #b1b1b1;
  font-variation-settings: "wght" 314, "wdth" 93, "slnt" 0;
  text-align: justify;
  height: auto;
  margin: 69px 10% 0 15px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

.link-5 {
  color: #b1b1b1;
}

.bold-text-6 {
  font-variation-settings: "wght" 303, "wdth" 92, "slnt" 0;
  letter-spacing: 0;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.bold-in-accordion {
  font-variation-settings: "wght" 597, "wdth" 93;
}

.bold-text-7 {
  line-height: 18px;
}

.slide-5 {
  background-image: url('../images/Havenstrom-B.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-6 {
  background-image: url('../images/Havenstrom-B.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-video-3 {
  height: 100vh;
}

.havendtrom-a {
  background-image: url('../images/Havenstrom-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.havenstrom-b {
  background-image: url('../images/Havenstrom-B.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.havenstrom-video {
  height: 100%;
}

.tastygrillz-a {
  background-image: url('../images/TastyGrillz-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tastygrillz-b {
  background-image: url('../images/TastyGrillz-B.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.climaticpufferjacket-video {
  width: 100%;
  height: 100%;
}

.climaticpufferjacket-b {
  background-image: url('../images/ClimaticPufferJacket-B.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.climaticpufferjacket-c {
  background-image: url('../images/ClimaticPufferJacket-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-video-4 {
  height: 100vh;
}

.havenstrom-d {
  background-image: url('../images/Havenstrom-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-video-5 {
  height: 100%;
}

.bold-text-8 {
  font-variation-settings: "wght" 303, "wdth" 93;
}

.athens-a {
  background-image: url('../images/Athens-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.athens-b {
  background-image: url('../images/Athens-02-B.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo_coperni {
  z-index: 200;
  float: right;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-image: url('../images/MetaWastwear_logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  width: 15%;
  height: 15%;
  margin-top: 5%;
  margin-right: 5%;
  position: relative;
}

.logo_vollebak {
  z-index: 200;
  float: right;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-image: url('../images/vollebak_logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  width: 15%;
  height: 15%;
  margin-top: 5%;
  margin-right: 5%;
  position: relative;
}

.logo_pzaz {
  z-index: 200;
  float: right;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-image: url('../images/pzaz_logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  width: 17%;
  height: 15%;
  margin-top: 5%;
  margin-right: 5%;
  position: relative;
}

.marque {
  text-transform: uppercase;
  margin-top: 203px;
  margin-left: 15px;
  font-family: "Sharpgrotesk Book 15", Verdana, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.biglogo {
  color: #000;
  font-variation-settings: "wght" 410, "wdth" 86.6;
  margin-top: 166px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 15px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 34px;
  line-height: 43px;
}

.title_thumb-line-03 {
  z-index: 300;
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: none;
  white-space: pre-wrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 40px;
  margin-top: 29px;
  margin-bottom: 0;
  padding: 0;
  font-family: "Sharpgrotesk 10", Verdana, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 27px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
  transform: rotate(-90deg);
}

.text-block-18 {
  float: left;
  font-variation-settings: "wght" 415, "wdth" 87.6, "slnt" 0;
  margin-top: 29px;
  padding-left: 4px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  position: relative;
}

.footer-text {
  clear: left;
  font-variation-settings: "wght" 453, "wdth" 83, "slnt" 0;
  text-transform: uppercase;
  margin-top: -8px;
  margin-bottom: 3px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.footer {
  height: 110px;
  margin-top: 187px;
  padding-left: 15px;
  position: static;
}

.space {
  float: left;
  clear: right;
  color: #e2e2e2;
  font-variation-settings: "wght" 308, "wdth" 86, "slnt" 0;
  width: auto;
  padding-left: 3px;
  padding-right: 5px;
  font-family: Ttnormsprovariable, Arial, sans-serif;
  font-size: 17px;
  line-height: 17px;
  display: block;
}

.div-block-18 {
  height: 230px;
}

.div-block-19 {
  opacity: 1;
  background-image: url('../images/Sans-titre---3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: -5px;
  padding-left: 0;
}

.div-block-19:hover {
  opacity: .24;
}

@media screen and (max-width: 991px) {
  .button-6 {
    width: 32px;
    height: 29px;
    margin-top: 18px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .button {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .space {
    padding-right: 3px;
  }

  .div-block-19 {
    height: 43px;
  }
}

@media screen and (max-width: 479px) {
  .column {
    background-color: #fff;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    clear: none;
    height: 85vh;
    position: static;
  }

  .logo {
    font-variation-settings: "wght" 282, "wdth" 93, "slnt" 0;
    margin-top: 15px;
    padding-right: 2px;
    font-size: 24px;
  }

  .background-video {
    width: 100%;
    height: 85vh;
  }

  .container {
    margin-left: 0%;
    padding-top: 2px;
    padding-left: 15px;
  }

  .navbar {
    background-color: #fff;
    height: 50px;
  }

  .big-title {
    font-variation-settings: "wght" 303, "wdth" 90, "slnt" 0;
    margin-left: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .title-01 {
    font-variation-settings: "wght" 512, "wdth" 86.6, "slnt" 0;
    margin-top: 7px;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 24px;
    line-height: 31px;
  }

  .button {
    font-variation-settings: "wght" 351, "wdth" 90.1, "slnt" 0;
    margin-top: 8px;
    padding-left: 15px;
    font-size: 13px;
  }

  .hightlight-2-products {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .subtitle {
    font-variation-settings: "wght" 651, "wdth" 90, "slnt" 0;
    padding-left: 15px;
    font-size: 30px;
    line-height: 0;
  }

  .logo2 {
    font-variation-settings: "wght" 608, "wdth" 93, "slnt" 0;
    margin-top: 15px;
    font-size: 24px;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button {
    margin-top: 3px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 15px;
  }

  .menu-button.w--open {
    width: 100%;
    height: 100vh;
  }

  .nav-menu {
    width: 100%;
    padding-top: 16%;
    position: fixed;
    inset: 0%;
  }

  .nav-link {
    font-variation-settings: "wght" 164, "wdth" 90, "slnt" 0;
    padding-top: 17px;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 8px;
    position: relative;
    inset: auto 0% 0%;
  }

  .industry {
    font-variation-settings: "wght" 458, "wdth" 96, "slnt" 0;
    margin-bottom: 2px;
    padding-left: 15px;
    font-size: 16px;
  }

  .title_thumb-line-01 {
    margin-top: 3px;
    padding-left: 0;
    font-size: 14px;
  }

  .intro_thumb {
    font-variation-settings: "wght" 282, "wdth" 96, "slnt" 0;
    margin-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-01 {
    padding-right: 0;
  }

  .image_small {
    height: 230px;
  }

  .hightlight-big-product {
    background-color: #fff0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .div-block-3 {
    overflow: visible;
  }

  .text-block {
    font-variation-settings: "wdth" 96, "wght" 346, "slnt" 0;
    font-size: 16px;
    line-height: 22px;
  }

  .extrabold-title {
    font-variation-settings: "wdth" 91, "wght" 640, "slnt" 0;
    letter-spacing: -1px;
    font-size: 55px;
    line-height: 46px;
  }

  .manifesto {
    width: 100%;
    margin-top: 40px;
    padding-right: 5%;
  }

  .title_thumb-line-02 {
    margin-top: -11px;
    padding-left: 0;
    font-size: 14px;
  }

  .subtitle-green {
    margin-left: 15px;
    font-size: 35px;
    line-height: 0;
  }

  .container_smallthumbnail {
    height: auto;
  }

  .text-block-3 {
    margin-top: 50px;
    padding-right: 20%;
  }

  .bold-text-3 {
    font-variation-settings: "wght" 362, "wdth" 90, "slnt" 0;
  }

  .courant {
    font-variation-settings: "wght" 314, "wdth" 90, "slnt" 0;
    text-align: left;
    margin-top: 0;
    padding-bottom: 10px;
    padding-right: 5%;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-5 {
    color: #c5c5c5;
    font-variation-settings: "wght" 383, "wdth" 85.4, "slnt" 0;
    -webkit-text-stroke-color: #d1d1d1;
    margin-top: 7px;
    font-size: 14px;
  }

  .text-block-6 {
    font-variation-settings: "wght" 570, "wdth" 84.7, "slnt" 0;
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 23px;
  }

  .button-2 {
    font-variation-settings: "wght" 266, "wdth" 93, "slnt" 0;
    margin-top: -3px;
    padding-top: 9px;
    padding-bottom: 8px;
  }

  .extrabold-title-prod {
    font-variation-settings: "wdth" 90, "wght" 533, "slnt" 0;
    margin-bottom: 12px;
    padding-bottom: 0;
    font-size: 45px;
    line-height: 35px;
  }

  .text-block-3-copy {
    height: 20%;
  }

  .text-block-8 {
    font-variation-settings: "wght" 367, "wdth" 92.9, "slnt" 0;
    margin-bottom: 11px;
    padding-right: 10%;
  }

  .div-block-4 {
    margin-top: 213px;
    margin-bottom: 33px;
  }

  .div-block-6 {
    text-align: center;
    width: 60px;
    height: 60px;
  }

  .div-block-7 {
    text-align: center;
    width: 90px;
    height: auto;
    margin-left: 0;
  }

  .text-block-10 {
    float: none;
    font-variation-settings: "wght" 517, "wdth" 90, "slnt" 0;
    width: 100%;
    position: static;
    inset: 0%;
  }

  .image-3 {
    transform: translate(0, -11px)scale(.6);
  }

  .title-02 {
    padding-top: 12px;
    padding-left: 0;
  }

  .welcome {
    font-variation-settings: "wdth" 89.2, "wght" 266, "slnt" 0;
    letter-spacing: 0;
    margin-top: 15px;
    font-size: 25px;
  }

  .div-block-10 {
    width: 100%;
    height: 690px;
    margin-left: 0;
  }

  .creation-text {
    font-variation-settings: "wght" 186, "wdth" 90, "slnt" 0;
    padding-right: 0;
    font-size: 16px;
  }

  .creation-copy {
    font-variation-settings: "wght" 186, "wdth" 90, "slnt" 0;
    margin-top: -7px;
    padding-top: 0;
    font-size: 24px;
    line-height: 25px;
  }

  .text-block-11 {
    font-variation-settings: "wdth" 90, "wght" 212, "slnt" 0;
    font-size: 19px;
  }

  .section {
    height: auto;
    margin-top: 79px;
  }

  .button-4 {
    font-variation-settings: "wght" 250, "wdth" 90, "slnt" 0;
    letter-spacing: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 2px;
    padding-right: 0;
    font-size: 12px;
  }

  .slider {
    width: auto;
    height: 85vh;
    margin-left: 0;
    padding-top: 50px;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .slide-nav {
    margin-bottom: 0%;
    font-size: 8px;
  }

  .metawastewear-a {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-2 {
    background-repeat: no-repeat;
    background-size: 780px;
  }

  .icon {
    opacity: 100;
    color: #fff;
    font-size: 30px;
    display: none;
  }

  .icon-2 {
    opacity: 1;
    color: #fff;
    font-size: 30px;
    display: none;
    overflow: visible;
  }

  .right-arrow {
    display: block;
  }

  .div-block-14 {
    box-sizing: border-box;
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: start;
    width: 100%;
    display: block;
    position: static;
    inset: 0%;
  }

  .detail {
    color: #fff;
    font-variation-settings: "wght" 319, "wdth" 85.4, "slnt" 0;
    -webkit-text-stroke-color: #d1d1d1;
    background-color: #7ff105;
    border-style: none;
    margin-top: 7px;
    margin-left: 15px;
    padding: 5px 43px 5px 10px;
    font-size: 16px;
  }

  .popup {
    background-color: #1a1a1a;
    height: auto;
    display: none;
  }

  .text-block-13 {
    margin-top: 70%;
    font-size: 33px;
  }

  .text-block-14 {
    font-size: 17px;
  }

  .link-3 {
    width: 90%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .logo3 {
    font-variation-settings: "wght" 373, "wdth" 93, "slnt" 0;
    margin-top: 15px;
    font-size: 24px;
  }

  .aster {
    font-variation-settings: "wght" 164, "wdth" 93, "slnt" 0;
    margin-top: 0;
    padding-top: 120px;
    font-size: 80px;
  }

  .products_zone {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: grid;
  }

  .image_container {
    width: 170px;
    height: 230px;
  }

  .button-6 {
    width: 25px;
    height: 23px;
    margin-top: 14px;
    margin-right: 41px;
  }

  .mask {
    aspect-ratio: auto;
    object-fit: fill;
    height: 100%;
    margin-top: 0;
    overflow: hidden;
  }

  .accordion-wrapper {
    margin-right: 5%;
  }

  .accordion-panel {
    font-size: 20px;
    display: none;
  }

  .text-block-15 {
    font-variation-settings: "slnt" 0, "wght" 383, "wdth" 93;
    font-size: 14px;
  }

  .link-block-4 {
    width: 10px;
    height: 10px;
  }

  .text_open {
    font-variation-settings: "wght" 314, "wdth" 90, "slnt" 0;
    padding-bottom: 15px;
    font-size: 13.5px;
    line-height: 18px;
    display: block;
  }

  .text-block-16 {
    font-variation-settings: "wght" 431, "wdth" 85, "slnt" 0;
    letter-spacing: 0;
    font-size: 11px;
  }

  .metawastewear-video {
    width: 100%;
    height: 100%;
  }

  .slide-3 {
    background-repeat: no-repeat;
    background-size: 780px;
  }

  .bold-text-4 {
    font-size: 18px;
  }

  .bold-text-5 {
    font-variation-settings: "wght" 464, "wdth" 86.6, "slnt" 0;
    font-size: 25px;
  }

  .link-4 {
    color: #fff;
  }

  .infoprice {
    font-variation-settings: "wght" 314, "wdth" 90, "slnt" 0;
    padding-bottom: 10px;
    padding-right: 5%;
    font-size: 14px;
    line-height: 16px;
  }

  .bold-text-6 {
    font-variation-settings: "wght" 303, "wdth" 85.1, "slnt" 0;
    text-align: left;
  }

  .bold-in-accordion {
    font-variation-settings: "wght" 597, "wdth" 93, "slnt" 0;
  }

  .havendtrom-a {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    padding-right: 0;
  }

  .havenstrom-b {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .havenstrom-video {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .tastygrillz-a {
    object-fit: fill;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .tastygrillz-b {
    background-size: auto 100%;
  }

  .climaticpufferjacket-video {
    width: 100%;
    height: 100%;
  }

  .climaticpufferjacket-b {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .climaticpufferjacket-c {
    background-image: url('../images/ClimaticPufferJacket-A.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 500px;
    background-attachment: scroll;
  }

  .slide-7 {
    background-image: url('../images/ClimaticPufferJacket-A.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .background-video-4 {
    overflow: hidden;
  }

  .havenstrom-d {
    object-fit: contain;
    background-image: url('../images/Havenstrom-A.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 0;
  }

  .image-4 {
    object-fit: contain;
    object-position: 50% 50%;
    height: 100%;
  }

  .left-arrow {
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
  }

  .slide-8 {
    height: 100%;
  }

  .background-video-5 {
    margin-top: 0;
  }

  .bold-text-8 {
    font-size: 12px;
    line-height: 10px;
  }

  .athens-a, .athens-b {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .marque {
    margin-top: 25px;
    font-size: 15px;
  }

  .biglogo {
    font-variation-settings: "wght" 512, "wdth" 86.6, "slnt" 0;
    margin-top: 21px;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 24px;
    line-height: 31px;
  }

  .title_thumb-line-03 {
    max-width: 31px;
    margin-top: 36px;
    padding-left: 0;
    font-size: 10px;
    display: none;
  }

  .footer-text {
    font-variation-settings: "wdth" 85.1, "wght" 431, "slnt" 0;
    margin-bottom: -2px;
    font-size: 13px;
    line-height: 22px;
  }

  .footer {
    height: 135px;
  }

  .div-block-19 {
    margin-left: -11px;
  }
}


@font-face {
  font-family: 'Ttnormsprocond Lt';
  src: url('../fonts/TTNormsProCond-Lt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormsprovariable';
  src: url('../fonts/TTNormsProVariable.ttf') format('truetype');
  font-weight: 100 950;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 10';
  src: url('../fonts/SharpGrotesk-SemiBold10.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 15';
  src: url('../fonts/SharpGrotesk-Bold15.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 20';
  src: url('../fonts/SharpGrotesk-MediumItalic20.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 15';
  src: url('../fonts/SharpGrotesk-ThinItalic15.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 20';
  src: url('../fonts/SharpGrotesk-Black20.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 10';
  src: url('../fonts/SharpGrotesk-Black10.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 15';
  src: url('../fonts/SharpGrotesk-Black15.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 10';
  src: url('../fonts/SharpGrotesk-BlackItalic10.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 25';
  src: url('../fonts/SharpGrotesk-Black25.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 05';
  src: url('../fonts/SharpGrotesk-Black05.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk Book 20';
  src: url('../fonts/SharpGrotesk-Book20.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 10';
  src: url('../fonts/SharpGrotesk-BoldItalic10.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 05';
  src: url('../fonts/SharpGrotesk-BoldItalic05.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 25';
  src: url('../fonts/SharpGrotesk-Light25.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 20';
  src: url('../fonts/SharpGrotesk-Light20.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 15';
  src: url('../fonts/SharpGrotesk-BlackItalic15.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk Book 05';
  src: url('../fonts/SharpGrotesk-Book05.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 15';
  src: url('../fonts/SharpGrotesk-MediumItalic15.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 10';
  src: url('../fonts/SharpGrotesk-LightItalic10.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 15';
  src: url('../fonts/SharpGrotesk-LightItalic15.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 20';
  src: url('../fonts/SharpGrotesk-LightItalic20.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 15';
  src: url('../fonts/SharpGrotesk-SemiBold15.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 20';
  src: url('../fonts/SharpGrotesk-SemiBold20.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 25';
  src: url('../fonts/SharpGrotesk-Thin25.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 20';
  src: url('../fonts/SharpGrotesk-Thin20.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 25';
  src: url('../fonts/SharpGrotesk-SemiBold25.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 05';
  src: url('../fonts/SharpGrotesk-SemiBold05.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 05';
  src: url('../fonts/SharpGrotesk-ThinItalic05.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 05';
  src: url('../fonts/SharpGrotesk-Bold05.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 20';
  src: url('../fonts/SharpGrotesk-ThinItalic20.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 05';
  src: url('../fonts/SharpGrotesk-BookItalic05.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk Book 25';
  src: url('../fonts/SharpGrotesk-Book25.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 10';
  src: url('../fonts/SharpGrotesk-Bold10.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 10';
  src: url('../fonts/SharpGrotesk-MediumItalic10.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 05';
  src: url('../fonts/SharpGrotesk-Medium05.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 15';
  src: url('../fonts/SharpGrotesk-BookItalic15.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 10';
  src: url('../fonts/SharpGrotesk-SemiBoldItalic10.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 15';
  src: url('../fonts/SharpGrotesk-Thin15.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 20';
  src: url('../fonts/SharpGrotesk-BlackItalic20.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 05';
  src: url('../fonts/SharpGrotesk-LightItalic05.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 25';
  src: url('../fonts/SharpGrotesk-Bold25.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 20';
  src: url('../fonts/SharpGrotesk-Medium20.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 05';
  src: url('../fonts/SharpGrotesk-Light05.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 20';
  src: url('../fonts/SharpGrotesk-SemiBoldItalic20.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 05';
  src: url('../fonts/SharpGrotesk-Thin05.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 15';
  src: url('../fonts/SharpGrotesk-BoldItalic15.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 05';
  src: url('../fonts/SharpGrotesk-MediumItalic05.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 15';
  src: url('../fonts/SharpGrotesk-SemiBoldItalic15.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk Book 10';
  src: url('../fonts/SharpGrotesk-Book10.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 20';
  src: url('../fonts/SharpGrotesk-Bold20.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 15';
  src: url('../fonts/SharpGrotesk-Medium15.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 10';
  src: url('../fonts/SharpGrotesk-Medium10.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 15';
  src: url('../fonts/SharpGrotesk-Light15.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 10';
  src: url('../fonts/SharpGrotesk-Light10.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 05';
  src: url('../fonts/SharpGrotesk-BlackItalic05.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 10';
  src: url('../fonts/SharpGrotesk-ThinItalic10.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 25';
  src: url('../fonts/SharpGrotesk-Medium25.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 10';
  src: url('../fonts/SharpGrotesk-BookItalic10.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 20';
  src: url('../fonts/SharpGrotesk-BookItalic20.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 10';
  src: url('../fonts/SharpGrotesk-Thin10.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 20';
  src: url('../fonts/SharpGrotesk-BoldItalic20.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 05';
  src: url('../fonts/SharpGrotesk-SemiBoldItalic05.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk Book 15';
  src: url('../fonts/SharpGrotesk-Book15.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}