.content-top .prev-page-link .icon {
  font-size: 0.666rem;
  color: #B3B3B3;
}

.content-top .prev-page-link .text {
  font-size: 0.777rem;
}

@media (min-width: 1025px) {
  .content-top .prev-page-link .icon {
    position: absolute;
    left: -1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.content-top h1 {
  width: 100%;
}

.content-top > *:not(:last-child) {
  margin-bottom: 1rem;
}

.content-center {
  margin-top: 0.666rem;
}

.article-details {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.article-details .info p .property {
  margin-right: 0.333rem;
  color: #B3B3B3;
}

.article-details .info p .value {
  color: #808080;
}

.article-details .info p .property::after {
  content: ':';
}

.article-details .info > *:not(:last-child),
.article-details .share > *:not(:last-child) {
  margin-right: 1rem;
}

.article-links .article-item:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.article-links .article-item {
  width: 50%;
}

.article-links .article-item > *:not(:last-child) {
  margin-bottom: 0.333rem;
}

.article-links .article-item > * {
  width: 100%;
}

.article-links .prev-article {
  padding-right: 1rem;
}

.article-links .next-article {
  padding-left: 1rem;
}

@media (min-width: 1025px) {
  .article-links .next-article {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .article-links .next-article > * {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.article-links .article-item::before {
  content: '';
  top: 1.555rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  color: #B3B3B3;
}

.article-links .prev-article::before {
  content: '\f060';
  left: -1.666rem;
}

.article-links .next-article::before {
  content: '\f061';
  right: -1.666rem;
}

.article-links .title {
  font-size: 0.777rem;
  color: #808080;
}

.article p {
  display: block;
}

.article a {
  display: inline;
}

.article div {
  margin-top: 1.333rem;
}

.article h2 {
  margin-bottom: 0.888rem;
}

[data-tab='place'] .item-group {
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 3.333rem;
}

[data-tab='place'] .item-group .items {
  margin-top: 0.333rem;
}

[data-tab='place'] .item-group .items * {
  margin: 0;
}

[data-tab='place'] .item-group .items > .item:not(:last-child) {
  margin-right: 1.333rem;
}

[data-tab='place'] .item-group .item img {
  height: 1rem;
  width: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0.111rem;
}

[data-tab='place'] .item-group .item .icon {
  margin-right: 0.555rem;
}

[data-tab='place'] .item-group .item .item-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[data-tab='place'] .item-group .item .item-info * {
  width: auto;
}

[data-tab='place'] .item-group .item .item-info p {
  font-size: 0.777rem;
}

[data-tab='place'] #item-map {
  width: 100%;
}

.item-group.investors,
.item-group.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-group.investors a::after,
.item-group.partners a::after {
  display: none;
}

.item-group.investors a,
.item-group.partners a {
  width: calc(100% / 4);
  height: 5rem;
  margin-bottom: 1.666rem;
}

.item-group.investors img,
.item-group.partners img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0;
}

.item-group.investors .aloqabank,
.item-group.investors .sqb,
.item-group.investors .upm,
.item-group.investors .bomi-china,
.item-group.investors .lgi,
.item-group.investors .hyper-partners,
.item-group.investors .high-land-city,
.item-group.investors .flics,
.item-group.investors .spectrum,
.item-group.investors .ung,
.item-group.partners .aloqabank,
.item-group.partners .sqb,
.item-group.partners .upm,
.item-group.partners .bomi-china,
.item-group.partners .lgi,
.item-group.partners .hyper-partners,
.item-group.partners .high-land-city,
.item-group.partners .flics,
.item-group.partners .spectrum,
.item-group.partners .ung {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.item-group.investors .arup,
.item-group.partners .arup {
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
}

.item-group.investors .ozgashkliti,
.item-group.partners .ozgashkliti {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.item-group.investors .weltlink,
.item-group.partners .weltlink {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.item-group.investors .european-bank,
.item-group.partners .european-bank {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

#contact-form:not(.active) {
  display: none;
}

#contact-form {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#contact-form ul li {
  margin-left: 0;
}

#contact-form ul li::before {
  display: none;
}

.prev-page-link:not(.active) {
  display: none;
}

.extra-links {
  width: 100%;
}

.extra-links h3 {
  margin-bottom: 0.444rem;
}

.extra-links li {
  margin-bottom: 0.222rem;
}

.extra-links iframe {
  width: 100%;
}

@media (max-width: 1024px) {
  .content-top .prev-page-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 0.444rem;
  }
  .content-top .prev-page-link .icon {
    margin-right: 0.555rem;
  }
  .content-top h1 .title {
    font-size: 1.333rem;
  }
  .content-top > *:not(:last-child) {
    margin-bottom: 0.555rem;
  }
  .article-details p, .article-details a {
    font-size: 0.888rem;
  }
  .article-details .property {
    display: none;
  }
  .article-details .info {
    width: calc(100% - 5rem);
  }
  .article-details .info > * {
    width: 100%;
  }
  .article-details .share {
    width: 5rem;
  }
  .article-links .article-item {
    padding: 0;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .article-links .article-item .title {
    margin-bottom: 0;
  }
  .article-links .article-item::before {
    display: none;
  }
  .article-links .link-article {
    font-size: 0.888rem;
  }
  .article-links > .article-item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .article-links .article-item:not(.active) {
    display: none;
  }
}
/*# sourceMappingURL=article.css.map */