@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Lekton:ital,wght@0,400;0,700;1,400&display=swap");
.block-editor-iframe__html {
  font-size: 62.5%;
  /*
      Theme Name: Sebastian Wywiórski 
      Description: dedykowany szablon dla Sebastiana Wywiórskiego
      Version: 1.0.9
      Author: Piotr Sember
      Theme URI: https://sweetlava.eu
      Author URI: https://sweetlava.eu
  */
  /*
   * Description for mobiles
   * something like facebook does the description
   * for the photos
  */
  /*Skin */
  /*CSS Animations*/
}
.block-editor-iframe__html :where(.wp-block) {
  max-width: 100%;
}
.block-editor-iframe__html html {
  font-size: 62.5%;
  overflow-y: scroll !important;
}
.block-editor-iframe__html body {
  margin: 0;
  background: var(--body-bg, #1E1E1E);
  line-height: 1.4444444444;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: var(--font-color, #EEF6EC);
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.block-editor-iframe__html *, .block-editor-iframe__html *::after, .block-editor-iframe__html *::before {
  box-sizing: border-box;
}
.block-editor-iframe__html body a {
  color: inherit;
  outline: none;
  text-decoration: none;
}
.block-editor-iframe__html body a:not(.no-anim) {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.block-editor-iframe__html a img {
  border: none;
}
.block-editor-iframe__html h1, .block-editor-iframe__html h2, .block-editor-iframe__html h3, .block-editor-iframe__html h4, .block-editor-iframe__html h5, .block-editor-iframe__html h6, .block-editor-iframe__html p, .block-editor-iframe__html ul, .block-editor-iframe__html ol {
  margin: 0;
}
.block-editor-iframe__html ul, .block-editor-iframe__html ol {
  padding-left: 1.5em;
}
.block-editor-iframe__html h1, .block-editor-iframe__html h2, .block-editor-iframe__html h3, .block-editor-iframe__html h4, .block-editor-iframe__html h5, .block-editor-iframe__html h6, .block-editor-iframe__html strong {
  font-weight: 700;
}
.block-editor-iframe__html input, .block-editor-iframe__html textarea, .block-editor-iframe__html select, .block-editor-iframe__html button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
  display: block;
  margin: 0;
  padding: 0;
  line-height: inherit;
  background: none;
  border: none;
}
.block-editor-iframe__html input:not([type=checkbox]):not([type=radio]):not([type=submit]), .block-editor-iframe__html textarea {
  width: 100%;
}
.block-editor-iframe__html textarea {
  resize: vertical;
}
.block-editor-iframe__html svg, .block-editor-iframe__html img:not(.x2) {
  max-width: 100%;
  width: auto;
  height: auto;
}
.block-editor-iframe__html .d-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.block-editor-iframe__html .d-table > * {
  display: table-cell;
  vertical-align: middle;
}
.block-editor-iframe__html .clr {
  clear: both !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.block-editor-iframe__html td {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
}
.block-editor-iframe__html td:nth-child(n+2) {
  padding-left: 2rem !important;
}
.block-editor-iframe__html td:nth-child(n+2):empty {
  padding-left: 0 !important;
}
.block-editor-iframe__html table {
  width: 100% !important;
  height: auto !important;
}
.block-editor-iframe__html tr {
  width: auto !important;
  height: auto !important;
}
.block-editor-iframe__html tr:nth-child(n+2) td {
  padding-top: 2rem !important;
}
.block-editor-iframe__html main {
  display: block;
}
.block-editor-iframe__html .container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 1584px;
  padding-left: 13.6rem;
  padding-right: 13.6rem;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.block-editor-iframe__html iframe {
  max-width: 100%;
}
.block-editor-iframe__html .video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.block-editor-iframe__html .video-container embed, .block-editor-iframe__html .video-container iframe, .block-editor-iframe__html .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-editor-iframe__html html {
  overflow-y: auto !important;
}
.block-editor-iframe__html strong {
  font-weight: 700;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transform: translateX(-20px);
  opacity: 0;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-1 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-2 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-3 {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-4 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-5 {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-6 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-7 {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-8 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-9 {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-10 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-11 {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-12 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-13 {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-14 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-15 {
  -webkit-transition-delay: 3.75s;
  transition-delay: 3.75s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-16 {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-17 {
  -webkit-transition-delay: 4.25s;
  transition-delay: 4.25s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-18 {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-19 {
  -webkit-transition-delay: 4.75s;
  transition-delay: 4.75s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active.step-20 {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-1 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-1 {
  -webkit-transition-delay: 0.25s !important;
  transition-delay: 0.25s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-2 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-2 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-3 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-3 {
  -webkit-transition-delay: 0.75s !important;
  transition-delay: 0.75s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-4 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-4 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-5 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-5 {
  -webkit-transition-delay: 1.25s !important;
  transition-delay: 1.25s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-6 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-6 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-7 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-7 {
  -webkit-transition-delay: 1.75s !important;
  transition-delay: 1.75s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-8 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-8 {
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-9 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-9 {
  -webkit-transition-delay: 2.25s !important;
  transition-delay: 2.25s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-10 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-10 {
  -webkit-transition-delay: 2.5s !important;
  transition-delay: 2.5s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-11 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-11 {
  -webkit-transition-delay: 2.75s !important;
  transition-delay: 2.75s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-12 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-12 {
  -webkit-transition-delay: 3s !important;
  transition-delay: 3s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-13 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-13 {
  -webkit-transition-delay: 3.25s !important;
  transition-delay: 3.25s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-14 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-14 {
  -webkit-transition-delay: 3.5s !important;
  transition-delay: 3.5s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-15 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-15 {
  -webkit-transition-delay: 3.75s !important;
  transition-delay: 3.75s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-16 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-16 {
  -webkit-transition-delay: 4s !important;
  transition-delay: 4s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-17 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-17 {
  -webkit-transition-delay: 4.25s !important;
  transition-delay: 4.25s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-18 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-18 {
  -webkit-transition-delay: 4.5s !important;
  transition-delay: 4.5s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-19 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-19 {
  -webkit-transition-delay: 4.75s !important;
  transition-delay: 4.75s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.anim-block-inner .step-20 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.animate.active.anim-block-inner .step-20 {
  -webkit-transition-delay: 5s !important;
  transition-delay: 5s !important;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block-rev {
  transform: translateX(20px);
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block-top {
  transform: translateY(-20px);
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block-bottom {
  transform: translateY(20px);
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block-opac {
  transform: translateX(0);
  opacity: 0;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.active {
  transform: translateX(0px) translateY(0px) scale(1);
  opacity: 1;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block-scale > * {
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block-scale.active > * {
  transform: scale(1);
  opacity: 1;
}
.block-editor-iframe__html .with-js:not(.elementor-editor-active) .anim-block.anim-block-inner {
  transform: scale(1) !important;
  opacity: 1 !important;
}
.block-editor-iframe__html ul {
  list-style: inside;
  padding-left: 0;
}
.block-editor-iframe__html li::marker {
  color: var(--color1, #EEF6EC);
}
.block-editor-iframe__html #wpadminbar {
  top: auto !important;
  bottom: 0 !important;
  position: fixed !important;
}
.block-editor-iframe__html nav#nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  font-family: "Lekton", monospace;
  font-size: 2rem;
  color: var(--color2, #62FF92);
  padding: 1.2rem 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  backdrop-filter: blur(12px);
}
@media (max-width: 767px) {
  .block-editor-iframe__html nav#nav {
    font-size: 1.8rem;
    padding: 1.4rem 0;
  }
}
.mode-light .block-editor-iframe__html nav#nav {
  color: #0D1412;
}
.block-editor-iframe__html nav#nav::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: var(--color5, #072219);
  opacity: 0.6;
}
.mode-light .block-editor-iframe__html nav#nav::before {
  opacity: 0.08;
}
@media (max-width: 767px) {
  .show-menu .block-editor-iframe__html nav#nav {
    height: 100vh;
  }
}
.block-editor-iframe__html nav#nav .container-in {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 6.4rem;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html nav#nav .container-in {
    gap: 3.2rem;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html nav#nav .container-in {
    flex-wrap: wrap;
  }
}
.block-editor-iframe__html nav#nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 6.4rem;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html nav#nav .menu {
    gap: 3.2rem;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html nav#nav .menu {
    font-size: 3.2rem;
    line-height: 1.2;
    gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.block-editor-iframe__html nav#nav .menu a {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .block-editor-iframe__html nav#nav .menu a:hover {
    text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
  }
}
.block-editor-iframe__html nav#nav .menu .current-menu-item a, .block-editor-iframe__html nav#nav .menu .current_page_item a {
  text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
}
.block-editor-iframe__html nav#nav .logo {
  position: relative;
  z-index: 10;
  display: block;
}
@media (max-width: 767px) {
  .show-menu .block-editor-iframe__html nav#nav .logo {
    opacity: 0;
    pointer-events: none;
  }
}
.block-editor-iframe__html nav#nav #menu-btn {
  display: none;
  cursor: pointer;
  z-index: 20;
  order: 5;
}
@media (max-width: 767px) {
  .block-editor-iframe__html nav#nav #menu-btn {
    display: block;
    order: 2;
  }
}
.block-editor-iframe__html nav#nav #menu-btn .lines span {
  display: block;
  height: 2px;
  margin-top: 6px;
  width: 32px;
  background: var(--color2, #62FF92);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.block-editor-iframe__html nav#nav #menu-btn .lines span:first-child {
  margin-top: 0 !important;
}
.show-menu .block-editor-iframe__html nav#nav #menu-btn .lines span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.show-menu .block-editor-iframe__html nav#nav #menu-btn .lines span:nth-child(2) {
  opacity: 0;
}
.show-menu .block-editor-iframe__html nav#nav #menu-btn .lines span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.block-editor-iframe__html #menu-container {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  gap: 6.4rem;
  align-items: center;
  max-height: calc(100vh - 13rem);
  overflow-y: auto;
}
@media (max-width: 767px) {
  .block-editor-iframe__html #menu-container {
    display: none;
    order: 10;
    gap: 4rem;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    padding-left: 7.3rem;
    align-items: flex-start;
  }
  .show-menu .block-editor-iframe__html #menu-container {
    display: flex;
  }
}
.block-editor-iframe__html .mode-switch {
  display: flex;
  gap: 2px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  background: var(--color2b, #1B4A2F);
  flex-shrink: 0;
}
@media (hover: hover) {
  .block-editor-iframe__html .mode-switch:hover .light, .block-editor-iframe__html .mode-switch:hover .dark {
    background-color: transparent;
  }
  .block-editor-iframe__html .mode-switch:hover .light::before, .block-editor-iframe__html .mode-switch:hover .dark::before {
    filter: grayscale(0) brightness(1);
  }
  .mode-light .block-editor-iframe__html .mode-switch:hover .light, .mode-light .block-editor-iframe__html .mode-switch:hover .dark {
    background: transparent;
  }
}
.block-editor-iframe__html .mode-switch .light, .block-editor-iframe__html .mode-switch .dark {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  width: 30px;
  border: 1px solid var(--color2b, #1B4A2F);
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.block-editor-iframe__html .mode-switch .light::before, .block-editor-iframe__html .mode-switch .dark::before {
  display: block;
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.mode-light .block-editor-iframe__html .mode-switch .light::before, .mode-light .block-editor-iframe__html .mode-switch .dark::before {
  filter: grayscale(1) brightness(0) !important;
}
.block-editor-iframe__html .mode-switch .light {
  background-color: transparent;
}
.block-editor-iframe__html .mode-switch .light::before {
  background-image: url("images/light.png");
}
@media (hover: hover) {
  .block-editor-iframe__html .mode-switch .light:hover {
    background-color: var(--color2, #62FF92) !important;
  }
  .block-editor-iframe__html .mode-switch .light:hover::before {
    filter: grayscale(1) brightness(0);
  }
}
.mode-light .block-editor-iframe__html .mode-switch .light {
  background-color: var(--body-bg, #1E1E1E);
}
@media (hover: hover) {
  .mode-light .block-editor-iframe__html .mode-switch .light:hover {
    background-color: var(--body-bg, #1E1E1E) !important;
  }
}
.block-editor-iframe__html .mode-switch .dark {
  background-color: var(--color2, #62FF92);
}
.block-editor-iframe__html .mode-switch .dark::before {
  background-image: url("images/dark.png");
  filter: grayscale(1) brightness(0);
}
@media (hover: hover) {
  .block-editor-iframe__html .mode-switch .dark:hover {
    background-color: var(--color2, #62FF92) !important;
  }
  .block-editor-iframe__html .mode-switch .dark:hover::before {
    filter: grayscale(1) brightness(0);
  }
}
.mode-light .block-editor-iframe__html .mode-switch .dark {
  background: transparent;
}
@media (hover: hover) {
  .mode-light .block-editor-iframe__html .mode-switch .dark:hover {
    background-color: var(--body-bg, #1E1E1E) !important;
  }
}
.block-editor-iframe__html .glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}
.block-editor-iframe__html .glightbox-container.inactive {
  display: none;
}
.block-editor-iframe__html .glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.block-editor-iframe__html .glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}
.block-editor-iframe__html .glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}
.block-editor-iframe__html .glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}
.block-editor-iframe__html .glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.block-editor-iframe__html .glightbox-container .gslide-inner-content {
  width: 100%;
}
.block-editor-iframe__html .glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
  padding: 18rem;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .glightbox-container .ginner-container {
    padding: 24px;
  }
}
.block-editor-iframe__html .glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
.block-editor-iframe__html .glightbox-container .ginner-container.desc-bottom,
.block-editor-iframe__html .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-editor-iframe__html .glightbox-container .ginner-container.desc-left,
.block-editor-iframe__html .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
.block-editor-iframe__html .gslide iframe,
.block-editor-iframe__html .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}
.block-editor-iframe__html .gslide:not(.current) {
  pointer-events: none;
}
.block-editor-iframe__html .gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-editor-iframe__html .gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}
.block-editor-iframe__html .desc-top .gslide-image img,
.block-editor-iframe__html .desc-bottom .gslide-image img {
  width: auto;
}
.block-editor-iframe__html .desc-left .gslide-image img,
.block-editor-iframe__html .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}
.block-editor-iframe__html .gslide-image img.zoomable {
  position: relative;
}
.block-editor-iframe__html .gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}
.block-editor-iframe__html .gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}
.block-editor-iframe__html .gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}
.block-editor-iframe__html .gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}
.block-editor-iframe__html .gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}
.block-editor-iframe__html .gslide-video.playing::before {
  display: none;
}
.block-editor-iframe__html .gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}
.block-editor-iframe__html .gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}
.block-editor-iframe__html .gslide-inline {
  background: var(--font-color, #EEF6EC);
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}
.block-editor-iframe__html .gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}
.block-editor-iframe__html .gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}
.block-editor-iframe__html .ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}
.block-editor-iframe__html .gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: var(--font-color, #EEF6EC);
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}
.block-editor-iframe__html .gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.block-editor-iframe__html .zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.block-editor-iframe__html .desc-top .gslide-media,
.block-editor-iframe__html .desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-editor-iframe__html .gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.block-editor-iframe__html .gslide-description.description-left,
.block-editor-iframe__html .gslide-description.description-right {
  max-width: 100%;
}
.block-editor-iframe__html .gslide-description.description-bottom,
.block-editor-iframe__html .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}
.block-editor-iframe__html .gslide-description p {
  margin-bottom: 12px;
}
.block-editor-iframe__html .gslide-description p:last-child {
  margin-bottom: 0;
}
.block-editor-iframe__html .zoomed .gslide-description {
  display: none;
}
.block-editor-iframe__html .glightbox-button-hidden {
  display: none;
}
.block-editor-iframe__html .glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(var(--color3, #fff), 0) 0%, rgba(var(--color3, #fff), 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}
.block-editor-iframe__html .glightbox-mobile .glightbox-container .gslide-title {
  color: var(--font-color, #EEF6EC);
  font-size: 1em;
}
.block-editor-iframe__html .glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.block-editor-iframe__html .glightbox-mobile .glightbox-container .gslide-desc a {
  color: var(--font-color, #EEF6EC);
  font-weight: bold;
}
.block-editor-iframe__html .glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}
.block-editor-iframe__html .glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: var(--font-color, #EEF6EC);
  opacity: 0.4;
}
.block-editor-iframe__html .gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.block-editor-iframe__html .gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}
.block-editor-iframe__html .gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}
.block-editor-iframe__html .greset {
  transition: all 0.3s ease;
}
.block-editor-iframe__html .gabsolute {
  position: absolute;
}
.block-editor-iframe__html .grelative {
  position: relative;
}
.block-editor-iframe__html .glightbox-desc {
  display: none !important;
}
.block-editor-iframe__html .glightbox-open {
  overflow: hidden;
}
.block-editor-iframe__html .gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid var(--font-color, #EEF6EC);
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}
.block-editor-iframe__html .goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: var(--color5, #072219);
  opacity: 0.8;
  will-change: opacity;
}
.mode-light .block-editor-iframe__html .goverlay {
  background: #fff;
}
.block-editor-iframe__html .gprev,
.block-editor-iframe__html .gnext,
.block-editor-iframe__html .gclose {
  padding: 0 !important;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: transparent !important;
}
.block-editor-iframe__html .gprev svg,
.block-editor-iframe__html .gnext svg,
.block-editor-iframe__html .gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}
.block-editor-iframe__html .gprev, .block-editor-iframe__html .gnext {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
  border-radius: 50%;
  border: 1px solid #fff;
  gap: 2.4rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.block-editor-iframe__html .gprev.disabled, .block-editor-iframe__html .gnext.disabled {
  pointer-events: none;
}
.block-editor-iframe__html .gprev svg, .block-editor-iframe__html .gnext svg {
  display: none !important;
}
.mode-light .block-editor-iframe__html .gprev, .mode-light .block-editor-iframe__html .gnext {
  border-color: #000;
}
.block-editor-iframe__html .gprev::before, .block-editor-iframe__html .gnext::before {
  width: 0.8rem;
  aspect-ratio: 1/2;
  display: block;
  content: "";
  filter: brightness(5);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mode-light .block-editor-iframe__html .gprev::before, .mode-light .block-editor-iframe__html .gnext::before {
  filter: brightness(0);
}
@media (hover: hover) {
  .block-editor-iframe__html .gprev:hover, .block-editor-iframe__html .gnext:hover {
    border-color: var(--color2, #62FF92) !important;
  }
  .block-editor-iframe__html .gprev:hover::before, .block-editor-iframe__html .gnext:hover::before {
    filter: brightness(1) !important;
  }
}
.block-editor-iframe__html .gprev::before {
  background-image: url("images/prev.svg");
}
@media (hover: hover) {
  .block-editor-iframe__html .gprev:hover::before {
    transform: translateX(-3px);
  }
}
.block-editor-iframe__html .gnext::before {
  background-image: url("images/next.svg");
}
@media (hover: hover) {
  .block-editor-iframe__html .gnext:hover::before {
    transform: translateX(3px);
  }
}
.block-editor-iframe__html .gclose svg {
  display: none !important;
}
.block-editor-iframe__html .gclose::before, .block-editor-iframe__html .gclose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: var(--color3, #fff);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.block-editor-iframe__html .gclose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .block-editor-iframe__html .gclose:hover::before, .block-editor-iframe__html .gclose:hover::after {
    background: var(--color2, #62FF92);
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
.block-editor-iframe__html .gprev.disabled,
.block-editor-iframe__html .gnext.disabled,
.block-editor-iframe__html .gclose.disabled {
  opacity: 0.1;
}
.block-editor-iframe__html .gprev .garrow,
.block-editor-iframe__html .gnext .garrow,
.block-editor-iframe__html .gclose .garrow {
  stroke: var(--font-color, #EEF6EC);
}
.block-editor-iframe__html .gbtn.focused {
  outline: 2px solid #0f3d81;
}
.block-editor-iframe__html iframe.wait-autoplay {
  opacity: 0;
}
.block-editor-iframe__html .glightbox-closing .gnext,
.block-editor-iframe__html .glightbox-closing .gprev,
.block-editor-iframe__html .glightbox-closing .gclose {
  opacity: 0 !important;
}
.block-editor-iframe__html .glightbox-clean .gslide-description {
  background: var(--font-color, #EEF6EC);
}
.block-editor-iframe__html .glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}
.block-editor-iframe__html .glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: var(--color3, #fff);
  margin-bottom: 19px;
  line-height: 1.4em;
}
.block-editor-iframe__html .glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}
.block-editor-iframe__html .glightbox-clean .gslide-video {
  background: var(--color3, #fff);
}
.block-editor-iframe__html .glightbox-clean .gprev path,
.block-editor-iframe__html .glightbox-clean .gnext path,
.block-editor-iframe__html .glightbox-clean .gclose path {
  fill: var(--font-color, #EEF6EC);
  stroke-width: 40px;
  stroke: var(--font-color, #EEF6EC);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media (hover: hover) {
  .block-editor-iframe__html .glightbox-clean .gprev:hover path,
  .block-editor-iframe__html .glightbox-clean .gnext:hover path,
  .block-editor-iframe__html .glightbox-clean .gclose:hover path {
    fill: var(--color1, #EEF6EC);
    stroke: var(--color1, #EEF6EC);
  }
}
.block-editor-iframe__html .glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 4rem;
  width: 4rem;
  height: auto;
}
.block-editor-iframe__html .glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 4rem;
  width: 4rem;
  height: auto;
}
.block-editor-iframe__html .glightbox-clean .gclose {
  width: 3.2rem;
  height: 3.2rem;
  top: 8rem;
  right: 4.4rem;
  position: absolute;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .glightbox-clean .gclose {
    top: 4.4rem;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .glightbox-clean .gclose {
    top: 24px;
    right: 24px;
  }
}
.block-editor-iframe__html .gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}
.block-editor-iframe__html .gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}
.block-editor-iframe__html .gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}
.block-editor-iframe__html .gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}
.block-editor-iframe__html .gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}
.block-editor-iframe__html .gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}
.block-editor-iframe__html .gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}
.block-editor-iframe__html .gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}
@-webkit-keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .block-editor-iframe__html .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 18rem;
  }
  .block-editor-iframe__html .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .block-editor-iframe__html .glightbox-container .ginner-container.desc-top .gslide-image,
  .block-editor-iframe__html .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .block-editor-iframe__html .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .block-editor-iframe__html .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .block-editor-iframe__html .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .block-editor-iframe__html .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .block-editor-iframe__html .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .block-editor-iframe__html .gslide-inline {
    max-height: 95vh;
  }
  .block-editor-iframe__html .gslide-external {
    max-height: 100vh;
  }
  .block-editor-iframe__html .gslide-description.description-left,
  .block-editor-iframe__html .gslide-description.description-right {
    max-width: 275px;
  }
  .block-editor-iframe__html .glightbox-open {
    height: auto;
  }
  .block-editor-iframe__html .glightbox-clean .description-left .gdesc-inner,
  .block-editor-iframe__html .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .block-editor-iframe__html .glightbox-clean .gprev {
    top: 50%;
    transform: translateY(-50%);
  }
  .block-editor-iframe__html .glightbox-clean .gnext {
    top: 50%;
    transform: translateY(-50%);
  }
}
.block-editor-iframe__html .gscrollbar-fixer {
  margin: 0 !important;
}
.block-editor-iframe__html :root {
  --body-bg: var(--body-bg, #1E1E1E);
  --font-color: var(--font-color, #EEF6EC);
  --color1: var(--color1, #EEF6EC);
  --color2: var(--color2, #62FF92);
  --color2b: var(--color2b, #1B4A2F);
  --color3: var(--color3, #fff);
  --color4: var(--color4, #000);
  --color5: var(--color5, #072219);
  --plyr-color-main: #62FF92;
}
.block-editor-iframe__html body.mode-light {
  --body-bg: #fff;
  --font-color: #0D1412;
  --color1: #000;
  --color2b: #BEF7CF;
  --color3: #000;
  --color4: #000;
  --color5: #62FF92;
}
.block-editor-iframe__html h1, .block-editor-iframe__html .h1 {
  font-size: 5.7rem;
  line-height: 1.0526315789;
  font-weight: 400;
  font-family: "Lekton", monospace;
}
@media (max-width: 1300px) {
  .block-editor-iframe__html h1, .block-editor-iframe__html .h1 {
    font-size: 4.6rem;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html h1, .block-editor-iframe__html .h1 {
    font-size: 3.2rem;
  }
}
.block-editor-iframe__html .h1-big {
  font-size: 7rem;
  line-height: 1.1428571429;
  font-weight: 400;
  font-family: "Lekton", monospace;
}
@media (max-width: 1300px) {
  .block-editor-iframe__html .h1-big {
    font-size: 4.6rem;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .h1-big {
    font-size: 4rem;
  }
}
.block-editor-iframe__html h2, .block-editor-iframe__html .h2 {
  font-size: 4.2rem;
  line-height: 1.1428571429;
  font-weight: 400;
  font-family: "Lekton", monospace;
}
@media (max-width: 1300px) {
  .block-editor-iframe__html h2, .block-editor-iframe__html .h2 {
    font-size: 3.4rem;
  }
}
.block-editor-iframe__html h3, .block-editor-iframe__html .h3 {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 400;
  font-family: "Lekton", monospace;
}
@media (max-width: 1300px) {
  .block-editor-iframe__html h3, .block-editor-iframe__html .h3 {
    font-size: 2.6rem;
  }
}
.block-editor-iframe__html h4, .block-editor-iframe__html .h4 {
  font-size: 2.4rem;
  line-height: 1.3333333333;
}
.block-editor-iframe__html .grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .grid {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transform: translateX(-20px);
  opacity: 0;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block.active.step-1 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block.active.step-2 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block.active.step-3 {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block.active.step-4 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block.active.step-5 {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block.active.step-6 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block.active.step-7 {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block.active.step-8 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block.active.step-9 {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block.active.step-10 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block-rev {
  transform: translateX(20px);
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block-top {
  transform: translateY(-20px);
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block-bottom {
  transform: translateY(20px);
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block-opac {
  transform: translateX(0);
  opacity: 0;
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block.active {
  transform: translateX(0px) translateY(0px) scale(1);
  opacity: 1;
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block-scale > * {
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.block-editor-iframe__html .js:not(.elementor-editor-active) .anim-block-scale.active > * {
  transform: scale(1);
  opacity: 1;
}
.block-editor-iframe__html .parallax-window {
  position: relative;
  overflow: hidden;
}
.block-editor-iframe__html .parallax-window img {
  display: block;
  max-width: 100%;
  width: auto;
}
.block-editor-iframe__html .parallax-window .parallax-window-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.block-editor-iframe__html .parallax-window .parallax-window-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 108%;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.block-editor-iframe__html .parallax-window .parallax-window-in.no-anim {
  -webkit-transition: none;
  transition: none;
}
.block-editor-iframe__html .parallax-window .parallax-window-in img, .block-editor-iframe__html .parallax-window .parallax-window-in svg, .block-editor-iframe__html .parallax-window .parallax-window-in video {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}
.block-editor-iframe__html main {
  display: block;
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
}
.block-editor-iframe__html main p a {
  color: var(--color2, #62FF92);
  display: inline-block;
  position: relative;
}
.block-editor-iframe__html main p a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color2, #62FF92);
  display: block;
  content: "";
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media (min-width: 1025px) {
  .block-editor-iframe__html main p a:hover::before {
    width: 100%;
  }
}
.mode-light .block-editor-iframe__html main p a {
  color: #0D1412;
  display: inline-block;
  position: relative;
}
.mode-light .block-editor-iframe__html main p a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0D1412;
  display: block;
  content: "";
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media (min-width: 1025px) {
  .mode-light .block-editor-iframe__html main p a:hover::before {
    width: 100%;
  }
}
.home.wp-singular .block-editor-iframe__html main::before, .page-id-77 .block-editor-iframe__html main::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed var(--color2, #62FF92);
  z-index: 0;
}
.block-editor-iframe__html main section {
  position: relative;
  z-index: 4;
}
.block-editor-iframe__html main section p:empty::before {
  content: " ";
}
.block-editor-iframe__html button:not(.gbtn):not(.plyr__controls__item):not(.plyr__control), .block-editor-iframe__html .btn {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Lekton", monospace;
  line-height: 1.3333333333;
  border: 1px dashed var(--color2, #62FF92);
  color: var(--color2, #62FF92);
  text-align: center;
  padding: 0.8rem 2.4rem;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  position: relative;
  background: linear-gradient(to left, var(--body-bg, #1E1E1E) 33.3%, rgba(var(--color2, #62FF92), 0.1) 66.6%);
  background-size: 300% 100%;
  background-position: 100%;
}
.block-editor-iframe__html button:not(.gbtn):not(.plyr__controls__item):not(.plyr__control)::before, .block-editor-iframe__html .btn::before {
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid var(--color2, #62FF92);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition-delay: 0s;
}
@media (hover: hover) {
  .block-editor-iframe__html button:not(.gbtn):not(.plyr__controls__item):not(.plyr__control):hover, .block-editor-iframe__html .btn:hover {
    background-position: 0;
  }
  .block-editor-iframe__html button:not(.gbtn):not(.plyr__controls__item):not(.plyr__control):hover::before, .block-editor-iframe__html .btn:hover::before {
    opacity: 1;
  }
}
.block-editor-iframe__html .btn-link {
  font-size: 1.6rem;
  color: var(--color2, #62FF92);
  border-bottom: 1px solid var(--color2, #62FF92);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  display: inline-block;
  position: relative;
}
.block-editor-iframe__html .btn-link::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color2, #62FF92);
  display: block;
  content: "";
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media (min-width: 1025px) {
  .block-editor-iframe__html .btn-link:hover::before {
    width: 100%;
  }
}
.block-editor-iframe__html body {
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}
.block-editor-iframe__html .prev, .block-editor-iframe__html .next {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
  align-items: center;
  font-size: 2.4rem;
  font-family: "Lekton", monospace;
}
.block-editor-iframe__html .prev .icon, .block-editor-iframe__html .next .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--color3, #fff);
  gap: 2.4rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.mode-light .block-editor-iframe__html .prev .icon, .mode-light .block-editor-iframe__html .next .icon {
  border-color: #0D1412;
}
.mode-light .block-editor-iframe__html .prev .icon img, .mode-light .block-editor-iframe__html .prev .icon svg, .mode-light .block-editor-iframe__html .next .icon img, .mode-light .block-editor-iframe__html .next .icon svg {
  filter: brightness(0);
}
.block-editor-iframe__html .prev img, .block-editor-iframe__html .prev svg, .block-editor-iframe__html .next img, .block-editor-iframe__html .next svg {
  width: 0.8rem;
  aspect-ratio: 1/2;
  display: block;
  filter: brightness(5);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.block-editor-iframe__html .prev[href="#"], .block-editor-iframe__html .next[href="#"] {
  pointer-events: none;
  opacity: 0.5;
}
@media (hover: hover) {
  .block-editor-iframe__html .prev:hover, .block-editor-iframe__html .next:hover {
    color: var(--color2, #62FF92);
  }
  .block-editor-iframe__html .prev:hover .icon, .block-editor-iframe__html .next:hover .icon {
    border-color: var(--color2, #62FF92) !important;
  }
  .block-editor-iframe__html .prev:hover .icon img, .block-editor-iframe__html .prev:hover .icon svg, .block-editor-iframe__html .next:hover .icon img, .block-editor-iframe__html .next:hover .icon svg {
    filter: brightness(1) !important;
  }
}
@media (hover: hover) {
  .block-editor-iframe__html .prev:hover img, .block-editor-iframe__html .prev:hover svg {
    transform: translateX(-3px);
  }
}
@media (hover: hover) {
  .block-editor-iframe__html .next:hover img, .block-editor-iframe__html .next:hover svg {
    transform: translateX(3px);
  }
}
.block-editor-iframe__html .main-bg {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .main-bg {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .main-bg {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.block-editor-iframe__html .main-bg .bg {
  height: 100%;
  margin: 0 auto;
  max-width: 1504px;
  border-left: 1px solid var(--color2, #62FF92);
  border-right: 1px solid var(--color2, #62FF92);
}
@media (max-width: 767px) {
  .block-editor-iframe__html .main-bg .bg {
    border-right: none;
  }
}
.block-editor-iframe__html .has-text-align-right {
  text-align: right;
}
.block-editor-iframe__html .has-text-align-left {
  text-align: left;
}
.block-editor-iframe__html .has-text-align-center {
  text-align: center;
}
.block-editor-iframe__html .container {
  position: relative;
}
.block-editor-iframe__html .container .side-label-container {
  position: absolute;
  left: 100%;
  margin-left: -9.6rem;
  top: 0;
  height: 100%;
  color: var(--color2, #62FF92);
  font-family: "Lekton", monospace;
  font-size: 4rem;
  line-height: 1;
  z-index: 2;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .container .side-label-container {
    margin-left: -7rem;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .container .side-label-container {
    font-size: 3.2rem;
    margin-left: -4rem;
  }
}
.block-editor-iframe__html .container .side-label {
  display: block;
  position: sticky;
  top: 7rem;
  white-space: nowrap;
  writing-mode: tb-rl;
}
.wp-block-sw-projects-grid .block-editor-iframe__html .container .side-label {
  padding-bottom: 16rem;
}
@media (max-width: 767px) {
  .wp-block-sw-projects-grid .block-editor-iframe__html .container .side-label {
    padding-bottom: 8rem;
  }
}
.block-editor-iframe__html footer#footer {
  background: var(--color2, #62FF92);
  color: var(--color4, #000);
  font-size: 1.6rem;
  font-family: "Lekton", monospace;
  padding: 1.6rem;
}
.block-editor-iframe__html footer#footer a {
  color: inherit;
  display: inline-block;
  position: relative;
}
.block-editor-iframe__html footer#footer a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color4, #000);
  display: block;
  content: "";
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media (min-width: 1025px) {
  .block-editor-iframe__html footer#footer a:hover::before {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .block-editor-iframe__html html {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html html {
    font-size: 10px;
  }
  .block-editor-iframe__html body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.block-editor-iframe__html .wp-block-sw-main-hero {
  position: relative;
}
.block-editor-iframe__html .wp-block-sw-main-hero img, .block-editor-iframe__html .wp-block-sw-main-hero svg, .block-editor-iframe__html .wp-block-sw-main-hero video {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-main-hero img, .block-editor-iframe__html .wp-block-sw-main-hero svg, .block-editor-iframe__html .wp-block-sw-main-hero video {
    aspect-ratio: 402/757;
    object-fit: cover;
  }
}
.block-editor-iframe__html .wp-block-sw-main-hero .text {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.block-editor-iframe__html .wp-block-sw-main-hero .main-title {
  color: var(--color2, #62FF92);
}
@media (min-width: 1584px) {
  .block-editor-iframe__html .wp-block-sw-main-hero .main-title {
    font-size: 3.5984848485vw;
  }
}
.block-editor-iframe__html .wp-block-sw-text {
  margin-top: 16.8rem;
  margin-bottom: 8rem;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text {
    margin-top: 8rem;
    margin-bottom: 4rem;
  }
}
.block-editor-iframe__html .wp-block-sw-text + .wp-block-sw-text {
  margin-top: 0 !important;
}
.block-editor-iframe__html .wp-block-sw-text .text {
  grid-column: 3/span 6;
  background: var(--body-bg, #1E1E1E);
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 2.4rem;
  line-height: 1.5;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text .text {
    grid-column: 2/span 8;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-text .text {
    grid-column: 1/span 14;
    padding-left: 23.4567901235%;
    font-size: 1.8rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.block-editor-iframe__html .wp-block-sw-text .btn {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text .btn {
    margin-top: 3.2rem;
  }
}
.block-editor-iframe__html .wp-block-sw-text.text-size-1 .text {
  grid-column: 1/span 7;
  font-size: 4rem;
  font-family: "Lekton", monospace;
  padding-left: 0 !important;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text.text-size-1 .text {
    grid-column: 1/span 8;
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-text.text-size-1 .text {
    font-size: 3.2rem;
  }
}
.block-editor-iframe__html .wp-block-sw-text.text-size-1.text-pos-2 .text {
  grid-column: 3/span 10;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text.text-size-1.text-pos-2 .text {
    grid-column: 2/span 12;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-text.text-size-1.text-pos-2 .text {
    grid-column: 1/span 14;
  }
}
.block-editor-iframe__html .wp-block-sw-text.text-size-1.text-pos-3 .text {
  grid-column: 8/span 7;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text.text-size-1.text-pos-3 .text {
    grid-column: 7/span 8;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-text.text-size-1.text-pos-3 .text {
    grid-column: 1/span 14;
  }
}
.block-editor-iframe__html .wp-block-sw-text:not(.text-size-1).text-pos-2 .text {
  grid-column: 4/span 8;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text:not(.text-size-1).text-pos-2 .text {
    grid-column: 3/span 10;
  }
}
.block-editor-iframe__html .wp-block-sw-text:not(.text-size-1).text-pos-3 .text {
  grid-column: 6/span 7;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text:not(.text-size-1).text-pos-3 .text {
    grid-column: 5/span 8;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-text:not(.text-size-1).text-pos-3 .text {
    grid-column: 3/span 12;
  }
}
.block-editor-iframe__html .wp-block-sw-text.text-size-2 .text {
  grid-column: 4/span 8;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  padding-left: 0 !important;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text.text-size-2 .text {
    padding-right: 7rem;
    grid-column: 2/span 12;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-text.text-size-2 .text {
    grid-column: 1/span 14;
    padding-right: 2.4rem;
    font-size: inherit;
  }
}
.block-editor-iframe__html .project-header {
  padding-top: 17.6rem;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .project-header {
    padding-top: 13.6rem;
  }
}
.block-editor-iframe__html .project-header .grid {
  row-gap: 0;
}
.block-editor-iframe__html .project-header .project-info {
  padding-top: 9.6rem;
  grid-column: 1/span 5;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .project-header .project-info {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .project-header .project-info {
    gap: 2.4rem;
    grid-column: 1/span 14;
    grid-row: 1;
  }
}
.block-editor-iframe__html .project-header .project-prev-next {
  grid-column: 1/span 5;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  padding-top: 3.2rem;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .project-header .project-prev-next {
    grid-column: 1/span 14;
    grid-row: 3;
  }
}
.block-editor-iframe__html .project-header .project-prev-next .links {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
.block-editor-iframe__html .project-header .project-image {
  grid-column: 6/span 9;
  grid-row: 1/span 2;
  display: block;
  width: 100%;
  max-width: none;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .project-header .project-image {
    padding-top: 2.4rem;
    grid-column: 1/span 14;
    grid-row: 2;
  }
}
.block-editor-iframe__html .project-header .project-image img, .block-editor-iframe__html .project-header .project-image video, .block-editor-iframe__html .project-header .project-image svg {
  display: block;
  width: 100%;
  height: auto;
}
.block-editor-iframe__html .project-links {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.block-editor-iframe__html .project-links .container-in {
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
  justify-content: space-between;
}
.block-editor-iframe__html .project-links .container-in .next {
  margin-left: auto;
}
.block-editor-iframe__html .wp-block-sw-projects-grid + section {
  margin-top: 0 !important;
}
.block-editor-iframe__html .wp-block-sw-projects-grid .grid-gap {
  width: 6.0975609756%;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-projects-grid .grid-gap {
    width: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-projects-grid .side-label-container {
    position: relative !important;
    height: auto;
    left: auto;
    margin: 0;
    display: flex;
    justify-content: end;
  }
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-projects-grid .side-label {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-projects-grid .side-label {
    margin-right: -1.6rem;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-projects-grid .projects-grid {
    position: relative !important;
    height: auto !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.6rem;
    grid-row-gap: 6rem;
    grid-auto-flow: dense;
  }
}
.block-editor-iframe__html .wp-block-sw-projects-grid .project {
  display: block;
  width: 20.4268292683%;
  margin-bottom: 16rem;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-projects-grid .project {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-projects-grid .project {
    margin-bottom: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-projects-grid .project {
    position: static !important;
    left: 0 !important;
    top: 0 !important;
    grid-column: span 1;
  }
}
.block-editor-iframe__html .wp-block-sw-projects-grid .project:nth-child(2) {
  margin-top: 13.3rem;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-projects-grid .project:nth-child(2) {
    margin-top: 6.4rem;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-projects-grid .project:nth-child(2) {
    margin-top: 5rem;
  }
}
.block-editor-iframe__html .wp-block-sw-projects-grid .project:nth-child(3) {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-projects-grid .project:nth-child(3) {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-projects-grid .project:nth-child(3) {
    margin-top: 0;
  }
}
.block-editor-iframe__html .wp-block-sw-projects-grid .project img {
  display: block;
  max-width: none;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.block-editor-iframe__html .wp-block-sw-projects-grid .project.img-size-2 {
  width: 46.9512195122%;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-projects-grid .project.img-size-2 {
    grid-column: span 2;
  }
}
.block-editor-iframe__html .wp-block-sw-projects-grid a {
  overflow: hidden;
  position: relative;
}
.block-editor-iframe__html .wp-block-sw-projects-grid a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: var(--color2, #62FF92);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: blur(20px);
  opacity: 0;
}
@media (hover: hover) {
  .block-editor-iframe__html .wp-block-sw-projects-grid a:hover img {
    filter: blur(6px);
    transform: scale(1.02);
  }
  .block-editor-iframe__html .wp-block-sw-projects-grid a:hover::before {
    animation: circle 0.55s;
  }
}
@keyframes circle {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.block-editor-iframe__html .wp-block-sw-text-image {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text-image {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-text-image {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .block-editor-iframe__html .wp-block-sw-text-image:nth-child(2n+1) .text {
    text-align: right;
  }
}
.block-editor-iframe__html .wp-block-sw-text-image .text {
  grid-column: span 2;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4285714286;
  align-content: center;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text-image .text {
    grid-column: span 3;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-text-image .text {
    grid-column: 1/span 14 !important;
  }
}
.block-editor-iframe__html .wp-block-sw-text-image .media, .block-editor-iframe__html .wp-block-sw-text-image .video-box {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  grid-column-end: span 4;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-text-image .media, .block-editor-iframe__html .wp-block-sw-text-image .video-box {
    grid-column: 1/span 14 !important;
  }
}
.block-editor-iframe__html .wp-block-sw-text-image .media img, .block-editor-iframe__html .wp-block-sw-text-image .media svg, .block-editor-iframe__html .wp-block-sw-text-image .media video, .block-editor-iframe__html .wp-block-sw-text-image .video-box img, .block-editor-iframe__html .wp-block-sw-text-image .video-box svg, .block-editor-iframe__html .wp-block-sw-text-image .video-box video {
  height: auto;
  display: block;
  width: 100%;
}
.block-editor-iframe__html .wp-block-sw-text-image .video-box {
  position: relative;
  cursor: pointer;
}
.block-editor-iframe__html .wp-block-sw-text-image .video-box::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 56px;
  background: url("images/play.png") no-repeat center;
  background-size: contain;
  display: block;
  content: "";
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.block-editor-iframe__html .wp-block-sw-text-image .video-box.playing::after {
  opacity: 0;
}
.block-editor-iframe__html .wp-block-sw-text-image.img-pos-1 .media {
  grid-column-start: 1;
}
.block-editor-iframe__html .wp-block-sw-text-image.img-pos-2 .media {
  grid-column-start: 9;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text-image.img-pos-2 .media {
    grid-column-start: 8;
  }
}
.block-editor-iframe__html .wp-block-sw-text-image.img-size-5 .media {
  grid-column-end: span 5;
}
.block-editor-iframe__html .wp-block-sw-text-image.img-size-5.img-pos-2 .media {
  grid-column-start: 8;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text-image.img-size-5.img-pos-2 .media {
    grid-column-start: 7;
  }
}
.block-editor-iframe__html .wp-block-sw-text-image.img-size-6 .media {
  grid-column-end: span 6;
}
.block-editor-iframe__html .wp-block-sw-text-image.img-size-6.img-pos-2 .media {
  grid-column-start: 7;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text-image.img-size-6.img-pos-2 .media {
    grid-column-start: 6;
  }
}
.block-editor-iframe__html .wp-block-sw-text-image.img-size-7 .media {
  grid-column-end: span 7;
}
.block-editor-iframe__html .wp-block-sw-text-image.img-size-7.img-pos-2 .media {
  grid-column-start: 6;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text-image.img-size-7.img-pos-2 .media {
    grid-column-start: 5;
  }
}
.block-editor-iframe__html .wp-block-sw-text-image.img-size-8 .media {
  grid-column-end: span 8;
}
.block-editor-iframe__html .wp-block-sw-text-image.img-size-8.img-pos-2 .media {
  grid-column-start: 5;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text-image.img-size-8.img-pos-2 .media {
    grid-column-start: 4;
  }
}
.block-editor-iframe__html .wp-block-sw-text-image.img-size-9 .media {
  grid-column-end: span 9;
}
.block-editor-iframe__html .wp-block-sw-text-image.img-size-9.img-pos-2 .media {
  grid-column-start: 4;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-text-image.img-size-9.img-pos-2 .media {
    grid-column-start: 3;
  }
}
.block-editor-iframe__html .wp-block-sw-text-image .with-zoom {
  overflow: hidden;
  position: relative;
}
.block-editor-iframe__html .wp-block-sw-text-image .with-zoom video {
  pointer-events: none !important;
}
.block-editor-iframe__html .wp-block-sw-text-image .with-zoom img {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.block-editor-iframe__html .wp-block-sw-text-image .with-zoom::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: var(--color2, #62FF92);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: blur(20px);
  opacity: 0;
}
@media (hover: hover) {
  .block-editor-iframe__html .wp-block-sw-text-image .with-zoom:hover img {
    filter: blur(6px);
    transform: scale(1.02);
  }
  .block-editor-iframe__html .wp-block-sw-text-image .with-zoom:hover::before {
    animation: circle2 0.55s;
  }
}
@keyframes circle2 {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.block-editor-iframe__html .wp-block-sw-header-text {
  margin-top: 16rem;
  margin-bottom: 8rem;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-header-text {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.block-editor-iframe__html .wp-block-sw-header-text + .wp-block-sw-projects-grid {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-header-text .grid {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
}
.block-editor-iframe__html .wp-block-sw-header-text .header {
  grid-column: 1/span 7;
  background: var(--body-bg, #1E1E1E);
}
.block-editor-iframe__html .wp-block-sw-header-text .text {
  grid-column: 8/span 7;
  background: var(--body-bg, #1E1E1E);
}
.block-editor-iframe__html .wp-block-sw-media {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-media {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.block-editor-iframe__html .wp-block-sw-media .media {
  grid-column: 2/span 12;
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-media .media {
    grid-column: 1/span 14;
  }
}
.block-editor-iframe__html .wp-block-sw-accordion {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-accordion {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-accordion .accordion-list {
    padding-right: 7rem;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-accordion .accordion-list {
    padding-right: 2.4rem;
  }
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-item {
  position: relative;
  border-top: 1px solid transparent;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-item:last-child {
  border-bottom: 1px solid transparent;
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-item.open, .block-editor-iframe__html .wp-block-sw-accordion .accordion-item.force-open {
  border-top-color: var(--color1, #EEF6EC);
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-item.open + .accordion-item, .block-editor-iframe__html .wp-block-sw-accordion .accordion-item.force-open + .accordion-item {
  border-top-color: var(--color1, #EEF6EC);
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-item.open:last-child, .block-editor-iframe__html .wp-block-sw-accordion .accordion-item.force-open:last-child {
  border-bottom-color: var(--color1, #EEF6EC);
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-item.open .accordion-icon:before, .block-editor-iframe__html .wp-block-sw-accordion .accordion-item.force-open .accordion-icon:before {
  transform: rotate(135deg);
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-item.open .accordion-icon:after, .block-editor-iframe__html .wp-block-sw-accordion .accordion-item.force-open .accordion-icon:after {
  transform: rotate(225deg);
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-item.force-open .accordion-name {
  cursor: default;
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-item.force-open .accordion-content {
  height: auto !important;
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-icon {
  width: 2.4rem;
  aspect-ratio: 1/1;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-accordion .accordion-icon {
    width: 1.6rem;
  }
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-icon:before, .block-editor-iframe__html .wp-block-sw-accordion .accordion-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  background: var(--color1, #EEF6EC);
  width: 100%;
  height: 4px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-accordion .accordion-icon:before, .block-editor-iframe__html .wp-block-sw-accordion .accordion-icon:after {
    height: 2px;
    margin-top: -1px;
  }
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-icon:after {
  transform: rotate(90deg);
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-subtitle {
  white-space: nowrap;
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-item:not(.force-open) .accordion-title, .block-editor-iframe__html .wp-block-sw-accordion .accordion-item:not(.force-open) .accordion-subtitle {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  background-image: linear-gradient(to right, var(--color2, #62FF92), var(--color2, #62FF92) 50%, var(--color1, #EEF6EC) 50%);
  background-size: 200% 100%;
  background-position: 100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-item:not(.force-open) .accordion-title {
  position: relative;
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-item:not(.force-open) .accordion-title::before {
  display: block;
  content: "";
  position: absolute;
  left: -1.6rem;
  border-bottom: 2px dashed var(--color2, #62FF92);
  top: 50%;
  width: 0;
  margin-top: -1px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media (hover: hover) {
  .block-editor-iframe__html .wp-block-sw-accordion .accordion-item:not(.force-open) .accordion-name:hover .accordion-title, .block-editor-iframe__html .wp-block-sw-accordion .accordion-item:not(.force-open) .accordion-name:hover .accordion-subtitle {
    background-position: 0;
  }
  .block-editor-iframe__html .wp-block-sw-accordion .accordion-item:not(.force-open) .accordion-name:hover .accordion-title::before {
    width: calc(100% + 3.2rem);
  }
  .block-editor-iframe__html .wp-block-sw-accordion .accordion-item:not(.force-open) .accordion-name:hover .accordion-icon:before {
    transform: rotate(135deg);
    background: var(--color2, #62FF92);
  }
  .block-editor-iframe__html .wp-block-sw-accordion .accordion-item:not(.force-open) .accordion-name:hover .accordion-icon:after {
    transform: rotate(225deg);
    background: var(--color2, #62FF92);
  }
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-name {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-accordion .accordion-name {
    gap: 2.4rem;
  }
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-content-in {
  padding-top: 1.6rem;
  padding-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-accordion .accordion-content-in {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-content-in .img {
  grid-column: -4/-1;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-accordion .accordion-content-in .img {
    order: 1;
    width: 50%;
  }
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-content-in .img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
}
.block-editor-iframe__html .wp-block-sw-accordion .accordion-content-in .text {
  grid-column: 3/span 7;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-accordion .accordion-content-in .text {
    order: 2;
    padding-left: 23.4567901235%;
  }
}
.block-editor-iframe__html .wp-block-sw-projects-list {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-projects-list {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.block-editor-iframe__html .wp-block-sw-projects-list .projects-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: start;
}
@media (max-width: 1023px) {
  .block-editor-iframe__html .wp-block-sw-projects-list .projects-list {
    padding-right: 7rem;
  }
}
@media (max-width: 767px) {
  .block-editor-iframe__html .wp-block-sw-projects-list .projects-list {
    gap: 3.2rem;
    padding-right: 2.4rem;
  }
}
.block-editor-iframe__html .wp-block-sw-projects-list .project-name {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  background-image: linear-gradient(to right, var(--color2, #62FF92), var(--color2, #62FF92) 50%, var(--color1, #EEF6EC) 50%);
  background-size: 200% 100%;
  background-position: 100%;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-editor-iframe__html .wp-block-sw-projects-list .project-name::before {
  display: block;
  content: "";
  position: absolute;
  left: -1.6rem;
  border-bottom: 2px dashed var(--color2, #62FF92);
  top: 50%;
  width: 0;
  margin-top: -1px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.block-editor-iframe__html .wp-block-sw-projects-list a.project {
  background: var(--body-bg, #1E1E1E);
  position: relative;
}
@media (hover: hover) {
  .block-editor-iframe__html .wp-block-sw-projects-list a.project:hover .project-name {
    background-position: 0;
  }
  .block-editor-iframe__html .wp-block-sw-projects-list a.project:hover .project-name::before {
    width: calc(100% + 3.2rem);
  }
}
.block-editor-iframe__html section[class*=wp-block-sw-] a {
  color: var(--color2, #62FF92);
  display: inline-block;
  position: relative;
}
.block-editor-iframe__html section[class*=wp-block-sw-] a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color2, #62FF92);
  display: block;
  content: "";
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media (min-width: 1025px) {
  .block-editor-iframe__html section[class*=wp-block-sw-] a:hover::before {
    width: 100%;
  }
}

#pageparentdiv .page-template-label-wrapper,
#pageparentdiv #page_template {
  display: none !important;
}

#menu-management #nav-menu-footer .delete-action {
  margin-left: auto;
}
#menu-management #nav-menu-footer .menu-delete {
  margin-left: auto;
}

.block-editor-block-list__layout p {
  margin-top: 0;
  margin-bottom: 0;
}

.editor-inserter-sidebar button[class*="block-editor-block-types-list__item editor-block-list-item-paragraph"],
.editor-inserter-sidebar button[class*="block-editor-block-types-list__item editor-block-list-item-list"] {
  display: none !important;
}

button[class*="editor-block-list-item-paragraph/stretchy-paragraph"] {
  display: none !important;
}

.components-textarea-control {
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
}
.components-textarea-control textarea {
  resize: none;
  height: auto;
}

.sw-placeholder {
  opacity: 0.3 !important;
}

.projects-grid .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6%;
  row-gap: 40px;
  padding-bottom: 60px;
}
.projects-grid .block-editor-block-list__layout .project {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.projects-grid .block-editor-block-list__layout .project:empty {
  min-height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.projects-grid .block-editor-block-list__layout .block-list-appender {
  position: static;
}

.projects-list .block-list-appender {
  position: static;
  justify-self: flex-start;
}

.text-editor-container {
  position: relative;
}

.wp-block-sw-text .text-editor-container {
  padding-bottom: 40px;
}

.wp-block-sw-accordion .accordion-list > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender {
  position: static;
  width: auto;
  display: inline-block;
}
.wp-block-sw-accordion .accordion-content .text {
  padding-bottom: 40px;
}
