:root {
  --white: white;
  --indigo: #442591;
  --gold: #ffc802;
  --ghost-white: #f6f2f6;
  --orange: #ffbd60;
  --gold-2: #ffde69;
  --purple: #730d83;
  --gray: #333;
  --light-grey: #d7d7d7;
  --peru: #be9667;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.text-info-line {
  color: #efebe2b3;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #581ea8;
  font-size: 10px;
}

.nav-wrapper {
  align-items: center;
  display: flex;
}

.nav-menu {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  padding-left: 5vw;
  padding-right: 10vw;
  display: flex;
  position: absolute;
}

.brand {
  width: 250px;
  height: auto;
}

.brand.w--current {
  align-items: center;
  width: 190px;
  height: 70px;
  max-height: 184px;
  margin-top: 66px;
  display: flex;
}

.nav-link {
  color: #3d3a31;
  margin-left: 0;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  transition: color .4s;
}

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

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

.container {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  display: flex;
  position: relative;
}

.container.no-max {
  background-color: #fff;
  max-width: none;
}

.image-brand {
  opacity: 1;
  width: 267px;
  max-width: 363px;
  height: 210px;
  max-height: 300px;
  margin: 12px 18px 0 -65px;
  padding-right: 0;
}

.line-horizontal {
  background-color: #3d3a31;
  width: 100%;
  height: 1px;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.brand-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 40;
  opacity: 1;
  background-color: #efebe280;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.container-2 {
  max-width: 100%;
}

.image {
  width: 100%;
  height: auto;
  margin-top: 0;
}

.container-3 {
  max-width: 100%;
}

.container-4 {
  max-width: 1200px;
}

.columns {
  margin: 20px 35px 35px;
}

.div-block {
  background-image: url('../images/pic1_1pic1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  width: 369px;
  height: 482px;
  transition: all .5s;
  display: flex;
}

.div-block:hover {
  transform: scale(.9);
}

.div-block-2 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/pic5_1pic5.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  width: 369px;
  height: 482px;
  transition: all .5s;
  display: flex;
}

.div-block-2:hover {
  transform: scale(.9);
}

.column {
  justify-content: center;
  display: flex;
}

.container-5 {
  max-width: 1200px;
}

.body {
  background-image: url('../images/bg_1bg.webp');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
}

.im1 {
  background-image: url('../images/pic5_1pic5.webp');
  background-position: 50%;
  background-size: cover;
  width: 369px;
  height: 482px;
  transition: all .5s;
}

.im1:hover {
  transform: scale(.9);
}

.column-2 {
  text-align: left;
  height: auto;
}

.image-2 {
  text-align: left;
}

.div-block-3 {
  padding-left: 10px;
}

.div-block-4 {
  background-color: #602c85;
  border-radius: 120px 0;
  margin-top: 65px;
  margin-left: -120px;
  margin-right: 10px;
  padding: 25px;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin: 30px;
  font-family: Lato, sans-serif;
  font-size: 44px;
  line-height: 58px;
}

.heading-2 {
  color: #fff;
  margin: 30px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.container-6 {
  max-width: 1200px;
}

.section {
  background-color: #602c85;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 50px;
}

.image-3 {
  width: 100%;
  height: auto;
}

.columns-2, .section-2 {
  width: auto;
  height: auto;
}

.div-block-5 {
  background-color: var(--white);
  padding: 10px;
}

.div-block-6, .div-block-7 {
  background-color: var(--white);
}

.heading-3 {
  text-align: center;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 37px;
}

.container-7 {
  max-width: 100%;
}

.section-3 {
  margin-top: 0;
}

.column-7 {
  text-align: center;
}

.heading-26 {
  margin-left: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.button {
  text-align: center;
  background-color: #412160;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.button:hover {
  background-color: #945ec9;
}

.heading-23 {
  margin-top: 0;
  margin-left: 15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.heading-25 {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.heading-105 {
  padding-left: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-24 {
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.heading-22 {
  margin-top: 0;
  margin-left: 15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-34 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.container-8 {
  max-width: 1200px;
  padding: 28px 28px 0;
}

.heading-21 {
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.image-19 {
  margin-top: 20px;
}

.div-block-35 {
  text-align: center;
}

.link {
  font-family: Lato, sans-serif;
}

.image-17 {
  margin-top: -20px;
}

.container-9 {
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-16 {
  color: #fff;
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.heading-14 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}

.heading-18 {
  color: #fff;
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.section-5 {
  background-image: url('../images/texturebg-min_1texturebg-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 535px;
}

.heading-19 {
  color: #fff;
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.button-3 {
  background-color: #412160;
  border-radius: 20px;
  font-family: Lato, sans-serif;
}

.button-3:hover {
  background-color: #945ec9;
}

.heading-15 {
  color: #fff;
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.heading-20 {
  color: #fff;
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-33 {
  text-align: center;
}

.section-6 {
  background-color: var(--white);
}

.div-block-27 {
  background-color: #730d83;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -25px;
  margin-bottom: -42px;
  margin-left: 74px;
}

.div-block-19 {
  background-color: #730d83;
  width: 1px;
  height: 5px;
  margin-left: 83px;
}

.bold-text {
  text-decoration: none;
}

.heading-63 {
  margin-bottom: 0;
  padding-left: 70px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.heading-59 {
  text-align: left;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.div-block-20 {
  background-color: #730d83;
  width: 537px;
  height: 5px;
  margin-left: 144px;
}

.heading-64 {
  text-align: left;
  padding-right: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.div-block-22 {
  background-color: #730d83;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: -12px;
  margin-left: 524px;
  display: block;
}

.column-35 {
  margin-top: 187px;
}

.div-block-29 {
  background-color: #730d83;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -12px;
  margin-left: 672px;
}

.heading-65 {
  text-align: left;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.heading-61 {
  text-align: left;
  margin-bottom: 0;
  margin-left: -6px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.column-39 {
  text-align: left;
  margin-top: 158px;
}

.column-38 {
  margin-top: 48px;
  padding-right: 125px;
}

.heading-58 {
  text-align: left;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.column-36 {
  margin-top: 60px;
  padding-right: 113px;
}

.div-block-18 {
  background-color: #730d83;
  width: 586px;
  height: 5px;
  margin-left: 115px;
}

.heading-62 {
  text-align: left;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.div-block-21 {
  background-color: #730d83;
  width: 1px;
  height: 5px;
  margin-left: 77px;
  padding-top: 0;
}

.column-34 {
  margin-top: 239px;
}

.section-7 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 60px;
  line-height: 19px;
  display: block;
}

.column-37 {
  margin-top: -30px;
}

.div-block-16 {
  background-color: #730d83;
  width: 383px;
  height: 5px;
  margin-left: 155px;
}

.container-10 {
  text-align: center;
  max-width: 1300px;
}

.bold-text-7 {
  text-align: left;
}

.div-block-15 {
  background-color: #730d83;
  width: 1px;
  height: 5px;
  margin-left: 71px;
}

.column-41 {
  margin-top: -22px;
}

.div-block-37 {
  background-image: url('../images/mansuit2_2mansuit2.webp');
  background-position: 50%;
  background-size: auto;
  height: 795px;
}

.heading-60 {
  text-align: left;
  margin-bottom: 5px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.div-block-26 {
  background-color: #730d83;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: 65px;
}

.div-block-28 {
  background-color: #730d83;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  margin-left: 71px;
}

.column-40 {
  margin-top: 11px;
  padding-left: 62px;
}

.div-block-23 {
  background-color: #730d83;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -12px;
  margin-left: 690px;
}

.heading-4 {
  color: #412160;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 34px;
  font-weight: 400;
}

.div-block-25 {
  background-color: #730d83;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -12px;
  margin-left: 61px;
}

.column-63 {
  margin-top: 148px;
  line-height: 18px;
}

.section-8 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 60px;
  line-height: 19px;
  display: block;
}

.bold-text-8 {
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
}

.div-block-38 {
  background-image: url('../images/mansuit2_1mansuit2.webp');
  background-position: 50%;
  background-size: auto;
  height: 795px;
}

.container-11, .section-9 {
  display: none;
}

.section-10 {
  z-index: 9999;
  margin-top: 60px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.image-23 {
  width: 100%;
  height: auto;
}

.image-25, .image-26, .section-11 {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-12 {
  text-align: center;
  max-width: 1200px;
}

.image-27 {
  text-align: left;
}

.heading-106 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Prompt, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.heading-107 {
  color: var(--indigo);
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Prompt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.container-13 {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link-2 {
  text-align: left;
  text-transform: uppercase;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.nav-link-2:hover {
  background-color: var(--indigo);
  color: #fff;
  border-radius: 40px 20px;
}

.nav-link-2.w--current {
  background-color: var(--indigo);
  color: var(--gold);
  border-radius: 40px 20px;
}

.nav-link-2.w--current:hover {
  border-radius: 40px 20px;
}

.container-14 {
  text-align: center;
  background-color: #fff;
}

.nav-link-3 {
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.nav-link-3:hover {
  background-color: var(--indigo);
  color: var(--white);
}

.nav-link-3.w--current {
  background-color: var(--indigo);
  color: var(--gold);
}

.nav-link-4 {
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.nav-link-4:hover {
  background-color: var(--indigo);
  color: var(--white);
  border-radius: 40px 20px;
}

.nav-link-4.w--current {
  background-color: var(--indigo);
  color: #ffc802;
  border-radius: 40px 20px;
}

.bold-text-10 {
  text-align: left;
}

.heading-108 {
  font-family: Prompt, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.section-12 {
  padding-top: 40px;
}

.section-13 {
  background-image: url('../images/bg_1bg.webp');
  background-position: 50%;
  background-size: cover;
}

.image-28 {
  outline-offset: 0px;
  text-align: left;
  outline: 3px #333;
  margin-top: -7px;
  margin-left: 17px;
  padding-top: 0;
  padding-left: 0;
}

.column-64 {
  text-align: left;
}

.container-15 {
  text-align: left;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 40px;
}

.container-16 {
  max-width: 1600px;
}

.heading-109 {
  text-align: center;
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.heading-110, .heading-111 {
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 22px;
  font-weight: 200;
}

.image-29, .section-14 {
  margin-top: 0;
}

.image-30 {
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.heading-112 {
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 22px;
  font-weight: 200;
}

.heading-113 {
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  line-height: 38px;
}

.text-span {
  text-align: center;
  font-size: 20px;
}

.container-17 {
  text-align: center;
  background-image: url('../images/wool_1wool.webp');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  max-width: 100%;
  margin-top: 0;
}

.container-18 {
  max-width: 1900px;
}

.section-15 {
  background-color: #fff;
  margin-bottom: 20px;
}

.heading-114 {
  color: var(--indigo);
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Prompt, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.section-16 {
  padding-top: 0;
}

.section-17 {
  padding-top: 20px;
}

.image-31 {
  margin-top: 20px;
}

.text-span-2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.heading-115 {
  text-align: center;
  margin-top: -1px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.section-18 {
  margin-top: 60px;
  display: none;
  overflow: visible;
}

.heading-116 {
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.column-65 {
  padding-left: 0;
}

.image-32 {
  margin-left: -20px;
  padding-left: 0;
}

.heading-117 {
  text-align: left;
  margin-left: -35px;
  padding-left: 0;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.heading-118 {
  text-align: left;
  font-family: Prompt, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.heading-119 {
  margin-left: 115px;
  margin-right: -115px;
  font-family: Prompt, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.image-33 {
  text-align: left;
  width: 100%;
  height: auto;
  margin-left: 115px;
  padding-top: 20px;
}

.image-34 {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.image-35 {
  width: 100%;
  height: auto;
  margin-left: 40px;
}

.div-block-39 {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: 40px;
}

.image-36 {
  margin-left: 40px;
}

.heading-120 {
  margin-left: 40px;
  margin-right: -40px;
  font-family: Prompt, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-40 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.column-66 {
  padding-left: 84px;
}

.section-19 {
  text-align: left;
  padding-bottom: 20px;
}

.column-67 {
  padding-left: 0;
}

.image-37 {
  max-width: 95%;
  margin-top: 20px;
}

.section-20 {
  margin-bottom: 30px;
}

.heading-121, .heading-122, .heading-123 {
  background-color: var(--ghost-white);
  height: 360px;
  padding: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.column-68, .column-69, .column-70, .column-71, .column-72, .column-73, .column-74, .column-75, .column-76, .column-77, .column-78 {
  padding-left: 25px;
  padding-right: 25px;
}

.heading-124 {
  background-color: var(--ghost-white);
  height: 360px;
  margin-top: 20px;
  padding: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.heading-125, .heading-126, .heading-127, .heading-128, .heading-129 {
  background-color: var(--ghost-white);
  height: 280px;
  padding: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.heading-130, .heading-131 {
  font-family: Prompt, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.container-19 {
  max-width: 1900px;
}

.slide, .mask, .slider, .slide-2 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.image-38 {
  width: 100%;
  height: auto;
}

.slider-2 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.image-40 {
  margin-left: 2px;
}

.section-22 {
  display: none;
}

.image-41, .div-block-53 {
  text-align: center;
}

.section-23, .div-block-54 {
  padding-bottom: 25px;
}

.image-42 {
  padding-top: 40px;
}

.navbar-5 {
  display: none;
}

.body-2 {
  background-image: url('../images/bg_1bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-25 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-26 {
  margin-top: 32px;
}

.section-28 {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-21 {
  padding-top: 100px;
}

.section-29 {
  margin-top: 129px;
}

.image-46 {
  max-width: 150%;
  margin-left: -200px;
  padding-left: 0;
}

.heading-132, .heading-133, .heading-134 {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.heading-135 {
  font-family: Prompt, sans-serif;
}

.heading-136, .heading-137, .heading-138, .heading-139, .heading-140 {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.columns-3 {
  padding-top: 70px;
}

.heading-141, .heading-142, .heading-143 {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.heading-144 {
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.section-30 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-31 {
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.column-88 {
  margin-bottom: -5px;
}

.column-89 {
  padding-bottom: 20px;
}

.image-47 {
  border-radius: 150px;
}

.div-block-56, .div-block-57, .div-block-58, .div-block-59, .div-block-60, .div-block-61, .div-block-62, .div-block-63, .div-block-64, .div-block-65, .div-block-66 {
  text-align: center;
}

.heading-145 {
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.image-48 {
  border-radius: 150px;
}

.column-90 {
  text-align: center;
}

.heading-146 {
  background-color: var(--indigo);
  color: #ffde69;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Prompt, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.section-32 {
  padding-bottom: 0;
}

.section-33 {
  margin-top: 170px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-34 {
  margin-top: 40px;
  padding-bottom: 0;
}

.container-22, .container-23 {
  max-width: 100%;
}

.div-block-68 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.container-24 {
  max-width: 1900px;
}

.image-49 {
  max-width: 90%;
  max-height: 50%;
}

.container-25 {
  text-align: center;
  max-width: 1900px;
}

.section-35 {
  max-width: 1900px;
}

.image-50 {
  text-align: center;
}

.heading-147 {
  font-family: Prompt, sans-serif;
}

.container-26 {
  background-image: url('../images/Untitled-2_1Untitled-2.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  max-width: 1900px;
  max-height: 1900px;
}

.section-36 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.container-27 {
  max-width: 100%;
}

.section-37 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.div-block-69 {
  width: 100%;
  max-width: 100%;
}

.div-block-70 {
  background-image: url('../images/Untitled-2_1Untitled-2.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100px;
}

.container-28 {
  background-image: url('../images/Untitled-2_1Untitled-2.webp');
  background-position: 0 0;
  background-size: cover;
  max-width: 1900px;
  max-height: 1000px;
}

.section-38 {
  max-width: 1900px;
  max-height: 1000px;
}

.container-29 {
  max-width: 1900px;
}

.columns-6 {
  flex-direction: row;
  align-items: flex-end;
  display: block;
}

.heading-148 {
  margin-bottom: -64px;
}

.heading-149 {
  color: #fff;
  text-align: center;
  margin-top: -278px;
  font-family: Prompt, sans-serif;
  font-size: 50px;
}

.heading-150 {
  color: #fff;
  text-align: center;
  margin-top: -27px;
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

.button-4 {
  background-color: var(--indigo);
  color: var(--gold);
  text-align: center;
  border-radius: 12px;
  margin-top: 1px;
  font-family: Prompt, sans-serif;
  font-weight: 600;
}

.image-51 {
  margin-top: 24px;
}

.section-39 {
  text-align: center;
  margin-top: 96px;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.heading-151 {
  color: var(--indigo);
}

.heading-152 {
  color: var(--indigo);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 30px;
}

.heading-153 {
  color: #000;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
}

.html-embed {
  text-align: center;
  margin-top: 55px;
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text-11 {
  text-align: center;
}

.image-52 {
  padding-bottom: 0;
}

.image-53 {
  display: none;
}

.image-54 {
  width: 100%;
  height: auto;
}

.div-block-71 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.container-30 {
  max-width: 100%;
}

.image-55 {
  display: block;
}

.image-56 {
  width: 100%;
  height: auto;
}

.slide-3 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.mask-3 {
  max-width: 100%;
}

.container-31 {
  max-width: 1900px;
}

.section-41 {
  margin-top: 140px;
  display: block;
}

.image-57 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 55px;
  padding-left: 21px;
}

.heading-154 {
  text-align: left;
  margin-top: 72px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.heading-155 {
  font-size: 25px;
}

.heading-156 {
  font-family: Prompt, sans-serif;
  line-height: 26px;
}

.heading-157 {
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.column-94 {
  margin-top: 31px;
  padding-left: 0;
}

.container-32 {
  text-align: center;
  background-color: #fff;
}

.navbar-7 {
  text-align: left;
}

.section-42 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 29px;
  padding-top: 0;
  display: flex;
}

.nav-link-8 {
  text-align: center;
  font-family: Prompt, sans-serif;
}

.nav-link-8:hover {
  background-color: var(--indigo);
  color: var(--gold);
}

.nav-link-9 {
  font-family: Prompt, sans-serif;
}

.nav-link-9:hover, .nav-link-9.w--current {
  background-color: var(--indigo);
  color: var(--gold);
}

.nav-link-10 {
  font-family: Prompt, sans-serif;
}

.nav-link-10:hover {
  background-color: var(--indigo);
  color: var(--gold);
}

.nav-link-11 {
  font-family: Prompt, sans-serif;
}

.nav-link-11:hover {
  background-color: var(--indigo);
  color: var(--gold);
}

.nav-link-12 {
  font-family: Prompt, sans-serif;
}

.nav-link-12:hover {
  background-color: var(--indigo);
  color: var(--gold);
}

.nav-link-13 {
  font-family: Prompt, sans-serif;
}

.nav-link-13.w--current {
  background-color: var(--indigo);
  color: var(--gold);
}

.nav-link-13.w--current:hover {
  background-color: var(--indigo);
}

.nav-link-14 {
  font-family: Prompt, sans-serif;
}

.nav-link-14:hover {
  background-color: var(--indigo);
  color: var(--gold);
}

.heading-158 {
  color: var(--indigo);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.section-43 {
  margin-top: 170px;
  margin-bottom: 0;
}

.image-58 {
  margin-top: 0;
}

.image-59 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 600px;
}

.image-60 {
  max-width: 50%;
}

.image-61 {
  text-align: center;
  max-width: 50%;
}

.column-95, .column-96 {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-159, .heading-160 {
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.heading-161 {
  text-align: left;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.heading-162 {
  font-family: Prompt, sans-serif;
}

.heading-163 {
  text-align: left;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.navbar-9 {
  background-color: #fff;
  margin-top: 0;
  display: block;
}

.navbar-10 {
  background-color: #fff;
  max-width: 1200px;
}

.container-33 {
  background-color: #fff;
  max-width: 1400px;
}

.nav-link-15 {
  margin-top: 40px;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.nav-link-15:hover {
  background-color: var(--indigo);
  color: var(--gold);
  border-radius: 40px 20px;
}

.nav-link-16 {
  text-transform: uppercase;
  margin-top: 40px;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.nav-link-16:hover {
  background-color: var(--indigo);
  color: var(--gold);
  border-radius: 40px 20px;
}

.nav-link-16.w--current {
  background-color: var(--indigo);
  color: var(--gold);
  text-transform: uppercase;
  border-radius: 40px 20px;
  margin-top: 40px;
}

.nav-link-17 {
  border-top-left-radius: 40px;
  margin-top: 40px;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.nav-link-17:hover, .nav-link-17.w--current {
  background-color: var(--indigo);
  color: var(--gold);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 20px;
}

.section-44 {
  margin-top: 425px;
  display: none;
}

.container-35 {
  display: block;
}

.navbar-13 {
  background-color: #fff;
  max-width: 1200px;
}

.navbar-14 {
  z-index: 9999;
  text-align: center;
  background-color: #fff;
  margin-top: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

.columns-8 {
  align-items: center;
  max-width: 100%;
  display: flex;
}

.heading-164 {
  color: var(--indigo);
  text-align: left;
  margin-bottom: -15px;
  font-family: Prompt, sans-serif;
  font-size: 40px;
}

.heading-165 {
  color: var(--indigo);
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 50px;
}

.container-36 {
  max-width: 1170px;
}

.div-block-72 {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-66 {
  width: 35px;
  height: 35px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-66:hover {
  transform: scale(1.1);
}

.image-67 {
  width: 35px;
  height: 35px;
  padding-left: 0;
  padding-right: 0;
}

.image-67:hover {
  transform: scale(1.1);
}

.section-45 {
  z-index: 888;
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
  color: var(--indigo);
}

.container-37 {
  max-width: 1200px;
}

.image-68, .image-69, .image-70 {
  border: 5px solid var(--gold-2);
  border-radius: 150px;
}

.image-71, .image-72 {
  border-radius: 150px;
}

.image-73 {
  border: 5px solid var(--gold-2);
  border-radius: 150px;
}

.column-97 {
  padding-left: 25px;
  padding-right: 25px;
}

.heading-166 {
  color: var(--white);
  margin-left: 30px;
  margin-right: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.text-span-5 {
  font-size: 24px;
  font-weight: 400;
}

.container-38 {
  max-width: 1400px;
  margin-left: 0;
  margin-right: 0;
}

.container-39, .navbar-15, .container-40, .container-41 {
  max-width: 1200px;
}

.section-46 {
  text-align: center;
  justify-content: center;
  display: block;
}

.container-42 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-47 {
  text-align: center;
}

.container-43 {
  max-width: 1200px;
}

.image-74, .image-75, .image-76, .image-77 {
  border: 5px solid var(--gold-2);
  border-radius: 150px;
}

.container-44, .container-45 {
  max-width: 1200px;
}

.section-48 {
  margin-top: 0;
  display: block;
  position: static;
}

.image-78, .image-79, .image-80, .image-81 {
  border: 5px solid var(--gold-2);
  border-radius: 150px;
}

.column-98, .column-99 {
  padding-left: 25px;
  padding-right: 25px;
}

.image-82, .image-83 {
  border: 5px solid var(--gold-2);
  border-radius: 150px;
}

.column-100 {
  padding-left: 25px;
  padding-right: 25px;
}

.image-84 {
  border: 5px solid var(--gold-2);
  border-radius: 150px;
}

.section-49 {
  position: fixed;
  inset: 0% 0% auto;
}

.column-101 {
  padding-left: 25px;
  padding-right: 25px;
}

.image-85, .image-86 {
  border: 5px solid var(--gold-2);
  border-radius: 150px;
}

.section-50 {
  margin-top: 160px;
}

.section-51 {
  margin-top: 140px;
}

.container-46 {
  max-width: 1100px;
}

.html-embed-2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
}

.section-52 {
  background-color: var(--purple);
}

.slide-4, .mask-4 {
  width: 100%;
  height: auto;
}

.slider-3 {
  background-color: var(--white);
  width: 100%;
  height: auto;
}

.icon-4, .icon-5 {
  color: var(--gold-2);
  margin-top: 100.5px;
}

.image-87, .image-88, .image-89 {
  border-radius: 150px;
}

.container-47 {
  max-width: 100%;
}

.column-102 {
  background-color: var(--indigo);
  justify-content: flex-end;
  padding: 90px 50px;
  display: flex;
}

.image-90 {
  border: 10px solid var(--white);
  margin-left: 0;
}

.column-103 {
  flex-direction: column;
  align-items: flex-start;
  height: 506px;
  padding: 0 90px 0 0;
  display: flex;
}

.image-91 {
  z-index: -999;
  margin-right: 0;
  position: relative;
  inset: auto auto 0% 0%;
}

.heading-167 {
  margin-bottom: 0;
  padding-left: 65px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-168 {
  margin-bottom: 62px;
}

.body-3 {
  background-image: url('../images/bg_1bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-73 {
  text-align: center;
  background-color: #ffffff80;
  flex-direction: column;
  padding: 55px;
  display: inline-block;
}

.image-92 {
  line-height: 19px;
}

.image-93, .div-block-77, .slide-5, .mask-5, .slider-4, .image-94, .div-block-78, .slide-6 {
  width: 100%;
  height: auto;
}

.body-4 {
  background-image: url('../images/bg_1bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.slide-7, .mask-6 {
  width: 100%;
  height: auto;
}

.slider-5 {
  background-color: var(--white);
  width: 100%;
  height: auto;
}

.icon-6, .icon-7 {
  color: var(--gold-2);
  margin-top: 100.5px;
}

.div-block-79 {
  background-color: var(--purple);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  margin-left: -9px;
}

.heading-169 {
  margin-top: 104px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
}

.image-95, .image-96, .image-97, .image-98, .image-99, .image-100, .image-101, .image-102 {
  border-radius: 150px;
}

.div-block-80 {
  background-color: var(--purple);
  width: 1px;
  height: 5px;
  margin-top: -10px;
  margin-left: 2px;
}

.image-103, .image-104, .image-105 {
  border-radius: 150px;
}

.slider-6 {
  background-color: var(--white);
  width: 100%;
  height: auto;
}

.columns-9, .slide-8, .mask-7 {
  width: 100%;
  height: auto;
}

.icon-8, .icon-9 {
  color: var(--gold-2);
  margin-top: 100.5px;
}

.heading-170 {
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.section-53 {
  margin-top: 200px;
  padding-bottom: 40px;
}

.text-span-14 {
  color: #730d83;
}

.image-106 {
  border-radius: 30px;
}

.div-block-81 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-82 {
  background-color: #412160;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.columns-17 {
  border-bottom: 1px #000;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-171 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.image-107 {
  border-radius: 0;
  margin-top: 0;
}

.div-block-83 {
  height: auto;
}

.container-48 {
  max-width: 1000px;
  margin-top: 40px;
}

.heading-172 {
  padding-right: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-84 {
  background-color: #fff;
  border: 1px solid #412160;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.heading-173 {
  color: #442591;
  margin-bottom: -40px;
  font-family: Prompt, sans-serif;
  font-size: 30px;
}

.heading-174 {
  color: #442591;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-49 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-scroll {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-top: 115px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.text-span-15 {
  font-size: 18px;
}

.navbar-16, .navbar-17, .navbar-18, .navbar-19 {
  display: none;
}

.navbar-20 {
  margin-top: 0;
  display: none;
}

.heading-175 {
  color: #412160;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 44px;
  line-height: 46px;
}

.heading-176 {
  color: #412160;
  text-align: center;
  text-transform: uppercase;
  font-family: Prompt, sans-serif;
  font-weight: 600;
}

.div-block-85 {
  background-color: var(--purple);
  width: 530px;
  height: 5px;
  margin-top: -10px;
  margin-left: 154px;
}

.div-block-86 {
  background-image: url('../images/pic7_1pic7.webp');
  background-position: 50%;
  background-size: cover;
  width: 369px;
  height: 482px;
  transition: all .5s;
}

.div-block-86:hover {
  transform: scale(.9);
}

.div-block-87 {
  opacity: 0;
  background-color: #602c85;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 369px;
  height: 482px;
  transition: all .5s;
  display: flex;
}

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

.heading-177 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.div-block-88 {
  opacity: 0;
  background-color: #602c85;
  justify-content: center;
  align-items: center;
  width: 369px;
  height: 482px;
  transition: all .5s;
  display: flex;
}

.div-block-88:hover {
  opacity: .8;
  border-radius: 0;
}

.div-block-89 {
  opacity: 0;
  background-color: #602c85;
  justify-content: center;
  align-items: center;
  width: 369px;
  height: 482px;
  transition: all .5s;
  display: flex;
}

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

.column-104, .column-105 {
  justify-content: center;
  display: flex;
}

.div-block-90 {
  background-color: #730d83;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -11px;
}

.column-106 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-91 {
  background-color: #730d83;
  width: 400px;
  height: 5px;
  margin-top: -6px;
  margin-right: 9px;
}

.heading-178 {
  margin-right: 113px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-92 {
  background-image: url('../images/girl-suit_1girl-suit.webp');
  background-position: 50%;
  background-size: cover;
  width: 369px;
  height: 482px;
  transition: all .5s;
}

.div-block-92:hover {
  transform: scale(.9);
}

.div-block-93 {
  background-image: url('../images/pic6_2pic6.webp');
  background-position: 50%;
  background-size: cover;
  width: 369px;
  height: 482px;
  transition: all .5s;
}

.div-block-93:hover {
  transform: scale(.9);
}

.div-block-94 {
  background-image: url('../images/pic9_2pic9.webp');
  background-position: 50%;
  background-size: cover;
  transition: all .5s;
}

.div-block-94:hover {
  transform: scale(.9);
}

.container-51 {
  text-align: center;
  max-width: 1100px;
}

.heading-179 {
  background-color: var(--indigo);
  color: var(--white);
  text-align: left;
  border-radius: 30px 0;
  padding: 35px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-span-16 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.button-5 {
  background-color: #412160;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.columns-19 {
  align-items: center;
  display: flex;
}

.image-108 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.language-dropdown {
  z-index: 500;
}

.langauge-line-break {
  background-color: #b69442;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.langauge-line-base {
  background-color: #ffc905;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-section {
  z-index: 600;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 10vh;
  padding-top: 20px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.text-block-4 {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.text-block-4:hover {
  color: #fff;
}

.language-toggle {
  color: #20355a;
  background-color: #612368;
  border: 1px solid #9b9eb838;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 62px;
  transition: all .2s;
  top: -10px;
  right: auto;
  box-shadow: 3px 3px 6px -3px #0000008f;
}

.language-toggle.w--open {
  background-color: #75397c;
  padding-right: 80px;
  right: auto;
}

.text-block-3 {
  color: #fff;
  margin-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.icon-10 {
  color: #0000;
  background-image: url('../images/webclip_1webclip.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-size: 35px;
}

.language-link {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 55px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #fff;
}

.language-list {
  background-color: #d99f9f;
  inset: 0% 0% auto auto;
}

.language-list.w--open {
  background-color: #943e9e;
  border-radius: 20px;
  min-width: 155px;
  padding: 8px 16px;
  top: -408%;
  box-shadow: 14px 14px 45px 19px #4f5e781a;
}

.flag-1 {
  background-image: url('../images/phon1_1phon1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

.flag-3 {
  background-image: url('../images/whatapp_1whatapp.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 41px;
  height: 41px;
  margin-right: 14px;
}

.div-block-95 {
  font-family: Prompt, sans-serif;
  font-size: 16px;
  overflow: hidden;
}

.link-2 {
  color: var(--white);
  font-size: 20px;
  line-height: 23px;
  text-decoration: none;
}

.div-block-96, .div-block-97, .div-block-98, .div-block-99, .div-block-100 {
  overflow: hidden;
}

.section-54 {
  display: block;
}

.heading-180 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.image-109 {
  border-radius: 20px;
  width: 100%;
}

.column-107 {
  text-align: center;
  justify-content: center;
  display: block;
}

.heading-181 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-182 {
  text-align: left;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 22px;
}

.image-110 {
  border-radius: 20px;
  width: 70%;
}

.column-108 {
  text-align: center;
}

.section-55 {
  margin-top: 39px;
  margin-bottom: 39px;
}

.div-block-101 {
  background-image: url('../images/messenger_1messenger.webp');
  background-position: 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

.columns-20 {
  max-width: 1200px;
  margin-top: 40px;
}

.text-span-17 {
  font-size: 23px;
  font-weight: 700;
}

.container-52 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.div-block-102 {
  background-image: url('../images/messenger_1messenger.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 41px;
  height: 41px;
  margin-right: 14px;
}

.div-block-103 {
  flex-direction: row;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-104 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-109 {
  padding-left: 0;
  padding-right: 0;
}

.column-110 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.columns-21 {
  background-color: var(--white);
}

.heading-183 {
  text-align: right;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.link-3 {
  color: var(--purple);
}

.text-span-18 {
  text-decoration: underline;
}

.product-card-2 {
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: block;
}

.product-card-2:hover {
  color: #111;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px #00000026;
}

.container-53 {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  max-width: 1000px;
  display: none;
}

.link-block {
  text-align: left;
}

.section-56 {
  margin-bottom: 60px;
}

.image-113 {
  text-align: right;
}

.section-5-articles {
  background-image: url('../images/texturebg-min_1texturebg-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 140px;
}

.section-57 {
  position: relative;
}

.div-block-72-copy {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-54 {
  max-width: 1200px;
}

.heading-184 {
  color: var(--purple);
  margin-top: 0;
  padding-left: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.list-item {
  color: var(--indigo);
  font-size: 18px;
  font-weight: 700;
}

.list-item-2 {
  color: var(--indigo);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.list-item-3 {
  color: var(--indigo);
  font-size: 18px;
  font-weight: 700;
}

.section-58 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.link-block-2 {
  text-decoration: none;
}

.heading-185 {
  color: var(--indigo);
  margin-top: 10px;
  font-size: 18px;
}

.list-item-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  list-style-type: disc;
}

.section-59, .section-menu-bar-mobile {
  display: none;
}

.section-60 {
  position: static;
}

.container-55 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: block;
}

.section-61 {
  margin-top: 200px;
}

.heading-186 {
  color: var(--purple);
  text-align: center;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.container-56 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.container-57 {
  margin-top: 10px;
}

.paragraph {
  color: var(--gray);
  text-align: left;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 27px;
  text-decoration: none;
}

.text-block-5 {
  color: var(--indigo);
  font-weight: 700;
}

.content_blog-together {
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.link-4 {
  color: #412160;
  text-decoration: none;
}

.text-span-12 {
  font-size: 16px;
}

.bold-text-22 {
  color: var(--indigo);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.bold-text-23, .bold-text-24 {
  color: var(--indigo);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.list-item-5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-187 {
  color: var(--purple);
  margin-top: 10px;
  padding-left: 20px;
}

.list-item-7 {
  color: var(--indigo);
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-4-copy.w--current {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-62 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.link-4-copy {
  color: #412160;
  text-decoration: none;
}

.div-block-105 {
  overflow: hidden;
}

.container-58 {
  max-width: 1200px;
}

.bold-text-25 {
  font-size: 18px;
  font-weight: 600;
}

.image-114, .container-59 {
  text-align: center;
}

.paragraph-2 {
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 15px;
}

.link-5 {
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-26 {
  color: var(--indigo);
  font-weight: 600;
}

.bold-text-27 {
  font-size: 22px;
  font-weight: 600;
  display: inline;
}

.bold-text-28 {
  color: #505050;
  font-style: italic;
}

.bold-text-29 {
  font-size: 18px;
  font-weight: 600;
}

.bold-text-30 {
  font-size: 16px;
  font-weight: 600;
}

.image-115 {
  color: var(--indigo);
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-188 {
  text-align: left;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.columns-22 {
  border: 1.5px solid #000;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.italic-text {
  font-weight: 500;
}

.bold-text-31 {
  font-weight: 600;
}

.image-116 {
  max-width: 80%;
}

.div-block-106 {
  text-align: center;
}

.image-117 {
  margin-top: 20px;
  display: inline-block;
}

.paragraph-3 {
  text-align: left;
  margin-top: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.div-block-107 {
  text-align: center;
  border: 1.5px solid #000;
  margin-bottom: 20px;
  display: none;
}

.italic-text-2 {
  font-weight: 500;
}

.bold-text-27-copy {
  color: var(--purple);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  display: inline;
}

.paragraph-4 {
  color: var(--indigo);
  font-family: Prompt, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.heading-18-copy {
  color: #fff;
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.heading-189 {
  color: var(--purple);
  text-align: center;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.bold-text-32 {
  color: var(--purple);
  font-size: 20px;
  font-weight: 600;
  display: inline;
}

.container-60 {
  max-width: 1000px;
  margin-bottom: 40px;
}

.heading-190 {
  color: #730d83;
  text-align: center;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.image-119 {
  margin-top: 0;
}

.heading-191 {
  color: var(--purple);
  text-align: center;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.container-61 {
  max-width: 1200px;
  margin-bottom: 0;
}

.div-block-108 {
  text-align: right;
}

.heading-192 {
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-109 {
  text-align: center;
}

.image-120 {
  width: 40px;
  height: 40px;
}

.image-120:hover {
  transform: scale(1.1);
}

.link-block-3 {
  margin-left: 0;
  margin-right: 5px;
}

.link-block-4 {
  margin-right: 10px;
}

.link-block-4.w--current {
  margin-left: 10px;
}

.link-block-5 {
  margin-right: 10px;
}

.link-6, .link-7 {
  color: #000;
  text-decoration: none;
}

.link-8 {
  text-decoration: none;
}

.link-9 {
  color: #442591;
}

.link-10 {
  text-decoration: none;
}

.link-block-6 {
  margin-left: 4px;
  margin-right: 4px;
}

.link-block-6.w--current {
  margin-left: 10px;
  margin-right: 10px;
}

.link-block-7 {
  padding-top: 0;
  padding-bottom: 0;
}

.link-block-7.w--current {
  margin-left: 9px;
  margin-right: 9px;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block-8 {
  margin-left: 0;
  margin-right: 10px;
}

.link-block-8.w--current {
  margin-left: 10px;
  margin-right: 10px;
}

.link-block-9 {
  margin-left: 3px;
  margin-right: 3px;
}

.link-block-9.w--current {
  margin-left: 10px;
  margin-right: 10px;
}

.link-block-10 {
  margin-left: 2px;
  margin-right: 2px;
}

.link-block-10.w--current {
  margin-left: 10px;
  margin-right: 10px;
}

.bold-text-33 {
  font-size: 40px;
  line-height: 50px;
}

.heading-193 {
  color: var(--indigo);
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.heading-194 {
  color: #412160;
  text-align: center;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-weight: 600;
}

.section-63 {
  margin-top: 180px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.link-11 {
  color: #000;
  text-decoration: none;
}

.bold-text-34, .bold-text-35, .bold-text-36 {
  font-weight: 600;
}

.link-12 {
  color: #730da2;
  text-decoration: none;
}

.link-13 {
  color: var(--purple);
  text-decoration: none;
}

.link-14 {
  text-decoration: none;
}

.div-block-110 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-73 {
  color: var(--purple);
  text-align: center;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
}

.columns-24 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-111 {
  margin-top: 20px;
}

.paragraph-12 {
  text-align: center;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-122 {
  margin-bottom: 20px;
}

.column-111 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.columns-25 {
  margin-top: 20px;
}

.div-block-113 {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.paragraph-13 {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-114 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image-125 {
  margin-bottom: 20px;
  margin-right: 10px;
}

.div-block-115 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-126 {
  margin-right: 20px;
}

.paragraph-14 {
  text-align: center;
  margin-top: 20px;
  padding-left: 170px;
  padding-right: 170px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
}

.paragraph-15 {
  text-align: center;
  margin-top: 10px;
  padding-left: 170px;
  padding-right: 170px;
}

.link-15 {
  text-decoration: none;
}

.bold-text-37 {
  color: #000;
}

.bold-text-38 {
  text-decoration: none;
}

.link-16 {
  color: #000;
  text-decoration: none;
}

.image-127, .container-62 {
  text-align: center;
}

.paragraph-16 {
  text-align: left;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div-block-38-mobile {
  background-image: url('../images/mansuit2_1mansuit2.webp');
  background-position: 50%;
  background-size: auto;
  height: 795px;
  display: none;
}

.link-17 {
  color: var(--light-grey);
  text-decoration: none;
}

.container-63 {
  max-width: 1300px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-116 {
  text-align: center;
}

.heading-195 {
  color: var(--peru);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.heading-196 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.tabs-menu {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.heading-197 {
  color: var(--indigo);
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.tab-link-tab-1 {
  text-align: center;
  background-color: #0000;
  padding: 5px 10px;
}

.tab-link-tab-1.w--current {
  border-bottom: 1px solid var(--peru);
  text-align: center;
  background-color: #0000;
  padding: 5px 10px;
  transition: all .3s;
}

.tab-link-tab-1.w--current:hover {
  transform: scale(.9);
}

.image-128 {
  width: 30px;
  height: 30px;
}

.tab-link-tab-2 {
  text-align: center;
  background-color: #0000;
  padding: 5px 10px;
  transition: all .3s;
}

.tab-link-tab-2:hover {
  transform: scale(.9);
}

.tab-link-tab-2.w--current {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--peru);
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-3 {
  text-align: center;
  background-color: #0000;
  padding: 5px 10px;
  transition: all .3s;
}

.tab-link-tab-3:hover {
  transform: scale(.9);
}

.tab-link-tab-3.w--current {
  border-bottom: 1px solid var(--peru);
  background-color: #0000;
}

.tab-link-tab-4 {
  text-align: center;
  background-color: #0000;
  padding: 5px 10px;
  transition: all .3s;
}

.tab-link-tab-4:hover {
  transform: scale(.9);
}

.tab-link-tab-4.w--current {
  border-bottom: 1px solid var(--peru);
  background-color: #0000;
}

.text-block-6 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.div-block-117 {
  text-align: center;
  margin-top: 20px;
}

.button-6 {
  color: #be9667;
  letter-spacing: 3px;
  background-color: #0000;
  border: 1px solid #be9667;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .3s;
}

.button-6:hover {
  background-color: var(--peru);
  color: var(--white);
}

.div-block-118 {
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px 10px;
  box-shadow: 0 2px 5px #0003;
}

.container-64 {
  max-width: 100%;
}

.background-video {
  height: 800px;
}

.section-tailor {
  z-index: 9999;
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.image-tailor {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.image-tailor:hover {
  transform: scale(1.1);
}

.heading-198 {
  color: #fffc;
  text-align: center;
  letter-spacing: 10px;
  text-shadow: 0 5px 1px #0003;
  margin-top: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.heading-199 {
  color: #be9667cc;
  text-align: center;
  margin-top: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.section-64 {
  position: relative;
}

.div-block-119 {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-200 {
  color: var(--indigo);
  text-align: center;
  text-shadow: 0 3px 1px #0003;
  margin-top: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 40px;
}

.heading-201 {
  color: var(--peru);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.div-block-120 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-65 {
  background-image: url('../images/bg_1bg.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-202 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.tab-link-tab-5 {
  text-align: center;
  background-color: #0000;
  padding: 5px;
  transition: all .3s;
}

.tab-link-tab-5:hover {
  transform: scale(.9);
}

.tab-link-tab-5.w--current {
  border-bottom: 1px solid var(--peru);
  background-color: #0000;
}

.div-block-121 {
  overflow: hidden;
}

.container-65 {
  max-width: 1200px;
}

.div-block-122 {
  text-align: right;
}

.image-129 {
  width: 40px;
  height: 40px;
}

.section-66 {
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.code {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.container-66 {
  max-width: 1200px;
  font-size: 14px;
}

.link-18 {
  color: #000;
  text-decoration: none;
}

.link-19 {
  color: var(--gray);
  text-decoration: none;
}

.link-19.w--current {
  color: var(--gray);
}

.link-20, .link-21 {
  color: var(--gray);
  text-decoration: none;
}

.link-21.w--current {
  color: var(--gray);
}

.link-22, .link-23, .link-24 {
  color: var(--gray);
  text-decoration: none;
}

.link-25 {
  color: #000;
  text-decoration: none;
}

.link-26 {
  color: var(--gray);
  text-decoration: none;
}

.link-26.w--current {
  color: #000;
}

.link-27, .link-28, .link-29, .link-30 {
  color: #000;
  text-decoration: none;
}

.link-31, .link-32 {
  color: var(--gray);
  text-decoration: none;
}

.paragraph-17 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.section-67 {
  font-size: 15px;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-68 {
  margin: 20px 10px;
}

.div-block-123 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.language-list-2 {
  background-color: #d99f9f;
  inset: 0% 0% auto auto;
}

.language-list-2.w--open {
  background-color: #943e9e;
  border-radius: 20px;
  min-width: 155px;
  padding: 8px 16px;
  top: -229%;
  box-shadow: 14px 14px 45px 19px #4f5e781a;
}

.image-130 {
  width: 35px;
  height: 35px;
  padding-left: 0;
  padding-right: 0;
}

.image-130:hover {
  transform: scale(1.1);
}

.div-block-244 {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.heading-1255 {
  font-size: 32px;
}

.image-451 {
  width: 150px;
  height: 150px;
}

.column-8 {
  text-align: left;
  padding-left: 0;
  display: block;
}

.link-33 {
  color: #333;
  text-align: center;
  text-decoration: none;
}

.link-33:hover {
  color: #730d83;
}

.section-69 {
  margin-top: 0;
  display: none;
}

.container-67 {
  max-width: 1170px;
}

.section-70 {
  background-color: #412160;
  padding-top: 212px;
  padding-bottom: 40px;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.image-18 {
  margin-top: -18px;
}

.text-block-2 {
  float: right;
  margin-top: 15px;
  margin-right: 130px;
}

.div-block-245 {
  background-color: #fefefe;
  border-radius: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-452 {
  text-align: left;
  margin-top: 10px;
}

.icon-11 {
  color: #0000;
  background-image: url('../images/webclip_1webclip.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-size: 35px;
}

.heading-1256 {
  text-align: left;
  margin-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.section-71 {
  background-color: #fff;
}

.section-72 {
  margin-top: 60px;
}

.container-68 {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #730d83;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .3s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #31538a;
  transform: scale(1.05);
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-7 {
  text-align: center;
  background-color: #412160;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-69 {
  text-align: center;
  max-width: 1200px;
}

.div-block-246 {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-34 {
  color: #333;
  text-decoration: none;
}

.link-34:hover {
  color: #730d83;
}

.heading-1257 {
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.image-454 {
  margin-top: 15px;
}

.heading-1258 {
  text-align: left;
  margin-top: 0;
  margin-left: 15px;
  font-family: Prompt, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.column-115 {
  text-align: center;
}

.text-block-7 {
  color: #fff;
  margin-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-247 {
  overflow: hidden;
}

.link-block-12 {
  margin-left: 6px;
  margin-right: 6px;
}

.link-block-12.w--current {
  margin-left: 10px;
  margin-right: 10px;
}

.heading-1259 {
  padding-left: 10px;
}

.language-toggle-2 {
  color: #20355a;
  background-color: #612368;
  border: 1px solid #9b9eb838;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 80px;
  transition: all .2s;
  top: -10px;
  right: auto;
  box-shadow: 3px 3px 6px -3px #0000008f;
}

.language-toggle-2.w--open {
  background-color: #75397c;
  padding-right: 80px;
  right: auto;
}

.column-116 {
  height: 50px;
  display: block;
}

.image-455 {
  margin-top: 10px;
}

.menu {
  background-color: #fff;
  padding-left: 9px;
  padding-right: 9px;
  font-family: Prompt, sans-serif;
  font-size: 13px;
}

.menu:hover {
  color: #fff;
  background-color: #412160;
}

.menu.w--current {
  color: #730d83;
}

.menu.w--current:hover {
  color: #fdd572;
}

.section-73 {
  z-index: 9999;
  background-color: #fff;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.column-11 {
  text-align: right;
}

.column-10 {
  text-align: left;
}

.heading-1260 {
  margin-left: 30px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.navbar-22 {
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.menu-lucky2 {
  display: none;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-size: 18px;
}

.text-block-8:hover {
  color: #fff;
}

.columns-26 {
  height: 50px;
}

.column-57 {
  text-align: center;
}

.link-block-13 {
  margin-right: 10px;
}

.container-113 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.heading-1261 {
  margin-top: 0;
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

.link-block-14 {
  margin-right: 10px;
}

.heading-1262 {
  text-align: left;
  margin-top: 0;
  margin-left: 15px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.container-114 {
  text-align: left;
  max-width: 1200px;
}

.image-457 {
  width: 40px;
  height: 40px;
  margin-right: 0;
}

.image-457:hover {
  transform: scale(1.1);
}

.text-block {
  float: right;
  clear: none;
  justify-content: flex-start;
  margin-top: 17px;
  margin-left: 0;
  margin-right: 103px;
  font-family: Prompt, sans-serif;
  display: block;
}

.flag-4 {
  background-image: url('../images/li1_1li1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 41px;
  height: 41px;
  margin-right: 14px;
}

.image-458 {
  margin-top: 20px;
}

.nav-menu-copy {
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  font-size: 14px;
}

.heading-1263 {
  text-align: left;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.link-35, .link-36, .link-37, .link-38, .link-39, .link-40, .link-41, .link-42 {
  text-decoration: none;
}

.bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44 {
  font-weight: 600;
}

.bold-text-45 {
  font-weight: 500;
}

.bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59 {
  font-weight: 600;
}

.link-43, .link-44, .link-45, .link-46 {
  color: var(--indigo);
  text-decoration: none;
}

.section-74 {
  z-index: 999;
  background-color: var(--white);
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-115 {
  max-width: 1200px;
}

.image-459 {
  width: 230px;
  height: auto;
}

.nav-link-21 {
  color: var(--gray);
  text-transform: uppercase;
  border-radius: 40px 20px;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.nav-link-21:hover, .nav-link-21.w--current {
  background-color: var(--indigo);
  color: var(--gold);
}

.container-116 {
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.brand-4 {
  flex: 1;
  position: absolute;
  inset: -160% auto 0% 0%;
}

.navbar-23 {
  background-color: var(--white);
}

.section-menu-final-khem {
  z-index: 999;
  background-color: var(--white);
  margin-top: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 5px 5px -3px #0003;
}

.container-117 {
  max-width: 100%;
}

.link-block-15 {
  margin-right: 10px;
}

.overflow {
  overflow: hidden;
}

.div-block-248 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image-497 {
  width: 60px;
  height: auto;
}

.div-block-144613 {
  margin-top: 0;
}

.html-embed-4 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 13px;
  line-height: 36px;
}

.section-75 {
  background-image: linear-gradient(#fff, #fff);
}

.heading-1988 {
  color: #412160;
  text-align: center;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-4-mob, .div-block-4-pc {
  background-color: #602c85;
  border-radius: 120px 0;
  margin-top: 65px;
  margin-left: -120px;
  margin-right: 10px;
  padding: 25px;
}

.div-block-4-mobb {
  background-color: #602c85;
  border-radius: 120px 0;
  margin-top: 65px;
  margin-left: -120px;
  margin-right: 10px;
  padding: 25px;
  display: none;
}

.bold-text-60 {
  color: red;
  font-weight: 500;
  text-decoration: none;
}

.link-47 {
  text-decoration: none;
}

.link-48 {
  color: #730d83;
  text-decoration: none;
}

.bold-text-61 {
  font-weight: 600;
}

.link-49 {
  color: var(--indigo);
  font-weight: 300;
  text-decoration: none;
}

.bold-text-62 {
  font-weight: 600;
}

.link-50 {
  text-decoration: none;
}

.link-51 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-63 {
  font-weight: 600;
}

.link-52 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-64 {
  font-weight: 600;
}

.link-53 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-65 {
  font-weight: 600;
}

.link-54 {
  text-decoration: none;
}

.bold-text-66 {
  font-weight: 600;
}

.link-55 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-67, .bold-text-68, .bold-text-69 {
  color: var(--indigo);
  font-weight: 600;
}

.link-56 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-70 {
  font-weight: 600;
}

.bold-text-71, .bold-text-72, .bold-text-73 {
  color: var(--indigo);
  font-weight: 600;
}

.link-57 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-74 {
  font-weight: 600;
}

.bold-text-75 {
  color: var(--indigo);
  font-weight: 600;
}

.link-58 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-76 {
  font-weight: 600;
}

.bold-text-77 {
  color: var(--indigo);
  font-weight: 600;
  text-decoration: none;
}

.link-59 {
  text-decoration: none;
}

.link-60 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-78 {
  font-weight: 600;
}

.link-61 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-79, .bold-text-80 {
  font-weight: 600;
}

.bold-text-81 {
  color: var(--indigo);
}

.bold-text-82 {
  color: var(--indigo);
  font-weight: 600;
}

.bold-text-83, .bold-text-84, .bold-text-85, .bold-text-86, .bold-text-87, .bold-text-88, .bold-text-89, .bold-text-90, .bold-text-91, .bold-text-92, .bold-text-93 {
  color: var(--indigo);
}

.bold-text-94 {
  color: var(--indigo);
  font-weight: 600;
}

.bold-text-95, .bold-text-96, .bold-text-97, .bold-text-98, .bold-text-99, .bold-text-100 {
  color: var(--indigo);
}

.link-62 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-102 {
  font-weight: 600;
}

.bold-text-103 {
  color: var(--indigo);
}

.link-63 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-104 {
  font-weight: 600;
}

.bold-text-105 {
  color: var(--indigo);
  font-weight: 600;
}

.link-64, .link-65 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-106 {
  font-weight: 600;
}

.link-66 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-107 {
  font-weight: 600;
}

.bold-text-108 {
  color: var(--indigo);
  font-weight: 600;
}

.link-67 {
  text-decoration: none;
}

.bold-text-109 {
  color: var(--indigo);
  font-weight: 600;
}

.link-68 {
  text-decoration: none;
}

.link-69 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-110, .bold-text-111, .bold-text-112, .bold-text-113, .bold-text-114, .bold-text-115 {
  font-weight: 600;
}

.link-70 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-116, .bold-text-117 {
  font-weight: 600;
}

.heading-1989 {
  color: var(--purple);
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
}

.bold-text-118, .bold-text-119, .bold-text-120, .bold-text-121, .bold-text-122, .bold-text-123, .bold-text-124, .bold-text-125, .bold-text-126, .bold-text-127, .bold-text-128, .bold-text-129, .bold-text-130, .bold-text-131, .bold-text-132, .bold-text-133 {
  font-weight: 600;
}

.div-block-144614 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-498 {
  text-align: center;
}

.link-71 {
  color: var(--purple);
  text-decoration: none;
}

.bold-text-134 {
  font-weight: 600;
}

.link-72 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-135 {
  font-weight: 600;
}

.link-73 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-136 {
  font-weight: 600;
}

.link-74 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-137 {
  color: var(--indigo);
  font-weight: 600;
}

.link-75 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-138 {
  font-weight: 600;
}

.link-76 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-139 {
  font-weight: 600;
}

.div-block-144615 {
  text-align: center;
}

.link-77, .link-78 {
  color: var(--purple);
  text-decoration: none;
}

.bold-text-140, .bold-text-141, .bold-text-142, .bold-text-143, .bold-text-144, .bold-text-145, .bold-text-146, .bold-text-147, .bold-text-148 {
  font-weight: 600;
}

.link-79 {
  text-decoration: none;
}

.link-79.w--current {
  color: var(--indigo);
}

.link-80, .link-81, .link-82 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-149 {
  font-weight: 600;
}

.link-83 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-150 {
  font-weight: 600;
}

.link-84 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-151 {
  font-weight: 600;
}

.link-85 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-152 {
  font-weight: 600;
}

.link-86, .link-87 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-153 {
  font-weight: 600;
}

.link-88, .link-89 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-154, .bold-text-155 {
  font-weight: 600;
}

.link-90, .link-91 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-156 {
  font-weight: 600;
}

.link-92 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-157 {
  font-weight: 600;
}

.link-93 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-158 {
  font-weight: 600;
}

.link-94 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-159 {
  font-weight: 600;
}

.link-95, .link-96, .link-97, .link-98, .link-99, .link-100 {
  color: var(--purple);
  text-decoration: none;
}

.bold-text-160, .bold-text-161, .bold-text-162, .bold-text-163, .bold-text-164, .bold-text-165, .bold-text-166, .bold-text-167 {
  color: var(--indigo);
}

.italic-text-3 {
  font-style: normal;
}

.link-101 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-168, .bold-text-169, .bold-text-170, .bold-text-171, .bold-text-172, .bold-text-173, .bold-text-174, .bold-text-175, .bold-text-176 {
  font-weight: 500;
}

.link-102 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-177 {
  font-weight: 600;
}

.link-103 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-178 {
  font-weight: 600;
}

.link-104 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-179 {
  font-weight: 600;
}

.link-105 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-180 {
  font-weight: 600;
}

.link-106 {
  color: var(--indigo);
  text-decoration: none;
}

.link-107 {
  color: var(--gray);
  text-decoration: none;
}

.link-108, .link-109, .link-110, .link-111 {
  color: var(--purple);
  text-decoration: none;
}

.link-112 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-181 {
  font-weight: 600;
}

.link-113 {
  text-decoration: none;
}

.bold-text-182 {
  color: var(--indigo);
  font-weight: 600;
}

.link-114 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-183 {
  font-weight: 600;
}

.div-block-144616, .div-block-144617, .div-block-144618, .div-block-144619, .div-block-144620, .div-block-144621, .div-block-144622, .div-block-144623, .div-block-144624 {
  text-align: center;
}

.link-115 {
  color: var(--purple);
  text-decoration: none;
}

.bold-text-184 {
  color: var(--indigo);
  font-weight: 500;
}

.bold-text-185 {
  color: var(--gray);
  text-decoration: none;
}

.link-116 {
  text-decoration: none;
}

.bold-text-186 {
  color: var(--indigo);
  font-weight: 500;
}

.link-117 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-187 {
  font-weight: 600;
}

.link-118 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-188 {
  font-weight: 600;
}

.link-119 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-189 {
  font-weight: 600;
}

.bold-text-190 {
  color: var(--indigo);
  text-decoration: none;
}

.link-120 {
  text-decoration: none;
}

.bold-text-191 {
  color: var(--indigo);
  font-weight: 600;
}

.link-121 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-192 {
  font-weight: 600;
}

.bold-text-193, .bold-text-194 {
  font-weight: 500;
}

.bold-text-195 {
  color: var(--gray);
  font-weight: 500;
  text-decoration: none;
}

.bold-text-196, .bold-text-197, .bold-text-198, .bold-text-199 {
  font-weight: 500;
}

.bold-text-200 {
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.bold-text-201, .bold-text-202, .bold-text-203, .bold-text-204, .bold-text-205 {
  font-weight: 500;
}

.bold-text-206 {
  font-weight: 600;
}

.bold-text-207, .bold-text-208, .bold-text-209, .bold-text-210, .bold-text-211, .bold-text-212, .bold-text-213, .bold-text-214 {
  font-weight: 500;
}

.link-122 {
  color: var(--gray);
  text-decoration: none;
}

.link-123 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-215 {
  font-weight: 600;
}

.link-124 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-216 {
  font-weight: 600;
}

.link-125 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-217 {
  font-weight: 600;
}

.bold-text-218, .bold-text-219, .bold-text-220 {
  font-weight: 500;
}

.link-126 {
  text-decoration: none;
}

.bold-text-link-blog, .link-127 {
  color: var(--indigo);
  font-weight: 500;
  text-decoration: none;
}

.link-128 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-221 {
  font-weight: 600;
}

.link-129 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-222 {
  font-weight: 600;
}

.link-130 {
  color: var(--indigo);
  text-decoration: none;
}

.bold-text-223 {
  font-weight: 500;
}

.link-131 {
  color: var(--ghost-white);
  text-decoration: none;
}

.bold-text-224 {
  color: var(--indigo);
  font-weight: 500;
}

.container-119 {
  margin-top: 140px;
}

.section-76 {
  margin-top: 100px;
}

.section-77 {
  margin-top: 220px;
}

.container-120 {
  max-width: 1200px;
}

.container-121 {
  max-width: 1000px;
}

.paragraph-18 {
  color: var(--gray);
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 25px;
}

.link-all-blog, .link-132 {
  color: var(--gray);
  text-decoration: none;
}

.bold-text-225 {
  font-weight: 600;
}

.bold-text-226, .bold-text-227 {
  color: var(--indigo);
  font-weight: 600;
}

.link-133, .link-134 {
  text-decoration: none;
}

.bold-text-228 {
  color: var(--indigo);
  font-weight: 600;
}

.bold-text-229 {
  color: var(--indigo);
  font-weight: 600;
  text-decoration: none;
}

.bold-text-230 {
  color: var(--indigo);
  font-weight: 600;
}

.link-135, .link-136, .link-137 {
  text-decoration: none;
}

.paragraph-copy {
  color: var(--gray);
  text-align: left;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 27px;
  text-decoration: none;
}

.paragraph-1989 {
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.heading-1990 {
  color: var(--gray);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.container-122 {
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.button-8 {
  background-color: #412160;
  border-radius: 20px;
  font-family: Lato, sans-serif;
}

.button-8:hover {
  background-color: #945ec9;
}

.heading-1991 {
  color: var(--gray);
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-144626 {
  text-align: center;
}

.heading-1992 {
  color: var(--gray);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}

.heading-1993, .heading-1994 {
  color: var(--gray);
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.heading-1995 {
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.image-504 {
  width: 100%;
}

.image-505 {
  width: 60%;
  max-width: 60%;
}

.image-506 {
  max-width: 70%;
}

.fs-table_cell-2 {
  text-align: left;
  border: 1px solid #ddd;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  font-weight: 400;
}

.fs-table_cell-2.bold {
  font-weight: 600;
}

.fs-table_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table_instance {
  display: block;
}

.div-block-18341 {
  margin: 10px;
  padding: 10px;
}

.fs-table_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table_header-2 {
  text-align: left;
  border: 1px solid #ddd;
  padding: 10px 20px;
  font-size: 18px;
}

.fs-table_head {
  background-color: #f3f3f3;
}

@media screen and (min-width: 1280px) {
  .margin-bottom-24px {
    line-height: 24px;
  }

  .div-block-245 {
    background-color: #fdfefd;
    border-radius: 10px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu {
    background-color: #efebe2;
    height: 100vh;
    padding-top: 10vh;
  }

  .brand {
    flex: 0 auto;
  }

  .nav-link {
    order: -1;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .container.no-max {
    align-items: flex-start;
    display: block;
  }

  .brand-wrapper {
    left: 5vw;
  }

  .image {
    width: 150px;
  }

  .columns {
    flex-wrap: nowrap;
    display: block;
  }

  .column {
    padding: 10px;
  }

  .heading {
    font-size: 40px;
    line-height: 43px;
  }

  .heading-26 {
    padding-right: 33px;
    font-size: 13px;
    line-height: 20px;
  }

  .heading-23 {
    font-size: 13px;
  }

  .heading-25 {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-24 {
    margin-left: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .heading-22 {
    font-size: 13px;
    line-height: 20px;
  }

  .image-22 {
    margin-left: 10px;
  }

  .div-block-34 {
    padding-left: 10px;
  }

  .heading-21 {
    margin-left: 10px;
    font-size: 18px;
  }

  .image-17 {
    margin-top: 0;
    display: none;
  }

  .container-9 {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-16 {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .heading-18 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .section-5 {
    height: 475px;
  }

  .heading-19 {
    font-size: 15px;
    line-height: 19px;
  }

  .heading-15 {
    margin-left: 10px;
    font-size: 15px;
    line-height: 19px;
  }

  .heading-20 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .bold-text {
    font-size: 33px;
  }

  .heading-63 {
    margin-left: 192px;
    line-height: 18px;
  }

  .heading-59 {
    margin-left: 81px;
    line-height: 18px;
  }

  .div-block-20 {
    width: 424px;
    margin-left: 1px;
  }

  .div-block-22 {
    margin-left: 414px;
  }

  .column-35 {
    margin-top: 174px;
  }

  .div-block-29 {
    margin-left: 409px;
  }

  .heading-65 {
    margin-left: 123px;
    line-height: 18px;
  }

  .heading-61 {
    margin-left: 219px;
    line-height: 18px;
  }

  .column-38 {
    margin-top: -1px;
  }

  .heading-58 {
    margin-right: 28px;
    padding-right: 141px;
    line-height: 18px;
  }

  .column-36 {
    margin-top: 14px;
  }

  .div-block-18 {
    width: 451px;
    margin-left: -4px;
  }

  .heading-62 {
    margin-left: 14px;
    margin-right: 105px;
    line-height: 18px;
  }

  .section-7 {
    padding-top: 20px;
  }

  .div-block-16 {
    margin-left: -3px;
  }

  .bold-text-7 {
    margin-left: 5px;
    padding-left: 0;
    padding-right: 158px;
    font-size: 16px;
    display: inline-block;
  }

  .div-block-37 {
    background-image: url('../images/mansuit_1mansuit.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    height: 795px;
  }

  .heading-60 {
    margin-right: 81px;
    padding-left: 10px;
    line-height: 18px;
  }

  .div-block-23 {
    margin-left: 437px;
  }

  .heading-4 {
    margin-top: 0;
  }

  .column-63 {
    margin-top: 45px;
  }

  .section-8 {
    margin-top: 40px;
    padding-top: 20px;
  }

  .bold-text-8 {
    margin-left: 5px;
    padding-left: 0;
    padding-right: 158px;
    font-size: 16px;
    display: inline-block;
  }

  .div-block-38 {
    background-image: url('../images/mansuit2_1mansuit2.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    height: 795px;
  }

  .icon {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
    margin-right: 0;
    font-size: 41px;
  }

  .container-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    background-color: #fff;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: baseline;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .navbar-2 {
    background-color: #0000;
  }

  .section-9 {
    background-color: var(--white);
    text-align: center;
    display: none;
  }

  .section-10 {
    display: none;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--indigo);
    max-width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-23, .image-24 {
    display: none;
  }

  .image-25, .image-26 {
    display: block;
  }

  .section-11 {
    display: none;
  }

  .bold-text-9 {
    margin-left: 5px;
    padding-left: 0;
    padding-right: 158px;
    font-size: 16px;
    display: inline-block;
  }

  .image-27 {
    display: none;
  }

  .heading-106 {
    margin-top: -54px;
    margin-bottom: 49px;
    padding-top: 0;
    font-size: 18px;
  }

  .heading-107 {
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 30px;
    font-weight: 700;
  }

  .container-13 {
    margin-top: -32px;
    margin-bottom: 21px;
  }

  .nav-link-2 {
    text-align: left;
    padding: 10px;
  }

  .container-14 {
    text-align: center;
    background-color: #fff;
    padding-left: 0;
    display: block;
  }

  .nav-link-3, .nav-link-4 {
    padding: 10px;
  }

  .bold-text-10 {
    margin-left: -24px;
    padding-left: 0;
    font-size: 40px;
  }

  .image-28 {
    margin-top: 12px;
    margin-left: 6px;
    margin-right: 20px;
  }

  .column-64 {
    padding-top: 80px;
  }

  .container-15 {
    margin-top: 0;
  }

  .heading-109 {
    margin-top: -2px;
    font-size: 25px;
    line-height: 26px;
  }

  .heading-112 {
    margin-top: 0;
  }

  .section-15 {
    background-color: #fff;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .heading-114 {
    font-size: 40px;
  }

  .heading-115 {
    font-size: 25px;
  }

  .section-18 {
    padding-bottom: 0;
  }

  .image-40 {
    margin-top: 37px;
  }

  .div-block-52 {
    background-color: var(--white);
    text-align: left;
    justify-content: flex-end;
    display: flex;
  }

  .section-22 {
    display: block;
  }

  .nav-link-5 {
    text-align: center;
    background-color: #fff;
    font-family: Prompt, sans-serif;
    font-weight: 500;
  }

  .nav-link-5:hover {
    background-color: var(--indigo);
    color: var(--gold);
  }

  .nav-link-6 {
    text-align: center;
    background-color: #fff;
    font-family: Prompt, sans-serif;
    font-weight: 500;
  }

  .nav-link-6:hover {
    background-color: var(--indigo);
    color: var(--gold);
  }

  .nav-link-7 {
    text-align: center;
    background-color: #fff;
    font-family: Prompt, sans-serif;
    font-weight: 500;
  }

  .nav-link-7:hover {
    background-color: var(--indigo);
    color: var(--gold);
  }

  .navbar-3 {
    display: block;
  }

  .navbar-4 {
    display: none;
  }

  .navbar-5 {
    text-align: center;
    background-color: #fff;
    max-width: 100%;
    display: none;
  }

  .image-43 {
    display: none;
  }

  .section-24 {
    text-align: center;
    background-color: #fff;
    padding-bottom: 0;
  }

  .body-2 {
    background-color: #fff;
  }

  .nav-menu-2 {
    background-color: var(--white);
    padding-right: 0;
  }

  .image-44 {
    text-align: center;
    margin-left: 0;
    margin-right: -55px;
    padding-left: 0;
  }

  .column-79 {
    padding-left: 20px;
  }

  .brand-2 {
    text-align: center;
  }

  .div-block-55 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .container-20 {
    background-color: #fff;
    max-width: 100%;
  }

  .section-25 {
    margin-top: 24px;
  }

  .section-26 {
    margin-top: 32px;
    margin-bottom: -33px;
    padding-left: 96px;
  }

  .section-27, .navbar-6 {
    background-color: #fff;
  }

  .section-28 {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-132, .heading-133, .heading-134, .heading-136, .heading-137, .heading-138, .heading-139, .heading-140 {
    font-size: 14px;
  }

  .columns-3 {
    margin-top: -12px;
    margin-bottom: 117px;
    padding-top: 88px;
    padding-bottom: 31px;
  }

  .heading-141, .heading-142, .heading-143, .heading-144 {
    font-size: 14px;
  }

  .section-30 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .columns-4 {
    margin-bottom: 100px;
  }

  .heading-146 {
    max-width: 100%;
    margin-top: 0;
    font-family: Prompt, sans-serif;
    font-weight: 700;
  }

  .section-33 {
    margin-top: 150px;
  }

  .container-22 {
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .columns-5 {
    padding-bottom: 0;
  }

  .container-23 {
    max-width: 100%;
  }

  .image-52 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-12 {
    padding-left: 71px;
  }

  .section-41 {
    margin-top: 120px;
    display: block;
  }

  .columns-7 {
    margin-top: -8px;
  }

  .image-57 {
    margin-top: 83px;
    padding-bottom: 0;
  }

  .heading-154, .heading-157 {
    font-size: 18px;
  }

  .column-94 {
    padding-left: 18px;
  }

  .section-42 {
    display: none;
  }

  .heading-158 {
    margin-top: 10px;
    font-size: 32px;
  }

  .section-43 {
    margin-top: 160px;
  }

  .image-58 {
    margin-top: 0;
  }

  .image-59 {
    height: 400px;
  }

  .navbar-8 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .navbar-9 {
    background-color: #fff;
    display: none;
  }

  .navbar-10 {
    background-color: #fff;
  }

  .image-62 {
    text-align: left;
  }

  .container-33 {
    text-align: center;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    display: flex;
  }

  .brand-3 {
    text-align: left;
  }

  .image-63, .container-34 {
    text-align: center;
  }

  .navbar-11 {
    text-align: left;
  }

  .image-64 {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
  }

  .nav-link-15 {
    text-align: center;
    background-color: #fff;
    margin-top: 0;
    font-family: Prompt, sans-serif;
    font-weight: 500;
  }

  .nav-link-15:hover {
    background-color: var(--indigo);
    color: var(--gold);
  }

  .nav-link-16 {
    background-color: var(--white);
    text-align: center;
    margin-top: 0;
    font-family: Prompt, sans-serif;
    font-weight: 500;
  }

  .nav-link-16:hover {
    background-color: var(--indigo);
    color: var(--gold);
  }

  .nav-link-17 {
    background-color: var(--white);
    text-align: center;
    margin-top: 0;
    font-family: Prompt, sans-serif;
    font-weight: 500;
  }

  .nav-link-17:hover {
    background-color: var(--indigo);
    color: var(--gold);
  }

  .icon-2 {
    color: var(--indigo);
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    background-color: var(--gold);
  }

  .nav-menu-3, .nav-menu-4 {
    background-color: #fff;
  }

  .section-44 {
    display: block;
  }

  .container-35 {
    text-align: center;
    background-color: #fff;
  }

  .navbar-12 {
    background-color: #fff;
  }

  .image-65 {
    margin-left: 70px;
    padding-left: 0;
  }

  .nav-link-18 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    font-family: Prompt, sans-serif;
    display: flex;
  }

  .nav-link-18:hover {
    background-color: var(--indigo);
    color: var(--gold);
  }

  .nav-link-19 {
    background-color: #fff;
    justify-content: center;
    font-family: Prompt, sans-serif;
    display: flex;
  }

  .nav-link-19:hover {
    background-color: var(--indigo);
    color: var(--gold);
  }

  .nav-link-20 {
    background-color: #fff;
    justify-content: center;
    font-family: Prompt, sans-serif;
    display: flex;
  }

  .nav-link-20:hover {
    background-color: var(--indigo);
    color: var(--orange);
  }

  .nav-menu-5, .menu-button-3, .menu-button-3:hover {
    background-color: #fff;
  }

  .menu-button-3.w--open {
    background-color: var(--gold);
  }

  .icon-3 {
    color: #000;
  }

  .navbar-13 {
    background-color: #fff;
  }

  .columns-8 {
    margin-top: 10px;
  }

  .heading-165 {
    font-size: 32px;
    line-height: 42px;
  }

  .div-block-72 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-45 {
    padding-bottom: 0;
  }

  .section-48 {
    margin-top: 0;
  }

  .section-50 {
    margin-top: 120px;
  }

  .section-51 {
    margin-top: 0;
  }

  .column-103 {
    height: auto;
  }

  .heading-167 {
    padding-left: 20px;
  }

  .heading-168 {
    margin-bottom: 46px;
  }

  .section-53 {
    margin-top: 80px;
  }

  .heading-174 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  .container-49 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .gallery-scroll {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .gallery-link {
    margin-top: 0;
  }

  .navbar-16, .navbar-17, .navbar-18, .navbar-19, .navbar-20 {
    display: block;
  }

  .div-block-85 {
    width: 390px;
    margin-left: 17px;
  }

  .column-104, .column-105 {
    padding: 10px;
  }

  .language-section {
    min-height: 15vh;
  }

  .image-111, .image-112, .columns-21 {
    display: none;
  }

  .heading-183 {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-5-articles {
    height: 475px;
  }

  .section-57 {
    display: none;
  }

  .heading-184 {
    color: var(--purple);
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
  }

  .list-item, .list-item-2, .list-item-3 {
    color: var(--indigo);
    font-weight: 700;
  }

  .list {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-58 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-185 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-21 {
    background-color: var(--white);
  }

  .section-59, .section-menu-bar-mobile {
    display: block;
  }

  .section-61 {
    margin-top: 180px;
    margin-bottom: 20px;
  }

  .text-block-5 {
    color: var(--indigo);
    font-weight: 700;
  }

  .content_blog-together {
    font-size: 17px;
  }

  .text-span-12 {
    font-size: 16px;
  }

  .bold-text-22 {
    color: var(--indigo);
  }

  .bold-text-23 {
    color: var(--indigo);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text-24 {
    color: var(--indigo);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .list-item-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list-item-6 {
    line-height: 20px;
  }

  .heading-187 {
    color: var(--purple);
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .section-62 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-116 {
    max-width: 95%;
  }

  .heading-18-copy {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .bold-text-33 {
    font-size: 30px;
  }

  .heading-193 {
    margin-top: 10px;
    font-size: 32px;
  }

  .heading-194 {
    margin-top: 10px;
    font-size: 35px;
  }

  .section-63 {
    margin-top: 180px;
    margin-bottom: 8px;
  }

  .heading-73 {
    font-size: 20px;
  }

  .paragraph-12 {
    font-size: 14px;
  }

  .div-block-38-mobile {
    background-image: url('../images/mansuit2_1mansuit2.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    height: 795px;
  }

  .container-63 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-17 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-123 {
    padding-left: 10px;
  }

  .link-33 {
    margin-right: 45px;
  }

  .image-18 {
    margin-top: -22px;
  }

  .text-block-2 {
    margin-left: 0;
    margin-right: -16px;
  }

  .image-452 {
    margin-left: 42px;
  }

  .icon-12 {
    color: #412160;
    transform: scale(1.6);
  }

  .menu-button-4.w--open {
    background-color: #fff;
  }

  .heading-1256 {
    margin-left: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-246 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-453 {
    margin-left: 10px;
  }

  .heading-1257 {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-1258 {
    font-size: 13px;
  }

  .image-455 {
    margin-top: 15px;
    margin-left: 7px;
  }

  .menu, .menu.w--current {
    text-align: center;
  }

  .heading-1260 {
    padding-right: 33px;
    font-size: 13px;
    line-height: 20px;
  }

  .navbar-22 {
    margin-top: 60px;
  }

  .image-456 {
    margin-left: 10px;
  }

  .container-113 {
    max-width: 728px;
  }

  .heading-1261 {
    margin-left: 10px;
    font-size: 18px;
  }

  .heading-1262 {
    font-size: 13px;
    line-height: 20px;
  }

  .text-block {
    margin-top: 15px;
    margin-left: 13px;
    margin-right: -7px;
  }

  .nav-menu-copy {
    position: relative;
  }

  .section-74 {
    margin-top: 60px;
  }

  .image-459 {
    width: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-4 {
    top: -110%;
  }

  .menu-button-5 {
    font-size: 40px;
  }

  .menu-button-5.w--open {
    background-color: var(--white);
    color: var(--indigo);
  }

  .nav-menu-6 {
    background-color: var(--white);
  }

  .section-menu-final-khem {
    margin-top: 50px;
  }

  .div-block-248 {
    padding-left: 10px;
  }

  .heading-1988 {
    margin-top: 10px;
  }

  .heading-1990 {
    margin-left: 10px;
    font-size: 15px;
    line-height: 19px;
  }

  .container-122 {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-1991, .heading-1993 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .heading-1994 {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .heading-1995 {
    font-size: 15px;
    line-height: 19px;
  }
}

@media screen and (max-width: 767px) {
  .brand, .brand.w--current {
    padding-left: 0;
  }

  .columns {
    display: block;
  }

  .div-block-3 {
    text-align: center;
    padding-left: 0;
  }

  .div-block-4 {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading {
    font-size: 35px;
  }

  .column-7, .heading-26 {
    text-align: center;
  }

  .heading-23 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }

  .column-9, .column-33 {
    text-align: center;
  }

  .heading-24 {
    text-align: center;
    font-size: 16px;
  }

  .heading-22 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }

  .heading-21 {
    text-align: center;
    font-size: 28px;
  }

  .image-17 {
    height: 4px;
  }

  .container-9 {
    max-width: none;
  }

  .div-block-36 {
    text-align: center;
  }

  .heading-18 {
    text-align: left;
  }

  .column-59 {
    margin-top: 20px;
  }

  .section-5 {
    background-repeat: repeat-y;
    background-size: auto;
    height: auto;
  }

  .heading-19, .heading-15 {
    text-align: center;
    font-size: 17px;
  }

  .column-62 {
    margin-top: 20px;
  }

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

  .bold-text {
    font-size: 27px;
  }

  .heading-59 {
    margin-left: 243px;
  }

  .div-block-22 {
    margin-left: 347px;
  }

  .column-35 {
    margin-top: 4px;
  }

  .heading-58 {
    margin-right: 30px;
    padding-right: 184px;
    display: block;
  }

  .section-7 {
    display: none;
  }

  .div-block-16 {
    width: 354px;
  }

  .bold-text-7 {
    text-align: left;
    margin-left: 26px;
    padding-right: 0;
    font-family: Prompt, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .div-block-15 {
    margin-left: 146px;
  }

  .div-block-37 {
    background-size: cover;
  }

  .div-block-25 {
    margin-left: 136px;
  }

  .section-8 {
    display: none;
  }

  .bold-text-8 {
    text-align: left;
    margin-left: 26px;
    padding-right: 0;
    font-family: Prompt, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .div-block-38 {
    background-size: cover;
  }

  .icon {
    padding-left: 0;
    padding-right: 0;
  }

  .container-11 {
    text-align: center;
    margin-right: auto;
  }

  .section-10 {
    display: none;
  }

  .menu-button {
    margin-right: 16px;
    padding-left: 0;
  }

  .menu-button.w--open {
    max-width: 100%;
    margin-right: 20px;
  }

  .image-24 {
    display: none;
  }

  .image-25 {
    display: block;
  }

  .section-11 {
    text-align: center;
    background-color: #fff;
    background-image: url('../images/messageImage_1625626332268_1messageImage_1625626332268.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 640px;
    height: 425px;
    display: block;
  }

  .heading-68 {
    color: #412160;
    text-align: left;
    margin-top: -35px;
    margin-left: 15px;
    padding-top: 0;
    font-family: Prompt, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .heading-88 {
    text-align: left;
    margin-left: 30px;
    font-family: Prompt, sans-serif;
    font-weight: 400;
    line-height: 18px;
  }

  .heading-69 {
    color: #412160;
    text-align: left;
    padding-top: 51px;
    padding-left: 404px;
    font-family: Prompt, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .heading-90 {
    text-align: left;
    margin-top: -2px;
    margin-left: 17px;
    font-family: Prompt, sans-serif;
    font-weight: 400;
    line-height: 16px;
  }

  .div-block-31 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .heading-91 {
    text-align: left;
    margin-top: 17px;
    margin-left: 380px;
    font-family: Prompt, sans-serif;
    font-weight: 400;
    line-height: 18px;
  }

  .bold-text-9 {
    text-align: left;
    margin-left: 26px;
    padding-right: 0;
    font-family: Prompt, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .heading-89 {
    margin-top: -203px;
    margin-left: 368px;
    font-family: Prompt, sans-serif;
    font-weight: 400;
    line-height: 18px;
  }

  .heading-87 {
    text-align: left;
    margin-top: -53px;
    margin-left: 414px;
    font-family: Prompt, sans-serif;
    font-weight: 400;
    line-height: 18px;
  }

  .heading-92 {
    text-align: left;
  }

  .heading-106 {
    margin-top: -3px;
    padding-top: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .heading-107 {
    text-align: center;
    margin-top: 59px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .container-13 {
    margin-top: -96px;
    margin-bottom: -76px;
  }

  .bold-text-10 {
    margin-left: 10px;
    padding-left: 0;
  }

  .image-28 {
    text-align: left;
    margin-left: 102px;
  }

  .column-64 {
    text-align: left;
    margin-top: -23px;
    margin-bottom: 57px;
    padding-top: 48px;
    padding-left: 54px;
    padding-right: 0;
  }

  .container-15 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-109 {
    margin-top: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .heading-110 {
    margin-bottom: -12px;
  }

  .heading-111, .heading-113 {
    margin-bottom: 20px;
  }

  .heading-114 {
    font-size: 30px;
  }

  .heading-115 {
    font-size: 20px;
  }

  .column-68 {
    text-align: center;
    padding-top: 0;
  }

  .column-69 {
    text-align: center;
    padding-top: 10px;
  }

  .column-70 {
    text-align: center;
  }

  .column-71, .column-72 {
    text-align: center;
    padding-top: 10px;
  }

  .column-73 {
    text-align: center;
    padding-top: 0;
  }

  .column-74, .column-75 {
    text-align: center;
    padding-top: 10px;
  }

  .column-76, .column-77, .column-78 {
    text-align: center;
    padding-top: 0;
  }

  .text-span-3 {
    text-align: left;
    margin-left: -52px;
    padding-left: 0;
  }

  .div-block-41 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-42, .div-block-43, .div-block-44, .div-block-45, .div-block-46, .div-block-47, .div-block-48, .div-block-49, .div-block-50, .div-block-51 {
    margin-right: 0;
  }

  .image-39, .mask-2, .section-21 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .image-40 {
    margin-top: 20px;
  }

  .image-44 {
    text-align: center;
    margin-left: 60px;
    padding-left: 0;
  }

  .image-45 {
    margin-bottom: 2px;
    padding-bottom: 0;
  }

  .div-block-55 {
    margin-bottom: -5px;
  }

  .section-26 {
    margin-top: 81px;
    margin-bottom: 113px;
  }

  .column-80 {
    text-align: center;
  }

  .column-81 {
    text-align: center;
    margin-top: 0;
  }

  .column-82, .column-83 {
    text-align: center;
    margin-top: 20px;
  }

  .column-84, .column-85 {
    text-align: center;
    padding-bottom: 20px;
  }

  .column-86, .column-87 {
    text-align: center;
    padding-top: 0;
  }

  .section-28 {
    margin-top: 0;
    padding-top: 0;
  }

  .image-47 {
    text-align: left;
  }

  .div-block-56, .div-block-57, .div-block-58, .div-block-59, .div-block-60, .div-block-61, .div-block-62, .div-block-63, .div-block-64, .div-block-65, .div-block-66, .div-block-67 {
    text-align: center;
  }

  .heading-145 {
    text-align: center;
    font-family: Prompt, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }

  .heading-146 {
    margin-bottom: 40px;
  }

  .bold-text-12 {
    padding-left: 5px;
  }

  .image-54, .section-40 {
    display: none;
  }

  .section-41 {
    margin-top: 110px;
    display: block;
  }

  .image-57 {
    text-align: center;
    margin-top: 140px;
    padding-left: 3px;
  }

  .column-93 {
    text-align: center;
  }

  .heading-154 {
    margin-top: 0;
  }

  .column-94 {
    padding-left: 8px;
  }

  .heading-158 {
    font-size: 24px;
  }

  .section-43 {
    margin-top: 150px;
  }

  .image-59 {
    height: 300px;
    margin-top: 0;
  }

  .heading-165 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .section-48 {
    margin-top: 0;
  }

  .column-98, .column-99 {
    text-align: center;
  }

  .column-103 {
    align-items: flex-start;
  }

  .heading-168 {
    margin-top: 0;
  }

  .div-block-74, .div-block-75, .div-block-76 {
    text-align: center;
  }

  .section-53 {
    margin-top: 80px;
  }

  .columns-17 {
    flex-direction: row;
  }

  .heading-172 {
    font-size: 13px;
    line-height: 18px;
  }

  .div-block-84 {
    margin-bottom: 0;
  }

  .heading-173 {
    margin-bottom: 20px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slider, .gallery-overview, .gallery-scroll {
    padding: 60px 15px;
  }

  .gallery-sticky {
    margin-top: 29px;
  }

  .gallery-link, .text-span-15 {
    font-size: 15px;
  }

  .columns-18 {
    flex-wrap: nowrap;
    display: block;
  }

  .container-50 {
    margin-top: 47px;
  }

  .heading-179 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .heading-183 {
    font-size: 12px;
  }

  .section-56 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-5-articles {
    background-repeat: repeat-y;
    background-size: auto;
    height: auto;
    margin-top: 100px;
  }

  .section-61 {
    margin-top: 150px;
  }

  .heading-186 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .content_blog-together {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .section-62 {
    margin-left: 10px;
  }

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

  .image-115 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-188 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .columns-22 {
    flex-direction: column;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-116 {
    max-width: 80%;
  }

  .paragraph-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bold-text-27-copy {
    font-size: 20px;
  }

  .heading-18-copy {
    text-align: left;
  }

  .heading-189 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-121 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-33 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-193 {
    font-size: 24px;
  }

  .heading-194 {
    margin-top: 10px;
    font-size: 26px;
  }

  .section-63 {
    margin-top: 140px;
  }

  .heading-73 {
    font-size: 15px;
  }

  .columns-24 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .image-122 {
    margin-top: 20px;
  }

  .column-111 {
    align-items: center;
  }

  .div-block-112 {
    text-align: center;
  }

  .container-62 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-38-mobile {
    background-size: cover;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .column-8 {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 10px;
    display: flex;
  }

  .link-33 {
    margin-right: 0;
  }

  .section-70 {
    padding-top: 103px;
  }

  .text-block-2 {
    text-align: center;
    margin-top: 0;
    margin-right: 0;
  }

  .column-113 {
    text-align: center;
  }

  .columns-16 {
    display: block;
  }

  .image-452 {
    margin-top: 0;
    margin-left: 0;
  }

  .column-114 {
    text-align: center;
  }

  .icon-12 {
    display: inline-block;
  }

  .menu-button-4 {
    display: block;
  }

  .heading-1256 {
    text-align: center;
    font-size: 16px;
  }

  .column-12 {
    text-align: center;
    justify-content: flex-start;
    display: flex;
  }

  .container-68 {
    flex-direction: column;
  }

  .container-69 {
    display: none;
  }

  .image-454 {
    text-align: center;
    margin-top: 5px;
    margin-left: 0;
  }

  .heading-1258 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }

  .column-115 {
    text-align: center;
  }

  .column-116 {
    height: 20px;
  }

  .image-455 {
    margin-top: 5px;
    margin-left: 0;
  }

  .column-11 {
    text-align: center;
    justify-content: flex-start;
    display: flex;
  }

  .column-10 {
    text-align: center;
    margin-top: 10px;
    display: flex;
  }

  .heading-1260 {
    text-align: center;
  }

  .navbar-22 {
    display: none;
  }

  .column-57 {
    text-align: center;
    justify-content: flex-start;
    margin-top: 5px;
    display: flex;
  }

  .heading-1261 {
    text-align: center;
    font-size: 28px;
  }

  .heading-1262 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }

  .text-block {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-1263 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-74 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-459 {
    width: 180px;
  }

  .brand-4 {
    top: -100%;
  }

  .section-menu-final-khem {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-1988 {
    margin-top: 10px;
    font-size: 12px;
  }

  .div-block-4-mob, .div-block-4-pc, .div-block-4-mobb {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-1989 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .paragraph-copy {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .heading-1990 {
    text-align: center;
    font-size: 17px;
  }

  .container-122 {
    max-width: none;
  }

  .div-block-144625 {
    text-align: center;
  }

  .heading-1991 {
    text-align: left;
  }

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

  .column-119, .column-120 {
    margin-top: 20px;
  }

  .heading-1995 {
    text-align: center;
    font-size: 17px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 120px;
  }

  .div-block-4 {
    border-radius: 40px 0;
    margin: 20px 0;
  }

  .heading {
    margin: 7px;
    font-size: 21px;
    line-height: 23px;
  }

  .heading-2 {
    margin: 7px;
    line-height: 25px;
  }

  .column-7 {
    text-align: center;
  }

  .heading-26 {
    margin-top: 10px;
    margin-left: 0;
    padding-right: 0;
  }

  .button {
    margin-top: 10px;
  }

  .heading-23, .column-9 {
    text-align: center;
  }

  .heading-24 {
    margin-top: 10px;
  }

  .image-22 {
    margin-left: 0;
  }

  .container-8 {
    background-image: linear-gradient(#fff, #fff);
  }

  .heading-21 {
    text-align: center;
    font-size: 23px;
  }

  .image-19 {
    margin-top: 10px;
  }

  .container-9 {
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .column-58 {
    margin-bottom: 20px;
  }

  .heading-16 {
    margin-left: 0;
    font-size: 14px;
  }

  .heading-14 {
    margin-top: 20px;
  }

  .heading-18 {
    text-align: left;
    font-size: 14px;
  }

  .column-59 {
    margin-bottom: 20px;
  }

  .section-5 {
    height: auto;
  }

  .heading-19 {
    font-size: 17px;
  }

  .button-3 {
    background-color: #412160;
    border-radius: 20px;
  }

  .heading-15 {
    margin-left: 0;
    font-size: 17px;
  }

  .heading-20 {
    font-size: 14px;
  }

  .div-block-33 {
    text-align: center;
  }

  .bold-text {
    font-size: 23px;
    line-height: 29px;
  }

  .section-7 {
    display: none;
  }

  .bold-text-7 {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-37 {
    background-size: cover;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 20px;
  }

  .section-8 {
    display: block;
  }

  .bold-text-8 {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-38 {
    background-size: cover;
    display: none;
  }

  .icon {
    margin-right: -2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .container-11 {
    text-align: left;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    max-width: 100%;
    margin-right: 10px;
    padding-bottom: 0;
  }

  .section-11 {
    background-image: url('../images/12_112.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 250px;
    height: 540px;
    display: none;
  }

  .heading-68 {
    margin-left: 6px;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-69 {
    margin-left: 213px;
    padding-top: 120px;
    padding-left: 0;
    font-size: 12px;
  }

  .bold-text-9 {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-106 {
    margin-top: 39px;
    margin-left: 0;
    margin-right: 10px;
    font-size: 14px;
  }

  .heading-107 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: -2px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 12px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }

  .container-13 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-28 {
    margin-left: -19px;
    padding-left: 0;
  }

  .column-64 {
    padding-left: 39px;
  }

  .container-15 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-109 {
    margin-top: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .heading-110 {
    margin-bottom: -15px;
    font-size: 18px;
  }

  .heading-111, .heading-112, .heading-113 {
    font-size: 18px;
  }

  .section-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .heading-114 {
    font-size: 17px;
  }

  .heading-115 {
    margin-top: -15px;
    font-size: 15px;
    font-weight: 400;
  }

  .section-18 {
    margin-top: 20px;
  }

  .column-68, .column-69 {
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-70, .column-71 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-72, .column-73 {
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-74 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-75, .column-76 {
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-77 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-78 {
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-span-3 {
    margin-left: -2px;
  }

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

  .image-40 {
    margin-left: 0;
  }

  .image-44 {
    text-align: left;
    margin-left: 65px;
  }

  .column-79 {
    margin-top: 13px;
    padding-top: 0;
  }

  .section-25 {
    margin-top: 0;
  }

  .columns-3 {
    padding-left: 0;
  }

  .image-48, .column-90 {
    text-align: center;
  }

  .column-91 {
    padding-left: 0;
  }

  .heading-146 {
    font-size: 20px;
  }

  .section-33 {
    margin-top: 120px;
  }

  .heading-153 {
    line-height: 28px;
  }

  .bold-text-11 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
  }

  .column-92 {
    margin-top: -64px;
    padding-top: 0;
  }

  .image-54 {
    height: 1000%;
    display: block;
  }

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

  .section-40 {
    display: none;
  }

  .image-57 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-158 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .section-43 {
    margin-top: 140px;
    margin-bottom: 0;
  }

  .image-59 {
    margin-top: 0;
  }

  .heading-159, .heading-160 {
    line-height: 26px;
  }

  .container-33 {
    margin-top: 50px;
  }

  .container-35 {
    display: none;
  }

  .columns-8 {
    flex-direction: column;
  }

  .heading-164 {
    font-size: 32px;
  }

  .heading-165 {
    margin-top: 10px;
    font-size: 18px;
  }

  .image-66, .image-67 {
    width: 30px;
    height: 30px;
  }

  .column-97 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-166 {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .section-48 {
    margin-top: 0;
  }

  .column-98, .column-99, .column-100, .column-101 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-50 {
    margin-top: 100px;
  }

  .column-102 {
    padding: 20px;
  }

  .heading-170 {
    font-size: 18px;
  }

  .section-53 {
    margin-top: 80px;
  }

  .columns-17 {
    flex-direction: column;
  }

  .heading-172 {
    margin-top: 40px;
  }

  .heading-173 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-174 {
    font-size: 18px;
  }

  .container-49 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .heading-176 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 30px;
  }

  .heading-179 {
    font-size: 16px;
    line-height: 19px;
  }

  .columns-19 {
    flex-direction: column;
    justify-content: center;
  }

  .language-section {
    min-height: 9vh;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .language-toggle {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .language-link {
    min-height: 50px;
  }

  .language-list.w--open {
    min-width: 140px;
    padding-left: 10px;
    padding-right: 10px;
    top: -439%;
  }

  .flag-1, .flag-3, .div-block-102 {
    width: 30px;
    height: 30px;
  }

  .heading-183 {
    line-height: 18px;
  }

  .section-5-articles {
    height: auto;
    margin-top: 100px;
  }

  .heading-184 {
    text-align: left;
    padding-left: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .list {
    text-align: left;
    list-style-type: disc;
    display: block;
  }

  .section-58 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-185 {
    font-size: 16px;
  }

  .list-item-4 {
    list-style-type: disc;
  }

  .section-61 {
    margin-top: 150px;
  }

  .heading-186 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    line-height: 25px;
  }

  .container-57 {
    margin-top: 0;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .content_blog-together {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 20px;
    font-size: 15px;
  }

  .text-span-12 {
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-22 {
    font-size: 14px;
  }

  .section-62 {
    margin-top: 40px;
    margin-left: 0;
  }

  .bold-text-25 {
    font-size: 16px;
  }

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

  .bold-text-29, .bold-text-30 {
    font-size: 16px;
  }

  .image-115 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-188 {
    font-size: 14px;
  }

  .columns-22 {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-116 {
    max-width: 90%;
  }

  .paragraph-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

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

  .heading-18-copy {
    text-align: left;
    font-size: 14px;
  }

  .heading-189 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 25px;
  }

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

  .image-118, .image-119 {
    margin-bottom: 10px;
  }

  .columns-23 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-192 {
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .heading-193 {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-194 {
    font-size: 17px;
    line-height: 30px;
  }

  .section-63 {
    margin-top: 130px;
    margin-bottom: 0;
  }

  .image-123 {
    margin-bottom: 20px;
  }

  .image-124 {
    margin-bottom: 10px;
  }

  .div-block-113 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-115 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-126 {
    margin-bottom: 10px;
  }

  .paragraph-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-16 {
    font-size: 14px;
  }

  .bold-text-39 {
    font-size: 30px;
  }

  .div-block-38-mobile {
    background-image: none;
    height: 500px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    place-items: center;
    display: grid;
  }

  .background-video {
    height: 500px;
  }

  .heading-198 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-199 {
    font-size: 24px;
  }

  .image-129 {
    width: 35px;
    height: 35px;
  }

  .column-112 {
    text-align: center;
  }

  .paragraph-17 {
    font-size: 12px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .language-list-2.w--open {
    min-width: 140px;
    padding-left: 10px;
    padding-right: 10px;
    top: -242%;
  }

  .heading-1255 {
    font-size: 25px;
  }

  .column-8 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .link-33 {
    text-align: left;
    margin-right: 0;
    padding-left: 24px;
  }

  .section-69 {
    margin-top: 0;
  }

  .container-67 {
    height: auto;
  }

  .margin-bottom-24px {
    font-size: 14px;
  }

  .text-block-2 {
    margin-top: 0;
    margin-right: 0;
  }

  .column-113 {
    text-align: center;
  }

  .link-block-11 {
    display: none;
  }

  .image-452 {
    margin-top: 5px;
    margin-left: 0;
  }

  .icon-12 {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: inline-block;
  }

  .menu-button-4 {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    display: block;
  }

  .column-12 {
    text-align: center;
    justify-content: flex-start;
  }

  .container-68 {
    width: auto;
    margin-left: 0;
  }

  .container-69 {
    display: block;
  }

  .div-block-246 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-454 {
    text-align: center;
    margin-top: 5px;
    margin-left: 0;
  }

  .heading-1258, .column-115 {
    text-align: center;
  }

  .language-toggle-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .image-455 {
    margin-top: 5px;
    margin-left: 0;
  }

  .column-11 {
    text-align: center;
  }

  .column-10 {
    text-align: center;
    display: flex;
  }

  .heading-1260 {
    margin-left: 0;
  }

  .navbar-22 {
    margin-top: 0;
    display: block;
  }

  .text-block-8 {
    font-size: 15px;
  }

  .column-57 {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .container-113 {
    max-width: none;
  }

  .heading-1261 {
    text-align: center;
    font-size: 23px;
  }

  .text-block {
    text-align: center;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
  }

  .flag-4 {
    width: 30px;
    height: 30px;
  }

  .heading-1263 {
    font-size: 18px;
  }

  .image-459 {
    width: 150px;
  }

  .brand-4 {
    top: -100%;
  }

  .menu-button-5 {
    font-size: 30px;
  }

  .menu-button-5.w--open {
    background-color: var(--gold);
    -webkit-text-stroke-color: var(--light-grey);
  }

  .div-block-248 {
    flex-direction: column;
    margin-top: 20px;
  }

  .column-117 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .container-118 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-1988 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-4-mob {
    border-radius: 40px 0;
    margin: 20px 0;
  }

  .div-block-4-pc {
    border-radius: 40px 0;
    margin: 20px 0;
    display: none;
  }

  .div-block-4-mobb {
    border-radius: 40px 0;
    margin: 20px 0;
    display: block;
  }

  .heading-1989 {
    font-size: 15px;
  }

  .image-498 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-499 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-500 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-501 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-502, .image-503 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .heading-1990 {
    margin-left: 0;
    font-size: 17px;
  }

  .container-122 {
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-8 {
    background-color: #412160;
    border-radius: 20px;
  }

  .heading-1991 {
    text-align: left;
    font-size: 14px;
  }

  .div-block-144626 {
    text-align: center;
  }

  .column-118, .column-119 {
    margin-bottom: 20px;
  }

  .heading-1992 {
    margin-top: 20px;
  }

  .heading-1993 {
    font-size: 14px;
  }

  .heading-1994 {
    margin-left: 0;
    font-size: 14px;
  }

  .heading-1995 {
    font-size: 17px;
  }
}

#w-node-_2cb3332c-ffce-a0fb-a8ce-813ed0047fd0-a416a2d2, #w-node-_2cb3332c-ffce-a0fb-a8ce-813ed0048023-a416a2d2, #w-node-_2cb3332c-ffce-a0fb-a8ce-813ed0048089-a416a2d2, #w-node-_2cb3332c-ffce-a0fb-a8ce-813ed00480b6-a416a2d2, #w-node-_2cb3332c-ffce-a0fb-a8ce-813ed0048109-a416a2d2, #w-node-_2cb3332c-ffce-a0fb-a8ce-813ed004816f-a416a2d2, #w-node-_221e4f75-5a9d-7c7a-f65b-81214bb88dcf-a416a2f1, #w-node-a44d8497-9c3d-88e6-1e58-58ad1db972ea-a416a2f1, #w-node-a43c96c0-5921-46b5-af6f-e7fbe4c3cd1c-a416a2f1, #w-node-_9ab45303-8d2f-5d6c-7ee7-4a15a410cc6b-a416a2f1, #w-node-e814698d-69ca-9d59-87b6-d6cd00a725af-a416a2f1, #w-node-_961e3120-13d2-3212-ed58-ec9b6fc29968-a416a2f1, #w-node-_4d04585a-f389-ac5d-e59c-0b717968606e-a416a2f1, #w-node-b3241f95-8aa9-6c57-a04c-bd4747950eda-a416a2f1, #w-node-e1ace1fb-e579-9bd1-0915-44fb9e150d50-a416a2f1, #w-node-_7f63713f-1d75-3af6-b685-442fe663642c-a416a2f1, #w-node-d3a5e0ba-352d-5980-a180-ca2348b73d35-a416a2f1, #w-node-c0fedd31-4543-2bd3-f33a-4a6c9657c953-a416a2f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


