body.switching .logo, body.switching .exit-img, body.switching .arrow-img, body.switching .eye-container, body.switching .realizations-tile, body.switching .sneak-container, body.switching .offer-container {
  -webkit-animation: change_color 1s linear 0s infinite normal both;
  animation: change_color 1s linear 0s infinite normal both;
}
body.switching .sleek-theme-switch {
  -webkit-animation: change_color2 1s linear 0s infinite normal both;
  animation: change_color2 1s linear 0s infinite normal both;
}

@keyframes change_color {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes change_color {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes change_color2 {}
@-webkit-keyframes change_color2 {}
@-webkit-keyframes fading_el {
  0% {
    opacity: 0.1;
  }
  10% {
    opacity: 0.15;
  }
  20% {
    opacity: 0.25;
  }
  30% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.75;
  }
  90% {
    opacity: 0.75;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fading_el {
  0% {
    opacity: 0.1;
  }
  10% {
    opacity: 0.15;
  }
  20% {
    opacity: 0.25;
  }
  30% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.75;
  }
  90% {
    opacity: 0.75;
  }
  100% {
    opacity: 100%;
  }
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-ExtrathinItalic/font.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-Extrathin/font.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-ThinItalic/font.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-Thin/font.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-LightItalic/font.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-Light/font.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-RegularItalic/font.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-Regular/font.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-SemiboldItalic/font.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-Semibold/font.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-BoldItalic/font.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-Bold/font.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-ExtraboldItalic/font.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-Extrabold/font.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-BlackItalic/font.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("./fonts/font/AvertaStdPE-Black/font.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
body {
  font-family: Averta, sans-serif !important;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

/*
    Theme Name: Sleek app
    Description: Szablon dedykowany dla Sleek
    Version: 1.0
    Author: Damian Dudek
    Theme URI: https://kodhtml.pl
    Author URI: https://github.com/ddamian97/
*/
html {
  font-size: 62.5%;
  overflow-y: scroll !important;
}

body {
  margin: 0;
  line-height: 1;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: Averta;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition: all 1s ease-out 1s;
  transition: all 1s ease-out 1s;
}
body a span {
  padding-bottom: 3px;
  background-image: linear-gradient(transparent calc(100% - 1px), #21F569 1px);
}
@media (max-width: 1023px) {
  body {
    line-height: 1.3;
  }
}
body a span {
  width: calc(100%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body a:hover span {
  background-size: 100% 100%;
}
body.black-body {
  background-color: #0e0e0e;
  color: #E7E9E8;
}
body.light-body {
  background-color: #E7E9E8;
  color: #0e0e0e;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  color: inherit;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
}

ul, ol {
  padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
  display: block;
}

svg, img:not(.x2) {
  max-width: 100%;
  width: auto;
  height: auto;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.d-table > * {
  display: table-cell;
  vertical-align: middle;
}

.clr {
  clear: both !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

td {
  padding-left: 2rem;
}

td:first-child {
  padding-left: 0;
}

main {
  display: block;
}

body .container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}
@media (max-width: 1023px) {
  body .container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (max-width: 599px) {
  body .container {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
}
body .container .container-in {
  height: 100%;
  position: relative;
  padding-left: 8.6rem;
  padding-right: 8.6rem;
}
@media (max-width: 1360px) {
  body .container .container-in {
    padding-left: 4.6rem;
    padding-right: 4.6rem;
  }
}
@media (max-width: 1023px) {
  body .container .container-in {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
body .container.no-padding {
  padding: 0;
}

.no-padding {
  padding: 0 !important;
}

.bg-image {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.rwd-bg {
  background-position: center center;
  background-repeat: repeat;
}
.rwd-bg.full-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

iframe {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.max-width-container-w {
  max-width: 1920px;
  margin: 0 auto;
}

.fading-container {
  margin-top: 4.6875vw;
}
.fading-container .fading-el .fading-el-in {
  font-size: 0.9375vw;
  font-weight: 400;
  margin-top: 0.8333333333vw;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .fading-container .fading-el .fading-el-in {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}
html {
  overflow-y: auto !important;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: 500;
}

strong {
  font-weight: 700;
}

.js .anim-block {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.js .anim-block.active.step-1 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.js .anim-block.active.step-2 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.js .anim-block.active.step-3 {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.js .anim-block.active.step-4 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.js .anim-block.active.step-5 {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.js .anim-block.active.step-6 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.js .anim-block.active.step-7 {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.js .anim-block.active.step-8 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.js .anim-block.active.step-9 {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.js .anim-block.active.step-10 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.js .anim-block-rev {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.js .anim-block-top {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.js .anim-block-bottom {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.js .anim-block-opac {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
}

.js .anim-block.active {
  -webkit-transform: translateX(0px) translateY(0px) scale(1);
  transform: translateX(0px) translateY(0px) scale(1);
  opacity: 1;
}

.js .anim-block-scale > * {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.js .anim-block-scale.active > * {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.parallax-window {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.parallax-window img {
  display: block;
  max-width: 100%;
  width: auto;
}
.parallax-window .parallax-window-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.parallax-window .parallax-window-in.no-anim {
  -webkit-transition: none;
  transition: none;
}
.parallax-window .parallax-window-in img {
  max-width: none;
  height: 100%;
  width: auto;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.parallax-window .parallax-window-in + * {
  position: relative;
}

main {
  padding-top: 0;
  height: 100vh;
}
@media (max-width: 767px) {
  main {
    padding-top: 0;
  }
}
main #pagepiling {
  height: 100%;
  position: relative;
}

.section-header, .section-title {
  font-size: 2.6041666667vw;
  font-weight: 200;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .section-header, .section-title {
    font-size: 3.2rem;
  }
}

body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu, body #nav.nav-right .container .step-container.second-step-container .second-step-top, body #nav.nav-right .container .step-container.first-step-container, body .nav.nav-top .container .nav-content, body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container, body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-container .offer-tiles-container, body .section.side-text-animation-section .container .container-in .rotate-text-container, body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container .pricing-price-term, body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container {
  display: grid;
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
}

body .section.side-text-animation-section .container .container-in .rotate-text-container .first-text-container, body .section, body .section.pricing-section.side-side-text-section, body .section.faq-section.side-text-section .container .container-in .rotate-text-container .first-text-container, body .section.pricing-section .container .container-in .rotate-text-container .first-text-container, body .section.faq-section.side-text-section, body .section.pricing-section {
  min-height: calc( 100vh - 5.666rem - 4.6rem);
}
@media (max-width: 1023px) {
  body .section.side-text-animation-section .container .container-in .rotate-text-container .first-text-container, body .section, body .section.pricing-section.side-side-text-section, body .section.faq-section.side-text-section .container .container-in .rotate-text-container .first-text-container, body .section.pricing-section .container .container-in .rotate-text-container .first-text-container, body .section.faq-section.side-text-section, body .section.pricing-section {
    min-height: auto;
  }
}

body .section.video-section .container .container-in {
  min-height: calc( 100vh - 2.5rem);
}
@media (max-width: 1023px) {
  body .section.video-section .container .container-in {
    min-height: auto;
  }
}

.custom-btn {
  padding: 0.8rem 2.4rem;
  border-radius: 5px;
  display: inline-block;
  color: #E7E9E8;
  background: #03004D;
  font-size: 0.8333333333vw;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .custom-btn:hover {
    color: #03004D;
    background: #0e0e0e;
  }
}
@media (max-width: 767px) {
  .custom-btn {
    padding: 1.2rem 2.8rem;
  }
}
.custom-btn.type-2 {
  color: #03004D;
  background: #0e0e0e;
}
@media (max-width: 1023px) {
  .custom-btn.type-2:hover {
    color: #E7E9E8;
    background: #03004D;
  }
}

.section-header {
  background: #ffffff;
  padding: 2.5rem 12.6rem;
  display: table;
  border-radius: 5px;
  margin-top: -5.5rem;
  z-index: 50;
  position: relative;
}

.breadcrumbs {
  color: #A3A5AD;
  opacity: 0.6;
  font-size: 0.625vw;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.breadcrumbs ul li {
  float: left;
}

.page-title {
  font-size: 2.2916666667vw;
  font-weight: 700;
}

.page-desc {
  font-size: 1.4583333333vw;
  font-weight: 300;
}

.page-text {
  font-size: 0.8333333333vw;
  font-weight: 300;
  color: #737680;
}

.title-2-5 {
  font-size: 1.3020833333vw;
  font-weight: 300;
}

span.line-break {
  display: block;
  border-bottom: 1px solid #707070;
  margin: 1.2rem 0;
  width: 13.3333333333vw;
}
@media (max-width: 1023px) {
  span.line-break {
    width: 100%;
  }
}

.button:hover {
  color: #e2e2e2;
  background-position: -75% 100%;
}
.button:hover img {
  transform: translateX(4px);
}

.button {
  padding: 0.6rem 1.2rem;
  border: 2px solid #0e0e0e;
  text-transform: uppercase;
  display: inline-grid;
  font-size: 0.625vw;
  font-weight: 700;
  grid-template-columns: auto auto;
  grid-gap: 1.2rem;
  align-items: center;
  height: fit-content;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #E7E9E8;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #21F569 50%, #21F569 100%);
  background-size: 250%;
  transition: background-position 0.3s cubic-bezier(0.47, 0.1, 1, 0.63), color 0.2s linear;
  transition-delay: 0s, 0.15s;
}
.button img {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.exit-img {
  text-align: center;
  margin: 0 3.2rem;
}
.exit-img img {
  height: 100%;
  width: auto;
}

body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-footer-container .button-arrow {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-footer-container .button-arrow img {
  margin-right: 1.6rem;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-footer-container .button-arrow span {
  font-size: 0.9375vw;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1023px) {
  body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-footer-container .button-arrow span {
    font-size: 1.9rem;
  }
}

body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-footer-container .button-arrow:hover img {
  transform: translateX(0.8rem);
}
body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-footer-container .button-arrow:hover span {
  opacity: 0.8;
}

.show-menu body nav#nav .container .step-container.second-step-container .second-step-left-right .sleek-exit-app .sleek-app-text {
  font-size: 0.625vw;
  font-weight: 300;
}

.strong {
  font-weight: 500;
}

@-webkit-keyframes line-height-animation {
  from {
    grid-gap: 50vw;
  }
  to {
    grid-gap: 0.5vw;
  }
}
@keyframes line-height-animation {
  from {
    grid-gap: 50vw;
  }
  to {
    grid-gap: 0.5vw;
  }
}
@-webkit-keyframes sleek-animation {
  from {
    height: 30rem;
  }
  to {
    height: 0;
  }
}
@keyframes sleek-animation {
  from {
    height: 30rem;
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes sleek-animation-opacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes sleek-animation-opacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
svg {
  font-family: Averta, sans-serif !important;
}

@media (max-width: 1023px) {
  body .section.post-6 .container .container-in .video-section-container-in .video-container.video-container-front .button-arrow span, body .section.post-4 .container .container-in .video-section-container-in .video-container.video-container-background .button-arrow span, body .section.video-section .container .container-in .video-section-container-in .video-container .button-arrow span {
    font-size: 1.9rem;
  }
}

body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current[style="transform: translateX(0%);"] .el, body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current[style="transform: translateX(50%);"] .el:first-child, body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current[style="transform: translateX(-50%);"] .el:nth-child(2), body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current:first-child .el {
  opacity: 1;
}

body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current[style="transform: translateX(-100%);"] .el, body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current[style="transform: translateX(-50%);"] .el:first-child, body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group .el {
  opacity: 0.2;
}

@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current[style="transform: translateX(-66.6667%);"] .el:nth-child(3), body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current[style="transform: translateX(-66.66666666666666%);"] .el:nth-child(3), body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current[style="transform: translateX(-33.3333%);"] .el:nth-child(2), body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current[style="transform: translateX(-33.33333333333333%);"] .el:nth-child(2), body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current[style="transform: translateX(0%);"] .el:first-child, body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current:first-child .el:first-child {
    opacity: 1;
  }
}

@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current[style="transform: translateX(-33.3333%);"] .el:first-child, body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current[style="transform: translateX(-33.33333333333333%);"] .el:first-child, body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current .el {
    opacity: 0.2;
  }
}

.sneak-container .sneak-text {
  font-weight: 700;
  text-align: center;
  transform: rotate(90deg);
}
@media (max-width: 1023px) {
  .sneak-container .sneak-text {
    transform: none;
  }
}

.pagepilling-js {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.color-white {
  color: #ffffff !important;
}

.light-body .gradient-col-1 {
  background-color: #E9EBEA !important;
}

.gradient-col-1 {
  background-color: rgba(0, 0, 0, 0.88) !important;
}

.gradient-col-2 {
  background-color: #edf2f5 !important;
}

.gradient-col-3 {
  background-color: #6BDEE9 !important;
}

.gradient-col-4 {
  background-color: #202123 !important;
}

.gradient-col-5 {
  background-color: rgba(14, 14, 14, 0.8) !important;
}

.gradient-col-6 {
  background-color: rgba(231, 233, 232, 0.2) !important;
}

.gradient-col-7 {
  background-color: #48494a !important;
}

.gradient-col-8 {
  background-color: #111212 !important;
}

.gradient-col-9 {
  background-color: #87DAC2 !important;
}

.gradient-col-10 {
  background-color: #1C1C1C !important;
}

.gradient-col-11 {
  background-color: #1D1D1E !important;
}

.gradient-col-12 {
  background-color: #E8EAE9 !important;
}

.gradient-col-13 {
  background-color: #ECF1F4 !important;
}

.section.color-lightblue .container .container-in .rotate-text-container .first-text-container .rotate-text .bigger-text-container .bigger-text, .color-lightblue {
  color: #6BDEE9 !important;
}

.color-lightblue .desc-el .title {
  color: #4EB6C4;
}

.section.color-lightgreen .container .container-in .rotate-text-container .first-text-container .rotate-text .bigger-text-container .bigger-text, .color-lightgreen .desc-el .title, .color-lightgreen {
  color: #87DAC2 !important;
}

body .section.post-3 .container .container-in .realizations-container {
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  body .section.post-3 .container .container-in .realizations-container {
    justify-content: center;
  }
}
body .section.post-3 .container .container-in .realizations-container .offer-title-container .offer-tiles-container {
  grid-template-columns: 1fr 1fr !important;
  grid-column-gap: 3.6585365854vw !important;
}
body .section.post-3 .container .container-in .realizations-container .offer-title-container .offer-tiles-container .offer-tile .line-numb .line-break {
  width: 100%;
}
body .section.post-3 .container .container-in .realizations-container .offer-title-container .offer-tiles-container .offer-tile .realizations-tile-logo-container {
  position: relative;
}
body .section.post-3 .container .container-in .realizations-container .offer-title-container .offer-tiles-container .offer-tile .realizations-tile-logo-container:after {
  padding-top: 35.5705%;
  content: "";
  display: block;
}
body .section.post-3 .container .container-in .realizations-container .offer-title-container .offer-tiles-container .offer-tile .realizations-tile-logo-container img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
body.template-projects-distinct.light-body.pp-viewing-5 .logo, body.template-projects-distinct-de.light-body.pp-viewing-5 .logo, body.template-projects-distinct.light-body.pp-viewing-5 .exit-img, body.template-projects-distinct-de.light-body.pp-viewing-5 .exit-img, body.template-projects-distinct.light-body.pp-viewing-5 .arrow-img, body.template-projects-distinct-de.light-body.pp-viewing-5 .arrow-img, body.template-projects-distinct.light-body.pp-viewing-5 .sleek-theme-switch, body.template-projects-distinct-de.light-body.pp-viewing-5 .sleek-theme-switch, body.template-projects-distinct.light-body.pp-viewing-5 .eye-container, body.template-projects-distinct-de.light-body.pp-viewing-5 .eye-container, body.template-projects-distinct.light-body.pp-viewing-5 .realizations-tile-logo-container, body.template-projects-distinct-de.light-body.pp-viewing-5 .realizations-tile-logo-container {
  filter: none;
  -webkit-filter: none;
}
.show-menu body.template-projects-distinct.light-body.pp-viewing-5 .arrow-img, .show-menu body.template-projects-distinct-de.light-body.pp-viewing-5 .arrow-img {
  filter: none;
  -webkit-filter: none;
}
body.template-projects-distinct.light-body.pp-viewing-5 #footer, body.template-projects-distinct-de.light-body.pp-viewing-5 #footer {
  color: #ffffff;
}

.template-privacy, .template-privacy-de, body.template-faq-de, body.template-faq, body.template-pricing-de, body.template-pricing {
  overflow: auto !important;
  padding-bottom: 6rem !important;
}
.template-privacy main, .template-privacy-de main, body.template-faq-de main, body.template-faq main, body.template-pricing-de main, body.template-pricing main {
  height: auto !important;
}
.template-privacy main #pagepiling, .template-privacy-de main #pagepiling, body.template-faq-de main #pagepiling, body.template-faq main #pagepiling, body.template-pricing-de main #pagepiling, body.template-pricing main #pagepiling {
  overflow: auto !important;
  height: auto !important;
}
.template-privacy footer#footer, .template-privacy-de footer#footer, body.template-faq-de footer#footer, body.template-faq footer#footer, body.template-pricing-de footer#footer, body.template-pricing footer#footer {
  position: fixed !important;
}

.text-container {
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1360px) {
  .text-container {
    font-size: 1.8rem;
  }
}
.text-container h3 {
  font-size: 1.4583333333vw;
  font-weight: 500;
}
@media (max-width: 1360px) {
  .text-container h3 {
    font-size: 2.8rem;
  }
}
.text-container h5 {
  font-size: 1.25vw;
  font-weight: 500;
}
@media (max-width: 1360px) {
  .text-container h5 {
    font-size: 2.4rem;
  }
}

body .section.faq-section.side-text-section, body .section.pricing-section {
  padding-top: 11.332rem;
  overflow: hidden;
}
body .section.faq-section.side-text-section .container .container-in, body .section.pricing-section .container .container-in {
  position: relative;
}
@media (max-width: 1023px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container, body .section.pricing-section .container .container-in .rotate-text-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .first-text-container, body .section.pricing-section .container .container-in .rotate-text-container .first-text-container {
  height: 100%;
  width: 100%;
}
@media (max-width: 1023px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .first-text-container, body .section.pricing-section .container .container-in .rotate-text-container .first-text-container {
    min-height: auto;
    height: auto;
    width: auto;
  }
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container, body .section.pricing-section .container .container-in .rotate-text-container .elements-list-container {
  display: block !important;
  position: relative;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container:after, body .section.pricing-section .container .container-in .rotate-text-container .elements-list-container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list, body .section.pricing-section .container .container-in .rotate-text-container .elements-list-container .elements-list {
  float: left;
  position: relative;
  width: 100%;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group, body .section.pricing-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.65, 0.05, 0.46, 0.97) 0s;
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.46, 0.97) 0s;
  background: transparent;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group .el, body .section.pricing-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group .el {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.no-anim, body .section.pricing-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.no-anim {
  -webkit-transition: none !important;
  transition: none !important;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current, body .section.pricing-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  position: relative;
  z-index: 2;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current + .current, body .section.pricing-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current + .current {
  position: absolute;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el, body .section.pricing-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el {
  display: table-cell;
  vertical-align: top;
  padding-right: 8.125vw;
  width: 31.3020833333vw;
}
@media (max-width: 1360px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el, body .section.pricing-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el {
    padding-left: 2rem;
  }
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in:first-child, body .section.pricing-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in:first-child {
  margin-left: 0;
}
@media (max-width: 599px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in:nth-child(3), body .section.pricing-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in:nth-child(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in:nth-child(4), body .section.pricing-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in:nth-child(4) {
    display: none;
  }
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-next, body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-prev, body .section.pricing-section .container .container-in .rotate-text-container .arr-next, body .section.pricing-section .container .container-in .rotate-text-container .arr-prev {
  position: absolute;
  top: -1.0416666667vw;
  left: 0;
  z-index: 9;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}
@media (max-width: 1023px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-next, body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-prev, body .section.pricing-section .container .container-in .rotate-text-container .arr-next, body .section.pricing-section .container .container-in .rotate-text-container .arr-prev {
    width: 5rem;
    height: auto;
    display: block !important;
    top: -4rem;
    left: 2rem;
  }
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-next svg, body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-prev svg, body .section.pricing-section .container .container-in .rotate-text-container .arr-next svg, body .section.pricing-section .container .container-in .rotate-text-container .arr-prev svg {
  filter: invert(0.9);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-next:hover svg, body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-prev:hover svg, body .section.pricing-section .container .container-in .rotate-text-container .arr-next:hover svg, body .section.pricing-section .container .container-in .rotate-text-container .arr-prev:hover svg {
  filter: invert(1);
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-next.disabled, body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-prev.disabled, body .section.pricing-section .container .container-in .rotate-text-container .arr-next.disabled, body .section.pricing-section .container .container-in .rotate-text-container .arr-prev.disabled {
  cursor: auto;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-next.disabled:hover svg, body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-prev.disabled:hover svg, body .section.pricing-section .container .container-in .rotate-text-container .arr-next.disabled:hover svg, body .section.pricing-section .container .container-in .rotate-text-container .arr-prev.disabled:hover svg {
  filter: invert(0.9);
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-next, body .section.pricing-section .container .container-in .rotate-text-container .arr-next {
  left: 4.1666666667vw;
}
@media (max-width: 1023px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-next, body .section.pricing-section .container .container-in .rotate-text-container .arr-next {
    left: 10rem;
  }
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-prev:hover svg, body .section.pricing-section .container .container-in .rotate-text-container .arr-prev:hover svg {
  margin-left: -0.5rem;
}
@media (max-width: 1023px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .arr-prev:hover svg, body .section.pricing-section .container .container-in .rotate-text-container .arr-prev:hover svg {
    margin-left: 0;
  }
}

body .section.pricing-section.side-side-text-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16.7rem;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section {
    padding: 10rem 0 5rem 0;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in {
    flex-direction: column;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container {
  grid-template-columns: 0.78125fr 5.802083333fr 0.78125fr;
  grid-column-gap: 6.4583333333vw;
  padding-right: 0;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container {
    display: flex;
    flex-direction: column;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .first-text-container {
  min-height: auto;
  height: 100%;
  width: 100%;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .first-text-container {
    height: auto;
    width: auto;
    align-self: center;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .first-text-container .first-text {
  height: auto;
  width: auto;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .first-text-container .first-text {
    position: relative;
    padding: 0 0 6rem 0;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .first-text-container .first-text .bigger-text-container .bigger-text {
  font-size: 6.4583333333vw;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .first-text-container .first-text .bigger-text-container .bigger-text {
    font-size: 5rem;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container {
  align-self: flex-start;
}
@media (max-width: 1640px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container {
    align-self: center;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing {
  pointer-events: none;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing {
    pointer-events: auto;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list {
  display: flex;
  flex-direction: column;
  margin-right: -6.6666666667vw;
  overflow: hidden;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list {
    overflow: visible;
  }
}
@media (max-width: 1360px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list {
    margin-right: -2.1875vw;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group {
  width: auto;
  margin: 0;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group {
    width: 250%;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current {
  display: none;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current {
    display: table;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current:first-child {
  display: table;
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current[style="transform: translateX(66.6667%);"] .el, body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current[style="transform: translateX(66.66666666666666%);"] .el {
  opacity: 0 !important;
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current + .current {
  opacity: 0;
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current + .current[style="transform: translateX(33.3333%);"], body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current + .current[style="transform: translateX(33.33333333333333%);"], body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current + .current[style="transform: translateX(0%);"], body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current + .current[style="transform: translateX(-66.6667%);"], body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current + .current[style="transform: translateX(66.6667%);"], body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current + .current[style="transform: translateX(-66.66666666666666%);"], body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current + .current[style="transform: translateX(66.66666666666666%);"], body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current + .current[style="transform: translateX(-33.3333%);"], body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current + .current[style="transform: translateX(-33.33333333333333%);"] {
  opacity: 1;
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current[style="transform: translateX(-66.6667%);"] + .current, body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group.current[style="transform: translateX(-66.66666666666666%);"] + .current {
  opacity: 1;
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el {
  padding-right: 6.6666666667vw;
}
@media (max-width: 1360px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el {
    padding-right: 2.1875vw;
  }
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in {
    max-width: 56vw;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .line-numb .line-break {
  width: 100%;
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container {
  display: flex;
  flex-direction: column;
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container .tile-title {
  font-size: 0.9375vw;
  font-weight: 400;
  padding-bottom: 1.25vw;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container .tile-title {
    font-size: 1.8rem;
    padding-top: 2.4rem;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container .tile-title strong {
  font-weight: 500;
  text-transform: uppercase;
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container .pricing-price-term {
  padding-bottom: 3.125vw;
  grid-template-columns: auto 2.65625vw;
  grid-gap: 0;
  align-items: center;
}
@media (max-width: 1360px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container .pricing-price-term {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container .pricing-price-term {
    grid-template-columns: auto 1fr 2fr;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container .pricing-price-term .pricing-price {
  font-size: 3.75vw;
  font-weight: 600;
  margin-right: 0.8333333333vw;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container .pricing-price-term .pricing-price {
    font-size: 7rem;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container .pricing-price-term .pricing-term {
  font-size: 0.7291666667vw;
  font-weight: 300;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container .pricing-price-term .pricing-term {
    font-size: 1.4rem;
    grid-column: 3;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container .tile-plan-text .plan-text {
  font-size: 0.7291666667vw;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container .tile-plan-text .plan-text {
    font-size: 1.4rem;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container .tile-plan-text .plan-text .lower-text {
  opacity: 0.5;
  font-size: 0.5208333333vw;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .elements-list .elements-group .el .el-in .pricing-tile-text-container .tile-plan-text .plan-text .lower-text {
    font-size: 1rem;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .arr-next, body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .arr-prev {
  display: none;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .arr-next, body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-title-container .elements-list-type-pricing .arr-prev {
    display: block;
  }
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-footer-container {
    margin: 7rem auto;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-footer-container .fading-container {
  display: none;
  margin-top: 0;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-footer-container .fading-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-footer-container .button-contact {
  margin: 4.1666666667vw auto 0 auto;
  border: 1px solid #E7E9E8;
  display: block;
  width: fit-content;
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-footer-container .button-contact p {
  font-size: 0.9375vw;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0.8854166667vw 4.6875vw;
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .pricing-container .offer-footer-container .button-contact p {
    font-size: 1.8rem;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .second-text-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}
@media (max-width: 1640px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .second-text-container {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .second-text-container {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .second-text-container {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .second-text-container .first-text-container {
  align-items: flex-start;
  height: 27.0833333333vw;
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .second-text-container .first-text-container .first-text {
  transform: translate(-50%, -50%) rotate(-270deg);
  height: 7.7vw;
  align-items: flex-start;
  width: auto;
}
body .section.pricing-section.side-side-text-section .container .container-in .rotate-text-container .second-text-container .first-text-container .first-text .bigger-text-container .bigger-text {
  text-align: left;
  font-size: 3.75vw;
}
body .section.faq-section.side-text-section {
  height: auto !important;
  min-height: 100%;
}
@media (max-width: 1023px) {
  body .section.faq-section.side-text-section {
    padding: 10rem 0 5rem 0;
  }
}
@media (max-width: 1023px) {
  body .section.faq-section.side-text-section .container .container-in {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container {
  grid-template-columns: 0.7135416667fr 6.916666667fr;
  grid-gap: 12.5520833333vw;
}
@media (max-width: 1023px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container {
    padding: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .first-text-container .first-text {
  height: auto;
  width: auto;
}
@media (max-width: 1023px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .first-text-container .first-text {
    position: relative;
    padding: 0 0 5rem 0;
  }
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .first-text-container .first-text .bigger-text-container .bigger-text {
  text-transform: uppercase;
  font-size: 7.5vw;
}
@media (max-width: 1023px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .first-text-container .first-text .bigger-text-container .bigger-text {
    font-size: 5rem;
  }
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container {
  display: block !important;
  position: relative;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list {
  float: left;
  position: relative;
  width: 100%;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.65, 0.05, 0.46, 0.97) 0s;
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.46, 0.97) 0s;
  background: transparent;
}
@media (max-width: 1360px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group {
    width: calc(100% + 2rem);
    margin-left: -2rem;
  }
}
@media (max-width: 1023px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group {
    width: 250%;
    margin-left: 0;
  }
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group .el {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.no-anim {
  -webkit-transition: none !important;
  transition: none !important;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  position: relative;
  z-index: 2;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current + .current {
  position: absolute;
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current ~ .elements-group {
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current + .elements-group {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current + .current {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .elements-group.current[style="transform: translateX(0%);"] + .elements-group {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el {
  display: table-cell;
  vertical-align: top;
  padding-right: 8.125vw;
  width: 31.3020833333vw;
}
@media (max-width: 1360px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el {
    padding-left: 2rem;
  }
}
@media (max-width: 1023px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in {
    max-width: 80vw;
  }
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in:first-child {
  margin-left: 0;
}
@media (max-width: 599px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in:nth-child(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in:nth-child(4) {
    display: none;
  }
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in .faq-tile .line-numb .line-break {
  width: 100%;
}
@media (max-width: 1023px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in .faq-tile .line-numb .line-break {
    margin: 2.2rem 0;
  }
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in .faq-tile .faq-tile-text-container .tile-title {
  font-size: 1.875vw;
  font-weight: 600;
}
@media (max-width: 1023px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in .faq-tile .faq-tile-text-container .tile-title {
    font-size: 5rem;
  }
}
body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in .faq-tile .faq-tile-text-container .plan-text {
  width: 90%;
  margin-top: 2.8125vw;
  font-size: 0.7291666667vw;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  body .section.faq-section.side-text-section .container .container-in .rotate-text-container .elements-list-container .elements-list .el .el-in .faq-tile .faq-tile-text-container .plan-text {
    margin-top: 2.2rem;
    font-size: 1.9rem;
  }
}
body .section {
  background-color: #0e0e0e;
}
body .section.under-construction {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .section.under-construction .container {
  height: 100%;
}
body .section.under-construction .container .container-in {
  width: 100%;
  height: 100%;
}
body .section.under-construction .container .container-in .first-text .sneak-container {
  width: 100%;
  text-align: center;
}
body .section.under-construction .container .container-in .first-text .sneak-container .sneak-text .big-text, body .section.under-construction .container .container-in .first-text .sneak-container .sneak-text p {
  color: #21F569;
  line-height: 0.9;
  letter-spacing: 0;
}
body .section.under-construction .container .container-in .first-text .sneak-container .sneak-text .big-text {
  font-size: 5vw;
  text-transform: capitalize;
  font-weight: 600;
}
@media (max-width: 1023px) {
  body .section.under-construction .container .container-in .first-text .sneak-container .sneak-text .big-text {
    font-size: 5.6rem;
  }
}
body .section.under-construction .container .container-in .first-text .sneak-container .sneak-text p {
  padding-top: 1.6666666667vw;
  font-size: 1.25vw;
  font-weight: 400;
}
@media (max-width: 1023px) {
  body .section.under-construction .container .container-in .first-text .sneak-container .sneak-text p {
    font-size: 2.4rem;
    padding-top: 3.2rem;
  }
}

body main .section.header-image {
  position: relative;
  min-height: 55rem;
}
body main .section.zero-section .first-text .sneak-container .sneak-text {
  transform: none;
}

body {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body main {
  width: 100% !important;
  max-width: none;
}
body .section {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
}
@media (max-width: 1023px) {
  body .section {
    width: 100% !important;
    height: auto !important;
    position: relative;
    display: flex;
  }
}
body .section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body .section .container .first-text {
  display: flex;
  height: 100%;
  align-items: center;
  text-align: left;
  margin: 0 auto;
  padding: 4rem 0;
}
@media (max-width: 1023px) {
  body .section .container .first-text {
    height: auto;
  }
}
body .section .container .first-text .big-text {
  font-weight: 500;
  letter-spacing: -4px;
}
body .section.post-1 {
  display: flex;
}
@media (max-width: 1023px) {
  body .section.post-1 {
    height: 100vh !important;
    padding-top: 10rem;
    min-height: 100vh;
  }
}
body .section.post-1 .pp-tableCell {
  width: 100%;
}
body .section.post-1 .container .container-in {
  width: 100%;
}
@media (max-width: 1023px) {
  body .section.post-1 .container .container-in {
    height: auto;
    display: flex;
  }
}
body .section.post-1 .container .container-in .first-text .big-text {
  font-size: 9.1666666667vw;
  padding: 20vh 0;
}
@media (max-width: 1640px) {
  body .section.post-1 .container .container-in .first-text .big-text {
    padding-top: 24vh;
  }
}
@media (max-width: 1023px) {
  body .section.post-1 .container .container-in .first-text .big-text {
    font-size: 9rem;
    padding: 5rem 0;
  }
}
@media (max-width: 599px) {
  body .section.post-1 .container .container-in .first-text .big-text {
    padding-top: 0;
  }
}
body .section.post-1 .container .container-in .sneak-container {
  position: absolute;
  right: 0;
  top: 38vh;
}
@media (max-width: 1023px) {
  body .section.post-1 .container .container-in .sneak-container {
    display: none;
  }
}
body .section.side-text-animation-section .container {
  position: relative;
  display: block;
  margin-left: 0;
}
body .section.side-text-animation-section .container .container-in .rotate-text-container {
  padding-right: calc( 13.6rem - 8.6rem );
  grid-template-columns: 3.90625fr 3fr;
  grid-gap: 0;
  min-height: auto;
  grid-column-gap: 4vw;
}
@media (max-width: 1023px) {
  body .section.side-text-animation-section .container .container-in .rotate-text-container {
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
  }
}
body .section.side-text-animation-section .container .container-in .rotate-text-container .first-text-container {
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
  align-items: center;
  text-align: center;
}
@media (max-width: 1023px) {
  body .section.side-text-animation-section .container .container-in .rotate-text-container .first-text-container {
    justify-content: center;
    text-align: left;
    height: auto;
  }
}
body .section.side-text-animation-section .container .container-in .rotate-text-container .first-text-container .rotate-text {
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100vh;
  height: 32.25vw;
  justify-content: center;
  transform: translate(-50%, -50%) rotate(270deg);
  left: 50%;
  top: 50%;
}
@media (max-width: 1023px) {
  body .section.side-text-animation-section .container .container-in .rotate-text-container .first-text-container .rotate-text {
    transform: none;
    left: auto;
    top: auto;
    padding: 10vh 0;
    height: auto;
    width: auto;
  }
}
body .section.side-text-animation-section .container .container-in .rotate-text-container .first-text-container .rotate-text .bigger-text-container .bigger-text {
  font-size: 5vw;
  font-weight: 600;
  color: #21F569;
}
@media (max-width: 1023px) {
  body .section.side-text-animation-section .container .container-in .rotate-text-container .first-text-container .rotate-text .bigger-text-container .bigger-text {
    font-size: 5.6rem;
  }
}
@media (max-width: 599px) {
  body .section.side-text-animation-section .container .container-in .rotate-text-container .first-text-container .rotate-text .bigger-text-container .bigger-text {
    text-align: left;
  }
}
body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-container {
  align-items: center;
  display: flex;
}
body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-container .offer-title {
  font-size: 2.5vw;
  text-align: center;
  margin-bottom: 9.6rem;
}
@media (max-width: 1023px) {
  body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-container .offer-title {
    font-size: 3.4rem;
  }
}
body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-container .offer-tiles-container {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2.6829268293vw;
}
body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile {
  text-align: left;
}
body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .line-numb {
  font-size: 0.5208333333vw;
}
@media (max-width: 1023px) {
  body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .line-numb {
    font-size: 1.4rem;
  }
}
body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container {
  margin-top: 2.7rem;
}
body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .tile-title {
  font-size: 1.875vw;
  font-weight: 700;
}
@media (max-width: 1023px) {
  body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .tile-title {
    font-size: 3.6rem;
  }
}
body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-footer-container {
  margin-top: 10.6rem;
  text-align: center;
  align-items: center;
}
@media (max-width: 599px) {
  body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-footer-container {
    margin-top: 15rem;
  }
}
body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-footer-container .offer-footer-title {
  font-size: 0.9375vw;
  margin-bottom: 7.5rem;
}
@media (max-width: 1023px) {
  body .section.side-text-animation-section .container .container-in .rotate-text-container .offer-footer-container .offer-footer-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  body .section.post-2 .container .container-in .rotate-text-container {
    padding: 0;
  }
}
body .section.post-2 .container .container-in .rotate-text-container .offer-container {
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  body .section.post-2 .container .container-in .rotate-text-container .offer-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 599px) {
  body .section.post-2 .container .container-in .rotate-text-container .offer-container .offer-title-container .offer-tiles-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 5rem;
  }
}
body .section.arr-next link .container .container-in .rotate-text-container {
  padding-right: 0;
}
@media (max-width: 1023px) {
  body .section.arr-next link .container .container-in .rotate-text-container .first-text-container {
    justify-content: flex-start;
  }
}
body .section.arr-next link .container .container-in .offer-container {
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  body .section.arr-next link .container .container-in .offer-container .offer-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}
body .section.arr-next link .container .container-in .offer-container .offer-title-container .offer-title {
  font-weight: 400;
}
body .section.arr-next link .container .container-in .offer-container .offer-title-container .offer-title strong {
  font-weight: 600;
}
@media (max-width: 1023px) {
  body .section.arr-next link .container .container-in .offer-container .offer-title-container .offer-tiles-container {
    width: auto;
    max-width: 60rem;
    margin: 0 auto;
    overflow: scroll;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  body .section.arr-next link .container .container-in .offer-container .offer-title-container .offer-tiles-container .offer-tile {
    padding: 10vh 0;
  }
}
@media (max-width: 1023px) {
  body .section.arr-next link .container .container-in .offer-container .offer-title-container .offer-tiles-container .offer-tile .line-numb {
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  body .section.arr-next link .container .container-in .offer-container .offer-title-container .offer-tiles-container .offer-tile .line-numb .line-break {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  body .section.arr-next link .container .container-in .offer-container .offer-title-container .offer-tiles-container .offer-tile .offer-tile-text-container {
    max-width: 35rem;
  }
}
body .section.arr-next link .container .container-in .offer-container .offer-title-container .offer-tiles-container .offer-tile .offer-tile-text-container .tile-title {
  font-weight: 500;
}
body .section.arr-next link .container .container-in .offer-container .offer-footer-container {
  width: 25vw;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  body .section.arr-next link .container .container-in .offer-container .offer-footer-container {
    width: auto;
    max-width: 40rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
body .section.arr-next link .container .container-in .offer-container .offer-footer-container .offer-footer-title {
  font-weight: 400;
}
@media (max-width: 1023px) {
  body .section.arr-next link .container .container-in .offer-container .offer-footer-container .offer-footer-title {
    width: auto;
    max-width: 40rem;
    font-size: 3.5rem;
  }
}
@media (max-width: 1023px) {
  body .section.arr-next link .container .container-in .offer-container .offer-footer-container .button-arrow span {
    font-size: 2.5rem;
  }
}
@media (max-width: 1023px) {
  body .section.post-3 {
    min-height: auto;
  }
}
body .section.post-3 .container .container-in {
  grid-column-gap: 14rem;
}
body .section.post-3 .container .container-in .rotate-text-container {
  padding-right: 0;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1023px) {
  body .section.post-3 .container .container-in .rotate-text-container {
    display: flex;
    flex-direction: column;
  }
}
body .section.post-3 .container .container-in .rotate-text-container .first-text-container .rotate-text {
  height: 43.5vw;
}
@media (max-width: 1023px) {
  body .section.post-3 .container .container-in .rotate-text-container .first-text-container .rotate-text {
    height: auto;
    position: static;
    padding: 25rem 0 20rem 0;
  }
}
@media (max-width: 1023px) {
  body .section.post-3 .container .container-in .offer-container .offer-title-container {
    width: 100%;
  }
}
body .section.post-3 .container .container-in .offer-container .offer-title-container .offer-tiles-container {
  grid-row-gap: 1.6rem;
}
body .section.post-3 .container .container-in .offer-container .offer-title-container .offer-tiles-container .offer-tile .line-numb {
  margin-top: 0;
}
body .section.post-3 .container .container-in .offer-container .offer-title-container .offer-tiles-container .offer-tile .offer-tile-text-container {
  margin-top: 0;
  width: 15.6097560976vw;
}
@media (max-width: 1023px) {
  body .section.post-3 .container .container-in .offer-container .offer-title-container .offer-tiles-container .offer-tile .offer-tile-text-container {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
  }
}
body .section.video-section .container {
  height: 100%;
  width: 100%;
}
body .section.video-section .container .container-in {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .section.video-section .container .container-in .video-section-container-in {
  position: relative;
}
@media (max-width: 1023px) {
  body .section.video-section .container .container-in .video-section-container-in {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
body .section.video-section .container .container-in .video-section-container-in .sleek-peek-container {
  z-index: 9;
  top: 0;
  display: block;
  white-space: nowrap;
  position: absolute;
  width: auto;
  margin-top: 5vh;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-100%);
}
@media (max-width: 1023px) {
  body .section.video-section .container .container-in .video-section-container-in .sleek-peek-container {
    transform: none;
    width: 100%;
    margin-top: 13rem;
  }
}
body .section.video-section .container .container-in .video-section-container-in .sleek-peek-container .sleek-peek-element:not(:last-child) {
  display: none;
}
body .section.video-section .container .container-in .video-section-container-in .sleek-peek-container .sleek-peek-element:not(:last-child) .sleek-peek-title {
  display: block;
}
@media (max-width: 1023px) {
  body .section.video-section .container .container-in .video-section-container-in .sleek-peek-container .sleek-peek-element:last-child {
    margin-bottom: 4rem;
  }
}
body .section.video-section .container .container-in .video-section-container-in .sleek-peek-container .sleek-peek-element .sleek-peek-title {
  font-weight: 700;
  font-size: 5vw;
  color: #21F569;
}
body .section.video-section .container .container-in .video-section-container-in .sleek-peek-container .sleek-peek-element .sleek-peek-title .light-el {
  font-weight: 200;
}
@media (max-width: 1023px) {
  body .section.video-section .container .container-in .video-section-container-in .sleek-peek-container .sleek-peek-element .sleek-peek-title {
    font-size: 5.6rem;
    text-align: center;
  }
}
body .section.video-section .container .container-in .video-section-container-in .video-container {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
}
@media (min-height: 500px) and (max-width: 1024px) {
  body .section.video-section .container .container-in .video-section-container-in .video-container {
    max-height: 100vh;
  }
}
body .section.video-section .container .container-in .video-section-container-in .video-container video {
  position: absolute;
  object-fit: cover;
  height: auto;
  width: 100%;
  right: 0;
  top: 0;
}
body .section.video-section .container .container-in .video-section-container-in .video-container .button-arrow {
  position: absolute;
  display: flex;
}
@media (max-width: 1023px) {
  body .section.video-section .container .container-in .video-section-container-in .video-container .button-arrow {
    top: auto !important;
    bottom: -5rem;
    left: 4.5rem;
  }
}
@media (max-width: 767px) {
  body .section.video-section .container .container-in .video-section-container-in .video-container .button-arrow {
    bottom: -10rem;
  }
}
body .section.video-section .container .container-in .video-section-container-in .video-container .button-arrow img {
  margin-right: 0.625vw;
}
@media (max-width: 1023px) {
  body .section.video-section .container .container-in .video-section-container-in .video-container .button-arrow img {
    margin-right: 1.6rem;
  }
}
body .section.video-section .container .container-in .video-section-container-in .video-container .button-arrow span {
  font-weight: 400;
  font-size: 0.625vw;
}
body .section.post-4 .container .container-in .video-section-container-in {
  margin: 20vh 0;
}
@media (max-width: 1023px) {
  body .section.post-4 .container .container-in .video-section-container-in {
    margin: auto;
  }
}
body .section.post-4 .container .container-in .video-section-container-in .video-container video {
  width: 100%;
  height: 100%;
}
body .section.post-4 .container .container-in .video-section-container-in .video-container.video-container-background {
  margin-right: 0;
  margin-left: auto;
  width: 61.6666666667vw;
  height: 30.0520833333vw;
}
@media (max-width: 1023px) {
  body .section.post-4 .container .container-in .video-section-container-in .video-container.video-container-background {
    width: 75.5vw;
    height: 101.1vw;
    margin-top: 22rem;
  }
}
body .section.post-4 .container .container-in .video-section-container-in .video-container.video-container-background .button-arrow {
  top: 30.8854166667vw;
  right: 0;
}
body .section.post-4 .container .container-in .video-section-container-in .video-container.video-container-background .button-arrow span {
  text-align: right;
}
body .section.post-4 .container .container-in .video-section-container-in .video-container.video-container-front {
  position: absolute;
  top: 8.125vw;
  right: 21.1979166667vw;
  width: 51.8229166667vw;
  height: 25.2604166667vw;
}
@media (max-width: 1023px) {
  body .section.post-4 .container .container-in .video-section-container-in .video-container.video-container-front {
    width: 66vw;
    height: 84.3vw;
    margin-top: 32rem;
  }
}
body .section.post-6 .container .container-in .video-section-container-in .video-container video {
  width: 100%;
  height: 100%;
}
body .section.post-6 .container .container-in .video-section-container-in .video-container.video-container-background {
  margin-right: 0;
  margin-left: auto;
  width: 42.7604166667vw;
  height: 30.0520833333vw;
  margin-top: 8.3333333333vw;
}
@media (max-width: 1023px) {
  body .section.post-6 .container .container-in .video-section-container-in .video-container.video-container-background {
    margin-top: 35rem;
    width: 74.8vw;
    height: 86.7vw;
  }
}
body .section.post-6 .container .container-in .video-section-container-in .video-container.video-container-front {
  position: absolute;
  top: 0;
  right: 21.3541666667vw;
  width: 42.5520833333vw;
  height: 25.2604166667vw;
}
@media (max-width: 1023px) {
  body .section.post-6 .container .container-in .video-section-container-in .video-container.video-container-front {
    right: auto;
    margin-top: 22rem;
    width: 71vw;
    height: 88.6vw;
  }
}
body .section.post-6 .container .container-in .video-section-container-in .video-container.video-container-front .button-arrow {
  top: 26.09375vw;
  left: 0;
  right: auto;
}
@media (max-width: 1023px) {
  body .section.post-6 .container .container-in .video-section-container-in .video-container.video-container-front .button-arrow {
    left: auto;
    right: -15.5vw;
    bottom: -16rem;
    top: auto;
  }
}
body .section.post-6 .container .container-in .video-section-container-in .video-container.video-container-front .button-arrow span {
  text-align: left;
}
@media (max-width: 1023px) {
  body .section.post-5 {
    padding: 20rem 0;
  }
}
body .section.post-5 .container .container-in strong {
  font-weight: 500;
}
body .section.post-5 .container .container-in .rotate-text-container {
  grid-template-columns: 1fr 3.5fr;
  line-height: 3rem;
  padding-right: 0;
  grid-column-gap: 11.6666666667vw;
}
@media (max-width: 1023px) {
  body .section.post-5 .container .container-in .rotate-text-container {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
  }
}
@media (max-width: 1023px) {
  body .section.post-5 .container .container-in .rotate-text-container .first-text-container {
    min-height: auto;
  }
}
body .section.post-5 .container .container-in .rotate-text-container .first-text-container .rotate-text {
  justify-content: center;
}
@media (max-width: 1023px) {
  body .section.post-5 .container .container-in .rotate-text-container .first-text-container .rotate-text {
    position: relative;
    height: auto;
    padding: 0 0 15rem 0;
  }
}
body .section.post-5 .container .container-in .rotate-text-container .first-text-container .rotate-text .bigger-text-container .bigger-text {
  line-height: 0.95;
}
@media (max-width: 1023px) {
  body .section.post-5 .container .container-in .rotate-text-container .first-text-container .rotate-text .bigger-text-container .bigger-text {
    text-align: center;
  }
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-column-gap: 1.5vw;
}
@media (max-width: 1023px) {
  body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container {
    grid-row-gap: 20rem;
    grid-template-columns: 1fr;
  }
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile:nth-child(2) {
  display: flex;
  align-items: center;
  flex-direction: column;
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile:nth-child(2) .line-numb {
  width: 100%;
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile:nth-child(2) .offer-tile-text-container {
  width: 100%;
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .line-numb .line-break {
  width: 86%;
}
@media (max-width: 1023px) {
  body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .line-numb .line-break {
    width: 100%;
  }
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container {
  padding-top: 1rem;
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .tile-title {
  font-size: 2.5vw;
  font-weight: 600;
  padding-bottom: 1.6666666667vw;
}
@media (max-width: 1023px) {
  body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .tile-title {
    font-size: 7.2rem;
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 599px) {
  body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .tile-title {
    font-size: 5rem;
  }
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .directors-grid-container {
  display: flex;
  flex-direction: row;
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .directors-grid-container .grid-el .member {
  font-weight: 400;
  padding-bottom: 0.8333333333vw;
  font-size: 0.9375vw;
}
@media (max-width: 1023px) {
  body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .directors-grid-container .grid-el .member {
    font-size: 2.2rem;
    padding-bottom: 1.6rem;
  }
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .directors-grid-container .grid-el .member-info {
  font-size: 0.9375vw;
}
@media (max-width: 1023px) {
  body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .directors-grid-container .grid-el .member-info {
    font-size: 2.2rem;
  }
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .exit-img {
  width: 0.4166666667vw;
}
@media (max-width: 1023px) {
  body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .exit-img {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
  }
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .exit-img img {
  width: 0.4166666667vw;
  height: 0.4166666667vw;
}
@media (max-width: 1023px) {
  body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .exit-img img {
    margin-bottom: 3.4rem;
    width: 1.1rem;
    height: auto;
  }
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .imprint-info {
  font-size: 0.9375vw;
  width: 15vw;
}
@media (max-width: 1360px) {
  body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .imprint-info {
    width: auto;
  }
}
@media (max-width: 1023px) {
  body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .imprint-info {
    font-size: 2.2rem;
    width: auto;
  }
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .imprint-info .mail-web-div {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1360px) {
  body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .imprint-info .mail-web-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3rem;
  }
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .imprint-info .mail-web-div .numb {
  padding-bottom: 2rem;
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .imprint-info a span {
  font-weight: 400;
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .imprint-info .sleek-sa {
  font-size: 0.9375vw;
}
@media (max-width: 1023px) {
  body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .imprint-info .sleek-sa {
    font-size: 2.2rem;
  }
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .imprint-info .numb {
  font-size: 0.9375vw;
  font-weight: 400;
}
@media (max-width: 1023px) {
  body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .imprint-info .numb {
    font-size: 2.2rem;
  }
}
body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .imprint-info .strong {
  font-size: 0.9375vw;
}
@media (max-width: 1023px) {
  body .section.post-5 .container .container-in .rotate-text-container .offer-container .offer-tiles-container .offer-tile .offer-tile-text-container .imprint-info .strong {
    font-size: 2.2rem;
  }
}
body .section.post-1 .first-text h1 {
  color: #21F569;
}
footer#footer {
  padding: 2.8rem 0 4.8rem 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
@media (max-width: 1360px) {
  footer#footer .container .content .footer-logo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 1023px) {
  footer#footer .container .content .footer-logo {
    grid-column: 1;
    grid-row: auto;
  }
}
@media (max-width: 1360px) {
  footer#footer .container .content .footer-sites {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (max-width: 1023px) {
  footer#footer .container .content .footer-sites {
    grid-column: 1;
    grid-row: auto;
  }
}
footer#footer .container .content .footer-sites .main-menu .menu {
  padding: 0;
  display: flex;
}
footer#footer .container .content .footer-sites .main-menu .menu li {
  display: block;
  break-inside: avoid;
  margin-left: 0;
}
footer#footer .container .content .footer-sites .main-menu .menu li a span {
  font-size: 1.2rem;
}
footer#footer .container .content .footer-sites .main-menu .menu li a img {
  width: 0.7rem;
  height: auto;
}

body.home .nav.nav-top .container .sneak-container {
  display: block !important;
}
body.home .nav.nav-top .container .sneak-container .sneak-text {
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body.home .nav.nav-top .container .sneak-container .exit-img {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  position: relative;
  top: -2rem;
}
body.home .nav #menu-btn {
  margin-top: 1.6rem;
}
body.home.pp-viewing-1 .nav.nav-top .container .sneak-container .sneak-text, body.home.pp-viewing-2 .nav.nav-top .container .sneak-container .sneak-text, body.home.pp-viewing-3 .nav.nav-top .container .sneak-container .sneak-text, body.home.pp-viewing-4 .nav.nav-top .container .sneak-container .sneak-text, body.home.pp-viewing-5 .nav.nav-top .container .sneak-container .sneak-text, body.home.pp-viewing-6 .nav.nav-top .container .sneak-container .sneak-text {
  top: -10rem;
}
body.home.pp-viewing-1 .nav.nav-top .container .sneak-container .exit-img, body.home.pp-viewing-2 .nav.nav-top .container .sneak-container .exit-img, body.home.pp-viewing-3 .nav.nav-top .container .sneak-container .exit-img, body.home.pp-viewing-4 .nav.nav-top .container .sneak-container .exit-img, body.home.pp-viewing-5 .nav.nav-top .container .sneak-container .exit-img, body.home.pp-viewing-6 .nav.nav-top .container .sneak-container .exit-img {
  opacity: 1;
}
body .nav {
  position: fixed;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body .nav .container {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body .nav .container .step-container {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body .nav.nav-top {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4.8rem 0;
}
body .nav.nav-top .container {
  width: 100%;
  height: auto;
  padding: 0 6.5rem;
}
@media (max-width: 1023px) {
  body .nav.nav-top .container {
    padding: 0 2.2rem;
  }
}
body .nav.nav-top .container .nav-content {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
body .nav.nav-top .container .nav-content .logo-container {
  display: flex;
  justify-content: flex-start;
}
body .nav.nav-top .container .nav-content .logo-container .logo {
  text-align: left;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body .nav.nav-top .container .nav-content .logo-container .logo img {
  height: 1.61rem;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body .nav.nav-top .container .nav-content .sneak-container {
  position: relative;
  top: 0;
  display: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1023px) {
  body .nav.nav-top .container .nav-content .sneak-container {
    display: none;
  }
}
body .nav.nav-top .container .nav-content .sneak-container .sneak-text {
  transform: none;
}
body .nav.nav-top .container .nav-content .exit-img {
  width: 100%;
  margin: 0;
}
@media (max-width: 1023px) {
  body .nav.nav-top .container .nav-content .exit-img {
    opacity: 0;
  }
}
body .nav.nav-left {
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
@media (max-width: 1023px) {
  body .nav.nav-left {
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    padding-bottom: calc(4.8rem + 0.6rem);
    -webkit-transition: background 0.3s ease-out 0.5s;
    transition: background 0.3s ease-out 0.5s;
  }
}
body .nav.nav-left .container .themes-switcher-container {
  position: absolute;
  text-align: center;
  padding: 0;
  width: 100vh;
  transform: translate(-50%, -50%) rotate(270deg);
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  body .nav.nav-left .container .themes-switcher-container {
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    top: auto;
    margin: 0;
    transform: none;
    height: auto;
  }
  body .nav.nav-left .container .themes-switcher-container .themes-switcher {
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  body .nav.nav-left .container .themes-switcher-container .themes-switcher .exit-img {
    margin: 0 3.2rem;
  }
}
body .nav.nav-left .container .themes-switcher-container .themes-switcher {
  color: white !important;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
body .nav.nav-left .container .themes-switcher-container .sleek-theme-switch {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0.25;
}
body .nav.nav-left .container .themes-switcher-container .sleek-theme-switch.sleek-theme-active {
  opacity: 1;
}
body .nav.nav-left .container .themes-switcher-container .exit-img {
  margin: 0 3.2rem;
}
body .nav.nav-left .container .themes-switcher-container .exit-img img {
  width: 6px;
  height: 6px;
  margin: auto;
}
body .nav .container {
  height: 100%;
  padding: 0 8.5rem 0 4.2rem;
}
@media (max-width: 1023px) {
  body .nav .container {
    padding: 0 4rem 0 2.5rem;
  }
}
body #nav.nav-right {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
  right: 0;
  width: calc(6.5rem + 8.6rem);
  height: 100%;
  padding: 4.8rem 0;
  color: #E7E9E8;
  background-color: rgba(14, 14, 14, 0);
  z-index: 999;
  position: fixed !important;
}
body #nav.nav-right:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
body #nav.nav-right a span {
  padding-bottom: 3px;
  background-image: linear-gradient(transparent calc(100% - 1px), #E7E9E8 1px);
}
@media (max-width: 1360px) {
  body #nav.nav-right {
    width: calc(6.5rem + 4.6rem);
  }
}
@media (max-width: 1023px) {
  body #nav.nav-right {
    width: calc(6rem + 1.2rem);
  }
}
body #nav.nav-right .container {
  height: calc(100vh - 9.6rem);
  -webkit-transition: all 0.3s ease-out 0.4s;
  transition: all 0.3s ease-out 0.4s;
  position: relative;
  display: flex;
  flex-direction: row;
}
body #nav.nav-right .container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
@media (max-width: 1360px) {
  body #nav.nav-right .container {
    padding: 0 2rem;
  }
}
@media (max-width: 1023px) {
  body #nav.nav-right .container {
    padding: 0 2.2rem;
  }
}
body #nav.nav-right .container .step-container {
  -webkit-transition: all 0.3s ease-out 0.4s;
  transition: all 0.3s ease-out 0.4s;
  position: relative;
  height: calc(100vh - 9.6rem);
}
body #nav.nav-right .container .step-container.first-step-container {
  width: 100%;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.first-step-container {
    justify-content: center;
  }
}
body #nav.nav-right .container .step-container.first-step-container #menu-btn {
  align-self: flex-start;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 999;
  width: 1.4rem;
}
body #nav.nav-right .container .step-container.first-step-container #menu-btn .arrow-img img {
  display: block;
  height: 0.9375vw;
  width: auto;
  filter: invert(1);
  -webkit-filter: invert(1);
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.first-step-container #menu-btn .arrow-img img {
    height: 2.2rem;
  }
}
body #nav.nav-right .container .step-container.first-step-container .sneak-container {
  align-self: center;
}
body #nav.nav-right .container .step-container.first-step-container .eye-container {
  grid-row: 3;
  align-self: flex-end;
  position: relative;
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
}
body #nav.nav-right .container .step-container.first-step-container .eye-container svg {
  margin-right: 0;
  margin-left: auto;
  display: block;
  width: 24px;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.first-step-container .eye-container svg {
    width: 22px;
  }
}
body #nav.nav-right .container .step-container.first-step-container .eye-container svg #circle-eye-1 {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
body #nav.nav-right .container .step-container.second-step-container {
  height: 0;
  width: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  -webkit-transition: all 0.3s ease-out 0.4s;
  transition: all 0.3s ease-out 0.4s;
  -webkit-transition: opacity 0.6s ease-out 0s;
  transition: opacity 0.6s ease-out 0s;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.second-step-container {
    display: flex;
    flex-direction: column;
  }
}
body #nav.nav-right .container .step-container.second-step-container * {
  opacity: 0;
  height: 0;
  width: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body #nav.nav-right .container .step-container.second-step-container .second-step-top {
  grid-column: 1/4;
  grid-row: 1;
  grid-template-columns: auto auto;
  grid-gap: 3.2rem;
  align-items: center;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-top {
    padding-bottom: 2rem;
    grid-column: auto;
    grid-row: 1;
  }
}
body #nav.nav-right .container .step-container.second-step-container .second-step-top .sleek-app-text-top {
  pointer-events: none;
}
body #nav.nav-right .container .step-container.second-step-container .second-step-top .sneak-text {
  background-color: #0e0e0e;
}
body #nav.nav-right .container .step-container.second-step-container .second-step-top .sneak-text p {
  font-size: 0.9895833333vw;
  font-weight: 700;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-top .sneak-text p {
    font-size: 1.9rem;
  }
}
body #nav.nav-right .container .step-container.second-step-container .second-step-left-right {
  grid-row: 1/3;
  display: flex;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-left-right {
    display: none;
  }
}
body #nav.nav-right .container .step-container.second-step-container .second-step-left-right .sleek-x-app-container {
  display: flex;
}
body #nav.nav-right .container .step-container.second-step-container .second-step-left-right .sleek-x-app-container img {
  margin: auto 0;
}
body #nav.nav-right .container .step-container.second-step-container .second-step-left-right.second-step-right {
  grid-column: 3/4;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-left-right.second-step-right {
    grid-column: auto;
    grid-row: 3;
    justify-content: center;
  }
}
body #nav.nav-right .container .step-container.second-step-container .second-step-left-right.second-step-right .sleek-x-app-container .only-mobile {
  margin-top: auto;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-left-right.second-step-right .sleek-x-app-container .only-mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-left-right.second-step-right .sleek-x-app-container .mobile-up {
    display: none;
  }
}
body #nav.nav-right .container .step-container.second-step-container .second-step-left-right.second-step-left {
  grid-column: 1/2;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-left-right.second-step-left {
    grid-column: auto;
    grid-row: auto;
    display: none;
  }
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center {
  grid-column: 2/3;
  grid-row: 2;
  height: 100%;
  width: 40.487804878vw;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
}
@media (max-height: 500px) and (max-width: 768px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center {
    overflow-y: auto;
  }
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container {
  -webkit-transition: all 0.3s ease-out 0.4s;
  transition: all 0.3s ease-out 0.4s;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container {
    height: auto;
    width: 100%;
  }
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8.3536585366vw;
  height: 90%;
  padding-top: 4rem;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu {
    padding: 4rem 0;
    height: 100%;
    grid-column-gap: 4rem;
  }
}
@media (max-width: 767px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu {
    margin: 0 auto;
  }
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-out 0.4s;
  transition: all 0.3s ease-out 0.4s;
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
@media (max-width: 599px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul {
    font-size: 3rem;
  }
}
@media (max-height: 500px) and (max-width: 768px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul {
    margin-top: 25vh;
  }
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li {
  position: relative;
  color: #E7E9E8;
}
@media (max-width: 767px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li {
    width: 100%;
  }
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li .line-numb span {
  font-size: 0.5208333333vw;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li .line-numb span {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li .line-numb span {
    font-size: 1.5rem;
  }
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li .line-numb .line-break {
  margin: 0.5rem 0;
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li a {
  display: block;
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li a span {
  width: calc(100%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  font-size: 3.75vw;
  font-weight: 700;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li a span {
    font-size: 7rem;
  }
}
@media (max-width: 767px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li a span {
    font-size: 3.4rem;
  }
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li a, body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li .break {
  margin: 3rem 0;
}
@media (max-width: 767px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li a, body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li .break {
    margin-bottom: 3rem;
    margin-top: 1rem;
  }
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li:not(.active):hover a span {
  background-size: 100% 100%;
  transform: translateY(-2px);
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li.active a span {
  color: #21F569;
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li.langs-switcher .menu-item-a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 3.75vw;
  font-weight: 700;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li.langs-switcher .menu-item-a {
    font-size: 7rem;
  }
}
@media (max-width: 767px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li.langs-switcher .menu-item-a {
    font-size: 3.4rem;
  }
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li.langs-switcher .menu-item-a a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li.langs-switcher .menu-item-a a.active {
  color: #6BDEE9;
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li.langs-switcher .menu-item-a a:hover {
  color: #21F569;
}
body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li.langs-switcher .menu-item-a .break {
  margin-left: 2rem;
  margin-right: 2rem;
  border-right: 0.4rem solid #ffffff;
  border-radius: 1rem;
  height: 3.75vw;
}
@media (max-width: 1023px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li.langs-switcher .menu-item-a .break {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  body #nav.nav-right .container .step-container.second-step-container .second-step-center .menu-container .main-menu ul li.langs-switcher .menu-item-a .break {
    height: 3.4rem;
  }
}
body .mask-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #21F569;
  opacity: 0.95;
  top: -100%;
  transition: 1s all 0s;
  -webkit-transition: 1s all 0s;
}
.show-menu body nav#nav {
  background-color: #0e0e0e;
  height: 100%;
  width: 69vw;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1023px) {
  .show-menu body nav#nav {
    width: 100%;
  }
}
.show-menu body nav#nav .container .logo {
  filter: invert(0.76);
}
@media (max-width: 767px) {
  .show-menu body nav#nav .container .logo {
    height: 107.78px;
  }
}
.show-menu body nav#nav .container .step-container {
  position: relative;
  height: 100%;
}
.show-menu body nav#nav .container .step-container.first-step-container {
  width: auto;
}
.show-menu body nav#nav .container .step-container.first-step-container #menu-btn .arrow-img img {
  transform: rotate(180deg);
  margin-right: auto;
  margin-left: 0;
}
.show-menu body nav#nav .container .step-container.first-step-container .eye-container {
  filter: none;
}
@media (max-width: 1023px) {
  .show-menu body nav#nav .container .step-container.first-step-container .eye-container {
    opacity: 0;
  }
}
.show-menu body nav#nav .container .step-container.second-step-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 6.5rem;
}
.show-menu body nav#nav .container .step-container.second-step-container * {
  opacity: 1;
  height: auto;
  width: auto;
}
.show-menu body nav#nav .container .step-container.second-step-container .second-step-left-right {
  width: auto;
  height: auto;
}
.show-menu body nav#nav .container .step-container.second-step-container .second-step-left-right .sleek-exit-app {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.show-menu body nav#nav .container .step-container.second-step-container .second-step-left-right .sleek-exit-app > * {
  width: auto;
}
.show-menu body nav#nav .container .step-container.second-step-container .second-step-left-right .sleek-exit-app img {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 3.2rem;
  text-align: center;
}
.show-menu body nav#nav .container .step-container.second-step-container .second-step-top {
  position: absolute;
  top: 0;
  height: auto;
  width: auto;
  margin-left: 12rem;
  margin-right: 6.4rem;
}
@media (max-width: 1023px) {
  .show-menu body nav#nav .container .step-container.second-step-container .second-step-top {
    position: relative;
    margin-left: -1rem;
    margin-right: -3rem;
    top: 0.4rem;
  }
}
.show-menu body nav#nav .container .step-container.second-step-container .second-step-top .sleek-app-text-top {
  top: 2px;
  width: 100%;
  height: auto;
  overflow: hidden;
  pointer-events: auto;
}
.show-menu body nav#nav .container .step-container.second-step-container .second-step-top .sleek-app-text-top p {
  line-height: 2rem;
  font-size: 0.9rem;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .show-menu body nav#nav .container .step-container.second-step-container .second-step-top .sleek-app-text-top p {
    font-size: 1rem;
    letter-spacing: 1.3rem;
  }
}
.show-menu body nav#nav .container .step-container.second-step-container .second-step-top .sneak-text {
  top: 0;
  right: 0;
  width: auto;
  display: flex;
}
.show-menu body nav#nav .container .step-container.second-step-container .second-step-top .sneak-text p {
  line-height: 2rem;
  width: auto;
}
.show-menu body nav#nav .container .step-container.second-step-container .second-step-center {
  margin: 0 auto;
  height: 100%;
}
.show-menu body nav#nav .container .menu-container {
  display: block;
  margin: 0;
  color: #343538;
}
.show-menu body nav#nav .container .menu-container .nav-info {
  color: #343538;
  border-bottom: 1px solid rgba(152, 152, 152, 0.5);
  opacity: 1;
  height: auto;
}
.show-menu body nav#nav .container .menu-container .nav-info .nav-langs .langs-button {
  filter: invert(0.4);
}
@media (max-width: 1023px) {
  .show-menu body .nav-left {
    padding-top: 2rem;
    background: #0e0e0e;
    opacity: 1;
    z-index: 999999;
  }
  .show-menu body .nav-left .container .themes-switcher-container .themes-switcher .sleek-theme-switch {
    filter: none;
  }
  .show-menu body .nav-left .container .themes-switcher-container .themes-switcher .exit-img {
    filter: none;
  }
}
.show-menu body .mask-container {
  transition: 2s all 0.5s;
  -webkit-transition: 2s all 0.5s;
  top: 0;
}
.show-menu body.light-body .nav .arrow-img {
  filter: none;
}
.show-menu body.light-body main {
  opacity: 0.2;
}
body.scrolled .nav.nav-top .container .nav-content .sneak-container {
  opacity: 0;
  top: -10rem;
}
body, a {
  cursor: url("./img/cursor-light.svg") 3 3, auto !important;
}

.cursor {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: var(--width);
  height: var(--height);
  -webkit-transform: translate(calc(var(--x) - var(--width) / 2), calc(var(--y) - var(--height) / 2));
  transform: translate(calc(var(--x) - var(--width) / 2), calc(var(--y) - var(--height) / 2));
  z-index: 99999;
  /* transition-duration: 125ms;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-property: width, height, transform; */
  -webkit-transition: 150ms width cubic-bezier(0.39, 0.575, 0.565, 1), 150ms height cubic-bezier(0.39, 0.575, 0.565, 1), 150ms -webkit-transform cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 150ms width cubic-bezier(0.39, 0.575, 0.565, 1), 150ms height cubic-bezier(0.39, 0.575, 0.565, 1), 150ms -webkit-transform cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 150ms width cubic-bezier(0.39, 0.575, 0.565, 1), 150ms height cubic-bezier(0.39, 0.575, 0.565, 1), 150ms transform cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 150ms width cubic-bezier(0.39, 0.575, 0.565, 1), 150ms height cubic-bezier(0.39, 0.575, 0.565, 1), 150ms transform cubic-bezier(0.39, 0.575, 0.565, 1), 150ms -webkit-transform cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 1;
  pointer-events: none;
  will-change: transform;
}

@media (pointer: fine) {
  .cursor {
    display: block;
  }
}
.cursor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--radius);
  border: 2px solid #ffffff;
  opacity: var(--scale);
  -webkit-transform: scale(var(--scale));
  transform: scale(var(--scale));
  -webkit-transition: 300ms opacity cubic-bezier(0.39, 0.575, 0.565, 1), 150ms border-radius cubic-bezier(0.39, 0.575, 0.565, 1), 300ms -webkit-transform cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 300ms opacity cubic-bezier(0.39, 0.575, 0.565, 1), 150ms border-radius cubic-bezier(0.39, 0.575, 0.565, 1), 300ms -webkit-transform cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 300ms opacity cubic-bezier(0.39, 0.575, 0.565, 1), 300ms transform cubic-bezier(0.39, 0.575, 0.565, 1), 150ms border-radius cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 300ms opacity cubic-bezier(0.39, 0.575, 0.565, 1), 300ms transform cubic-bezier(0.39, 0.575, 0.565, 1), 150ms border-radius cubic-bezier(0.39, 0.575, 0.565, 1), 300ms -webkit-transform cubic-bezier(0.39, 0.575, 0.565, 1);
}

.cursor.on-element:after {
  border: 2px solid #21F569;
}

html:not(html:hover) .cursor::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

body.light-body, body.light-body a {
  cursor: url("./img/cursor-black.svg") 3 3, auto !important;
}
body.light-body .cursor::after {
  border: 2px solid #292929;
}
body.light-body .cursor.on-element:after {
  border: 2px solid #21F569;
}
body.light-body .mask-container {
  background-color: #E7E9E8;
}
body.light-body .logo, body.light-body .exit-img, body.light-body .arrow-img, body.light-body .sleek-theme-switch, body.light-body .eye-container, body.light-body .realizations-tile-logo-container {
  filter: brightness(0);
}
body.light-body .section {
  background-color: #E7E9E8;
}
body.light-body .section.post-7 .bigger-text {
  color: #21F569 !important;
}
body.light-body .section .button-contact {
  border-color: #0e0e0e !important;
  color: #0e0e0e !important;
}
body.light-body .arr-next, body.light-body .arr-prev {
  filter: brightness(0.2);
}

@media (max-width: 1640px) {
  html {
    font-size: 56.25%;
  }
}
@media (max-width: 1023px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 599px) {
  html {
    font-size: 43.75%;
  }
}
/* ===========================================================
 * pagepiling.js 0.0.1 (Beta)
 *
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 *
 * ========================================================== */
html {
  overflow: hidden;
  margin: 0;
  padding: 0;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.page-piling-active {
  overflow: hidden;
  margin: 0;
  padding: 0;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.page-piling-active .pp-section {
  height: 100%;
  position: absolute;
  width: 100%;
}
body.page-piling-active .page-piling {
  overflow: hidden;
  touch-action: none;
}
body.page-piling-active .pp-easing {
  -webkit-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */
}
body.page-piling-active #pp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
body.page-piling-active #pp-nav.right {
  right: 17px;
}
body.page-piling-active #pp-nav.left {
  left: 17px;
}
body.page-piling-active .pp-section.pp-table {
  display: table;
}
body.page-piling-active .pp-tableCell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
}
body.page-piling-active .pp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
body.page-piling-active .pp-slidesNav.bottom {
  bottom: 17px;
}
body.page-piling-active .pp-slidesNav.top {
  top: 17px;
}
body.page-piling-active #pp-nav ul,
body.page-piling-active .pp-slidesNav ul {
  margin: 0;
  padding: 0;
}
body.page-piling-active #pp-nav li,
body.page-piling-active .pp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
body.page-piling-active .pp-slidesNav li {
  display: inline-block;
}
body.page-piling-active #pp-nav li a,
body.page-piling-active .pp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
body.page-piling-active #pp-nav li .active span,
body.page-piling-active .pp-slidesNav .active span {
  background: #333;
}
body.page-piling-active #pp-nav span,
body.page-piling-active .pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
body.page-piling-active .pp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
}
body.page-piling-active .pp-tooltip.right {
  right: 20px;
}
body.page-piling-active .pp-tooltip.left {
  left: 20px;
}
body.page-piling-active #pp-nav {
  display: none !important;
}
body.page-piling-active .pp-scrollable {
  overflow-y: scroll;
  height: 100%;
}

@media (max-width: 1023px) {
  .section.side-text-animation-section.project-main-section .container .container-in .rotate-text-container {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .section.side-text-animation-section.project-main-section .container .container-in .rotate-text-container .first-text-container .first-text {
    position: static;
  }
}
@media (max-width: 599px) {
  .section.side-text-animation-section.project-main-section .container .container-in .rotate-text-container .first-text-container .first-text {
    padding: 5vh 0;
  }
}
@media (max-width: 599px) {
  .section.side-text-animation-section.project-main-section .container .container-in .rotate-text-container .first-text-container .first-text .bigger-text-container .bigger-text {
    text-align: center;
  }
}
.section.side-text-animation-section.project-main-section .container .container-in .rotate-text-container .realizations-container .realizations-tiles-container {
  grid-template-columns: 1fr 1fr !important;
}
.section.side-text-animation-section.project-main-section .container .container-in .rotate-text-container .realizations-container .realizations-tiles-container .realizations-tile:hover .line-numb .line-break {
  background-size: 0 !important;
}

.project.black-body .project-post-1 .rotate-text-container {
  z-index: 9;
  position: relative;
}
.project .section {
  min-height: 100vh;
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
}
.project .section.product-text-section .container-in {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .project .section.side-text-animation-section .container .container-in .rotate-text-container {
    padding: 10rem 0;
  }
}
@media (max-width: 1023px) {
  .project .section.project-post-1 .container .container-in .rotate-text-container {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .project .section.project-post-1 .container .container-in .rotate-text-container .first-text-container {
    align-items: flex-start;
  }
}
.project .section.project-post-1 .container .container-in .rotate-text-container .first-text-container .rotate-text {
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .project .section.project-post-1 .container .container-in .rotate-text-container .first-text-container .rotate-text {
    position: static;
    transform: none;
    width: 100%;
    padding: 3vh 0;
  }
}
.project .section.product-mockup-section .container .container-in {
  display: flex;
  align-items: center;
  justify-content: center;
}
.background-side-image-section .background-side-container {
  position: relative;
}
.background-side-image-section .background-side-container .background-image-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.background-side-image-section .background-side-container .background-image-container img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 94rem;
  margin-right: 0;
  margin-left: auto;
}

.product-description-container {
  display: grid;
  grid-column-gap: 0;
  width: 100%;
  height: 100%;
  grid-template-columns: 2.82447466fr 7.1631644fr;
  padding: 5rem 0;
}
@media (max-width: 599px) {
  .product-description-container {
    grid-template-columns: 1fr;
  }
}
.product-description-container .product-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.product-description-container .product-description .desc-el {
  display: flex;
  flex-direction: column;
  padding-bottom: 2.4rem;
}
.product-description-container .product-description .desc-el .title {
  font-size: 0.7291666667vw;
  font-weight: 700;
  padding-bottom: 0.7rem;
}
@media (max-width: 1360px) {
  .product-description-container .product-description .desc-el .title {
    font-size: 1.4rem;
  }
}
.product-description-container .product-description .desc-el .desc-value {
  color: #000;
  font-weight: 400;
  font-size: 0.9375vw;
}
@media (max-width: 1360px) {
  .product-description-container .product-description .desc-el .desc-value {
    font-size: 1.8rem;
  }
}

.product-text-section .product-text-container {
  max-width: 77.3rem;
  text-align: center;
  margin: auto;
}
.product-text-section .product-text-container .product-text {
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.4;
}
@media (max-width: 1360px) {
  .product-text-section .product-text-container .product-text {
    font-size: 2.4rem;
  }
}

.product-mockup img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-width: 192rem;
  margin: auto;
}

.background-full {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.background-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-image-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.background-image-inner.background-image-inner-switcher img {
  position: absolute;
  top: 0;
  left: 0;
}

.black-body .background-image-inner-switcher img:first-child {
  opacity: 0;
}

.light-body .background-image-inner-switcher img:last-child {
  opacity: 0;
}

body.template-projects-waterdrop.black-body.pp-viewing-1 footer a, body.template-projects-waterdrop-de.black-body.pp-viewing-1 footer a {
  color: #000;
}
body.template-projects-waterdrop.black-body .project-post-2 .product-description .desc-value, body.template-projects-waterdrop-de.black-body .project-post-2 .product-description .desc-value {
  color: #ffffff;
}

body.template-projects-distinct.black-body .project-post-2 .product-description .desc-value, body.template-projects-distinct-de.black-body .project-post-2 .product-description .desc-value {
  color: #ffffff;
}
body.template-projects-distinct .project-post-2 .product-description .desc-value, body.template-projects-distinct-de .project-post-2 .product-description .desc-value {
  color: #000;
}
body.template-projects-distinct .project-post-4, body.template-projects-distinct-de .project-post-4 {
  background-image: url("./img/distinct-temp.jpg");
}
body.template-projects-distinct .project-post-7, body.template-projects-distinct-de .project-post-7 {
  background-image: url("./img/distinct-full-2.jpg");
}

@media (max-width: 1023px) {
  .template-privacy .section.faq-section.side-text-section .container .container-in .rotate-text-container .first-text-container .first-text .bigger-text-container .bigger-text, .template-privacy-de .section.faq-section.side-text-section .container .container-in .rotate-text-container .first-text-container .first-text .bigger-text-container .bigger-text {
    font-size: 2.5rem;
  }
}

.text-section {
  padding-bottom: 15rem;
}
