:root {
  --blue-900: #0f163e;
  --white: white;
  --red: #982033;
  --grey-300: #dcdde0;
  --grey-500: #878a94;
  --grey-100: whitesmoke;
  --grey-400: #afb1b8;
  --grey-600: #535766;
  --primary: #a8856b;
  --waves-library-black: #131313;
  --grey-200: #f2f2f2;
  --blue-800: #272d43;
  --kütüp-library-white: white;
  --blue-700: #30395d;
  --blue-600: #59617d;
  --kütüp-library-dim-grey: #6e6e6e;
  --kütüp-library-dark-slate-grey: #264653;
  --kütüp-library-burntsienna: #e76f51;
  --waves-library-dark-elevation: #ede0d8;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('/images/6191a88a1c0e39463c2bf022_placeholder-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--blue-900);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  color: var(--blue-900);
  letter-spacing: -.075rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 110%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--blue-900);
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.nav-menu {
  align-items: center;
  margin-right: 0;
  display: flex;
}

.logo {
  max-width: 100%;
  max-height: 80px;
  margin-top: 2px;
  margin-right: 0;
}

.nav-logo {
  margin-right: 8px;
  padding-left: 0;
}

.navbar {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6rem;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-link {
  padding: 16px;
  transition: all .2s;
}

.nav-link:hover {
  opacity: .9;
  color: var(--red);
}

.nav-link.w--current {
  color: var(--red);
}

.nav-link.primary {
  border: 1px solid var(--grey-300);
  margin-left: 16px;
  padding: 14px 32px;
  font-size: 1rem;
  line-height: 1.3;
}

.nav-link.primary.w--current {
  color: var(--red);
}

.nav-link.primary.line-none {
  text-decoration: none;
}

.nav-link.primary.line-none.full {
  color: #1e1e1e;
  text-align: center;
  border-color: #1e1e1e;
  width: 100%;
  margin-left: 0;
  font-weight: 500;
  display: block;
}

.nav-link.hide {
  display: none;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 100px;
  padding-top: 0;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
  display: flex;
}

.navbar-text {
  max-width: 30%;
  color: var(--grey-500);
  margin-bottom: 0;
  padding-top: 0;
}

.left-nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-top: 0;
  display: flex;
}

.text-5xl {
  letter-spacing: -.275rem;
  font-size: 7rem;
  line-height: 1.1;
}

.text-5xl.primary-text {
  color: var(--red);
}

.text-large {
  letter-spacing: -.025rem;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1.2;
}

.text-base {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-base.footer-link {
  color: var(--blue-900);
  cursor: pointer;
  margin-bottom: 4px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.text-base.footer-link:hover {
  color: var(--red);
}

.text-base.footer-link.hide {
  display: none;
}

.section {
  min-height: 40px;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.section.hero-section {
  background-image: linear-gradient(#ffffff47, #ffffff47);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 164px;
  padding-bottom: 164px;
  display: flex;
  position: relative;
}

.section.grey-background {
  background-color: var(--grey-100);
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.grey-background.padding-bt-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.grey-background.padding-bt-160.no-top-margin {
  margin-top: 0;
}

.section.grey-background.padding-bt-160.no-top-margin.bg-white {
  z-index: 1;
  background-color: var(--white);
}

.section.grey-background.padding-bt-160.no-top-margin.bg-white.no-bot-margin {
  margin-top: 8rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section.grey-background.padding-bt-160.no-top-margin.bg-white.no-margin {
  min-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.dontknow, .section.staff, .section.staff-feature, .section.testimonials, .section.partners, .section.hidden {
  display: none;
}

.section.newsletter {
  margin-top: 5rem;
}

.section.newsletter.margin {
  margin-top: 8rem;
}

.section.form-staff {
  margin-top: 0;
}

.section.no-margin-mobile.no-margin-bottom {
  margin-bottom: 0;
}

.text-3xl {
  line-height: 1;
}

.text-3xl.text-4xl {
  font-weight: 700;
}

.text-4xl {
  letter-spacing: -.075rem;
  font-size: 4.5rem;
  line-height: 1;
}

.text-2xl {
  letter-spacing: -.05rem;
  font-size: 3rem;
  line-height: 1.1;
}

.text-2xl.margin-bottom-104.fade-in.no-wrap {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 2.2rem;
}

.text-2xl.margin-top-8 {
  margin-top: 8px;
}

.text-s {
  letter-spacing: 0;
  font-size: .875rem;
  line-height: 1.1;
}

.text-s.navbar-text {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.text-s.navbar-text.margin-right-16 {
  max-width: none;
  margin-right: 32px;
}

.text-medium {
  letter-spacing: -.025rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.6;
}

.text-medium.hero-subheading {
  color: var(--red);
  margin-bottom: 8px;
}

.text-medium.text-grey-600 {
  color: var(--grey-600);
}

.text-medium.margin-bottom-16 {
  color: var(--red);
  margin-bottom: 16px;
  font-weight: 700;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
}

.container.testimonials-container {
  color: var(--white);
  text-align: center;
}

.text-field {
  object-fit: fill;
  background-color: #000;
  border: 1px solid #fff3;
  flex: 0 auto;
  height: auto;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
}

.text-field:focus {
  border-color: var(--primary);
  color: var(--white);
}

.text-field::placeholder {
  color: #fff9;
}

.text-field.light-textfield {
  background-color: var(--grey-100);
  margin-bottom: 40px;
}

.text-field.light-textfield:focus {
  color: var(--blue-900);
}

.text-field.light-textfield::placeholder {
  color: var(--grey-600);
}

.text-field._2 {
  color: var(--waves-library-black);
  background-color: #fff;
  padding-left: 25px;
}

.text-field._2::placeholder {
  color: #878885;
}

.text-xl {
  font-size: 2rem;
  line-height: 1.2;
}

.text-xl.margin-bottom-24 {
  font-weight: 700;
}

.text-xl.margin-bottom-56.max-width-80 {
  max-width: 90%;
  font-size: 1.6rem;
}

._12-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._12-column-grid.numbers-grid {
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr);
}

._12-column-grid.numbers-grid.center {
  text-align: center;
  place-items: center stretch;
}

._12-column-grid.margin-top-112 {
  margin-top: 112px;
}

._12-column-grid.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 112px;
}

._12-column-grid.fade-in.hide {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

._12-column-grid.staff {
  display: none;
}

.white-text {
  color: var(--white);
}

.white-text.main-header-title {
  color: var(--blue-900);
  font-family: Roboto, sans-serif;
  font-size: 4.5rem;
}

.hero-text-container {
  z-index: 3;
  background-image: none;
  background-size: auto;
}

.graphic-element {
  display: none;
  position: absolute;
  top: -3.1vh;
  right: 19.8vw;
}

.graphic-element.left-aligned {
  left: 11.8vw;
  right: auto;
}

.graphic-element.left-aligned.bottom {
  top: -15.2vh;
  left: 1.5vw;
}

.hero-image {
  z-index: -1;
  width: 90.5vw;
  max-width: none;
  margin-left: auto;
  display: block;
  position: static;
}

.scroll-down {
  background-color: var(--grey-100);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 9.5vw;
  height: 15vh;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.scroll-down-arrow {
  filter: grayscale();
}

.hero-image-container {
  background-color: var(--grey-100);
  padding-bottom: 0;
  display: block;
}

.grey-500-text {
  color: var(--grey-500);
}

.primary-text {
  color: var(--primary);
  margin-left: 0;
}

.primary-text.margin-left-8 {
  color: var(--red);
  margin-left: 8px;
}

.navbar-text-container {
  max-width: 60%;
  display: flex;
}

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

.usp-container {
  border: 1px solid var(--grey-200);
  margin-top: 0;
  padding: 64px 40px 40px;
}

.icon {
  margin-bottom: 40px;
}

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

.section-heading-container {
  align-items: center;
  margin-bottom: 48px;
  display: block;
}

.dot {
  background-color: var(--red);
  border-radius: 100vw;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}

.accordion-wrapper {
  border-top: 1px solid var(--grey-300);
  padding-top: 0;
}

.accordion-item {
  border-bottom: 1px solid var(--grey-300);
  cursor: pointer;
  border-radius: 1px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.accordion-item-trigger {
  cursor: pointer;
}

.accordion-item-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.accordion-item-content {
  width: 37%;
  margin-top: 0;
  margin-left: auto;
  padding-top: 10px;
  overflow: hidden;
}

.accordion-item-content.is-flex {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.deliverables-container {
  margin-top: 32px;
}

.deliverable-container {
  border-bottom: 1px solid var(--grey-300);
  padding-top: 16px;
  padding-bottom: 16px;
}

.margin-top-48 {
  margin-top: 48px;
}

.margin-top-48.is-37 {
  width: 65%;
}

.accordion-item-icon-container {
  justify-content: space-between;
  align-items: center;
  width: 37%;
  margin-top: 8px;
  display: flex;
}

.testimonial-container-background {
  background-color: var(--blue-900);
  color: var(--white);
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.testimonial-container-background.no-margin-bottom {
  background-color: #888;
  background-image: url('/images/Noise.png');
  background-position: 0 0;
  margin-bottom: 0;
}

.testimonial-container-background.no-margin-bottom.hidden {
  display: none;
}

.testimonial-container-background.fullscreen-image-section {
  background-color: #888;
  background-image: url('/images/Noise.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.testimonial-container-background.fullscreen-image-section.hidden {
  display: none;
}

.section-heading-content {
  align-items: center;
  display: flex;
}

.divider {
  background-color: var(--blue-800);
  width: 100%;
  height: 1px;
}

.divider.margin-top-24.margin-bottom-32 {
  background-color: var(--kütüp-library-white);
}

.grey-400-text {
  color: var(--grey-100);
}

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

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

.approach-item-container {
  max-width: 80%;
}

.margin-top-12 {
  margin-top: 12px;
}

.large-image-container {
  width: 90.5vw;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.white-background {
  background-color: var(--white);
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonials-content-container {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  display: flex;
  position: relative;
}

.testimonials-container-background {
  z-index: -1;
  background-color: var(--red);
  background-image: url('/images/background-graphic.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.testimonial-container {
  border-bottom: 4px solid var(--primary);
  background-color: var(--white);
  color: var(--blue-900);
  text-align: left;
  padding: 64px 48px 56px 40px;
  position: relative;
  box-shadow: 0 10px 60px #0000000a;
}

.testimonial-container.fade-in, .testimonial-container.fade-in-100ms, .testimonial-container.fade-in-200ms {
  border-bottom-color: var(--red);
}

.testimonial-item-graphic {
  max-width: 20%;
  position: absolute;
  top: -2.5vh;
  left: auto;
  right: auto;
}

.client-container {
  align-items: center;
  display: flex;
}

.client-avatar {
  background-color: var(--grey-300);
  object-fit: cover;
  border-radius: 100vw;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  padding-top: 0;
}

.grey-600-text {
  color: var(--grey-600);
}

.grey-600-text.footer-text {
  line-height: 168%;
}

.testimonials-heading-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-heading-container.flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
}

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

.split-container.reverse {
  flex-direction: row-reverse;
}

.image-container {
  width: 45%;
  position: relative;
  overflow: visible;
}

.split-section-content-container {
  width: 38%;
}

.button {
  border: 1px solid var(--grey-300);
  color: var(--blue-900);
  cursor: pointer;
  background-color: #0000;
  margin-top: 48px;
  padding: 16px 40px;
  transition: all .2s;
}

.button:hover {
  background-color: var(--blue-900);
  color: var(--white);
}

.split-section-graphic-element {
  z-index: -1;
  position: absolute;
  top: -15.3vh;
  right: -2.8vw;
}

.team-member-image-container {
  background-color: var(--grey-100);
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 32px;
  padding-top: 0;
  display: flex;
}

.team-member-image {
  width: 100%;
}

.email-link {
  color: var(--red);
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.email-link-icon {
  margin-left: 8px;
}

.email-link-icon.margin-left-16 {
  margin-left: 16px;
}

.email-link-icon.large-icon {
  height: 20px;
}

.newsletter-container {
  z-index: auto;
  background-color: var(--blue-900);
  height: auto;
  color: var(--white);
  background-image: url('/images/background-graphic.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.newsletter-container.fade-in {
  background-color: var(--red);
  background-image: url('/images/Noise.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 65px;
}

.newsletter-container.fade-in.staff {
  color: #1e1e1e;
  background-color: #f5f5f5;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 4rem 5rem 5rem;
}

.newsletter-container.fade-in.contact {
  color: #1e1e1e;
  background-color: #f5f5f5;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 2rem 4rem;
  position: static;
  top: auto;
  left: auto;
  right: auto;
}

.newsletter-container.fade-in.login {
  color: #1e1e1e;
  background-color: #f5f5f5;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  min-width: 40rem;
  margin-bottom: 0;
  padding: 3rem 4rem 4rem;
  position: static;
  top: auto;
  left: auto;
  right: auto;
}

.newsletter-container.fade-in.password {
  color: #1e1e1e;
  background-color: #f5f5f5;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  min-width: 40rem;
  margin-bottom: 0;
  padding: 3rem 4rem 4rem;
  position: static;
  top: auto;
  left: auto;
  right: auto;
}

.form {
  align-items: flex-start;
  display: flex;
}

.form._2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: stretch;
}

.form-block {
  width: 58%;
  margin-top: 64px;
  margin-bottom: 0;
}

.form-block._2 {
  width: 100%;
  max-width: none;
}

.form-block._2.no-margin {
  margin-top: 0;
}

.submit-button {
  background-color: var(--grey-300);
  cursor: pointer;
  margin-left: 8px;
  padding: 16px 40px;
  transition: all .2s;
  overflow: visible;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--blue-900);
}

.submit-button.no-margin-left {
  margin-left: 0;
}

.submit-button.subscribe {
  color: #000;
}

.submit-button._2 {
  background-color: var(--red);
  width: 100%;
  margin-left: 0;
}

.submit-button._2:hover {
  background-color: var(--white);
}

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

.subfooter {
  border-top: 1px solid var(--grey-300);
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.subfooter-links {
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.subfooter-link {
  color: var(--grey-500);
  margin-right: 24px;
  text-decoration: none;
  transition: all .2s;
}

.subfooter-link:hover {
  color: var(--primary);
}

.footer {
  padding-bottom: 48px;
}

.error-message {
  text-align: center;
  background-color: #ff4a4a;
}

.success-message {
  background-color: var(--primary);
}

.client-logo-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll-progress-bar {
  z-index: 999999;
  background-color: var(--red);
  transform-origin: 0%;
  width: 100%;
  height: 4px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.fade-in {
  margin-bottom: 40px;
}

.fade-in.no-margin {
  margin-bottom: 0;
}

.preloader {
  z-index: 99999;
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.hero-image-wrapper {
  z-index: 1;
  background-image: url('/images/20230326-Wenco-03-5536-MID-Old-HQ-1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90.5vw;
  min-height: 80vh;
  margin-top: -40vh;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-image-wrapper.hidden {
  display: none;
}

.styleguide-hero {
  background-color: var(--red);
  color: var(--white);
  padding-top: 200px;
  padding-bottom: 104px;
}

.swatch {
  background-color: #fbfaf8;
  border: 0 solid #e6e6e6;
  width: 100%;
  height: 200px;
}

.swatch.blue-900 {
  background-color: var(--red);
}

.swatch.blue-800 {
  background-color: var(--blue-800);
  color: var(--blue-800);
}

.swatch.blue-700 {
  background-color: var(--blue-700);
  color: var(--blue-700);
}

.swatch.blue-600 {
  background-color: var(--blue-600);
  color: var(--blue-700);
}

.swatch.grey-600 {
  background-color: var(--grey-600);
  color: var(--blue-700);
}

.swatch.grey-500 {
  background-color: var(--grey-500);
  color: var(--blue-700);
}

.swatch.grey-400 {
  background-color: var(--grey-400);
  color: var(--blue-700);
}

.swatch.grey-300 {
  background-color: var(--grey-300);
  color: var(--blue-700);
}

.swatch.grey-200 {
  background-color: var(--grey-200);
  color: var(--blue-700);
}

.swatch.grey-100 {
  background-color: var(--grey-100);
  color: var(--blue-700);
}

.swatch.white {
  background-color: var(--white);
  color: var(--blue-700);
  border-width: 1px;
}

.typography-container {
  margin-bottom: 48px;
}

.rich-text h2 {
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 400;
}

.rich-text h4 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-weight: 400;
}

.rich-text p {
  color: var(--grey-600);
}

.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;
  justify-content: center;
  align-items: center;
  width: 460px;
  display: flex;
}

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

.field-label-2 {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}

.hero-heading-right {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 100px;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right.hidden {
  display: none;
}

.container-2 {
  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;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 30px;
  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;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  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-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: contain;
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.gallery-overview {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  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: grid;
}

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

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

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

.gallery-image {
  width: 100%;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

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

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

.div-block {
  margin-bottom: 35px;
}

.div-block.shop-services {
  display: none;
}

.service-logo {
  margin-right: 10px;
}

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

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

.kutup-faq-content {
  text-align: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.kutup-faq-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.kutup-stripe-2 {
  background-color: #264653;
  width: 100%;
  height: 2px;
  position: absolute;
}

.kutup-stripe-1 {
  background-color: #264653;
  width: 2px;
  height: 100%;
}

.kutup-faq-plus-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.kutup-faq-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.kutup-faq-title {
  color: #000;
  font-size: 21px;
  font-weight: 700;
}

.kutup-faq-title-content {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kutup-faq-top-part {
  background-color: #fff;
  border-bottom: 1px solid #29335c26;
  align-items: center;
  display: flex;
}

.kutup-faq-wrapper {
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.kutup-faq-componenet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.kutup-display-2 {
  color: var(--red);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-small-top-text {
  color: var(--grey-500);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.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-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faqs {
  background-color: #fff;
  padding: 90px 5%;
}

.html-embed {
  min-height: 500px;
}

.html-embed.google-maps {
  display: none;
}

.kutup-button-line {
  background-color: var(--red);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.white-text-2 {
  color: var(--red);
}

.kutup-button-with-line {
  color: var(--kütüp-library-dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-white {
  background-color: var(--blue-900);
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 700;
  transition: background-color .15s cubic-bezier(.455, .03, .515, .955);
}

.kutup-button-white:hover {
  background-color: var(--red);
}

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

.kutup-subhead-white {
  color: #000000b3;
  font-size: 19px;
  font-weight: 400;
}

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

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

.kutup-display-3.white-text {
  color: #000;
}

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

.kutup-cta-right-part {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 13%;
  display: flex;
}

.kutup-cta-photo {
  background-color: #fff;
  background-image: url('/images/photo-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.kutup-cta-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--kütüp-library-white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 700px;
  margin-top: 100px;
  padding: 0 0%;
  display: grid;
}

.brand-image {
  margin-bottom: 30px;
}

.service-type {
  max-width: 27px;
}

.services-available {
  grid-column-gap: 8px;
  display: flex;
}

.services-available.center {
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
}

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

.shop-address {
  color: var(--kütüp-library-dark-slate-grey);
  font-size: 19px;
  font-weight: 700;
}

.shop-address.text-colour-white {
  margin-top: 0;
  margin-bottom: 0;
}

.shop-address.text-colour-white.line-none {
  text-decoration: none;
}

.shop-image {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 200px;
  max-height: 200px;
}

.shop-image.cover {
  object-fit: cover;
  border-radius: 0;
  height: 100%;
  position: absolute;
}

.shop-tile.relative {
  position: relative;
}

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

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

.divider-40px.filter {
  margin-bottom: 15px;
  position: relative;
}

.divider-40px.filter._2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-bottom: 20px;
  display: flex;
}

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

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

.shop-container {
  max-width: 1200px;
  min-height: 500px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.all-shop-location-section {
  background-color: #fff;
  padding: 2rem 5% 90px;
}

.all-shop-location-section.no-margin {
  margin-top: 0;
}

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

.collection-list._3-col {
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.shop-brand {
  max-width: 50%;
  height: 25px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.shop-brand.size {
  width: 55px;
  max-width: 100%;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 45px;
  display: grid;
}

.no-spam {
  font-size: 1.3rem;
}

.coming-soon {
  z-index: 99999;
  background-color: var(--red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.coming-soon-header {
  color: #fff;
  text-align: center;
}

.topic-number {
  color: var(--red);
  margin-right: 8px;
  font-size: 2.4rem;
  font-weight: 700;
}

.text-span {
  font-size: 1rem;
}

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

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

.kutup-button-white-2 {
  background-color: var(--red);
  color: var(--grey-200);
  border-radius: 0;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 700;
}

.kutup-button-white-2:hover {
  color: var(--red);
  background-color: #ffffffbd;
}

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

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

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

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

.kutup-checkbox-label.white-text {
  color: var(--blue-900);
}

.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(--red);
  background-size: 11px;
}

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

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

.kutup-field {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  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-divider-10px {
  height: 10px;
}

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

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

.kutup-display-5.white-text {
  color: var(--blue-900);
}

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

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

.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-contact-grid-1 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.kutup-contact-grid-1.contact {
  grid-column-gap: 5rem;
  grid-template-columns: .8fr 1fr;
  align-items: stretch;
  padding-top: 5rem;
}

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

.kutup-contact-section-1 {
  background-color: var(--kütüp-library-dark-slate-grey);
  padding: 100px 5%;
}

.section-2 {
  display: none;
}

.image-4, .image-5 {
  width: 100%;
  height: 25%;
}

.collection-item {
  background-color: #fafafa;
  border-radius: 11px;
}

.div-block-2 {
  padding: 10px;
  position: relative;
}

.image-6 {
  position: absolute;
  inset: auto 6% 8% auto;
}

.shop-details {
  padding: 10px;
  position: relative;
}

.shop-details.space-between {
  background-image: linear-gradient(360deg, #000000ab, #0000);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 35px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block {
  width: 100%;
  min-height: 175px;
}

.link-block.portrait {
  aspect-ratio: 2 / 2.4;
  min-height: 0;
  position: relative;
}

.div-block-3 {
  background-color: var(--blue-900);
  border-radius: 5px;
  max-width: 200px;
  height: 100%;
}

.filter-block {
  background-color: var(--blue-900);
  border-radius: 5px;
  width: 200px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.filter-block._2 {
  height: 2.1rem;
  position: relative;
}

.filter-block.hide {
  display: none;
}

.text-block {
  color: #fff;
}

.dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-2 {
  color: #fff;
}

.all-shop-location-map {
  background-color: #fff;
  margin-bottom: 100px;
}

.all-shop-location-map.no-margin {
  margin-bottom: 0;
  padding-top: 0;
}

.all-shop-location-map.hide {
  display: none;
}

.html-embed-2 {
  height: 500px;
  min-height: 800px;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-item-2 {
  max-width: 500px;
  display: flex;
}

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

.kutup-button-with-line-2 {
  color: var(--kütüp-library-dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-green {
  background-color: var(--kütüp-library-dark-slate-grey);
  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-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-divider-60px-2 {
  height: 60px;
}

.kutup-subhead-dark {
  color: var(--kütüp-library-dim-grey);
  font-size: 18px;
  font-weight: 700;
}

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

.kutup-hero-title-3 {
  color: var(--blue-900);
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.kutup-hero-title-3.margin {
  margin-top: 10px;
}

.kutup-hero-icon {
  border-radius: 5px;
  padding: 10px;
}

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

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

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

.main-hero {
  background-color: var(--grey-100);
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  margin-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.main-hero.bg-image {
  background-image: url('/images/Vector-23.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.main-hero.relative {
  position: relative;
}

.main-hero.relative.about {
  min-height: 80vh;
}

.brand-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 45px;
  display: flex;
}

.image-7 {
  margin-left: 20px;
  margin-right: 20px;
  transition: opacity .35s;
}

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

.image-8 {
  margin-left: 25px;
  margin-right: 25px;
  transition: opacity .35s;
}

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

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

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

.link-block-3 {
  width: 100%;
  height: 100%;
  margin-left: 25px;
  margin-right: 25px;
}

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

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

.kutup-author-title {
  color: var(--kütüp-library-dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
}

.kutup-team-image-square {
  border-radius: 5px;
  width: 100%;
}

.kutup-team-wrapper-3 {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 35px;
  display: flex;
}

.kutup-team-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

.kutup-team-section-1 {
  background-color: #eeece9;
  padding: 120px 5%;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#faebe3, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #faebe3, #faebe300);
  inset: auto 0% -1px;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---cta-dark {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---main-container.flex {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.waves---main-container.flex.gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-small-feature-7 {
  grid-row-gap: 16px;
  background-color: var(--waves-library-dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.image-vertical-feature-7 {
  width: 100%;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  background-color: var(--waves-library-dark-elevation);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.waves-image-wide-feature-7 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 50%;
  max-height: 100%;
  margin-top: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 365px;
  display: flex;
  position: relative;
}

.waves-wide-tile-features-7 {
  background-color: var(--waves-library-dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 410px;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---grid-features-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---section-medium {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading {
  font-weight: 700;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves-name-wrap-team-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-team-2 {
  border-radius: 8px;
  width: 100%;
}

.waves-tile-team-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-grid-team-2 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.waves-image-gallery-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-image-wrap-gallery-2 {
  border-radius: 8px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-2 {
  border-radius: 4px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
}

.waves-grid-gallery-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  width: 130vw;
  margin-bottom: 24px;
}

.waves-grid-gallery-2.bottom-grid {
  margin-bottom: 0;
}

.waves-wrap-gallery-2 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-image-gallery-1 {
  border-radius: 24px;
  width: 100%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves-column-gallery-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves-limit-1008 {
  width: 100%;
  max-width: 1008px;
}

.waves-title-line-hero-2 {
  background-image: linear-gradient(to right, #13131300, var(--waves-library-black));
  border-radius: 30px;
  width: 92px;
  height: 12px;
}

.waves-title-wrap-hero-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-color-red {
  color: var(--red);
}

.subhead-grey {
  color: #878a94;
  font-size: 1.4rem;
  font-weight: 500;
}

.image-9 {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-item {
  background-color: #f5f5f5;
  padding: 3rem;
}

.line {
  background-color: var(--red);
  width: 100%;
  height: 1px;
}

.line-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
}

.button-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  display: flex;
}

.hero-section {
  background-color: var(--grey-100);
  justify-content: flex-start;
  align-items: center;
  min-height: 30vh;
  margin-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero-section.bg-image {
  background-image: url('/images/Vector-23.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.hero-section.relative {
  position: relative;
}

.hero-section.about {
  min-height: 25vh;
}

.padding-section-small {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.heading-subtitle {
  letter-spacing: 1px;
  font-size: 1.1rem;
  font-weight: 500;
}

.team_section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial12_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.team_item {
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  inset: auto 0% 10%;
}

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

.testimonial12_slide {
  padding-right: 1rem;
}

.team_img {
  mix-blend-mode: multiply;
}

.margin-top-5 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top-5.margin-medium {
  margin: 2rem 0 0;
}

.margin-top-5.margin-bottom-104 {
  margin-top: 104px;
}

.margin-top-5.margin-xlarge {
  margin: 5rem 0 0;
}

.testimonial12_mask {
  width: 20%;
  overflow: visible;
}

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

.button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6d0c0d;
  border: 1px solid #6d0c0d;
  padding: 1rem 1.8rem;
  font-size: .8rem;
  font-weight: 600;
  transition: all .3s;
}

.button-6:hover {
  color: #6d0c0d;
  background-color: #0000;
  border: 1px solid #6d0c0d;
  transform: scale(1.02);
}

.font-gentium {
  font-style: italic;
}

.font-gentium.large {
  font-size: 3.5rem;
}

.heading-2 {
  color: #422b0b;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.testimonial12_arrow {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: none;
  inset: 0% 0% 0% auto;
}

.testimonial12_arrow.is-left {
  display: none;
  inset: 0% auto 0% 0%;
}

.testimonial12_arrow-icon {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial12_component {
  background-color: #0000;
  height: auto;
  overflow: hidden;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-small {
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-xsmall {
  margin: 0 0 .5rem;
}

.margin-bottom-2.margin-xxlarge, .margin-bottom-2.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.team_img-wrap {
  mix-blend-mode: multiply;
  position: relative;
}

.team_img-wrap.top-padding {
  padding-top: 2rem;
  padding-bottom: 0;
}

.padding-global-5 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.text-size-small {
  font-size: .8rem;
}

.container-3 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.text-colour-white {
  color: #fff;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('/images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

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

.margin-bottom-xlarge {
  margin-bottom: 5rem;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.layout121_text-wrapper.text-align-right {
  text-align: right;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.custom {
  padding-top: 8rem;
  padding-bottom: 0;
}

.padding-section-medium.custom-2 {
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.layout121_progress-bar-wrapper {
  background-color: #ccc;
  justify-content: center;
  align-items: center;
  width: 2px;
  max-width: 50rem;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 6% 0% auto;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #c37641;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-7.is-secondary {
  background-color: #0000;
  border: 1px solid #fff;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.custom {
  max-width: 73rem;
}

.layout121_timeline-wrapper {
  flex-flow: column;
  position: relative;
}

.layout121_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  align-items: start;
}

.layout121_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.text-color-orange {
  color: #c37641;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.layout121_timeline-icon-wrapper {
  z-index: 1;
  background-color: var(--red);
  border-radius: 100px;
  width: 1rem;
  height: 1rem;
  position: relative;
}

.layout121_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.layout121_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: block;
}

.layout121_progress-bar {
  background-color: var(--red);
  width: 2px;
  height: 100%;
}

.button-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--red);
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-link.left {
  justify-content: flex-start;
  align-items: center;
}

.text-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-wrap._1 {
  text-align: left;
}

.text-wrap._1.space-between {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-color-grey {
  color: #878885;
}

.text-color-grey.underline {
  text-decoration: none;
}

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

.image-9-copy {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-6 {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-7 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.ename-wrap-team {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.email-icon {
  flex: none;
}

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

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

.staff_content {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.rotate {
  position: absolute;
}

.arrow-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.arrow-up {
  width: 2rem;
  position: relative;
}

.staff-img-wrap {
  padding-left: 3rem;
  position: relative;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: stretch;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-10 {
  padding-left: 3rem;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 12rem;
  display: flex;
  position: relative;
}

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

.div-block-11 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-12 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

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

.link-block-4 {
  flex: none;
}

.div-block-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.image-11 {
  object-fit: cover;
  width: 4rem;
  height: 100%;
}

.div-block-14 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.login {
  z-index: 99999;
  background-image: url('/images/image-1.svg'), url('/images/image-2.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.flex-space-between {
  justify-content: space-between;
  display: flex;
}

.max-width-40rem {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-40rem.left {
  margin-left: auto;
  margin-right: auto;
}

.password-page {
  z-index: 99999;
  background-image: url('/images/image-1.svg'), url('/images/image-2.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.div-block-16 {
  width: 100%;
  min-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  display: flex;
}

.text-xl-2 {
  font-size: 2.3rem;
  line-height: 1.2;
}

.text-xl-2.margin-bottom-24 {
  font-weight: 700;
}

.text-xl-2.margin-bottom-56.max-width-80 {
  max-width: 90%;
  font-size: 1.6rem;
}

.div-block-17 {
  display: flex;
}

.job-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #ececec;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.text-size-md {
  font-size: 22px;
}

.text-size-md.no-spacing {
  letter-spacing: 0;
}

.all-caps {
  text-transform: uppercase;
}

.all-caps.text-color-grey {
  letter-spacing: 1px;
  font-size: 15px;
}

.all-caps.text-color-grey.hide {
  display: none;
}

.mins-read {
  display: flex;
}

.subheading {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-bottom: 1rem;
  display: flex;
}

.subheading.center {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.press-item {
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

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

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 0 solid #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.filter_block-header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: grid;
  position: relative;
  inset: 0% 0% auto;
}

.filter-block-label {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.filter_reset {
  color: #6e6e6e;
  border-bottom: 1px solid #dae4d8;
  padding-bottom: .2rem;
  text-decoration: none;
}

.filter_options {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.filter_select {
  color: #878885;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px #000;
  border-radius: 10px;
  min-height: 3.6rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 2rem;
}

.filter_select.hide {
  display: none;
}

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

.padding-top.padding-large {
  margin-top: 5rem;
}

.blog33_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog33_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog33_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.blog33_author-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog33_author-image-wrapper {
  margin-right: 1rem;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-regular {
  font-size: 1rem;
}

.blog33_component {
  flex-direction: column;
  align-items: center;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.blog33_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.blog33_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog33_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.button-group-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-4.is-center {
  justify-content: center;
}

.blog3_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog33_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.button-8 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-8.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.blog33_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-2.hide {
  display: none;
}

.filter_sort-by {
  z-index: 1;
  color: #878885;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 12rem;
  padding-left: 1.2rem;
  padding-right: 4rem;
  display: flex;
}

.filter_sort-by.hide {
  display: none;
}

.dropdown_icon {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.dropdown_list.w--open {
  background-color: #fff;
}

.sort_field {
  color: #878885;
  cursor: pointer;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.dropdown-2-copy {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-2-copy.hide {
  display: none;
}

.dropdown-3 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-3.hide {
  display: none;
}

.content29_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content29_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  margin-top: .5rem;
  display: flex;
}

.line-horizontal {
  background-color: #ffffffb3;
  width: 1px;
  height: 4rem;
}

.content29_social-link {
  color: #aaa;
  background-color: #0000;
  border-radius: 20px;
  padding: .25rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.blog-wrap {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.blog-text {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.4;
}

.blog-para {
  color: #878885;
  line-height: 1.7;
}

.max-width-50rem {
  text-align: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-50rem.left {
  margin-left: auto;
  margin-right: auto;
}

.div-block-18 {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
  display: inline-block;
}

.div-block-19 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.margin-bottom-large {
  margin-bottom: 2rem;
}

.margin-bottom-xxlarge {
  margin-bottom: 8rem;
}

.code-embed {
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
}

.shop-locator {
  width: 100%;
  margin-top: 6rem;
}

.section_gallery14 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  overflow: hidden;
}

.gallery14_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.gallery14_slide {
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
}

.gallery14_mask {
  overflow: visible;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider-arrow {
  border: 1px solid var(--blue-900);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-centre-next {
  background-color: #ffffff80;
  bottom: 4rem;
  right: .25rem;
}

.slider-arrow.is-centre-next.hide-mobile-landscape {
  display: none;
}

.slider-arrow.is-centre-previous {
  background-color: #ffffff80;
  bottom: 4rem;
  left: .25rem;
}

.slider-arrow.is-centre-previous.hide-mobile-landscape {
  display: none;
}

.gallery14_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 25rem;
}

.gallery14_image-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-flow: column;
  width: 100%;
  font-size: 14px;
  display: flex;
  overflow: visible;
}

.gallery14_image-wrapper:focus {
  opacity: .5;
}

.gallery14_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.hide {
  display: none;
}

@media screen and (min-width: 1440px) {
  .nav-link:active {
    color: var(--blue-900);
  }

  .hero-image-wrapper {
    background-position: 50% 0;
  }

  .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .shop-container {
    border-radius: 10px;
  }

  .html-embed-2 {
    height: 500px;
  }

  .hero-section.about {
    min-height: 30vh;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 28px;
    display: flex;
  }

  .navbar {
    height: 160px;
    margin-top: 0;
    top: 0;
  }

  .nav-link {
    text-align: center;
    display: block;
  }

  .nav-link.primary {
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    max-width: 160px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    left: auto;
    overflow: visible;
  }

  .nav-link.primary.line-none.full {
    max-width: none;
    margin-top: 0;
    margin-right: 0;
  }

  .nav-container {
    justify-content: space-between;
    padding: 14px 32px;
  }

  .top-line {
    background-color: var(--blue-900);
    width: 32px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom-line {
    background-color: var(--blue-900);
    width: 32px;
    height: 2px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-text {
    max-width: 60%;
  }

  .menu-button-2 {
    background-color: #0000;
    margin-top: 0;
  }

  .menu-button-2:active, .menu-button-2:focus {
    background-color: #0000;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    margin-top: -12px;
  }

  .left-nav-container {
    width: 68%;
    padding-top: 0;
  }

  .section {
    margin-bottom: 120px;
  }

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

  .section.no-margin-mobile {
    min-height: 0;
    margin-bottom: 0;
  }

  .text-3xl {
    font-size: 3.5rem;
  }

  .text-medium.hero-subheading {
    max-width: 90%;
    color: var(--grey-400);
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._12-column-grid {
    grid-template-columns: minmax(32px, 1fr);
  }

  ._12-column-grid.numbers-grid {
    grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr);
  }

  ._12-column-grid.numbers-grid.center {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._12-column-grid.footer-grid {
    grid-template-columns: minmax(32px, 1fr) 1fr 1fr;
  }

  .hero-text-container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .graphic-element {
    z-index: 7;
  }

  .hero-image {
    width: 100%;
  }

  .scroll-down {
    display: none;
    overflow: visible;
  }

  .accordion-item-content {
    width: auto;
  }

  .accordion-item-content.is-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .testimonials-container-background {
    height: 95%;
  }

  .testimonial-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .split-container, .split-container.reverse {
    flex-direction: column;
  }

  .image-container {
    width: 75%;
  }

  .split-section-content-container {
    width: 75%;
    margin-top: 64px;
  }

  .newsletter-container {
    height: 95%;
  }

  .newsletter-container.fade-in.contact, .newsletter-container.fade-in.login, .newsletter-container.fade-in.password {
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form-block {
    width: 80%;
  }

  .hero-image-wrapper {
    width: 100vw;
    margin-top: -10vh;
  }

  .container-2 {
    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;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .faqs {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-cta-3 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .all-shop-location-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list._3-col {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .kutup-contact-grid-1.contact {
    grid-column-gap: 2rem;
  }

  .all-shop-location-map {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .all-shop-location-map.no-margin {
    padding-bottom: 0;
  }

  .kutup-hero-title-3 {
    font-size: 70px;
  }

  .main-hero {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .brand-block {
    width: 100%;
    margin-top: 30px;
  }

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

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---main-container.flex {
    margin-top: 0;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-team-2 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .padding-section-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .button-group-3 {
    justify-content: center;
  }

  .team_title {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .testimonial12_slide {
    margin-right: 1rem;
    padding-right: 0;
  }

  .margin-top-5 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial12_mask {
    width: 33%;
  }

  .staff-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-2 {
    text-align: center;
  }

  .testimonial12_component {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-medium.custom-2 {
    padding-top: 15rem;
  }

  .layout121_progress-bar-wrapper {
    top: 5%;
  }

  .layout121_timeline-step {
    grid-column-gap: 24px;
  }

  .layout121_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .text-wrap._1.space-between {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .div-block-6 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr;
  }

  .staff_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .staff-img-wrap, .image-10 {
    padding-right: 3rem;
  }

  .div-block-11 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .press-content {
    grid-template-columns: 1fr 1fr;
  }

  .filter_block-header {
    align-items: start;
    padding-left: 1rem;
  }

  .padding-top.padding-large {
    margin-top: 6rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .blog33_list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .gallery14_image-wrapper {
    padding-top: 0%;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.1rem;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    height: 160px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    align-items: center;
  }

  .navbar-text {
    max-width: 70%;
    display: none;
  }

  .menu-button-2, .menu-button-2.w--open {
    margin-top: 0;
  }

  .left-nav-container {
    width: 70%;
  }

  .text-base.accordion-text-link {
    display: none;
  }

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

  .text-3xl {
    font-size: 3rem;
  }

  .text-2xl.margin-bottom-104.fade-in.no-wrap {
    font-size: 1.5rem;
  }

  .container {
    padding-right: 32px;
  }

  ._12-column-grid.numbers-grid {
    grid-template-columns: minmax(32px, 1fr) 1fr;
  }

  ._12-column-grid.numbers-grid.center {
    grid-template-columns: 1fr 1fr;
  }

  .hero-image {
    width: 100vw;
    margin-top: 0;
  }

  .accordion-item-content.is-flex {
    flex-flow: column-reverse;
  }

  .margin-top-48.is-37 {
    width: 100%;
  }

  .accordion-item-icon-container {
    width: auto;
  }

  .testimonials-heading-container {
    width: 80%;
  }

  .split-container {
    flex-direction: column;
  }

  .newsletter-container.fade-in.login, .newsletter-container.fade-in.password {
    width: 100%;
    min-width: 0;
  }

  .form-block {
    width: 90%;
  }

  .hero-image-wrapper {
    margin-top: -7vh;
  }

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

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-overview, .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

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

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

  .faqs {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .kutup-cta-right-part {
    padding: 60px 11%;
  }

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

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

  .divider-40px.filter {
    margin-top: 15px;
  }

  .all-shop-location-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list._3-col {
    grid-template-columns: 1fr;
  }

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

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

  .kutup-contact-grid-1.contact {
    grid-template-columns: 1fr;
    align-items: center;
    padding-top: 1rem;
  }

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

  .all-shop-location-map {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .html-embed-2 {
    min-height: 1000px;
  }

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

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

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

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves-inside-wide-feature-7 {
    text-align: center;
    align-items: center;
    max-width: 80%;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium, .waves---section-medium-2, .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .line-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonial12_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top-5 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial12_mask {
    width: 50%;
  }

  .staff-content {
    grid-template-columns: 1fr 1fr;
  }

  .font-gentium.large {
    font-size: 2rem;
  }

  .heading-2 {
    font-size: 1.6rem;
  }

  .testimonial12_component {
    padding-bottom: 5rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .layout121_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .layout121_component {
    grid-template-columns: 1fr;
  }

  .button-link {
    width: auto;
  }

  .div-block-6, .staff_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .login, .password-page {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .all-caps.text-color-grey.hide-tablet {
    display: none;
  }

  .subheading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .subheading.center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .padding-top.padding-large {
    margin-top: 8rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .blog33_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom-large, .margin-bottom-xxlarge {
    margin-bottom: 48px;
  }

  .gallery14_slider {
    width: 100%;
    margin-top: 4rem;
    padding-bottom: 3rem;
  }

  .gallery14_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.05rem;
    font-size: 2rem;
  }

  .nav-menu {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo {
    max-height: 80px;
  }

  .navbar {
    height: 75px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-5xl {
    letter-spacing: -.075rem;
    font-size: 4rem;
  }

  .text-large {
    font-size: 1.4rem;
  }

  .section {
    margin-bottom: 96px;
  }

  .section.grey-background.padding-bt-160.no-top-margin.bg-white.no-bot-margin {
    margin-top: 0;
  }

  .text-3xl {
    letter-spacing: -.025rem;
    font-size: 2rem;
  }

  .text-2xl {
    font-size: 1.75rem;
  }

  .text-2xl.margin-bottom-104 {
    letter-spacing: -.05rem;
  }

  .text-2xl.margin-bottom-104.fade-in.no-wrap {
    white-space: normal;
    font-size: 2rem;
  }

  .text-medium.hero-subheading {
    max-width: none;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.hero-content-container, .container.testimonials-container {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    border-radius: 0;
    margin-bottom: 16px;
  }

  ._12-column-grid.footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .hero-text-container {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .accordion-item-icon-container {
    margin-top: 4px;
  }

  .testimonial-container-background.no-margin-bottom {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .approach-item-container {
    max-width: none;
  }

  .testimonials-content-container {
    text-align: center;
  }

  .testimonials-container-background {
    height: 93%;
  }

  .testimonial-container {
    width: 90%;
    padding: 40px 16px 24px;
    box-shadow: 0 10px 60px #0000001a;
  }

  .client-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .client-avatar {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .testimonials-heading-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .testimonials-heading-container.flex {
    flex-flow: column;
  }

  .image-container, .split-section-content-container {
    width: 100%;
  }

  .newsletter-container {
    height: 93%;
  }

  .newsletter-container.fade-in.staff, .newsletter-container.fade-in.contact, .newsletter-container.fade-in.login, .newsletter-container.fade-in.password {
    padding: 3rem 1rem;
  }

  .form {
    flex-direction: column;
    align-items: center;
  }

  .form._2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .submit-button {
    align-self: stretch;
    margin-left: 0;
  }

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

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

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

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

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

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

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

  .faqs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .kutup-display-4 {
    font-size: 32px;
  }

  .all-shop-location-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .collection-list._3-col {
    grid-row-gap: 3rem;
  }

  .kutup-checkbox {
    flex: none;
  }

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

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

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

  .all-shop-location-map {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .kutup-hero-title-3 {
    font-size: 40px;
  }

  .main-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .image-7 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-2, .link-block-3 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .kutup-team-wrapper-3 {
    padding: 25px;
  }

  .kutup-display-6 {
    font-size: 32px;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---main-container {
    margin-top: 50px;
  }

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-grid-team-2 {
    grid-template-columns: 1fr;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-grid-gallery-2.bottom-grid, .waves-grid-gallery-2.top-grid {
    width: 180vw;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .line {
    display: none;
  }

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

  .hero-section.about {
    margin-top: 150px;
  }

  .margin-top-5 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial12_mask {
    width: 100%;
  }

  .staff-content {
    grid-template-columns: 1fr;
  }

  .font-gentium.large {
    font-size: 2rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .padding-section-medium.custom-2 {
    padding-top: 10rem;
    padding-bottom: 2rem;
  }

  .layout121_progress-bar-wrapper {
    top: 3%;
  }

  .layout121_timeline-step {
    grid-column-gap: 0px;
  }

  .layout121_component {
    grid-template-columns: 1fr;
  }

  .button-link {
    margin-top: 4px;
  }

  .text-wrap._1.space-between {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .social-block {
    justify-content: center;
    align-items: center;
  }

  .arrow-wrap {
    left: -4%;
  }

  .arrow-up {
    width: 1rem;
  }

  .staff-img-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-10 {
    width: 7rem;
  }

  .flex-space-between {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .div-block-16 {
    min-width: auto;
  }

  .center-mobile {
    text-align: center;
  }

  .text-xl-2 {
    font-size: 1.6rem;
  }

  .text-size-md {
    font-size: 16px;
  }

  .press-content {
    grid-template-columns: 1fr;
  }

  .filter_block, .filter_options {
    flex-flow: column;
  }

  .content29_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .gallery14_slider {
    flex: none;
  }

  .gallery14_image {
    aspect-ratio: 2 / 3;
    object-fit: contain;
  }

  .gallery14_image-wrapper {
    justify-content: center;
    align-items: stretch;
  }

  .gallery14_slide-nav {
    position: relative;
  }
}

#w-node-_7bd2929c-a2f7-23cb-115d-d4cc8a3ad889-6fe0615b, #w-node-_08690aa7-b29e-b598-94e3-fe24083c638e-6fe0615b, #w-node-_034291c8-5b3e-6c4b-ddf8-7acd5dcc4de1-6fe0615b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2bcbaff2-4282-8174-67ed-71508fd029f5-6fe0615b {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_5e7c9c55-e21f-f355-dd78-4ec6af402d53-6fe0615b, #w-node-_43779d23-d05d-de5d-219f-d55267cad966-6fe0615b, #w-node-_7c91e8e0-7baf-afff-a726-a390dfb7cfc1-6fe0615b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e7cc651f-d774-8cca-a42e-87b4bf0a073b-6fe0615b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_87298b52-3e72-d89a-d563-23a46255731f-6fe0615b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-d4216d4d-058d-5ba1-08d0-c20abf6572df-6fe0615b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c0305735-62d5-f6d4-083c-8abb263e626e-6fe0615b {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-b781a0fd-f52f-097f-cec1-bc7f9fba1e88-6fe0615b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-b781a0fd-f52f-097f-cec1-bc7f9fba1e8b-6fe0615b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-b781a0fd-f52f-097f-cec1-bc7f9fba1e8d-6fe0615b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b781a0fd-f52f-097f-cec1-bc7f9fba1e8f-6fe0615b {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_1ca82818-0857-6c41-e162-20e98b1afe5a-6fe0615b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_1ca82818-0857-6c41-e162-20e98b1afe5d-6fe0615b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_1ca82818-0857-6c41-e162-20e98b1afe5f-6fe0615b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_1ca82818-0857-6c41-e162-20e98b1afe61-6fe0615b {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-f42a3233-affa-b1aa-f0c2-28a5dbf3792f-6fe0615b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-f42a3233-affa-b1aa-f0c2-28a5dbf37932-6fe0615b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-f42a3233-affa-b1aa-f0c2-28a5dbf37934-6fe0615b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f42a3233-affa-b1aa-f0c2-28a5dbf37936-6fe0615b {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_3e669080-6b9e-4823-a01e-7459afd7aded-6fe0615b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_0e6bb503-f62b-f87a-c730-18422050a6a0-6fe0615b, #w-node-f426f39f-4c65-3b2d-d568-0862a3233632-6fe0615b, #w-node-_39840a5d-a9b7-abfd-ed50-7540b79126cd-6fe0615b, #w-node-_252ed5ac-5811-390a-7c32-e1108bf9cad3-6fe0615b, #w-node-_41284842-ecd4-898b-28df-3c451d209483-6fe0615b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_236160f0-e001-56c8-fa8c-a7945ed8b551-6fe0615b, #w-node-_73490d0a-9ce9-82a7-6730-a3f515002ef4-6fe0615b, #w-node-a3db3892-a83a-7798-3357-d0f7f9a54edb-6fe0615b, #w-node-b036ad93-bfcb-635b-1c4f-2593357da4b3-6fe0615b, #w-node-aef6b03b-ba16-796b-4416-606360793fa9-6fe0615b, #w-node-_3545597a-8d51-a625-18ca-466ccbcedb7c-6fe0615b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-f06c8e7f-a821-9e22-59d3-8bdb55f8f17d-6fe0615b, #w-node-_7c6e8f16-1bea-c60b-c449-412187c113bb-6fe0615b, #w-node-_3be23ece-4135-1733-1e07-56274e20060f-6fe0615b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dfab5b39-c92d-c816-f1d3-9469772d61da-772d61d7 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-dfab5b39-c92d-c816-f1d3-9469772d61e2-772d61d7 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-dfab5b39-c92d-c816-f1d3-9469772d61eb-772d61d7 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-dfab5b39-c92d-c816-f1d3-9469772d61f4-772d61d7 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-dfab5b39-c92d-c816-f1d3-9469772d61fb-772d61d7 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_86ef8a65-2cdd-c12e-2455-99360350c73a-a7e06162, #w-node-_1dfae30e-f714-b154-3986-cd87b609ad4a-a7e06162, #w-node-c51aef2a-89a7-8ba8-79d6-e7fc1fbd18bc-a7e06162, #w-node-_4aa2fcd7-0c1f-4eaa-8bfd-0842524234af-a7e06162, #w-node-_01b6033f-6f89-41b7-ba4f-f9e479107d18-a7e06162, #w-node-f46cf22a-c09b-cb25-5b65-2d20b783fc63-a7e06162, #w-node-_17050365-5cc4-f236-8d85-c21bad7c4213-a7e06162, #w-node-ccba1c45-4997-8e62-ec3d-53d1e3486b11-a7e06162, #w-node-_27c4deff-e387-5923-afaf-17ddaf702973-a7e06162, #w-node-_3f53e304-4dc5-f0a9-ae7e-dcd8eaabeb71-a7e06162, #w-node-_44afd88b-bdd3-18b2-fa3c-72d764a30bfa-a7e06162 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af444-a7e06162 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af44c-a7e06162 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af455-a7e06162 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af45e-a7e06162 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af465-a7e06162 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_23cebe32-bd3d-32d8-1f4c-91b5da2399ce-b0652f67, #w-node-_23cebe32-bd3d-32d8-1f4c-91b5da2399cf-b0652f67, #w-node-fbf3c4fd-dab6-4c8f-875f-d2fe5fd069d5-b0652f67, #w-node-_7d62dfc5-b088-b046-6bc7-4a28282b25ca-b0652f67, #w-node-_7d62dfc5-b088-b046-6bc7-4a28282b25dc-b0652f67, #w-node-_7d62dfc5-b088-b046-6bc7-4a28282b25dd-b0652f67, #w-node-_7d62dfc5-b088-b046-6bc7-4a28282b25de-b0652f67, #w-node-_7d62dfc5-b088-b046-6bc7-4a28282b25df-b0652f67, #w-node-_7d62dfc5-b088-b046-6bc7-4a28282b25e0-b0652f67, #w-node-_7d62dfc5-b088-b046-6bc7-4a28282b25e1-b0652f67, #w-node-_7d62dfc5-b088-b046-6bc7-4a28282b25e2-b0652f67, #w-node-_7d62dfc5-b088-b046-6bc7-4a28282b25e3-b0652f67, #w-node-_7d62dfc5-b088-b046-6bc7-4a28282b25e4-b0652f67, #w-node-_7d62dfc5-b088-b046-6bc7-4a28282b25e5-b0652f67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11002b20-6b4a-581e-dac4-eabfadb3048a-b0652f67, #w-node-_11002b20-6b4a-581e-dac4-eabfadb30495-b0652f67, #w-node-_11002b20-6b4a-581e-dac4-eabfadb304a1-b0652f67 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2615323b-517c-645a-388e-0af1a7f650dc-9fcf29de, #w-node-_13411321-eeaf-592e-b5eb-5c620c5a9551-ecb93f01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e1f8024-c5d9-5b15-6eeb-ac2b7f29cb1c-052727df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7e1f8024-c5d9-5b15-6eeb-ac2b7f29cb25-052727df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_135150e5-9dc2-69bb-8500-816a9030dd8f-052727df, #w-node-_135150e5-9dc2-69bb-8500-816a9030dd90-052727df, #w-node-_135150e5-9dc2-69bb-8500-816a9030dd9a-052727df, #w-node-_135150e5-9dc2-69bb-8500-816a9030dd9b-052727df, #w-node-_135150e5-9dc2-69bb-8500-816a9030dda5-052727df, #w-node-_135150e5-9dc2-69bb-8500-816a9030dda6-052727df, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddb0-052727df, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddb1-052727df, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddbb-052727df, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddbc-052727df, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddc6-052727df, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddc7-052727df, #w-node-_2bcf7379-cf96-944f-19d3-9c7adeb939fa-052727df, #w-node-_2bcf7379-cf96-944f-19d3-9c7adeb939fb-052727df, #w-node-c0ee8604-0841-6379-652c-8e4c15f36544-052727df, #w-node-c0ee8604-0841-6379-652c-8e4c15f36545-052727df, #w-node-_8778f523-14e6-2432-6ded-8f31bab12250-052727df, #w-node-_8778f523-14e6-2432-6ded-8f31bab12251-052727df, #w-node-_47f95116-42d8-5c80-88a8-d4e6a1f9b3f6-052727df, #w-node-_47f95116-42d8-5c80-88a8-d4e6a1f9b3f7-052727df, #w-node-_8a07e05e-4ee2-f6ee-6bba-20fe3c5d6e81-052727df, #w-node-daca55ff-ece8-85a5-22e9-8771c93a7924-052727df {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c5134e6f-ee0b-7e28-2086-be658bf2efe7-052727df, #w-node-c5134e6f-ee0b-7e28-2086-be658bf2efee-052727df, #w-node-_8df45efe-be9c-276b-aa30-52726cc03311-052727df, #w-node-_41d20bd1-c783-702e-df70-ce868f9bee74-052727df, #w-node-_8df45efe-be9c-276b-aa30-52726cc03318-052727df, #w-node-_39aabfd3-08d5-2146-106e-d10f21bacd59-052727df, #w-node-_39aabfd3-08d5-2146-106e-d10f21bacd60-052727df, #w-node-_180e2fd9-f79d-1269-e647-2dc687f72118-052727df, #w-node-f4ec7ee9-b09a-07ff-fac8-c2261f96ca76-052727df, #w-node-f4ec7ee9-b09a-07ff-fac8-c2261f96ca7d-052727df, #w-node-f4ec7ee9-b09a-07ff-fac8-c2261f96ca84-052727df, #w-node-_5ca3d988-6536-31fd-fb68-eb2bd14cc7f5-052727df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_299ffa16-5e57-0bf1-254c-63f5858c034b-aa56c79a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9d15f282-7161-a873-b7ef-fddbe34cd3af-1e47b075, #w-node-_9d15f282-7161-a873-b7ef-fddbe34cd3b4-1e47b075 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b93677c-f408-3618-7b20-e6b772cdeeca-1e47b075, #w-node-_1b93677c-f408-3618-7b20-e6b772cdeecc-1e47b075, #w-node-_1b93677c-f408-3618-7b20-e6b772cdeece-1e47b075, #w-node-_1b93677c-f408-3618-7b20-e6b772cdeed0-1e47b075 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1b93677c-f408-3618-7b20-e6b772cdeed3-1e47b075, #w-node-_1b93677c-f408-3618-7b20-e6b772cdeed5-1e47b075 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1b93677c-f408-3618-7b20-e6b772cdeed7-1e47b075 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1b93677c-f408-3618-7b20-e6b772cdeed9-1e47b075 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7bd2929c-a2f7-23cb-115d-d4cc8a3ad889-b1f6e195, #w-node-_08690aa7-b29e-b598-94e3-fe24083c638e-b1f6e195, #w-node-_034291c8-5b3e-6c4b-ddf8-7acd5dcc4de1-b1f6e195 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6f5bac76-78d3-cc1f-af0e-0541c16fe7dd-b1f6e195 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_5e7c9c55-e21f-f355-dd78-4ec6af402d53-b1f6e195, #w-node-_43779d23-d05d-de5d-219f-d55267cad966-b1f6e195, #w-node-_7c91e8e0-7baf-afff-a726-a390dfb7cfc1-b1f6e195 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e7cc651f-d774-8cca-a42e-87b4bf0a073b-b1f6e195 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_87298b52-3e72-d89a-d563-23a46255731f-b1f6e195 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-d4216d4d-058d-5ba1-08d0-c20abf6572df-b1f6e195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c0305735-62d5-f6d4-083c-8abb263e626e-b1f6e195 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_1ca82818-0857-6c41-e162-20e98b1afe5a-b1f6e195 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_1ca82818-0857-6c41-e162-20e98b1afe5d-b1f6e195 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_1ca82818-0857-6c41-e162-20e98b1afe5f-b1f6e195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_1ca82818-0857-6c41-e162-20e98b1afe61-b1f6e195 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-f42a3233-affa-b1aa-f0c2-28a5dbf3792f-b1f6e195 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-f42a3233-affa-b1aa-f0c2-28a5dbf37932-b1f6e195 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-f42a3233-affa-b1aa-f0c2-28a5dbf37934-b1f6e195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f42a3233-affa-b1aa-f0c2-28a5dbf37936-b1f6e195 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_3e669080-6b9e-4823-a01e-7459afd7aded-b1f6e195 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_0e6bb503-f62b-f87a-c730-18422050a6a0-b1f6e195, #w-node-f426f39f-4c65-3b2d-d568-0862a3233632-b1f6e195, #w-node-_39840a5d-a9b7-abfd-ed50-7540b79126cd-b1f6e195, #w-node-_252ed5ac-5811-390a-7c32-e1108bf9cad3-b1f6e195, #w-node-_41284842-ecd4-898b-28df-3c451d209483-b1f6e195 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_236160f0-e001-56c8-fa8c-a7945ed8b551-b1f6e195, #w-node-_73490d0a-9ce9-82a7-6730-a3f515002ef4-b1f6e195, #w-node-a3db3892-a83a-7798-3357-d0f7f9a54edb-b1f6e195, #w-node-b036ad93-bfcb-635b-1c4f-2593357da4b3-b1f6e195, #w-node-aef6b03b-ba16-796b-4416-606360793fa9-b1f6e195, #w-node-_3545597a-8d51-a625-18ca-466ccbcedb7c-b1f6e195 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-f06c8e7f-a821-9e22-59d3-8bdb55f8f17d-b1f6e195, #w-node-_7c6e8f16-1bea-c60b-c449-412187c113bb-b1f6e195, #w-node-_3be23ece-4135-1733-1e07-56274e20060f-b1f6e195 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a6c82535-f40e-90be-9e36-406a16715a28-7d88774b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-a6c82535-f40e-90be-9e36-406a16715a2a-7d88774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_12b433f7-51f6-cb89-58c1-039858fc2564-7d88774b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_12b433f7-51f6-cb89-58c1-039858fc2566-7d88774b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_135150e5-9dc2-69bb-8500-816a9030dd8f-38d55733, #w-node-_135150e5-9dc2-69bb-8500-816a9030dd90-38d55733, #w-node-_135150e5-9dc2-69bb-8500-816a9030dd9a-38d55733, #w-node-_135150e5-9dc2-69bb-8500-816a9030dd9b-38d55733, #w-node-_135150e5-9dc2-69bb-8500-816a9030dda5-38d55733, #w-node-_135150e5-9dc2-69bb-8500-816a9030dda6-38d55733, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddb0-38d55733, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddb1-38d55733, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddbb-38d55733, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddbc-38d55733, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddc6-38d55733, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddc7-38d55733, #w-node-_2bcf7379-cf96-944f-19d3-9c7adeb939fa-38d55733, #w-node-_2bcf7379-cf96-944f-19d3-9c7adeb939fb-38d55733, #w-node-c0ee8604-0841-6379-652c-8e4c15f36544-38d55733, #w-node-c0ee8604-0841-6379-652c-8e4c15f36545-38d55733, #w-node-_8778f523-14e6-2432-6ded-8f31bab12250-38d55733, #w-node-_8778f523-14e6-2432-6ded-8f31bab12251-38d55733, #w-node-_47f95116-42d8-5c80-88a8-d4e6a1f9b3f6-38d55733, #w-node-_47f95116-42d8-5c80-88a8-d4e6a1f9b3f7-38d55733, #w-node-_8a07e05e-4ee2-f6ee-6bba-20fe3c5d6e81-38d55733, #w-node-daca55ff-ece8-85a5-22e9-8771c93a7924-38d55733 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7e1f8024-c5d9-5b15-6eeb-ac2b7f29cb1c-38d55733 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7e1f8024-c5d9-5b15-6eeb-ac2b7f29cb25-38d55733 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_2615323b-517c-645a-388e-0af1a7f650dc-c5c58647 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c70179e2-7109-e466-1075-ca53f9646e20-7f4adc86 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-c70179e2-7109-e466-1075-ca53f9646e22-7f4adc86, #w-node-_4cd352a6-2344-1e1b-0f58-00208805bd00-3b1cbf8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_4cd352a6-2344-1e1b-0f58-00208805bcfe-3b1cbf8b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_135150e5-9dc2-69bb-8500-816a9030dd8f-2e5480e6, #w-node-_135150e5-9dc2-69bb-8500-816a9030dd90-2e5480e6, #w-node-_135150e5-9dc2-69bb-8500-816a9030dd9a-2e5480e6, #w-node-_135150e5-9dc2-69bb-8500-816a9030dd9b-2e5480e6, #w-node-_135150e5-9dc2-69bb-8500-816a9030dda5-2e5480e6, #w-node-_135150e5-9dc2-69bb-8500-816a9030dda6-2e5480e6, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddb0-2e5480e6, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddb1-2e5480e6, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddbb-2e5480e6, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddbc-2e5480e6, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddc6-2e5480e6, #w-node-_135150e5-9dc2-69bb-8500-816a9030ddc7-2e5480e6, #w-node-_2bcf7379-cf96-944f-19d3-9c7adeb939fa-2e5480e6, #w-node-_2bcf7379-cf96-944f-19d3-9c7adeb939fb-2e5480e6, #w-node-c0ee8604-0841-6379-652c-8e4c15f36544-2e5480e6, #w-node-c0ee8604-0841-6379-652c-8e4c15f36545-2e5480e6, #w-node-_8778f523-14e6-2432-6ded-8f31bab12250-2e5480e6, #w-node-_8778f523-14e6-2432-6ded-8f31bab12251-2e5480e6, #w-node-_47f95116-42d8-5c80-88a8-d4e6a1f9b3f6-2e5480e6, #w-node-_47f95116-42d8-5c80-88a8-d4e6a1f9b3f7-2e5480e6, #w-node-_8a07e05e-4ee2-f6ee-6bba-20fe3c5d6e81-2e5480e6, #w-node-daca55ff-ece8-85a5-22e9-8771c93a7924-2e5480e6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7e1f8024-c5d9-5b15-6eeb-ac2b7f29cb1c-2e5480e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7e1f8024-c5d9-5b15-6eeb-ac2b7f29cb25-2e5480e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-c91eacce-ac49-5670-1b2d-21d48a9c4675-2e5480e6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-c91eacce-ac49-5670-1b2d-21d48a9c4677-2e5480e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b7aae9d6-dc79-4b66-07a1-3ed3f887a750-2e5480e6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-b7aae9d6-dc79-4b66-07a1-3ed3f887a752-2e5480e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_58371d31-c9b9-1cac-8368-a2fd1ca6f9ba-2e5480e6, #w-node-fdffaee3-6262-1ecb-d7f8-2505eb923b91-2e5480e6 {
  justify-self: center;
}

#w-node-_4d058428-47f0-7b28-f830-5cb06e5ae0b3-2fa46fd0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_4d058428-47f0-7b28-f830-5cb06e5ae0b5-2fa46fd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-bc698c89-7d93-3649-01f9-e0d813b6ebdf-41b1dbde {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-bc698c89-7d93-3649-01f9-e0d813b6ebe1-41b1dbde {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_782888c6-fcda-2bbb-d319-2c000ee06c0c-41b1dbde {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_782888c6-fcda-2bbb-d319-2c000ee06c0e-41b1dbde {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_7bd2929c-a2f7-23cb-115d-d4cc8a3ad889-6fe0615b, #w-node-_08690aa7-b29e-b598-94e3-fe24083c638e-6fe0615b, #w-node-_034291c8-5b3e-6c4b-ddf8-7acd5dcc4de1-6fe0615b {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2bcbaff2-4282-8174-67ed-71508fd029f5-6fe0615b, #w-node-_5e7c9c55-e21f-f355-dd78-4ec6af402d53-6fe0615b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43779d23-d05d-de5d-219f-d55267cad966-6fe0615b, #w-node-_7c91e8e0-7baf-afff-a726-a390dfb7cfc1-6fe0615b {
    grid-column: span 1 / span 1;
  }

  #w-node-dfab5b39-c92d-c816-f1d3-9469772d61da-772d61d7 {
    grid-column: span 3 / span 3;
  }

  #w-node-dfab5b39-c92d-c816-f1d3-9469772d61e2-772d61d7, #w-node-dfab5b39-c92d-c816-f1d3-9469772d61eb-772d61d7, #w-node-dfab5b39-c92d-c816-f1d3-9469772d61f4-772d61d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfab5b39-c92d-c816-f1d3-9469772d61fb-772d61d7 {
    grid-column: span 3 / span 3;
  }

  #w-node-_86ef8a65-2cdd-c12e-2455-99360350c73a-a7e06162, #w-node-_1dfae30e-f714-b154-3986-cd87b609ad4a-a7e06162, #w-node-c51aef2a-89a7-8ba8-79d6-e7fc1fbd18bc-a7e06162, #w-node-_4aa2fcd7-0c1f-4eaa-8bfd-0842524234af-a7e06162, #w-node-_01b6033f-6f89-41b7-ba4f-f9e479107d18-a7e06162, #w-node-f46cf22a-c09b-cb25-5b65-2d20b783fc63-a7e06162, #w-node-_17050365-5cc4-f236-8d85-c21bad7c4213-a7e06162, #w-node-ccba1c45-4997-8e62-ec3d-53d1e3486b11-a7e06162, #w-node-_27c4deff-e387-5923-afaf-17ddaf702973-a7e06162, #w-node-_3f53e304-4dc5-f0a9-ae7e-dcd8eaabeb71-a7e06162, #w-node-_44afd88b-bdd3-18b2-fa3c-72d764a30bfa-a7e06162 {
    grid-column: span 1 / span 1;
  }

  #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af444-a7e06162 {
    grid-column: span 3 / span 3;
  }

  #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af44c-a7e06162, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af455-a7e06162, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af45e-a7e06162 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af465-a7e06162 {
    grid-column: span 3 / span 3;
  }

  #w-node-_7d62dfc5-b088-b046-6bc7-4a28282b25ca-b0652f67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cd76b71e-b86d-4427-98df-c684b5722dec-d94cff28 {
    order: -9999;
  }

  #w-node-_7bd2929c-a2f7-23cb-115d-d4cc8a3ad889-b1f6e195, #w-node-_08690aa7-b29e-b598-94e3-fe24083c638e-b1f6e195 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_034291c8-5b3e-6c4b-ddf8-7acd5dcc4de1-b1f6e195 {
    grid-area: 2 / 2 / 3 / 4;
    justify-self: auto;
  }

  #w-node-_6f5bac76-78d3-cc1f-af0e-0541c16fe7dd-b1f6e195, #w-node-_5e7c9c55-e21f-f355-dd78-4ec6af402d53-b1f6e195 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43779d23-d05d-de5d-219f-d55267cad966-b1f6e195, #w-node-_7c91e8e0-7baf-afff-a726-a390dfb7cfc1-b1f6e195 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_236160f0-e001-56c8-fa8c-a7945ed8b551-6fe0615b, #w-node-_73490d0a-9ce9-82a7-6730-a3f515002ef4-6fe0615b, #w-node-a3db3892-a83a-7798-3357-d0f7f9a54edb-6fe0615b, #w-node-b036ad93-bfcb-635b-1c4f-2593357da4b3-6fe0615b, #w-node-aef6b03b-ba16-796b-4416-606360793fa9-6fe0615b, #w-node-_3545597a-8d51-a625-18ca-466ccbcedb7c-6fe0615b, #w-node-_299ffa16-5e57-0bf1-254c-63f5858c034b-aa56c79a {
    grid-column: span 1 / span 1;
  }

  #w-node-_034291c8-5b3e-6c4b-ddf8-7acd5dcc4de1-b1f6e195 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_236160f0-e001-56c8-fa8c-a7945ed8b551-b1f6e195, #w-node-_73490d0a-9ce9-82a7-6730-a3f515002ef4-b1f6e195, #w-node-a3db3892-a83a-7798-3357-d0f7f9a54edb-b1f6e195, #w-node-b036ad93-bfcb-635b-1c4f-2593357da4b3-b1f6e195, #w-node-aef6b03b-ba16-796b-4416-606360793fa9-b1f6e195, #w-node-_3545597a-8d51-a625-18ca-466ccbcedb7c-b1f6e195 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3e669080-6b9e-4823-a01e-7459afd7aded-6fe0615b, #w-node-_0e6bb503-f62b-f87a-c730-18422050a6a0-6fe0615b, #w-node-f426f39f-4c65-3b2d-d568-0862a3233632-6fe0615b, #w-node-_39840a5d-a9b7-abfd-ed50-7540b79126cd-6fe0615b, #w-node-_252ed5ac-5811-390a-7c32-e1108bf9cad3-6fe0615b, #w-node-_41284842-ecd4-898b-28df-3c451d209483-6fe0615b, #w-node-dfab5b39-c92d-c816-f1d3-9469772d61da-772d61d7, #w-node-dfab5b39-c92d-c816-f1d3-9469772d61fb-772d61d7, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af444-a7e06162, #w-node-d4e6e971-481a-2ca6-2e77-07bb7e8af465-a7e06162 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7d62dfc5-b088-b046-6bc7-4a28282b25ca-b0652f67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e669080-6b9e-4823-a01e-7459afd7aded-b1f6e195, #w-node-_0e6bb503-f62b-f87a-c730-18422050a6a0-b1f6e195, #w-node-f426f39f-4c65-3b2d-d568-0862a3233632-b1f6e195, #w-node-_39840a5d-a9b7-abfd-ed50-7540b79126cd-b1f6e195, #w-node-_252ed5ac-5811-390a-7c32-e1108bf9cad3-b1f6e195, #w-node-_41284842-ecd4-898b-28df-3c451d209483-b1f6e195 {
    grid-column: span 1 / span 1;
  }
}


