/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./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]!./res/js/block/section.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
:root {
  --side-icons: 42px;
  --side-right-1: 48px;
  --side-right-2: 68px;
  --side-space: calc(var(--side-right-1) + var(--side-icons) + var(--side-right-2));
  --header-height: 144px;
  --bottom-row-height: 62px;
  --theme-small-padding: 200px;
  --section-padding-vertical: 100px;
}
@media screen and (max-width: 1700px) {
  :root {
    --theme-small-padding: 100px;
  }
}
@media screen and (max-width: 1500px) {
  :root {
    --theme-small-padding: 0;
  }
}
@media screen and (max-width: 782px) {
  :root {
    --side-right-1: 20px;
    --side-right-2: 28px;
  }
}
.wp-block[data-type="bewiso/section"], .wp-block-bewiso-section {
  position: relative;
  box-sizing: border-box;
}
.wp-block[data-type="bewiso/section"].has-animation, .wp-block-bewiso-section.has-animation {
  overflow: hidden;
}
.wp-block[data-type="bewiso/section"]:not(.has-animation):not(.dynamic-height), .wp-block-bewiso-section:not(.has-animation):not(.dynamic-height) {
  min-height: calc(100vh - var(--bottom-row-height));
}
.wp-block[data-type="bewiso/section"]:not(.has-animation), .wp-block-bewiso-section:not(.has-animation) {
  padding-top: var(--section-padding-vertical);
  padding-bottom: var(--section-padding-vertical);
}
.wp-block[data-type="bewiso/section"]:first-of-type:not(.has-animation):not(.dynamic-height), .wp-block-bewiso-section:first-of-type:not(.has-animation):not(.dynamic-height) {
  min-height: calc(100vh - var(--bottom-row-height) - var(--header-height));
}
.wp-block[data-type="bewiso/section"].theme-small > .inner > .inner-content, .wp-block-bewiso-section.theme-small > .inner > .inner-content {
  padding: 0 var(--theme-small-padding);
}
.wp-block[data-type="bewiso/section"].theme-left > .inner > .inner-content, .wp-block-bewiso-section.theme-left > .inner > .inner-content {
  padding: 0 var(--theme-small-padding) 0 0;
}
.wp-block[data-type="bewiso/section"] .animation-container, .wp-block-bewiso-section .animation-container {
  width: 100%;
}
.wp-block[data-type="bewiso/section"] .animation-container .background-image, .wp-block-bewiso-section .animation-container .background-image {
  width: 100%;
}
.wp-block[data-type="bewiso/section"] .inner, .wp-block-bewiso-section .inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 50px var(--side-space);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block[data-type="bewiso/section"].has-animation .inner, .wp-block-bewiso-section.has-animation .inner {
  width: 45%;
}
.wp-block[data-type="bewiso/section"] .title, .wp-block-bewiso-section .title {
  font-size: 25px;
  font-weight: bold;
  text-align: right;
  display: inline-block;
  position: absolute;
  right: var(--side-space);
  top: 70px;
  z-index: 1;
}
.wp-block[data-type="bewiso/section"] .title .indicator, .wp-block-bewiso-section .title .indicator {
  position: absolute;
  width: 144px;
  height: 2px;
  background-color: black;
  top: calc(50% - 2px);
  right: calc(100% + 26px);
}
.wp-block[data-type="bewiso/section"].has-secondary-color .title .indicator, .wp-block-bewiso-section.has-secondary-color .title .indicator {
  background: var(--wp--preset--color--secondary);
}
@media (max-width: 1400px) {
  .wp-block-bewiso-section.has-animation {
    display: flex;
    flex-direction: column;
  }
  .wp-block-bewiso-section.has-animation.has-animation {
    aspect-ratio: inherit !important;
  }
  .wp-block-bewiso-section.has-animation > * {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .wp-block-bewiso-section.has-animation .animation-container, .wp-block-bewiso-section.has-animation .inner {
    width: 100%;
    height: auto;
    position: relative !important;
  }
  .wp-block-bewiso-section.has-animation .animation-container {
    overflow: hidden;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./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]!./res/js/block/AnimationEditor.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.animation-editor {
  position: fixed;
  top: 64px;
  left: 0;
  width: calc(100% - 280px);
  height: calc(100% - 89px);
  z-index: 9999;
  padding: 40px;
  box-sizing: border-box;
}
.animation-editor.is-dragging {
  cursor: move !important;
}
.animation-editor.is-dragging * {
  cursor: move !important;
}
.animation-editor, .animation-editor * {
  box-sizing: border-box;
}
.animation-editor .layer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.66);
  padding: 10px 30px 30px;
}
.animation-editor .layer header {
  display: flex;
  justify-content: space-between;
}
.animation-editor .layer header > div {
  display: flex;
}
.animation-editor .layer header > div div {
  margin-left: 40px;
  display: flex;
}
.animation-editor .layer header > div div input {
  transform: translateY(-2px);
}
.animation-editor .layer header > div div span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}
.animation-editor .layer header a {
  color: #000;
  text-decoration: none;
}
.animation-editor .layer header a span {
  font-size: 40px;
}
.animation-editor .layer .content {
  display: flex;
  width: 100%;
  height: calc(100% - 50px);
}
.animation-editor .layer .content .editor {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.animation-editor .layer .content .editor .background {
  width: 100%;
  position: relative;
}
.animation-editor .layer .content .editor .background img {
  width: 100%;
  display: block;
}
.animation-editor .layer .content .editor img.element {
  position: absolute;
  border: 1px solid transparent;
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: none;
  max-height: none;
}
.animation-editor .layer .content .editor img.element:hover {
  border-color: #f00;
}
.animation-editor .layer .content .sidebar {
  width: 300px;
  height: 100%;
  overflow-y: auto;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 20px;
}
.animation-editor .layer .content .sidebar h2 {
  font-weight: bold;
}
.animation-editor .layer .content .sidebar .element-list li {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.animation-editor .layer .content .sidebar .element-list li .settings {
  padding-left: 30px;
}
.animation-editor .layer .content .sidebar .element-list .image-wrap {
  text-align: center;
  width: 30%;
  flex-grow: 0;
  flex-shrink: 0;
  background: #ccc;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.animation-editor .layer .content .sidebar .element-list .image-wrap img {
  max-height: 200px;
  max-width: 100%;
}
.animation-editor:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: -1;
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./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]!./res/js/block/project.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.wp-block[data-type="bewiso/project"], .wp-block-bewiso-project {
  background: var(--wp--preset--color--primary);
}
.wp-block[data-type="bewiso/project"].wp-block[data-type="bewiso/project"], .wp-block-bewiso-project.wp-block[data-type="bewiso/project"] {
  padding: 10px 30px 10px 0;
}
.wp-block[data-type="bewiso/project"].wp-block-bewiso-project, .wp-block-bewiso-project.wp-block-bewiso-project {
  margin-right: var(--side-space);
  padding-bottom: 120px;
}
.wp-block[data-type="bewiso/project"].wp-block-bewiso-project .project-left ul, .wp-block-bewiso-project.wp-block-bewiso-project .project-left ul {
  transform: translateY(calc(-1 * var(--header-height) - 16px));
}
.wp-block[data-type="bewiso/project"], .wp-block[data-type="bewiso/project"] *, .wp-block-bewiso-project, .wp-block-bewiso-project * {
  box-sizing: border-box;
}
.wp-block[data-type="bewiso/project"], .wp-block-bewiso-project {
  display: flex;
}
.wp-block[data-type="bewiso/project"] .project-left, .wp-block[data-type="bewiso/project"] .project-right, .wp-block-bewiso-project .project-left, .wp-block-bewiso-project .project-right {
  flex-grow: 0;
  flex-shrink: 0;
}
.wp-block[data-type="bewiso/project"] .project-left, .wp-block-bewiso-project .project-left {
  width: 50%;
}
.wp-block[data-type="bewiso/project"] .project-right, .wp-block-bewiso-project .project-right {
  width: 50%;
  padding-top: 100px;
  padding-right: 200px;
}
.wp-block[data-type="bewiso/project"] .project-left, .wp-block-bewiso-project .project-left {
  padding-right: 56px;
}
.wp-block[data-type="bewiso/project"] .project-left button:first-of-type, .wp-block-bewiso-project .project-left button:first-of-type {
  margin-left: 10px;
}
.wp-block[data-type="bewiso/project"] .project-left ul, .wp-block-bewiso-project .project-left ul {
  list-style-type: none;
  padding: 0;
}
.wp-block[data-type="bewiso/project"] .project-left li, .wp-block-bewiso-project .project-left li {
  position: relative;
  margin-bottom: -6px;
}
.wp-block[data-type="bewiso/project"] .project-left li img, .wp-block-bewiso-project .project-left li img {
  width: 100%;
}
.wp-block[data-type="bewiso/project"] .project-left li button, .wp-block-bewiso-project .project-left li button {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.wp-block[data-type="bewiso/project"] .project-left li:hover button, .wp-block-bewiso-project .project-left li:hover button {
  opacity: 1;
}
.bewiso-project-slider {
  position: relative;
}
.bewiso-project-slider .slider-container {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.bewiso-project-slider .slider-container .slick-track {
  display: flex !important;
  align-items: stretch;
}
.bewiso-project-slider .slider-container .slick-slide {
  width: auto !important;
}
.bewiso-project-slider .slider-container .project-slide {
  padding: 0 3px;
  width: 30vw !important;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .bewiso-project-slider .slider-container .project-slide {
    width: 50vw !important;
  }
}
@media (max-width: 600px) {
  .bewiso-project-slider .slider-container .project-slide {
    width: 100vw !important;
  }
}
.bewiso-project-slider .slider-container .project-slide:nth-child(3n+2) {
  width: 40vw !important;
}
@media (max-width: 1024px) {
  .bewiso-project-slider .slider-container .project-slide:nth-child(3n+2) {
    width: 50vw !important;
  }
}
@media (max-width: 600px) {
  .bewiso-project-slider .slider-container .project-slide:nth-child(3n+2) {
    width: 100vw !important;
  }
}
.bewiso-project-slider .slider-container .project-slide .project-slide-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.bewiso-project-slider .slider-container .project-slide .project-slide-inner .project-slide-images {
  display: block;
  margin-bottom: 6px;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .bewiso-project-slider .slider-container .project-slide .project-slide-inner .project-slide-images {
    height: 600px;
  }
}
@media (max-width: 600px) {
  .bewiso-project-slider .slider-container .project-slide .project-slide-inner .project-slide-images {
    height: 500px;
  }
}
.bewiso-project-slider .slider-container .project-slide .project-slide-inner .project-slide-images .project-slide-image-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.bewiso-project-slider .slider-container .project-slide .project-slide-inner .project-slide-images .project-slide-image-wrap .project-slide-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.bewiso-project-slider .slider-container .project-slide .project-slide-inner .project-slide-images .project-slide-image-wrap .project-slide-image:hover {
  transform: scale(1.05);
}
.bewiso-project-slider .slider-container .project-slide .project-slide-inner .project-slide-images .multiple-images {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
}
.bewiso-project-slider .slider-container .project-slide .project-slide-inner .project-slide-images .multiple-images .project-slide-image-wrap {
  flex-grow: 1;
  height: auto;
}
.bewiso-project-slider .slider-container .project-slide .project-slide-inner .project-slide-images[data-image-count="2"] .multiple-images .project-slide-image-wrap:nth-child(1) {
  height: 60%;
  flex-grow: 0;
}
.bewiso-project-slider .slider-container .project-slide .project-slide-inner .project-slide-images[data-image-count="2"] .multiple-images .project-slide-image-wrap:nth-child(2) {
  height: 40%;
  flex-grow: 0;
}
.bewiso-project-slider .slider-container .project-slide .project-slide-inner .project-slide-info h3 {
  font-size: 1.2rem;
  margin: 0;
}
.bewiso-project-slider .slider-container .project-slide .project-slide-inner .project-slide-info h3 a {
  text-decoration: none;
  color: inherit;
}
.bewiso-project-slider .slider-container .project-slide .project-slide-inner .project-slide-info h3 a:hover {
  text-decoration: underline;
}
.bewiso-project-slider {
  /* Slick arrows styling */
}
.bewiso-project-slider .slick-prev, .bewiso-project-slider .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1000;
  background: none;
  border: none;
  width: var(--side-icons);
  height: var(--side-icons);
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bewiso-project-slider .slick-prev:hover, .bewiso-project-slider .slick-next:hover {
  background: none;
}
.bewiso-project-slider .slick-prev img, .bewiso-project-slider .slick-next img {
  width: 100%;
  height: auto;
  display: block;
}
.bewiso-project-slider .slick-prev {
  left: 0;
  transform: translateX(calc(-1 * (var(--side-space) - 40% - var(--side-right-1)))) rotate(180deg);
}
.bewiso-project-slider .slick-next {
  right: 0;
  transform: translateX(calc(var(--side-space) - 40% - var(--side-right-1)));
}
.bewiso-project-slider .slick-next:before, .bewiso-project-slider .slick-prev:before {
  display: none;
}
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./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]!./res/scss/editor.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "DINNextLTPro-Regular";
  src: url(fonts/din-next-lt-pro-regular.c350c855.eot);
  src: url(fonts/din-next-lt-pro-regular.c350c855.eot?#iefix) format("embedded-opentype"), url(fonts/din-next-lt-pro-regular.f5390af4.woff2) format("woff2"), url(fonts/din-next-lt-pro-regular.638192f6.woff) format("woff");
}
@font-face {
  font-family: "DINNextLTPro-Bold";
  src: url(fonts/din-next-lt-pro-bold.7af8c94b.eot);
  src: url(fonts/din-next-lt-pro-bold.7af8c94b.eot?#iefix) format("embedded-opentype"), url(fonts/din-next-lt-pro-bold.c410d41c.woff2) format("woff2"), url(fonts/din-next-lt-pro-bold.3e59e4e2.woff) format("woff");
}
@keyframes burgerAnimation {
  0% {
    transform: rotateY(0deg) scale(1);
  }
  2% {
    transform: rotateY(90deg) scale(0.7);
  }
  4% {
    transform: rotateY(180deg) scale(1);
  }
  50% {
    transform: rotateY(180deg) scale(1);
  }
  52% {
    transform: rotateY(270deg) scale(0.7);
  }
  54% {
    transform: rotateY(360deg) scale(1);
  }
  100% {
    transform: rotateY(360deg) scale(1);
  }
}
#menu-burger {
  position: fixed;
  width: var(--side-icons);
  height: var(--side-icons);
  background: transparent;
  perspective: 1000px;
  z-index: 9999;
}
#menu-burger .inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: burgerAnimation 15s infinite;
  animation-delay: 7.5s;
}
#menu-burger:hover {
  cursor: pointer;
}
#menu-burger .front,
#menu-burger .back {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#menu-burger .back {
  transform: rotateY(180deg);
}
#menu-burger .burger-icon {
  width: 100%;
  height: 100%;
  display: block;
}
#menu-burger .burger-icon rect,
#menu-burger .burger-icon path {
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  stroke-linecap: square;
}
#menu-burger.theme-dark svg {
  fill: var(--wp--preset--color--primary);
}
#menu-burger.theme-light svg, #menu-burger.theme-brand svg {
  fill: #000;
}
body {
  font-family: "DINNextLTPro-Regular", sans-serif;
}
h2 {
  font-weight: bold;
  font-size: clamp(2.188rem, 1.43rem + 2.02vw, 3.438rem);
}
p {
  line-height: 1.5;
  font-size: clamp(1.25rem, 1.061rem + 0.505vw, 1.563rem);
}
.wp-block-columns {
  gap: 50px;
}
html :where(.wp-block) {
  max-width: 100%;
  font-family: "DINNextLTPro-Regular", sans-serif;
}

/*# sourceMappingURL=editor.css.map*/