@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VF.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap;
}
[class^="guten"],
[class^="--gutenverse-font"],
[class^="gv-"],
[class*="guten"] {
  font-family: 'Montserrat', sans-serif !important;
}

[class*="guten-"] h1,
[class*="guten-"] h2,
[class*="guten-"] h3,
[class*="guten-"] h4,
[class*="guten-"] h5,
[class*="guten-"] h6,
[class*="guten-"] p,
[class*="guten-"] span,
[class*="guten-"] a,
[class*="guten-"] li,
[class*="guten-"] button {
  font-family: 'Montserrat', sans-serif !important;
}
/*main .wp-block-columns {
  display: flex !important;
}
main .wp-block-column {
  flex: 1 !important;
}
main .has-small-font-size li {
  font-size: 13px;
  line-height: 14px;
}
main ol, main ul {
  margin-left: 30px;
}
main ol li, main ul li {
  margin-bottom: 5px;
}*/

/*.editor-styles-wrapper .wp-block-button__link {
  display: inline-block !important;
  padding: 12px 35px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  font-variation-settings: "wght" 500 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  text-align: center !important;
  border-radius: 0 !important;
  background-color: #0a3784 !important;
  color: #FFF !important;
  border: 2px solid #0a3784 !important;
}
.editor-styles-wrapper .wp-block-button__link:hover {
  background-color: #FFF !important;
  color: #0a3784 !important;
}*/

hr,
hr.wp-block-separator,
.page-branding-metrostor hr.wp-block-separator {
  padding: 10px 0;
  margin: 30px 0;
  border: none;
  border-top: 1px solid #0a3784;
  width: 100%;
}

hr.hr-single-post {
  margin: 10px 0;
}

.page-branding-metrostor hr,
.page-branding-metrostor hr.wp-block-separator {
  border-top: 1px solid #ed7d31;
}

.wp-block-image {
  position: relative;
}
.wp-block-image.size-full img {
  width: 100%;
}
.wp-block-image figure {
  position: relative;
}
.wp-block-image figcaption {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 7px 10px 6px;
  color: #FFF;
  width: 100%;
  text-align: center;
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.page-branding-metrostor .wp-block-image figcaption {
  background: rgba(237, 125, 49, 0.6);
}

.alignleft {
  float: left !important;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right !important;
  margin: 0 0 20px 20px;
}

.aligncenter {
  margin: 0 auto !important;
  padding: 0 0 10px;
  text-align: center;
}
.contact-form-block {
  margin-bottom: -180px!important;
}
.gform_wrapper {
  background: var(--wp--preset--color--theme-1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  animation-delay: 0.3s;
  padding-top: 50px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper {
    margin-top: 20px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .contact-form-block {
    margin-bottom: 0px!important;
  }
}

body .gform_legacy_markup_wrapper ul li.gfield {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: var(--gutenverse-font-size-yvpAtr);
  font-weight: var(--gutenverse-font-weight-yvpAtr);
  line-height: var(--gutenverse-font-lineHeight-yvpAtr);
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--wp--preset--color--theme-5);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,
body .gform_legacy_markup_wrapper textarea:hover,
body .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_legacy_markup_wrapper textarea:focus {
    border-style: solid;
    border-width: 1px;
    border-color: var(--wp--preset--color--theme-3);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    outline: none !important;
}

.gform_button,
.button {
  display: inline-block;
  font-size: var(--gutenverse-font-size-SKJsls);
  font-weight: var(--gutenverse-font-weight-SKJsls);
  font-variation-settings: "wght" 400;
  line-height: var(--gutenverse-font-lineHeight-SKJsls);
  letter-spacing: var(--gutenverse-font-spacing-SKJsls);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: var(--wp--preset--color--theme-0);
  cursor: pointer;
  padding-top: 18px;
  padding-right: 32px;
  padding-bottom: 18px;
  padding-left: 32px;
  color: var(--wp--preset--color--theme-1);
  border-style: solid;
  border-width: 1px;
  border-color: var(--wp--preset--color--theme-3);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition: all .3s;
}
.gform_button:hover,
.button:hover {
  background-color: #FFF;
  color: var(--wp--preset--color--theme-3) !important;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea {
  border: 1px solid #c61414 !important;
}
.gform_legacy_markup_wrapper .validation_message {
    color: #c61414 !important;
}
.gform_legacy_markup_wrapper .gform_validation_errors>h2,
.gform_legacy_markup_wrapper div.validation_error {
  color: #c61414 !important;
}
.gform_legacy_markup_wrapper div.validation_error,
.gform_legacy_markup_wrapper .gform_validation_errors {
    border-bottom: 2px solid #c61414 !important;
    border-top: 2px solid #c61414 !important;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding: 5px !important;
}
.page-branding-metrostor .gform_button_select_files,
.page-branding-metrostor .gform_button {
  background-color: #ed7d31;
  border: 1px solid #ed7d31;
}
.page-branding-metrostor .gform_button_select_files:hover,
.page-branding-metrostor .gform_button:hover {
  background-color: #FFF;
  color: #ed7d31 !important;
}

.gform_confirmation_message {
  font-size: 19px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #0a3784;
}

.page-branding-metrostor .gform_confirmation_message {
  color: #ed7d31;
}

.streetspace-modal--form-get-a-quote {
  max-width: 840px !important;
  padding: 20px 25px 10px !important;
}

.fixed_header {
  z-index: 9000;
  position: fixed;
  width: 100%;
}
.fixed_header.is-scrolled {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.fixed_header .logo-dark {
    display: none;
}
.fixed_header.is-scrolled .logo-light {
    display: none;
}
.fixed_header.is-scrolled .logo-dark {
    display: block;
}
.top_header {
  width: 100%;
  height: 40px;
  background-color: #0a3784;
  color: #FFF;
  padding: 0 15px;
}
@media only screen and (max-width: 1080px) {
  .top_header {
    height: 50px;
  }
}
.top_header .top_header__nav {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 5px;
}
@media only screen and (max-width: 1080px) {
  .top_header .top_header__nav {
    justify-content: center;
    gap: 5px;
  }
}
.top_header .top_header__nav .top_header__link {
  display: flex;
  align-items: center;
  color: #FFF;
  text-decoration: none;
  border-radius: 11px;
  padding: 3px 15px;
}
.top_header .top_header__nav .top_header__link:hover {
  background-color: #00215a;
}
@media only screen and (max-width: 1080px) {
  .top_header .top_header__nav .top_header__link {
    padding: 10px;
  }
}
.top_header .top_header__nav .top_header__link .top_header__link__icon {
  width: 16px;
  height: 22px;
  margin: 0 7px 0 0;
  opacity: 0.5;
}
.top_header .top_header__nav .top_header__link .top_header__link__icon.top_header__link__icon--send_enquiry {
  width: 12px;
}
.top_header .top_header__nav .top_header__link .top_header__link__text,
.top_header .top_header__nav .top_header__link .top_header__link__text--mobile {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1080px) {
  .top_header .top_header__nav .top_header__link .top_header__link__text,
  .top_header .top_header__nav .top_header__link .top_header__link__text--mobile {
    display: none;
  }
}
.top_header .top_header__nav .top_header__link .top_header__link__text--mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .top_header .top_header__nav .top_header__link .top_header__link__text--mobile {
    font-size: 16px;
    display: block;
  }
}
.top_header .top_header__nav .top_header__searchform {
  display: flex;
}
@media only screen and (max-width: 1080px) {
  .top_header .top_header__nav .top_header__searchform {
    display: none;
  }
}
.top_header .top_header__nav .top_header__searchform .top_header__search {
  width: 150px;
  padding: 2px 15px 1px;
  border: none;
  outline: none;
  border-radius: 99px 0 0 99px;
  color: #0a3784;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  transition: 0.3s;
}
.top_header .top_header__nav .top_header__searchform .top_header__search:focus {
  width: 250px;
  transition: 0.3s;
}
.top_header .top_header__nav .top_header__searchform .top_header__searchform__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  color: #0a3784;
  background-color: #FFF;
  width: 26px;
  padding: 2px;
  border-radius: 0 99px 99px 0;
}
.top_header .top_header__nav .top_header__my_account {
  position: relative;
  display: flex;
  align-items: center;
}
.top_header .top_header__nav .top_header__my_account .top_header__my_account__button {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
@media only screen and (max-width: 700px) {
  .top_header .top_header__nav .top_header__my_account .top_header__my_account__button .top_header__my_account__button__name {
    display: none;
  }
}
.top_header .top_header__nav .top_header__my_account .top_header__my_account__nav {
  z-index: 9005;
  flex-direction: column;
  position: absolute;
  top: 28px;
  right: -10px;
  width: 180px;
  background-color: #FFF;
  border: 1px solid #FAFAFA;
  box-shadow: 0 10px 30px 0 rgba(45,45,45,.2);
  padding: 10px;
  list-style: none;
  display: none;
}
.top_header .top_header__nav .top_header__my_account .top_header__my_account__nav.active {
  display: flex;
}
.top_header .top_header__nav .top_header__my_account .top_header__my_account__nav li {
  text-align: right;
}
.top_header .top_header__nav .top_header__my_account .top_header__my_account__nav li a {
  color: var(--wp--preset--color--theme-2);
  font-family: 'Montserrat', sans-serif;
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 2em;
  padding: 5px 10px;
}
.top_header .top_header__nav .top_header__my_account .top_header__my_account__nav li a:hover {
  color: var(--wp--preset--color--theme-3);
}
.top_header .top_header__nav .top_header__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
}
.top_header .top_header__nav .top_header__cart a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-branding-metrostor .top_header {
  background-color: #ed7d31;
}
.page-branding-metrostor .top_header .top_header__link:hover {
  background-color: #E06A1C;
}
.page-branding-metrostor .top_header .top_header__nav .top_header__searchform .top_header__search {
  color: #444444;
}

.page-header {
  position: relative;
  width: 100%;
  padding-top: 138px;
}
.page-header.page-header--standard {
  background-color: #0a3784;
}
.page-header.page-header--standard .page-header--hero-image__title {
  padding: 30px 0;
}
.page-header.page-header--standard .page-header--hero-image__title .h1-title {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .page-header.page-header--standard .page-header--hero-image__title .h1-title {
    font-size: 24px;
  }
}
.page-header.page-header--standard .header-news-date {
  display: inline-block;
  color: #FFF;
  background-color: #00215a;
  padding: 3px 15px 2px;
  margin: 0 0 1px;
  border-radius: 99px;
  font-size: 14px;
}
.page-header.page-header--news {
  background-color: #0a3784;
  padding: 0;
}
.page-header.page-header--news .page-header--hero-image__title {
  max-width: 100%;
  padding: 30px 0;
}
.page-header.page-header--news .page-header--hero-image__title .h1-title {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin: 0;
}
.page-header.page-header--news .header-news-date {
  display: inline-block;
  color: #FFF;
  background-color: #00215a;
  padding: 3px 15px 2px;
  margin: 0 0 1px;
  border-radius: 99px;
  font-size: 14px;
}
.page-header.page-header--hero-image {
  height: 664px;
}
.page-header.page-header--hero-image .page-header--hero-image__image-container {
  width: 100%;
  height: 100%;
}
.page-header.page-header--hero-image .page-header--hero-image__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header.page-header--hero-image .page-header--hero-image__title {
  position: absolute;
  bottom: 60px;
  left: 0;
  padding: 15px 25px;
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.page-header.page-header--hero-image .page-header--hero-image__title .h1-title {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin: 0;
}
.page-header.page-header--hero-image .page-header--hero-image__title .header-news-date {
  display: inline-block;
  color: #FFF;
  background-color: #00215a;
  padding: 3px 15px 2px;
  margin: 0 0 1px;
  border-radius: 99px;
  font-size: 14px;
}
.page-header .page-header--hero-image__subtitle {
  color: #FFF;
  font-size: 15px;
  margin: 5px 0 10px;
}
.page-branding-metrostor .page-header.page-header--hero-image .page-header--hero-image__title,
.page-branding-metrostor .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox {
  background: rgba(240, 119, 36, 0.6);
}
.page-branding-metrostor .page-header.page-header--hero-image .page-header--hero-image__title .header-news-date,
.page-branding-metrostor .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox .header-news-date {
  background-color: #E06A1C;
}

.page-branding-metrostor .section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_marker {
  background: rgba(237, 125, 49, 0.6);
}

.page-branding-metrostor .page-header.page-header,
.page-branding-metrostor .page-header.page-header--news,
.page-branding-metrostor .page-header.page-header--standard {
  background-color: #ed7d31;
}
.page-branding-metrostor .page-header.page-header .header-news-date,
.page-branding-metrostor .page-header.page-header--news .header-news-date,
.page-branding-metrostor .page-header.page-header--standard .header-news-date {
  background-color: #E06A1C;
}
.page-branding-metrostor .page-header.page-header.page-header--no-header,
.page-branding-metrostor .page-header.page-header--news.page-header--no-header,
.page-branding-metrostor .page-header.page-header--standard.page-header--no-header {
  background-color: #FFF;
}
.page-branding-metrostor .page-header.page-header.page-header--no-header .page-header--hero-image__title .h1-title,
.page-branding-metrostor .page-header.page-header--news.page-header--no-header .page-header--hero-image__title .h1-title,
.page-branding-metrostor .page-header.page-header--standard.page-header--no-header .page-header--hero-image__title .h1-title {
  color: #ed7d31;
}

.breadcrumbs {
  background-color: #00215a;
}
.breadcrumbs .breadcrumbs-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 8px 0 7px;
}
.breadcrumbs .breadcrumbs-list li {
  position: relative;
  margin: 0 2px 0 0;
  font-size: 14px;
  color: #FFF;
  cursor: default;
}
/*.breadcrumbs .breadcrumbs-list li::before {
  position: absolute;
  content: "\edb1";
  top: 5px;
  right: -15px;
  width: 10px;
  height: 10px;
}*/
.breadcrumbs .breadcrumbs-list li:last-child {
  padding: 0 5px;
}
/*.breadcrumbs .breadcrumbs-list li:last-child::before {
  display: none;
}*/
.breadcrumbs .breadcrumbs-list li a {
  font-size: 14px;
  color: #FFF;
  padding: 5px;
  text-decoration: none;
}
.breadcrumbs .breadcrumbs-list li a:hover {
  text-decoration: underline;
}

.page-branding-metrostor .breadcrumbs {
  background-color: #E06A1C;
}

.breadcrumbs.breadcrumbs--grey {
  background-color: #f8f8f8;
}
.breadcrumbs.breadcrumbs--grey .breadcrumbs-list li {
  color: #444444;
}
.breadcrumbs.breadcrumbs--grey .breadcrumbs-list li a {
  color: #444444;
}

.main_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 98px;
  background-color: #FFF;
}
.main_header.mobile {
  height: unset;
}
.main_header .main_header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.main_header .main_header__nav .main_header__logo {
  width: 360px;
  height: 65px;
}
@media only screen and (max-width: 900px) {
  .main_header .main_header__nav .main_header__logo {
    width: 270px;
    height: 47px;
  }
}
@media only screen and (max-width: 400px) {
  .main_header .main_header__nav .main_header__logo {
    width: 220px;
    height: 37px;
  }
}
.main_header .main_header__nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
.main_header .main_header__nav ul li {
  position: relative;
}
.main_header .main_header__nav ul li a {
  font-family: "Montserrat", sans-serif;
  font-variation-settings: "wght" 300, "wdth" 121;
  font-size: 15px;
  color: #0a3784;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 99px;
}
.main_header .main_header__nav ul li a:hover {
  background-color: #f8f8f8;
}
.main_header .main_header__nav ul li.has_sub_menu a {
  padding-right: 25px;
}
.main_header .main_header__nav ul li.has_sub_menu a::after {
  position: absolute;
  top: 10px;
  right: 13px;
  content: "";
  width: 6px;
  height: 6px;
  background-image: url(../images/nav-arrow.svg);
}

.main_header .main_header__nav ul#menu-top-menu-metrostor li a {
  color: #444444;
}

.main_header__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_header__nav .menu-top-menu-mobile-toggle {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/btn-mobile-toggle.svg);
  cursor: pointer;
}
@media only screen and (min-width: 1080px) {
  .main_header__nav .menu-top-menu-mobile-toggle {
    display: none;
  }
}
.main_header__nav .menu-top-menu-metrostor-container ul.sub-menu,
.main_header__nav .menu-top-menu-streetspace-container ul.sub-menu {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 250px;
  background-color: #FFF;
  box-shadow: 0px 10px 35px -15px rgba(0, 0, 0, 0.5);
  padding: 15px;
}
.main_header__nav .menu-top-menu-metrostor-container ul.sub-menu li,
.main_header__nav .menu-top-menu-streetspace-container ul.sub-menu li {
  position: relative;
}
.main_header__nav .menu-top-menu-metrostor-container li.menu-item-has-children > a,
.main_header__nav .menu-top-menu-streetspace-container li.menu-item-has-children > a {
  padding-right: 25px;
}
.main_header__nav .menu-top-menu-metrostor-container li.menu-item-has-children > a::after,
.main_header__nav .menu-top-menu-streetspace-container li.menu-item-has-children > a::after {
  position: absolute;
  top: 10px;
  right: 13px;
  content: "";
  width: 6px;
  height: 6px;
  background-image: url(../images/nav-arrow.svg);
}
.main_header__nav .menu-top-menu-metrostor-container li.menu-item-has-children:last-of-type ul.sub-menu,
.main_header__nav .menu-top-menu-streetspace-container li.menu-item-has-children:last-of-type ul.sub-menu {
  position: absolute;
  left: -100px;
  align-items: flex-end;
}
.main_header__nav .menu-top-menu-metrostor-container li.menu-item-has-children:hover ul.sub-menu,
.main_header__nav .menu-top-menu-streetspace-container li.menu-item-has-children:hover ul.sub-menu {
  display: flex;
}
@media only screen and (max-width: 1080px) {
  .main_header__nav .menu-top-menu-metrostor-container,
  .main_header__nav .menu-top-menu-streetspace-container {
    display: none;
  }
  .main_header__nav .menu-top-menu-metrostor-container.active,
  .main_header__nav .menu-top-menu-streetspace-container.active {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .main_header__nav .menu-top-menu-metrostor-container.active > ul,
  .main_header__nav .menu-top-menu-streetspace-container.active > ul {
    display: flex;
  }
  .main_header__nav .menu-top-menu-metrostor-container.active ul,
  .main_header__nav .menu-top-menu-streetspace-container.active ul {
    padding: 20px 0;
    position: relative;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .main_header__nav .menu-top-menu-metrostor-container.active li.menu-item-has-children:hover ul.sub-menu,
  .main_header__nav .menu-top-menu-streetspace-container.active li.menu-item-has-children:hover ul.sub-menu {
    display: none;
  }
  .main_header__nav .menu-top-menu-metrostor-container.active li.menu-item-has-children.active ul.sub-menu,
  .main_header__nav .menu-top-menu-streetspace-container.active li.menu-item-has-children.active ul.sub-menu {
    position: relative !important;
    display: flex;
    align-items: flex-start;
    left: 0;
    border-bottom: 1px solid #EEE;
    margin: -20px 0 30px;
    padding: 10px 30px 10px;
    width: 100%;
  }
}

.mega-menu {
  display: none;
  z-index: 990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mega-menu.active {
  display: block;
}
.mega-menu.active .mega-menu__overlay {
  opacity: 0.1;
  transition: opacity 0.3s ease-out;
}
.mega-menu.active .mega-menu__content {
  transform: scale(1) translateX(-50%);
  transition: transform 1.3s ease-out;
}
.mega-menu .mega-menu__overlay {
  z-index: 990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.mega-menu .mega-menu__content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  z-index: 991;
  position: fixed;
  top: 70px;
  left: 50%;
  width: 820px;
  overflow: hidden;
  background-color: #f8f8f8;
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1080px) {
  .mega-menu .mega-menu__content {
    top: 50px;
    width: 100%;
  }
}
.mega-menu .mega-menu__content .mega-menu__level1 {
  position: relative;
}
.mega-menu .mega-menu__content .mega-menu__level1 .level1-back-btn {
  position: absolute;
  top: 55px;
  left: 30px;
  width: 12px;
  height: 18px;
  background-image: url(../images/btn-megamenu-back.svg);
}
.mega-menu .mega-menu__content .mega-menu__level1 .level1-back-btn:hover {
  cursor: pointer;
  background-image: url(../images/btn-megamenu-back-blue.svg);
}
.mega-menu .mega-menu__content .mega-menu__level1 .mega-menu__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 50px 50px 50px 80px;
}
@media only screen and (max-width: 1080px) {
  .mega-menu .mega-menu__content .mega-menu__level1 .mega-menu__list {
    padding: 50px 20px;
  }
}
.mega-menu .mega-menu__content .mega-menu__level1 .mega-menu__list .mega-menu__item a {
  display: block;
  position: relative;
  padding: 3px 80px 2px 20px;
  text-decoration: none;
  color: #444444;
  border-radius: 15px;
  border: 1px solid transparent;
}
.mega-menu .mega-menu__content .mega-menu__level1 .mega-menu__list .mega-menu__item a::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 16px;
  height: 18px;
  width: 12px;
  background-image: url(../images/btn-megamenu-next.svg);
}
.mega-menu .mega-menu__content .mega-menu__level1 .mega-menu__list .mega-menu__item a:hover {
  border: 1px solid #0a3784;
}
.mega-menu .mega-menu__content .mega-menu__level2 {
  position: absolute;
  width: 820px;
  height: 100%;
  right: -820px;
  top: 0;
  background-color: #FFF;
  transition: all 0.6s ease-in;
}
@media only screen and (max-width: 1080px) {
  .mega-menu .mega-menu__content .mega-menu__level2 {
    width: 100%;
    right: -100%;
  }
}
.mega-menu .mega-menu__content .mega-menu__level2.active {
  right: -70px;
  transition: all 0.6s ease-out;
}
@media only screen and (max-width: 1080px) {
  .mega-menu .mega-menu__content .mega-menu__level2.active {
    right: 0px;
  }
}
.mega-menu .mega-menu__content .mega-menu__level2 .show-mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .mega-menu .mega-menu__content .mega-menu__level2 .show-mobile {
    display: block;
  }
}
.mega-menu .mega-menu__content .mega-menu__level2 .level2-back-btn-mobile {
  display: none;
  position: absolute;
  top: 55px;
  left: 30px;
  width: 12px;
  height: 18px;
  background-image: url(../images/btn-megamenu-back.svg);
}
.mega-menu .mega-menu__content .mega-menu__level2 .level2-back-btn-mobile:hover {
  cursor: pointer;
  background-image: url(../images/btn-megamenu-back-blue.svg);
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content {
  padding: 48px 50px;
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content .mega-menu__level2__title {
  font-variation-settings: "wght" 200;
  font-size: 24px;
  margin: 0 0 20px 18px;
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content .mega-menu__list {
  display: none;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content .mega-menu__list.active {
  display: flex;
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content .mega-menu__list .mega-menu__item a {
  display: block;
  position: relative;
  width: 380px;
  padding: 3px 80px 2px 20px;
  text-decoration: none;
  color: #444444;
  border-radius: 15px;
  border: 1px solid transparent;
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content .mega-menu__list .mega-menu__item a::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 16px;
  height: 18px;
  width: 12px;
  background-image: url(../images/btn-megamenu-next.svg);
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content .mega-menu__list .mega-menu__item a.no-arrow::after {
  background-image: none;
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content .mega-menu__list .mega-menu__item a:hover {
  border: 1px solid #0a3784;
}
.mega-menu .mega-menu__content .mega-menu__level3 {
  position: absolute;
  top: 100px;
  right: 50px;
  z-index: 9999;
}
@media only screen and (max-width: 1080px) {
  .mega-menu .mega-menu__content .mega-menu__level3 {
    display: none;
  }
}
.mega-menu .mega-menu__content .mega-menu__level3 .mega-menu__level3__content {
  display: none;
}
.mega-menu .mega-menu__content .mega-menu__level3 .mega-menu__level3__content.active {
  display: block;
}
.mega-menu .mega-menu__content .mega-menu__level3 .mega-menu__level3__content .mega-menu__product-image-container {
  width: 200px;
}

.section-hero-slider .hero_slider {
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
  height: 700px;
  width: 100%;
}
.section-hero-slider .hero_slider .hero_slider__slides {
  position: relative;
  width: 100%;
  height: 700px;
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide {
  position: absolute;
  height: 600px;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: opacity 1s ease-in-out;
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide.active {
  opacity: 1;
  z-index: 1;
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__image {
  width: 100vw;
  height: 100%;
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__image img {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox {
  z-index: 10;
  position: absolute;
  /*bottom: 47px;*/
  top: 380px;
  left: 20px;
  width: 100%;
  max-width: calc(100vw - 40px);
  padding: 15px 30px;
  color: #FFF;
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox .hero_slider__infobox__title {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1080px) {
  .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox .hero_slider__infobox__title {
    line-height: 1.1;
    font-size: 25px;
  }
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox .hero_slider__infobox__text {
  font-size: 15px;
  line-height: 1.4;
  text-align: justify;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
@media only screen and (max-width: 1080px) {
  .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox .hero_slider__infobox__text {
    line-height: 1.1;
  }
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox .hero_slider__infobox__text a {
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.section-hero-slider .hero_slider .hero_slider__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 47px;
  width: 100%;
}
.section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_marker {
  z-index: -1;
  position: absolute;
  top: 0;
  height: 47px;
  background: rgba(10, 55, 132, 0.6);
  transition: ease-out 0.3s;
  opacity: 0;
  left: 0;
  width: 200px;
}
.section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_buttons button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-height: 41px;
  padding: 9px 0;
  border-radius: 99px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #FFF;
  cursor: pointer;
  background: unset;
  outline: none;
  border: none;
  text-decoration: none;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  transition: 0.3s;
}
@media only screen and (max-width: 700px) {
  .section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_buttons button {
    color: #cdc8c8 !important;
  }
}
.section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_buttons button:hover {
  font-weight: 600;
  font-variation-settings: "wght" 600;
  transition: 0.3s;
}
.section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_buttons button.active {
  font-weight: 600;
  font-variation-settings: "wght" 600;
  transition: 0.3s;
}
.section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_buttons button .hero_slider__nav_mobile-button-content {
  pointer-events: none;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #FFF;
  opacity: 0.6;
  border-radius: 50%;
  transition: all 1s ease-out;
}
.section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_buttons button.active .hero_slider__nav_mobile-button-content {
  border-radius: 0;
  opacity: 1;
  transition: all 0.6s ease-out;
}

@media only screen and (max-width: 700px) {
  .section-hero-slider .hero_slider {
      height: 550px;
  }
  .section-hero-slider .hero_slider .hero_slider__slides {
    padding: 70px 0;
  }
  .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container {
    padding: 0px;
  }
  .section-hero-slider .hero_slider .hero_slider__slides {
    height: 550px;
  }
  .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide {
    height: 550px;
  }
  .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox .hero_slider__infobox__text {
    font-size: 14px;
  }
  .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox {
    top: unset;
    bottom: -83px;
    left: 0px;
    padding: 12px 20px;
  }
  .section-hero-slider .hero_slider .hero_slider__nav {
    bottom: 0px;
  }
}
.section-intro {
  padding: 40px 0 30px;
}
.section-intro.section-intro--grey {
  background-color: #F2F2F2;
}
.section-sectors {
  padding: 70px 0 0;
}
.section-news {
  padding: 50px 0 0;
}
.section-hero-image {
  position: relative;
  height: 400px;
}
.section-hero-image .section-hero-image__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero-image .section-hero-image__title {
  position: absolute;
  bottom: 60px;
  left: 0;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  padding: 5px 20px;
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em !important;
}
.case-studies-filter-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0 auto 50px;
}
.case-studies-filter-nav li a {
  color: #ed7d31;
  font-size: 15px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  cursor: pointer;
}

.case-studies-list {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 1s ease-in-out;
}
.case-studies-list.case-studies-list--no-isotope {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1080px) {
  .case-studies-list.case-studies-list--no-isotope {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .case-studies-list.case-studies-list--no-isotope {
    grid-template-columns: repeat(2, 1fr);
  }
}
.case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  background-color: #FFF;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
  transform-origin: center;
  transform: scale(1);
  transition: all 0.6s ease-in-out;
  width: 245px;
  margin: 0 10px 10px;
}
@media only screen and (max-width: 600px) {
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content {
    width: 220px;
  }
}
.case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content:hover {
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease-in-out;
}
.case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content a {
  display: block;
  text-decoration: none;
}
.case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__thumbnail {
  position: relative;
  width: 245px;
  height: 170px;
}
@media only screen and (max-width: 600px) {
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__thumbnail {
    width: 220px;
  }
}
.case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 8px 5px;
}
.case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__content .streetspace-case-study__title {
  font-size: 16px;
  color: #0a3784;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.3;
  text-align: center;
}

.page-branding-metrostor .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__content .streetspace-case-study__title {
  color: #ed7d31;
}
@media only screen and (max-width: 1080px) {
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content {
    width: 200px;
  }
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__thumbnail {
    position: relative;
    width: 220px;
    height: 100px;
  }
}
/*@media only screen and (max-width: 768px) {
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content {
    width: 155px;
  }
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__thumbnail {
    position: relative;
    width: 155px;
    height: 90px;
  }
}*/
@media only screen and (max-width: 600px) {
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content {
    width: 150px;
  }
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__thumbnail {
    position: relative;
    width: 150px;
    height: 80px;
  }
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__content .streetspace-case-study__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content {
    width: 140px;
  }
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__thumbnail {
    position: relative;
    width: 140px;
    height: 80px;
  }
}
.section-client-testimonials-list {
  margin: 60px 0;
}
.section-client-testimonials-list .client-testimonials-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.section-client-testimonials-list .client-testimonials-list .streetspace-client-testimonial-item {
  display: flex;
  gap: 50px;
}
.section-client-testimonials-list .client-testimonials-list .streetspace-client-testimonial-item .streetspace-client-testimonial__thumbnail {
  flex: 0.3;
}
.section-client-testimonials-list .client-testimonials-list .streetspace-client-testimonial-item .streetspace-client-testimonial__content {
  flex: 0.6;
}
.section-client-testimonials-list .client-testimonials-list .streetspace-client-testimonial-item .streetspace-client-testimonial__content .streetspace-client-testimonial__name {
  display: block;
  color: #0a3784;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.section-client-testimonials-list .client-testimonials-list .streetspace-client-testimonial-item .streetspace-client-testimonial__content .streetspace-client-testimonial__position {
  display: block;
}

.main--no-padding {
  padding: 0;
}
.main--no-padding .section-video-list {
  background-color: #f8f8f8;
  padding: 50px 0;
}

.videos-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 1080px) {
  .videos-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .videos-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.videos-list .streetspace-video-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  background-color: #FFF;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
}
.videos-list .streetspace-video-item:hover {
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease-in-out;
}
.videos-list .streetspace-video-item:hover .streetspace-video__thumbnail .streetspace-video__play-icon {
  transform: translate(-50%, -50%) scale(1.2);
  transition: transform 0.2s ease-out;
}
.videos-list .streetspace-video-item .streetspace-video__thumbnail {
  position: relative;
  width: 350px;
  height: 194px;
}
@media only screen and (max-width: 1080px) {
  .videos-list .streetspace-video-item .streetspace-video__thumbnail {
    width: 100%;
  }
}
.videos-list .streetspace-video-item .streetspace-video__thumbnail .streetspace-video__play-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-out;
}
.videos-list .streetspace-video-item .streetspace-video__thumbnail .streetspace-video__play-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}
.videos-list .streetspace-video-item .streetspace-video__thumbnail .streetspace-video__play-icon i {
  color: #fff; 
  font-size: 24px;
}
.videos-list .streetspace-video-item .streetspace-video__thumbnail .streetspace-video__play-icon.streetspace-video__play-icon--metrostor {
  background: rgba(237, 125, 49, 0.6);
}
.videos-list .streetspace-video-item .streetspace-video__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos-list .streetspace-video-item .streetspace-video__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 15px 20px 10px;
}
.videos-list .streetspace-video-item .video-content-block {
  padding: 10px 10px 10px;
}
.videos-list .streetspace-video-item .streetspace-video__content .streetspace-video__title {
  color: var(--wp--preset--color--theme-0);
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.3;
  margin-bottom: .5rem;
}
.videos-list .streetspace-video-item .streetspace-video__content .video-title-block {
  font-size: 17px;
}
.videos-list .streetspace-video-item .streetspace-video__content .streetspace-video__excerpt {
  font-family: 'Montserrat', sans-serif;
  font-size: var(--gutenverse-font-size-qqMrIh);
  font-weight: var(--gutenverse-font-weight-qqMrIh);
  color: var(--wp--preset--color--theme-2);
  font-variation-settings: "wght" 300;
}
.page-branding-metrostor .videos-list .streetspace-video-item .streetspace-video__thumbnail .streetspace-video__play-icon {
  background: rgba(237, 125, 49, 0.6);
}
.video-overlay {
  z-index: 9100;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.aspect-ratio {
  position: relative;
  width: 80%;
  aspect-ratio: 16/9;
}
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.main-footer .footer__cta {
  padding: 17px;
  background-color: #0a3784;
  color: #FFF;
}
.main-footer .footer__cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.main-footer .footer__cta-content .h2 {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
}
.main-footer .footer__cta-content .footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #FFF;
}
.main-footer .footer__cta-content .footer__socials .footer__social-link {
  display: block;
  width: 35px;
  color: inherit;
}
.main-footer .footer__cta-content .footer__socials .footer__social-link:hover {
  color: #EEE;
}
.main-footer .footer__cta-content .footer__subscribe-btn {
  padding: 11px 17px 9px;
  color: #0a3784 !important;
}
.main-footer .footer__cta-content .footer__subscribe-btn:hover {
  color: #FFF !important;
}
.main-footer .footer__links {
  padding: 60px 0;
  background-color: #333;
  color: #FFF;
}
.main-footer .footer__links .footer__links-content {
  display: flex;
  flex-direction: column;
  max-width: 1140px;
  margin: 0 auto;
}
.main-footer .footer__links .footer__links-content .footer__links-grid {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.main-footer .footer__links .footer__links-content .footer__links-grid .footer__links-ul {
  list-style: none;
}
.main-footer .footer__links .footer__links-content .footer__links-grid .footer__links-ul li {
  color: #FFF;
  margin-bottom: 3px;
}
.main-footer .footer__links .footer__links-content .footer__links-grid .footer__links-ul li a {
  color: inherit;
  text-decoration: none;
}
.main-footer .footer__links .footer__links-content .footer__links-grid .footer__links-ul li a:hover {
  color: #b4b4b4;
}
.main-footer .footer__links .footer__links-content .footer__copyright {
  padding: 26px 0 20px;
  display: flex;
  justify-content: space-between;
}
.main-footer .footer__links .footer__links-content .footer__copyright .footer__copyright-text {
  font-size: 12px;
  margin-bottom: 12px;
}

.page-branding-metrostor .main-footer .footer__cta {
  background-color: #ed7d31;
}
.page-branding-metrostor .main-footer .footer__cta .footer__cta-content .footer__subscribe-btn {
  color: #ed7d31 !important;
}
.page-branding-metrostor .main-footer .footer__cta .footer__cta-content .footer__subscribe-btn:hover {
  color: #FFF !important;
}

@media only screen and (max-width: 1140px) {
  .footer__cta .footer__cta-content {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .footer__links .footer__links-content .footer__links-grid {
    flex-direction: column;
    align-items: center;
  }
  .footer__links .footer__links-content .footer__links-grid .menu-footer-menu-left-container,
  .footer__links .footer__links-content .footer__links-grid .menu-footer-menu-right-container,
  .footer__links .footer__links-content .footer__links-grid .footer__links-ul {
    margin: 0;
    width: calc(100% - 40px);
    margin-bottom: 12px; 
  }
  .footer__copyright {
    flex-direction: column;
    align-items: center;
  }
}
.thanks-for-registering-box {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  background-color: #ed7d31;
  margin: 0 0 40px;
  padding: 30px 40px 30px;
}
.thanks-for-registering-box .btn-dont-show-again {
  display: inline;
  width: 250px;
}

.members-area__header {
  position: absolute;
  width: 100%;
  height: 44px;
  padding: 10px 20px 5px;
  background-color: #ed7d31;
}
.members-area__header a {
  color: #FFF !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.members-area__top-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
  padding-top: 44px;
  margin: 0;
  list-style: none;
  background-color: #f8f8f8;
}
.members-area__top-nav li a {
  display: block;
  text-decoration: none;
  color: #444444;
  font-size: 15px;
  padding: 6px 12px 5px;
}
.members-area__top-nav li a:hover {
  background-color: #FAFAFA;
}

.members-area-section {
  margin: 30px auto 50px;
}
.members-area-section .notifications-list {
  list-style: none;
}
.members-area-section .notifications-list .notifications-list__item {
  position: relative;
  background-color: #f8f8f8;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.members-area-section .notifications-list .notifications-list__item .notifications-list__btn-delete {
  position: absolute;
  right: 7px;
  top: 5px;
  width: 30px;
  height: 30px;
  background-image: url(../images/btn-members-area-close.svg);
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.members-area-section .notifications-list .notifications-list__item .notifications-list__btn-delete:hover {
  background-color: #FFF;
}
.members-area-section .notifications-list .notifications-list__item .notifications-list__date {
  font-size: 12px;
}
.members-area-section .notifications-list .notifications-list__item .notifications-list__content {
  color: #0a3784;
}

.members-area-section--downloads .download {
  display: block;
  margin-bottom: 20px;
}
.members-area-section--downloads .download .download__header {
  display: flex;
  justify-content: space-between;
  background-color: #0a3784;
  cursor: pointer;
}
.members-area-section--downloads .download .download__header h3 {
  position: relative;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  margin: 12px 22px 0;
}
.members-area-section--downloads .download .download__header .download__header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #00215a;
  cursor: pointer;
}
.members-area-section--downloads .download .download__header .download__header-btn .download__header-btn-icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease-out;
}
.members-area-section--downloads .download .download__header:hover .download__header-btn {
  background-color: transparent;
}
.members-area-section--downloads .download .download__content {
  display: none;
  background-color: #f8f8f8;
  padding: 30px;
}
.members-area-section--downloads .download .download__content h4 {
  color: #444444;
}
.members-area-section--downloads .download .download__content .product-specs-table__table {
  margin-bottom: 30px;
}
.members-area-section--downloads .download .download__content .product-specs-table__table .btn-download-file.disabled {
  color: #808080;
  cursor: default;
}
.members-area-section--downloads .download .download__content .product-specs-table__table .btn-download-file.disabled:hover {
  text-decoration: none;
}
.members-area-section--downloads .download .download__content .product-specs-table__table .btn-download-options {
  width: 20px;
  height: 20px;
  background-image: url(../images/btn-members-area-options.svg);
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.members-area-section--downloads .download .download__content .product-specs-table__table .options-column {
  position: relative;
}
.members-area-section--downloads .download .download__content .product-specs-table__table .options-column .download-options-menu {
  display: none;
  position: absolute;
  top: 3px;
  left: 40px;
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 3px 10px;
}
.members-area-section--downloads .download .download__content .product-specs-table__table .options-column .download-options-menu a {
  color: var(--wp--preset--color--theme-0);
  background-color: var(--wp--preset--color--theme-1);
  border: 1px solid var(--wp--preset--color--theme-1);
}
.members-area-section--downloads .download .download__content .product-specs-table__table .options-column .download-options-menu.active {
  display: block;
}
.members-area-section--downloads .download.active {
  margin-bottom: 50px;
}
.members-area-section--downloads .download.active .download__header .download__header-btn .download__header-btn-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease-out;
}
.members-area-section--downloads .download.branding-metrostor .download__header {
  background-color: #ed7d31;
}
.members-area-section--downloads .download.branding-metrostor .download__header-btn {
  background-color: #E06A1C;
}
.members-area-section--downloads .download.branding-metrostor .btn-download-file {
  color: #fff;
}

.members-area-settings {
  margin: 50px auto 20px;
}
.members-area-settings .settings-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding: 20px 20px;
}
.members-area-settings .settings-group select {
  width: 200px;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #CCC;
}
.members-area-settings .settings-group select:focus {
  outline: none;
  border: 1px solid #0a3784;
}
.members-area-settings .members-area-settings__save-btn-container {
  margin: 50px 0;
}
.members-area-settings .btn-delete-my-members-area {
  text-decoration: none;
  border: 1px solid #CCC;
  color: #D00;
  padding: 14px 28px;
}
.members-area-settings .btn-delete-my-members-area:hover {
  background-color: #D00;
  border: 1px solid #D00;
  color: #FFF;
}
.woocommerce-Address .woocommerce-Address-title h3 {
  margin-top: 0px;
}
.streetspace-overlay {
  z-index: 9990;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.8);
}

.streetspace-ajax-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}

.streetspace-ajax-spinner svg {
  /* animation: rotate-ajax-spinner 2s ease-in-out infinite both; */
  animation: rotate-ajax-spinner 1s cubic-bezier(0.645, 0.045, 0.355, 1) infinite both;
}

@keyframes rotate-ajax-spinner {
  0% {
    transform: scale(1) rotateZ(0);
  }
  100% {
    transform: scale(1) rotateZ(360deg);
  }
}
.info--settings-saved {
  color: green;
  font-size: 18px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  padding-bottom: 10px;
}

.streetspace-modal--error-message {
  font-size: 18px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  background-color: #FFF;
  color: #D00;
  padding: 30px 40px;
}

.streetspace-modal--tried-download-when-logged-out {
  display: flex;
  flex-direction: column;
  justify-items: center;
  gap: 10px;
  text-align: center;
}
.streetspace-modal--tried-download-when-logged-out span {
  color: #0a3784;
}
.streetspace-modal--tried-download-when-logged-out .modal-buttons {
  display: flex;
  gap: 20px;
}
.streetspace-modal--tried-download-when-logged-out .modal-buttons .btn-modal-tried-download {
  display: block;
}
.streetspace-modal--tried-download-when-logged-out .modal-buttons .btn-modal-tried-download--yes:hover {
  border: 2px solid #0a3784;
}
.streetspace-modal--tried-download-when-logged-out .modal-buttons .btn-modal-tried-download--no {
  border: 2px solid #f8f8f8;
}
.streetspace-modal--tried-download-when-logged-out .modal-buttons .btn-modal-tried-download--no:hover {
  border: 2px solid #0a3784;
}

.product-specs__tab-content p {
  font-size: 13px;
}

.product-specs-table {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 40px;
}
.product-specs-table .product-specs-table__image {
  flex: 0.25;
  border-radius: 12px;
}
.product-specs-table .product-specs-table__image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.product-specs-table .product-specs-table__table {
  flex: 0.9;
  flex-grow: 1;
  border-spacing: 0;
  border-collapse: separate;
}
.product-specs-table .product-specs-table__table tr.tableHeader {
  padding: 10px 0;
}
.product-specs-table .product-specs-table__table th {
  padding: 10px 12px;
  border-top: 1px solid #eae8e8;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.product-specs-table .product-specs-table__table th span {
  text-align: left;
  font-size: 11px;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
.product-specs-table .product-specs-table__table td {
  padding: 10px 12px;
  font-size: 12px;
  border-top: 1px solid #eae8e8;
}
.product-specs-table .product-specs-table__table td:first-of-type {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.product-specs-table .product-specs-table__table td a {
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 0px 5px;
  background-color: var(--wp--preset--color--theme-3);
  border: 1px solid var(--wp--preset--color--theme-3);
  font-weight: 300;
}
.product-specs-table .product-specs-table__table td a.btn-download-asset--disabled {
  background-color: var(--wp--preset--color--theme-5);
  border: 1px solid var(--wp--preset--color--theme-5);
}
.product-specs-table .product-specs-table__table td a.btn-download-asset--disabled:hover {
  cursor: default;
  color: #fff;
}
.section-bottom-of-products-page-links {
  padding: 50px 0;
  background: rgb(245, 245, 245);
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
}
.table-container-wrapper {
    position: relative;
    flex: 0.9;
    overflow-x: visible;
    scrollbar-width: thin;
    scrollbar-color: rgba(66,86,126,0.4) transparent;
}
.table-container-wrapper:hover {
  scrollbar-width: thin;
}
.table-container-wrapper::-webkit-scrollbar {
  height: 6px;
}
.table-container-wrapper::-webkit-scrollbar-button {
  display: none;
}
.table-container-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.table-container-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(66,86,126,0.3);
  border-radius: 999px;
  transition: background-color .2s ease;
}
/* Hide scrollbar by default, show on hover */
.table-container-wrapper {
  scrollbar-color: transparent transparent;
}
.table-container-wrapper::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.table-container-wrapper:hover {
  scrollbar-color: rgba(66,86,126,0.4) transparent;
}
.table-container-wrapper:hover::-webkit-scrollbar-thumb {
  background-color: rgba(66,86,126,0.4);
}
.table-container-wrapper:hover::-webkit-scrollbar-thumb {
  background-color: rgba(66, 86, 126, 0.4);
}
.table-container-wrapper:hover::-webkit-scrollbar-thumb:hover {
  background-color: rgba(66,86,126,0.6);
}
.table-container {
    overflow-x: auto;
    width: 100%;
    scroll-behavior: smooth;
}
/* Firefox */
.table-container {
  scrollbar-width: thin;
  scrollbar-color: rgba(157, 157, 157, 0.4) transparent;
}

/* WebKit (Chrome, Edge, Safari) */
.table-container::-webkit-scrollbar {
  height: 6px;
}
.table-container::-webkit-scrollbar-track {
  background: transparent;
}
.table-container::-webkit-scrollbar-thumb {
  background-color: rgba(66, 86, 126, 0.4);
  border-radius: 999px;
  transition: background-color .2s ease;
}
.table-container::-webkit-scrollbar-thumb:hover {
  background-color: rgba(66, 86, 126, 0.6);
}

.scroll-buttons {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: inline-flex;
  flex-direction: column;
  border-left: 2px solid var(--wp--preset--color--theme-3);
  background-color: #f8f8f8;
  padding: 10px 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 5px 30px;
  color: #444444;
  font-size: 15px;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--wp--preset--color--theme-3);
  color: var(--wp--preset--color--theme-1);
  border-radius: 2px;
}
.woocommerce-MyAccount-navigation-link.is-active {
  background-color: var(--wp--preset--color--theme-1);
  border-radius: 2px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  color: var(--wp--preset--color--theme-3);
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #444444;
  border: 2px solid #444444;
  border-radius: 99px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #444444;
  background-color: #FFF;
}
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 14px 28px;
    font-weight: 300;
    font-size: 14px;
    color: var(--wp--preset--color--theme-1);
    background: rgba(237, 125, 49, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(237, 125, 49, 1);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover {
  background: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(237, 125, 49, 1);
  padding: 14px 28px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.woocommerce-info {
  border-top-color: #ed7d31;
}
.woocommerce-info::before {
  color: #ed7d31;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.5em;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--wp--preset--color--theme-5);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 1em !important;
}
.woocommerce-EditAccountForm.edit-account fieldset {
  background-color: #f8f8f8;
  border: 1px solid #FAFAFA;
  outline: none;
  margin: 30px 0px 50px;
  padding: 20px;
}
.woocommerce-EditAccountForm.edit-account fieldset legend {
  background-color: #f8f8f8;
  padding: 5px 20px;
  margin-left: -20px;
}

.woocommerce div.product form.cart .button {
  display: inline-block;
  color: #444444;
  background-color: #444444;
  color: #FFF !important;
  border: 2px solid #444444;
  padding: 8px 35px 7px;
  font-size: 15px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 99px;
  cursor: pointer;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #FFF;
  color: #444444 !important;
}

.page-branding-metrostor .woocommerce div.product form.cart .button {
  color: #ed7d31;
  background-color: #ed7d31;
  border: 2px solid #ed7d31;
}
.page-branding-metrostor .woocommerce div.product form.cart .button:hover {
  background-color: #FFF;
  color: #ed7d31 !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-Price-currencySymbol,
.woocommerce-Price-amount.amount,
.woocommerce-Price-amount.amount bdi {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-variation-settings: "wght" 500 !important;
  color: #444444 !important;
}

.woocommerce-Price-currencySymbol {
  margin-right: 3px;
}

.page-branding-metrostor .woocommerce div.product p.price,
.page-branding-metrostor .woocommerce div.product span.price,
.page-branding-metrostor .woocommerce-Price-currencySymbol,
.page-branding-metrostor .woocommerce-Price-amount.amount,
.page-branding-metrostor .woocommerce-Price-amount.amount bdi {
  color: #ed7d31 !important;
}

.product_price_from {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-variation-settings: "wght" 500 !important;
  color: #444444 !important;
}
.product_price_from .product_price_from__price {
  font-size: 21px;
  font-weight: 700 !important;
  font-variation-settings: "wght" 700 !important;
  margin-left: 3px;
}
.product_price_from .product_price_from__exclvat {
  color: #808080;
  font-size: 14px;
}

.page-branding-metrostor .product_price_from {
  color: #ed7d31 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border: 4px solid #444444;
}

.page-branding-metrostor .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border: 4px solid #ed7d31;
}

.woocommerce-product-gallery .flex-viewport {
  pointer-events: none;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.fpf-fields-config-wrapper {
  display: none;
}

.ral-colour-input-field {
  display: block;
  background-color: #EEE;
  padding: 15px !important;
  margin: 15px 0 !important;
}

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
  height: 2em;
  width: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  display: block;
  content: "";
  animation: rotate-ajax-spinner 1s cubic-bezier(0.645, 0.045, 0.355, 1) infinite both;
  background: url("../images/logo-spinner.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
}

@keyframes rotate-ajax-spinner {
  0% {
    transform: scale(1) rotateZ(0);
  }
  100% {
    transform: scale(1) rotateZ(360deg);
  }
}
.streetspace-block-collection {
  background-color: #f8f8f8;
  margin: 0 0 50px;
  padding: 50px 0 80px;
}
.streetspace-block-collection.streetspace-block-collection--whitebg {
  background-color: #FFF;
}
.streetspace-block-collection.compressed {
  margin: 0;
  padding: 20px 0 20px;
}
.streetspace-block-collection.cards-slider {
  position: relative;
}
.streetspace-block-collection.cards-slider .arrow-next,
.streetspace-block-collection.cards-slider .arrow-prev {
  position: absolute;
  bottom: 45%;
  width: 30px;
  height: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
}
.streetspace-block-collection.cards-slider .streetspace-block-collection__slider-wrapper {
  position: relative;
}
.streetspace-block-collection.cards-slider .streetspace-block-collection__slider-wrapper .arrow-prev {
  left: -40px;
  background-image: url(../images/btn-arrow-prev-grey.svg);
}
.streetspace-block-collection.cards-slider .streetspace-block-collection__slider-wrapper .arrow-prev:hover {
  background-image: url(../images/btn-arrow-prev-blue.svg);
}
.streetspace-block-collection.cards-slider .streetspace-block-collection__slider-wrapper .arrow-next {
  right: -10px;
  background-image: url(../images/btn-arrow-next-grey.svg);
}
.streetspace-block-collection.cards-slider .streetspace-block-collection__slider-wrapper .arrow-next:hover {
  background-image: url(../images/btn-arrow-next-blue.svg);
}
.streetspace-block-collection.cards-slider .cards__slider {
  margin: 0;
  width: calc(100% - 40px);
  min-height: 160px;
  overflow: hidden;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper {
  width: 5000px;
  height: 100%;
  transition: transform 0.3s;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide {
  width: 252px;
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide a .cards__slide__image {
  height: 160px;
  overflow: hidden;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide a .cards__slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: 0.3s ease-out;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide a .cards__slide__content {
  padding: 8px 10px 8px;
  background-color: #FFF;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide a .cards__slide__content .cards__slide__title {
  font-size: 12px;
  color: #0a3784;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  transition: 0.3s;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide:hover {
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease-in-out;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide:hover .cards__slide__image img {
  transform: scale(1);
  transition: 0.3s;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide:hover .cards__slide__content .cards__slide__title {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  transition: 0.3s;
}
.streetspace-block-collection.cards-slider.cards-slider--colour .cards__slider .cards__slides-wrapper .cards__slide a .cards__slide__content {
  background-color: #444444;
}
.streetspace-block-collection.cards-slider.cards-slider--colour .cards__slider .cards__slides-wrapper .cards__slide a .cards__slide__content .cards__slide__title {
  color: #FFF;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery article {
  padding: 0;
  margin: 0;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery article:first-child {
  grid-area: 1/1/2/3;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery article:nth-child(2) {
  grid-area: 1/3/2/4;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery article:nth-child(3) {
  grid-area: 2/1/3/2;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery article:nth-child(4) {
  grid-area: 2/2/3/4;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery a .grid-item__image {
  overflow: hidden;
  aspect-ratio: auto;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery a .grid-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.streetspace-block-featured-gallery {
  margin: 0 0 50px;
}
.streetspace-block-featured-gallery .section-gallery-content {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, 230px);
  grid-gap: 15px;
}
.streetspace-block-featured-gallery .section-gallery-content .gallery__image-container {
  position: relative;
  margin: 0;
}
.streetspace-block-featured-gallery .section-gallery-content .gallery__image-container .gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.streetspace-block-featured-gallery .section-gallery-content .gallery__image-container figcaption {
  position: absolute;
  bottom: 0;
  margin: 0;
  font-size: 14px;
  padding: 5px 10px 4px;
  color: #FFF;
  width: 100%;
  text-align: center;
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.streetspace-block-featured-gallery .div1 {
  grid-area: 1/1/2/6;
}
.streetspace-block-featured-gallery .div2 {
  grid-area: 1/6/2/9;
}
.streetspace-block-featured-gallery .div3 {
  grid-area: 2/1/3/9;
}
.streetspace-block-featured-gallery .div4 {
  display: none;
}
.streetspace-block-featured-gallery .section-gallery-content--style2 .section-gallery-content {
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
}
.streetspace-block-featured-gallery .section-gallery-content--style2 .section-gallery-content .div1 {
  grid-area: 1/1/2/2;
}
.streetspace-block-featured-gallery .section-gallery-content--style2 .section-gallery-content .div2 {
  grid-area: 1/2/2/3;
}
.streetspace-block-featured-gallery .section-gallery-content--style2 .section-gallery-content .div3 {
  grid-area: 1/3/2/6;
}
.streetspace-block-featured-gallery .section-gallery-content--style2 .section-gallery-content .div4 {
  display: none;
}
.streetspace-block-featured-gallery .section-gallery-content--style3 .section-gallery-content {
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.streetspace-block-featured-gallery .section-gallery-content--style3 .section-gallery-content .div1 {
  grid-area: 1/1/2/7;
}
.streetspace-block-featured-gallery .section-gallery-content--style3 .section-gallery-content .div2 {
  grid-area: 1/7/2/10;
}
.streetspace-block-featured-gallery .section-gallery-content--style3 .section-gallery-content .div3 {
  grid-area: 2/1/3/4;
}
.streetspace-block-featured-gallery .section-gallery-content--style3 .section-gallery-content .div4 {
  grid-area: 2/4/3/10;
  display: block;
}

.streetspace-block-featured-video {
  padding: 50px 0;
  background-color: #FFF;
}
.streetspace-block-featured-video.streetspace-block-featured-video--style-metrostor .streetspace-block-featured-video-content .featured-video__video .featured-video__video-play-icon {
  background: rgba(237, 125, 49, 0.6);
}
.streetspace-block-featured-video.streetspace-block-featured-video--style-metrostor .streetspace-block-featured-video-content .featured-video__details .featured-video__title {
  color: #ed7d31;
}
.streetspace-block-featured-video.streetspace-block-featured-video--style-metrostor .streetspace-block-featured-video-content .btn-primary {
  background-color: #ed7d31;
  border-color: #ed7d31;
}
.streetspace-block-featured-video.streetspace-block-featured-video--style-metrostor .streetspace-block-featured-video-content .btn-primary:hover {
  background-color: #FFF;
  color: #ed7d31;
}
.streetspace-block-featured-video.streetspace-block-featured-video--background-grey {
  background-color: #F2F2F2;
}
.streetspace-block-featured-video.streetspace-block-featured-video--video-right .streetspace-block-featured-video-content {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 600px) {
  .streetspace-block-featured-video .streetspace-block-featured-video-content {
    flex-direction: column !important;
  }
}
.streetspace-block-featured-video .streetspace-block-featured-video-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__video {
  position: relative;
  flex: 1;
  display: flex;
  width: auto;
  max-height: 40%;
  overflow: hidden;
  cursor: pointer;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__video .featured-video__video-play-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-out;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__video .featured-video__video-play-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #FFF;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__video:hover .featured-video__video-play-icon {
  transform: translate(-50%, -50%) scale(1.2);
  transition: transform 0.2s ease-out;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__video .featured-video__video__thumb {
  width: 100%;
  aspect-ratio: 160/88;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.4s ease-out;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__video:hover .featured-video__video__thumb {
  transform: scale(1);
  transition: transform 0.4s ease-out;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__details {
  flex: 1;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__details .featured-video__title {
  font-size: 22px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #0a3784;
  margin-bottom: 10px;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__details .featured-video__text {
  text-align: justify;
  margin-bottom: 20px;
}

.streetspace-block-featured-canopy {
  background-color: #f8f8f8;
  padding: 50px 0 20px;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-bottom: 30px;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery .streetspace-block-featured-canopy__gallery-main-image-container {
  max-height: 440px;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery .streetspace-block-featured-canopy__gallery-main-image-container img {
  height: 440px;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery .streetspace-block-featured-canopy__gallery-thumbnails {
  display: flex;
  gap: 8px;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery .streetspace-block-featured-canopy__gallery-thumbnails .streetspace-block-featured-canopy__gallery-thumbnail {
  aspect-ratio: 16/9;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery .streetspace-block-featured-canopy__gallery-thumbnails .streetspace-block-featured-canopy__gallery-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery-title {
  font-size: 18px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery-points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery-points li {
  position: relative;
  font-size: 15px;
  color: #525252;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery-points li:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 4px;
  right: -30px;
  width: 1px;
  height: 13px;
  background-color: #CDCDCD;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery-text {
  margin: 50px auto 0;
  font-size: 16px;
  width: 80%;
  max-width: 700px;
  text-align: center;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.streetspace-block-intro {
  padding: 50px 100px 35px;
}
@media only screen and (max-width: 1080px) {
  .streetspace-block-intro {
    padding: 30px 50px 35px;
  }
}
@media only screen and (max-width: 700px) {
  .streetspace-block-intro {
    padding: 10px 20px 25px;
  }
}
@media only screen and (max-width: 768px) {
  .product-specs-table {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .scroll-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .scroll-button {
    background-color: #ed7d31;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 10;
  }
  .scroll-button.disabled {
    background-color: rgba(0, 0, 0, 0.2);
    cursor: not-allowed;
  }
  div.content-html {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
.streetspace-block-intro.streetspace-block-intro--background-grey {
  background-color: #f8f8f8;
}
.streetspace-block-intro .streetspace-block-intro__text {
  text-align: center;
  color: #0a3784;
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.streetspace-block-intro.streetspace-block-intro--style-metrostor .streetspace-block-intro__text {
  color: #ed7d31;
}
.streetspace-block-intro.streetspace-block-intro--style-grey .streetspace-block-intro__text {
  color: #808080;
}

.streetspace-block-quote {
  padding: 50px;
}
.streetspace-block-quote .streetspace-block-quote__inside-container {
  position: relative;
  max-width: 680px;
  margin: auto;
}
.streetspace-block-quote .streetspace-block-quote__inside-container::before {
  content: url(../images/quote-start-grey.svg);
  position: absolute;
  left: -60px;
  top: 0;
  width: 45px;
  height: 38px;
  opacity: 0.7;
}
.streetspace-block-quote .streetspace-block-quote__inside-container::after {
  content: url(../images/quote-end-grey.svg);
  position: absolute;
  right: -47px;
  bottom: 40px;
  width: 45px;
  height: 38px;
  opacity: 0.7;
}
.streetspace-block-quote .streetspace-block-quote__inside-container blockquote {
  padding: 20px 0;
  color: #0a3784;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.streetspace-block-quote .streetspace-block-quote__inside-container cite {
  color: #0a3784;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.streetspace-block-quote .streetspace-block-quote__inside-container cite span {
  display: block;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  margin: -5px 0 0;
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-grey {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-grey .container {
  background-color: #f8f8f8;
  padding: 50px;
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-blue {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-blue .container {
  background-color: #0a3784;
  padding: 50px;
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container::before {
  content: url(../images/quote-start-white.svg);
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container::after {
  content: url(../images/quote-end-white.svg);
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container blockquote {
  color: #FFF;
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container cite, .streetspace-block-quote.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container cite span {
  color: #f8f8f8;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor .streetspace-block-quote__inside-container cite,
.streetspace-block-quote.streetspace-block-quote--style-metrostor .streetspace-block-quote__inside-container blockquote {
  color: #ed7d31;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-grey {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-grey .container {
  background-color: #f8f8f8;
  padding: 50px;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-grey .streetspace-block-quote__inside-container cite,
.streetspace-block-quote.streetspace-block-quote--style-metrostor-grey .streetspace-block-quote__inside-container blockquote {
  color: #ed7d31;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-orange {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-orange .container {
  background-color: #ed7d31;
  padding: 50px;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container::before {
  content: url(../images/quote-start-white.svg);
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container::after {
  content: url(../images/quote-end-white.svg);
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container blockquote {
  color: #FFF;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container cite, .streetspace-block-quote.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container cite span {
  color: #f8f8f8;
}
.streetspace-block-quote.streetspace-block-quote--view-compressed {
  padding: 30px 50px;
  margin: 10px auto;
}
.streetspace-block-quote.streetspace-block-quote--view-compressed .container {
  margin: -20px auto;
  padding: 0;
}
.streetspace-block-quote.streetspace-block-quote--view-compressed .streetspace-block-quote__inside-container {
  max-width: 880px;
}
.streetspace-block-quote.streetspace-block-quote--view-compressed blockquote {
  font-size: 16px;
}

.streetspace-block-testimonial-slider {
  background-color: var(--wp--preset--color--theme-4);
  margin: 0px 0;
  padding: 40px 0 30px;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--prev-btn,
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 30px;
  cursor: pointer;
  font-size: 28px;
  color: #f58220;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--prev-btn,
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--next-btn {
    display: none;
  }
}
/*@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--prev-btn,
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--next-btn {
    display: none;
  }
}*/
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--prev-btn {
  left: -30px;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--next-btn {
  right: -30px;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--prev-btn:hover,
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--next-btn:hover {
  color: #999;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content {
  overflow: hidden;
  width: calc(100% - 120px);
  transform: translateX(60px);
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content {
    transform: translateX(10px);
    width: calc(100% - 20px);
  }
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper {
  display: flex;
  width: 100%;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-basis: 100%;
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide {
    flex-direction: column;
  }
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-logo {
  flex: 0.2;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-logo img {
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-logo {
    width: 50%;
  }
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container {
  flex: 0.8;
  margin-left: 40px;
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container {
    margin-left: 0;
  }
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container {
  width: calc(100% - 100px);
  position: relative;
  max-width: 680px;
  margin: auto;
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container {
    width: 100%;
  }
}
/*.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container::before {
  content: url(../images/quote-start-grey.svg);
  position: absolute;
  left: -60px;
  top: 0;
  width: 45px;
  height: 38px;
  opacity: 0.7;
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container::before {
    display: none;
  }
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container::after {
  content: url(../images/quote-end-grey.svg);
  position: absolute;
  right: -47px;
  bottom: 40px;
  width: 45px;
  height: 38px;
  opacity: 0.7;
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container::after {
    display: none;
  }
}*/
.streetspace-block-testimonial-slider__slide-inside-container i.gtn-quote1-light {
  position: absolute;
  right: -47px;
  bottom: 40px;
  font-size: 35px;
  color: var(--wp--preset--color--theme-3);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .streetspace-block-testimonial-slider__slide-inside-container i.gtn-quote1-light {
    right: 0px;
    bottom: 0px;
  }
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container blockquote {
  padding: 20px 0;
  font-size: 16px;
  color: var(--wp--preset--color--theme-2);
  font-family: 'Montserrat', sans-serif;
  font-weight: var(--gutenverse-font-weight-0QMnTd);
  line-height: 1.62em;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container cite {
  color: #0a3784;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container cite span {
  display: block;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  margin: -5px 0 0;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-grey {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-grey .container {
  background-color: #f8f8f8;
  padding: 50px;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-blue {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-blue .container {
  background-color: #0a3784;
  padding: 50px;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container::before {
  content: url(../images/quote-start-white.svg);
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container::after {
  content: url(../images/quote-end-white.svg);
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container blockquote {
  color: #FFF;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container cite, .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container cite span {
  color: #f8f8f8;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor .streetspace-block-quote__inside-container cite,
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor .streetspace-block-quote__inside-container blockquote {
  color: #ed7d31;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-grey {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-grey .container {
  background-color: #f8f8f8;
  padding: 50px;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-grey .streetspace-block-quote__inside-container cite,
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-grey .streetspace-block-quote__inside-container blockquote {
  color: #ed7d31;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-orange {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-orange .container {
  background-color: #ed7d31;
  padding: 50px;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container::before {
  content: url(../images/quote-start-white.svg);
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container::after {
  content: url(../images/quote-end-white.svg);
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container blockquote {
  color: #FFF;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container cite, .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container cite span {
  color: #f8f8f8;
}

.streetspace-block-download-case-study {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 40px 0 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 20px auto;
  overflow: hidden;
}
.streetspace-block-download-case-study .streetspace-block-download-case-study__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 55, 132, 0.6);
}
.streetspace-block-download-case-study .streetspace-block-download-case-study__title {
  z-index: 5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.streetspace-block-download-case-study__text {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}
.streetspace-block-download-case-study__button-wrapper .streetspace-block-download-case-study__download-button {
  padding-top: 12px;
  padding-right: 40px;
  padding-bottom: 12px;
  padding-left: 40px;
  border: 1px solid #ed7d31 !important;
  background: rgba(237, 125, 49, 1);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(237, 125, 49, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.streetspace-block-download-case-study .streetspace-block-download-case-study__main {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 40px;
  padding: 40px 50px;
  padding: 15px 50px;
  flex-direction: row;
  width: 60%;
  max-width: 900px;
}
.streetspace-block-download-case-study .streetspace-block-download-case-study__main .streetspace-block-download-case-study__image {
  width: 280px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.streetspace-block-download-case-study .streetspace-block-download-case-study__main .streetspace-block-download-case-study__button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 15px;
  padding: 0 20px;
}
.streetspace-block-download-case-study__title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.streetspace-block-download-case-study .streetspace-block-download-case-study__main .streetspace-block-download-case-study__button-wrapper .streetspace-block-download-case-study__pdf-icon svg {
  width: 28px;
  height: 32px;
  flex-shrink: 0;
}
@media only screen and (max-width: 710px) {
    .streetspace-block-download-case-study .streetspace-block-download-case-study__main {
        flex-direction: column;
        padding: 15px 20px;
    }
    .streetspace-block-download-case-study .streetspace-block-download-case-study__title {
        padding: 0 20px;
    }
}
.streetspace-block-download-case-study.streetspace-block-download-case-study--style-metrostor .streetspace-block-download-case-study__overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(1px);
}

.streetspace-block-table-with-image {
  padding: 50px;
}
.streetspace-block-table-with-image .container {
  display: flex;
}
.streetspace-block-table-with-image .container .streetspace-block-table-with-image__image-container {
  flex: 0.65;
  height: 420px;
}
.streetspace-block-table-with-image .container .streetspace-block-table-with-image__image-container .streetspace-block-table-with-image__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
}
.streetspace-block-table-with-image .container .streetspace-block-table-with-image__table-container {
  flex: 0.35;
  background-color: #f8f8f8;
  padding: 30px;
}
.streetspace-block-table-with-image .container .streetspace-block-table-with-image__table-container .streetspace-block-table-with-image__table td, .streetspace-block-table-with-image .container .streetspace-block-table-with-image__table-container .streetspace-block-table-with-image__table th {
  padding: 5px 10px 20px 0;
  vertical-align: baseline;
}
.streetspace-block-table-with-image .container .streetspace-block-table-with-image__table-container .streetspace-block-table-with-image__table td:first-child {
  color: #0a3784;
  padding-right: 40px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.streetspace-block-table-with-image.streetspace-block-table-with-image--hide-image {
  padding: 0 0 30px;
  margin: 0 -15px;
}
.streetspace-block-table-with-image.streetspace-block-table-with-image--hide-image .streetspace-block-table-with-image__table-container {
  flex: 1;
}
.streetspace-block-table-with-image.streetspace-block-table-with-image--hide-image .streetspace-block-table-with-image__table-container .streetspace-block-table-with-image__table td {
  padding: 0 5px 10px 0;
}
.streetspace-block-table-with-image.streetspace-block-table-with-image--hide-image .streetspace-block-table-with-image__table-container .streetspace-block-table-with-image__table td:first-child {
  width: 130px;
}
.streetspace-block-table-with-image.streetspace-block-table-with-image--style-metrostor .streetspace-block-table-with-image__table-container .streetspace-block-table-with-image__table td:first-child {
  color: #ed7d31;
}

.streetspace-block-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
.streetspace-block-video .streetspace-block-video__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video {
  display: block;
  position: relative;
  flex: 1;
  width: 400px;
  height: 220px;
  overflow: hidden;
  cursor: pointer;
}
.streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video .streetspace-block-video__image {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.4s ease-out;
}
.streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video:hover .streetspace-block-video__image {
  transform: scale(1);
  transition: transform 0.4s ease-out;
}
.streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video .streetspace-block-video__play-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transform: translate(-50%, -70%) scale(1);
  transition: transform 0.2s ease-out;
}
.streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video .streetspace-block-video__play-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #FFF;
}
.streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video:hover .streetspace-block-video__play-icon {
  transform: translate(-50%, -70%) scale(1.2);
  transition: transform 0.2s ease-out;
}
.streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video .streetspace-block-video__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 15px 6px;
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #FFF;
  text-align: center;
}

@media only screen and (max-width: 930px) {
  .streetspace-block-video .streetspace-block-video__container {
    flex-direction: column;
  }
  .streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video {
    height: 100px !important;
  }
}
.streetspace-block-video__transcript {
  display: none;
  z-index: 9120;
  position: fixed;
  top: 0;
  left: 50%;
  width: 800px;
  height: 100%;
  transform: translateX(-50%);
  flex-direction: column;
  overflow: scroll;
  background-color: #000;
  transition: all 0.6s;
}
.streetspace-block-video__transcript.active {
  display: flex;
}
.streetspace-block-video__transcript.streetspace-block-video__transcript--hide-text {
  width: 80vw;
  height: 600px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}
.streetspace-block-video__transcript.streetspace-block-video__transcript--hide-text .streetspace-block-video__transcript__video {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.streetspace-block-video__transcript.streetspace-block-video__transcript--hide-text .streetspace-block-video__transcript__text {
  height: 0;
  padding: 0;
  transition: all 0.6s;
}
.streetspace-block-video__transcript .streetspace-block-video__transcript__video {
  z-index: 9120;
  display: flex;
  width: 100%;
  height: 30vh;
  transition: all 0.6s;
}
.streetspace-block-video__transcript .streetspace-block-video__transcript__text {
  z-index: 9120;
  display: block;
  height: 70vh;
  background-color: #FFF;
  padding: 30px;
  overflow-y: scroll;
  transition: all 0.6s;
}

.streetspace-block-video__transcript__buttons {
  z-index: 9125;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 2px;
  cursor: pointer;
}
.streetspace-block-video__transcript__buttons .streetspace-block-video__transcript__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  height: 60px;
  padding: 10px 20px;
  background-color: #0a3784;
  color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
}
.streetspace-block-video__transcript__buttons .streetspace-block-video__transcript__btn:hover {
  background-color: #00215a;
}
.streetspace-block-video__transcript__buttons .streetspace-block-video__transcript__btn--close-modal {
  width: 60px;
  background-image: url(../images/btn-modal-close.svg);
}

.video-modal-overlay {
  z-index: 9100;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.85;
}

.streetspace-block-single-video .streetspace-block-single-video__video_container {
  position: relative;
  width: 400px;
  height: 220px;
  overflow: hidden;
  cursor: pointer;
}
.streetspace-block-single-video .streetspace-block-single-video__video_container .video_container__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.4s ease-out;
}
.streetspace-block-single-video .streetspace-block-single-video__video_container:hover .video_container__image {
  transform: scale(1);
  transition: transform 0.4s ease-out;
}
.streetspace-block-single-video .streetspace-block-single-video__video_container .video_container__play-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transform: translate(-50%, -70%) scale(1);
  transition: transform 0.2s ease-out;
}
.streetspace-block-single-video .streetspace-block-single-video__video_container .video_container__play-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #FFF;
}

.streetspace-block-related-case-studies {
  padding: 50px 0;
  background: #f8f8f8;
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
}

.streetspace-block-logo-slider {
  margin: 20px 0;
  padding-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .streetspace-block-logo-slider {
    margin: 0;
  }
}
.streetspace-block-logo-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
}
.streetspace-block-logo-slider .swiper-slide img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  margin: 0px 0 -16px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #808080;
  width: 20px;
  height: 20px;
  border-radius: 99px;
  transition: all 0.5s ease-out;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0a3784;
  width: 40px;
  transition: all 0.5s ease-out;
}

.swiper-wrapper {
  transition-timing-function: linear;
}
.streetspace-block-button {
    margin: 0;
}
.wp-block-button {
    margin-right: 16px;
}
.streetspace-block-button {
  display: inline-block;
  padding: 12px 26px;
  font-size: 15px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px;
  cursor: pointer;
  background-color: #0a3784;
  color: #FFF !important;
  border: 2px solid #0a3784;
}
.streetspace-block-button:hover {
  background-color: #FFF;
  color: #0a3784 !important;
}
.streetspace-block-button.streetspace-block-button--style-secondary {
  color: #808080;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
.streetspace-block-button.streetspace-block-button--style-secondary:hover {
  background-color: #FFF;
  color: #ed7d31 !important;
}
.streetspace-block-button.streetspace-block-button--style-metrostor {
  background-color: var(--wp--preset--color--theme-3);
  border: 1px solid var(--wp--preset--color--theme-3);
}
.streetspace-block-button.streetspace-block-button--style-metrostor:hover {
  background-color: #FFF;
  color: #ed7d31 !important;
}
.btn .cta-button-outline {
  padding: 12px 26px;
  border: 1px solid var(--wp--preset--color--theme-3);
  border-radius: 0px;
}
.btn .cta-button-outline:hover {
  background-color: var(--wp--preset--color--theme-3);
  color: var(--wp--preset--color--theme-1);
}
.gravity-popup-button {
  background-color: #ed7d31;
  border: 1px solid #ed7d31;
}
.gravity-popup-button:hover {
  background-color: #FFF;
  color: #ed7d31 !important;
}

.streetspace-block-gallery {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: 20px 0;*/
  margin-bottom: 80px;
  background: rgb(245, 245, 245);
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container {
  width: 100%;
  height: 580px;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container {
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container .streetspace-block-gallery__btn-enlarge {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-image: url(../images/btn-icon-enlarge.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #FFF;
  cursor: pointer;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container .streetspace-block-gallery__btn-enlarge:hover {
  background-color: rgba(10, 55, 132, 0.8);
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container .streetspace-block-gallery__main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container .streetspace-block-gallery__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 15px 6px;
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #FFF;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnail-container {
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  height: 100px;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnail-container.active {
  box-shadow: 0px 10px 35px -15px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnail-container .streetspace-block-gallery__thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transition: transform 0.2s ease-out;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnail-container .streetspace-block-gallery__thumbnail:hover {
  transform: scale(1);
  transition: transform 0.2s ease-out;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery {
  background: none;
  margin: 0 0 20px;
  padding-top: 0;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery .streetspace-block-gallery__inside-container {
  height: unset;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container {
  height: 330px;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails {
  grid-template-columns: repeat(4, 1fr);
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnail-container {
  height: 80px;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider {
  background: none;
  margin: 0 0 20px;
  padding-top: 0;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container {
  height: unset;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container {
  height: 330px;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery--mini-gallery-slider__buttons {
  position: absolute;
  width: 100%;
  bottom: 49px;
  left: 0;
  cursor: pointer;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery--mini-gallery-slider__buttons .streetspace-block-gallery--mini-gallery-slider__btn--prev {
  position: absolute;
  left: -10px;
  width: 16px;
  height: 18px;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery--mini-gallery-slider__buttons .streetspace-block-gallery--mini-gallery-slider__btn--next {
  position: absolute;
  right: -10px;
  width: 16px;
  height: 18px;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery--mini-gallery-slider__buttons .streetspace-block-gallery--mini-gallery-slider__btn--next.disabled {
  background-image: url(../images/btn-arrow-next-grey-light.svg) !important;
  cursor: default;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery--mini-gallery-slider__buttons .streetspace-block-gallery--mini-gallery-slider__btn--prev:hover {
  color: var(--wp--preset--color--theme-3);
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery--mini-gallery-slider__buttons .streetspace-block-gallery--mini-gallery-slider__btn--next:hover {
  color: var(--wp--preset--color--theme-3);
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnails-slider-wrapper {
  display: block;
  position: relative;
  width: 5000px;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnails-slider-wrapper .streetspace-block-gallery__thumbnail-container {
  height: 85px;
  float: left;
  padding-right: 10px;
}

.page-branding-metrostor .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container .streetspace-block-gallery__btn-enlarge {
  background-color: rgba(237, 125, 49, 0.6);
}
.page-branding-metrostor .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container .streetspace-block-gallery__btn-enlarge:hover {
  background-color: rgba(237, 125, 49, 0.8);
}
.page-branding-metrostor .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container .streetspace-block-gallery__caption {
  background: rgba(237, 125, 49, 0.6);
}

.streetspace-block-gallery__image-enlarged {
  z-index: 125;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-height: calc(100vh - 120px);
  max-width: calc(105vw - 120px);
  -o-object-fit: contain;
     object-fit: contain;
}

.streetspace-block-gallery__enlarged-gallery__caption {
  position: fixed;
  z-index: 9998;
}

.streetspace-block-gallery__buttons {
  z-index: 125;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 2px;
  cursor: pointer;
}
.streetspace-block-gallery__buttons .streetspace-block-gallery__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  height: 60px;
  padding: 10px 20px;
  color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
}
.streetspace-block-gallery__buttons .streetspace-block-gallery__btn--close-modal {
  width: 60px;
  background-image: url(../images/btn-modal-close.svg);
}

.streetspace-block-gallery__btn--prev,
.streetspace-block-gallery__btn--next {
  z-index: 125;
  position: fixed;
  top: calc(50% - 30px);
  left: 0;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.streetspace-block-gallery__btn--prev {
  left: 0;
  background-image: url(../images/btn-arrow-prev.svg);
}

.streetspace-block-gallery__btn--next {
  left: calc(100% - 60px);
  background-image: url(../images/btn-arrow-next.svg);
}

.streetspace-block-product-model-variants {
  padding: 50px 30px;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 600px) {
  .streetspace-block-product-model-variants {
    padding: 30px 0;
  }
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list {
  list-style: none;
  margin: 0;
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #FFF;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item {
    flex-direction: column;
  }
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item:hover {
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease-in-out;
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item .variant-item__thumb {
  display: flex;
  flex: 1;
  width: 100%;
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item .variant-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item .variant-item__thumb img {
    height: 80%;
  }
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item .variant-item__details {
  flex: 2;
  padding: 20px 30px;
}
@media only screen and (max-width: 600px) {
  .streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item .variant-item__details {
    padding: 0 20px 20px;
    margin-top: -20px;
  }
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item .variant-item__details .variant-item__title {
  color: #444444;
  font-size: 21px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item .variant-item__details .variant-item__description {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.streetspace-block-product-model-variants.streetspace-block-product-model-variants--grid-layout .streetspace-block-product-model-variants-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.streetspace-block-product-model-variants.streetspace-block-product-model-variants--grid-layout .streetspace-block-product-model-variants-list .variant-item {
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 10px;
}
.streetspace-block-product-model-variants.streetspace-block-product-model-variants--grid-layout .streetspace-block-product-model-variants-list .variant-item .variant-item__thumb {
  width: 100%;
}

.streetspace-block-product-design-features {
  padding: 50px 30px 20px;
  background-color: #f8f8f8;
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
}
.streetspace-block-product-design-features.streetspace-block-product-design-features--with-bg {
  padding: 400px 0px 40px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.streetspace-block-product-design-features.streetspace-block-product-design-features--with-bg .streetspace-block-product-highlights__title {
  display: block;
  font-weight: 100;
  font-variation-settings: "wght" 100;
  font-size: 48px;
  color: #FFF;
  margin-bottom: 40px;
  text-shadow: 1px 1px 5px #000;
}
.streetspace-block-product-design-features.streetspace-block-product-design-features--with-bg .streetspace-block-product-design-features-list .feature-item .feature-item__details .feature-item__title {
  color: #FFF;
}
.streetspace-block-product-design-features.streetspace-block-product-design-features--with-bg .streetspace-block-product-design-features-list .feature-item .feature-item__details .feature-item__description {
  color: #FFF;
}
.streetspace-block-product-design-features .streetspace-block-product-design-features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .streetspace-block-product-design-features .streetspace-block-product-design-features-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.streetspace-block-product-design-features .streetspace-block-product-design-features-list .feature-item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.streetspace-block-product-design-features .streetspace-block-product-design-features-list .feature-item .feature-item__thumb {
  display: flex;
  flex: 1;
  width: 48px;
  height: 48px;
  min-width: 48px;
}
.streetspace-block-product-design-features .streetspace-block-product-design-features-list .feature-item .feature-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.streetspace-block-product-design-features .streetspace-block-product-design-features-list .feature-item .feature-item__details {
  flex: 7;
  padding-right: 20px;
}
.streetspace-block-product-design-features .streetspace-block-product-design-features-list .feature-item .feature-item__details .feature-item__title {
  color: #0a3784;
  font-size: 15px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  margin: 0 0 5px;
}
.streetspace-block-product-design-features .streetspace-block-product-design-features-list .feature-item .feature-item__details .feature-item__description {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}
.streetspace-block-product-design-features.streetspace-block-product-model-features--grid-layout .streetspace-block-product-model-features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.streetspace-block-product-design-features.streetspace-block-product-model-features--grid-layout .streetspace-block-product-model-features-list .feature-item {
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 10px;
}
.streetspace-block-product-design-features.streetspace-block-product-model-features--grid-layout .streetspace-block-product-model-features-list .feature-item .feature-item__thumb {
  width: 100%;
}

.streetspace-block-product-specs-tabs {
  padding: 50px;
}
@media only screen and (max-width: 900px) {
  .streetspace-block-product-specs-tabs {
    padding: 10px;
  }
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #0a3784;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles .tabs-title {
  flex: 1 1 auto;
  text-align: center;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles .tabs-title a {
  display: block;
  color: #808080;
  background-color: #FFF;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles .tabs-title a:hover {
  color: #0a3784;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles .tabs-title.active a {
  color: #FFF;
  background-color: #0a3784;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list {
  list-style: none;
  margin: 0;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab {
  display: none;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab.active {
  display: block;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-bottom {
  margin-bottom: 30px;
  font-size: 13px !important;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top .model-text,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top p, .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top a, .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top b, .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top strong, .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top span,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-bottom .model-text,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-bottom p,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-bottom a,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-bottom b,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-bottom strong,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-bottom span {
  font-size: 13px !important;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top {
  margin-top: 20px;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab h4 {
  font-size: 15px;
  margin-bottom: 5px; 
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-list .content-list__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 900px) {
  .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-list .content-list__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-list .content-list__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-list .content-list__list .content-list__list-item ul {
  margin: 0 0 30px 20px;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-list .content-list__list .content-list__list-item ul li {
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 1.3;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .product-specs-tab__design-series {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .product-specs-tab__design-series {
    flex-direction: column;
    gap: 0;
    margin: 0 auto 20px;
  }
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .product-specs-tab__design-series .product-specs-tab__design-series__image {
  flex: 0.35;
}
@media only screen and (max-width: 600px) {
  .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .product-specs-tab__design-series .product-specs-tab__design-series__image {
    padding: 0;
  }
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .product-specs-tab__design-series .product-specs-tab__design-series__content {
  flex: 0.65;
}

.page-branding-metrostor .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles {
  border-bottom: 1px solid #ed7d31;
}
.page-branding-metrostor .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles .tabs-title a:hover {
  color: #ed7d31;
}
.page-branding-metrostor .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles .tabs-title.active a {
  color: #FFF;
  background-color: #ed7d31;
}

.streetspace-block-cta {
  background-color: #0a3784;
  padding: 50px 20px;
}
.streetspace-block-cta .streetspace-block-cta__title {
  font-size: 28px;
  color: #FFF;
  margin-bottom: 40px;
}
.streetspace-block-cta .streetspace-block-cta__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.streetspace-block-cta .streetspace-block-cta__buttons .cta-button-primary {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  padding: 20px 40px 20px 40px;
  line-height: 1;
  border: 1px solid #FFF;
  border-radius: 0px;
}
.streetspace-block-cta .streetspace-block-cta__buttons .cta-button-primary:hover {
  background-color: #fff;
  color: var(--wp--preset--color--theme-3);
}
.streetspace-block-cta .streetspace-block-cta__buttons .cta-button-outline {
  padding: 8px 50px 7px;
  color: #FFF;
  border: 2px solid #FFF;
}
.streetspace-block-cta .streetspace-block-cta__buttons .cta-button-outline:hover {
  color: #444444;
  background-color: #FFF;
}
.streetspace-block-cta.streetspace-block-cta--style-metrostor {
  background-color: #ed7d31;
}

.streetspace-block-product-highlights {
  background-color: #444444;
  padding: 400px 0 20px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.streetspace-block-product-highlights .streetspace-block-product-highlights__content .streetspace-block-product-highlights__title {
  display: block;
  font-size: 48px;
  color: #FFF;
  margin-bottom: 40px;
  text-shadow: 1px 1px 5px #000;
}
.streetspace-block-product-highlights .streetspace-block-product-highlights__content .streetspace-block-product-highlights__list {
  display: block;
  list-style: none;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.streetspace-block-product-highlights .streetspace-block-product-highlights__content .streetspace-block-product-highlights__list .streetspace-block-product-highlights__list-item {
  display: flex;
  margin-bottom: 20px;
}
.streetspace-block-product-highlights .streetspace-block-product-highlights__content .streetspace-block-product-highlights__list .streetspace-block-product-highlights__list-item .streetspace-block-product-highlights__list-item__image {
  flex: 0.2;
}
.streetspace-block-product-highlights .streetspace-block-product-highlights__content .streetspace-block-product-highlights__list .streetspace-block-product-highlights__list-item .streetspace-block-product-highlights__list-item__image img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.streetspace-block-product-highlights .streetspace-block-product-highlights__content .streetspace-block-product-highlights__list .streetspace-block-product-highlights__list-item .streetspace-block-product-highlights__list-item__text {
  flex: 0.8;
  color: #FFF;
  font-size: 13px;
  line-height: 1.3;
}
.streetspace-block-product-highlights .streetspace-block-product-highlights__content .streetspace-block-product-highlights__list .streetspace-block-product-highlights__list-item .streetspace-block-product-highlights__list-item__text h4 {
  color: #FFF;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 3px;
}

.streetspace-block-counter-animation {
  background-color: #f8f8f8;
  padding: 30px 0 30px;
}
.streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list {
    flex-direction: column;
  }
}
.streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list .streetspace-block-counter-animation__list-divider {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 20px;
  flex: 1;
}
@media only screen and (max-width: 500px) {
  .streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list .streetspace-block-counter-animation__list-divider {
    flex-direction: column;
  }
}
.streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list .streetspace-block-counter-animation__list-divider .streetspace-block-counter-animation__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list .streetspace-block-counter-animation__list-divider .streetspace-block-counter-animation__list-item .list-item-icon,
.streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list .streetspace-block-counter-animation__list-divider .streetspace-block-counter-animation__list-item .list-item-icon img {
  width: 60px;
  height: 60px;
}
.streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list .streetspace-block-counter-animation__list-divider .streetspace-block-counter-animation__list-item .list-item-number {
  font-size: 40px;
}
.streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list .streetspace-block-counter-animation__list-divider .streetspace-block-counter-animation__list-item .list-item-text {
  font-size: 14px;
  text-align: center;
}

.streetspace-block-alternating-page-section {
  padding: 40px 0;
}
.streetspace-block-alternating-page-section:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.streetspace-block-alternating-page-section.streetspace-block-alternating-page-section--left-thumb .streetspace-block-alternating-page-section__content {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 800px) {
  .streetspace-block-alternating-page-section.streetspace-block-alternating-page-section--left-thumb .streetspace-block-alternating-page-section__content {
    flex-direction: column-reverse;
  }
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 800px) {
  .streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__content {
    flex-direction: column-reverse;
  }
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__content .alternating-page-section__main {
  flex: 0.7;
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__content .alternating-page-section__image-container {
  flex: 0.3;
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__content .alternating-page-section__image-container img {
  width: 100%;
  max-width: 400px;
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__video_container {
  position: relative;
  width: 400px;
  height: 220px;
  overflow: hidden;
  cursor: pointer;
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__video_container .video_container__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.4s ease-out;
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__video_container:hover .video_container__image {
  transform: scale(1);
  transition: transform 0.4s ease-out;
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__video_container .video_container__play-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transform: translate(-50%, -70%) scale(1);
  transition: transform 0.2s ease-out;
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__video_container .video_container__play-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #FFF;
}

.streetspace-block-video__video {
  position: relative;
  flex: 1;
  width: 400px;
  height: 220px;
  overflow: hidden;
  cursor: pointer;
}
.streetspace-block-video__video .streetspace-block-video__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.4s ease-out;
}
.streetspace-block-video__video:hover .streetspace-block-video__image {
  transform: scale(1);
  transition: transform 0.4s ease-out;
}
.streetspace-block-video__video .streetspace-block-video__play-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transform: translate(-50%, -70%) scale(1);
  transition: transform 0.2s ease-out;
}
.streetspace-block-video__video .streetspace-block-video__play-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #FFF;
}
.streetspace-block-video__video:hover .streetspace-block-video__play-icon {
  transform: translate(-50%, -70%) scale(1.2);
  transition: transform 0.2s ease-out;
}
.streetspace-block-video__video .streetspace-block-video__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 15px 6px;
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #FFF;
  text-align: center;
}

.section-cad-solutions {
  padding: 100px 80px 145px;
  background-color: #888;
  background-image: url(../images/bg-archi-light.jpg);
}
.section-cad-solutions .section-cad-solutions-content {
  color: #FFF;
  width: 800px;
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px;
}
.section-cad-solutions .section-cad-solutions-content p {
  font-size: 15px;
}

.page-branding-metrostor .section-cad-solutions .section-cad-solutions-content {
  background: rgba(237, 125, 49, 0.6);
}

@media only screen and (max-width: 900px) {
  .section-cad-solutions {
    padding: 40px 20px;
  }
  .section-cad-solutions .section-cad-solutions-content {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .section-cad-solutions {
    padding: 20px 10px;
  }
  .section-cad-solutions .section-cad-solutions-content {
    padding: 10px;
  }
}
.streetspace-block-products-list {
  padding: 80px 0;
  background-color: #f8f8f8;
}
.streetspace-block-products-list .grid-item__title--product-title {
  font-size: 17px !important;
}
.streetspace-block-products-list .grid-item__price {
  font-size: 12px;
  color: #666;
  margin-bottom: 15px;
}
.streetspace-block-products-list .grid-item__price span {
  font-size: 15px;
  color: #0a3784;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  margin-left: 2px;
}

.page-branding-metrostor .streetspace-block-products-list .grid-item__price span {
  color: #ed7d31;
}

.instant-estimate {
  margin: 0 0 40px;
}
.instant-estimate .instant-estimate-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-size: 16px;
  line-height: 1.62em;
  font-family: "Heebo";
  color: #666666;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 300;
  font-variation-settings: "wght" 300;*/
}
/*
html {
  scroll-behavior: smooth !important;
}

*/
body {
  font-size: 16px;
  line-height: 1.62em;
  font-family: 'Montserrat', sans-serif !important;
  color: #666666;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 300;
  font-variation-settings: normal;
  overflow-x: hidden;
}

.blue {
  color: #0a3784;
}

.white {
  color: #FFF !important;
}

main {
  padding: 0px 0 50px;
}
main.main--no-header {
  padding-top: 0;
}

.streetspace-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 90%;
  padding: 40px 40px 30px;
  max-width: 600px;
  min-height: 50px;
  max-height: 100%;
  overflow: scroll;
  background-color: #FFF;
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
}

.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.container.text-center {
  text-align: center;
}

p {
  margin-bottom: 15px;
}

strong,
.bold {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.bold-500 {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.grey {
  color: #444444;
}

a, a:visited, a:focus {
  color: #bc9565;
}

.page-branding-metrostor a, .page-branding-metrostor a:visited, .page-branding-metrostor a:focus {
  color: #ed7d31;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.2;
  color: #0a3784;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 24px;
  color: #0a3784;
}
h1.heading-underline,
.h1.heading-underline {
  position: relative;
  margin-bottom: 70px;
}
h1.heading-underline::after,
.h1.heading-underline::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #444;
}
h1.heading-underline.blue::after,
.h1.heading-underline.blue::after {
  background-color: #0a3784;
}

h2,
.h2 {
  font-size: 25px;
  color: #0a3784;
}
h2.grey,
.h2.grey {
  color: #444444;
}
h2.heading-underline,
.h2.heading-underline {
  position: relative;
  margin-bottom: 25px;
  font-size: 22px;
}
/*h2.heading-underline::after,
.h2.heading-underline::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #444;
}
h2.heading-underline.blue::after,
.h2.heading-underline.blue::after {
  background-color: #0a3784;
}*/
h3,
.h3 {
  font-size: 20px;
  color: #0a3784;
}
h3.grey,
.h3.grey {
  color: #444444;
}

h4,
.h4 {
  font-size: 14px;
  margin-bottom: 4px;
  color: #0a3784;
}
h4.grey,
.h4.grey {
  color: #444444;
}
.page-branding-metrostor h1, .page-branding-metrostor h2, .page-branding-metrostor h3, .page-branding-metrostor h4, .page-branding-metrostor h5, .page-branding-metrostor h6,
.page-branding-metrostor .h1, .page-branding-metrostor .h2, .page-branding-metrostor .h3, .page-branding-metrostor .h4, .page-branding-metrostor .h5, .page-branding-metrostor .h6 {
  color: var(--wp--preset--color--theme-3);
  font-family: 'Montserrat', sans-serif;
  font-weight: var(--gutenverse-font-weight-pdMTy9);
  font-style: var(--gutenverse-font-style-pdMTy9);
  text-decoration: var(--gutenverse-font-decoration-pdMTy9);
  line-height: var(--gutenverse-font-lineHeight-pdMTy9);
  letter-spacing: var(--gutenverse-font-spacing-pdMTy9);
  overflow-wrap: break-word;
  word-break: break-word;
}
.page-contact-us .wp-block-columns .wp-block-column:first-of-type {
  margin-top: 35px !important;
}
ul {
  margin: 0 0 40px 30px;
}
.btn {
  display: inline-block;
  color: #0a3784;
  padding: 12px 26px;
  font-size: 15px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 99px;
  cursor: pointer;
}
.btn:hover {
  color: #444;
}

.btn-primary {
  background-color: #0a3784;
  color: #FFF !important;
  border: 2px solid #0a3784;
}
.btn-primary:hover {
  background-color: #FFF;
  color: #0a3784 !important;
}

.btn-white {
  color: #0a3784;
  background-color: #FFF;
  border: 2px solid #FFF;
}
.btn-white:hover {
  color: #FFF;
  background-color: #0a3784;
}

.btn-wide {
  width: 50%;
  padding: 3px;
}

.btn-secondary {
  font-weight: 300;
  font-variation-settings: "wght" 300;
  color: #525252;
}

.page-branding-metrostor .btn-primary {
  background-color: #ed7d31;
  border: 1px solid #ed7d31;
  padding: 14px 28px;
  border-radius: 0px;
  font-weight: 400;
}
.page-branding-metrostor .btn-primary:hover {
  background-color: #FFF;
  color: #ed7d31 !important;
}
.page-branding-metrostor .btn-white {
  color: #ed7d31 !important;
  background-color: #FFF;
  border: 2px solid #FFF;
}
.page-branding-metrostor .btn-white:hover {
  color: #FFF !important;
  background-color: #ed7d31;
}

.wide-button-container {
  margin: 20px 0;
}
.wide-button-container.wide-button-container--left {
  text-align: left;
}
.wide-button-container.wide-button-container--right {
  text-align: right;
}
.wide-button-container .btn {
  width: 20%;
  padding-top: 18px;
  padding-right: 32px;
  padding-bottom: 18px;
  padding-left: 32px;
  background: rgba(237, 125, 49, 1);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(237, 125, 49, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 1px solid #ed7d31;
}
.wide-button-container .btn:hover {
  background: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(237, 125, 49, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media only screen and (max-width: 767px) {
  .wide-button-container .btn {
      width:50%;
  }
}
img {
  max-width: 100%;
}

.TableInTable {
  width: 100%;
  background-color: #FFF;
  border-collapse: collapse;
  /* border: none; */
}

.TableInTable td, .TableInTable th {
  border: 1px solid #eae8e8;
  border-left: none;
  border-right: none;
  padding: 15px 10px;
}

.TableInTable td {
  padding: 10px 12px;
  font-size: 12px;
  border-left: none;
  border-right: none;
}

.TableInTable td:first-of-type {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.TableInTable thead tr {
  padding: 10px 0;
}

.TableInTable th {
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #666;
}

.section-breadcrumbs {
  background-color: #f8f8f8;
  padding: 10px 0 8px;
}
.section-breadcrumbs ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.section-breadcrumbs ul li {
  position: relative;
  display: block;
  margin-right: 20px;
}
.section-breadcrumbs ul li:last-child::after {
  content: none;
}
.section-breadcrumbs ul li::after {
  content: url(../images/arrow-link-single.svg);
  position: absolute;
  right: -27px;
  top: 1px;
  width: 20px;
  height: 20px;
}
.section-breadcrumbs ul li.active a {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.section-breadcrumbs ul li a {
  display: block;
  padding: 3px 10px;
  font-size: 14px;
  color: #444444;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.section-breadcrumbs ul li a:hover {
  color: #0a3784;
  text-decoration: underline;
}

.site-cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background-color: #FFF;
  padding: 20px;
  border-top: 1px solid #444;
  display: none;
}
.site-cookie-policy p {
  margin: 0;
}

.layout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding: 20px 20px;
}
.layout-grid .grid-item {
  padding: 0;
  height: 100%;
  background-color: #FFF;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}
.layout-grid .grid-item .grid-item__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  text-decoration: none;
  color: #0a3784;
}
.layout-grid .grid-item .grid-item__link .grid-item__date {
  color: #666;
}
.layout-grid .grid-item .grid-item__image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.layout-grid .grid-item .grid-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: 0.3s ease-out;
}
.layout-grid .grid-item .grid-item__content {
  padding: 10px 20px 15px;
}
.layout-grid .grid-item .grid-item__content .grid-item__title {
  font-size: 18px;
  /*margin: 0; */
  color: #ed7d31;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  transition: 0.3s;
}
.layout-grid .grid-item .grid-item__content .grid-item__text {
  font-size: 15px;
  line-height: 1.5;
  color: #444444;
}
.layout-grid .grid-item .grid-item__content .grid-item__text span {
  font-size: 15px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  color: #0a3784;
}
.layout-grid .grid-item .grid-item__content .grid-item__read-more {
  font-size: 14px;
  color: #0a3784;
  padding: 5px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 7500;
  font-variation-settings: "wght" 700;
  text-decoration: none;
  transition: 0.3s;
}
.layout-grid .grid-item:hover {
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease-in-out;
}
.layout-grid .grid-item:hover .grid-item__image img {
  transform: scale(1);
  transition: 0.3s;
}
.layout-grid .grid-item:hover .grid-item__content .grid-item__title {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  transition: 0.3s;
}
.layout-grid.layout-grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0px;
}
.layout-grid.layout-grid-4 .grid-item .grid-item__link .grid-item__image {
  height: 180px;
}
.layout-grid.layout-grid-4 .grid-item .grid-item__link .grid-item__title {
  font-size: 14px;
}
.layout-grid.layout-grid-4 .grid-item .grid-item__date {
  margin: -10px 0 7px;
  font-size: 13px;
  color: #666;
}
.layout-grid.layout-grid-4.layout-grid-4--compressed .grid-item .grid-item__link .grid-item__image {
  height: 160px;
}
.layout-grid.layout-grid-4.layout-grid-4--compressed .grid-item .grid-item__link .grid-item__content {
  padding: 5 15px;
}
.layout-grid.layout-grid-4.layout-grid-4--compressed .grid-item .grid-item__link .grid-item__title {
  /*font-size: 12px;*/
  margin: 0;
}
.layout-grid.layout-grid-4.layout-grid-4--compressed.layout-grid-4--compressed__slider-text-size .grid-item .grid-item__link .grid-item__content {
  padding: 5px 15px;
}
.layout-grid.layout-grid-4.layout-grid-4--compressed.layout-grid-4--compressed__slider-text-size .grid-item .grid-item__link .grid-item__title,
.layout-grid.layout-grid-4.layout-grid-4--compressed .grid-item .grid-item__link .grid-item__title {
  font-size: 16px;
  padding: 2px 0 7px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.layout-grid.layout-grid-4.layout-grid-4--compressed.layout-grid-4--compressed__slider-text-size .grid-item .grid-item__link .grid-item__text,
.layout-grid.layout-grid-4 .grid-item .grid-item__text {
  font-size: 14px;
  color: #666;
  font-family: 'Montserrat', sans-serif;
}
.layout-grid.layout-grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 0 20px;
}
.layout-grid.layout-grid-5 .grid-item .grid-item__link .grid-item__image {
  height: 190px;
}
.layout-grid.layout-grid-5 .grid-item .grid-item__link .grid-item__title {
  font-size: 14px;
  padding: 0 0 3px;
  margin: 0;
}
.layout-grid.layout-grid-5 .grid-item .grid-item__date {
  margin: -10px 0 7px;
  font-size: 13px;
  color: #666;
}
.layout-grid.layout-grid-5 .grid-item .grid-item__text {
  font-size: 13px;
  color: #666;
}

.page-branding-metrostor .layout-grid .grid-item .grid-item__content .grid-item__title,
.page-branding-metrostor .layout-grid .grid-item .grid-item__content .grid-item__text span,
.page-branding-metrostor .layout-grid .grid-item .grid-item__content .grid-item__read-more {
  color: #ed7d31;
}

@media only screen and (max-width: 900px) {
  .layout-grid.layout-grid-4, .layout-grid.layout-grid-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .layout-grid {
    grid-template-columns: 1fr 1fr;
  }
  .layout-grid.layout-grid-4, .layout-grid.layout-grid-5 {
    grid-template-columns: 1fr 1fr;
  }
  .layout-grid.layout-grid-4 {
    padding: 0 20px; 
  }
}
@media only screen and (max-width: 500px) {
  .layout-grid {
    grid-template-columns: 1fr;
  }
  .layout-grid.layout-grid-4, .layout-grid.layout-grid-5 {
    grid-template-columns: 1fr;
  }
}
.layout-grid-show-more-container {
  position: relative;
  max-height: 450px;
  overflow: hidden;
}
.layout-grid-show-more-container .layout-grid {
  padding-bottom: 70px;
}
.layout-grid-show-more-container .layout-grid-show-more-container__overlay {
  z-index: 100;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  text-align: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.layout-grid-show-more-container .layout-grid-show-more-container__overlay .btn-layout-grid-show-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  font-variation-settings: "wght" 500;
  color: #FFF;
  background-color: #0a3784;
  border: 2px solid #0a3784;
  padding: 5px 30px;
  border-radius: 99px;
  outline: none;
  cursor: pointer;
}
.layout-grid-show-more-container .layout-grid-show-more-container__overlay .btn-layout-grid-show-more:hover {
  color: #0a3784;
  background-color: #FFF;
}
.layout-grid-show-more-container.open {
  transition: max-height 0.6s ease-in-out;
}

.page-branding-metrostor .layout-grid-show-more-container .layout-grid-show-more-container__overlay .btn-layout-grid-show-more {
  background-color: #ed7d31;
  border: 2px solid #ed7d31;
}
.page-branding-metrostor .layout-grid-show-more-container .layout-grid-show-more-container__overlay .btn-layout-grid-show-more:hover {
  color: #ed7d31;
  background-color: #FFF;
}
.layout-fullwidth {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
  box-sizing: border-box;
}
/*new*/
/* Product Specs modern layout */
.specs-modern {
  overflow: hidden;
  position: relative;
}
.specs-modern__hero-media img { width: 100%; height: auto; display: block; }
.specs-modern__hero-content { display: grid; gap: 14px; }

.specs-modern__hero-title {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.05;
  color: #16213d;
}
.specs-modern__hero-text {
  color: #4a5675;
  font-size: 1rem;
  max-width: 42ch;
}

/* Tabs */
.specs-modern__tabs { margin-bottom: clamp(24px, 5vw, 38px); }
.specs-modern__tab-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(160px, 1fr);
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.specs-modern__tab {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  padding: 14px 18px;
  text-align: center;
  background: var(--wp--preset--color--theme-4);
  color: #495375;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  transition: all .2s ease;
  cursor: pointer;
}
.specs-modern__tab:hover { background: #ebebeb; color: #ed7d31; }
.tabs-title.active .specs-modern__tab {
  background: linear-gradient(120deg, #ed7d31 0%, #ff9f54 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 18px 25px rgba(237, 125, 49, 0.28);
}
.specs-modern__tab-text { display: block; line-height: 1.3; }

/* Panels */
.specs-modern__panel-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 24px;
}
.specs-modern__panel {
  border-radius: 5px;
  /*border: 1px solid #dfe5f4;*/
  /*padding: 15px;*/
  /*background: #fff;*/
  /*box-shadow: 0 18px 30px rgba(12, 36, 70, 0.1);*/
}
.specs-modern__panel-header h3 {
  margin: 0 0 6px 0;
  font-size: 1.45rem;
  color: #16213d;
}
.specs-modern__panel-header p {
  margin: 0 0 18px 0;
  color: #6a7491;
  font-size: .95rem;
}

/* Rich text inside panels */
.specs-modern__rich-text {
  color: #4a5675;
  line-height: 1.6;
  margin-bottom: 18px;
}
.specs-modern__rich-text > *:last-child { margin-bottom: 0; }

/* Custom HTML / tables */
.specs-modern__scroll-hint {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  margin-bottom: 12px;
  font-size: 0.8rem;
  color: #627099;
  background: #f5f7fb;
  border-radius: 12px;
}
.specs-modern__scroll-hint--inline { margin-top: 16px; }

.scroll-button {
  border: 1px solid #cfd7ed;
  background: #fff;
  color: #3b4b71;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 20px;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  transition: all .2s ease;
}
.scroll-button:hover { background: #ed7d31; color: #fff; border-color: #ed7d31; }

.table-container-wrapper {
  border-radius: 5px;
  /*border: 1px solid #dfe5f4;*/
  overflow: hidden;
  background: #fff;
  /*box-shadow: inset 0 0 0 1px rgba(12, 36, 70, 0.05);*/
  margin-bottom: 18px;
}

/* Table polish */
.specs-modern__table {
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.specs-modern__table thead {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #eef2fb;
}
.specs-modern__table th,
.specs-modern__panel .TableInTable th {
  padding: 14px 18px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #1f2d4d;
  border-bottom: 2px solid #ed7d31;
  white-space: nowrap;
}
.specs-modern__table td,
.specs-modern__table th {
  border-right: 1px solid #eae8e8;
}
.specs-modern__table td:last-child,
.specs-modern__table th:last-child {
  border-right: none;
}
.specs-modern__table tbody tr:nth-child(even) { background: rgba(237, 125, 49, 0.04); }
.specs-modern__table tbody tr:hover { background: rgba(237, 125, 49, 0.12); }

.specs-modern__table td {
  padding: 12px 18px;
  font-size: 0.9rem;
  color: #39435a;
  border-bottom: 1px solid #eae8e8;
}
.specs-modern__table th:first-child,
.specs-modern__table td:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  min-width: 100px;
  background-color: #ffffff;
  box-shadow: inset -1px 0 0 rgba(228,234,248,0.65);
}
.specs-modern__table thead th:first-child {
  background-color: #eef2fb;
  z-index: 4;
}
.specs-modern__table tbody tr td:first-child::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-right: 1px solid rgba(228,234,248,0.8);
}
.specs-modern__table td a:hover {
    background-color: transparent;
    border: 1px solid var(--wp--preset--color--theme-3);
    color: var(--wp--preset--color--theme-3);
}

/* Card grid for finishes/locking/custom content */
.specs-modern__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
  margin-top: 24px;
}
.specs-modern__card {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #edeaea;
  box-shadow: 0 18px 32px rgba(12, 36, 70, 0.08);
  overflow: hidden;
  gap: 0;
}
.specs-modern__card-media {
  margin: 0;
  display: grid;
  place-items: center;
  padding: 15px;
}
.specs-modern__card-media img {
  width: 100%;
  height: auto;
  display: block;
}
.specs-modern__card-content {
  padding: 10px 22px;
  font-size: 13px;
  color: #39435a;
}
.specs-modern__card-content > *:last-child { margin-bottom: 0; }

/* Responsive tweaks */
@media (max-width: 1024px) {
  .specs-modern__hero-text { margin-inline: auto; }
  .specs-modern__tab-list {
    grid-auto-flow: row;
    grid-auto-rows: auto;
  }
  .table-container-wrapper {
      overflow-x: auto !important;
      position: relative !important;
      -webkit-overflow-scrolling: touch;
  }

  .specs-modern__table {
      min-width: 720px;
  }
  .product-specs-table .product-specs-table__image {
    display: block;
  }

  .specs-modern__table th:first-child,
  .specs-modern__table td:first-child {
      position: sticky;
      left: 0;
      z-index: 3;
      background: #fff;
  }
}
@media (max-width: 720px) {
  .specs-modern {
    padding: 2px;
    padding-top: 50px;
  }
  .specs-modern__table {
    min-width: 100%;
  }
  .specs-modern__table-wrapper { overflow-x: auto; }
  .table-container-wrapper { box-shadow: none; }
}

/**/
/* Product Specification & Options table */
.specs-modern__panel .TableInTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-size: 12px;
  color: #3f4c69;
}

.specs-modern__panel .TableInTable th,
.specs-modern__panel .TableInTable td {
  padding: 14px 18px;
  border-right: 1px solid #eae8e8;
  text-align: left;
  color: #39435a;
  position: relative;
  background: transparent;
  z-index: 1;
}

.specs-modern__panel .TableInTable th:last-child,
.specs-modern__panel .TableInTable td:last-child {
  border-right: none;
}

.specs-modern__panel .TableInTable tr:last-child td {
  border-bottom: none;
}

/* ROW BACKGROUND USING CELLS */
.specs-modern__panel .TableInTable tbody tr:nth-child(odd) td::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(237,125,49,0.04);
}

.specs-modern__panel .TableInTable tbody tr:nth-child(even) td::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
}

/* HOVER */
.specs-modern__panel .TableInTable tbody tr:hover td::before {
  background: rgba(237,125,49,0.12);
}
/*modal*/
.streetspace-modal {
    position: relative;
}
.streetspace-modal-close {
    position: absolute;
    top: 5px;
    right: 15px;
    background: transparent;
    border: 0;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    color: #333;
    z-index: 999;
}
.streetspace-modal-close:hover {
    color: #000;
}
.streetspace-modal-close:hover {
    color: #000;
}
body.modal-open {
    overflow: hidden;
    touch-action: none;
    height: 100vh;
}
/*new two button*/
/* Mobile: stack and left-align */
@media (max-width: 768px) {
    .wp-block-button.btn {
      padding:0;  
      margin-top: 10px;
      margin-right: 15px;
      margin-bottom: 10px; 
      text-align: left;    
    }
}
.box-grey {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
}

.box-orange, .box-grey {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/*.layout-boxed.fullwidth > .guten-container {
    max-width: none !important;
}*//*# sourceMappingURL=style.css.map 