:root {
  --contact: #000000d9;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--white: white;
  --kütüp-library--burntsienna: #e76f51;
  --or: #c0ac71;
}

.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;
  }
}

.anepou-hero {
  background-color: #0a0a0a;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.anepou-hero-logo {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.anepou-hero-brand {
  color: #fff;
  letter-spacing: 8px;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 300;
}

.anepou-hero-image-wrap {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0;
}

.anepou-hero-fade {
  background-image: url('../images/');
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(#000000b3 0%, #00000080 30%, #0000 70%);
  mask-image: linear-gradient(#000000b3 0%, #00000080 30%, #0000 70%);
}

.anepou-nav {
  z-index: 100;
  background-color: #0a0a0a;
  border-bottom-style: none;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  padding: 0 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.anepou-nav-logo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 4px;
  align-items: center;
  font-family: Georgia, serif;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.anepou-nav-links {
  grid-row-gap: 0;
  grid-column-gap: 0;
  align-items: center;
  display: flex;
}

.anepou-nav-sep {
  color: #ffffff4d;
  font-size: 11px;
}

.anepou-nav-social {
  opacity: .85;
  color: #fff;
  padding-left: 16px;
}

.anepou-nav-logo-img {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.anepou-hero-logo-real {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.anepou-hero-fade-1 {
  background-image: url('../images/');
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(#000000d9 0%, #0009 35%, #0000 75%);
  mask-image: linear-gradient(#000000d9 0%, #0009 35%, #0000 75%);
}

.anepou-wrap {
  background-color: #0a0a0a;
}

.anepou-nav-1 {
  z-index: 100;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  padding: 0 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.anepou-nav-links-1 {
  align-items: center;
  display: flex;
}

.anepou-nav-sep-1 {
  color: #ffffff59;
  font-size: 11px;
}

.anepou-nav-insta {
  align-items: center;
  padding-left: 14px;
  display: flex;
}

.anepou-hero-1 {
  background-color: #0a0a0a;
  background-image: linear-gradient(#00000026 0%, #00000040 30%, #0a0a0a 68%), url('../images/');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  display: flex;
}

.anepou-hero-content {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.anepou-logo-icon {
  width: auto;
  height: 54px;
}

.anepou-logo-typo {
  width: 150px;
  height: auto;
  margin-top: 4px;
}

.anepou-wrap-1 {
  background-color: #0e0e10;
}

.anepou-hero-1-2 {
  background-color: #0e0e10;
  background-image: linear-gradient(#00000026 0%, #00000040 30%, #0e0e10 68%), url('../images/');
}

.inline-div-0 {
  display: none;
}

.ap-wrap {
  background-color: #0e0e10;
  min-height: 100vh;
}

.ap-nav {
  z-index: 100;
  box-sizing: border-box;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  padding: 0 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.ap-nav-logo {
  box-sizing: border-box;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.ap-nav-logo.w--current {
  width: 150px;
  height: 50px;
  display: block;
  position: static;
}

.ap-nav-right {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ap-nav-sep {
  color: #fff6;
  font-size: 10px;
  line-height: 1;
}

.ap-nav-insta {
  align-items: center;
  padding-left: 14px;
  display: flex;
}

.ap-hero {
  background-color: #0e0e10;
  background-image: url('../images/');
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.ap-hero-logos {
  z-index: 2;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.ap-nav-1 {
  z-index: 100;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-color: #ffffff1a;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  padding: 0 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.ap-nav-sep-1 {
  color: #ffffff80;
  font-size: 11px;
}

.ap-hero-1 {
  box-sizing: border-box;
  background-color: #0e0e10;
  background-image: url('../images/tissu-neit-bleu-pierre.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 72px;
  display: flex;
  position: relative;
}

.ap-content {
  box-sizing: border-box;
  background-color: #0e0e1000;
  width: 100%;
  margin-top: 0%;
  padding-top: 0;
}

.ap-footer {
  box-sizing: border-box;
  background-color: #0e0e10;
  border-top: 1px solid #ffffff14;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.imgraw {
  background-image: url('../images/logo-full-w.png');
  background-position: 0 0;
  background-size: auto;
  width: auto;
  height: 100%;
  max-height: 36px;
  display: block;
}

.link-nav {
  color: #fff;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

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

.ap-hero-new {
  background-color: #0e0e10;
  width: 100%;
  line-height: 0;
  display: block;
  position: relative;
}

.ap-hero-bg {
  background-color: #0e0e10;
  background-image: linear-gradient(#0000 0% 55%, #0e0e10 100%), url('../images/');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.ap-hero-bg-1 {
  box-sizing: border-box;
  background-color: #0e0e10;
  background-image: linear-gradient(0deg, #0d0d0f, #fff0), url('../images/tissu-neit-rose-pierre.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0%;
  display: flex;
  position: static;
}

.navbar {
  z-index: 1100;
  background-color: #000000cf;
  border-bottom: 1px dotted #246483;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  background-color: #0d0d0f;
}

.brand {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  display: flex;
  position: relative;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 15vh;
  margin-bottom: 50px;
  display: block;
}

.div-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3.2rem;
  padding-bottom: 20px;
  display: flex;
}

.image-2 {
  max-width: none;
  margin-top: 20px;
  font-size: 20px;
}

.line-nav {
  background-color: #ffffff1a;
  width: 2px;
  height: 30px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation {
  width: 90%;
}

.div-block-2 {
  min-width: 250px;
}

.apc-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px 120px;
  position: sticky;
}

.apc-desc {
  color: #ffffff4d;
  letter-spacing: 1px;
  font-family: Anonymous Pro, monospace;
  font-size: 11px;
}

.apc-header {
  margin-top: 40px;
  margin-bottom: 0;
}

.apc-name {
  color: #fffc;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-size: 12px;
}

.apc-eyebrow {
  color: #ffffff4d;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Anonymous Pro, monospace;
  font-size: 11px;
}

.apc-info {
  flex-direction: column;
  row-gap: 5px;
  display: flex;
}

.apc-title {
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 300;
  display: block;
}

.apc-t3 {
  background-image: linear-gradient(150deg, #1a1a1a 0%, #282828 100%);
}

.apc-rows {
  flex-direction: column;
  row-gap: 80px;
  display: flex;
}

.apc-t2 {
  background-image: linear-gradient(150deg, #181e1c 0%, #1e2c28 100%);
}

.apc-row {
  flex-direction: column;
  row-gap: 28px;
  display: flex;
}

.apc-t1 {
  background-image: linear-gradient(150deg, #181818 0%, #222 100%);
}

.apc-row-head {
  align-items: center;
  column-gap: 20px;
  display: flex;
}

.apc-l3 {
  background-image: linear-gradient(150deg, #1a1a1c 0%, #222236 100%);
}

.apc-cat {
  color: #ffffff80;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Anonymous Pro, monospace;
  font-size: 11px;
}

.apc-l2 {
  background-image: linear-gradient(150deg, #181c1e 0%, #1e2830 100%);
}

.apc-line {
  background-color: #ffffff12;
  flex: 1;
  height: 1px;
}

.apc-l1 {
  background-image: linear-gradient(150deg, #1e1c18 0%, #2e281a 100%);
}

.apc-see-all {
  color: #fffffffa;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Anonymous Pro, monospace;
  font-size: 10px;
  text-decoration: none;
}

.apc-s3 {
  background-image: linear-gradient(150deg, #1c1e1a 0%, #262a1e 100%);
}

.apc-grid {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}

.apc-s2 {
  background-image: linear-gradient(150deg, #1e1c1c 0%, #2e2420 100%);
}

.apc-card {
  flex-direction: column;
  row-gap: 14px;
  text-decoration: none;
  display: flex;
}

.apc-s1 {
  background-image: linear-gradient(150deg, #1e1a1e 0%, #2a2030 100%);
}

.apc-img {
  aspect-ratio: 3 / 4;
  border: 1px solid #ffffff0d;
  width: 100%;
}

.apc-img.apc-c1 {
  background-image: url('../images/Blue-Lagoon-90x70-cm-coton.avif'), linear-gradient(150deg, #1e1c1a, #2a2620);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.apc-img.apc-c2 {
  background-image: url('../images/La-marche-des-géants-190x150-cm-coton---Grande.avif'), linear-gradient(150deg, #1c1c1a, #26261e);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.apc-img.apc-c3 {
  background-image: url('../images/Hommage-Olga-de-Amaral-180x140-cm-coton.avif'), linear-gradient(150deg, #1a1c1e, #20242a);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.apc-img.apc-s1 {
  background-image: url('../images/La-vie-après-la-mort-50x50-cm-coton.avif'), linear-gradient(150deg, #1e1a1e, #2a2030);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.apc-img.apc-s2 {
  background-image: url('../images/Blue-Lagoon-50x50-cm-coton.avif'), linear-gradient(150deg, #1e1c1c, #2e2420);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.apc-img.apc-s3 {
  background-image: url('../images/plaches-anatomiques-20x20-cm-coton.avif'), linear-gradient(150deg, #1c1e1a, #262a1e);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.apc-img.apc-l1 {
  background-image: url('../images/TDL2-modele-2-50x50-cm-coton-tissus-synthétiques.avif'), linear-gradient(150deg, #1e1c18, #2e281a);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.apc-img.apc-l2 {
  background-image: url('../images/TDL1-modele-1-50x50-cm-coton-tissus-synthétiques.avif'), linear-gradient(150deg, #181c1e, #1e2830);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.apc-img.apc-l3 {
  background-image: url('../images/TDL-200x150-cm-coton-tissus-synthétiques.avif'), linear-gradient(150deg, #1a1a1c, #222236);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.apc-img.apc-m1 {
  background-image: url('../images/Commode-coté1-H-80cm-Larg-53cm-Prof-30cm---Grande.avif'), linear-gradient(150deg, #1e1e1e, #2e2c2a);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.apc-img.apc-m2 {
  background-image: url('../images/boite-bois-papier-marouflé-18cm-L-18cm-l-8-cm-H.avif'), linear-gradient(150deg, #1e1e1c, #2e2e28);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.apc-img.apc-m3 {
  background-image: url('../images/boite-bois-papier-marouflé-18cm-L-10cm-l-8-cm-H.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.apc-img.apc-m4 {
  background-image: url('../images/appliques-2-papier-marouflé-.avif');
  background-position: 50%;
  background-size: cover;
}

.apc-img.apc-c4 {
  background-image: url('../images/VOLCANO-05-photo-17---Grande.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.apc-c3 {
  background-image: linear-gradient(150deg, #1a1c1e 0%, #20242a 100%);
}

.apc-c1 {
  background-image: linear-gradient(150deg, #1e1c1a 0%, #2a2620 100%);
}

.apc-c2 {
  background-image: linear-gradient(150deg, #1c1c1a 0%, #26261e 100%);
}

.apc-m1 {
  background-image: linear-gradient(150deg, #1e1e1e 0%, #2e2c2a 100%);
}

.apc-m2 {
  background-image: linear-gradient(150deg, #1e1e1c 0%, #2e2e28 100%);
}

.apc-m3 {
  background-image: linear-gradient(150deg, #1c1c1c 0%, #2a2a2a 100%);
}

.apc-a1 {
  background-image: linear-gradient(150deg, #1a1c1a 0%, #242824 100%);
}

.apc-a2 {
  background-image: linear-gradient(150deg, #1c1a18 0%, #2c2820 100%);
}

.apc-a3 {
  background-image: linear-gradient(150deg, #1a1a1c 0%, #24242e 100%);
}

.apc-x1 {
  background-image: linear-gradient(150deg, #1c1a1c 0%, #2a242a 100%);
}

.apc-x2 {
  background-image: linear-gradient(150deg, #181c18 0%, #222822 100%);
}

.apc-x3 {
  background-image: linear-gradient(150deg, #1c1c1a 0%, #2e2c24 100%);
}

.ap-dd {
  align-self: stretch;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.ap-dd-trigger {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  column-gap: 7px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.ap-dd-chevron {
  opacity: .45;
  flex-shrink: 0;
  margin-top: 1px;
  transition: transform .2s, opacity .2s;
}

.ap-dd-menu {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-image: linear-gradient(165deg, #051018f7 0%, #02090efa 100%);
  border-bottom: 1px solid #2d697d1f;
  border-left: 1px solid #2d697d2e;
  border-right: 1px solid #2d697d2e;
  flex-direction: column;
  min-width: 270px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 24px 64px #000000b3, 0 4px 20px #00142380, inset 0 0 60px #14465a0a;
}

.ap-dd-accent {
  background-image: linear-gradient(90deg, #28738a00 0%, #419eb273 35%, #5fc3d799 55%, #419eb273 75%, #28738a00 100%);
  height: 2px;
}

.ap-dd-item {
  color: #d2e6eb59;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff09;
  padding: 13px 30px;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: color .18s, padding-left .18s, background-color .18s;
  display: block;
}

.text-span {
  font-family: Merriweather, serif;
  font-weight: 300;
}

.icon-2 {
  color: #9b9b9b;
}

.dropdown-link {
  color: #fff;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #dba081;
}

.dropdown-list.w--open {
  background-color: #141518;
}

.body-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

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

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.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;
}

.margin-bottom-24px {
  margin-top: 70px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 10px;
  margin-top: 70px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.image-3 {
  border-radius: 20px;
  max-width: 60%;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block {
  color: #fff;
  margin-top: 12px;
  font-family: Faustina, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-2 {
  color: #b9b9b9;
  font-size: 12px;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-display-2 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-display-2.white-text {
  color: #fff;
}

.kutup-divider-30px {
  height: 30px;
}

.kutup-small-top-text {
  color: var(--kütüp-library--white);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-15px {
  height: 15px;
}

.kutup-button-white {
  background-color: var(--kütüp-library--white);
  color: var(--kütüp-library--dark-slate-grey);
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 700;
}

.kutup-button-white:hover {
  background-color: #ffffffbd;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-photo-wrapper {
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 86%;
  height: 570px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-checkbox-label {
  color: var(--contact);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.kutup-checkbox-label.white-text {
  color: #fff;
}

.kutup-field {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 14px;
}

.kutup-field::placeholder {
  color: var(--contact);
  font-size: 14px;
  font-weight: 700;
}

.kutup-field.message {
  height: 180px;
  margin-top: 10px;
  overflow: scroll;
}

.kutup-checkbox {
  background-color: #fff;
  border: 1px solid #29335c33;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.kutup-checkbox.w--redirected-checked {
  border-color: var(--kütüp-library--burntsienna);
  background-color: var(--kütüp-library--burntsienna);
  background-size: 11px;
}

.success-message {
  color: #fff;
  background-color: #00963e;
  border-radius: 5px;
  font-size: 15px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}

.kutup-checkbox-field {
  font-size: 15px;
  display: flex;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.kutup-gray-link.white-link {
  color: #fff;
}

.anepou-contact-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--contact);
  background-image: url('../images/tissu-neit-bleu-pierre.avif');
  background-position: 100% 100%;
  background-size: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 220px 5% 100px;
  display: block;
}

.kutup-contact-grid-1 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kutup-divider-10px {
  height: 10px;
}

.kutup-contact-form-flex {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  background-image: url('../images/ANEPOUR-Portrait-2.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 100%;
}

.textarea {
  height: 150px;
  min-height: 150px;
}

.textarea-2 {
  border-radius: 10px;
  min-height: 150px;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

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

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

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

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

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

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-2.shadow-two {
  margin-top: 20px;
  margin-bottom: 40px;
}

.gallery-scroll {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.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: block;
}

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

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

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

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

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

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

.gallery-image {
  width: 100%;
}

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

.ap-breadcrumb {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: .04em;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 71px;
  padding: 16px 24px;
  font-family: inherit;
  font-size: 13px;
  display: flex;
}

.ap-bc-link {
  color: #888;
  text-decoration: none;
  transition: color .2s;
}

.ap-bc-link:hover {
  color: #111;
}

.ap-bc-sep {
  color: #bbb;
}

.ap-bc-current {
  color: #111;
  font-weight: 600;
}

.ap-breadcrumb-1, .ap-breadcrumb-1-2, .ap-breadcrumb-1-2-3, .ap-breadcrumb-1-2-3-4, .ap-breadcrumb-1-2-3-4-5, .ap-breadcrumb-1-2-3-4-5-6, .ap-breadcrumb-1-2-3-4-5-6-7, .ap-breadcrumb-1-2-3-4-5-6-7-8, .ap-breadcrumb-1-2-3-4-5-6-7-8-9, .ap-breadcrumb-1-2-3-4-5-6-7-8-9-10, .ap-breadcrumb-1-2-3-4-5-6-7-8-9-10-11, .ap-breadcrumb-1-2-3-4-5-6-7-8-9-10-11-12, .ap-breadcrumb-1-2-3-4-5-6-7-8-9-10-11-12-13, .ap-breadcrumb-1-2-3-4-5-6-7-8-9-10-11-12-13-14, .ap-breadcrumb-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15, .ap-breadcrumb-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16, .ap-breadcrumb-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: .04em;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 24px;
  font-size: 13px;
  display: flex;
}

.ap-bc-static {
  color: #888;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: default;
  font-size: 13px;
}

.ap-bc-static.inline-span-0 {
  display: none;
}

.heading-2 {
  font-family: Merriweather, serif;
}

.ap-catmenu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding: 20px 24px;
  display: flex;
}

.ap-catmenu-link {
  color: #666;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 1px solid #ddd;
  border-radius: 999px;
  padding: 8px 16px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.ap-catmenu-link:hover {
  color: var(--or);
  border-color: #111;
}

.ap-catmenu-active {
  color: var(--or);
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #111;
  border: 1px solid #111;
  border-radius: 999px;
  padding: 8px 16px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
}

.paragraph {
  color: #f5f5f5;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-3 {
  color: #e0e0e0;
  text-align: center;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-span-2 {
  font-size: 22px;
  line-height: 34px;
}

.div-block-4 {
  border-right: 1px dotted var(--or);
  border-left: 1px dotted var(--or);
  background-color: #0000008f;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.submit-button {
  background-color: var(--or);
  border-radius: 8px;
}

.text-field, .text-field-2, .text-field-3 {
  border-radius: 10px;
}

.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;
}

@media screen and (min-width: 1280px) {
  .ap-hero-bg-1 {
    background-position: 0 0, 50%;
  }
}

@media screen and (min-width: 1440px) {
  .ap-hero-bg-1 {
    background-image: linear-gradient(0deg, #0d0d0f, #fff0), url('../images/tissu-neit-rose-pierre.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1920px) {
  .ap-hero-bg-1 {
    background-image: linear-gradient(0deg, #0d0d0f 7%, #fff0 52%), linear-gradient(#0d0d0f, #fff0 66%), url('../images/tissu-neit-rose-pierre.avif');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .div-block {
    background-image: radial-gradient(circle farthest-corner at 50% 80%, var(--contact), #fff0 25%);
  }
}

@media screen and (max-width: 991px) {
  .ap-hero-bg-1 {
    background-image: linear-gradient(#0000, #0000 14%, #0e0e10), url('../images/tissu-neit-rose-pierre.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    justify-content: center;
    align-items: center;
    height: 50vh;
  }

  .container {
    max-width: 450px;
    margin-top: 0;
    padding-top: 0;
    transform: translate(0, 1vh);
  }

  .div-block {
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: #0d0c10;
  }

  .div-block-2 {
    min-width: 180px;
  }

  .icon {
    color: #fff;
  }

  .apc-wrap {
    padding-top: 10px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .apc-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .container-2 {
    max-width: 728px;
  }

  .kutup-photo-wrapper {
    object-position: 50% 50%;
  }

  .kutup-contact-grid-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .kutup-contact-form-flex {
    max-width: 86%;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .ap-hero-bg-1 {
    background-image: linear-gradient(#0000, #0000 33%, #0e0e10), url('../images/tissu-neit-rose-pierre.avif');
    background-position: 0 0, 50%;
    height: auto;
  }

  .div-block {
    margin-top: 100px;
  }

  .apc-wrap {
    padding: 20px 20px 80px;
  }

  .apc-title {
    letter-spacing: 6px;
    font-size: 24px;
  }

  .apc-rows {
    row-gap: 60px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-photo-wrapper {
    height: 500px;
  }

  .anepou-contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-stack-2, .gallery-scroll {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .link-nav {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .ap-hero-bg-1 {
    background-image: linear-gradient(#0000 33%, #0e0e10 70%), url('../images/tissu-neit-rose-pierre.avif');
    background-position: 0 0, 50% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    flex-flow: column;
    width: auto;
    height: auto;
    display: block;
  }

  .image {
    margin-left: 20px;
  }

  .container {
    flex-flow: row;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 95px;
    display: flex;
  }

  .image-2 {
    max-width: 150px;
  }

  .nav-menu {
    flex-flow: column;
  }

  .div-block-2 {
    min-width: 120px;
  }

  .icon {
    color: #fff;
  }

  .apc-wrap {
    padding-top: 0;
  }

  .apc-header {
    flex-flow: column;
    margin-top: 20px;
  }

  .apc-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .apc-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }

  .container-2 {
    max-width: none;
  }

  .text-block {
    font-size: 16px;
    display: block;
  }

  .menu-button.w--open {
    background-color: #8f8150;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-photo-wrapper {
    width: 100%;
    height: 300px;
  }

  .kutup-checkbox {
    flex: none;
  }

  .kutup-contact-form-flex {
    max-width: 100%;
    padding-left: 19px;
    padding-right: 19px;
  }

  .div-block-3 {
    background-position: 50% 30%;
    min-height: 300px;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }
}

#w-node-d6ea478d-8869-360d-5ba1-9aaa5fae5f10-8a3f135d, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352461f-04641755 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352462f-04641755 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524630-04641755, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524631-04641755, #access-dash.w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524634-04641755, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524635-04641755, #lead-retrieval.w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524638-04641755, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524639-04641755, #lead-scoring.w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352463c-04641755, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352463d-04641755, #sponsored-sections.w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524640-04641755, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524641-04641755 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352462f-c5bbad33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#access-dash.w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524634-c5bbad33, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524635-c5bbad33, #virtual-booths.w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524630-c5bbad33, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524631-c5bbad33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352462f-d01ca252 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524630-d01ca252, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524631-d01ca252, #lead-scoring.w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352463c-d01ca252, #lead-scoring.w-node-d5d4993d-4054-769d-8ee4-939c837d3c3c-d01ca252, #lead-scoring.w-node-_69e5c126-5785-7b8d-a91c-3b29eec73db3-d01ca252 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352462f-c5bbaf71 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524630-c5bbaf71, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524631-c5bbaf71, #access-dash.w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524634-c5bbaf71, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524635-c5bbaf71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352462f-dabf262e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524630-dabf262e, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524631-dabf262e, #access-dash.w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524634-dabf262e, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524635-dabf262e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352462f-e13e8870 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524630-e13e8870, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d213524631-e13e8870 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352461f-04641755 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352461f-04641755, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352462f-04641755, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352462f-c5bbad33, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352462f-d01ca252, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352462f-c5bbaf71, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352462f-dabf262e, #w-node-d158e2f8-b3ef-0ac7-eb6d-a9d21352462f-e13e8870 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


