html{
	scroll-behavior: smooth;
}
body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section.cc-store-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
  border: 1px none #fff;
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 0.6;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  width: 65px;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.logo-link.w--current {
  display: block;
  width: 70px;
  height: auto;
  padding: 5px;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: none;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #242424;
  background-color: #fff;
  box-shadow: 0 -1px 0 1px hsla(0, 0%, 100%, 0.24);
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
  background-image: url('/Areas/Section/Styles/images/40/40people1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-name {
  margin-bottom: 5px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('/Areas/Section/Styles/images/40/portfolio-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url('/Areas/Section/Styles/images/40/portfolio-2---wide.svg');
  background-position: 50% 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('/Areas/Section/Styles/images/40/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  margin-bottom: 60px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.body {
  margin-bottom: 0px;
  direction: rtl;
  font-family: Assistant, sans-serif;
  font-weight: 700;
  text-align: right;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Assistant, sans-serif;
  color: #fff;
  line-height: 20px;
}

.logo-tiltle-1 {
  display: block;
  overflow: visible;
  margin-top: 0em;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  opacity: 1;
  font-family: Karantina, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 35px;
  font-weight: 700;
}

.text-span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.header-sponserd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  border: 1px none #000;
  line-height: 35px;
}

.header-sponserd-logos{
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.header-sponserd-logos div{margin:0 8px;}
.header-sponserd-logos div img{max-width:100%;}

.header-sponserd img:last-child{
  margin-left:0;
}

.text-span-2 {
  margin-left: 0px;
  padding-left: 0px;
  font-family: Assistant, sans-serif;
  color: #aaa;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
}


.text-block {
  margin-left: 5px;
  padding-left: 10px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #ccc;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project-logo {


  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 100px;
  margin-right: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px none #fff;
  background-color: #000;
  margin-bottom: 40px;
  margin-top: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(13%, #080808), to(#1d1d1d));
  background-image: linear-gradient(360deg, #000, #080808 13%, #1d1d1d);
  box-shadow: -14px -16px 0 -4px #c60917, 12px 14px 0 0 #d3d3d3;

}

.image {
  width: 100%;

  border-style: none;
  border-width: 3px;
  border-color: #fff;
}

.main-header {
  display: block;
  margin: 50px auto 100px;
  text-align: center;
}

.project-name {
  display: inline-block;
  margin-top: auto;
  margin-right: 0;
  margin-left: 0;

  padding-bottom: 10px;
  border: 2px none #000;
  font-family: Karantina, sans-serif;
  color: #fff;

  line-height: .7;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.main {
  max-width: 1440px;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
}

.project-desc {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 8%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
}

.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1440px;
  margin-right: 0px;
  margin-bottom: 100px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 55%;
  -ms-flex: 0 55%;
  flex: 0 55%;
}

.collection-list-wrapper-2 {
  position: relative;
  display: block;
  width: auto;
  background-color: #fff;
  max-width: 1440px;
  margin:0 auto;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1440px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.collection-item {
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 22%;
  -ms-flex: 0 22%;
  flex: 0 22%;
  background-color: transparent;
}

.collection-item:hover {
  margin-bottom: 80px;
}

.image-2 {
  margin-bottom: 0px;
  position: relative;
  z-index: 5;
}

.person-title {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Karantina, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.75px;
}

.person-title:hover {
  color: #000;
}

.person-career {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-align: right;
}

.person-link {
  color: #03f;
  text-decoration: none;
}

.person-image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;

}

.person-image-wrapper:before{
  content: "";
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#fff));
  background: linear-gradient(180deg, #bdbdbd, #fff);

  z-index:3;
}
.person-image-wrapper:after{
  content: "";
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#fff));
  background: linear-gradient(180deg, #333, #fff);
  z-index:2;
}


.footer {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  color: #d1d1d1;
}

.link {
  margin-left: 20px;
  color: #aaa;
  font-size: 14px;
  text-decoration: none;
}

.link-2 {
  color: #aaa;
  font-size: 14px;
  text-decoration: none;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}

.copyright {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: 600;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  padding-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #ccc;
  line-height: 35px;
}

.link-3 {
  margin-left: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.link-4 {
  font-family: 'Open Sans', sans-serif;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.person-page {
  direction: rtl;
  font-family: 'Open Sans', sans-serif;
  text-align: right;
}

.image-rail {
  position: relative;
  height: auto;
  margin: 0px auto;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  background-color: #000;
}

.person-image {
  position: static;
  top: 0%;
  width: 100%;
  height: 100%;

  margin-right: 0;
  margin-left: auto;
  padding-top: 0px;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.nav-wrapper {
  display: block;
  margin-bottom: 0px;
}

.content-block {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  border-top: 1px none #000;
}

.person__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Karantina, sans-serif;
  color: #000;
  font-size: 100px;
  line-height: 90px;
  font-weight: 700;
  letter-spacing: 2px;
}

.person__lead {
  display: block;
  margin: 0px 0 40px;
  padding: 10px 0px 20px;
  border-width: 5px 5px 1px 0px;
  border-top-style: solid;
  border-top-color: #1a1b1f;
  border-right-style: none;
  border-right-color: #fff;
  border-bottom-style: solid;
  border-bottom-color: #1a1b1f;
  background-color: transparent;
  font-family: Karantina, sans-serif;
  color: #1a1b1f;
  font-size: 70px;
  line-height: 0.85;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 3px;
}

.person__subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #666;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
}

.rich-text-block {
  position: relative;
  z-index: 12;
  margin-top: 0vh;
  padding-top: 40px;


  background-color: transparent;
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, hsla(0, 0%, 100%, 0)), color-stop(17%, #fff), to(#fff));*/
  /*background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 10%, #fff 17%, #fff);*/
  color: #000;
  font-size: 20px;
  line-height: 32px;
}

.image-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  width: 100%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.text-block-2 {
  display: block;
  height: auto;
  padding-left: 0px;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  color: #777;
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.text-block-3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Karantina, sans-serif;
  color: #c60917;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 1px;
}

.main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.link-6 {
  position: fixed;
  top: 50%;
  font-family: 'Fa 400';
}

.html-embed {
  height: 50px;
  font-family: 'Fa solid 900';
  color: #0023ad;
  font-size: 500px;
}

.arrow-right-1.arrow {
  position: fixed;
  top: 50%;
  right: 0px;
  display: none;
  width: 40px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.arrow-right-1.arrow.arrow-left {
  left: 0px;
  right: auto;
  border-right-style: solid;
  border-left-width: 0px;
  border-radius: 0px 3px 3px 0px;
}

.html-embed-2 {
  width: 60%;
  -webkit-transform: translate(0px, 7%);
  -ms-transform: translate(0px, 7%);
  transform: translate(0px, 7%);
}

.html-embed-2.html-embed-left {
  width: 60%;
  -webkit-transform: translate(0px, 7%) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: translate(0px, 7%) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.headlines {
  margin-bottom: 30px;
}

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

.project-header-logo {
  position: static;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #000;
  box-shadow: 0 -1px 0 1px #242424;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.content-block-header {
  margin-bottom: 60px;
}

.content-block-header-top {
  position: relative;
  margin-bottom: 20px;
  padding-right: 0px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #000;
}

.div-block-5.desktop {
  display: none;
  margin-bottom: 60px;
  padding-top: 1px;
  background-color: #f3f3f3;
}

.div-block-5.mobile {
  display: none;
}

.div-block-6 {
  padding-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.html-embed-3 {
  width: 100%;
  margin-bottom: auto;
  margin-left: 0px;
  padding-top: 0px;
  border-top: 1px none #ccc;
  direction: ltr;
  text-align: right;
}

.image-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.main-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  direction: rtl;
  text-align: right;
  padding-bottom: 100px;



}

.person-header-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-image: linear-gradient(106deg, transparent 1%, rgba(0, 0, 0, 0.18) 32%, #000 47%, #0d2c3d);
  direction: rtl;
  text-align: right;
}

.person-header__headlines {
  position: relative;
  z-index: 5;
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  width: auto;
  /*height: 100vh;*/
  margin-bottom: 0px;
  padding-top: 0%;
  padding-right: 0px;
  padding-bottom: 0vh;
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*-webkit-flex-direction: column;*/
  /*-ms-flex-direction: column;*/
  /*flex-direction: column;*/
  /*-webkit-box-pack: center;*/
  /*-webkit-justify-content: center;*/
  /*-ms-flex-pack: center;*/
  /*justify-content: center;*/
  /*-webkit-box-align: start;*/
  /*-webkit-align-items: flex-start;*/
  /*-ms-flex-align: start;*/
  /*align-items: flex-start;*/
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#d6d6d6), to(#fff));*/
  /*background-image: linear-gradient(90deg, #d6d6d6, #fff);*/
}

.image-fixed {
  position: static;
  left: 0px;
  top: 0px;
  width: 50%;
  height: auto;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.div-block-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  background-image: none;
}

.main-content__content {
  position: relative;
  width: 50%;
  min-height: 500px;
  padding:0 30px 0 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  border: 0px none #000;
}

.fixed-image-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  width: 99.9%;
  height: 100vh;
  min-height: 500px;
  /*padding-top: 50px;*/
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, right top, left top, from(#d6d6d6), to(#fff));
  background-image: linear-gradient(270deg, #d6d6d6, #fff);
}

.div-block-11 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 50%;
}

.heading-2 {
  margin: 0px 0px 0.75em 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 2px none #000;
  border-bottom: 1px none #000;
  font-family: Karantina, sans-serif;
  font-size: 80px;
  letter-spacing: 2px;
  border-right:10px solid #c60917;
  padding-right:12px;
}

.div-block-12 {
  position: relative;
  padding-right: 0px;
  background-color: #fff;
  padding-top:40px;
  margin:0 40px;
  border-top:1px solid #d6d6d6;

}

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

.div-block-13 {
  display: none;
  width: 180px;
}

.header-main {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 500px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
  /*background-image: url('/Areas/Section/Styles/images/40/40people1.jpg');*/
  /*background-position: 0px 0px;*/
  /*background-size: contain;*/
  /*background-attachment: fixed;*/
}
.paragraph{
  margin-bottom: 1.5em;
}
.div-block-14 {

  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  background-color: rgba(0, 0, 0, 0.77);
  text-align: center;
}

.div-block-15 {
  height: 100%;

  z-index: 5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.image-6 {
  width: 100px;
}

.image-7 {
  width: 130px;
}

.image-8 {
  width: 80px;
}

.link-block-3 {
  margin-left: 15px;
}

.html-embed-4 {
  width: 0px;
  height: 0px;
}

.arrow-down {
  position: absolute;
  bottom: 20px;
  z-index: 5;
  left:50%;
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
}

.image-9 {
  color: #fff;
}

.html-embed-5 {
  width: 50%;
  height: 50%;
  margin-top: -10%;
  margin-right: auto;
  margin-left: auto;
  font-size: 10px;
}

.open-share {
  display: none;
}

.share-buttons-popup {
  display: none;
}

@media screen and (min-width: 1280px) {
  .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .logo-image {
    margin-top: 0px;
  }

  .project-name {
    border-bottom-style: none;

  }

  .at-share-btn-elements{
    margin-right:-10px;
  }

  .main {
    padding-bottom: 0px;
  }



  .main-content {
    position: static;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection-list-wrapper-2 {
    width: auto;
  }

  .footer {
    position: relative;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    width: 100%;
  }

  .image-rail {
    background-color: transparent;
  }

  .person-image {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: transparent;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
    mix-blend-mode: normal;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
  }

  .nav-wrapper {
    margin-bottom: 0px;
  }

  .content-block {
    margin-left: 30px;
  }

  .person__title {
    display: none;
    padding-right: 0px;
    border: 0px solid #000;
    color: transparent;
    font-size: 150px;
    line-height: 140px;
    text-shadow: 0 0 1px rgba(63, 62, 60, 0.1);
  }

  .person__title {
    display: block;
    margin-bottom: 20px;
    background-color: transparent;
    color: #000;
    font-size: 140px;
    line-height: 0.833333333;
  }

  .person__lead {
    margin-right: 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    border-style: solid none;
    border-width: 5px 1px 2px;
    border-color: #1a1b1f #000;
    border-radius: 0px;
    background-image: none;
    color: #1a1b1f;
    font-size: 70px;
    font-style: italic;
  }

  .person__subtitle {
    color: #444;
    font-size: 30px;

  }

  .rich-text-block {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 60px;

    font-size: 20px;
    line-height: 32px;
  }

  .image-container {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .main-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-5 {
    position: fixed;
    left: 0%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-bottom: -50%;
  }

  .arrow-right-1 {
    position: fixed;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none solid solid;
    border-width: 1px 0px 1px 1px;
    border-color: #000;
    border-radius: 3px 0px 0px 3px;
    background-color: #000;
    color: #fff;
  }

  .arrow-right-1:hover {
    color: #be3f3f;
  }

  .arrow-right-1.arrow {
    left: auto;
    width: 60px;
    height: 80px;
    background-color: #fff;
  }

  .arrow-right-1.arrow:hover {
    background-color: #000;
  }

  .arrow-right-1.arrow.arrow-left {
    left: 0px;
    right: auto;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: none;
    border-left-width: 0px;
    border-radius: 0px 3px 3px 0px;
  }

  .html-embed-2 {
    width: 60%;
    -webkit-transform: rotate(0deg) translate(0px, 7%);
    -ms-transform: rotate(0deg) translate(0px, 7%);
    transform: rotate(0deg) translate(0px, 7%);
    color: #0025b8;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .html-embed-2.html-embed-left {
    -webkit-transform: translate(0px, 7%) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: translate(0px, 7%) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .headlines {
    margin-bottom: 30px;
  }

  .div-block-5.desktop {
    margin-bottom: 60px;
    padding-top: 1px;
    background-color: #f3f3f3;
  }

  .div-block-5.mobile {
    margin-bottom: 0px;
  }

  .html-embed-3 {
    margin-left: 0px;
   /* padding-right: 20px;*/
  }

  .person-header__headlines {
    /*height: 100vh;*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*background-image: -webkit-gradient(linear, left top, right top, from(#d6d6d6), to(#fff));*/
    /*background-image: linear-gradient(90deg, #d6d6d6, #fff);*/
  }

  .image-fixed {
    position: static;
    z-index: 10;
    display: block;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-8 {
    background-image: none;
  }

  .fixed-image-inner {
    display: block;
    height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, right top, left top, from(#d6d6d6), to(#fff));
    background-image: linear-gradient(270deg, #d6d6d6, #fff);
  }

  .header-main {
    min-height: 500px;
    margin-bottom: 100px;
  }

  .share-buttons-popup {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px none #000;
    background-color: #fff;
    color: #fff;
  }

  .navigation {
    padding: 0px;
    color: #fff;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

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

  .logo-image {
    width: 70px;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

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

  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-members {
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-grid.cc-about-2 {
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }

  .logo-tiltle-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-family: Karantina, sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-style: normal;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
  }

  .header {
    position: static;
  }

  /*.project-logo {*/
  /*  left: auto;*/
  /*  top: 0%;*/
  /*  right: auto;*/
  /*  height: auto;*/
  /*  max-width: 150px;*/
  /*  padding-top: 40px;*/
  /*  -webkit-transform: none;*/
  /*  -ms-transform: none;*/
  /*  transform: none;*/
  /*}*/

  .main-header {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .project-desc {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .main-content {
    max-width: 1440px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection-item {
    margin-bottom: 80px;
  }

  .person-title {
    font-size: 25px;
    line-height: 29px;
  }

  .person-career {
    font-size: 14px;
    line-height: 14px;
  }

  .footer {
    z-index: 10;
  }

  .person-image {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    overflow: visible;
    width: 100%;
    height: 90%;
    margin-right: 0%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .nav-wrapper {
    margin-bottom: 0px;
  }

  .content-block {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 10px;
  }

  .person__title {
    margin-bottom: 0px;
    font-size: 120px;
    line-height: 100px;
  }

  .person__lead {
    margin-bottom: 30px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 0px;
    border-right-width: 5px;
    font-size: 45px;

  }

  .person__subtitle {
    margin-bottom: 0px;
    font-size: 20px;

  }

  .rich-text-block {
    padding-left: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-block-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .arrow-right-1.arrow {
    width: 25px;
    height: 50px;
  }

  .html-embed-2 {
    -webkit-transform: translate(0px, 20%);
    -ms-transform: translate(0px, 20%);
    transform: translate(0px, 20%);
  }

  .html-embed-2.html-embed-left {
    -webkit-transform: translate(0px, 20%) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: translate(0px, 20%) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .headlines {
    margin-bottom: 30px;

  }

  .project-header-logo {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-decoration: none;
  }

  .image-4 {
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .content-block-header-top {
    margin-bottom: 40px;
  }

  .div-block-5 {
    margin-bottom: 40px;
  }

  .div-block-5.desktop {
    margin-bottom: 40px;
    padding-top: 1px;
  }

  .div-block-5.mobile {
    display: none;
  }

  .html-embed-3 {
    margin-left: 0px;
  }

  /*.person-header__headlines {*/
  /*  //height: 100vh;*/
  /*}*/

  .image-fixed {
    z-index: 10;
    width: 50%;
    height: auto;
  }

  .main-content__content {
    width: 50%;
  }

  .fixed-image-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 15;
    width: 100%;
    -o-object-fit: none;
    object-fit: none;
  }



  .header-main {
    overflow: hidden;
    height: 100vh;
    margin-bottom: 100px;
    /*background-image: url('/Areas/Section/Styles/images/40/40people1.jpg');*/
    /*background-position: 0px 0px;*/
    /*background-size: contain;*/
  }

  .div-block-14 {
    padding-top: 0px;
    padding-left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .image-6 {
    width: 80px;
  }

  .image-7 {
    width: 100px;
  }

  .image-8 {
    width: 70px;
  }

  .arrow-down {
    width: 50px;
    height: 50px;
  }

  .share-buttons-popup {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    text-align: center;
  }



  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .logo-link.w--current {
    display: block;
    width: 60px;
    padding: 3px 5px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
  }

  .navigation-wrap {

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px none #000;
  }

  .navigation {
    height: auto;

  }

  .logo-image {
    display: block;
    width: 60px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: translate(0px, 2.5px);
    -ms-transform: translate(0px, 2.5px);
    transform: translate(0px, 2.5px);
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .logo-wrapper {
    display: block;
    width: auto;
    margin-right: 0px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
  }

  .logo-tiltle-1 {
    font-size: 35px;
    line-height: 35px;
  }

  .header-sponserd {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-style: solid;
    border-top-color: #d6d6d6;
  }

  .link-block {
    margin-left: 12px;
  }

  .text-block {
    margin-left: 10px;
  }

  .header {
    height: auto;
  }

  .project-logo {
    position: absolute;
    left: auto;
    top: 0%;
    right: 50%;
    max-width: 150px;
    margin-right: 0px;
    padding-top: 0px;
    box-shadow: -7px -8px 0 -1px #c60917, 5px 6px 0 0 #d3d3d3;
    -webkit-transform: translate(50%, 0%);
    -ms-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image {
    position: static;
    height: auto;
    max-height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .main-header {
    margin-top: 36px;
    margin-bottom: 72px;
  }

  /*.project-name {*/
  /*  display: block;*/
  /*  margin-top: auto;*/
  /*  margin-bottom: 20px;*/
  /*  padding-right: 0px;*/
  /*  padding-bottom: 0px;*/
  /*  padding-left: 0px;*/

  /*  text-align: center;*/
  /*}*/

  .project-desc {
    display: block;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }

  .main-content {
    overflow: visible;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item {

    -webkit-flex-basis: 44%;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
  }

  .person-title {
    font-size: 30px;
    line-height: 34px;
  }

  .person-career {
    font-size: 16px;
    line-height: 16px;
  }

  .image-rail {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .person-image {
    position: static;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .nav-wrapper {
    margin-bottom: 0px;
  }

  .content-block {
    position: relative;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .person__title {
    font-size: 120px;
    line-height: 100px;
  }

  .person__lead {
    margin-bottom: 40px;
    color: #000;
    font-size: 60px;

  }

  .person__subtitle {
    margin-bottom: 0px;
    font-size: 30px;

  }

  .rich-text-block {
    font-size: 20px;
    line-height: 32px;
  }

  .image-container {
    position: static;
    margin-right: -20px;
    margin-left: -20px;
  }

  .text-block-2 {
    padding-left: 20px;
  }

  .main-wrapper {
    display: block;
  }

  .arrow-right-1.arrow {
    position: static;
    display: none;
    width: 60px;
    height: 50px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    border-style: solid;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .arrow-right-1.arrow.arrow-left {
    display: none;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .arrow-right-1.arrow.arrow-left.arrow-moile {
    display: block;
  }

  .arrow-right-1.arrow.arrow-mobile {
    display: block;
  }

  .html-embed-2 {
    width: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0px, 20%);
    -ms-transform: translate(0px, 20%);
    transform: translate(0px, 20%);
  }

  .html-embed-2.html-embed-left {
    width: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0px, 20%) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: translate(0px, 20%) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .headlines {
    position: static;
    top: 0px;
    margin-bottom: 0px;
    padding-bottom: 60px;
    background-color: transparent;
  }

  .div-block-3 {
    position: absolute;
    left: 0px;
    width: 40px;
    height: 100%;
  }

  .link-block-2 {
    position: absolute;
    left: 0px;
    width: 50px;
    height: 100%;
  }

  .div-block-4 {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .project-header-logo {
    width: 45px;
  }

  .content-block-header-top {
    margin-bottom: 50px;
  }

  .div-block-5 {
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    border-top-style: none;
  }

  .div-block-5.desktop {
    display: none;
  }

  .div-block-5.mobile {
    display: none;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .html-embed-3 {
    display: none;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .main-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .person-header__headlines {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 40px;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));*/
    /*background-image: linear-gradient(180deg, #d6d6d6, #fff);*/
  }

  .image-fixed {
    position: static;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .main-content__content {
    width: 100%;
    min-height: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .fixed-image-inner {
    position: static;
    height: auto;
    min-height: auto;
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
    background-image: linear-gradient(180deg, #d6d6d6, #fff);
    -o-object-fit: none;
    object-fit: none;
  }

  .header-main {
    height: 100vh;
    min-height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-14 {
    min-height: 0px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .div-block-15 {
    min-height: 0px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .image-6 {
    width: 90px;
  }

  .image-7 {
    width: 110px;
  }

  .image-8 {
    width: 80px;
  }

  .link-block-3 {
    margin-left: 12px;
  }

  .html-embed-4 {
    display: none;
  }

  .arrow-down {
    position: absolute;
    width: 35px;
    height: 35px;
    margin-bottom: 20px;
    border-style: solid;
  }

  .open-share {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 24px;
    height: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('/Areas/Section/Styles/images/40/share-variant-1.png');
    background-position: 50% 50%;
    background-size: contain;
  }

  .share-buttons-popup {
    display: none;
    height: 50px;
    background-color: #000;
  }

  /*.popup-share-buttons {*/
  /*  display: none;*/
  /*}*/
}


@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link.w--current {
    width: 60px;
    padding-top: 3px;
    padding-bottom: 5px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: none;
  }

  .navigation {
    position: static;
    top: 0px;
    height: auto;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-image {
    width: 60px;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .intro-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: contain;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .logo-wrapper {
    display: block;
    margin-bottom: 5px;
  }

  .logo-tiltle-1 {
    font-size: 26px;
    line-height: 28px;
  }

  .header-sponserd {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-style: solid;
    border-top-color: #d6d6d6;
  }

  .link-block {
    margin-left: 7px;
  }

  /*.text-span-2 {*/
  /*  color: #aaa;*/
  /*  !*font-size: 11px;*!*/
  /*  !*line-height: 14px;*!*/
  /*  font-weight: 800;*/
  /*}*/

  .text-block {
    margin-left: 10px;
    padding-left: 9px;
    font-size: 14px;
    line-height: 10px;
  }

  .header {
    height: auto;
  }

  .project-logo {
    top: 0%;
    box-shadow: -10px -11px 0 -4px #c60917, 4px 4px 0 0 #d3d3d3;
    -webkit-transform: translate(50%, 0%);
    -ms-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
  }

  .image {

    max-height: 120px;
  }

  .main-header {
    margin-top: 25px;
    margin-bottom: 50px;
  }

  /*.project-name {*/
  /*  display: block;*/
  /*  margin-bottom: 15px;*/
  /*  padding-right: 0px;*/
  /*  padding-left: 0px;*/
  /*  -webkit-box-flex: 0;*/
  /*  -webkit-flex: 0 auto;*/
  /*  -ms-flex: 0 auto;*/
  /*  flex: 0 auto;*/
  /*  background-color: transparent;*/
  /*  font-size: 50px;*/
  /*  line-height: 30px;*/
  /*  font-weight: 400;*/
  /*  text-align: center;*/
  /*  letter-spacing: 0.75px;*/
  /*  text-shadow: 1px 1px 6px #000;*/
  /*}*/

  .project-desc {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }

  .main-content {
    width: auto;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection-list {
    margin-right: 0px;
    margin-left: 0px;
  }

  .collection-item {

    -webkit-flex-basis: 46%;
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
  }

  .collection-item:hover {
    margin-bottom: 50px;
  }

  .person-title {
    font-size: 18px;
    line-height: 24px;
  }

  .person-career {
    font-size: 12px;
    line-height: 14px;
  }

  .copyright {
    font-size: 11px;
  }

  .footer-links {
    padding-right: 10px;
  }

  .link-3 {
    font-size: 12px;
  }

  .link-4 {
    font-size: 12px;
  }

  .image-rail {
    margin-bottom: 20px;
  }

  .nav-wrapper {

    top: 0px;
    margin-bottom: 0px;
  }

  .content-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .person__title {
    font-size: 70px;
    line-height: 60px;
  }

  .person__lead {
    margin-bottom: 40px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    border-top: 5px solid #000;
    border-bottom: 2px solid #000;
    border-right-style: none;
    font-size: 40px;

  }

  .person__subtitle {
    margin-bottom: 0px;
    font-size: 20px;

  }

  .rich-text-block {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .image-container {
    margin-right: -10px;
    margin-left: -10px;
  }

  .text-block-2 {
    padding-left: 10px;
  }

  .text-block-3 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 22px;
  }

  .arrow-right-1.arrow {
    position: -webkit-sticky;
    position: sticky;
    display: none;
  }

  .headlines {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .project-header-logo {
    width: 40px;
  }

  .content-block-header-top {
    margin-bottom: 40px;
  }

  .html-embed-3 {
    display: none;
    margin-bottom: 0px;
  }

  .person-header__headlines {
    padding-top: 40px;
  }





  .header-main {
    height: 50vh;
    min-height: 250px;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-14 {
    max-height: none;
    max-width: none;
    min-height: 0px;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    background-color: rgba(0, 0, 0, 0.63);
  }

  .div-block-15 {
    display: block;
    min-height: 0px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .html-embed-4 {
    display: none;
  }

  .arrow-down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    margin-bottom: 20px;
  }

  .open-share {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 24px;
    height: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px none #000;
    background-image: url('/Areas/Section/Styles/images/40/share-variant-1.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .div-block-16 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .share-buttons-popup {
    display: none;
    height: 50px;
    padding: 0px;
    background-color: #000;
  }




}

.person-link:hover .person-title{

}
.person-link:hover .person-career{
    color:#000;

}
.person-career,
.person-title{
  position:relative;
  z-index:8;
}

.person-image-wrapper .image-2{
  transition: all 0.375s ease-in-out;
  -webkit-transition: all 0.375s ease-in-out;
}
.person-link:hover .person-image-wrapper .image-2{
  transform: scale(1.2);
}
.person-image-wrapper:before{
  transition: all 0.375s ease-in-out;
  -webkit-transition: all 0.375s ease-in-out;
}
.person-image-wrapper{

  transition: all 0.375s ease-in-out;
  -webkit-transition: all 0.375s ease-in-out;
}
.person-link:hover .person-image-wrapper{
  box-shadow: -10px -12px 0 -4px #c60917, 20px 4em 0 0 #e6e6e6;
}
.person-link:hover .person-image-wrapper:before{
  opacity:0;
}
@media screen and (max-width: 767px) {
  .popup-share-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width:480px){
  .header-main{
    height: calc(100vh - 50px) ;
  }
}
@media screen and (max-width:767px){
  .header-main{
    height: calc(100vh - 80px) !important;
  }
}
/*.person-header__headlines{*/
/*  height: calc(100vh - 50px) ;*/
/*}*/
.at-style-responsive .at-share-btn{
  padding: 5px;
  background: none !important;
  margin: 0 10px !important;
  border: 1px solid #1a1b1f !important;
}
.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover{
  background: #1a1b1f !important;
}
.at-resp-share-element .at-share-btn:focus .at-icon, .at-resp-share-element .at-share-btn:hover .at-icon{
  fill: #d6d6d6 !important;
}
.project-home .at-style-responsive .at-share-btn,
.popup-share-buttons .at-style-responsive .at-share-btn{
  border: 1px solid #fff !important;
}
.popup-share-buttons .at-resp-share-element .at-share-btn .at-icon, .project-home .at-resp-share-element .at-share-btn .at-icon{
  fill: #fff !important;
}
.popup-share-buttons .at-resp-share-element .at-share-btn:focus, .project-home .at-resp-share-element .at-share-btn:hover{
  background: #fff !important;
}
.popup-share-buttons .at-resp-share-element .at-share-btn:focus .at-icon,.project-home .at-resp-share-element .at-share-btn:hover .at-icon{
  fill: #000 !important;
}
.arrow-down svg, .arrow-down image{
  fill:#fff;
}



/*@media screen and (max-width:1140px) {*/
/*  .project-name{*/
/*    font-size: calc(70px + (85 - 70) * ((100vh - 550px) / (800 - 550)));*/
/*    line-height:calc(50px + (60 - 50) * ((100vh - 550px) / (800 - 550)));*/
/*  }*/
/*  .project-desc {*/
/*    font-size: calc(16px + (18 - 16) * ((100vh - 500px) / (800 - 500)));*/
/*    line-height: calc(20px + (22 - 20) * ((100vh - 500px) / (800 - 500)));*/
/*  }*/
/*}*/
/*@media screen and (max-width:767px) {*/
/*  .project-name{*/
/*    font-size: calc(70px + (90 - 70) * ((100vw - 480px) / (767 - 480)));*/
/*    line-height:calc(50px + (80 - 50) * ((100vw - 480px) / (767 - 480)));*/
/*  }*/
/*  .project-desc {*/
/*    font-size: calc(14px + (18 - 14) * ((100vh - 500px) / (800 - 500)));*/
/*    line-height: calc(16px + (22 - 16) * ((100vh - 500px) / (800 - 500)));*/
/*  }*/
/*}*/
/*@media screen and (max-width:479px) {*/
/*  .project-name{*/
/*    font-size: calc(45px + (70 - 45) * ((100vh - 500px) / (800 - 500)));*/
/*    line-height:calc(35px + (50 - 35) * ((100vh - 500px) / (800 - 500)));*/
/*  }*/
/*  .project-desc {*/
/*    font-size: calc(13px + (16 - 13) * ((100vh - 500px) / (800 - 500)));*/
/*    line-height: calc(17px + (20 - 17) * ((100vh - 500px) / (800 - 500)));*/
/*  }*/
/*}*/
/*@media screen and (max-width:320px) {*/
/*  .project-name{*/
/*    font-size: 50px;*/
/*    line-height:40px;*/
/*  }*/
/*  .project-desc {*/
/*    font-size: 14px;*/
/*    line-height: 18px;*/
/*  }*/
/*}*/
.bl{display: block}
.header-main-content{position: absolute;top:0;right:0;left:0;bottom: 0;}
@media screen and (max-width: 320px){
  .project-name{
    font-size: 60px;
    text-align: center;
    margin-bottom: auto;
    transform: translateY(0);
  }


}
@media screen and (max-width: 479px){
  .project-name{
    font-size: 80px;
    text-align: center;
    margin-bottom: auto;
    transform: translateY(0);
  }

  .project-logo{
    width:70px;
    box-shadow: -7px -9px 0 -1px #c60917, 5px 7px 0 0 #d3d3d3;

  }

  .arrow-down{
    margin-bottom: 0;
    bottom: 20px;
  }

}

@media screen and (max-width: 479px) and (max-height:600px) {
  .project-name{
    font-size: 60px;
    text-align: center;
    margin-bottom: auto;
    transform: translateY(0);
  }

  .project-logo{
    width:50px;
    box-shadow: -7px -9px 0 -1px #c60917, 5px 7px 0 0 #d3d3d3;
    top:0;
    margin-top:0;

  }

  .arrow-down{
    margin-bottom: 0;
    bottom: 20px;
  }

}

@media screen and (max-width: 479px) and (min-height:700px) {
  .project-name{
    font-size: 100px;
  }
}


@media screen and (min-width: 480px) and (max-width: 766px){
  .project-name{
    font-size: 100px;
    text-align: center;
    margin-bottom: auto;
    transform: translateY(0);
  }

  .project-logo{
    width:80px;

    box-shadow: -10px -12px 0 -4px #c60917, 8px 10px 0 0 #d3d3d3;

  }

  .arrow-down{
    margin-bottom: 0;
    bottom: 20px;
  }

}
@media screen and (min-width: 80px) and (max-width: 766px) and (min-height:850px){
  .project-name{
    font-size: 120px;
  }
}

@media screen and (min-width: 480px) and (max-width: 766px) and (max-height:570px){
  .project-name{
    font-size: 80px;
  }
}

@media screen and (min-width: 480px) and (max-width: 766px) and (max-height:480px){
  .project-name{
    font-size: 60px;
  }
  .project-logo{
    width:70px;
    top:0;
    margin-top:0;
  }

}


@media screen and (min-width: 767px){
  .project-name{
    font-size: 120px;
  }
  .project-logo{
    width:80px;
    box-shadow: -10px -12px 0 -4px #c60917, 8px 10px 0 0 #d3d3d3;
  }

  .at-resp-share-element .at-share-btn{
    margin: 0 5px !important;
  }
}

@media screen and (min-width: 767px) and (max-height: 650px){
  .project-name{
    font-size: 80px;
  }
  .project-logo{
    width:80px;
    box-shadow: -10px -12px 0 -4px #c60917, 8px 10px 0 0 #d3d3d3;
  }
}

@media screen and (min-width: 991px){
  .project-name{
    font-size: 130px;
  }
  .project-logo{
    width:85px;
    box-shadow: -10px -12px 0 -4px #c60917, 8px 10px 0 0 #d3d3d3;
  }
}

@media screen and (min-width: 991px) and (max-height: 600px){
  .project-name{
    font-size: 120px;
  }
  .project-logo{
    width:80px;
    box-shadow: -10px -12px 0 -4px #c60917, 8px 10px 0 0 #d3d3d3;
  }
}

@media screen and (min-width: 991px) and (max-height: 600px){
  .project-name{
    font-size: 100px;
  }
  .project-logo{
    width:80px;
    box-shadow: -10px -12px 0 -4px #c60917, 8px 10px 0 0 #d3d3d3;
  }
}

@media screen and (min-width: 1280px){
  .project-name{
    font-size: 160px;
  }
}

/*@media screen and (min-width: 1280px) and (max-height: 650px){*/
/*  .project-logo{*/
/*    width:90px;*/
/*  }*/

/*  .project-name{*/
/*    font-size: 140px;*/
/*  }*/
/*}*/



@media screen and (min-width: 1280px) and (max-height: 650px){
  .project-name{
    font-size: 140px;
  }
}



@media screen and (max-width: 1279px) {

}

@media screen and (max-width: 767px) {

}
@media screen and (max-width: 479px) {

}

@media screen and (min-width: 1280px) {

}

/*

@media screen and (min-width: 767px) and (max-height: 720px) {

  .project-logo{
    width:65px;
    margin-bottom: 10px;
  }

  .project-name{
    font-size: 80px;
    line-height: 58px;
  }

  .project-desc{
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 21px;
  }
}





@media screen and (min-width: 991px) and (max-height: 720px) {

  .project-logo{
    width:80px;
    margin-bottom: 20px;
  }

  .project-name{
    font-size: 90px;
    line-height: 65px;
  }

  .project-desc{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }
}




@media screen and (min-width: 767px) and (max-height: 600px) {

  .div-block-14{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .project-logo{
    margin-top: 0;
    position: absolute;
    right:15px;
    top:60px;
    box-shadow: -10px -12px 0 -4px #c60917, 8px 10px 0 0 #d3d3d3;
  }

  .project-name{
    margin-top:55px;
    font-size: 80px;
    line-height: 60px;
    margin-bottom: 20px;
    margin-right: 90px;
  }



}
@media screen and (min-width: 767px) and  (max-width: 990px) and (max-height: 600px) {
  .div-block-14{
    padding-right: 20px;
  }
  .project-logo{
    right:10px;
    width:70px;
    box-shadow: -10px -12px 0 -4px #c60917, 8px 10px 0 0 #d3d3d3;
  }
  .project-name {
    font-size: 65px;
    line-height: 52px;
    margin-right: 95px;
  }
}
*/





/*@media screen and (min-width: 1440px) and (max-height: 600px) {*/




/*}*/
/*@media screen and (min-width: 1280px) and (max-height: 700px) {*/
/*  .header-main{*/
/*    min-height: 550px;*/
/*  }*/
/*  .project-logo{*/
/*    width:80px;*/
/*  }*/

/*  .arrow-down{*/
/*    margin-bottom: 20px;*/
/*  }*/
/*  .project-name{*/
/*    font-size: 85px;*/
/*    line-height: 60px;*/
/*  }*/

/*  .project-desc{*/
/*    margin-bottom: 30px;*/
/*    font-size: 18px;*/
/*    line-height: 22px;*/
/*  }*/
/*  .html-embed-3{*/
/*    margin-bottom: 20px;*/
/*  }*/

/*}*/
/* @media screen and (max-width:479px) and (max-height:609px){
   .project-name{
     font-size:45px;
   line-height:35px;
 }
 .project-desc {
     font-size:14px;
   line-height:18px;
 }
}
@media screen and (max-width:479px) and (min-height:610px){
   .project-name{
     font-size:60px;
   line-height:45px;
 }
 .project-desc {
     font-size:15px;
   line-height:19px;
 }
}
@media screen and (max-width:479px) and (min-height:700px){
   .project-name{
     font-size:70px;
   line-height:50px;
   padding:0 10px;
 }
 .project-desc {
     font-size:16px;
   line-height:20px;
 }
}*/
/* @media screen and (max-width:479px) and (max-height:650px){
     .project-name{
       font-size:50px;
     line-height:50px;
   }
 }
   @media screen and (max-width:479px) and (min-height:651px){
     .project-name{
       font-size:70px;
     line-height:70px;
   }
 }*/
.share-buttons-popup .at-resp-share-element .at-share-btn .at-icon-wrapper{height:24px !important;width:24px !important;line-height:24px !important;}
.share-buttons-popup .at-resp-share-element .at-share-btn .at-icon-wrapper svg{width:24px !important;height:24px !important;}


.preloader{
  display: none !important;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #3b3b3b, #000);
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
  -webkit-transition: all 2000ms ease-in-out;
  transition: all 2000ms ease-in-out;
  z-index: 9999999999999999999999999;
}
.preloader-hidden{
  animation-name: preloader-close;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-name: preloader-close;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;

}

.preloader .project-logo-bg{width:100%;height: 100%;background: #000;position: relative;z-index: 10;
  box-shadow:0 -1px 6px 0 rgba(0 ,0 ,0 , .72);
}
.preloader .project-logo-preloader{width:15vw;max-width:initial;box-shadow: none;position: relative;}

.preloader-hidden .project-logo-preloader{}

.preloader .project-logo-red{position: absolute;bottom:7%;left:9%;width:100%;height:100%;background: #c60917;z-index: 8;
  animation-name: circle;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: circle;
}
.preloader .project-logo-grey{position: absolute;width:100%;top:7%;right:9%;height:100%;background: #d3d3d3;z-index: 8;
  animation-name: circle2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: circle2;
}

@keyframes preloader-close {
  0%{opacity: 1}
  99%{transform: scale(5);opacity: 0}
  100%{transform: scale(5);opacity: 0;height:0;width:0;}
}
@keyframes circle2 {
  0%{
    top:7%;
    right:9%;
  }
  25%{
    top:-7%;
    right:9%;
  }
  50%{
    top:-7%;
    right:-9%;
  }
  75%{
    top:7%;
    right:-9%;
  }
  100%{
    top:7%;
    right:9%;
  }

}
@keyframes circle {
  0%{
    bottom:7%;
    left:9%;
  }
  25%{
    bottom:-7%;
    left:9%;
  }
  50%{
    left:-9%;
    bottom:-7%;
  }
  75%{
    left:-9%;
    bottom:7%;
  }
  100%{
    left:9%;
    bottom:7%;
  }

}
.header-main{
  overflow: hidden;
}
.project-headlines{
  margin-top: auto;
  margin-bottom: auto;
  transform: translateY(-25%);
}
.video-opener{
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  object-fit:cover;
  z-index: -9999;
}

.video-controls{
	width:40px;
	height:40px;
	position:absolute;
	left:20px;
	top:20px;
	border:2px solid #fff;
	background-image: url(https://img.ice.co.il/giflib/ice/sections/40under40-2021/icons/pause.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center-center;
	border-radius:50%;
	z-index:10;
	cursor:pointer;
}
.video-paused{
	background-image: url(https://img.ice.co.il/giflib/ice/sections/40under40-2021/icons/play.svg);
}
/*@media screen and (orientation: portrait){*/
/*  !*.video-opener{*!*/
/*  !*  transform: scale(2) rotate(90deg);*!*/
/*  !*}*!*/
/*}*/
/*!*.preloader .project-logo-preloader:before{*!*/
/*!*  content: "";*!*/
/*!*  position: absolute;*!*/
/*!*  top:0;*!*/
/*!*  right:0;*!*/
/*!*  width: 100%;*!*/
/*!*  height: 100%;*!*/
/*!*  background: #c60917;*!*/
/*!*  z-index: 5;*!*/
/*!*}*!*/
/*!*@media screen and (min-width: 767px) and (max-width: 990px){*!*/

/*!*  .person__title{font-size:7.8125vw;margin-bottom: 0.44vw}*!*/
/*!*  .person__subtitle{font-size:2.109vw;}*!*/
/*!*  .person__lead{font-size: 4.921vw;margin-bottom: 1.562vw;}*!*/
/*!*  .headlines{margin-bottom: 2.109vw;}*!*/
/*!*  .person_upper_dec  .project-logo{width:80px;}*!*/
/*!*  .person-header__headlines{margin-right:0;padding-left:20px;padding-right:20px;}*!*/
/*!*  .person-image{margin-right:0;}*!*/
/*!*}*!*/

/*@media screen and (min-width: 767px) and (max-width: 1279px){*/
/*  !*.main-content__content{*!*/
/*  !*  flex:0 60%;*!*/
/*  !*  -ms-flex:0 60%;*!*/
/*  !*  -webkit-flex:0 60%;*!*/
/*  !*}*!*/
/*  !*.image-fixed{*!*/
/*  !*  flex:0 40%;*!*/
/*  !*  -ms-flex:0 40%;*!*/
/*  !*  -webkit-flex:0 40%;*!*/
/*  !*}*!*/
/*  .person__title{font-size:7.8125vw;margin-bottom: 0.44vw;line-height: .9;}*/
/*  .person__subtitle{font-size:2.109vw;}*/
/*  .person__lead{font-size: 4.921vw;margin-bottom: 1.562vw;}*/
/*  .headlines{margin-bottom: 2.109vw;}*/
/*  .person_upper_dec  .project-logo{width:80px;}*/
/*  .person-header__headlines{margin-right:0;padding-left:20px;padding-right:20px;}*/
/*  .person-image{margin-right:0;}*/
/*}*/

/*@media screen and (min-width: 767px) and (max-width: 991px){*/
/*  .person_upper_dec  .project-logo{width:65px;}*/
/*}*/
/*@media screen and (min-width:767px) and (max-width: 990px) and (max-height:650px){*/
/*  .person__title{*/
/*    font-size:12.15vh;*/
/*    margin-bottom: 1.395vh;*/

/*  }*/
/*  .person__subtitle{*/
/*    font-size: 2.67246vh;*/
/*  }*/
/*  .person__lead{*/
/*    font-size: 7.08741vh;*/
/*    margin-bottom: 2.01933vh;*/
/*  }*/
/*  .headlines{*/
/*    margin-bottom:0;*/
/*  }*/

/*  .person_upper_dec {*/
/*    margin-top: auto;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-justify-content: flex-start;*/
/*    justify-content: flex-start;*/
/*    -webkit-align-items: flex-start;*/
/*    align-items: flex-start;*/
/*    margin-bottom: 4.05vh;*/
/*  }*/
/*  .person_upper_dec .project-logo{margin-left:20px;margin-top:0;margin-bottom: 0;width:15.75vh;}*/

/*}*/
/*@media screen and (min-width:991px) and (max-width: 1279px) and (max-height:750px){*/
/*  .person__title{*/
/*    font-size:13.5vh;*/
/*    margin-bottom: 1.55vh;*/

/*  }*/
/*  .person__subtitle{*/
/*    font-size: 2.9694vh;*/
/*  }*/
/*  .person__lead{*/
/*    font-size: 7.8749vh;*/
/*    margin-bottom: 2.2437vh;*/
/*  }*/
/*  .headlines{*/
/*    margin-bottom:0;*/
/*  }*/

/*  .person_upper_dec {*/
/*    margin-top: auto;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-justify-content: flex-start;*/
/*    justify-content: flex-start;*/
/*    -webkit-align-items: flex-start;*/
/*    align-items: flex-start;*/
/*    margin-bottom: 4.5vh;*/
/*  }*/
/*  .person_upper_dec .project-logo{margin-left:20px;margin-top:0;margin-bottom: 0;width:17.5vh;}*/

/*}*/



/*@media screen and (min-width: 1280px){*/
/*  .person-header__headlines{min-height: 450px;}*/

/*}*/

/*@media screen and (min-width: 1280px){*/
/*  .person__title{font-size:110px;margin-bottom: 18px}*/
/*  .person__subtitle{font-size:27px;}*/
/*  .person__lead{font-size: 63px;margin-bottom: 20px}*/
/*  .headlines{margin-bottom: 27px;}*/
/*  .person_upper_dec  .project-logo{width:80px;}*/
/*}*/

.person_upper_dec{margin-bottom: 50px;}
.project-articles{background: #f5f5f5;padding:60px 40px 0;margin:0;}
.articles{
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
}
.articles article{
  flex-basis: 25%;
}
.articles article .more-article-item__image img,
.articles article .more-article-item__image {
  border-radius: 5px;
  position:relative;
}
.articles article .more-article-item__image .article-logo{background:rgba(255,255,255,.9);position:absolute;left:0;bottom:0;width:100px;z-index:3;padding:3px;border-radius:0 5px 0 0;}
.articles article .more-article-item__image .article-logo img{width:100%;}
.articles article .more-article-item__image .article-logo-big img{width:100%;}
.articles article .more-article-item__title{text-decoration: none;font-size: 20px;letter-spacing: 1px;line-height: 1.25;font-weight: normal}
.articles article .more-article-item__title a{text-decoration: none;}
.articles article:hover .more-article-item__title a{text-decoration: none;color:#c60917;}
.image-credit{font-size:10px;color:#000;position: absolute;top:0;left:10px;}
@media screen and (max-width: 1280px){
  .articles article{
    flex-basis: 30%;
  }
  .articles article .more-article-item__title{font-size:18px;}
}
@media screen and (max-width: 990px){
  .project-articles{padding:30px 20px 0;}
  .articles article .more-article-item__title{font-size:16px;}
}
@media screen and (max-width: 776px){
  .articles article .more-article-item__title{font-size:14px;}
  .fixed-image-inner{position: relative;}
  .fixed-image-inner img{min-height: 300px}
  .image-credit{
    color: #666;
    position: static;
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 1.5;}
}

@media screen and (max-width: 480px){
  .articles{
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0;
  }
  .articles article{
    flex-basis: 80%;
    margin-bottom: 40px;
  }

  .articles article .more-article-item__title{font-size:18px;}
}
@media screen and (max-width: 400px){
  .articles article{
    flex-basis: 100%;
  }

  .articles article .more-article-item__title{font-size:16px;}
}


@media screen and (min-width:1280px) and (max-height:600px){
  .person-image{
    -o-object-fit: contain;
    object-fit: contain;
  }
}
/*font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));*/

@media screen and (min-width:768px) and (max-width:1440px){
  .project-logo{
    width: calc(70px + (80 - 70) * ((100vw - 768px) / (1440 - 768)));
  }
  .person__title{
    font-size: calc(90px + (140 - 90) * ((100vw - 768px) / (1440 - 768)));
    margin-bottom: 0.1428em;
    line-height: 0.8;
  }
  .person__subtitle{
    font-size: calc(20px + (30 - 20) * ((100vw - 768px) / (1440 - 768)));
  }
  .person__lead{
    font-size: calc(45px + (70 - 45) * ((100vw - 768px) / (1440 - 768)));
    margin-bottom: 0.571em;
  }
  .person_upper_dec{
    margin-bottom: calc(32px + (50 - 32) * ((100vw - 768px) / (1440 - 768)));
  }

  .rich-text-block{
    padding-top:calc(40px + (60 - 40) * ((100vw - 768px) / (1440 - 768)));
  }
  .main-content__content{
    padding:0 calc(16px + (30 - 16) * ((100vw - 768px) / (1440 - 768))) 0 calc(20px + (50 - 20) * ((100vw - 768px) / (1440 - 768)));
  }

  .div-block-12{
    margin: 0 calc(20px + (40 - 20) * ((100vw - 768px) / (1440 - 768))) 0 calc(20px + (40 - 20) * ((100vw - 768px) / (1440 - 768)));
  }

  @media screen and (min-width:768px) and (max-width:1024px){
    .heading-2{
      font-size: 70px;
    }
  }

  /*.person__title{*/
  /*  font-size:7.2916666vw;*/
  /*  margin-bottom: 1.04vw;*/
  /*}*/
  /*.person__subtitle{*/
  /*  font-size: 1.5625vw;*/
  /*}*/
  /*.person__lead{*/
  /*  font-size: 3.64583vw;*/
  /*  margin-bottom: 2.08333vw;*/
  /*}*/
  /*.headlines{*/
  /*  margin-bottom:0;*/
  /*}*/

  /*.person_upper_dec {*/
  /*  margin-bottom: 2.08333vw;*/
  /*}*/

  /*.rich-text-block{*/
  /*  padding-top:2.60416vw;*/
  /*}*/

  /*.person_upper_dec .project-logo{width:4.427083vw;}*/

}


@media screen and (max-width:766px){

  .header-sponserd{justify-content: center;}
  .person-page .navigation{padding:0;}

  .main-content-wrapper{padding-bottom: 60px;}

  .person-page .collection-item .person-title{font-size:28px;}
  .person-page .collection-item .person-career{font-size: 18px;}

  .person-page .navigation-wrap{position: relative;padding:0;margin:0;}
  .person-page .main-content__content{
    position: static;
    padding: 40px 15px 0;

  }
  .heading-2{font-size: 70px}
  .person-page .person-header__headlines{
    margin-right:0;
    margin-bottom: 40px;
    height:auto;
    padding:0 0 0;
    text-align: center;
  }
  .person-page .rich-text-block{
    font-size: 22px;
    line-height: 1.25;

  }
  .person-page .person__title{
    margin-bottom: 12px;
    font-size: 90px;
    line-height: 0.9;
  }
  .person-page .html-embed-3{display: flex}
  .person-page .headlines{margin-bottom:0;padding-bottom: 0}
  .person-page .person__lead{text-align: center;margin:0 0 30px 0;font-size: 60px}
  .person-page .person__subtitle{
    font-size: 26px;
    line-height: 1.1;
  }
  .person-page .project-logo{
    width: 70px;
    position: absolute;
    top:20px;
    margin-top: 0;
    right:20px;
    transform: rotateX(0);
    z-index: 555;
  }
  .rich-text-block{
    padding:0;
  }
  .div-block-12{margin:0 15px;}
}

@media screen and (max-width:479px){
  /*.header-sponserd img:not(:last-child){*/
  /*  margin-left:2.0833vw;*/
  /*  width: calc(80% / 3);*/
  /*}*/
  .header-sponserd{padding:5px 0;max-width: 100vw;}
  .header-sponserd-logos{width: auto;justify-content: flex-start}
  .header-sponserd-logos div{margin:0 5px;width: auto;display:block;}

  .person-page .person__title{
    font-size: 60px;
  }
  .main-content__content{
    padding-top:22px;
  }
  .person-page .person__subtitle{
    font-size: 18px;
  }
  .person-page .rich-text-block{
    font-size: 19px;
  }
  .person_upper_dec{margin-bottom: 25px;}
  .person-page .person__lead{margin:0 0 18px 0;font-size: 36px}
  .heading-2{font-size: 45px;border-width:5px;}
  .person-page .collection-item .person-title{font-size:22px;}
  .person-page .collection-item .person-career{font-size: 15px;}
  .main-content-wrapper{
    padding-bottom:45px;
  }
  .at-resp-share-element .at-share-btn{margin:0 8px !important;}
  .at-resp-share-element .at-share-btn .at-icon-wrapper{height:28px !important;width:28px !important;line-height:28px !important;}
  .at-resp-share-element .at-share-btn .at-icon-wrapper svg{width:28px !important;height:28px !important;}
  .person-page .project-logo{width:60px;}
}

@media screen and (max-width:320px){
  .person-page .navigation{padding:0;}



  .person-page .navigation-wrap{position: relative;padding:0;}
  .person-page .main-content__content{
    position: static;
    padding-top:20px;
  }
  .person-page .person-header__headlines{
    margin-right:0;
    margin-bottom: 40px;
    height:auto;
    padding:0 0 0;
    text-align: center;
  }
  .person-page .rich-text-block{
    font-size: 16px;
    line-height: 1.25;
  }
  .person-page .person__title{
    margin-bottom: 10px;
    line-height: 0.85;
    font-size: 45px;
  }
  .person-page .html-embed-3{display: flex}
  .person-page .headlines{margin-bottom:25px;padding-bottom: 0}
  .person-page .person__lead{margin:0;text-align: center;margin-bottom: 20px;font-size: 25px}
  .person-page .person__subtitle{
    font-size: 18px;
    line-height: 1.1;
  }
  .heading-2{font-size: 33px;line-height: 1}
  .person-page .project-logo{
    width: 50px;
  }
  .collection-item{
    margin-bottom: 40px;
  }
  .person-page  .at-style-responsive .at-share-btn{margin-right:2px;margin-left:2px;}


}

@media screen and (max-width:290px){
  .heading-2{
    margin-bottom: 25px;
  }
  .collection-item{
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .person-page .collection-item .person-title{font-size:24px;}
  .person-page .collection-item .person-career{font-size: 18px;}
  .copyright{font-size: 10px}
  .link-3,
  .link-4{font-size:12px;}
  .at-resp-share-element .at-share-btn{margin:0 5px !important;}
  .at-resp-share-element .at-share-btn .at-icon-wrapper{height:24px !important;width:24px !important;line-height:24px !important;}
  .at-resp-share-element .at-share-btn .at-icon-wrapper svg{width:24px !important;height:24px !important;}

}
.ad{height:auto;max-height:250px;}
.ad-cube{}
.ad-double{flex-basis:47%;}

@media screen and (max-width:767px){
  .ad-double{flex-basis:94%;}
}
@media screen and (max-width:479px){
	
  .ad{flex-basis:100%;}
  .ad-cube{max-width:300px;text-align:center;}
}

.sponser-big{padding-left:10px;border-left:1px solid #d6d6d6;}
.image-6{width:180px;}
.image-7{width:90px;}
.image-8{width:80px;}

@media screen and (max-width:479px){
	
  .header-sponserd{padding-right:5px;padding-left:5px;}
  .text-block{margin-left:0;}
  .sponser-big{padding-left:0;}
}


.arrows-nav{bottom:20px;position:absolute;display:flex;width:100%;justify-content:space-between;align-items:center;padding:0 40px;}
.arrows-nav .arrow-nav{background-image: url(https://img.ice.co.il/giflib/ice/sections/40under40-2021/icons/arrow.svg);	background-size:80% 80%;cursor:pointer;
background-repeat:no-repeat;
background-position:center center;border:2px solid #000;width:50px;height:50px;}
.arrows-nav a.arrow-nav:hover{background-color:#000;background-image: url(https://img.ice.co.il/giflib/ice/sections/40under40-2021/icons/arrow-white.svg);}
.arrows-nav .arrow-nav.arrows-nav-forward{transform:rotate(180deg);margin-right:auto;justify-self:flex-end;}
.arrows-nav .arrow-nav.arrow-dis{opacity:.3;cursor:auto;}


@media screen and (max-width:767px){
.arrows-nav{bottom:10px;padding:0 20px;}
}
@media screen and (max-width:479px){
.arrows-nav .arrow-nav{width:40px;height:40px;border-width:1px;}
}