:root {
  --main-font: 'area-normal', sans-serif;
  --second-font: 'elza-text', sans-serif;
  --onyx: #111;
  --dark-grey: #686868;
  --light-grey: #F4F3F2;
  --grey: #C5C5C5;
  --logged-in: 0px;
  --fz-satoshi-medium: 500 16px / 1.25 'Satoshi-Medium', sans-serif;
}
:root body.logged-in {
  --logged-in: 32px;
}
.selectpicker {
  display: none;
}
.bg-fff {
  background-color: #fff;
}
.main-sect.black-bg {
  background-color: #000;
  color: #fff;
}
.main-sect.pt-25 {
  padding-top: 25px;
}
@media (max-width: 992px) {
  .main-sect {
    padding-block: 60px;
  }
}
@media (max-width: 767px) {
  .main-sect {
    padding-block: 45px;
  }
  .main-sect.mob-p-small {
    padding-block: 20px;
  }
  .main-sect.mob-pt-small {
    padding-top: 20px;
  }
  .main-sect.mob-pb-small {
    padding-bottom: 20px;
  }
  .main-sect.pad-b40 {
    padding-bottom: 25px;
  }
}
.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reset-btn {
  outline: none;
  border: none;
  padding: 0;
  background-color: transparent;
}
ul[class] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.d-flex {
  display: flex;
  align-items: flex-start;
}
.gap-8 {
  gap: 8px;
}
.flex-between {
  justify-content: space-between;
}
.flex-center-vertical {
  align-items: center;
}
.flex-center,
.slider-style .slick-next,
.slider-style .slick-prev {
  justify-content: center;
  align-items: center;
  display: flex;
}
.stuck-on-mob {
  display: flex;
  flex-direction: column;
}
.bg-onyx {
  background-color: var(--onyx);
}
.bg-light-grey {
  background-color: var(--light-grey);
}
.color-fff {
  color: #fff;
}
.color-grey {
  color: var(--grey);
}
.color-black {
  color: #000;
}
.color-dark-grey {
  color: var(--dark-grey);
}
.color-onix {
  color: var(--onyx);
}
.color-light-grey {
  color: var(--light-grey);
}
.color-dark-grey {
  color: var(--dark-grey);
}
.h-100 {
  height: 100%;
}
.flow > * + * {
  margin-top: var(--flow-space, 1em);
}
.bdrs-24 {
  border-radius: 24px;
}
.bdrs-16 {
  border-radius: 16px;
}
.bdrs-16-i {
  border-radius: 16px !important;
}
.bdrs-8 {
  border-radius: 8px;
}
.overflow-hidden {
  overflow: hidden;
}
.max-1200 {
  max-width: 1200px;
}
.max-1200-center {
  max-width: 1200px;
  margin-inline: auto;
}
.max-950 {
  max-width: 950px;
}
.max-915 {
  max-width: 915px;
}
.max-870 {
  max-width: 870px;
  margin-inline: auto;
}
.max-870.mi0 {
  margin-inline: 0;
}
.max-830 {
  max-width: 830px;
}
.max-835 {
  max-width: 835px;
  margin-inline: auto;
}
.max-640 {
  max-width: 640px;
  margin-inline: auto;
}
.max-560 {
  max-width: 560px;
}
.max-310 {
  max-width: 311px;
  margin-inline: auto;
}
.max-310.top-menu-item-custom-desc {
  margin-inline: -15px 0;
}
.max-535 {
  max-width: 535px;
}
.max-600 {
  max-width: 600px;
}
.max-470 {
  max-width: 470px;
}
.center-max {
  margin-inline: auto;
}
.header-32 {
  font: 400 32px / 1.2 var(--main-font);
}
@media (max-width: 1199px) {
  .header-32 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .header-32 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .header-32 {
    font-size: 24px;
  }
}
.lts-048 {
  letter-spacing: 0.48px;
}
.fz-12 {
  font: 700 12px / 1 var(--main-font);
}
.fz-14 {
  font: 400 14px / 1.57 var(--second-font);
}
.fz-16-alt {
  font: 400 16px / 1.5 var(--second-font);
}
.fz-16-alt p {
  font: inherit;
}
.fz-18 {
  font: 400 18px / 1.44 var(--second-font);
}
@media (max-width: 991px) {
  .fz-18 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .fz-18 {
    font-size: 16px;
  }
}
.fz-18-600 {
  font: 600 18px / 1.4 var(--main-font);
}
@media (max-width: 991px) {
  .fz-18-600 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .fz-18-600 {
    font-size: 16px;
  }
}
.fz-20-600 {
  font: 600 20px / 1.4 var(--main-font);
}
@media (max-width: 991px) {
  .fz-20-600 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fz-20-600 {
    font-size: 17px;
  }
}
.fz-20-s {
  font: 400 20px / 1.4 var(--second-font);
}
@media (max-width: 991px) {
  .fz-20-s {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fz-20-s {
    font-size: 17px;
  }
}
.fz-24,
.single_content_application h2:not(.fz-32) {
  font: 400 24px / 1.3 var(--main-font);
}
@media (max-width: 991px) {
  .fz-24,
  .single_content_application h2:not(.fz-32) {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .fz-24,
  .single_content_application h2:not(.fz-32) {
    font-size: 20px;
  }
}
.single_content_application h2 {
  margin-bottom: 24px;
}
.fz-48 {
  font: 400 48px / 1.2 var(--main-font);
}
@media (max-width: 991px) {
  .fz-48 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .fz-48 {
    font-size: 35px;
  }
}
.fz-32 {
  font: 400 32px / 1.3 var(--main-font);
}
@media (max-width: 991px) {
  .fz-32 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .fz-32 {
    font-size: 24px;
  }
}
.txt-center {
  text-align: center;
}
.mt-40 {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .mt-40 {
    margin-top: 25px;
  }
}
.mt-48 {
  margin-top: 48px;
}
@media (max-width: 991px) {
  .mt-48 {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 30px;
  }
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .mt-16 {
    margin-top: 12px;
  }
}
.mt-20 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .mt-20 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .mt-20-md {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .mt-20-sm {
    margin-top: 20px;
  }
}
.mt-24 {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 18px;
  }
}
.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 18px;
  }
}
.mt-30 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mt-30 {
    margin-top: 25px;
  }
  .mt-30-md {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mt-30 {
    margin-top: 22px;
  }
}
.mt-32 {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .mt-32 {
    margin-top: 22px;
  }
}
.mt-60 {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .mt-60 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}
.mt-70 {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .mt-70 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 40px;
  }
}
.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mt-mob-0 {
    margin-top: 0;
  }
}
.mb-0i {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .mb-mob-0 {
    margin-bottom: 0;
  }
}
.lh-1_5 {
  line-height: 1.5;
}
.lh-1_3 {
  line-height: 1.3;
}
.w100 {
  width: 100%;
}
@media (max-width: 991px) {
  .admin-bar .main-header.scroll .wrap_nav {
    top: 46px;
  }
  .admin-bar .main-header.scroll .mobile-menu-container {
    top: 106px;
  }
}
.main-header {
  position: relative;
  z-index: 300;
  --header-fg: #000;
  --header-bg: #fff;
  color: var(--header-fg);
}
.main-header .site-logo {
  margin-right: auto;
  width: 148px;
}
@media (max-width: 991px) {
  .main-header .site-logo {
    width: 100px;
  }
}
.main-header .site-logo svg {
  width: 100%;
  height: auto;
}
.main-header .site-logo path,
.main-header .site-logo rect {
  fill: var(--header-fg);
}
.main-header .wrap_nav {
  padding-block: 24px;
}
@media (max-width: 991px) {
  .main-header .wrap_nav {
    padding-block: 15px;
  }
}
@media (max-width: 991px) {
  .main-header.scroll:not(.main-header--invert) .wrap_nav,
  .main-header.scroll:not(.main-header--invert) .mobile-menu-container {
    background: #fff;
  }
  .main-header.scroll .wrap_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .main-header.scroll .mobile-menu-container {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 9999;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
}
.main-header .svg-icon-menu {
  display: block;
}
.main-header .svg-icon-menu path {
  fill: var(--onyx);
}
.main-header--invert {
  --header-fg: #fff;
  --header-bg: #000;
}
.main-header--invert .menu-chevron {
  margin-top: 5px;
}
.main-header--invert .menu-chevron path {
  fill: #fff;
}
.main-header--invert .wrap_nav {
  background-color: var(--header-bg);
  color: var(--header-fg);
}
.main-header--invert .svg-icon-menu path {
  fill: var(--header-fg);
}
.main-header--invert .site-logo path,
.main-header--invert .site-logo rect {
  fill: var(--header-fg);
}
@media (max-width: 767px) {
  .header-and-btn {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 0;
  }
}
.search-wrap {
  margin-left: 35px;
}
.btn-with-icon {
  font: 400 18px / 1.44 var(--second-font);
  color: #fff;
  background-color: #000;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 4px 12px 4px 50px;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .btn-with-icon {
    font-size: 16px;
    gap: 5px;
  }
}
.btn-with-icon span {
  white-space: nowrap;
}
.btn-with-icon svg {
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-with-icon path {
  transition: fill 0.3s;
  fill: #fff;
}
.btn-with-icon:hover {
  color: #000;
  background-color: #fff;
}
.btn-with-icon:hover path {
  fill: #000;
}
.btn-with-icon--invert {
  background-color: #fff;
  color: #000;
}
.btn-with-icon--invert path {
  fill: #000;
}
.btn-with-icon--invert:hover {
  color: #fff;
  background-color: #000;
}
.btn-with-icon--invert:hover path {
  fill: #fff;
}
.main-menu {
  display: flex;
  gap: 35px;
  align-items: center;
}
@media (max-width: 1499px) {
  .main-menu {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .main-menu {
    gap: 12px;
  }
}
.main-menu > li .menu-item-description {
  display: none;
}
@media (min-width: 1200px) {
  .main-menu > li.hover {
    position: relative;
  }
  .main-menu > li.hover::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -34px;
    height: 4px;
    background-color: #000;
  }
}
.main-menu a {
  font-family: var(--second-font);
  color: inherit;
  text-decoration: none;
}
.main-menu li.menu-item-has-children {
  position: relative;
}
.main-menu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  .main-menu li.menu-item-has-children > a {
    font-size: 15px;
    gap: 4px;
  }
}
@media (max-width: 991px) {
  .main-menu li.menu-item-has-children > a {
    justify-content: space-between;
    font-size: 16px;
  }
}
.main-menu li.menu-item-has-children > a svg {
  transition: transform 0.4s;
}
@media (max-width: 1199px) {
  .main-menu li.menu-item-has-children > a svg {
    width: 10px;
  }
}
@media (max-width: 991px) {
  .main-menu li.menu-item-has-children > a svg {
    width: 12px;
  }
}
.main-menu li.menu-item-has-children.active > a svg {
  transform: rotate(-180deg);
}
.main-menu li.menu-item-has-children > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 56px;
  left: 0;
  background-color: var(--header-bg);
  min-width: 200px;
  display: none;
}
@media (max-width: 991px) {
  .main-menu li.menu-item-has-children > ul {
    position: static;
    min-width: 0;
  }
}
.main-menu li.menu-item-has-children > ul a {
  padding: 3px 15px;
  white-space: nowrap;
}
.full-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-area-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pos-rel {
  position: relative;
}
.top-home {
  background-color: var(--onyx);
}
.top-home__wrap {
  aspect-ratio: 1291 / 647;
}
.top-home__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-home__mask {
  position: absolute;
  z-index: 1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}
.top-home__mask-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.top-home__txt-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 5;
  padding-bottom: 220px;
  padding-left: 30px;
}
@media (max-width: 1499px) {
  .top-home__txt-layer {
    padding-bottom: 175px;
  }
}
@media (max-width: 1199px) {
  .top-home__txt-layer {
    padding-bottom: 145px;
  }
}
@media (max-width: 991px) {
  .top-home__txt-layer {
    padding-bottom: 88px;
  }
}
@media (max-width: 767px) {
  .top-home__txt-layer {
    padding-bottom: 60px;
    position: relative;
  }
  .top-home__txt-layer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
  }
}
.top-home__txt-layer h1 {
  font: 400 40px / 1.3 'area-normal', sans-serif;
  color: #fff;
  letter-spacing: -0.8px;
}
@media (max-width: 1199px) {
  .top-home__txt-layer h1 {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .top-home__txt-layer h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .top-home__txt-layer h1 {
    font-size: 25px;
  }
}
.top-home__txt-layer h1 span {
  color: #9A9A9A;
}
@media (min-width: 1200px) {
  .deco-specials {
    padding-block: 160px;
  }
}
.deco-specials .header-32 {
  max-width: 830px;
  margin-inline: auto;
}
.grid-auto {
  --grid-col-min: 280px;
  --grid-gap: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(var(--grid-col-min), 100%), 1fr));
  gap: var(--grid-gap);
}
@media (max-width: 767px) {
  .grid-auto {
    --grid-col-min: 240px;
  }
}
.grid-auto--cards-alt {
  --grid-col-min: 360px;
  --grid-gap: 26px;
}
@media (max-width: 991px) {
  .grid-auto--cards-alt {
    --grid-col-min: 300px;
  }
}
.grid-auto--insta {
  --grid-col-min: 220px;
  --grid-gap: 3px;
  margin-top: 37px;
}
@media (min-width: 991px) and (max-width: 1499px) {
  .grid-auto--2-cols-md {
    grid-template-columns: 1fr 1fr;
  }
}
.grid-auto--2-cols {
  --grid-col-min: 600px;
  --grid-gap: 26px;
}
@media (max-width: 1499px) {
  .grid-auto--2-cols {
    --grid-col-min: 400px;
  }
}
@media (max-width: 991px) {
  .grid-auto--2-cols {
    --grid-col-min: 300px;
  }
}
.arr-in-corner {
  background-color: #fff;
  border-radius: 0 16px;
  padding: 3px;
}
.arr-in-corner svg {
  display: block;
  transition: transform 0.3s;
}
.arr-in-corner:hover svg {
  transform: translate(2px, -2px);
}
.has-light-overlay {
  position: relative;
}
.has-light-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.4) 90%);
  z-index: 1;
}
.img-hover-scale {
  position: relative;
  overflow: hidden;
}
.img-hover-scale > img {
  transition: transform 0.3s;
}
.img-hover-scale:hover > img {
  transform: scale(1.04);
}
.card {
  position: relative;
  display: block;
  text-decoration: none;
  border: 1px solid #E1E1E1;
  border-radius: 16px;
}
.card.bg_white {
  background-color: #fff;
}
.card.opacity-transition {
  transition: opacity 0.7s;
}
.card.initially-hidden {
  display: none;
}
.show-more-applications .card.initially-hidden {
  display: block;
}
.card__img-wrap {
  aspect-ratio: 312 / 225;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  margin: -1px -1px 0;
}
.card__img-wrap.aspect-422-260 {
  aspect-ratio: 422 / 260;
}
.card__img-wrap img {
  transition: transform 0.3s;
}
.card__img-wrap.chevron-bg {
  aspect-ratio: 423 / 260;
  background: #F4F3F2 url('../img-sy/card-chevron.svg') 115% 95% / auto 120% no-repeat;
}
.card__img-wrap.chevron-bg.transparent {
  background: transparent url('../img-sy/card-chevron.svg') 115% 95% / auto 120% no-repeat;
}
.card:not(.download_card) .card__img-wrap > img {
  width: 100%;
}
.card__arr {
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 10;
}
.card__title {
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.card__title.gap-16 {
  gap: 16px;
}
.card--alt .card__title {
  padding-block: 24px;
}
.card:hover .card__img-wrap > img {
  transform: scale(1.04);
}
.card__cat-links {
  margin-top: auto;
}
.card__cat-links a {
  color: inherit;
  text-decoration: none;
}
.card .card__logo {
  max-width: 132px;
}
.card.card-flex-column {
  display: flex;
  flex-direction: column;
}
.card .card__event-txt {
  margin-block: 8px 20px;
}
.card .card__event {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card .card__event .event-meta {
  margin-top: auto;
}
.card--see-all {
  min-height: 250px;
}
.card--see-all .see-all {
  margin: auto 24px 24px;
}
.card.card-in-menu {
  max-width: 309px;
}
.card.card-in-menu .card__img-wrap {
  aspect-ratio: 309 / 190;
}
.card.card-in-menu .card__title {
  padding: 24px 16px;
  gap: 0;
}
.card.card-in-menu .title-card {
  line-height: 1.3;
}
.card.card-in-menu .card__txt {
  font: 400 16px / 1.5 var(--second-font);
  font-size: 16px !important;
  margin-top: 10px;
  color: var(--dark-grey);
}
.card.card-in-menu .card__txt p {
  margin-bottom: 0;
}
.card.card-in-menu .card__link-btn {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: var(--onyx);
  display: flex;
  align-items: center;
  gap: 10px;
}
.card.card-in-menu .card__link-btn img {
  transition: transform 0.3s;
}
.card.card-in-menu :hover .card__link-btn img {
  transform: translateX(3px);
}
.event-meta {
  color: var(--dark-grey);
}
[class^="card"]:hover .arr-in-corner svg {
  transform: translate(2px, -2px);
}
.showcase-layout {
  gap: 30px 47px;
}
.showcase-layout > div:first-child {
  max-width: 535px;
  flex-basis: 535px;
}
.showcase-layout > div:last-child {
  flex: 1 0.5 auto;
}
@media (max-width: 767px) {
  .showcase-layout--has-filter > div:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .showcase-layout--items {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .showcase-layout--items > div {
    flex-basis: auto !important;
  }
}
.filter {
  gap: 8px;
}
@media (max-width: 767px) {
  .filter {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  .filter {
    flex-direction: column;
  }
}
.bootstrap-select {
  position: relative;
}
.bootstrap-select.open {
  z-index: 20;
}
.bootstrap-select div.dropdown-menu {
  border: 1px solid #D9D9D9;
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  width: 100%;
  display: none;
  background-color: #fff;
  border-radius: 16px;
}
.bootstrap-select div.dropdown-menu li {
  padding: 7px 16px;
  cursor: pointer;
}
.bootstrap-select div.dropdown-menu li a {
  display: block;
}
.bootstrap-select .btn {
  display: flex;
  font: 400 16px / 1.5 var(--second-font);
  color: #000;
  background-color: #fff;
  padding: 7px 16px;
  min-width: 165px;
  gap: 13px;
  justify-content: space-between;
  align-items: center;
  border-radius: 1000px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
.bootstrap-select .btn:not(.bs-placeholder) {
  font-weight: bold;
}
.bootstrap-select .btn .filter-option {
  white-space: nowrap;
}
.bootstrap-select.has-something-selected .btn .filter-option {
  font-weight: bold;
}
.bootstrap-select .dropdown-menu.inner a[aria-selected="true"] {
  font-weight: bold;
  color: #000;
}
.bootstrap-select .dropdown-menu.inner a[aria-selected="true"] .check-mark {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background: url('../img-sy/checkbox-tick-black.svg') center / cover no-repeat;
  transform: translateY(2px);
}
.bootstrap-select select {
  display: none;
}
.bootstrap-select .bs-caret {
  display: block;
  width: 24px;
  height: 24px;
  background: url('../img-sy/select-arr.svg') center / cover no-repeat;
  transition: transform 0.3s;
}
.bootstrap-select.open .dropdown-menu {
  display: block;
}
.bootstrap-select.open .bs-caret {
  transform: rotate(-180deg);
}
.btn {
  background-color: #000;
  font: 400 16px / 1.5 var(--second-font);
  padding: 7px 16px;
  border: 1px solid #000;
  cursor: pointer;
  color: #fff;
  border-radius: 1000px;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
}
.btn:hover {
  color: #000;
  background-color: #fff;
}
.btn_larger {
  padding-block: 13px;
}
.card-1 {
  padding: 32px 16px;
}
.grid-cards-1 {
  --grid-col-min: 275px;
  --grid-gap: 27px;
}
.slick-slider {
  overflow: hidden;
  position: relative;
}
.slick-slider .slick-track {
  display: flex;
}
.slider-style .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .slider-style .slick-dots {
    margin-top: 8px;
  }
}
.slider-style .slick-dots button {
  outline: none;
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  color: transparent;
  font-size: 0;
}
.slider-style .slick-dots li.slick-active button {
  background-color: #fff;
}
.slider-style.invert-dots-color .slick-dots button {
  background-color: rgba(0, 0, 0, 0.5);
}
.slider-style.invert-dots-color li.slick-active button {
  background-color: #000;
}
.slider-style.alt-dots .slick-dots {
  margin-top: -20px;
}
.slider-style .slick-next,
.slider-style .slick-prev {
  outline: none;
  border: none;
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  background-color: #fff;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 767px) {
  .slider-style .slick-next,
  .slider-style .slick-prev {
    display: none;
  }
}
.slider-style .slick-next svg,
.slider-style .slick-prev svg {
  display: block;
}
.slider-style .slick-next {
  right: 0;
}
.slider-style .slick-next svg {
  transform: rotate(-180deg);
}
.slider-style.banner-slider {
  position: relative;
}
.slider-style.banner-slider .slick-arrow {
  bottom: 30px;
}
.slider-style.banner-slider .slick-prev {
  left: 45px;
}
.slider-style.banner-slider .slick-next {
  right: 45px;
}
.slider-style.banner-slider .slick-dots {
  position: absolute;
  margin-top: 0;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .slider-style.banner-slider .slick-dots {
    bottom: 20px;
  }
}
.slider-style.quotes-slider .slick-dots {
  justify-content: flex-start;
  padding-left: 20px;
  margin-top: 22px;
}
@media (max-width: 550px) {
  .slider-style.quotes-slider .slick-dots {
    margin-top: 20px;
    padding-left: 0;
    justify-content: center;
  }
}
.slider-style.quotes-slider .slick-dots li {
  transform: translateY(-10px);
}
.slider-style.quotes-slider .slick-prev {
  left: auto;
  right: 45px;
}
.quotes--alt .slider-style .slick-dots {
  margin-top: 45px;
}
@media (max-width: 550px) {
  .quotes--alt .slider-style .slick-dots {
    margin-top: 20px;
  }
}
.banner-slider .top_banner {
  position: relative;
}
.banner-slider .top_banner:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 42.92%, rgba(0, 0, 0, 0.3) 69.23%, rgba(0, 0, 0, 0.5) 99.51%);
}
.banner-slider .content {
  position: relative;
  z-index: 2;
}
@media (min-width: 991px) {
  .banner-slider .content {
    padding-left: 45px;
  }
}
.slider-cards {
  margin-inline: -13px;
}
.slider-cards .slick-slide {
  padding-inline: 13px;
}
.card-2.flow {
  --flow-space: 16px;
}
.card-2__img-wrap {
  overflow: hidden;
  position: relative;
  aspect-ratio: 423 / 260;
}
.card-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: var(--flow-space);
  color: var(--grey);
  font: 400 16px / 1.5 var(--second-font);
}
.card-2 ul span {
  color: #fff;
}
.card-2 h3 a {
  color: inherit;
  text-decoration: none;
}
.type-btn {
  text-decoration: none;
  color: var(--grey);
  font: 700 12px / 1 var(--main-font);
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 6px 16px 8px;
  border: 1px solid currentColor;
  border-radius: 32px;
  transition: all 0.3s;
}
.type-btn--invert {
  color: var(--main-color);
}
.type-btn--invert:hover {
  color: #fff;
  background-color: #000;
}
.type-btn.form-btn {
  background-color: transparent;
  cursor: pointer;
}
a.insta {
  aspect-ratio: 1;
}
.marquee-wrap {
  white-space: nowrap;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee-wrap .marquee-items {
  flex-shrink: 0;
}
.marquee-wrap .marquee-items a {
  margin-inline: 60px;
  flex-shrink: 0;
  filter: grayscale(100%);
  transition: filter 0.3s;
}
.marquee-wrap .marquee-items a:hover {
  filter: grayscale(0);
}
.marquee-wrap .marquee-items img {
  max-height: 94px;
  width: auto;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.how-it-made {
  gap: 7.17522659%;
}
@media (max-width: 1199px) {
  .how-it-made {
    flex-direction: column;
    align-items: initial;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .how-it-made {
    gap: 40px;
  }
}
.how-it-made__nav {
  flex: 0 1 350px;
}
@media (max-width: 1199px) {
  .how-it-made__nav {
    flex-basis: auto;
  }
}
.how-it-made__nav a {
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding-block: 16px;
}
@media (max-width: 550px) {
  .how-it-made__nav a {
    padding-block: 12px;
    font-size: 18px;
  }
}
.how-it-made__nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--grey);
  transition: all 0.5s;
}
.how-it-made__nav a svg {
  opacity: 0;
  transition: opacity 0.5s;
}
.how-it-made__nav li {
  color: var(--grey);
}
.how-it-made__nav li.active,
.how-it-made__nav li:hover {
  color: #fff;
}
.how-it-made__nav li.active svg,
.how-it-made__nav li:hover svg {
  opacity: 1;
}
.how-it-made__nav li.active a::after,
.how-it-made__nav li:hover a::after {
  transform: scaleY(300%);
  background-color: #fff;
}
.how-it-made__tabs {
  flex-grow: 1;
  display: grid;
}
.how-it-made__tabs.d-block {
  display: block;
}
.how-it-made__tabs > li {
  grid-row: 1;
  grid-column: 1;
  display: none;
}
.how-it-made__tabs > li.active {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}
.how-it-made__item {
  gap: 4.77272727%;
}
@media (max-width: 767px) {
  .how-it-made__item {
    flex-direction: column-reverse;
    align-items: initial;
    gap: 25px;
  }
}
.how-it-made__item.gap-0 {
  gap: 0;
  flex-direction: column;
}
.how-it-made__txt-part {
  flex: 0 1 409px;
  max-width: 409px;
}
@media (max-width: 767px) {
  .how-it-made__txt-part {
    flex-basis: auto;
  }
  .how-it-made__txt-part .mt-24 {
    margin-top: 10px;
  }
}
.how-it-made__img-part {
  flex: 0 1 423px;
}
@media (max-width: 767px) {
  .how-it-made__img-part {
    flex-basis: auto;
  }
}
.how-it-made__img-wrap {
  aspect-ratio: 424 / 312;
}
.quality-surface {
  background-color: #F6F5F4;
  align-items: center;
}
.quality-surface--white {
  background-color: #fff;
}
@media (max-width: 767px) {
  .quality-surface {
    flex-direction: column;
  }
}
.quality-surface__img-wrap-outer {
  flex: 0 1 640px;
  max-width: 640px;
}
@media (max-width: 767px) {
  .quality-surface__img-wrap-outer {
    flex-basis: auto;
    max-width: none;
    width: 100%;
  }
}
.quality-surface__txt-wrap-outer {
  flex: 1 1 684px;
  max-width: 684px;
  padding: 15px 15px 15px 46px;
}
.quality-surface__txt-wrap-outer h3 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .quality-surface__txt-wrap-outer {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .quality-surface__txt-wrap-outer {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .quality-surface__txt-wrap-outer {
    flex-basis: auto;
    max-width: none;
    padding-left: 15px;
    margin-top: 5px;
  }
}
.quality-surface__img-wrap {
  padding-bottom: 73.4375%;
  height: 100%;
  display: block;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .quality-surface__img-wrap {
    padding-bottom: 60%;
    border-radius: 16px;
  }
}
.quality-surface__img-wrap.has-watch-btn {
  padding-bottom: 61.5625%;
}
.quality-surface__img-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .quality-surface.reverse {
    flex-direction: row-reverse;
  }
}
.quality-surface.reverse .quality-surface__img-wrap {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .quality-surface.reverse .quality-surface__img-wrap {
    border-radius: 16px;
  }
}
.watch-btn {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.watch-btn__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 51px;
  height: 51px;
}
header {
  --hambureger-color: var(--header-fg);
}
header .toggle-menu {
  width: 25px;
  height: 20px;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  display: none;
}
@media (max-width: 1199px) {
  header .toggle-menu {
    display: block;
  }
}
header .toggle-menu span {
  display: block;
  width: 100%;
  position: relative;
  height: 20px;
}
header .toggle-menu span span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--hambureger-color);
  position: absolute;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
  transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
}
header .toggle-menu span span.before {
  top: 0;
}
header .toggle-menu span span.middle {
  top: 9px;
}
header .toggle-menu span span.after {
  top: 18px;
}
header .toggle-menu span.anim {
  margin: 7px 0 0;
}
header .toggle-menu span.anim span {
  background-color: var(--hambureger-color);
}
header .toggle-menu span.anim > .before {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
  transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
}
header .toggle-menu span.anim > .middle {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
  transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
}
header .toggle-menu span.anim > .after {
  opacity: 0;
  top: 0;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
  transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
}
.mobile-menu-container {
  background-color: var(--header-bg);
  color: var(--header-fg);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
}
.mobile-menu-wrap .main-menu {
  display: block;
}
.mobile-menu-wrap .main-menu > li {
  border-top: 1px solid var(--onyx);
}
.mobile-menu-wrap .main-menu > li:last-child {
  border-bottom: 1px solid var(--onyx);
}
.mobile-menu-wrap .main-menu li {
  padding-block: 10px;
}
.btn-with-arrr {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 6px 55px 6px 24px;
  position: relative;
  color: #000;
  transition: all 0.3s;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 100px;
}
.btn-with-arrr svg {
  position: absolute;
  top: 50%;
  right: 24px;
  transition: transform 0.3s;
  transform: translateY(-50%);
}
.btn-with-arrr svg path {
  transition: fill 0.3s;
}
.btn-with-arrr--invert {
  background-color: #000;
  color: #fff;
}
.btn-with-arrr:hover svg {
  transform: translate(4px, -50%);
}
.content-and-see-all {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.quotes {
  --pl: calc((420 / 1324) * 100%);
  padding: 80px 3.77643505% 80px var(--pl);
}
@media (max-width: 550px) {
  .quotes {
    padding: 30px 20px;
  }
}
.quotes__bg {
  position: absolute;
  width: var(--pl);
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 550px) {
  .quotes__bg {
    display: none;
  }
}
.quotes__bg-inner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-59%);
  padding-right: 40px;
}
@media (max-width: 991px) {
  .quotes__bg-inner {
    padding-right: 0;
  }
}
.quotes-slide {
  padding-left: 20px;
}
@media (max-width: 550px) {
  .quotes-slide {
    padding-left: 0;
  }
}
.quotes--alt {
  --pl: calc((650 / 1324) * 100%);
  padding: 117px 8.76132931% 90px var(--pl);
}
@media (max-width: 991px) {
  .quotes--alt {
    --pl: calc((420 / 1324) * 100%);
    padding: 80px 3.77643505% 80px var(--pl);
  }
}
@media (max-width: 550px) {
  .quotes--alt {
    padding: 30px 20px;
  }
}
.quotes--alt .quotes__bg-inner {
  right: 70px;
}
@media (max-width: 991px) {
  .quotes--alt .quotes__bg-inner {
    right: -26px;
  }
}
.quotes--alt .quotes__bg-inner svg:first-child {
  position: relative;
  left: -133px;
}
.quotes--alt .quotes__bg-inner svg:last-child {
  position: absolute;
  bottom: -50px;
  right: 46px;
}
.free-quote-btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.free-quote-btn-wrap_bottom {
  top: auto;
  bottom: 0;
  transform: translateY(70%);
}
@media (max-width: 991px) {
  .free-quote-btn-wrap {
    position: static;
    text-align: center;
    margin-top: 16px;
    transform: none;
  }
}
.btn-with-left-svg {
  display: inline-block;
  font-family: "elza-text";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 24px 8px 57px;
  color: #111;
  border: 1px solid #111;
  text-decoration: none;
  border-radius: 20px;
  position: relative;
}
.btn-with-left-svg.bg_dark {
  color: #fff;
}
.btn-with-left-svg.bg_white {
  background-color: #fff;
}
.btn-with-left-svg svg {
  position: absolute;
  top: 7px;
  left: 24px;
  transition: transform 0.3s;
}
.cat-link {
  font: 700 12px / 1 var(--main-font);
  letter-spacing: 0.48px;
  border-radius: 32px;
  border: 1px solid var(--White, #FFF);
  background: var(--White, #FFF);
  padding: 7px 16px;
  text-decoration: none;
  color: var(--onyx);
  text-transform: uppercase;
  transition: all 0.3s;
}
.cat-link:hover {
  color: #fff;
  background-color: var(--onyx);
}
.project-meta {
  padding: 32px 24px;
}
.project-meta__table {
  font-family: var(--second-font);
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 8px;
}
@media (max-width: 550px) {
  .project-meta__table {
    font-size: 15px;
  }
}
.project-meta__table-label {
  font-weight: 600;
  padding: 8px;
  border-bottom: 1px solid var(--grey);
}
.project-meta__table-val {
  padding: 8px;
  border-bottom: 1px solid var(--grey);
}
.project-meta__table-val span,
.project-meta__table-val a {
  display: block;
  color: inherit;
}
.project-meta__material-wrap {
  margin-bottom: 8px;
  border-radius: 7px;
  height: 125px;
  width: 106px;
}
.project-meta__material-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aspect-16-9 {
  aspect-ratio: 16 / 9;
}
.aspect-450-510 {
  aspect-ratio: 450 / 510;
}
@media (max-width: 767px) {
  .aspect-450-510 {
    aspect-ratio: 4 / 3;
  }
}
.aspect-450-510 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aspect-425-240 {
  aspect-ratio: 425 / 240;
  object-fit: cover;
}
.aspect-450-300 {
  aspect-ratio: 450 / 300;
}
.aspect-450-300 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-project > * {
  --flow-space: 56px;
}
@media (max-width: 991px) {
  .single-project > * {
    --flow-space: 40px;
  }
}
@media (max-width: 767px) {
  .single-project > * {
    --flow-space: 25px;
  }
}
.single-project .max-835 > * {
  --flow-space: 25px;
  margin-bottom: 0;
}
.single-project .max-835 a {
  color: inherit;
}
.two-columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .two-columns {
    flex-direction: column-reverse;
  }
}
.two-columns > div:first-child {
  flex: 0 0.3 337px;
  max-width: 337px;
}
@media (max-width: 991px) {
  .two-columns > div:first-child {
    flex-basis: auto;
    max-width: none;
  }
}
.two-columns > div:last-child {
  flex: 0 1 915px;
  max-width: 915px;
}
.row-pad-8 {
  margin-inline: -8px;
}
.row-pad-8 > div {
  padding-inline: 8px;
}
.proj-img {
  margin-inline: auto;
}
.proj-video .play-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top_banner .content.wider {
  max-width: 900px;
}
.js-with-read-more {
  max-height: 96px;
  overflow: hidden;
  transition: height 0.4s;
}
.more-less {
  display: flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  text-decoration: none;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .more-less {
    margin-top: 16px;
  }
}
.more-less svg {
  transition: transform 0.3s;
}
[aria-expanded="true"] + .more-less svg {
  transform: rotate(-180deg);
}
.grey-sep {
  border-top: 1px solid var(--grey);
}
.stick-out {
  margin-top: -150px;
}
@media (max-width: 991px) {
  .stick-out {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  .stick-out {
    margin-top: -50px;
  }
}
@media (max-width: 550px) {
  .stick-out {
    margin-top: 0;
  }
}
.innovation-intro {
  margin-bottom: 24px;
}
.innovation-img {
  aspect-ratio: 647 / 393;
}
.innovation-txt-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.innovation-txt h1,
.innovation-txt h2,
.innovation-txt h3,
.innovation-txt h4,
.innovation-txt h5,
.innovation-txt h6 {
  color: var(--onyx);
  margin-bottom: 8px;
  font: 600 20px / 1.4 var(--main-font);
}
@media (max-width: 991px) {
  .innovation-txt h1,
  .innovation-txt h2,
  .innovation-txt h3,
  .innovation-txt h4,
  .innovation-txt h5,
  .innovation-txt h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .innovation-txt h1,
  .innovation-txt h2,
  .innovation-txt h3,
  .innovation-txt h4,
  .innovation-txt h5,
  .innovation-txt h6 {
    font-size: 17px;
  }
}
.main-sect .event-box {
  padding: 16px;
  border: 1px solid var(--grey);
  background-color: #fff;
}
.main-sect .event-box__meta {
  margin-top: 16px !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-sect .event-box__meta li {
  margin-bottom: 0;
}
.row_gap_40 {
  row-gap: 40px;
}
.row_gap_30 {
  row-gap: 30px;
}
.row_gap_25 {
  row-gap: 25px;
}
.row_gap_20 {
  row-gap: 20px;
}
.row_gap_16 {
  row-gap: 16px;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  text-align: left;
}
.filter_title_project .clear_filter {
  margin-left: auto;
}
.projects-filter {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .projects-filter {
    flex-direction: column;
  }
}
.projects-filter .btn-group {
  flex-grow: 1;
}
.projects-filter .btn-group button {
  width: 100%;
}
.proj-card .aspect-310-190 {
  aspect-ratio: 310 / 190;
}
.proj-card .aspect-647-398 {
  aspect-ratio: 647 / 398;
}
.proj-card__img-wrap {
  display: block;
}
.proj-card__meta span {
  display: block;
}
.proj-card.larger {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .proj-card.larger {
    grid-column: span 1;
  }
}
.proj-card a {
  text-decoration: none;
  color: inherit;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 27px;
}
@media (max-width: 1199px) {
  .projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .projects-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.compare-table {
  display: grid;
  grid-template-columns: 2fr repeat(var(--n-cols, 6), auto) 1fr;
  font: 400 16px / 1.5 var(--second-font);
}
@media (max-width: 1199px) {
  .compare-table {
    font-size: 15px;
  }
}
.compare-table .cell {
  padding: 16px 0 16px 8px;
  border-bottom: 1px solid var(--grey);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .compare-table .cell {
    padding-bottom: 10px;
  }
}
.compare-table .image {
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .compare-table .image {
    padding-bottom: 20px;
  }
}
.compare-table .image img {
  border-radius: 8px;
}
.compare-table .products .inner {
  max-width: 180px;
  padding-right: 24px;
}
@media (max-width: 1199px) {
  .compare-table .products .inner {
    padding-right: 20px;
  }
}
.compare-table .name {
  background-color: var(--light-grey);
}
.compare-table .name .inner span {
  display: block;
}
.compare-table .name .inner svg {
  margin-right: 24px;
}
@media (max-width: 991px) {
  .compare-table .name .inner svg {
    margin-right: 18px;
  }
}
.popup-compare-finishes {
  position: fixed;
  top: var(--logged-in);
  left: 0;
  right: 0;
  z-index: -1000;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s;
  background-color: #fff;
}
.popup-compare-finishes.show {
  z-index: 400;
  visibility: visible;
}
.popup-compare-finishes.visible {
  opacity: 1;
  pointer-events: auto;
}
.popup-compare-finishes .close-wrap {
  height: 64px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--grey);
}
@media (max-width: 1199px) {
  .popup-compare-finishes .close-wrap {
    height: 54px;
  }
}
.popup-compare-finishes .close-wrap button {
  opacity: 0.7;
  transition: opacity 0.3s;
  cursor: pointer;
  color: var(--dark-grey);
  font: inherit;
}
.popup-compare-finishes .close-wrap button:hover {
  opacity: 1;
}
.pt-56 {
  padding-top: 56px;
}
@media (max-width: 1199px) {
  .pt-56 {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .pt-56 {
    padding-top: 20px;
  }
}
.compare-finishes-wrap {
  display: grid;
}
.compare-finishes-wrap > * {
  height: calc(100svh - 64px - var(--logged-in));
  grid-row: 1;
  grid-column: 1;
  position: relative;
  z-index: 1;
  transition: opacity 0.4s;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  padding-bottom: 40px;
}
.compare-finishes-wrap > *.active {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
.satoshi-style,
.request-sample__field .bootstrap-select .btn .filter-option,
.request-sample__field .bootstrap-select div.dropdown-menu li a,
.request-sample__field input,
.request-sample__field textarea,
.request-sample__subscribe,
.request-sample__subscribe-wrap .wpcf7-list-item-label,
.request-submitted .text-submitted {
  font: var(--fz-satoshi-medium);
  color: var(--dark-grey);
}
.request-sample {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 991px) {
  .request-sample {
    flex-direction: column;
  }
}
.request-sample__info h4 {
  text-transform: uppercase;
}
.request-sample__list {
  font: var(--fz-satoshi-medium);
}
.request-sample__form {
  flex: 0 1 860px;
}
@media (max-width: 991px) {
  .request-sample__form {
    flex-basis: auto;
  }
}
@media (max-width: 767px) {
  .request-sample .btn-with-arrr {
    margin-bottom: 0;
  }
}
.request-sample__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 530px) {
  .request-sample__fields {
    grid-template-columns: 1fr;
  }
}
.request-sample__field.span2 {
  grid-column: span 2;
}
@media (max-width: 530px) {
  .request-sample__field.span2 {
    grid-column: span 1;
  }
}
.request-sample__field .bootstrap-select .btn {
  width: 100%;
}
.request-sample__field .bootstrap-select .bs-caret {
  background-image: url('../img-sy/select-arr-alt.svg');
}
.request-sample__field label {
  display: block;
  font: 700 12px / 1 var(--main-font);
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.request-sample__field input,
.request-sample__field textarea {
  display: inline-block;
  width: 100%;
  padding: 8px 10px;
  border-radius: 40px;
  border: 1px solid #C5C5C5;
}
.request-sample__field input::placeholder,
.request-sample__field textarea::placeholder {
  opacity: 1;
  color: var(--dark-grey);
}
.request-sample__field textarea {
  border-radius: 16px;
}
.request-sample__subscribe {
  padding-left: 37px;
  margin-top: 26px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.request-sample__subscribe::after {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--dark-grey);
  border-radius: 50%;
}
.request-sample__subscribe::before {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  transition: opacity 0.3s;
  opacity: 0;
  background: url('../img-sy/checkbox-tick.svg') 0 0 / cover no-repeat;
}
.request-sample__subscribe-input {
  position: absolute;
  opacity: 0;
  z-index: -10;
}
.request-sample__subscribe-input:checked + label::before {
  opacity: 1;
}
#submit-finish-seletor {
  background-color: #000;
  font: 400 16px / 1.5 var(--second-font);
  padding: 7px 16px;
  border: 1px solid #000;
  cursor: pointer;
  color: #fff;
  border-radius: 1000px;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  padding: 7px 20px;
}
#submit-finish-seletor:hover {
  color: #000;
  background-color: #fff;
}
.request-sample__subscribe-wrap .wpcf7-list-item {
  margin-left: 0;
}
.request-sample__subscribe-wrap .wpcf7-list-item-label {
  padding-left: 37px;
  margin-top: 26px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #686868;
}
.request-sample__subscribe-wrap .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--dark-grey);
  border-radius: 50%;
}
.request-sample__subscribe-wrap .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  transition: opacity 0.3s;
  opacity: 0;
  background: url('../img-sy/checkbox-tick.svg') 0 0 / cover no-repeat;
}
.request-sample__subscribe-wrap input {
  position: absolute;
  opacity: 0;
  z-index: -10;
}
.request-sample__subscribe-wrap input:checked + span::before {
  opacity: 1;
}
.links_row .btn-with-right-arrow {
  font-size: 16px;
  margin-inline: 0;
}
.finishes_block .finishes_items.start {
  justify-content: start;
}
.finishes_block .finishes_item .img {
  min-height: 193px;
}
.btn-with-plus {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 24px;
  color: #000;
  border-radius: 100px;
  border: 1px solid #000;
  background: #FFF;
  transition: all 0.3s;
  cursor: pointer;
}
.selects_filter > * {
  flex-grow: 1;
}
.selects_filter .btn {
  width: 100%;
  height: 54px;
}
.list-accessories li {
  font: 400 20px / 1.4 var(--second-font);
  color: var(--onyx);
  position: relative;
  padding-left: 20px;
}
.list-accessories li:not(:last-child) {
  margin-bottom: 8px;
}
.list-accessories li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
}
.list-accessories.white li {
  color: #fff;
}
.text-centered-with-btn-wrap {
  display: flex;
  justify-content: center;
}
.text-centered-with-btn-wrap .text-centered-with-btn {
  flex-direction: column;
  gap: 38px;
  align-items: center;
}
@media (max-width: 767px) {
  .text-centered-with-btn-wrap .text-centered-with-btn {
    gap: 20px;
  }
}
.tab_item .profile-range-desc *:not(p) {
  margin-bottom: 8px;
}
.column-finishes {
  flex-direction: column;
  gap: 16px;
}
.js-form.processing {
  filter: blur(2px);
  pointer-events: none;
  cursor: wait;
}
.js-form .js-field-wrap {
  position: relative;
}
.js-form .js-field-wrap .err {
  position: absolute;
  left: 12px;
  top: calc(100% + 0px);
  color: red;
  font-size: 12px;
  text-transform: initial;
  display: none;
}
.js-form .js-field-wrap.invalid .err {
  display: block;
}
.js-form .js-response-status-msg {
  margin-top: 15px;
}
.js-form .js-response-status-msg:empty {
  display: none;
}
@keyframes rotating {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.form-generating-screen {
  flex-direction: column;
  align-items: center;
  display: none;
}
.form-generating-screen svg {
  animation: rotating 2s linear infinite;
}
.screen-with-specs {
  display: none;
}
.form_popup .wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
  text-transform: initial;
  font-weight: 700;
}
.form_popup .wpcf7-response-output {
  color: inherit;
  border: none !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  color: green;
}
.form_popup.invalid .wpcf7-response-output {
  color: red;
}
#generate-specs.step-1 {
  display: flex;
  flex-direction: column;
  min-height: 90vh;
}
#generate-specs.step-1 form.form_in_modal {
  display: none;
}
#generate-specs.step-1 .form-generating-screen {
  display: flex;
  flex-direction: column;
  margin: auto;
}
#generate-specs.step-2 form.form_in_modal {
  display: none;
}
#generate-specs.step-2 .form-generating-screen {
  display: none;
}
#generate-specs.step-2 .screen-with-specs {
  display: block;
}
.main-sect .faq-items {
  margin-bottom: 30px;
}
.main-sect .faq-items__header {
  padding: 16px;
  border-bottom: 1px solid var(--grey);
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .main-sect .faq-items__header {
    padding: 13px;
  }
}
.main-sect .faq-items__header:hover {
  background-color: var(--light-grey);
}
.main-sect .faq-items__header img {
  transition: transform 0.3s;
}
.main-sect .faq-items__header.open {
  border-bottom: none;
}
.main-sect .faq-items__header.open img {
  transform: rotate(-180deg);
}
.main-sect .faq-items__body {
  padding: 16px;
  border-bottom: 1px solid var(--grey);
}
@media (max-width: 767px) {
  .main-sect .faq-items__body {
    padding: 13px;
  }
}
.dock-blocks-nav {
  gap: 0 40px;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.dock-blocks-nav::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.dock-blocks-nav a {
  display: inline-block;
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
  color: var(--dark-grey);
}
@media (max-width: 991px) {
  .dock-blocks-nav a {
    padding: 5px 0;
  }
}
.dock-blocks-nav a:hover {
  border-color: #FF6700;
  color: var(--onyx);
}
.mega-menu-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  display: none;
  border-top: 1px solid #F4F3F2;
}
@media (min-width: 1200px) {
  .mega-menu-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 300vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.top-menu-item-custom-desc {
  position: relative;
  z-index: 5;
}
.mega-menu-rest {
  display: grid;
  grid-template-columns: 300px minmax(min-content, 295px) auto minmax(245px, 1fr);
  gap: 0;
  padding: 0;
  min-height: 400px;
}
.mega-menu-rest .mega-menu-desc {
  color: #000;
}
@media (max-width: 1199px) {
  .mega-menu-rest {
    display: none;
  }
}
.mega-menu-rest a {
  text-decoration: none;
  color: inherit;
}
.mega-menu-rest .lvl-0,
.mega-menu-rest .lvl-1,
.mega-menu-rest .lvl-2,
.mega-menu-rest .lvl-3 {
  padding: 50px 12px 40px;
}
.mega-menu-rest .lvl-0 {
  position: relative;
  padding-right: 30px;
}
.mega-menu-rest .lvl-0::after {
  content: '';
  position: absolute;
  background-color: #F4F3F2;
  height: 100%;
  top: 0;
  right: 0;
  width: 100vw;
}
.mega-menu-rest .lvl-1 {
  padding-inline: 24px;
  border-left: 1px solid #E7E7E7;
  position: relative;
}
.mega-menu-rest .block-links {
  position: relative;
}
.mega-menu-rest .block-links::after {
  content: '';
  position: absolute;
  left: -22px;
  top: 0;
  height: 100%;
  border-left: 1px solid #E7E7E7;
}
.mega-menu-rest .lvl-1,
.mega-menu-rest .lvl-2 {
  display: grid;
  align-content: start;
}
.mega-menu-rest .lvl-1 > div,
.mega-menu-rest .lvl-2 > div {
  grid-column: 1;
  grid-row: 1;
  display: none;
}
.mega-menu-rest .lvl-1 > div.hover,
.mega-menu-rest .lvl-2 > div.hover {
  display: grid;
}
.mega-menu-rest .lvl-1 .level-link-alt,
.mega-menu-rest .lvl-2 .level-link-alt {
  display: flex;
  align-items: center;
  font: 600 16px / 1 var(--main-font);
  color: #000;
  margin-top: 15px;
  min-height: 24px;
}
.mega-menu-rest .lvl-1 .level-link-alt:not(.product-range),
.mega-menu-rest .lvl-2 .level-link-alt:not(.product-range) {
  padding: 10px 12px;
  border-radius: 22px;
}
.mega-menu-rest .lvl-1 .level-link-alt:not(.product-range):hover,
.mega-menu-rest .lvl-2 .level-link-alt:not(.product-range):hover {
  background: #E7E7E7;
}
.mega-menu-rest .lvl-1 .level-link-alt.product-range,
.mega-menu-rest .lvl-2 .level-link-alt.product-range {
  color: #000;
  font: 700 12px / 1 var(--main-font);
  letter-spacing: 0.48px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
}
.mega-menu-rest .lvl-1 .level-link-alt.product-range:after,
.mega-menu-rest .lvl-2 .level-link-alt.product-range:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background-color: currentColor;
}
.mega-menu-rest .lvl-1 .level-link-alt:first-child,
.mega-menu-rest .lvl-2 .level-link-alt:first-child {
  margin-top: 0;
}
.mega-menu-rest .lvl-1 .level-link-alt svg,
.mega-menu-rest .lvl-2 .level-link-alt svg {
  margin-left: auto;
  opacity: 0;
  transition: 0.3s;
}
.mega-menu-rest .lvl-1 .level-link-alt:hover svg,
.mega-menu-rest .lvl-2 .level-link-alt:hover svg {
  opacity: 1;
}
.mega-menu-rest .lvl-1 .card img,
.mega-menu-rest .lvl-2 .card img {
  padding: 0;
}
.mega-menu-rest .lvl-3 {
  display: grid;
  grid-template-columns: minmax(150px, 360px);
  justify-content: end;
}
.mega-menu-rest .lvl-3 > div {
  grid-row: 1;
  grid-column: 1;
  display: none;
}
.mega-menu-rest .lvl-3 > div.hover {
  display: block;
}
.mega-menu-rest .lvl-3 .card img {
  padding: 0;
}
.mega-menu {
  display: grid;
  grid-template-columns: minmax(min-content, 345px) minmax(min-content, 285px) auto minmax(245px, 1fr);
  gap: 24px;
  padding: 50px 0 40px 0;
}
@media (max-width: 1199px) {
  .mega-menu {
    display: none;
  }
}
.mega-menu a {
  text-decoration: none;
  color: inherit;
}
.mega-menu a.all_information {
  max-width: 240px;
  display: flex;
  width: 240px;
  padding: 8px 8px 8px 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background: #000;
  color: #FFF;
  font-family: "area-normal";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* 150% */
}
.mega-menu a.all_information i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
}
.mega-menu .lvl-0 {
  display: grid;
  row-gap: 24px;
  align-content: start;
}
.mega-menu .lvl-0 .label {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  max-width: 280px;
}
.mega-menu .lvl-0 .label .svg-wrap {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
  transition: background-color 0.3s;
}
.mega-menu .lvl-0 .label .svg-wrap path {
  transition: fill 0.3s;
}
.mega-menu .lvl-0 .label:hover,
.mega-menu .lvl-0 .label.highlight {
  border: 1px solid #E1E1E1;
  background: #E8E8E8;
}
.mega-menu .lvl-0 .label:hover .svg-wrap,
.mega-menu .lvl-0 .label.highlight .svg-wrap {
  background-color: #000;
}
.mega-menu .lvl-0 .label:hover .svg-wrap path,
.mega-menu .lvl-0 .label.highlight .svg-wrap path {
  fill: #fff;
}
.mega-menu .lvl-1 {
  padding-inline: 24px;
  border-left: 1px solid #E7E7E7;
  position: relative;
}
.mega-menu .lvl-1::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  background-color: #E7E7E7;
  height: 75%;
}
.mega-menu .lvl-1,
.mega-menu .lvl-2 {
  display: grid;
  align-content: start;
}
.mega-menu .lvl-1 > div,
.mega-menu .lvl-2 > div {
  grid-column: 1;
  grid-row: 1;
  display: none;
  row-gap: 15px;
}
.mega-menu .lvl-1 > div.hover,
.mega-menu .lvl-2 > div.hover {
  display: grid;
}
.mega-menu .lvl-1 .level-link,
.mega-menu .lvl-2 .level-link {
  display: flex;
  align-items: center;
  font: 600 16px / 1 var(--main-font);
  color: #000;
  min-height: 24px;
}
.mega-menu .lvl-1 .level-link:not(.product-range),
.mega-menu .lvl-2 .level-link:not(.product-range) {
  padding: 10px 12px;
  border-radius: 22px;
}
.mega-menu .lvl-1 .level-link svg,
.mega-menu .lvl-2 .level-link svg {
  margin-left: auto;
  opacity: 0;
  transition: 0.3s;
}
.mega-menu .lvl-1 .level-link:hover,
.mega-menu .lvl-2 .level-link:hover {
  background: #E7E7E7;
}
.mega-menu .lvl-1 .level-link:hover svg,
.mega-menu .lvl-2 .level-link:hover svg {
  opacity: 1;
}
.mega-menu .lvl-3 {
  display: grid;
  grid-template-columns: minmax(150px, 360px);
  justify-content: end;
}
.mega-menu .lvl-3 .card {
  grid-row: 1;
  grid-column: 1;
  display: none;
}
.mega-menu .lvl-3 .card img {
  padding: 0;
}
.mega-menu .lvl-3 .card.hover {
  display: block;
}
.finish-swatch {
  aspect-ratio: 180 / 248;
}
.email-me-specs {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 6px 24px;
  gap: 9px;
  transition: all 0.3s;
  display: inline-flex;
  text-decoration: none;
  border-radius: 100px;
  cursor: pointer;
}
.email-me-specs path {
  transition: fill 0.3s;
}
.email-me-specs:hover {
  background-color: #fff;
  color: #000;
}
.email-me-specs:hover path {
  fill: #000;
}
.email-me-specs-msg {
  margin-top: 20px;
  color: green;
}
.tech-specs-table {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 32px;
}
.tech-specs-table .label,
.tech-specs-table .val {
  padding: 16px 8px;
  border-bottom: 1px solid var(--grey);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .tech-specs-table .label,
  .tech-specs-table .val {
    padding: 10px 5px;
  }
}
.tech-specs-table .val {
  color: var(--dark-grey);
}
.tech-specs-table a {
  color: inherit;
}
.tech-specs-table strong {
  font-weight: 700;
}
.tech-specs-table .finish-swatch {
  max-width: 180px;
}
.single_content_application h1,
.single_content_application h2,
.single_content_application h3,
.single_content_application h4,
.single_content_application h5,
.single_content_application h6 {
  margin-top: 20px;
  margin-bottom: 8px;
}
.single_content_application p {
  margin-bottom: 25px;
}
.single_content_application p strong {
  display: inline-block;
  margin-top: 20px;
}
.single_content_application h1 {
  font-size: 42px;
}
@media (max-width: 991px) {
  .single_content_application h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .single_content_application h1 {
    font-size: 30px;
  }
}
.download_block {
  padding: 36px;
  display: flex;
  gap: 36px;
}
@media (max-width: 575px) {
  .download_block {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
  }
}
.download_block__img-wrap {
  flex: 0 0 154px;
  max-width: 154px;
  aspect-ratio: 154 / 194;
  background-color: #D9D9D9;
  overflow: hidden;
}
@media (max-width: 575px) {
  .download_block__img-wrap {
    flex-basis: auto;
  }
}
.download_block__txt-wrap {
  flex: 1 1 auto;
}
.profile-table {
  width: 100%;
}
.profile-table td {
  font: 400 16px / 1.5 var(--second-font);
  padding: 6px 10px 6px 0;
  border-bottom: 1px solid var(--grey);
  width: 50%;
}
.profile-table td:first-child {
  font-weight: bold;
  color: var(--onyx);
}
@media (max-width: 1500px) {
  .profiles_slider .slider_profiles {
    padding-top: 50px;
  }
}
.profile-frame {
  border-radius: 24px;
  background: #FFF;
  aspect-ratio: 535 / 385;
  overflow: hidden;
  width: min(535px, 100%);
  justify-content: center;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .profile-frame {
    aspect-ratio: 535 / 460;
  }
}
@media (max-width: 767px) {
  .profile-frame {
    aspect-ratio: 535 / 590;
  }
}
@media (max-width: 550px) {
  .profile-frame {
    aspect-ratio: 535 / 480;
  }
}
.profile-frame-wrap {
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
.profile-frame .img-profile {
  z-index: 20;
  width: auto;
  object-fit: contain;
}
.profile-frame.hide-img .img-profile {
  opacity: 0;
  z-index: -1;
}
.profile-frame .wrap-3d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.profile-frame.hide-3d .wrap-3d {
  opacity: 0;
}
.card-2__btns-wrap {
  flex-wrap: wrap;
}
.slick-list {
  /*.card,
    .card-2,
    .card-1 {
        margin-block: 2px;
    }*/
}
.search-widget {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-block: 20px;
  display: none;
}
.search-widget__inner {
  display: flex;
  justify-content: center;
}
.search-widget [name="s"] {
  border-radius: 1000px;
  border: 1px solid #D9D9D9;
  padding: 12px 16px;
  color: #000;
  font: 400 16px / 1.5 var(--second-font);
}
@media (max-width: 767px) {
  .search-widget [name="s"] {
    padding-block: 8px;
  }
}
.search-widget [type="submit"] {
  background-color: #000;
  font: 400 16px / 1.5 var(--second-font);
  padding: 7px 16px;
  border: 1px solid #000;
  cursor: pointer;
  color: #fff;
  border-radius: 1000px;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  padding-block: 12px;
}
.search-widget [type="submit"]:hover {
  color: #000;
  background-color: #fff;
}
.search-widget [type="submit"]_larger {
  padding-block: 13px;
}
@media (max-width: 767px) {
  .search-widget [type="submit"] {
    padding-block: 8px;
  }
}
#searchform > div {
  display: flex;
  gap: 8px;
}
.full-width-img {
  width: fit-content;
  margin-inline: auto;
}
.finishes-demo {
  align-items: center;
  row-gap: 25px;
}
.product-sections-nav-wrap {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  z-index: -100;
  visibility: hidden;
  pointer-events: none;
  border-bottom: 1px solid var(--light-grey);
}
body.admin-bar .product-sections-nav-wrap {
  top: 32px;
}
.product-sections-nav-wrap.visible {
  z-index: 999;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .product-sections-nav-wrap {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .product-sections-nav-wrap .container {
    max-width: none;
    width: 600px;
  }
}
@media (max-width: 767px) {
  .product-sections-nav-wrap {
    display: none;
  }
}
.to-top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid #3C839F;
  border-radius: 100px;
  text-decoration: none;
  color: #686868;
  gap: 4px;
}
.product-sections-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .product-sections-nav {
    justify-content: center;
  }
}
.product-sections-nav__title {
  font-weight: 500;
  font-size: 16px;
  color: #111;
}
@media (max-width: 1199px) {
  .product-sections-nav__title {
    display: none;
  }
}
.product-sections-nav__nav {
  display: flex;
  gap: 0 40px;
  margin-left: 40px !important;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .product-sections-nav__nav {
    column-gap: 15px;
    margin-left: 0 !important;
  }
}
.product-sections-nav__nav a {
  position: relative;
  padding-block: 17px;
  color: #686868;
  font-family: var(--second-font);
  text-decoration: none;
  display: inline-block;
}
.product-sections-nav__nav a.active::after,
.product-sections-nav__nav a:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3C839F;
}
.product-sections-nav__to-top {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .product-sections-nav__to-top {
    display: none;
  }
}
.two-images-img {
  aspect-ratio: 644 / 541;
}
.cf7-contact-us {
  width: fit-content;
  margin-inline: auto;
}
.loading {
  filter: blur(2px);
}
ul.bread {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 24px;
}
@media (max-width: 991px) {
  ul.bread {
    padding-block: 8px;
  }
}
ul.bread span {
  color: var(--onyx);
}
ul.bread a {
  text-transform: underline;
  display: flex;
  align-items: center;
  color: var(--onyx);
  gap: 3px;
}
ul.bread li {
  display: flex;
  align-items: center;
}
ul.bread li:not(:last-child)::after {
  content: '';
  margin-inline: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('../img-sy/chevron-bread.svg') center / cover no-repeat;
}
.footer_contact-info p {
  color: #686868;
}
.footer_contact-info a {
  text-decoration: underline;
}
.full-width-iframe iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}
.text-video-section h1,
.text-video-section h2,
.text-video-section h3,
.text-video-section h4,
.text-video-section h5,
.text-video-section h6 {
  margin-bottom: 12px;
}
.our-captcha {
  margin-top: 25px;
}
.search-items {
  display: grid;
  row-gap: 40px;
}
.search-item {
  display: grid;
  row-gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--grey);
}
.search-item a {
  text-decoration: none;
  color: inherit;
}
.docs_block.download_blocks {
  border-top: none;
  padding-top: 0;
}
/*# sourceMappingURL=style-sy.css.map */