.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Neuemontreal, sans-serif;
  font-size: 28px;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Neuemontreal, sans-serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
}

a {
  background-color: #00776b;
  text-decoration: underline;
}

.dark-body {
  color: #fff;
  background-color: #281e2b;
}

.section {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.section.ferst {
  padding-top: 0;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.sub-heading {
  margin-bottom: 40px;
  font-family: Neuemontreal, sans-serif;
  font-size: 36px;
  line-height: 1.2em;
}

._70-procent {
  max-width: 70%;
}

.button {
  background-color: #b287fc;
  border-radius: 90px;
  margin-top: 60px;
  padding: 12px 40px;
  font-size: 24px;
  line-height: 1.4em;
}

.button.pink {
  background-color: #ff6864;
}

.paragraph {
  color: #e5e2e8;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph.light {
  color: #4d4d4d;
}

.prelouder-window {
  z-index: 1200;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preload-animation {
  max-height: 200px;
  max-width: 200px;
}

.modal-window {
  z-index: 1100;
  width: 100vw;
  min-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(12px) grayscale(14%);
  backdrop-filter: blur(12px) grayscale(14%);
  background-color: rgba(0, 0, 0, .75);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 100px 60px 60px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.modal-window.viz {
  display: flex;
}

.video-container {
  z-index: 4;
  width: 35em;
  position: relative;
}

.close_buttone {
  width: 53px;
  height: 60px;
  color: #999;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -70px;
  margin-right: -60px;
  padding: 15px 6px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 60px;
}

.close_buttone.background {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.jw-embed-desktop {
  z-index: 6;
  position: relative;
}

.background-video {
  z-index: 1;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-top: 56.25%;
  display: flex;
}

.prew-modal {
  width: 160px;
  height: 160px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: height .5s cubic-bezier(.19, 1, .22, 1), width .5s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.prew-modal:hover {
  width: 200px;
  height: 200px;
}

.play_text {
  color: #0e0b14;
  font-family: Neuemontreal, sans-serif;
  font-size: 38px;
}

.centred {
  text-align: center;
}

.hack9-custom-dot {
  min-width: 220px;
  color: #d9d8db;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d9d8db;
  border-radius: 90px;
  padding: 11px 40px;
  font-size: 20px;
  line-height: 1.3em;
}

.hack9-custom-dot.active {
  color: #281e2b;
  background-color: #d9d8db;
  font-size: 20px;
}

.color-block {
  background-color: #999;
  border-radius: 40px;
  padding: 100px 40px;
}

.color-block.dark {
  background-color: #362c3a;
  margin-bottom: 40px;
}

.color-block.light {
  background-color: #fff;
  margin-bottom: 40px;
}

.two-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.light-body {
  color: #0e0b14;
  background-color: #efeeed;
}

.heading-2 {
  font-size: 60px;
}

.card_dark {
  width: 100%;
  background-color: #362c3a;
  border-radius: 40px;
  padding: 60px 40px 20px;
}

.card_dark.main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-3 {
  color: #fff;
  line-height: 1em;
}

.heading-4 {
  color: #fff;
}

.two-calmn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.two-calmn.ferst {
  grid-template-columns: 1fr .75fr;
}

.brand {
  width: 140px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 30px;
  padding-bottom: 30px;
  display: inline-block;
}

.card_light {
  width: 100%;
  background-color: #362c3a;
  border-radius: 40px;
  padding: 60px 40px 20px;
}

.card_light.main {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer {
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer_text {
  color: #695970;
  font-size: 18px;
  font-weight: 400;
}

.footer_text.light {
  color: #63605c;
  font-size: 18px;
}

.heading-5 {
  font-size: 60px;
}

.image-3 {
  width: 270px;
}

.heading-6 {
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  overflow: visible;
}

.image-4 {
  width: 270px;
}

.hack9-custom-nav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.hack9-slider {
  height: auto;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
}

.hack9-native-nav {
  margin-top: 14px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.butt {
  min-width: 220px;
  color: #d9d8db;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d9d8db;
  border-radius: 90px;
  padding: 11px 40px;
  font-size: 20px;
  line-height: 1.3em;
}

.butt.red {
  color: #281e2b;
  background-color: #b287fc;
  border-style: none;
  border-color: #cbb3ff;
  margin-top: 40px;
  font-size: 26px;
}

.butt.red:hover {
  color: #821d57;
  background-color: #cbb3ff;
}

.slider-mask {
  height: auto;
  border-radius: 40px;
}

.hack8-slider {
  height: auto;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
}

.hack8-custom-dot {
  min-width: 220px;
  color: #362c3a;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #362c3a;
  border-radius: 90px;
  padding: 11px 40px;
  font-size: 20px;
  line-height: 1.3em;
}

.hack8-custom-dot.active {
  color: #fff;
  background-color: #362c3a;
  font-size: 20px;
}

.slider-mask2 {
  height: auto;
  border-radius: 40px;
}

.hide {
  display: none;
}

.hack8-native-nav {
  margin-top: 14px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.hack8-custom-nav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  ._70-procent {
    max-width: none;
  }

  .modal-window {
    align-items: center;
    padding: 0 65px;
    position: fixed;
  }

  .video-container {
    width: 100%;
  }

  .close_buttone {
    width: 47px;
    float: right;
    margin-top: auto;
    font-size: 26px;
    line-height: 26px;
    position: absolute;
    top: -60px;
    bottom: auto;
    left: auto;
    right: 60px;
  }

  .prew-modal {
    width: 180px;
    height: 180px;
  }

  .two-calmn, .two-calmn.ferst {
    grid-template-columns: 1fr;
  }

  .heading-6 {
    overflow-wrap: anywhere;
    font-size: 80px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 30px;
    margin-bottom: 26px;
    font-size: 62px;
  }

  h2 {
    font-size: 70px;
  }

  .section {
    padding-top: 26px;
  }

  .sub-heading {
    font-size: 30px;
  }

  ._70-procent {
    max-width: none;
  }

  .button {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.3em;
  }

  .paragraph {
    font-size: 20px;
    line-height: 1.5em;
  }

  .modal-window {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-container {
    width: 100%;
  }

  .close_buttone {
    width: 47px;
    margin-right: 0;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .jw-embed-desktop, .background-video {
    margin-top: 60px;
  }

  .hack9-custom-dot {
    min-width: 150px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .hack9-custom-dot.active {
    font-size: 16px;
  }

  .color-block.dark {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .color-block.light {
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .two-column {
    flex-direction: column;
    display: flex;
  }

  .heading-3, .heading-4 {
    font-size: 60px;
  }

  .image-3, .image-4 {
    width: 180px;
  }

  .hack9-custom-nav {
    flex-direction: row;
    margin-top: 40px;
  }

  .hack9-slider {
    margin-top: 0;
  }

  .butt {
    min-width: 150px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .hack8-slider {
    margin-top: 0;
  }

  .hack8-custom-dot {
    min-width: 150px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .hack8-custom-dot.active {
    font-size: 16px;
  }

  .hack8-custom-nav {
    flex-direction: row;
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    margin-bottom: 0;
    font-size: 40px;
  }

  p {
    font-size: 20px;
    line-height: 1.5em;
  }

  .sub-heading {
    font-size: 26px;
  }

  .button {
    width: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    font-size: 16px;
  }

  .modal-window {
    justify-content: center;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .video-container {
    width: 100%;
  }

  .close_buttone {
    width: 44px;
    height: 44px;
    margin-right: 0;
    padding: 0;
    font-size: 24px;
    line-height: 44px;
  }

  .jw-embed-desktop {
    margin-top: 60px;
  }

  .background-video {
    margin-bottom: 0;
  }

  .prew-modal {
    width: 100px;
    height: 100px;
    font-size: 20px;
  }

  .prew-modal:hover {
    width: 140px;
    height: 140px;
  }

  .play_text {
    font-size: 26px;
  }

  .hack9-custom-dot {
    width: 100%;
    min-width: auto;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-block {
    padding: 40px 20px;
  }

  .heading-2 {
    font-size: 50px;
  }

  .card_dark {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_dark.main {
    padding: 50px 20px 20px;
  }

  .heading-3 {
    margin-bottom: 30px;
    font-size: 50px;
  }

  .heading-4 {
    font-size: 50px;
  }

  .brand {
    max-width: 150px;
  }

  .card_light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_light.main {
    padding: 40px 20px 20px;
  }

  .footer_text, .footer_text.light {
    font-size: 16px;
  }

  .heading-6 {
    overflow-wrap: anywhere;
    margin-bottom: 30px;
    font-size: 58px;
  }

  .div-block-3 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .heading-7 {
    margin-bottom: 30px;
  }

  .hack9-custom-nav {
    width: 100%;
    margin-top: 40px;
  }

  .hack9-slider {
    width: 100%;
  }

  .hack9-native-nav {
    font-size: 13px;
  }

  .butt {
    width: 100%;
    min-width: auto;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .butt.red {
    width: auto;
    padding-left: 36px;
    padding-right: 36px;
  }

  .hack8-custom-dot {
    width: 100%;
    min-width: auto;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hack8-native-nav {
    font-size: 13px;
  }

  .hack8-custom-nav {
    width: 100%;
    margin-top: 40px;
  }
}

#w-node-ca42ab38-f401-dc11-7877-edfa9b599a8f-d23f8065 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_9f6836e2-9724-50a2-8121-1f051c105f74-d23f8065 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Main-Img.w-node-_50310d57-4b4e-cb1a-8dd5-489c109c4107-d23f8065 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_5217b63d-4a12-b5bd-d49c-1368dd84ecad-d23f8065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5217b63d-4a12-b5bd-d49c-1368dd84ecae-d23f8065, #w-node-_0e5f4411-9a42-af43-779c-0caee29aa15c-d23f8065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b707b49c-701d-fc3d-8bac-03207e76afa1-d23f8065 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-b707b49c-701d-fc3d-8bac-03207e76afa3-d23f8065 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Main-Img.w-node-b707b49c-701d-fc3d-8bac-03207e76afaa-d23f8065 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_66f646ff-2ad7-80ee-4abf-edcceef60c2f-d23f8065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_66f646ff-2ad7-80ee-4abf-edcceef60c30-d23f8065, #w-node-f3a4eab7-6774-8f17-1ccc-626d5222e202-d23f8065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ca42ab38-f401-dc11-7877-edfa9b599a8f-d23f8065, #w-node-_9f6836e2-9724-50a2-8121-1f051c105f74-d23f8065 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Main-Img.w-node-_50310d57-4b4e-cb1a-8dd5-489c109c4107-d23f8065 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b707b49c-701d-fc3d-8bac-03207e76afa1-d23f8065, #w-node-b707b49c-701d-fc3d-8bac-03207e76afa3-d23f8065 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Main-Img.w-node-b707b49c-701d-fc3d-8bac-03207e76afaa-d23f8065 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9f6836e2-9724-50a2-8121-1f051c105f74-d23f8065, #w-node-b707b49c-701d-fc3d-8bac-03207e76afa3-d23f8065 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Main-Img.w-node-b707b49c-701d-fc3d-8bac-03207e76afaa-d23f8065 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}