:root {
  --kütüp-library--white: white;
  --heather-purple: var(--kütüp-library--dim-grey);
  --kütüp-library--dark-slate-grey-x: #2e5261;
  --_heathers-site---black: #000;
  --_heathers-site---heather-cream: #fffdf8;
  --_heathers-site---heather-purple: #6b4c7d;
  --_heathers-site---white: white;
  --_heathers-site---heather-sage-green: #a8bfa1;
  --_heathers-site---heather-sage-green-light: #a8bfa1b0;
  --_heathers-site---heather-warm-beige: #f5efe9;
  --kütüp-library--burntsienna: #e76f51;
  --kütüp-library--dim-grey: #6e6e6e;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --_heathers-site---heather-purple-light: #6b4c7dc4;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--white: white;
  --_heathers-site---headers: "Playfair Display", sans-serif;
  --_heathers-site---body: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body {
  color: #333;
  --_heathers-site---black: #000;
  --_heathers-site---heather-cream: #fffdf8;
  --_heathers-site---heather-purple: #6b4c7d;
  --_heathers-site---white: white;
  --_heathers-site---heather-sage-green: #a8bfa1;
  --_heathers-site---heather-sage-green-light: #a8bfa1b0;
  --_heathers-site---heather-warm-beige: #f5efe9;
  --_heathers-site---heather-purple-light: #6b4c7dc4;
  --_heathers-site---headers: "Playfair Display", sans-serif;
  --_heathers-site---body: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

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

.kutup-announcement-bar-2 {
  z-index: 10;
  grid-column-gap: 20px;
  background-color: var(--heather-purple);
  justify-content: center;
  align-items: center;
  padding: 12px 2%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.kutup-x-button {
  background-color: var(--kütüp-library--dark-slate-grey-x);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: all .3s;
  display: flex;
}

.kutup-x-button:hover {
  opacity: .54;
}

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

.kutup-nav-link {
  color: var(--_heathers-site---black);
  text-transform: uppercase;
  padding: 15px;
  font-family: Crimson Pro, sans-serif;
  font-size: 20px;
  font-weight: 200;
  transition: opacity .3s;
}

.kutup-nav-link:hover {
  color: #264653cc;
}

.kutup-nav-link.w--current {
  color: var(--_heathers-site---black);
}

.kutup-flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-dropdown-arrow {
  color: var(--kütüp-library--dark-slate-grey-x);
  margin-right: 12px;
  font-size: 12px;
  font-weight: 300;
}

.kutup-dropdown-list {
  padding: 2px;
}

.kutup-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-link {
  color: var(--kütüp-library--dark-slate-grey-x);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link:hover {
  color: var(--heather-purple);
}

.kutup-dropdown-toggle {
  color: #264653;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 600;
}

.kutup-dropdown-toggle:hover {
  color: #264653cc;
}

.kutup-dropdown {
  font-weight: 700;
}

.kutup-first-element {
  order: -1;
}

.kutup-nav-component-3 {
  background-color: var(--_heathers-site---heather-cream);
  --_heathers-site---black: #000;
  --_heathers-site---heather-cream: #fffdf8;
  --_heathers-site---heather-purple: #6b4c7d;
  --_heathers-site---white: white;
  --_heathers-site---heather-sage-green: #a8bfa1;
  --_heathers-site---heather-sage-green-light: #a8bfa1b0;
  --_heathers-site---heather-warm-beige: #f5efe9;
  --_heathers-site---heather-purple-light: #6b4c7dc4;
  --_heathers-site---headers: "Playfair Display", sans-serif;
  --_heathers-site---body: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 25px 3%;
}

.kutup-nav-container-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.kutup-last-item {
  order: 1;
}

.heather-button-purple {
  border: 1.5px solid var(--_heathers-site---heather-purple);
  background-color: var(--_heathers-site---heather-cream);
  color: var(--_heathers-site---heather-purple);
  text-transform: uppercase;
  border-radius: 40px;
  padding: 14px 20px;
  font-family: Crimson Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: background-color .2s;
}

.heather-button-purple:hover {
  background-color: var(--_heathers-site---heather-purple);
  color: var(--_heathers-site---white);
}

.heather-button-purple.with-sage {
  background-color: var(--_heathers-site---heather-sage-green);
}

.heather-button-purple.with-sage:hover {
  background-color: var(--_heathers-site---heather-sage-green-light);
}

.heather-button-purple.sage-version {
  border-color: var(--_heathers-site---heather-sage-green);
  background-color: var(--_heathers-site---heather-warm-beige);
  color: var(--_heathers-site---heather-sage-green);
}

.heather-button-purple.sage-version:hover {
  background-color: var(--_heathers-site---heather-sage-green);
  color: var(--_heathers-site---white);
}

.kutup-section {
  background-color: var(--_heathers-site---heather-warm-beige);
  padding: 90px 5%;
}

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

.kutup-display-2 {
  color: var(--_heathers-site---heather-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-display-2.white-head {
  color: var(--_heathers-site---white);
}

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

.kutup-divider-60px.with-underline-white {
  border-bottom: 1px solid var(--_heathers-site---white);
}

.kutup-author-title {
  color: var(--_heathers-site---black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Crimson Pro, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

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

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

.kutup-photo-wrapper {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 0;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-medium-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

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

.kutup-footer-1 {
  background-color: #6b4c7d;
  padding: 0 5% 50px;
}

.kutup-footer-flex {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.kutup-footer-horizontal-flex {
  grid-column-gap: 20px;
  display: flex;
}

.kutup-footer-link {
  color: var(--heather-purple);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: #264653cc;
}

.kutup-copyright-center-text {
  text-align: center;
}

.kutup-copyright {
  color: var(--_heathers-site---white);
  margin-bottom: 0;
  padding-top: 15px;
  font-size: 12px;
  font-weight: 400;
}

.link-block {
  margin-top: -63px;
  padding-top: 0;
}

.kutup-flex-divider-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-flex-divider-2.kutup-center {
  justify-content: center;
}

.kutup-button-with-line {
  color: var(--heather-purple);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-line {
  background-color: var(--kütüp-library--burntsienna);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.kutup-shrink-item {
  z-index: 1;
  flex: 1;
  position: relative;
}

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

.white-text {
  color: var(--kütüp-library--white);
}

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

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-divider-60px-2 {
  height: 60px;
}

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

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

.kutup-hero-4 {
  background-color: #264653;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.kutup-hero-photo-overlay {
  opacity: .15;
  background-image: url('../images/D89693C9-4860-4856-97C2-D0A39DE08D8F_1_105_c.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.kutup-hero-title-4 {
  color: var(--kütüp-library--white);
  margin-top: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

.kutup-play-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.kutup-video-play {
  justify-content: center;
  align-items: center;
  display: flex;
}

.kutup-max-w-width-640px-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.kutup-section-dark {
  background-color: var(--heather-purple);
  background-image: url('../images/D89693C9-4860-4856-97C2-D0A39DE08D8F_1_105_c.jpeg');
  background-position: 0 0;
  background-size: cover;
  padding: 50px 5%;
}

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

.kutup-client-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.kutup-client-wrapper {
  grid-row-gap: 25px;
  background-color: var(--kütüp-library--dark-slate-grey-x);
  color: var(--kütüp-library--white);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 46px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.kutup-small-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 109px;
  padding-bottom: 109px;
}

.kutup-nav-link-2 {
  color: #000;
  text-transform: uppercase;
  padding: 15px;
  font-family: Crimson Pro, sans-serif;
  font-size: 20px;
  font-weight: 200;
  transition: opacity .3s;
}

.kutup-nav-link-2:hover {
  color: #264653cc;
}

.kutup-nav-link-2.w--current {
  color: #000;
}

.kutup-nav-component-4 {
  --_heathers-site---black: #000;
  --_heathers-site---heather-cream: #fffdf8;
  --_heathers-site---heather-purple: #6b4c7d;
  --_heathers-site---white: white;
  --_heathers-site---heather-sage-green: #a8bfa1;
  --_heathers-site---heather-sage-green-light: #a8bfa1b0;
  --_heathers-site---heather-warm-beige: #f5efe9;
  --_heathers-site---heather-purple-light: #6b4c7dc4;
  --_heathers-site---headers: "Playfair Display", sans-serif;
  --_heathers-site---body: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #fffdf8;
  padding: 25px 3%;
}

.heather-button-purple-2 {
  color: #6b4c7d;
  text-transform: uppercase;
  background-color: #fffdf8;
  border: 1.5px solid #6b4c7d;
  border-radius: 40px;
  padding: 14px 20px;
  font-family: Crimson Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: background-color .2s;
}

.heather-button-purple-2:hover {
  color: #fff;
  background-color: #6b4c7d;
}

.kutup-max-w-width-640px-3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-max-w-width-640px-3.socials {
  flex-flow: row;
}

.kutup-small-top-text-2 {
  color: var(--_heathers-site---heather-purple);
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.kutup-section-dark-2 {
  background-color: var(--_heathers-site---heather-warm-beige);
  padding: 50px 5% 85px;
}

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

.kutup-client-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.kutup-client-wrapper-2 {
  grid-row-gap: 25px;
  background-color: var(--_heathers-site---heather-sage-green);
  color: var(--kütüp-library--white);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 46px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.kutup-small-container-2 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.service-header {
  font-family: Crimson Pro, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}

.service-body {
  color: var(--_heathers-site---black);
  font-family: Crimson Pro, sans-serif;
  font-weight: 300;
}

.kutup-button-green {
  background-color: var(--heather-purple);
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green:hover {
  background-color: #3f6474;
}

.kutup-section-2 {
  background-color: var(--_heathers-site---heather-warm-beige);
  padding: 90px 5%;
}

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

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

.kutup-display-3 {
  color: var(--_heathers-site---black);
  margin-top: 0;
  padding-top: 18px;
  font-family: Crimson Pro, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.1;
}

.kutup-divider-40px-2 {
  height: 40px;
}

.kutup-divider-40px-2.line {
  border-bottom: .5px solid #000;
}

.kutup-checkbox-label {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

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

.kutup-field::placeholder {
  color: var(--kütüp-library--dim-grey);
  font-size: 14px;
  font-weight: 700;
}

.kutup-field.kutup-select {
  background-color: #fff;
  padding-left: 0;
  padding-right: 12px;
}

.kutup-request-form {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-select-field {
  color: #686868;
  background-color: #fff;
  border: 1px #000;
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
}

.kutup-select-field:active, .kutup-select-field:focus {
  color: #111;
}

.kutup-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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-2 {
  color: #818181;
  font-weight: 700;
}

.insta {
  padding-left: 8px;
}

.button-contact {
  border: 1px solid var(--_heathers-site---heather-cream);
  background-color: var(--_heathers-site---heather-sage-green);
  border-radius: 20px;
  font-family: Crimson Pro, sans-serif;
  font-weight: 300;
}

.button-contact:hover {
  background-color: var(--_heathers-site---heather-cream);
  color: var(--_heathers-site---heather-sage-green);
}

.column {
  padding-top: 0;
  padding-bottom: 0;
}

.columns {
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.utility-page-wrap {
  background-color: var(--_heathers-site---heather-warm-beige);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  display: flex;
}

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

.image {
  color: var(--_heathers-site---black);
}

.heading {
  font-family: Playfair Display, sans-serif;
}

.text-block {
  font-family: Crimson Pro, sans-serif;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .kutup-nav-link {
    background-color: var(--_heathers-site---heather-cream);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-nav-menu {
    background-color: #fff;
  }

  .kutup-dropdown-arrow {
    margin-right: 30px;
  }

  .kutup-menu-button {
    order: 1;
    padding-top: 15px;
    padding-left: 30px;
  }

  .kutup-menu-button.w--open {
    background-color: #0000;
  }

  .kutup-dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown {
    width: 100%;
  }

  .kutup-last-item {
    order: 1;
  }

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

  .kutup-author-title {
    margin-bottom: 29px;
  }

  .kutup-features-grid {
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .kutup-hero-4 {
    min-height: auto;
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .kutup-hero-title-4 {
    font-size: 60px;
  }

  .kutup-client-grid {
    grid-column-gap: 20px;
  }

  .kutup-nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-client-grid-2 {
    grid-column-gap: 20px;
  }

  .kutup-section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .kutup-announcement-bar-2 {
    padding: 13px 3%;
  }

  .kutup-nav-link {
    background-color: var(--_heathers-site---heather-cream);
  }

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .kutup-author-title {
    margin-bottom: 40px;
  }

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

  .kutup-footer-horizontal-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .kutup-hero-title-4 {
    font-size: 50px;
  }

  .kutup-client-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .kutup-client-grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .kutup-section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .column-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .kutup-announcement-bar-2 {
    flex-direction: column;
  }

  .kutup-x-button {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .kutup-flex-divider {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-mobile-portrait-hide {
    display: none;
  }

  .kutup-nav-component-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .kutup-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .kutup-author-title {
    margin-bottom: 40px;
  }

  .kutup-features-grid {
    grid-row-gap: 20px;
  }

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

  .kutup-footer-horizontal-flex {
    justify-content: center;
  }

  .kutup-flex-divider-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-flex-divider-2.kutup-center {
    align-items: center;
  }

  .kutup-hero-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .kutup-hero-title-4 {
    font-size: 45px;
  }

  .kutup-play-wrapper {
    width: 258px;
    margin-top: 20px;
    margin-left: 0;
  }

  .kutup-video-play {
    width: 70px;
    height: 70px;
  }

  .kutup-client-grid {
    grid-template-columns: 1fr;
  }

  .kutup-nav-component-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .kutup-client-grid-2 {
    grid-template-columns: 1fr;
  }

  .kutup-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-display-3 {
    font-size: 18px;
  }

  .kutup-field.kutup-select {
    margin-bottom: 10px;
  }

  .kutup-form-grid {
    grid-template-columns: 1fr;
  }

  .kutup-checkbox {
    flex: none;
  }
}

#w-node-_8ecfce3d-3f5c-9c63-179e-73f14c9cadac-5cb58582 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8ecfce3d-3f5c-9c63-179e-73f14c9cadad-5cb58582, #w-node-_8ecfce3d-3f5c-9c63-179e-73f14c9cadac-09e2b464, #w-node-_8ecfce3d-3f5c-9c63-179e-73f14c9cadad-09e2b464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


