.navbar {
  z-index: 999;
  background-color: #e2e6e7;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1280px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.image {
  height: 70px;
}

.link-block-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .6;
  color: #0b1a31;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  text-decoration: none;
  display: flex;
}

.link-block-nav:hover {
  opacity: 1;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 20px;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  height: 32px;
  display: flex;
}

.section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #e2e6e7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 50px;
  display: flex;
}

.section.cat, .section.es, .section.it, .section.fr {
  display: none;
}

.heading {
  color: #0b1a31;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: New York, sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-5 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 90vw;
  max-width: 1280px;
  display: flex;
}

.text-span {
  font-weight: 700;
}

.image-3 {
  width: 40%;
  margin-left: 100px;
}

.div-block-6 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-7 {
  width: 300px;
}

.text2 {
  color: #0b1a31;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.text-span-2 {
  font-family: Lobster, sans-serif;
  font-size: 60px;
}

.image-3-copy {
  width: 30%;
}

.text-block {
  font-family: Inter, sans-serif;
  line-height: 1.2;
  position: relative;
}

.text3 {
  color: #8893a3;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.text3.white {
  color: #fff;
}

.div-block-8 {
  opacity: .6;
  border-bottom: 1px solid #c9cfd8;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.div-block-8:hover {
  opacity: 1;
}

.image-4 {
  height: 10px;
  margin-left: -4px;
}

.div-block-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.image-5 {
  width: 100%;
  max-width: 1280px;
}

.div-block-10 {
  background-color: #e2e6e7;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90vw;
  max-width: 1280px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.div-block-10-copy {
  background-color: #93a3a7;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-10-copy.cat, .div-block-10-copy.es, .div-block-10-copy.it, .div-block-10-copy.fr {
  display: none;
}

.div-block-12 {
  background-color: #93a3a7;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  top: -60px;
  right: 100px;
}

.div-block-13 {
  background-color: #e2e6e7;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
  transform: rotate(-20deg);
}

.text-handwritten {
  color: #0b1a31;
  text-align: center;
  margin-bottom: 0;
  font-family: Playwrite BE VLG, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.text4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-6 {
  width: 16px;
  height: 16px;
}

.div-block-15 {
  flex-flow: column;
  width: 90vw;
  max-width: 1280px;
  display: flex;
}

.section-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-2.cat, .section-2.es, .section-2.it, .section-2.fr {
  display: none;
}

.div-block-16 {
  width: 100%;
  text-decoration: none;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.div-block-19 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-20 {
  background-color: #0b1a31;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 14px;
  height: 2px;
}

.div-block-21 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  margin-left: 10px;
  display: flex;
}

.div-block-22 {
  margin-bottom: 10px;
}

.image-2-copy {
  width: 6px;
  overflow: visible;
  transform: rotate(90deg);
}

.div-block-23 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.language {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0b1a31;
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: center;
  height: 32px;
  padding: 6px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.language:hover {
  opacity: 1;
}

.div-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 105px;
  display: none;
  overflow: hidden;
}

.link-block-nav-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0b1a31;
  justify-content: flex-end;
  align-items: center;
  padding: 6px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-nav-copy:hover {
  background-color: #f5f5f5;
}

.div-block-25 {
  z-index: 10;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 102px;
  display: flex;
  position: relative;
}

.div-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .div-block {
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
  }

  .image {
    height: 5vw;
  }

  .link-block-nav {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    padding: .6vw 1vw;
  }

  .image-2 {
    width: 2vw;
  }

  .div-block-4 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    height: 3.2vw;
  }

  .section {
    padding-top: 12vw;
    padding-bottom: 5vw;
  }

  .heading {
    font-size: 7vw;
  }

  .div-block-6 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-7 {
    width: 28vw;
  }

  .text2 {
    font-size: 1.8vw;
  }

  .text-block {
    font-size: 1.4vw;
  }

  .text3 {
    margin-bottom: 1vw;
    font-size: 1.6vw;
  }

  .div-block-8 {
    padding-top: .5vw;
    padding-bottom: .5vw;
  }

  .image-4 {
    height: 1.2vw;
    margin-left: -.4vw;
  }

  .div-block-11 {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .div-block-12 {
    width: 12vw;
    height: 12vw;
    top: -6vw;
    right: 10vw;
  }

  .div-block-13 {
    width: 11vw;
    height: 11vw;
  }

  .text-handwritten {
    font-size: 1.6vw;
  }

  .text4 {
    font-size: 1.8vw;
  }

  .div-block-14 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-bottom: 1vw;
  }

  .image-6 {
    width: 1.5vw;
    height: 1.5vw;
  }

  .section-2 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .div-block-17 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .image-7 {
    height: 30vw;
  }

  .div-block-18 {
    margin-bottom: 1vw;
  }

  .image-2-copy {
    width: .5vw;
  }

  .language {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    border-radius: .5vw;
    width: 10vw;
    height: 3.2vw;
    padding: .6vw 1vw;
  }

  .div-block-24 {
    width: 12vw;
    display: none;
  }

  .link-block-nav-copy {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    padding: .6vw 1vw;
  }

  .div-block-25 {
    width: auto;
  }

  .div-block-26, .div-block-27 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .image {
    height: 11vw;
  }

  .image-2 {
    width: 3vw;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 12.5vw;
  }

  .section {
    padding-top: 24vw;
    padding-bottom: 6vw;
  }

  .section.fr {
    display: none;
  }

  .heading {
    font-size: 10vw;
  }

  .text2 {
    font-size: 4vw;
  }

  .text-block {
    font-size: 3vw;
  }

  .text3 {
    margin-bottom: 2vw;
    font-size: 4vw;
  }

  .text3.white {
    font-size: 4vw;
  }

  .image-4 {
    height: 3vw;
    margin-left: -1.5vw;
  }

  .div-block-9 {
    display: none;
  }

  .image-5 {
    object-fit: cover;
    min-height: 50vw;
  }

  .div-block-11 {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .div-block-12 {
    width: 22vw;
    height: 22vw;
    top: -11vw;
    right: 0;
  }

  .div-block-13 {
    width: 20vw;
    height: 20vw;
  }

  .text-handwritten {
    font-size: 3vw;
  }

  .text4 {
    font-size: 4vw;
    font-weight: 400;
  }

  .div-block-14 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .image-6 {
    width: 3vw;
    height: 3vw;
  }

  .section-2 {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .div-block-17 {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
  }

  .image-7 {
    height: 50vw;
  }

  .div-block-18 {
    margin-bottom: 2vw;
  }

  .image-2-copy {
    width: 1.2vw;
  }

  .language {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    border-radius: 1vw;
    width: 21vw;
    height: 5.5vw;
    padding: 1vw 2vw;
  }

  .div-block-24 {
    width: 23vw;
    display: none;
  }

  .link-block-nav-copy {
    padding: 1.2vw 2vw;
  }

  .div-block-26 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    display: flex;
  }

  .div-block-27 {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }
}


@font-face {
  font-family: 'New York';
  src: url('../fonts/NewYork-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}