:root {
  --tulpar-navy-blue: #10284a;
  --sabancı-white: white;
  --tulpar-turquoise: #00aac9;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

.full-menu-logotype {
  height: 40px;
}

.vertical-seperator {
  opacity: .3;
  background-color: #fff;
  width: 1px;
  height: 60px;
}

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

.navigation {
  z-index: 999;
  background-color: var(--tulpar-navy-blue);
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  box-shadow: 1px 1px 10px #0000001a;
}

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

.full-menu-wrapper {
  z-index: 10;
  border-left: 1px solid var(--sabancı-white);
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  padding-left: 20px;
  display: flex;
}

.brand {
  flex: 0 auto;
  align-self: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.nav-menu.collapsed-nav-menu {
  justify-content: flex-start;
  margin-left: 0;
}

.nav-menu.full-height-menu {
  background-color: var(--tulpar-navy-blue);
  color: #fff;
  text-align: left;
  min-width: 50vw;
  max-height: 100vh;
  position: fixed;
  inset: 0%;
}

.language-link {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.copyright-text {
  letter-spacing: .025em;
  font-family: Poppins;
  font-size: 1em;
  font-weight: 300;
  line-height: 22px;
}

.main-logotype {
  height: 40px;
}

.nav-link {
  color: #fff;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.menu-button-image {
  width: 25px;
  height: 25px;
}

.full-height-menu-contents {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 60px 100px;
  display: flex;
  position: absolute;
}

.navbar-right-contents {
  align-items: center;
  display: block;
}

.menu-button {
  z-index: 0;
  flex-direction: row;
  display: flex;
}

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

.full-height-menu-cross {
  z-index: 999;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 72px;
  left: 50vw;
  transform: translate(-96px);
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  display: flex;
}

.navbar.collapsed-navbar {
  min-height: 100px;
  position: static;
}

.aside-link {
  z-index: 10;
  color: #dde1e6;
  letter-spacing: .025em;
  align-items: center;
  font-family: Poppins;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.navbar-justify-between {
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.moreport-footer-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.developed-by {
  opacity: .5;
  color: var(--sabancı-white);
  text-align: center;
  letter-spacing: .5px;
  flex: none;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: .85em;
  font-weight: 300;
}

.moreport-footer-text {
  color: var(--sabancı-white);
  letter-spacing: .5px;
  font-family: Lexend, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
}

.moreport-copyright-secion {
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.moreport-logoype {
  width: 80px;
  height: 20px;
  margin-left: 10px;
}

.moreport-copyright-container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.moreport-signature-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.moreport-signature-link {
  opacity: .5;
}

.moreport-signature-link:hover {
  opacity: 1;
}

.moreport-signature {
  text-align: right;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.moreport-introduction {
  background-image: linear-gradient(#0000, #0c1a32), url('../images/tulpar-keyvisual.png'), linear-gradient(90deg, #0c1a32, #fff0);
  background-position: 0 0, 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  height: 650px;
  padding-bottom: 4em;
  display: flex;
}

.moreport-introduction.construction {
  background-image: linear-gradient(#0000, #0c1a32), url('../images/tulpar-proje-gelistirme-image.png'), linear-gradient(90deg, #0c1a32, #fff0);
}

.container {
  opacity: 1;
  flex: 0 auto;
  max-width: 1000px;
  overflow: visible;
}

.grid-introduction {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  width: 100%;
  max-width: 100%;
}

.introduction-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-card {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--tulpar-navy-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.info-card.turquoise {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--tulpar-turquoise);
  padding: 3em;
}

.header-link {
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.moreport-section {
  padding-top: 4em;
  padding-bottom: 4em;
}

.moreport-section.pattern-up {
  background-image: linear-gradient(#0000, #0c1a32), url('../images/pattern.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, 20vw;
}

.moreport-section.pattern-up.hide {
  display: none;
}

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

.moreport-section.pattern-down {
  background-image: linear-gradient(#0c1a32, #0000), url('../images/pattern.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, 20vw;
}

.moreport-section.pattern-down.hide {
  display: none;
}

.moreport-section.navy {
  background-color: #0b1b31;
}

.header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}

.tiny-header {
  color: var(--tulpar-turquoise);
  letter-spacing: .2em;
  text-transform: uppercase;
  align-self: flex-start;
  font-size: 1.2em;
  font-weight: 600;
}

.bold {
  font-weight: 600;
}

.moreport-data {
  color: var(--sabancı-white);
  letter-spacing: 1px;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
}

.content-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}

.content-grid.news {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.link-arrow {
  margin-left: 4px;
}

.white {
  color: #fff;
  display: flex;
}

.link-arrow-wrapper {
  flex: 0 auto;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.space-20x {
  height: 20px;
}

.sector-card-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 400px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.sector-card-wrapper:hover {
  opacity: 1;
}

.sector-card-wrapper.translation {
  background-image: linear-gradient(#0159b800, #0159b8e6 70%), url('../images/shutterstock_1860471397.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
}

.sector-card-wrapper.translation:hover {
  background-image: url('../images/diagonal-lines-blue.svg'), linear-gradient(#0159b8b3, #0159b8b3), linear-gradient(#fff0, #0159b8), url('../images/shutterstock_1860471397.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: .5em, auto, auto, cover;
}

.sector-card-wrapper.real-estate {
  background-image: linear-gradient(#0159b800, #0056b8e6 70%), url('../images/shutterstock_1495420802.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.sector-card-wrapper.real-estate:hover {
  background-image: url('../images/diagonal-lines-blue.svg'), linear-gradient(#0056b8b3, #0056b8b3), linear-gradient(#fff0, #0056b8e6), url('../images/shutterstock_1495420802.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: .5em, auto, auto, cover;
}

.sector-card-wrapper.tourism {
  background-image: linear-gradient(#0159b800, #0159b8e6 70%), url('../images/shutterstock_633002651.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.sector-card-wrapper.tourism:hover {
  background-image: url('../images/diagonal-lines-blue.svg'), linear-gradient(#0159b8b3, #0159b8b3), linear-gradient(#fff0, #0159b8e6), url('../images/shutterstock_633002651.jpg');
  background-position: 0 0, 0 0, 0 0, 0%;
  background-size: .5em, auto, auto, cover;
}

.sector-card-wrapper.construction {
  background-image: linear-gradient(#0159b800, #0056b8e6 70%), url('../images/shutterstock_1028913046.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
}

.sector-card-wrapper.construction:hover {
  background-image: url('../images/diagonal-lines-blue.svg'), linear-gradient(#00aac940, #00aac940), linear-gradient(#fff0, #00aac9cc 76%), url('../images/shutterstock_1028913046.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: .5em, auto, auto, cover;
}

.sector-card-icon {
  flex: none;
  align-items: flex-end;
  width: 75px;
  height: 75px;
  margin-bottom: 20px;
  display: flex;
}

.inline-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

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

.inline-link.blue {
  color: #0056b8;
}

.cover-image {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.moreport-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--tulpar-navy-blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  text-decoration: none;
  display: flex;
}

.moreport-card.construction {
  background-image: linear-gradient(90deg, var(--tulpar-navy-blue), #10284a80), url('../images/tulpar-proje-gelistirme-image.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.moreport-card.tourism {
  background-image: linear-gradient(90deg, var(--tulpar-navy-blue), #10284aa6), url('../images/tulpar-turizm.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.moreport-card.technology {
  background-image: linear-gradient(90deg, var(--tulpar-navy-blue), #10284aa6), url('../images/tulpar-technology.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.moreport-card.narrow {
  border-top: 1px solid var(--tulpar-turquoise);
  padding: 2em;
}

.moreport-card.finance {
  background-image: linear-gradient(90deg, var(--tulpar-navy-blue), #10284aa6), url('../images/tulpar-finance.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.sector-card-title {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.chairman-name {
  color: #fff;
  margin-top: 40px;
  line-height: 1.4;
}

.featured-image {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.image-animation-trigger {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.box-spotlight-wrapper {
  background-color: #0157b8;
  flex: 1;
  padding: 40px;
}

.h2-white {
  color: #fff;
}

.bg-color-animation {
  z-index: 20;
  background-color: var(--tulpar-turquoise);
  display: none;
  position: absolute;
  inset: 0%;
}

.date {
  color: #888;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.3;
}

.news-card-link:hover {
  opacity: .9;
}

.news-card-link._01 {
  text-decoration: none;
}

.news-card-link._03 {
  border-radius: 0;
}

.news-card-date {
  flex: 0 auto;
  margin-bottom: 15px;
  display: flex;
}

.news-card-wrapper {
  background-color: #10284a;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.news-card-wrapper:hover {
  opacity: 1;
}

.news-header {
  color: #333;
  margin-bottom: 20px;
  font-weight: 500;
}

.news-image {
  height: 200px;
}

.news-card-arrow {
  flex: 0 auto;
  display: flex;
}

.grid-sustainabilitiy {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
}

.body {
  background-color: #0b1b31;
  font-family: Lexend, sans-serif;
}

.moreport-h2 {
  color: var(--tulpar-turquoise);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Lexend, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}

.moreport-spotlight {
  color: var(--sabancı-white);
  font-family: Trykker, sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.2;
}

.moreport-spotlight.short, .moreport-spotlight.blue {
  width: 75%;
}

.moreport-vertical-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.moreport-vertical-flex.absolute {
  background-color: var(--tulpar-navy-blue);
  padding: 3em;
}

.moreport-h1 {
  color: var(--sabancı-white);
  font-family: Lexend, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1.2;
}

.moreport-paragraph {
  color: var(--sabancı-white);
  letter-spacing: .05em;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4;
}

.moreport-paragraph.bigger {
  font-size: 1.8em;
}

.moreport-container-vertical-flex {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.moreport-button {
  background-color: var(--tulpar-turquoise);
  color: var(--sabancı-white);
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.moreport-button.white {
  color: var(--tulpar-navy-blue);
  background-color: #fff;
}

.moreport-button.white:hover {
  color: #fff;
  background-color: #0b963d;
  text-decoration: none;
}

.moreport-cta-icon {
  margin-right: 5px;
  line-height: 14px;
}

.moreportcta-text {
  letter-spacing: 1px;
  flex: none;
  margin-bottom: 0;
  margin-left: 1px;
  margin-right: 1px;
  font-size: 13px;
  font-weight: 400;
}

.pattern-divider {
  background-color: var(--tulpar-navy-blue);
  width: 100%;
  height: 1px;
  transition: background-color .2s;
}

.pattern-divider:hover {
  background-color: #a0bcff54;
}

.overlay-content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  bottom: 36px;
  left: -48px;
}

.overlay-content.bottom-right {
  bottom: 2em;
  left: auto;
  right: -2vw;
}

.boxed {
  color: #2c2d36;
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 36px;
  display: flex;
  position: relative;
}

.boxed.reduced-padding {
  padding: 24px;
}

.text-small {
  font-size: 14px;
  line-height: 22px;
}

.text-small.quote-author {
  opacity: .5;
}

.rounded-large {
  aspect-ratio: 1;
  display: block;
}

.overlay-container {
  aspect-ratio: 1;
  position: relative;
}

.container-small {
  direction: ltr;
  width: 100%;
  max-width: 400px;
}

.container-small.narrow {
  max-width: 294px;
}

.container-small.narrow.align-center {
  position: relative;
}

.container-small.align-center {
  aspect-ratio: 1;
  flex-direction: column;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.moreport-paragraph-header {
  color: var(--tulpar-turquoise);
  letter-spacing: .05em;
  font-family: Trykker, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4;
}

.moreport-paragraph-header.white {
  color: var(--sabancı-white);
}

.moreport-lottie {
  height: 4em;
}

.moreport-inside-vertical-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-with-arrow {
  opacity: .6;
  color: var(--tulpar-turquoise);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-with-arrow.adjacent-to-link {
  margin-left: 48px;
}

.moreport-html-icon {
  color: var(--tulpar-turquoise);
}

.moreport-html-icon.white {
  color: var(--sabancı-white);
}

.moreport-horizontal-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.moreport-horizontal-flex._3em {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
}

.moreport-image-card {
  flex-flow: column;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.moreport-image {
  aspect-ratio: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.h1-blue {
  color: var(--tulpar-turquoise);
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.field-label {
  letter-spacing: .4px;
  margin-bottom: 10px;
  font-weight: 500;
}

.text-field {
  border: 1px solid var(--tulpar-navy-blue);
  background-color: var(--tulpar-navy-blue);
  color: var(--tulpar-turquoise);
  letter-spacing: .05em;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 20px;
}

.text-field.last {
  height: 100px;
  margin-bottom: 20px;
}

.submit-button {
  background-color: var(--tulpar-turquoise);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  height: 60px;
  font-size: 16px;
  line-height: 1.3;
}

.navbar-no-shadow {
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: var(--tulpar-navy-blue);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 20px 20px;
}

.container-regular {
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.moreport-slogan {
  color: var(--sabancı-white);
  letter-spacing: .05em;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4;
}

.moreport-slogan.bigger {
  font-size: 1.8em;
}

.image-2 {
  aspect-ratio: 1;
}

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

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

.link-block {
  color: var(--tulpar-turquoise);
  text-decoration: none;
}

.link-block.w--current {
  text-decoration: none;
}

.moreport-language-link {
  color: var(--tulpar-turquoise);
  letter-spacing: .05em;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
}

.moreport-language-link.bigger {
  font-size: 1.8em;
}

.moreport-sub-brand-card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--tulpar-navy-blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  text-decoration: none;
  display: flex;
}

.moreport-sub-brand-card.construction {
  background-image: linear-gradient(90deg, var(--tulpar-navy-blue), #10284a80), url('../images/tulpar-proje-gelistirme-image.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.moreport-sub-brand-card.tourism {
  background-image: linear-gradient(90deg, var(--tulpar-navy-blue), #10284aa6), url('../images/tulpar-turizm.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.moreport-sub-brand-card.technology {
  background-image: linear-gradient(90deg, var(--tulpar-navy-blue), #10284aa6), url('../images/tulpar-technology.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.moreport-sub-brand-card.narrow {
  border-top: 1px solid var(--tulpar-turquoise);
  padding: 2em;
}

.moreport-sub-brand-card.finance {
  background-image: linear-gradient(90deg, var(--tulpar-navy-blue), #10284aa6), url('../images/tulpar-finance.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

@media screen and (min-width: 1280px) {
  .moreport-introduction {
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-container {
    max-width: 1100px;
  }

  .language-link {
    padding-left: 0;
  }

  .moreport-copyright-container {
    width: 1100px;
  }

  .moreport-introduction {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    max-width: 1100px;
  }

  .moreport-section.pattern-up, .moreport-section.pattern-down {
    margin-left: auto;
    margin-right: auto;
  }

  .box-spotlight-wrapper {
    flex: 1;
  }

  .navbar-no-shadow-container, .container-regular {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-container {
    max-width: 1200px;
  }

  .navbar-right-contents {
    display: block;
  }

  .moreport-copyright-container {
    width: 1200px;
  }

  .moreport-introduction {
    background-position: 0 0, 50% 0, 0 0;
    max-width: 100%;
    height: 750px;
  }

  .container {
    max-width: 1200px;
  }

  .moreport-section.pattern-down.hide {
    display: none;
  }

  .navbar-no-shadow-container, .container-regular {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #00000014;
    border-radius: 10px;
    padding: 18px;
  }

  .nav-menu.collapsed-nav-menu {
    background-color: #0000;
    border-style: none;
    margin-left: 0;
    padding: 0;
  }

  .nav-menu.full-height-menu {
    border-style: none;
    border-radius: 0;
    min-width: 100vw;
    padding: 0;
    inset: 0;
  }

  .copyright-text {
    font-weight: 300;
  }

  .menu-button-image {
    display: block;
  }

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

  .full-height-menu-cross {
    left: auto;
    right: 72px;
    transform: translate(0);
  }

  .navbar-justify-between {
    margin-left: 0;
    margin-right: 0;
  }

  .developed-by {
    display: block;
  }

  .moreport-copyright-container {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
  }

  .moreport-signature {
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .moreport-introduction {
    background-position: 0 0, 75%, 0 0;
    height: 600px;
  }

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

  .moreport-section {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .moreport-section.pattern-up, .moreport-section.pattern-down {
    background-size: auto, 40vw;
  }

  .moreport-data {
    font-size: 54px;
  }

  .content-grid {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .sector-card-wrapper {
    height: 300px;
  }

  .sector-card-icon {
    margin-bottom: 15px;
  }

  .chairman-name {
    margin-top: 30px;
  }

  .featured-image {
    width: 100%;
    height: 100%;
    margin-top: 40px;
  }

  .news-card-link._01, .news-card-link._03 {
    display: block;
  }

  .grid-sustainabilitiy {
    margin-top: 40px;
  }

  .moreport-h2 {
    font-size: 1.1em;
  }

  .moreport-spotlight {
    font-size: 1.8em;
  }

  .moreport-spotlight.blue {
    width: 100%;
    font-size: 1.8em;
  }

  .moreport-h1 {
    font-size: 2.8em;
  }

  .moreport-paragraph {
    font-size: 1em;
  }

  .moreport-paragraph.bigger {
    font-size: 1.4em;
  }

  .boxed {
    flex: 0 auto;
  }

  .moreport-paragraph-header {
    font-size: 1.3em;
  }

  .form-2 {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

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

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

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .moreport-slogan {
    font-size: 1em;
  }

  .moreport-slogan.bigger {
    font-size: 1.4em;
  }

  .moreport-language-link {
    font-size: 1em;
  }

  .moreport-language-link.bigger {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .navbar-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .full-menu-wrapper {
    padding-left: 20px;
  }

  .nav-menu.collapsed-nav-menu {
    flex: 0 auto;
  }

  .full-height-menu-contents {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: auto;
  }

  .full-height-menu-cross {
    top: 48px;
    right: 48px;
  }

  .navbar.collapsed-navbar {
    min-height: 85px;
  }

  .aside-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.7em;
  }

  .navbar-justify-between {
    justify-content: space-between;
  }

  .moreport-footer-left {
    justify-content: center;
    align-items: stretch;
  }

  .moreport-copyright-secion {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .moreport-signature {
    justify-content: flex-start;
  }

  .moreport-introduction {
    background-position: 0 0, 75%, 0 0;
  }

  .info-card.turquoise {
    padding: 2em;
  }

  .moreport-section.pattern-up, .moreport-section.pattern-down {
    background-size: auto, 50vw;
  }

  .header-grid {
    margin-bottom: 40px;
  }

  .tiny-header {
    font-size: 15px;
  }

  .moreport-data {
    font-size: 50px;
  }

  .content-grid {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
  }

  .content-grid.news {
    grid-column-gap: 1px;
    grid-row-gap: 40px;
  }

  .white {
    font-size: 15px;
  }

  .sector-card-wrapper {
    flex-direction: row;
    height: 250px;
    padding: 30px;
  }

  .sector-card-wrapper.translation, .sector-card-wrapper.real-estate, .sector-card-wrapper.tourism, .sector-card-wrapper.construction {
    flex-direction: column;
  }

  .sector-card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .moreport-card {
    padding: 2em;
  }

  .chairman-name {
    font-size: 14px;
  }

  .featured-image {
    height: 300px;
  }

  .box-spotlight-wrapper {
    padding: 30px;
  }

  .news-card-wrapper {
    flex-direction: column;
  }

  .news-header {
    font-size: 14px;
  }

  .moreport-spotlight, .moreport-spotlight.blue {
    font-size: 1.6em;
  }

  .moreport-h1 {
    font-size: 2.4em;
  }

  .moreport-paragraph.bigger {
    font-size: 1.3em;
  }

  .overlay-content {
    margin-top: 24px;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .overlay-content.bottom-right {
    right: 0;
  }

  .boxed {
    padding: 24px;
  }

  .moreport-paragraph-header {
    font-size: 1.2em;
  }

  .moreport-horizontal-flex._3em {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-2 {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
    width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

  .moreport-slogan.bigger, .moreport-language-link.bigger {
    font-size: 1.3em;
  }

  .moreport-sub-brand-card {
    padding: 2em;
  }
}

@media screen and (max-width: 479px) {
  .full-menu-logotype {
    height: 50px;
  }

  .hamburger-wrapper {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navigation {
    inset: 0% 0% auto;
  }

  .navbar-container {
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
  }

  .full-menu-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-self: flex-start;
    display: block;
  }

  .brand {
    flex-direction: column;
    flex: none;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu.collapsed-nav-menu {
    justify-content: flex-start;
  }

  .nav-menu.full-height-menu {
    overflow: hidden;
  }

  .language-link {
    margin-right: 0;
  }

  .copyright-text {
    font-size: 12px;
  }

  .full-height-menu-contents {
    flex-direction: column;
    flex: none;
    margin-top: auto;
    margin-bottom: auto;
    padding: 30px 30px 40px;
    display: flex;
    overflow: hidden;
  }

  .navbar-right-contents {
    display: block;
  }

  .menu-button {
    padding-left: 0;
  }

  .full-height-menu-cross {
    top: 30px;
    right: 30px;
  }

  .brand-wrapper {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navbar {
    min-height: 72px;
  }

  .navbar.collapsed-navbar {
    min-height: 85px;
  }

  .aside-link {
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .moreport-copyright-secion {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .moreport-signature-wrapper {
    flex-flow: column;
  }

  .moreport-introduction {
    background-position: 0 0, 70%, 0 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .moreport-section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .moreport-section.pattern-up, .moreport-section.pattern-down {
    background-size: auto, 70vw;
  }

  .tiny-header {
    font-size: 14px;
  }

  .moreport-data {
    font-size: 46px;
  }

  .content-grid.news {
    grid-row-gap: 20px;
  }

  .sector-card-wrapper {
    height: 200px;
  }

  .sector-card-wrapper.translation {
    background-image: linear-gradient(to right, #0159b8e6 20%, #0159b800), url('../images/shutterstock_1860471397.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 25px;
  }

  .sector-card-wrapper.real-estate {
    background-image: linear-gradient(to right, #0056b8e6 20%, #0159b800), url('../images/shutterstock_1495420802.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
  }

  .sector-card-wrapper.tourism {
    background-image: linear-gradient(to right, #0159b8e6 20%, #0159b800), url('../images/shutterstock_633002651.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
  }

  .sector-card-wrapper.construction {
    background-image: linear-gradient(to right, #0056b8e6 20%, #0159b800), url('../images/shutterstock_1028913046.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
  }

  .sector-card-icon {
    margin-bottom: 15px;
  }

  .chairman-name {
    font-size: 14px;
  }

  .featured-image {
    height: 200px;
  }

  .news-header {
    font-size: 14px;
  }

  .moreport-spotlight, .moreport-spotlight.blue {
    font-size: 1.4em;
  }

  .moreport-h1 {
    font-size: 2em;
  }

  .moreport-paragraph.bigger {
    font-size: 1.1em;
  }

  .overlay-content {
    margin-top: 18px;
  }

  .rounded-large {
    display: block;
  }

  .link-with-arrow.adjacent-to-link {
    margin-top: 18px;
    margin-left: 0;
  }

  .form-2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .text-field {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 1em;
  }

  .navbar-no-shadow-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

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

  .moreport-slogan, .moreport-language-link {
    display: none;
  }
}

#w-node-_327c5ca7-109f-2feb-934d-faaf3806a8f5-9e666e9d, #w-node-d3ae654b-07d9-f485-bdc1-076f9c1e3bcb-9e666e9d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a20efdbf-8514-5f98-56d8-91d624443d4e-9e666e9d {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: stretch stretch;
}

#w-node-_2bb720c0-74d0-03dc-dc41-165a31d0d1b0-9e666e9d, #w-node-bb50703e-2824-c1e3-5789-3475e8483bbc-9e666e9d, #w-node-_4baa74c8-2420-3517-6677-dac630d638cf-9e666e9d, #w-node-df1a9554-7d87-b5f1-f97c-0fca668fa6ec-9e666e9d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: stretch stretch;
}

#w-node-_2ded0847-d266-2341-6b26-ce66877abf5b-9e666e9d {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: stretch stretch;
}

#w-node-_7c14849b-7002-9c18-c282-655b6d290df8-9e666e9d, #w-node-_7c14849b-7002-9c18-c282-655b6d290dff-9e666e9d, #w-node-_7c14849b-7002-9c18-c282-655b6d290e06-9e666e9d, #w-node-_7c14849b-7002-9c18-c282-655b6d290e0d-9e666e9d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-eead4cfc-e3f7-f2d5-e2e1-fc4578de4cc0-9e666e9d {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: stretch stretch;
}

#w-node-_8dd367ff-8be9-3924-8184-068642313ebf-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313ec7-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313ecf-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313ed7-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313edf-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313ee7-9e666e9d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: stretch stretch;
}

#w-node-_982635f7-bd2e-d3a0-0256-1623609e160a-9e666e9d, #w-node-_982635f7-bd2e-d3a0-0256-1623609e1615-9e666e9d, #w-node-_982635f7-bd2e-d3a0-0256-1623609e1620-9e666e9d, #w-node-_1498bc92-542c-e031-42d4-799ce767cf9f-9e666e9d {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: stretch stretch;
}

#w-node-_94fbcf6e-f466-95e5-150d-cfa375f7671b-9e666e9d, #w-node-c0ccb3b7-65bf-427e-b7de-1403ae1787d3-9e666e9d, #w-node-abb443cc-2d3c-499b-7910-c58ac0c73fe4-9e666e9d, #w-node-b0dc5a9d-7064-e048-a27a-bf4e6998b4c8-9e666e9d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: stretch stretch;
}

#w-node-_7c6ae51e-6c4f-cb6c-6a0f-43db5220c3f2-9e666e9d, #w-node-d93385aa-fa11-706c-85b7-2c158c0439b8-9e666e9d, #w-node-_801e4421-ad15-c52c-d160-efe0c743165f-9e666e9d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: stretch stretch;
}

#w-node-f130cf5e-58d6-ea6a-4005-266498751023-9e666e9d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8a245852-94e7-5202-e721-28728603622c-86036222, #w-node-_8a245852-94e7-5202-e721-28728603622e-86036222, #w-node-_8a245852-94e7-5202-e721-287286036230-86036222, #w-node-_8a245852-94e7-5202-e721-287286036232-86036222 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8a245852-94e7-5202-e721-287286036234-86036222 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_327c5ca7-109f-2feb-934d-faaf3806a8f5-9e666ea8, #w-node-d3ae654b-07d9-f485-bdc1-076f9c1e3bcb-9e666ea8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a20efdbf-8514-5f98-56d8-91d624443d4e-9e666ea8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: stretch stretch;
}

#w-node-_2bb720c0-74d0-03dc-dc41-165a31d0d1b0-9e666ea8, #w-node-bb50703e-2824-c1e3-5789-3475e8483bbc-9e666ea8, #w-node-_4baa74c8-2420-3517-6677-dac630d638cf-9e666ea8, #w-node-df1a9554-7d87-b5f1-f97c-0fca668fa6ec-9e666ea8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: stretch stretch;
}

#w-node-_2ded0847-d266-2341-6b26-ce66877abf5b-9e666ea8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: stretch stretch;
}

#w-node-_7c14849b-7002-9c18-c282-655b6d290df8-9e666ea8, #w-node-_7c14849b-7002-9c18-c282-655b6d290dff-9e666ea8, #w-node-_7c14849b-7002-9c18-c282-655b6d290e06-9e666ea8, #w-node-_7c14849b-7002-9c18-c282-655b6d290e0d-9e666ea8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-eead4cfc-e3f7-f2d5-e2e1-fc4578de4cc0-9e666ea8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: stretch stretch;
}

#w-node-_8dd367ff-8be9-3924-8184-068642313ebf-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313ec7-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313ecf-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313ed7-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313edf-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313ee7-9e666ea8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: stretch stretch;
}

#w-node-_982635f7-bd2e-d3a0-0256-1623609e160a-9e666ea8, #w-node-_982635f7-bd2e-d3a0-0256-1623609e1615-9e666ea8, #w-node-_982635f7-bd2e-d3a0-0256-1623609e1620-9e666ea8, #w-node-_1498bc92-542c-e031-42d4-799ce767cf9f-9e666ea8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: stretch stretch;
}

#w-node-_7c6ae51e-6c4f-cb6c-6a0f-43db5220c3f2-9e666ea8, #w-node-d93385aa-fa11-706c-85b7-2c158c0439b8-9e666ea8, #w-node-_801e4421-ad15-c52c-d160-efe0c743165f-9e666ea8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: stretch stretch;
}

#w-node-f130cf5e-58d6-ea6a-4005-266498751023-9e666ea8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_3456bba9-65f5-cb25-abe9-941861b9f09c-61b9f092, #w-node-_3456bba9-65f5-cb25-abe9-941861b9f09e-61b9f092, #w-node-_3456bba9-65f5-cb25-abe9-941861b9f0a0-61b9f092, #w-node-_3456bba9-65f5-cb25-abe9-941861b9f0a2-61b9f092 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3456bba9-65f5-cb25-abe9-941861b9f0a4-61b9f092 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_327c5ca7-109f-2feb-934d-faaf3806a8f5-9e666e9d {
    grid-column: span 12 / span 12;
  }

  #w-node-d3ae654b-07d9-f485-bdc1-076f9c1e3bcb-9e666e9d {
    order: -9999;
  }

  #w-node-a20efdbf-8514-5f98-56d8-91d624443d4e-9e666e9d {
    grid-column: span 12 / span 12;
  }

  #w-node-_2bb720c0-74d0-03dc-dc41-165a31d0d1b0-9e666e9d, #w-node-bb50703e-2824-c1e3-5789-3475e8483bbc-9e666e9d, #w-node-_4baa74c8-2420-3517-6677-dac630d638cf-9e666e9d, #w-node-df1a9554-7d87-b5f1-f97c-0fca668fa6ec-9e666e9d {
    grid-column: span 6 / span 6;
  }

  #w-node-_2ded0847-d266-2341-6b26-ce66877abf5b-9e666e9d {
    grid-column: span 12 / span 12;
  }

  #w-node-_7c14849b-7002-9c18-c282-655b6d290df8-9e666e9d, #w-node-_7c14849b-7002-9c18-c282-655b6d290dff-9e666e9d, #w-node-_7c14849b-7002-9c18-c282-655b6d290e06-9e666e9d, #w-node-_7c14849b-7002-9c18-c282-655b6d290e0d-9e666e9d {
    grid-column: span 6 / span 6;
  }

  #w-node-eead4cfc-e3f7-f2d5-e2e1-fc4578de4cc0-9e666e9d {
    grid-column: span 12 / span 12;
  }

  #w-node-_8dd367ff-8be9-3924-8184-068642313ebf-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313ec7-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313ecf-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313ed7-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313edf-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313ee7-9e666e9d {
    grid-column: span 6 / span 6;
  }

  #w-node-_982635f7-bd2e-d3a0-0256-1623609e160a-9e666e9d, #w-node-_982635f7-bd2e-d3a0-0256-1623609e1615-9e666e9d, #w-node-_982635f7-bd2e-d3a0-0256-1623609e1620-9e666e9d, #w-node-_1498bc92-542c-e031-42d4-799ce767cf9f-9e666e9d, #w-node-_94fbcf6e-f466-95e5-150d-cfa375f7671b-9e666e9d, #w-node-c0ccb3b7-65bf-427e-b7de-1403ae1787d3-9e666e9d, #w-node-abb443cc-2d3c-499b-7910-c58ac0c73fe4-9e666e9d, #w-node-b0dc5a9d-7064-e048-a27a-bf4e6998b4c8-9e666e9d {
    grid-column: span 12 / span 12;
  }

  #w-node-_7c6ae51e-6c4f-cb6c-6a0f-43db5220c3f2-9e666e9d, #w-node-d93385aa-fa11-706c-85b7-2c158c0439b8-9e666e9d, #w-node-_801e4421-ad15-c52c-d160-efe0c743165f-9e666e9d {
    grid-column: span 6 / span 6;
  }

  #w-node-f130cf5e-58d6-ea6a-4005-266498751023-9e666e9d {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_8a245852-94e7-5202-e721-287286036234-86036222 {
    grid-column: span 4 / span 4;
  }

  #w-node-_327c5ca7-109f-2feb-934d-faaf3806a8f5-9e666ea8 {
    grid-column: span 12 / span 12;
  }

  #w-node-d3ae654b-07d9-f485-bdc1-076f9c1e3bcb-9e666ea8 {
    order: -9999;
  }

  #w-node-a20efdbf-8514-5f98-56d8-91d624443d4e-9e666ea8 {
    grid-column: span 12 / span 12;
  }

  #w-node-_2bb720c0-74d0-03dc-dc41-165a31d0d1b0-9e666ea8, #w-node-bb50703e-2824-c1e3-5789-3475e8483bbc-9e666ea8, #w-node-_4baa74c8-2420-3517-6677-dac630d638cf-9e666ea8, #w-node-df1a9554-7d87-b5f1-f97c-0fca668fa6ec-9e666ea8 {
    grid-column: span 6 / span 6;
  }

  #w-node-_2ded0847-d266-2341-6b26-ce66877abf5b-9e666ea8 {
    grid-column: span 12 / span 12;
  }

  #w-node-_7c14849b-7002-9c18-c282-655b6d290df8-9e666ea8, #w-node-_7c14849b-7002-9c18-c282-655b6d290dff-9e666ea8, #w-node-_7c14849b-7002-9c18-c282-655b6d290e06-9e666ea8, #w-node-_7c14849b-7002-9c18-c282-655b6d290e0d-9e666ea8 {
    grid-column: span 6 / span 6;
  }

  #w-node-eead4cfc-e3f7-f2d5-e2e1-fc4578de4cc0-9e666ea8 {
    grid-column: span 12 / span 12;
  }

  #w-node-_8dd367ff-8be9-3924-8184-068642313ebf-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313ec7-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313ecf-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313ed7-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313edf-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313ee7-9e666ea8 {
    grid-column: span 6 / span 6;
  }

  #w-node-_982635f7-bd2e-d3a0-0256-1623609e160a-9e666ea8, #w-node-_982635f7-bd2e-d3a0-0256-1623609e1615-9e666ea8, #w-node-_982635f7-bd2e-d3a0-0256-1623609e1620-9e666ea8, #w-node-_1498bc92-542c-e031-42d4-799ce767cf9f-9e666ea8 {
    grid-column: span 12 / span 12;
  }

  #w-node-_7c6ae51e-6c4f-cb6c-6a0f-43db5220c3f2-9e666ea8, #w-node-d93385aa-fa11-706c-85b7-2c158c0439b8-9e666ea8, #w-node-_801e4421-ad15-c52c-d160-efe0c743165f-9e666ea8 {
    grid-column: span 6 / span 6;
  }

  #w-node-f130cf5e-58d6-ea6a-4005-266498751023-9e666ea8 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3456bba9-65f5-cb25-abe9-941861b9f0a4-61b9f092 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d3ae654b-07d9-f485-bdc1-076f9c1e3bcb-9e666e9d {
    grid-column: span 12 / span 12;
  }

  #w-node-f130cf5e-58d6-ea6a-4005-266498751023-9e666e9d {
    grid-column: span 12 / span 12;
    justify-self: auto;
  }

  #w-node-_8a245852-94e7-5202-e721-28728603622c-86036222, #w-node-_8a245852-94e7-5202-e721-28728603622e-86036222, #w-node-_8a245852-94e7-5202-e721-287286036230-86036222, #w-node-_8a245852-94e7-5202-e721-287286036232-86036222, #w-node-_8a245852-94e7-5202-e721-287286036234-86036222 {
    grid-column: span 4 / span 4;
  }

  #w-node-d3ae654b-07d9-f485-bdc1-076f9c1e3bcb-9e666ea8 {
    grid-column: span 12 / span 12;
  }

  #w-node-f130cf5e-58d6-ea6a-4005-266498751023-9e666ea8 {
    grid-column: span 12 / span 12;
    justify-self: auto;
  }

  #w-node-_3456bba9-65f5-cb25-abe9-941861b9f09c-61b9f092, #w-node-_3456bba9-65f5-cb25-abe9-941861b9f09e-61b9f092, #w-node-_3456bba9-65f5-cb25-abe9-941861b9f0a0-61b9f092, #w-node-_3456bba9-65f5-cb25-abe9-941861b9f0a2-61b9f092, #w-node-_3456bba9-65f5-cb25-abe9-941861b9f0a4-61b9f092 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a20efdbf-8514-5f98-56d8-91d624443d4e-9e666e9d, #w-node-_2bb720c0-74d0-03dc-dc41-165a31d0d1b0-9e666e9d, #w-node-bb50703e-2824-c1e3-5789-3475e8483bbc-9e666e9d, #w-node-_4baa74c8-2420-3517-6677-dac630d638cf-9e666e9d, #w-node-df1a9554-7d87-b5f1-f97c-0fca668fa6ec-9e666e9d, #w-node-_2ded0847-d266-2341-6b26-ce66877abf5b-9e666e9d, #w-node-_7c14849b-7002-9c18-c282-655b6d290df8-9e666e9d, #w-node-_7c14849b-7002-9c18-c282-655b6d290dff-9e666e9d, #w-node-_7c14849b-7002-9c18-c282-655b6d290e06-9e666e9d, #w-node-_7c14849b-7002-9c18-c282-655b6d290e0d-9e666e9d, #w-node-eead4cfc-e3f7-f2d5-e2e1-fc4578de4cc0-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313ebf-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313ec7-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313ecf-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313ed7-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313edf-9e666e9d, #w-node-_8dd367ff-8be9-3924-8184-068642313ee7-9e666e9d, #w-node-_982635f7-bd2e-d3a0-0256-1623609e160a-9e666e9d, #w-node-_982635f7-bd2e-d3a0-0256-1623609e1615-9e666e9d, #w-node-_982635f7-bd2e-d3a0-0256-1623609e1620-9e666e9d, #w-node-_1498bc92-542c-e031-42d4-799ce767cf9f-9e666e9d, #w-node-_94fbcf6e-f466-95e5-150d-cfa375f7671b-9e666e9d, #w-node-c0ccb3b7-65bf-427e-b7de-1403ae1787d3-9e666e9d, #w-node-abb443cc-2d3c-499b-7910-c58ac0c73fe4-9e666e9d, #w-node-b0dc5a9d-7064-e048-a27a-bf4e6998b4c8-9e666e9d, #w-node-_7c6ae51e-6c4f-cb6c-6a0f-43db5220c3f2-9e666e9d, #w-node-d93385aa-fa11-706c-85b7-2c158c0439b8-9e666e9d, #w-node-_801e4421-ad15-c52c-d160-efe0c743165f-9e666e9d, #w-node-a20efdbf-8514-5f98-56d8-91d624443d4e-9e666ea8, #w-node-_2bb720c0-74d0-03dc-dc41-165a31d0d1b0-9e666ea8, #w-node-bb50703e-2824-c1e3-5789-3475e8483bbc-9e666ea8, #w-node-_4baa74c8-2420-3517-6677-dac630d638cf-9e666ea8, #w-node-df1a9554-7d87-b5f1-f97c-0fca668fa6ec-9e666ea8, #w-node-_2ded0847-d266-2341-6b26-ce66877abf5b-9e666ea8, #w-node-_7c14849b-7002-9c18-c282-655b6d290df8-9e666ea8, #w-node-_7c14849b-7002-9c18-c282-655b6d290dff-9e666ea8, #w-node-_7c14849b-7002-9c18-c282-655b6d290e06-9e666ea8, #w-node-_7c14849b-7002-9c18-c282-655b6d290e0d-9e666ea8, #w-node-eead4cfc-e3f7-f2d5-e2e1-fc4578de4cc0-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313ebf-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313ec7-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313ecf-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313ed7-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313edf-9e666ea8, #w-node-_8dd367ff-8be9-3924-8184-068642313ee7-9e666ea8, #w-node-_982635f7-bd2e-d3a0-0256-1623609e160a-9e666ea8, #w-node-_982635f7-bd2e-d3a0-0256-1623609e1615-9e666ea8, #w-node-_982635f7-bd2e-d3a0-0256-1623609e1620-9e666ea8, #w-node-_1498bc92-542c-e031-42d4-799ce767cf9f-9e666ea8, #w-node-_7c6ae51e-6c4f-cb6c-6a0f-43db5220c3f2-9e666ea8, #w-node-d93385aa-fa11-706c-85b7-2c158c0439b8-9e666ea8, #w-node-_801e4421-ad15-c52c-d160-efe0c743165f-9e666ea8 {
    grid-column: span 12 / span 12;
  }
}


