:root {
  --cvs-black: #333;
  --cvs-white: white;
  --cvs-blue: #0047bb;
  --cvs-light-blue: #0079ff;
  --cvs-grey: #f4f5fc;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.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('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.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;
}

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

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

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.card-left {
  flex: 1;
}

.moreport-dropdown-toggle {
  color: #333;
  letter-spacing: .5px;
  align-items: center;
  height: 80px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.moreport-dropdown-toggle:hover {
  color: #0047bb;
}

.moreport-dropdown-toggle:active {
  padding-top: 0;
  padding-bottom: 0;
}

.moreport-dropdown-toggle.w--open {
  color: #333;
  letter-spacing: .5px;
  font-size: 16px;
}

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

.c-nested-tabs-item {
  color: #333;
  background-color: #fff;
  border-radius: 5px;
}

.nested-tabs-misc-count {
  flex: none;
}

.footer-text {
  color: var(--cvs-black);
  letter-spacing: .65px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.moreport-form-success-message {
  background-color: #007cff;
}

.footer-tiny-links-wrapper {
  color: #fff;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.card-header {
  color: var(--cvs-black);
  text-align: left;
  letter-spacing: .4px;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
}

.card-header.red {
  color: red;
}

.moreport-button-text {
  letter-spacing: .1em;
  padding-bottom: 5px;
  font-size: .9em;
  font-weight: 500;
}

.moreport-navbar-logotype-link-mobile {
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: static;
}

.moreport-navbar-logotype-link-mobile.w--current {
  padding-left: 40px;
}

.moreport-card-data {
  color: var(--cvs-white);
  text-align: left;
  letter-spacing: .02em;
  font-size: 7em;
  font-weight: 600;
  line-height: 1;
}

.moreport-mobile-navbar-rights {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.moreport-section-spotlight {
  color: var(--cvs-black);
  letter-spacing: .03em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3;
}

.moreport-section-spotlight.white {
  color: #fff;
}

.moreport-section-spotlight.short {
  width: 80%;
}

.moreport-hover-image {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.moreport-hover-image._3-2 {
  aspect-ratio: 3 / 2;
}

._w-nested-tabs-item-header {
  color: #333;
  background-color: #fff;
  padding: 20px 30px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  transition: all .25s;
  display: flex;
  overflow: hidden;
}

._w-nested-tabs-item-header:hover {
  color: #333;
}

.moreport-mobile-navbar {
  z-index: 999999;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

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

.moreportcta-text.white {
  letter-spacing: .2em;
  margin-bottom: 4px;
  font-size: 1.1em;
}

.moreport-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--cvs-blue);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.moreport-button:hover {
  color: var(--cvs-blue);
}

.moreport-button.white {
  color: #fff;
}

.dropdown-menu-link-description {
  letter-spacing: .03em;
  font-size: .9em;
  font-weight: 300;
}

.moreport-card-description {
  color: var(--cvs-black);
  letter-spacing: .05em;
  font-size: 1.1em;
  line-height: 1.3;
}

.moreport-card-description.white {
  color: var(--cvs-white);
}

.footer-text-link {
  letter-spacing: .65px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.footer-text-link:hover {
  color: #0079ff;
}

.moreport-infographic-lottie {
  flex: none;
  width: 6em;
  height: 6em;
}

.vert-bar-outer {
  background-color: #0000;
  border: 1px #6780e4;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 25px;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.moreport-h1 {
  color: #fff;
  letter-spacing: .5px;
  font-size: 3.4em;
  font-weight: 500;
  line-height: 1.2;
}

.moreport-main-section {
  padding: 6em 12vw;
  overflow: hidden;
}

.moreport-main-section.pattern-down {
  background-color: var(--cvs-grey);
  background-image: linear-gradient(180deg, var(--cvs-grey), #0000), url('../images/cvs-pattern.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, 50vw;
}

.moreport-main-section.pattern-up {
  background-color: var(--cvs-grey);
  background-image: linear-gradient(180deg, #0000, var(--cvs-grey)), url('../images/cvs-pattern.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, 50vw;
}

.moreport-main-section.first-green {
  background-color: #0047bb;
  background-image: linear-gradient(90deg, #0047bbcc, #fff0 56%), url('../images/intro-final_1intro-final.avif');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  margin-top: 140px;
  padding-top: 7em;
  padding-bottom: 7em;
}

.moreport-main-section.yatirimci-ol {
  background-color: #0047bb;
  background-image: linear-gradient(to right, #0047bb 25%, #fff0), url('../images/yatirimci-ol_1yatirimci-ol.avif');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.moreport-main-section.yatirimci-ol.hide {
  display: none;
}

.moreport-main-section.inside {
  background-color: var(--cvs-blue);
  background-image: url('../images/cvs-pattern-dark.svg');
  background-position: 0 0;
  background-size: 50vw;
  margin-top: 140px;
}

.moreport-main-section.under-construction {
  background-color: #0047bb;
  background-image: linear-gradient(90deg, #0047bbcc 30%, #fff0), url('../images/intro-final_1intro-final.avif');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.moreport-hover-image-mask {
  aspect-ratio: 2;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.moreport-hover-image-mask._3-2 {
  aspect-ratio: 3 / 2;
}

.moreport-hover-image-mask.with-margin {
  margin-bottom: 4em;
}

.made-by {
  color: #333;
  letter-spacing: .5px;
  flex: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.moreport-logotype-image {
  height: 35px;
}

.moreport-nav-web-dropdown-list {
  min-width: 100%;
}

.moreport-nav-web-dropdown-list.w--open {
  z-index: 9999999;
  background-color: var(--cvs-blue);
  border-top: 1px solid #e8ecf9;
  justify-content: center;
  align-items: center;
  padding: 40px 12vw;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  overflow: scroll;
}

.moreport-tick-mark {
  border-bottom: 1px dotted #dcdcdc;
  height: 10%;
  display: flex;
}

.moreport-tick-mark.last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.moreport-cta-wrapper {
  color: #fff;
  background-color: #0047bb;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 1em .5em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.moreport-cta-wrapper:hover {
  color: #fff;
  background-color: #0079ff;
}

.moreport-cta-wrapper.green {
  background-color: var(--cvs-blue);
  color: var(--cvs-white);
  justify-content: space-between;
  align-items: center;
  padding: .5em 1em;
}

.moreport-cta-wrapper.green:hover {
  background-color: var(--cvs-light-blue);
  text-decoration: none;
}

.moreport-cta-wrapper.white {
  color: #0047bb;
  background-color: #fff;
}

.moreport-cta-wrapper.white:hover {
  color: #fff;
  background-color: #0079ff;
  text-decoration: none;
}

.moreport-page-link-icon {
  align-items: center;
  display: flex;
}

.moreport-link {
  opacity: .5;
}

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

.html-embed {
  flex: none;
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

.moreport-card-header {
  color: var(--cvs-blue);
  text-align: left;
  letter-spacing: .02em;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3;
}

.moreport-nav-menu {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.vert-bar-inner {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px #0000;
  align-items: flex-end;
  width: 100%;
  margin-right: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  position: relative;
}

.vert-bar-inner.category-2 {
  opacity: .9;
  font-size: 12px;
  line-height: 16px;
}

.vert-bar-inner.category-2:hover {
  opacity: 1;
}

.moreport-form-field {
  background-color: var(--cvs-white);
  color: #333;
  letter-spacing: .5px;
  border: 1px solid #fff;
  border-radius: .3em;
  height: 3.6em;
  margin-bottom: 0;
  padding-left: 1.4em;
  padding-right: 1.4em;
  font-size: 14px;
  font-weight: 400;
}

.moreport-form-field.message {
  font-weight: 400;
}

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

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

.card-right {
  text-align: right;
  flex: 0 auto;
  padding-left: 25px;
}

.footer-tiny-link {
  color: #333;
  flex: none;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.footer-tiny-link:hover {
  color: var(--cvs-light-blue);
  text-decoration: none;
}

.main-image {
  aspect-ratio: 16 / 9;
  width: 100%;
  display: block;
}

.moreport-navigation-link {
  color: #333;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.moreport-navigation-link:hover {
  color: #0047bb;
}

.moreport-navigation-link.w--current {
  color: #0079ff;
}

.moreport-navigation-link.hide {
  display: none;
}

.pattern-section {
  background-image: linear-gradient(#fffffff2, #fffffff2), linear-gradient(#fff0, #fff 50%), url('../images/pattern.svg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 6vw;
}

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

.moreport-nav-web-left {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-nested-tabs-item-header {
  cursor: pointer;
}

.horizontal-wrapper {
  padding: 30px;
  display: flex;
}

.moreport-main-card {
  display: flex;
}

.nav-menu-icon {
  flex: none;
}

.moreport-social-icons-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.moreport-navigation-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.moreport-form-error-message {
  margin-top: 20px;
}

.bar-data {
  color: #54565b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  position: static;
}

.bar-data.red {
  color: var(--cvs-blue);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
}

.bar-wrapper {
  flex-direction: column;
  align-self: flex-end;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.main-paragraph {
  color: #333;
  letter-spacing: .05em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
}

.main-paragraph.white {
  color: #fff;
}

.moreport-hover-image-wrapper {
  aspect-ratio: 2;
  padding-top: 72%;
  position: relative;
  overflow: hidden;
}

.moreport-hover-image-wrapper._3-2 {
  aspect-ratio: 3 / 2;
}

.moreport-image-card {
  background-image: linear-gradient(90deg, var(--cvs-blue), #fff0), url('../images/gyf-modern-2_1gyf-modern-2.avif');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  padding: 4em;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.moreport-image-card:hover {
  transform: scale(1.02);
}

.moreport-date {
  color: var(--cvs-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  flex: none;
  font-size: .9em;
  font-weight: 400;
  line-height: 14px;
}

.moreport-date.red {
  color: red;
}

.c-nested-tabs-item-icon-img {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.moreport-mobile-navbar-wrapper {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  height: 80px;
  display: flex;
  position: relative;
}

.bar-description-wrapper {
  text-align: center;
  border-top: 1px solid #54565b33;
  border-bottom: 1px solid #54565b33;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.moreport-bar-graph-cell {
  flex-direction: row;
}

.moreport-nav-web {
  z-index: 8888888;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.moreport-form-button {
  background-color: var(--cvs-blue);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: .3em;
  height: 3.6em;
  transition: all .3s;
}

.moreport-form-button:hover {
  background-color: var(--cvs-light-blue);
}

.moreport-main-button {
  background-color: var(--cvs-blue);
  letter-spacing: .2em;
  font-size: 1em;
}

.moreport-main-button:hover {
  background-color: var(--cvs-light-blue);
}

.moreport-card-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding: 3em;
  display: flex;
  overflow: hidden;
}

.nested-tabs-misc-count-text {
  color: #999;
  white-space: nowrap;
  font-size: .8em;
  font-weight: 400;
}

.moreport-bar-description {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  font-size: 16px;
}

.moreport-bar-description._60px {
  height: 40px;
}

.main-card {
  color: #0047bb;
  background-color: #fff;
  border-radius: .3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.main-card:hover {
  transform: translate(0, -10px);
}

.moreport-navigation-header {
  color: #fff;
  letter-spacing: .5px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}

.dropdown-menu-link {
  color: #333;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 24px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dropdown-menu-link:hover {
  color: #fff;
  background-color: #0079ff;
}

.dropdown-menu-link.hide {
  display: none;
}

.footer-item-link {
  color: #333;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.footer-item-link:hover {
  color: #0079ff;
  text-decoration: none;
}

.footer-item-link.red {
  color: red;
}

.footer-item-link.red.hide {
  display: none;
}

.moreport-navigation-section {
  z-index: 4444444;
  background-color: #0047bb;
  background-image: linear-gradient(90deg, #0047bb, #0079ff);
  margin-top: 80px;
  padding-left: 12vw;
  padding-right: 12vw;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1em 2em #0003;
}

.success-message {
  color: #fff;
  letter-spacing: .5px;
  font-size: 16px;
}

.moreport-bar {
  align-self: center;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.moreport-bar._160px {
  height: 200px;
}

.moreport-bar-graphic {
  z-index: auto;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  width: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
  position: relative;
}

.error-message {
  color: #54565a;
  letter-spacing: .5px;
  padding: 10px;
  font-size: 16px;
}

.footer-header {
  color: var(--cvs-blue);
  letter-spacing: .25px;
  flex: 1;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.4;
}

.moreport-web-navbar-logotype {
  height: 35px;
}

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

.moreport-section-header {
  color: var(--cvs-blue);
  letter-spacing: .2em;
  text-transform: uppercase;
  flex: none;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3;
}

.moreport-section-header.white {
  color: #fff;
  max-height: 20px;
  font-weight: 400;
}

.moreport-footer-social-link {
  color: #0047bb;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.moreport-footer-social-link:hover {
  color: #fff;
  text-decoration: underline;
}

.moreport-bar-graph {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.moreport-x-y-axis {
  z-index: 0;
  flex-direction: column;
  position: absolute;
  inset: 0%;
}

.moreport-x-y-axis._160px {
  height: 200px;
}

.moreport-main-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.moreport-main-grid.boxes {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-top: 4em;
}

.moreport-main-grid.boxes.no-margin {
  margin-top: 0;
}

.moreport-main-grid.with-margin {
  margin-top: 4em;
}

.moreport-main-grid.ideas {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-top: 4em;
  margin-bottom: 4em;
}

.mobile-navbar-dropdown-content {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 100vw;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.moreport-nav-web-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.mobile-navbar-left {
  flex: 1;
  display: flex;
}

.moreport-bar-seperator {
  background-image: linear-gradient(#54565b00, #54565b33);
  width: 1px;
  height: 100%;
}

.moreport-main-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
}

.moreport-main-container.horizontal {
  display: flex;
}

.moreport-main-container.form {
  align-items: stretch;
}

.moreport-news-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 2em;
  display: flex;
}

.moreport-bar-collumn {
  background-color: #0000;
  border: 1px #4355ac;
  flex-direction: row;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.moreport-bar-collumn._220px {
  border-left-color: #54565b33;
  height: 240px;
}

.moreport-h1-spotlight {
  color: #fff;
  letter-spacing: .751px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3;
}

.moreport-bar-description-text {
  color: var(--cvs-black);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.c-nested-tabs-item-tabs {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.moreport-nav-web-section {
  background-color: var(--cvs-grey);
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 12vw;
  padding-right: 12vw;
  display: flex;
}

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

.moreport-vertical-flex.with-padding {
  padding-right: 2em;
}

.moreport-vertical-flex.under {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.footer-item-wrapper {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.nav-web-dropdown {
  letter-spacing: .5px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 300;
  transition: all .4s;
  position: static;
}

.nav-web-dropdown:active {
  color: #007cd2;
}

.nested-tabs-item-title {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-right: 1em;
  display: flex;
}

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

.moreport-sub-navbar-social-icon {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  display: flex;
}

.moreport-mobile-menu-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.moreport-mobile-menu-container.funds {
  width: 100%;
  display: flex;
}

.moreport-nav-web-container {
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.moreport-form-block {
  margin-top: 2.5em;
  margin-bottom: 0;
}

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

.responsive-image {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: none;
}

.moreport-wrapper {
  margin-top: 2em;
}

.moreport-card {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  overflow: hidden;
}

.moreport-card.pattern, .moreport-card.center {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-image: url('../images/gyf-modern-2_1gyf-modern-2.avif');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 4em;
}

.moreport-card.center._02 {
  background-image: url('../images/insaat_1insaat.avif');
}

.moreport-card.center._04 {
  background-image: url('../images/kooperatif_1kooperatif.avif');
}

.moreport-card.center._03 {
  background-image: url('../images/arazi_1arazi.avif');
}

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

.body {
  font-family: IBM Plex Sans, sans-serif;
}

.moreport-checkbox-label {
  color: var(--cvs-black);
}

.moreport-checkbox-link {
  color: var(--cvs-light-blue);
}

.moreport-page-spotlight {
  color: var(--cvs-blue);
  letter-spacing: .751px;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.3;
}

.moreport-page-spotlight.white {
  color: var(--cvs-white);
  font-size: 3em;
}

.header {
  color: var(--cvs-blue);
  font-weight: 500;
}

.moreport-news-image {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  display: block;
  position: static;
  inset: 0%;
}

.moreport-category-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 2em 2em;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .moreport-main-section.under-construction {
    height: 100vh;
    margin-top: 0;
  }

  .moreport-main-grid {
    grid-template-rows: auto;
  }

  .moreport-h1-spotlight, .moreport-page-spotlight {
    font-size: 26px;
  }
}

@media screen and (min-width: 1440px) {
  .moreport-card-data {
    color: var(--cvs-white);
  }

  .moreport-section-spotlight {
    color: var(--cvs-black);
  }

  .moreport-button {
    color: var(--cvs-blue);
  }

  .moreport-button:hover {
    color: var(--cvs-light-blue);
  }

  .moreport-card-description {
    color: var(--cvs-black);
  }

  .moreport-card-description.white {
    color: var(--cvs-white);
  }

  .moreport-main-section {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .moreport-main-section.pattern-down {
    background-color: var(--cvs-grey);
    background-image: linear-gradient(180deg, var(--cvs-grey), #0000), url('../images/cvs-pattern.svg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, 50vw;
  }

  .moreport-main-section.pattern-up {
    background-color: var(--cvs-grey);
    background-image: linear-gradient(180deg, #0000, var(--cvs-grey)), url('../images/cvs-pattern.svg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, 50vw;
  }

  .moreport-main-section.first-green {
    background-color: var(--cvs-blue);
    background-image: linear-gradient(90deg, var(--cvs-blue), #fff0 56%), url('../images/intro-final_1intro-final.avif');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .moreport-main-section.yatirimci-ol.hide {
    display: none;
  }

  .moreport-main-section.under-construction {
    background-color: var(--cvs-blue);
    background-image: linear-gradient(90deg, var(--cvs-blue), #fff0 56%), url('../images/intro-final_1intro-final.avif');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .moreport-nav-web-dropdown-list.w--open {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .moreport-card-header {
    color: var(--cvs-blue);
  }

  .pattern-section {
    max-width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

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

  .bar-data.red {
    color: var(--cvs-blue);
  }

  .moreport-image-card {
    background-image: linear-gradient(90deg, var(--cvs-blue), #fff0), url('../images/gyf-modern-2_1gyf-modern-2.avif');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
  }

  .moreport-date {
    text-transform: uppercase;
  }

  .moreport-main-button {
    background-color: var(--cvs-blue);
  }

  .moreport-main-button:hover {
    background-color: var(--cvs-light-blue);
  }

  .moreport-card-content {
    background-color: var(--cvs-white);
  }

  .dropdown-menu-link.hide.w--current {
    display: none;
  }

  .moreport-navigation-section {
    background-color: var(--cvs-blue);
    background-image: linear-gradient(90deg, var(--cvs-blue), var(--cvs-light-blue));
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .moreport-section-header {
    color: var(--cvs-blue);
  }

  .moreport-main-grid.ideas {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .moreport-nav-web-section {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .moreport-card {
    background-color: var(--cvs-white);
  }

  .moreport-checkbox-link {
    color: var(--cvs-light-blue);
  }
}

@media screen and (min-width: 1920px) {
  .moreport-main-section, .moreport-nav-web-dropdown-list.w--open {
    padding-left: 18vw;
    padding-right: 18vw;
  }

  .pattern-section {
    background-size: auto, auto, auto;
  }

  .moreport-navigation-section, .moreport-nav-web-section {
    padding-left: 18vw;
    padding-right: 18vw;
  }

  .moreport-mobile-menu-container.funds {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .moreport-form-wrapper, .c-nested-tabs-item {
    width: 100%;
  }

  .nested-tabs-misc-count {
    display: flex;
  }

  .footer-tiny-links-wrapper {
    flex-flow: column;
  }

  .card-header {
    font-size: 1.2em;
  }

  .moreport-navbar-logotype-link-mobile.w--current {
    border-right-width: 0;
    flex: none;
  }

  .moreport-mobile-navbar-rights {
    z-index: 99;
    background-color: #f3f5fc;
    border-top: 1px solid #f1f1f1;
    height: 100vh;
    position: absolute;
    overflow: auto;
  }

  .moreport-section-spotlight {
    font-size: 2.4em;
  }

  ._w-nested-tabs-item-header {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1em;
  }

  .moreport-mobile-navbar {
    border-bottom: 1px solid #f3f5fc;
    display: block;
  }

  .moreport-infographic-lottie {
    width: 5.8em;
    height: 5.8em;
  }

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

  .moreport-main-section {
    padding-top: 6vw;
    padding-bottom: 6vw;
    overflow: hidden;
  }

  .moreport-main-section.first-green {
    background-image: linear-gradient(90deg, #0047bbcc, #fff0), url('../images/intro-final_1intro-final.avif');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    margin-top: 130px;
  }

  .moreport-main-section.yatirimci-ol {
    background-image: linear-gradient(to right, #0047bb 25%, #fff0);
    background-position: 0 0;
  }

  .moreport-main-section.inside {
    margin-top: 130px;
  }

  .moreport-main-section.under-construction {
    background-position: 0 0, 100%;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .moreport-hover-image-mask {
    order: 1;
    height: auto;
  }

  .made-by {
    flex: none;
    display: block;
  }

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

  .pattern-section {
    padding: 60px 40px;
    overflow: hidden;
  }

  .c-nested-tabs-item-header {
    z-index: 10;
    position: relative;
    overflow: hidden;
  }

  .moreport-main-card {
    flex-flow: column;
  }

  .moreport-mobile-navbar-wrapper {
    justify-content: space-between;
    height: 70px;
  }

  .moreport-nav-web {
    display: none;
  }

  .moreport-card-content {
    width: 100%;
  }

  .nested-tabs-misc-count-text {
    display: none;
  }

  .dropdown-menu-link {
    padding: 15px 30px;
  }

  .dropdown-menu-link.hide {
    display: block;
  }

  .dropdown-menu-link.dropdown {
    border-bottom: 1px solid var(--cvs-grey);
  }

  .dropdown-menu-link.dropdown.first {
    border-top: 1px solid var(--cvs-grey);
  }

  .footer-item-link {
    color: #fff;
    text-decoration: underline;
  }

  .moreport-navigation-section {
    margin-top: 70px;
    overflow: hidden;
  }

  .moreport-mobile-navbar-menu-icon-wrapper {
    flex: none;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 100%;
    margin-right: 8vw;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .footer-header {
    display: block;
  }

  .moreport-web-navbar-logotype {
    height: 35px;
  }

  .moreport-mobile-navbar-menu-icon {
    color: #0047bb;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    display: flex;
  }

  .moreport-mobile-navbar-menu-icon.w--open {
    background-color: #0079ff;
    border-left-width: 0;
    border-left-color: #fff0;
  }

  .moreport-footer-social-link {
    color: #fff;
    text-decoration: underline;
  }

  .moreport-main-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .mobile-navbar-dropdown-content {
    background-color: #f3f5fc;
    background-image: linear-gradient(#f3f5fc, #f2f5f380), url('../images/cvs-pattern.svg');
    background-position: 0 0, 0 0;
    background-size: auto, 10em;
    height: 100%;
    padding-top: 90px;
    padding-bottom: 171px;
    display: block;
    overflow: scroll;
  }

  .mobile-navbar-left {
    padding-left: 8vw;
  }

  .moreport-h1-spotlight {
    font-size: 1.3em;
  }

  .moreport-bar-description-text {
    font-size: 12px;
  }

  .moreport-nav-web-section {
    background-color: #fff;
  }

  .footer-item-wrapper {
    color: #fff;
  }

  .moreport-mobile-menu-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .moreport-brand-message-flex {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
  }

  .responsive-image {
    height: auto;
    display: block;
  }

  .moreport-page-spotlight {
    font-size: 1.5em;
  }

  .moreport-page-spotlight.white {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 767px) {
  .moreport-page-wrapper {
    display: block;
  }

  .footer-tiny-links-wrapper {
    margin-left: 0;
    margin-right: 10px;
  }

  .card-header {
    font-size: 1.1em;
  }

  .moreport-navbar-logotype-link-mobile {
    padding-left: 0;
  }

  .moreport-navbar-logotype-link-mobile.w--current {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .moreport-mobile-navbar {
    background-color: #0b0f1899;
  }

  .moreport-infographic-lottie {
    width: 5.6em;
    height: 5.6em;
  }

  .vert-bar-outer {
    width: 25px;
  }

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

  .moreport-main-section {
    padding: 8vw;
  }

  .moreport-main-section.first-green, .moreport-main-section.inside {
    margin-top: 120px;
  }

  .moreport-main-section.under-construction {
    background-image: linear-gradient(90deg, #0047bbcc, #0046b7ad), url('../images/intro-final_1intro-final.avif');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

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

  .pattern-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .moreport-social-icons-flex {
    display: none;
  }

  .moreport-navigation-flex {
    height: 50px;
  }

  .main-paragraph {
    font-size: 1.1em;
  }

  .moreport-mobile-navbar-wrapper {
    background-color: #fff;
    box-shadow: 0 2px 20px #00000026;
  }

  .moreport-card-content {
    padding: 2.6em;
  }

  .moreport-navigation-header {
    font-size: 1em;
  }

  .moreport-navigation-section {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .moreport-mobile-navbar-menu-icon-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .moreport-mobile-navbar-menu-icon, .moreport-mobile-navbar-menu-icon.w--open {
    flex: 0 auto;
  }

  .moreport-section-header {
    font-size: 1em;
  }

  .moreport-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .moreport-h1-spotlight {
    font-size: 1.2em;
  }

  .moreport-bar-description-text {
    font-size: 12px;
  }

  .moreport-brand-message-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .moreport-card {
    padding: 2.6em;
  }

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

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

@media screen and (max-width: 479px) {
  .card-left {
    align-items: center;
    display: flex;
  }

  .moreport-page-wrapper {
    display: block;
  }

  .footer-tiny-links-wrapper {
    flex-direction: column;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .moreport-navbar-logotype-link-mobile {
    font-size: .8em;
  }

  .moreport-navbar-logotype-link-mobile.w--current {
    padding-right: 0;
  }

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

  ._w-nested-tabs-item-header {
    padding: 12px 20px;
  }

  .dropdown-menu-link-description {
    text-align: left;
    font-size: 14px;
    line-height: 1.3;
  }

  .moreport-infographic-lottie {
    width: 5.4em;
    height: 5.4em;
  }

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

  .moreport-main-section {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .moreport-hover-image-mask {
    margin-left: 0;
    margin-right: 0;
  }

  .vert-bar-inner.category-2 {
    font-size: 10px;
  }

  .card-right {
    text-align: left;
    padding-left: 0;
  }

  .pattern-section {
    padding: 40px 30px;
  }

  .moreport-social-icons-flex {
    display: none;
  }

  .moreport-navigation-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .moreport-date {
    font-size: 12px;
  }

  .moreport-bar-graph-cell.hide {
    display: none;
  }

  .moreport-card-content {
    justify-content: center;
    align-items: center;
    padding: 2.4em;
  }

  .dropdown-menu-link {
    padding: 12px 20px;
  }

  .moreport-mobile-navbar-menu-icon-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .moreport-web-navbar-logotype {
    height: 30px;
  }

  .moreport-mobile-navbar-menu-icon {
    flex: 0 auto;
    justify-content: center;
  }

  .moreport-section-header.white {
    flex: 1;
  }

  .moreport-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-navbar-dropdown-content {
    height: 100%;
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .moreport-news-card {
    padding: 20px;
  }

  .moreport-h1-spotlight {
    text-align: left;
    font-size: 1.1em;
    font-weight: 300;
  }

  .moreport-mobile-menu-container {
    grid-template-columns: 1fr 1fr;
  }

  .moreport-brand-message-flex {
    flex-flow: column;
  }

  .responsive-image {
    height: auto;
  }

  .moreport-card {
    padding: 2.4em;
  }

  .moreport-page-spotlight {
    text-align: left;
    font-size: 1.3em;
    font-weight: 300;
  }

  .moreport-page-spotlight.white {
    font-size: 1.6em;
    font-weight: 500;
  }

  .moreport-category-card {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-cf9dac73-6900-edf2-297f-6db37f01a5fd-08fbfb01 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cf9dac73-6900-edf2-297f-6db37f01a61b-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a620-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a625-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a62a-08fbfb01 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cf9dac73-6900-edf2-297f-6db37f01a632-08fbfb01 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: stretch;
}

#w-node-cf9dac73-6900-edf2-297f-6db37f01a63a-08fbfb01 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cf9dac73-6900-edf2-297f-6db37f01a645-08fbfb01 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-cf9dac73-6900-edf2-297f-6db37f01a650-08fbfb01 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-cf9dac73-6900-edf2-297f-6db37f01a653-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a661-08fbfb01 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-cf9dac73-6900-edf2-297f-6db37f01a66c-08fbfb01 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-cf9dac73-6900-edf2-297f-6db37f01a66f-08fbfb01 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-cf9dac73-6900-edf2-297f-6db37f01a685-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a68c-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a693-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a69a-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a6a5-08fbfb01 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_67a27287-69e2-8ba7-e1da-ea3658a75729-08fbfb01 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_773f26bf-5cab-b98f-0ccd-e56dac4755ec-08fbfb01, #w-node-_8991efe3-8b31-d3fb-ba74-378690cefe60-08fbfb01, #w-node-_3bd1dbc4-9e12-44b7-24b4-2b6ddec1241f-08fbfb01 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#Message-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a872-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a873-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a879-08fbfb01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20d9d40c-4e9c-ac16-4c9e-b5f8fa41c81a-fa41c817 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_20d9d40c-4e9c-ac16-4c9e-b5f8fa41c839-fa41c817, #w-node-_20d9d40c-4e9c-ac16-4c9e-b5f8fa41c84b-fa41c817 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_20d9d40c-4e9c-ac16-4c9e-b5f8fa41c855-fa41c817 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_61fe2080-0486-a137-d7c6-553c0e5548fe-0e5548fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_61fe2080-0486-a137-d7c6-553c0e554901-0e5548fc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_61fe2080-0486-a137-d7c6-553c0e55492e-0e5548fc, #w-node-_61fe2080-0486-a137-d7c6-553c0e554932-0e5548fc, #w-node-_6afef1f4-7604-5f2d-1b1e-b943d20cace7-d20cacd8, #w-node-_6afef1f4-7604-5f2d-1b1e-b943d20caceb-d20cacd8, #w-node-_6afef1f4-7604-5f2d-1b1e-b943d20cacf3-d20cacd8, #w-node-_6afef1f4-7604-5f2d-1b1e-b943d20cacf7-d20cacd8, #w-node-_6afef1f4-7604-5f2d-1b1e-b943d20cacfb-d20cacd8, #w-node-_6afef1f4-7604-5f2d-1b1e-b943d20cacff-d20cacd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6bb3b1c-b805-7bd3-d72b-7172f2b1b008-08fbfb2a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#Message-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a872-08fbfb2a, #w-node-cf9dac73-6900-edf2-297f-6db37f01a873-08fbfb2a, #w-node-cf9dac73-6900-edf2-297f-6db37f01a879-08fbfb2a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ffa4a9e1-ca39-1626-c63f-91dd75fa6fdf-08fbfb3e, #w-node-ffa4a9e1-ca39-1626-c63f-91dd75fa6fea-08fbfb3e, #w-node-ffa4a9e1-ca39-1626-c63f-91dd75fa6ff5-08fbfb3e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#Message-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a872-08fbfb3e, #w-node-cf9dac73-6900-edf2-297f-6db37f01a873-08fbfb3e, #w-node-cf9dac73-6900-edf2-297f-6db37f01a879-08fbfb3e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_100614cc-06da-5c62-3f18-b0ce97e767aa-08fbfb3f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#Message-2.w-node-eddce1da-56da-62e7-dc32-bf1eab2191d7-08fbfb3f, #w-node-eddce1da-56da-62e7-dc32-bf1eab2191d8-08fbfb3f, #w-node-eddce1da-56da-62e7-dc32-bf1eab2191de-08fbfb3f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf9dac73-6900-edf2-297f-6db37f01a816-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a81d-08fbfb41 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cf9dac73-6900-edf2-297f-6db37f01a82b-08fbfb41 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: stretch;
}

#w-node-cf9dac73-6900-edf2-297f-6db37f01a834-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a83c-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a845-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a84e-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a857-08fbfb41 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#Message-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a872-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a873-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a879-08fbfb41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0795b41e-e952-ca53-ecb4-2c071a9456ef-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456f6-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456fd-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a945704-08fbfb42 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#Message-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a872-08fbfb42, #w-node-cf9dac73-6900-edf2-297f-6db37f01a873-08fbfb42, #w-node-cf9dac73-6900-edf2-297f-6db37f01a879-08fbfb42 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0795b41e-e952-ca53-ecb4-2c071a9456ef-08fbfb43, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456f6-08fbfb43, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456fd-08fbfb43, #w-node-_0795b41e-e952-ca53-ecb4-2c071a945704-08fbfb43 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#Message-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a872-08fbfb43, #w-node-cf9dac73-6900-edf2-297f-6db37f01a873-08fbfb43, #w-node-cf9dac73-6900-edf2-297f-6db37f01a879-08fbfb43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5458d969-f396-80a8-9e9a-ad4920b407c1-08fbfb55, #w-node-_81a67144-6bc5-a78f-5af4-edf363b535e9-08fbfb55, #w-node-_1f415af7-925e-58c2-5948-45a8bff0a7cc-08fbfb55, #w-node-ae4791d3-b472-de75-6de7-7a22161dfb6c-08fbfb55, #w-node-db33a0fc-fb76-8c0f-00ab-1b7c67f06e4e-08fbfb55, #w-node-_3c4429c0-5929-db4a-491c-848ae0ca681e-08fbfb55 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#Message-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a872-08fbfb55, #w-node-cf9dac73-6900-edf2-297f-6db37f01a873-08fbfb55, #w-node-cf9dac73-6900-edf2-297f-6db37f01a879-08fbfb55, #Message-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a872-08fbfb56, #w-node-cf9dac73-6900-edf2-297f-6db37f01a873-08fbfb56, #w-node-cf9dac73-6900-edf2-297f-6db37f01a879-08fbfb56, #Message-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a872-08fbfb57, #w-node-cf9dac73-6900-edf2-297f-6db37f01a873-08fbfb57, #w-node-cf9dac73-6900-edf2-297f-6db37f01a879-08fbfb57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf9dac73-6900-edf2-297f-6db37f01a5fd-08fbfb58 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#Message-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a872-08fbfb6b, #w-node-cf9dac73-6900-edf2-297f-6db37f01a873-08fbfb6b, #w-node-cf9dac73-6900-edf2-297f-6db37f01a879-08fbfb6b, #Message-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a872-08fbfb6c, #w-node-cf9dac73-6900-edf2-297f-6db37f01a873-08fbfb6c, #w-node-cf9dac73-6900-edf2-297f-6db37f01a879-08fbfb6c, #Message-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a872-08fbfb6d, #w-node-cf9dac73-6900-edf2-297f-6db37f01a873-08fbfb6d, #w-node-cf9dac73-6900-edf2-297f-6db37f01a879-08fbfb6d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-cf9dac73-6900-edf2-297f-6db37f01a61b-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a620-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a625-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a62a-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a685-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a68c-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a693-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a69a-08fbfb01 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a83c-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a845-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a84e-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a857-08fbfb41 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }

  #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456ef-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456f6-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456fd-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a945704-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456ef-08fbfb43, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456f6-08fbfb43, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456fd-08fbfb43, #w-node-_0795b41e-e952-ca53-ecb4-2c071a945704-08fbfb43 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cf9dac73-6900-edf2-297f-6db37f01a5fd-08fbfb01 {
    grid-column: span 7 / span 7;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a61b-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a620-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a625-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a62a-08fbfb01 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a632-08fbfb01 {
    grid-column: span 12 / span 12;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a63a-08fbfb01 {
    order: -9999;
    grid-column: span 6 / span 6;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a645-08fbfb01 {
    grid-column: span 12 / span 12;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a650-08fbfb01 {
    order: -9999;
    grid-column: span 6 / span 6;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a653-08fbfb01 {
    grid-column: span 12 / span 12;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a654-08fbfb01 {
    order: -9999;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a66c-08fbfb01 {
    order: -9999;
    grid-column: span 6 / span 6;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a670-08fbfb01 {
    order: -9999;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a685-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a68c-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a693-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a69a-08fbfb01 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }

  #w-node-_67a27287-69e2-8ba7-e1da-ea3658a75729-08fbfb01 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_773f26bf-5cab-b98f-0ccd-e56dac4755ec-08fbfb01, #w-node-_8991efe3-8b31-d3fb-ba74-378690cefe60-08fbfb01, #w-node-_3bd1dbc4-9e12-44b7-24b4-2b6ddec1241f-08fbfb01 {
    grid-column: span 6 / span 6;
  }

  #w-node-_20d9d40c-4e9c-ac16-4c9e-b5f8fa41c81a-fa41c817, #w-node-_20d9d40c-4e9c-ac16-4c9e-b5f8fa41c839-fa41c817 {
    grid-column: span 12 / span 12;
  }

  #w-node-_61fe2080-0486-a137-d7c6-553c0e5548fe-0e5548fc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fdad676a-1aab-f454-6d1d-687efd7160eb-08fbfb2a, #w-node-_3fd58581-00ac-0175-e85c-50a0770a8858-08fbfb2a {
    order: -9999;
  }

  #w-node-a6bb3b1c-b805-7bd3-d72b-7172f2b1b008-08fbfb2a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_71a51ea0-ca56-bdfe-8798-f4737d6c726d-08fbfb2a, #w-node-b637dcc9-9cb6-20f7-4882-189b4c1263c1-08fbfb2a, #w-node-_01862d07-0333-77d7-6d52-828891941e9f-08fbfb2a, #w-node-bbee5595-e551-607b-435b-77d152301ebe-08fbfb2a, #w-node-bba3d053-68a2-2b58-694f-7e9fe02dcee0-08fbfb2a, #w-node-_3f5ca507-3272-53fe-a281-2ce66c751f76-08fbfb2a, #w-node-_6350b451-931e-ab76-0a5f-f1ba902333c1-08fbfb2a {
    order: -9999;
  }

  #w-node-ffa4a9e1-ca39-1626-c63f-91dd75fa6fdf-08fbfb3e, #w-node-ffa4a9e1-ca39-1626-c63f-91dd75fa6fea-08fbfb3e, #w-node-ffa4a9e1-ca39-1626-c63f-91dd75fa6ff5-08fbfb3e {
    grid-column: span 6 / span 6;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a82b-08fbfb41 {
    grid-column: span 12 / span 12;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a834-08fbfb41 {
    order: -9999;
    grid-column: span 12 / span 12;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a83c-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a845-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a84e-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a857-08fbfb41 {
    grid-column: span 12 / span 12;
  }

  #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456ef-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456f6-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456fd-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a945704-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456ef-08fbfb43, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456f6-08fbfb43, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456fd-08fbfb43, #w-node-_0795b41e-e952-ca53-ecb4-2c071a945704-08fbfb43 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }

  #w-node-_5458d969-f396-80a8-9e9a-ad4920b407c1-08fbfb55 {
    grid-column: span 6 / span 6;
  }

  #w-node-_5458d969-f396-80a8-9e9a-ad4920b407c2-08fbfb55 {
    order: -9999;
  }

  #w-node-_81a67144-6bc5-a78f-5af4-edf363b535e9-08fbfb55 {
    grid-column: span 6 / span 6;
  }

  #w-node-_81a67144-6bc5-a78f-5af4-edf363b535ea-08fbfb55 {
    order: -9999;
  }

  #w-node-_1f415af7-925e-58c2-5948-45a8bff0a7cc-08fbfb55 {
    grid-column: span 6 / span 6;
  }

  #w-node-_1f415af7-925e-58c2-5948-45a8bff0a7cd-08fbfb55 {
    order: -9999;
  }

  #w-node-ae4791d3-b472-de75-6de7-7a22161dfb6c-08fbfb55 {
    grid-column: span 6 / span 6;
  }

  #w-node-ae4791d3-b472-de75-6de7-7a22161dfb6d-08fbfb55 {
    order: -9999;
  }

  #w-node-db33a0fc-fb76-8c0f-00ab-1b7c67f06e4e-08fbfb55 {
    grid-column: span 6 / span 6;
  }

  #w-node-db33a0fc-fb76-8c0f-00ab-1b7c67f06e4f-08fbfb55 {
    order: -9999;
  }

  #w-node-_3c4429c0-5929-db4a-491c-848ae0ca681e-08fbfb55 {
    grid-column: span 6 / span 6;
  }

  #w-node-_3c4429c0-5929-db4a-491c-848ae0ca681f-08fbfb55 {
    order: -9999;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a5fd-08fbfb58 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cf9dac73-6900-edf2-297f-6db37f01a5fd-08fbfb01 {
    grid-column: span 6 / span 6;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a61b-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a620-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a625-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a62a-08fbfb01 {
    grid-column: span 3 / span 3;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a685-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a68c-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a693-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a69a-08fbfb01 {
    grid-column: span 6 / span 6;
  }

  #w-node-_67a27287-69e2-8ba7-e1da-ea3658a75729-08fbfb01 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #Name-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86e-08fbfb01, #Surname-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86f-08fbfb01, #Email-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a870-08fbfb01, #Phone-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a871-08fbfb01 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a6bb3b1c-b805-7bd3-d72b-7172f2b1b008-08fbfb2a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #Name-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86e-08fbfb2a, #Surname-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86f-08fbfb2a, #Email-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a870-08fbfb2a, #Phone-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a871-08fbfb2a, #Name-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86e-08fbfb3e, #Surname-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86f-08fbfb3e, #Email-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a870-08fbfb3e, #Phone-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a871-08fbfb3e, #Name-2.w-node-eddce1da-56da-62e7-dc32-bf1eab2191d3-08fbfb3f, #Surname-2.w-node-eddce1da-56da-62e7-dc32-bf1eab2191d4-08fbfb3f, #Email-2.w-node-eddce1da-56da-62e7-dc32-bf1eab2191d5-08fbfb3f, #Phone-2.w-node-eddce1da-56da-62e7-dc32-bf1eab2191d6-08fbfb3f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a83c-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a845-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a84e-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a857-08fbfb41 {
    grid-column: span 12 / span 12;
  }

  #Name-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86e-08fbfb41, #Surname-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86f-08fbfb41, #Email-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a870-08fbfb41, #Phone-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a871-08fbfb41 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456ef-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456f6-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456fd-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a945704-08fbfb42 {
    grid-column: span 6 / span 6;
  }

  #Name-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86e-08fbfb42, #Surname-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86f-08fbfb42, #Email-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a870-08fbfb42, #Phone-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a871-08fbfb42 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456ef-08fbfb43, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456f6-08fbfb43, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456fd-08fbfb43, #w-node-_0795b41e-e952-ca53-ecb4-2c071a945704-08fbfb43 {
    grid-column: span 6 / span 6;
  }

  #Name-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86e-08fbfb43, #Surname-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86f-08fbfb43, #Email-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a870-08fbfb43, #Phone-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a871-08fbfb43, #Name-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86e-08fbfb55, #Surname-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86f-08fbfb55, #Email-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a870-08fbfb55, #Phone-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a871-08fbfb55, #Name-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86e-08fbfb56, #Surname-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86f-08fbfb56, #Email-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a870-08fbfb56, #Phone-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a871-08fbfb56, #Name-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86e-08fbfb57, #Surname-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86f-08fbfb57, #Email-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a870-08fbfb57, #Phone-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a871-08fbfb57 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a5fd-08fbfb58 {
    grid-column: span 3 / span 3;
  }

  #Name-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86e-08fbfb6b, #Surname-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86f-08fbfb6b, #Email-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a870-08fbfb6b, #Phone-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a871-08fbfb6b, #Name-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86e-08fbfb6c, #Surname-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86f-08fbfb6c, #Email-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a870-08fbfb6c, #Phone-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a871-08fbfb6c, #Name-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86e-08fbfb6d, #Surname-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a86f-08fbfb6d, #Email-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a870-08fbfb6d, #Phone-2.w-node-cf9dac73-6900-edf2-297f-6db37f01a871-08fbfb6d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cf9dac73-6900-edf2-297f-6db37f01a61b-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a620-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a625-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a62a-08fbfb01 {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a632-08fbfb01 {
    grid-column: span 2 / span 2;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a685-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a68c-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a693-08fbfb01, #w-node-cf9dac73-6900-edf2-297f-6db37f01a69a-08fbfb01 {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-_67a27287-69e2-8ba7-e1da-ea3658a75729-08fbfb01 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_67a27287-69e2-8ba7-e1da-ea3658a7572a-08fbfb01, #w-node-_67a27287-69e2-8ba7-e1da-ea3658a757a7-08fbfb01, #w-node-_67a27287-69e2-8ba7-e1da-ea3658a757c0-08fbfb01, #w-node-_67a27287-69e2-8ba7-e1da-ea3658a757d9-08fbfb01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6bb3b1c-b805-7bd3-d72b-7172f2b1b008-08fbfb2a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-a6bb3b1c-b805-7bd3-d72b-7172f2b1b009-08fbfb2a, #w-node-a6bb3b1c-b805-7bd3-d72b-7172f2b1b022-08fbfb2a, #w-node-a6bb3b1c-b805-7bd3-d72b-7172f2b1b03b-08fbfb2a, #w-node-a6bb3b1c-b805-7bd3-d72b-7172f2b1b054-08fbfb2a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a82b-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a834-08fbfb41 {
    grid-column: span 2 / span 2;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a83c-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a845-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a84e-08fbfb41, #w-node-cf9dac73-6900-edf2-297f-6db37f01a857-08fbfb41 {
    grid-column: span 6 / span 6;
  }

  #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456ef-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456f6-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456fd-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a945704-08fbfb42, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456ef-08fbfb43, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456f6-08fbfb43, #w-node-_0795b41e-e952-ca53-ecb4-2c071a9456fd-08fbfb43, #w-node-_0795b41e-e952-ca53-ecb4-2c071a945704-08fbfb43 {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-cf9dac73-6900-edf2-297f-6db37f01a5fd-08fbfb58 {
    grid-column: span 1 / span 1;
  }
}


