/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/custom-heading/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Custom Heading Block Styles
 * 
 * Frontend and editor styles for custom heading block
 */
@media (min-width: 768px) {
  :root {
    --font-size-s: 2rem;
    --font-size-m: 3rem;
    --font-size-l: 3.5rem;
    --font-size-xl: 4rem;
  }
}
@media (min-width: 479px) and (max-width: 768px) {
  :root {
    --font-size-s: 1.75rem;
    --font-size-m: 2rem;
    --font-size-l: 3rem;
    --font-size-xl: 3.5rem;
  }
}
@media (max-width: 479px) {
  :root {
    --font-size-s: 1.25rem;
    --font-size-m: 1.5rem;
    --font-size-l: 2rem;
    --font-size-xl: 2rem;
  }
}

.sofa-heading {
  color: var(--heading-color, #050503);
  font-size: var(--heading-font-size, var(--font-size-l));
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 96%;
  letter-spacing: -0.03em;
}
.sofa-heading--white {
  color: var(--white);
}
.sofa-heading--s {
  --heading-font-size: var(--font-size-s);
}
.sofa-heading--m {
  --heading-font-size: var(--font-size-m);
}
.sofa-heading--l {
  --heading-font-size: var(--font-size-l);
}
.sofa-heading--xl {
  --heading-font-size: var(--font-size-xl);
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/home/hero/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 60px;
}
@media (min-width: 29.99875em) and (max-width: 74.99875em) {
  .hero {
    overflow: hidden;
  }
}
@media (min-width: 47.99875em) {
  .hero {
    min-height: 80vh;
  }
}
@media (max-width: 47.99875em) {
  .hero {
    min-height: 100svh;
  }
}
@media (max-width: 29.99875em) {
  .hero {
    overflow: hidden;
  }
}
.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--black-pure);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 110.0694444444%;
  height: 82.5%;
  aspect-ratio: 1585/660;
  background: radial-gradient(90.98% 92.2% at 50% 10%, rgba(36, 63, 245, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero video {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 111.9444444444%;
  height: 113.375%;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.25;
}
.hero__container {
  position: relative;
}
.hero__container::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: linear-gradient(0deg, #000 30.25%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 47.99875em) {
  .hero__container::after {
    bottom: -110%;
    aspect-ratio: 1440/406;
  }
}
@media (max-width: 47.99875em) {
  .hero__container::after {
    bottom: -65%;
    aspect-ratio: 400/300;
  }
}
.hero__body {
  position: relative;
  display: grid;
  align-items: start;
  align-content: start;
  gap: 20px;
  z-index: 5;
  max-width: 868px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hero__title {
  color: var(--white);
}
@media (min-width: 47.99875em) {
  .hero__title {
    --title-offsize: 64px;
  }
}
@media (max-width: 47.99875em) {
  .hero__title {
    --title-offsize: 42px;
  }
}
.hero__subtitle,
.hero .hero__subtitle {
  color: var(--secondary-color);
}
@media (min-width: 47.99875em) {
  .hero__subtitle,
  .hero .hero__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 47.99875em) {
  .hero__subtitle,
  .hero .hero__subtitle {
    font-size: 20px;
  }
}

.hero-decor {
  position: relative;
  z-index: 5;
  pointer-events: none;
  aspect-ratio: 1440/490;
}
@media (min-width: 175em) {
  .hero-decor {
    margin-top: -7%;
  }
}
@media (min-width: 125em) and (max-width: 175em) {
  .hero-decor {
    margin-top: -5.3%;
  }
}
@media (min-width: 74.99875em) and (max-width: 125em) {
  .hero-decor {
    margin-top: -1.6%;
  }
}
@media (min-width: 29.99875em) and (max-width: 74.99875em) {
  .hero-decor {
    margin-top: -11%;
    width: 115%;
  }
}
@media (min-width: 47.99875em) {
  .hero-decor {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 47.99875em) {
  .hero-decor {
    width: 100%;
  }
}
@media (max-width: 29.99875em) {
  .hero-decor {
    margin-top: -11%;
  }
}
.hero-decor__trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 50%;
  height: 50%;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.hero-decor:has(.is-visible) #filter-mask {
  opacity: 1;
}
@media (min-width: 47.99875em) {
  .hero-decor:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media (max-width: 47.99875em) {
  .hero-decor:not(:last-child) {
    margin-bottom: 48px;
  }
}
.hero-decor svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-decor #circle-mask {
  fill: #ffff00;
}
.hero-decor #filter-mask {
  opacity: 0;
  transition: opacity 0.6s ease;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/home/posters/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.posters__slider:not(.swiper-initialized) {
  overflow: hidden;
}
.posters__slider:not(.swiper-initialized) .posters__swiper {
  display: flex;
  align-items: center;
  gap: 64px;
}
.posters__slider:not(.swiper-initialized) .posters__slide {
  flex: 0 0 300px;
}
.posters__slider.swiper {
  overflow: visible;
}
.posters__swiper.swiper-wrapper {
  align-items: center;
}
.posters__swiper.ticker-animation {
  animation: tickerMove var(--ticker-speed) linear infinite;
}
@media (min-width: 47.99875em) {
  .posters__swiper.ticker-animation {
    --ticker-speed: 30s;
  }
}
@media (max-width: 47.99875em) {
  .posters__swiper.ticker-animation {
    --ticker-speed: 15s;
  }
}
.posters__slide {
  border-radius: 6px;
  overflow: hidden;
}
@media (any-hover: hover) {
  .posters__slide:hover img {
    transform: scale(1.1);
  }
}
.posters__slide:nth-child(even) {
  transform: rotate(-7deg);
}
@media (max-width: 29.99875em) {
  .posters__slide:nth-child(even) {
    width: 250px;
  }
}
.posters__slide:nth-child(odd) {
  transform: rotate(5deg);
}
@media (max-width: 29.99875em) {
  .posters__slide:nth-child(odd) {
    width: 200px;
  }
}
.posters__slide img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1.2s ease;
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/home/team/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.team {
  position: relative;
}
.team__inner {
  position: relative;
  z-index: 2;
  background-color: var(--team-bg-color, #000000);
}
@media (min-width: 47.99875em) {
  .team__inner {
    padding-bottom: 132px;
  }
}
@media (max-width: 47.99875em) {
  .team__inner {
    padding-bottom: 64px;
  }
}
@media (min-width: 47.99875em) {
  .team__container {
    padding-top: 132px;
  }
}
@media (max-width: 47.99875em) {
  .team__container {
    padding-top: 64px;
  }
}
.team__headline {
  display: flex;
  gap: 16px 48px;
}
@media (min-width: 47.99875em) {
  .team__headline {
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 47.99875em) {
  .team__headline {
    flex-direction: column;
  }
}
@media (min-width: 47.99875em) {
  .team__headline:not(:last-child) {
    margin-bottom: 42px;
  }
}
@media (max-width: 47.99875em) {
  .team__headline:not(:last-child) {
    margin-bottom: 24px;
  }
}
.team__controls {
  display: flex;
  gap: 8px;
}
@media (min-width: 47.99875em) {
  .team__controls {
    flex: 0 1 120px;
  }
}
@media (max-width: 47.99875em) {
  .team__controls {
    max-width: 100px;
  }
}
.team__controls .slider-button {
  color: var(--white);
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 47.99875em) {
  .team__controls .slider-button {
    flex: 0 1 56px;
  }
}
@media (max-width: 47.99875em) {
  .team__controls .slider-button {
    flex: 0 1 48px;
  }
}
.team__controls .slider-button.swiper-button-lock {
  display: none !important;
}
.team__slider:not(.swiper-initialized) {
  overflow: hidden;
}
.team__slider:not(.swiper-initialized) .team__swiper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.team__slider:not(.swiper-initialized) .team__slide {
  flex: 0 0 33.333%;
}
.team__slider.swiper {
  overflow: visible;
}
.team__swiper {
  min-width: 0;
}
.team__progressbar {
  width: 100%;
  max-width: 480px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  background-color: #212121;
}
@media (min-width: 47.99875em) {
  .team__progressbar {
    margin-top: 34px;
  }
}
@media (max-width: 47.99875em) {
  .team__progressbar {
    margin-top: 24px;
  }
}
.team__progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff;
  border-radius: 50px;
  height: 100%;
  width: 100%;
  display: block;
  transform-origin: left;
}
.team__progressbar.swiper-pagination-lock {
  display: none !important;
}
.team__top-decor {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate3D(0px, 12px, 0);
}
.team__bottom-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  width: 45.8333333333%;
  height: auto;
  aspect-ratio: 660/465;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-team:nth-child(3n+1) .slide-team__image::after {
  top: 32.9809725159%;
  right: 15.7894736842%;
}
.slide-team:nth-child(3n+2) .slide-team__image::after {
  top: 47.5687103594%;
  left: -10.8552631579%;
}
.slide-team:nth-child(3n+3) .slide-team__image::after {
  width: 278.2894736842%;
  bottom: 37.2093023256%;
  left: 13.4868421053%;
}
.slide-team__image {
  position: relative;
  border-radius: 20px;
  background-color: #e9e4da;
  overflow: hidden;
}
@media (min-width: 47.99875em) {
  .slide-team__image:not(:last-child) {
    margin-bottom: 22px;
  }
}
@media (max-width: 47.99875em) {
  .slide-team__image:not(:last-child) {
    margin-bottom: 16px;
  }
}
.slide-team__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-team__image::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  transform: rotate(-3.545deg);
  width: 257.8947368421%;
  height: auto;
  border-radius: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(218, 255, 0, 0.5) 0%, rgba(218, 255, 0, 0) 100%);
}
.slide-team__about {
  display: grid;
  align-items: start;
  align-content: start;
  gap: 5px;
  font-size: 18px;
  line-height: 96%;
  letter-spacing: -0.03em;
}
.slide-team__name {
  color: var(--white);
  font-weight: 700;
}
.slide-team__position {
  color: #a3a3a3;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/home/what-we-do/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.what-we-do__headline {
  display: flex;
  gap: 16px 48px;
}
@media (min-width: 47.99875em) {
  .what-we-do__headline {
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 47.99875em) {
  .what-we-do__headline {
    flex-direction: column;
  }
}
@media (min-width: 47.99875em) {
  .what-we-do__headline:not(:last-child) {
    margin-bottom: 42px;
  }
}
@media (max-width: 47.99875em) {
  .what-we-do__headline:not(:last-child) {
    margin-bottom: 24px;
  }
}
.what-we-do__controls {
  display: flex;
  gap: 8px;
}
@media (min-width: 47.99875em) {
  .what-we-do__controls {
    flex: 0 1 120px;
  }
}
@media (max-width: 47.99875em) {
  .what-we-do__controls {
    max-width: 100px;
  }
}
@media (min-width: 47.99875em) {
  .what-we-do__controls .slider-button {
    flex: 0 1 56px;
  }
}
@media (max-width: 47.99875em) {
  .what-we-do__controls .slider-button {
    flex: 0 1 48px;
  }
}
.what-we-do__slider:not(.swiper-initialized) {
  overflow: hidden;
}
.what-we-do__slider:not(.swiper-initialized) .what-we-do__swiper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.what-we-do__slider:not(.swiper-initialized) .what-we-do__slide:first-child {
  flex: 1 0 100%;
}
.what-we-do__slider.swiper {
  overflow: visible;
}
.what-we-do__swiper.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
.what-we-do__progressbar {
  width: 100%;
  max-width: 480px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  background-color: #e9e4da;
}
@media (min-width: 47.99875em) {
  .what-we-do__progressbar {
    margin-top: 34px;
  }
}
@media (max-width: 47.99875em) {
  .what-we-do__progressbar {
    margin-top: 24px;
  }
}
.what-we-do__progressbar .swiper-pagination-progressbar-fill {
  background-color: #030303;
  border-radius: 50px;
  height: 100%;
  width: 100%;
  display: block;
  transform-origin: left;
}
.what-we-do--hide-controls .what-we-do__controls {
  display: none;
}
.what-we-do--hide-progressbar .what-we-do__progressbar {
  display: none;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/home/case-studies-card/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.slide-what-we-do {
  position: relative;
  display: grid;
  align-items: center;
  align-content: center;
  width: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media (min-width: 61.99875em) {
  .slide-what-we-do {
    min-height: clamp(400px, 75vh, 660px);
    padding: 48px 72px;
  }
}
@media (min-width: 29.99875em) and (max-width: 61.99875em) {
  .slide-what-we-do {
    padding: 48px;
  }
}
@media (max-width: 29.99875em) {
  .slide-what-we-do {
    padding: 24px;
  }
}
.slide-what-we-do__inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: start;
  align-content: start;
  max-width: 450px;
  color: var(--white);
}
@media (min-width: 47.99875em) {
  .slide-what-we-do__inner {
    gap: 24px;
  }
}
@media (max-width: 47.99875em) {
  .slide-what-we-do__inner {
    gap: 16px;
  }
}
.slide-what-we-do__label {
  font-weight: 500;
  color: var(--white);
}
.slide-what-we-do__descr {
  display: grid;
  align-items: start;
  align-content: start;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 47.99875em) {
  .slide-what-we-do__descr {
    gap: 16px;
  }
}
@media (max-width: 47.99875em) {
  .slide-what-we-do__descr {
    gap: 12px;
  }
}
.slide-what-we-do__descr p {
  margin: 0 !important;
}
.slide-what-we-do__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 4px;
}
.slide-what-we-do__tag {
  display: inline-flex;
  padding: 8px 12px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 45px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(153, 153, 153, 0.25) 100%);
}
.slide-what-we-do__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.slide-what-we-do__decor {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 954/661;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
}
.swiper-slide-active .slide-what-we-do__decor {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=style-index.css.map*/