@font-face {
  font-family: Baskervville;
  src: url('../fonts/Baskervville-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --halvány-vörös: #4d070700;
  --fehér: #fff;
  --vörös: #4d0707;
  --sárga: #ebd000;
  --kék: #180040;
}

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

.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;
  }
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  text-decoration: underline;
}

.heroal {
  width: auto;
  height: 100%;
}

.sz-veg2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
}

.hero {
  background-color: var(--halvány-vörös);
  background-image: url('../images/web-hero_1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: static;
}

.tart {
  color: var(--fehér);
  background-image: url('../images/web-háttér2.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.tart.herosec {
  background-image: url('../images/web-háttér2.webp');
  background-position: 50% 100%;
}

.tart.rolunksec, .tart.konyv {
  background-image: none;
}

.grid {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex: 1;
  grid-template-rows: auto;
  width: 90%;
  padding-top: 0;
}

.heading {
  color: var(--vörös);
  margin-bottom: 45px;
  font-family: Baskervville, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 53px;
}

.navbar {
  background-color: #ddd0;
  position: fixed;
  inset: 0% 0% auto;
}

.button-s-rga {
  background-color: var(--sárga);
  color: var(--kék);
  border-radius: 37px;
  padding: 15px 20px;
  display: block;
}

.button-s-rga:hover {
  background-image: linear-gradient(#c3141480, #c3141480);
}

.image {
  padding-top: 8px;
}

.nav-link, .nav-link-2, .nav-link-3, .nav-link-4 {
  color: var(--kék);
}

.nav-link-4:visited {
  color: var(--fehér);
}

.section {
  background-image: url('../images/web-háttér2.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.k-nyv {
  background-image: url('../images/web-háttér-3.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.r-lunk {
  background-image: url('../images/web-háttéragyfasz2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.grid-3 {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.r-lunk-sz {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-2-piros {
  color: var(--vörös);
  margin-top: 0;
  margin-bottom: -26px;
  padding-bottom: 0;
  padding-left: 9px;
  font-family: Baskervville, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.paragraph {
  color: var(--kék);
  margin-bottom: 45px;
  padding-top: 67px;
  padding-left: 100px;
  padding-right: 100px;
  line-height: 23px;
}

.j-t-k {
  background-image: url('../images/web-háttér-3.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.kapcsolat {
  width: 100%;
  height: 100vh;
  position: static;
}

.section-2 {
  background-image: url('../images/web-hero.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.c-m-fakk {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
  display: flex;
  position: relative;
}

.he {
  color: var(--fehér);
  text-align: center;
  margin-bottom: 45px;
  font-family: Baskervville, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.section-3 {
  background-image: url('../images/webki2.png');
  background-position: 50%;
  background-size: cover;
  position: static;
  inset: 0%;
}

.section-4 {
  position: static;
  inset: 0%;
}

.section-5 {
  background-image: url('../images/webki2.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: static;
  inset: 0%;
}

.sz-veg-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 0%;
  display: flex;
  position: static;
}

.mini-hero {
  background-image: url('../images/web-rólunk.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50vh;
}

.section-6 {
  background-image: url('../images/web-háttér-alsó.png');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 50vh;
}

.sz-veg-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  height: 80%;
  margin-top: 50px;
  display: flex;
  position: static;
}

.marcsi {
  background-image: url('../images/web-háttér-3.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.section-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.h-tt-r-elem1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: static;
  inset: 0%;
}

.nevek {
  color: var(--fehér);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Baskervville, Palatino Linotype, sans-serif;
  font-weight: 400;
  display: flex;
}

.grid-4 {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: auto;
  margin-top: 0;
  padding-top: 0;
  display: grid;
  position: relative;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 0;
  display: flex;
}

.paragraph-2 {
  color: var(--fehér);
  text-align: left;
  margin-bottom: 0;
  margin-right: -18px;
  padding-top: 44px;
  padding-bottom: 44px;
  line-height: 23px;
}

.letti {
  background-image: url('../images/web-háttér-3.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.h-tt-r-elem1-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: static;
  inset: 0%;
}

.c-m-fakk-copy {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.sz-veg2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
}

.div-block-2-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 125px;
  padding-right: 0;
  display: flex;
}

.section-8 {
  background-image: url('../images/web-háttér-felső.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 30vh;
}

.sz-veg-copy-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
}

.grid-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  place-items: end stretch;
}

.h4 {
  color: var(--kék);
  font-weight: 400;
}

.div-block-3 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.div-block-4 {
  margin-top: 26px;
}

.div-block-5 {
  margin-top: 33px;
}

.h-tt-r {
  background-image: url('../images/web-háttér-alsó.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
  position: relative;
  inset: 0%;
}

.div-block-6 {
  z-index: auto;
  position: relative;
  inset: 0%;
}

.image-2 {
  position: static;
  inset: 0% 0% auto auto;
}

.background-video {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.div-block-7 {
  position: absolute;
  inset: 0%;
}

.section-9 {
  z-index: 1;
  background-image: url('../images/web-háttér-felső.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  position: relative;
  inset: 0%;
}

.image-3 {
  position: static;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: contain;
}

.imagine-r {
  aspect-ratio: auto;
  object-fit: cover;
  height: 362px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-9 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.section-10 {
  width: 100%;
  height: 354vh;
}

.section_srack {
  justify-content: center;
  align-items: center;
  display: block;
}

.stack-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 343px;
  padding-top: 0;
  display: flex;
}

.stack-card {
  background-color: #a40a0a;
  background-image: url('../images/web-aloldalh2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  height: 25rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.stack-card.is-2 {
  background-color: #fb1212;
  background-image: url('../images/web-aloldalh.webp');
  background-position: 50%;
  background-size: cover;
  top: 5rem;
}

.stack-card.is-3 {
  background-color: var(--vörös);
  background-image: url('../images/web-aloldalh3.webp');
  top: 11rem;
}

.stack-card.is-4 {
  background-color: var(--vörös);
  background-image: url('../images/web-aloldalh4.webp');
  background-position: 50%;
  background-size: cover;
  top: 14rem;
}

.stack-card.is-4-copy {
  background-color: var(--kék);
  background-image: url('../images/web-aloldalh5.webp');
  background-position: 50%;
  background-size: cover;
  top: 14rem;
}

.tart-copy {
  color: var(--fehér);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.r-lunk-copy {
  width: 100%;
  height: 100vh;
}

.container-2 {
  width: 100%;
  padding-top: 167px;
}

.section-11 {
  width: 100%;
  height: 125vh;
  padding-top: 0;
}

.grid-6 {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.paragraph-3 {
  margin-bottom: 37px;
  padding-left: 0;
  line-height: 23px;
}

.image-5 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  display: inline-block;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 18px;
  display: flex;
}

.div-block-11 {
  object-fit: cover;
  padding-right: 18px;
}

.heading-2 {
  margin-top: 0;
  font-family: Baskervville, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.sz-veg2-copyy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
}

.paragra {
  color: var(--kék);
}

.paragraph-4 {
  color: var(--kék);
  padding-top: 0;
  padding-left: 0;
}

.section-11-copy {
  width: 100%;
  height: 80vh;
}

.menu-button {
  margin-right: 0;
  padding: 25px;
}

.menu-button.w--open {
  z-index: 1;
  background-color: #000;
}

.menu-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top {
  color: #fff;
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.top:hover {
  color: #ed2d4a;
}

.mid {
  color: #fff;
  background-color: #fff;
  width: 24px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.mid:hover {
  color: #ed2d4a;
}

.bot {
  color: #fff;
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.bot:hover {
  color: #ed2d4a;
}

.nav-menu {
  z-index: 0;
  background-color: #000;
  display: flex;
  position: fixed;
  inset: 0%;
}

.grip {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-collumn {
  flex-flow: column;
  justify-content: space-between;
  font-size: 14px;
  display: flex;
}

.linkgrap {
  align-self: center;
  font-size: 14px;
  line-height: 20px;
}

.nav-link-5 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
}

.text-block {
  font-size: 79px;
  font-weight: 300;
  line-height: 90px;
}

.text-block:hover {
  color: #ed2d4a;
}

.sroll-wrap {
  width: 100%;
  height: 600vh;
}

.scroll-1 {
  z-index: 6;
  background-image: url('../images/web-könyv.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.scroll-2 {
  z-index: 5;
  background-image: url('../images/webes-kép.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.scroll-3 {
  z-index: 4;
  background-image: url('../images/webes-kép2.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.scroll-4 {
  z-index: 3;
  background-image: url('../images/webes-kép1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.scroll-5 {
  z-index: 2;
  background-image: url('../images/webes-kép3.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.scroll-6 {
  z-index: 1;
  background-image: url('../images/webes-kép5-1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.sz-veg-k-nyval {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
}

.sz-veg-k-nyval._2l-b {
  justify-content: flex-end;
  align-items: flex-start;
  line-height: 23px;
}

.sz-veg-k-nyval._3l-b, .sz-veg-k-nyval._4l-b {
  justify-content: flex-end;
  align-items: flex-start;
}

.sz-veg-k-nyval._5l-b {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-left: -19px;
  margin-right: 0;
  display: flex;
}

.c-container {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.c-backround {
  z-index: 20;
  background-image: url('../images/web-háttér-világos.webp');
  background-position: 0 0;
  background-size: 25vw;
  width: 400vw;
  height: 400vh;
  margin-top: -150vh;
  margin-left: -150vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-stickers {
  z-index: 40;
  border: 2px solid #000;
  width: 400vw;
  height: 400vh;
  margin-top: -150vh;
  margin-left: -150vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-title {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.heading-3 {
  font-size: 13vw;
}

.heading-4 {
  color: var(--kék);
  font-family: Baskervville, Palatino Linotype, sans-serif;
  font-size: 10vw;
}

.c-sticker {
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  width: 10vw;
  margin-top: 150vh;
  margin-left: 150vw;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.c-sticker:hover {
  transform: scale3d(1.5none, 1.5none, 1none);
  width: 13vw;
}

.c-sticker.is-sec {
  margin-top: 220vh;
  margin-left: 182vw;
  padding-left: 0;
}

.c-sticker.is-third {
  margin-top: 200vh;
  margin-left: 210vw;
}

.c-sticker.is-forth {
  margin-top: 161vh;
  margin-left: 250vw;
  padding-left: 0;
}

.c-sticker.is-fifth {
  margin-top: 250vh;
  margin-left: 160vw;
}

.c-sticker.is-sixth {
  margin-top: 260vh;
  margin-left: 240vw;
}

.c-dashboard {
  z-index: 80;
  text-align: center;
  width: 100vw;
  padding-left: 88px;
  padding-right: 88px;
  transition: all .2s;
  position: fixed;
  inset: 0% auto auto 0%;
  transform: translate(0, -106px);
}

.c-dashboard:hover {
  transform: translate(0);
}

.c-dashbox {
  background-color: var(--vörös);
  opacity: 1;
  background-image: url('../images/web-háttér-3.webp');
  background-position: 50%;
  background-size: auto;
  padding: 11px;
}

.c-dashbox:hover {
  transform: translate(0);
}

.c-dashboardsticker {
  opacity: .49;
  width: 80px;
  margin-left: 12px;
  margin-right: 12px;
}

.c-backround-copy {
  z-index: 20;
  background-image: url('../images/web-háttér-világos.png');
  background-position: 0 0;
  background-size: 25vw;
  width: 400vw;
  height: 400vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-5 {
  color: var(--kék);
  font-family: Baskervville, Palatino Linotype, sans-serif;
  font-size: 10vw;
  font-weight: 400;
}

.image-7 {
  width: 8vw;
}

.main-box {
  z-index: 100;
  background-image: url('../images/web-háttér-világos-winner.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.heading-6 {
  color: var(--kék);
  text-align: center;
  margin-bottom: 19px;
  padding-top: 0;
  font-family: Baskervville, Palatino Linotype, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 76px;
  display: block;
}

.coin {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.he-copy {
  color: var(--fehér);
  text-align: center;
  margin-bottom: 45px;
  font-family: Baskervville, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.backround-hero {
  background-image: url('../images/web-háttér2.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-13 {
  position: static;
  inset: auto 0% 0%;
}

.section-12 {
  background-image: url('../images/web-háttér-felső.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.div-block-14 {
  position: static;
  inset: auto 0% 0%;
}

.sz-veg2-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 80%;
  height: 80%;
  margin-top: 74px;
  display: flex;
  position: static;
}

.div-block-2-copy-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 125px;
  padding-right: 0;
  display: flex;
}

.heading-7 {
  font-family: Baskervville, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.image-8 {
  width: 3vw;
}

.iconok {
  width: 18%;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-8 {
  margin-bottom: 10px;
  font-family: Baskervville, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 56px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section-13 {
  width: 100%;
  height: 0;
}

.div-block-16 {
  position: absolute;
}

.div-block-17 {
  background-image: url('../images/web-háttér-felső.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 20vh;
}

.background-video-2 {
  width: 450px;
  height: 300px;
}

.paragraph-2-copy {
  color: var(--fehér);
  text-align: left;
  margin-bottom: 38px;
  padding-top: 0;
  line-height: 23px;
}

.tart-copy {
  color: var(--fehér);
  background-image: url('../images/web-háttér2.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.faszom-ikon {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: -8px;
  display: flex;
}

.faszom-ikon.f-oldal {
  margin-bottom: 10px;
}

.aloldalicon {
  width: 80%;
  padding-left: 0;
}

.paragraph-2-copy-copy {
  color: var(--fehér);
  text-align: left;
  margin-bottom: 0;
  margin-right: -18px;
  padding-top: 44px;
  padding-bottom: 44px;
  padding-right: 0;
  line-height: 23px;
}

.faszom-ikon-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-left: -33px;
  padding-left: 0;
  display: flex;
}

.aloldalicon-copy {
  width: 10%;
  padding-left: 0;
}

.tart-copy {
  color: var(--fehér);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.tart-copy-copy {
  color: var(--fehér);
  background-image: url('../images/web-háttér-alsó.webp');
  background-position: 50% 91%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.body {
  background-image: url('../images/web-háttér-világos.webp');
  background-position: 50%;
  background-size: cover;
}

.sz-veg-k-nyval-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: static;
}

.nav-links {
  color: var(--kék);
  display: inline-block;
}

.tart-alsite {
  color: var(--fehér);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.paragraph-5 {
  color: var(--kék);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  line-height: 23px;
  display: block;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.paragraph-6 {
  color: var(--kék);
}

.paragraph-7 {
  color: var(--kék);
  line-height: 23px;
}

.paragraph-8 {
  line-height: 23px;
}

.paragraph-9 {
  color: var(--kék);
  line-height: 23px;
}

.grid-11 {
  grid-template-rows: auto;
}

.paragraph-10 {
  color: var(--fehér);
}

.paragraph-11 {
  color: var(--kék);
  margin-bottom: 45px;
}

.div-block-2-copy-copy-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 37px;
  display: flex;
}

.menu-button-2 {
  margin-right: 0;
  padding: 25px;
}

.menu-button-2.w--open {
  z-index: 1;
  background-color: #000;
}

.top-2 {
  color: #fff;
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.top-2:hover {
  color: #ed2d4a;
}

.mid-2 {
  color: #fff;
  background-color: #fff;
  width: 24px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.mid-2:hover {
  color: #ed2d4a;
}

.bot-2 {
  color: #fff;
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.bot-2:hover {
  color: #ed2d4a;
}

.lottie-animation {
  display: none;
}

.div-block-19 {
  margin-right: 134px;
  padding-left: 0;
}

.div-block-20 {
  margin-left: 72px;
}

.heading-9 {
  color: var(--vörös);
  text-align: center;
  margin-bottom: 38px;
  font-family: Baskervville, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.image-9 {
  width: 34px;
  margin-top: 10px;
  margin-left: 0;
}

.navbar-2 {
  z-index: 1000;
  -webkit-text-fill-color: inherit;
  background-color: #c7474700;
  background-clip: border-box;
  position: fixed;
  inset: 0% 0% auto;
}

.body-2 {
  overflow: visible;
}

.section-14.tablet {
  display: none;
}

.body-3 {
  overflow: visible;
}

.menu-button-fuckyeah {
  margin-right: 0;
  padding: 25px;
}

.menu-button-fuckyeah.w--open {
  z-index: 1;
  background-color: #000;
}

.top-3 {
  color: #fff;
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.top-3:hover {
  color: #ed2d4a;
}

.mid-3 {
  color: #fff;
  background-color: #fff;
  width: 24px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.mid-3:hover {
  color: #ed2d4a;
}

.bot-3 {
  color: #fff;
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.bot-3:hover {
  color: #ed2d4a;
}

.menu-button-5 {
  margin-right: 0;
  padding: 25px;
}

.menu-button-5.w--open {
  z-index: 1;
  cursor: pointer;
  background-color: #000;
}

.top-4 {
  color: #fff;
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.top-4:hover {
  color: #ed2d4a;
}

.mid-4 {
  color: #fff;
  background-color: #fff;
  width: 24px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.mid-4:hover {
  color: #ed2d4a;
}

.bot-4 {
  color: #fff;
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.bot-4:hover {
  color: #ed2d4a;
}

.menu-button-6 {
  margin-right: 0;
  padding: 25px;
}

.menu-button-6.w--open {
  z-index: 1;
  cursor: pointer;
  background-color: #000;
}

.menu-wrapper-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bot-5 {
  color: #fff;
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.bot-5:hover {
  color: #ed2d4a;
}

.link {
  color: var(--fehér);
}

.heading-11 {
  color: var(--kék);
  padding-left: 0;
  font-family: Baskervville, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.paragraph-13 {
  color: var(--kék);
}

.paragraph-14 {
  color: var(--kék);
  margin-bottom: 35px;
}

.text-span {
  color: var(--sárga);
}

@media screen and (min-width: 1440px) {
  .hero {
    background-image: url('../images/web-hero-1.webp');
  }

  .k-nyv {
    background-image: url('../images/web-háttér-3.webp');
    background-position: 50%;
    background-size: cover;
  }

  .r-lunk {
    background-image: url('../images/web-háttéragyfasz2.webp');
    background-position: 50%;
  }

  .paragraph {
    margin-right: 0;
    padding-left: 170px;
    padding-right: 170px;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-2 {
    padding-top: 32px;
    font-size: 16px;
    line-height: 25px;
  }

  .imagine-r {
    aspect-ratio: 2 / 2.5;
  }

  .section-10 {
    height: 356vh;
  }

  .stack-wrapper {
    margin-top: -3px;
  }

  .container-2 {
    margin-top: 455px;
    padding-top: 0;
  }

  .section-11 {
    height: 114vh;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 33px;
    font-size: 32px;
  }

  .section-11-copy {
    height: 80vh;
  }

  .sz-veg-k-nyval._2l-b {
    font-size: 16px;
  }

  .sz-veg-k-nyval._6l-b {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .div-block-12 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 27px;
    margin-left: 54px;
    margin-right: -66px;
    padding-left: 0;
  }

  .paragraph-2-copy {
    padding-top: 32px;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-2-copy-copy {
    padding-top: 29px;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-5 {
    padding-left: 221px;
    font-size: 16px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .paragraph-9, .paragraph-10 {
    font-size: 16px;
    line-height: 23px;
  }

  .paragraph-11 {
    font-size: 16px;
  }

  .div-block-19 {
    margin-right: 209px;
  }

  .div-block-20 {
    margin-left: 172px;
  }

  .heading-9 {
    margin-bottom: 46px;
    margin-left: 197px;
    padding-right: 0;
  }

  .div-block-23 {
    margin-bottom: 0;
    padding-left: 124px;
  }
}

@media screen and (min-width: 1920px) {
  .tart.herosec {
    background-image: url('../images/web-háttér2.webp');
    background-position: 50% 100%;
  }

  .tart.rolunksec {
    background-image: none;
  }

  .heading {
    font-size: 71px;
    line-height: 77px;
  }

  .button-s-rga {
    padding: 20px 30px;
    font-size: 16px;
  }

  .image {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .nav-link, .nav-link-2, .nav-link-3, .nav-link-4 {
    font-size: 18px;
  }

  .container {
    justify-content: center;
    align-items: center;
    margin-left: 497px;
    margin-right: 497px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .r-lunk {
    background-image: url('../images/faszomht.png');
    background-position: 50%;
    background-size: cover;
  }

  .heading-2-piros {
    margin-bottom: 7px;
    font-size: 45px;
  }

  .paragraph {
    margin-bottom: 65px;
    padding-left: 260px;
    padding-right: 260px;
    font-size: 20px;
    line-height: 35px;
  }

  .c-m-fakk {
    justify-content: flex-start;
    align-items: center;
  }

  .he {
    font-size: 45px;
  }

  .nevek {
    font-size: 35px;
  }

  .grid-4 {
    padding-top: 0;
  }

  .paragraph-2 {
    padding-left: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .c-m-fakk-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .imagine-r {
    aspect-ratio: 1;
    object-fit: cover;
    width: 400px;
    height: 500px;
  }

  .section-10 {
    height: 306vh;
  }

  .stack-wrapper {
    margin-top: -355px;
  }

  .stack-card, .stack-card.is-2 {
    height: 30rem;
  }

  .stack-card.is-4-copy {
    top: 14rem;
  }

  .container-2 {
    max-width: 80%;
    margin-top: -304px;
  }

  .paragraph-3 {
    font-size: 17px;
    line-height: 25px;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 42px;
  }

  .sz-veg2-copyy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-4 {
    padding-top: 10px;
    font-size: 16px;
  }

  .menu-button {
    margin-top: 0;
    margin-right: -438px;
    padding-right: 25px;
  }

  .menu-wrapper {
    margin-top: 3px;
  }

  .sz-veg-k-nyval._2l-b {
    margin-top: 107px;
    padding-left: 113px;
    line-height: 25px;
  }

  .sz-veg-k-nyval._3l-b {
    margin-top: 140px;
  }

  .div-block-12 {
    margin-top: 0;
    margin-left: 22px;
  }

  .c-container {
    overflow: hidden;
  }

  .c-sticker.is-sec {
    margin-top: 260vh;
  }

  .c-sticker.is-third {
    margin-left: 230vw;
  }

  .heading-6 {
    margin-bottom: 25px;
  }

  .he-copy {
    font-size: 45px;
  }

  .div-block-2-copy-copy {
    justify-content: center;
    align-items: flex-end;
  }

  .iconok {
    width: 20%;
    margin-bottom: 0;
  }

  .heading-8 {
    font-size: 45px;
  }

  .background-video-2 {
    width: 700px;
    height: 400px;
    margin-left: 23px;
    padding-left: 0;
  }

  .paragraph-2-copy {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-2-copy-copy-copy {
    padding-right: 10px;
  }

  .div-block-2-copy-copy-copy.dividiv {
    justify-content: center;
    align-items: flex-start;
    padding-right: 87px;
  }

  .aloldalicon {
    width: 103%;
  }

  .paragraph-2-copy-copy {
    padding-right: 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .faszom-ikon-copy {
    margin-left: -18px;
  }

  .aloldalicon-copy {
    width: 12%;
  }

  .nav-links {
    font-size: 16px;
  }

  .paragraph-5 {
    padding-left: 303px;
    line-height: 28px;
  }

  .paragraph-7 {
    padding-left: 80px;
    line-height: 25px;
  }

  .paragraph-9 {
    padding-left: 88px;
    line-height: 26px;
  }

  .paragraph-10 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 120px;
    line-height: 25px;
  }

  .div-block-2-copy-copy-copy {
    justify-content: center;
    align-items: flex-end;
    padding-right: 190px;
  }

  .menu-button-2 {
    margin-top: 0;
    margin-right: -438px;
    padding-right: 25px;
  }

  .div-block-19 {
    margin-right: 257px;
  }

  .heading-9 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 44px;
    margin-left: 288px;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    line-height: 61px;
    display: flex;
  }

  .image-9 {
    width: 44px;
  }

  .menu-button-fuckyeah, .menu-button-5, .menu-button-6 {
    margin-top: 0;
    margin-right: -438px;
    padding-right: 25px;
  }

  .menu-wrapper-2 {
    margin-top: 3px;
  }

  .div-block-23 {
    padding-left: 150px;
  }

  .paragraph-14 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 43%;
  }

  .tart {
    padding-top: 0;
  }

  .tart.herosec {
    background-position: 91% 100%;
  }

  .grid {
    padding-top: 0;
  }

  .heading {
    margin-bottom: 35px;
    font-size: 41px;
    line-height: 45px;
  }

  .nav-link {
    color: var(--fehér);
    text-align: center;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    color: var(--fehér);
    text-align: center;
    padding-bottom: 40px;
  }

  .k-nyv {
    background-position: 100%;
  }

  .r-lunk {
    background-image: url('../images/web-háttéragyfasz2.webp');
  }

  .paragraph {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sz-veg2-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -37px;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    margin-right: 0;
  }

  .div-block-2-copy {
    padding-left: 28px;
  }

  .image-4 {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: scale-down;
    position: static;
  }

  .div-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .imagine-r {
    height: 359px;
  }

  .stack-wrapper {
    margin-top: 490px;
  }

  .section-11 {
    height: 120vh;
  }

  .div-block-11 {
    padding-right: 14px;
  }

  .sz-veg2-copyy {
    padding-top: 11px;
  }

  .menu-button.w--open {
    background-color: var(--kék);
    background-image: linear-gradient(#00000080, #00000080);
  }

  .top, .mid, .bot {
    background-color: var(--kék);
    color: var(--fehér);
  }

  .nav-menu-2 {
    background-color: var(--kék);
    text-align: left;
    width: 36%;
    height: 80vh;
    padding-top: 137px;
  }

  .scroll-1 {
    background-image: url('../images/web-könyv.webp');
    background-position: 50%;
    background-size: cover;
  }

  .sz-veg-k-nyval._6l-b {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .div-block-12 {
    margin: -44px 0 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-container, .c-dashboard {
    display: none;
  }

  .he-copy {
    margin-top: 0;
    padding-top: 66px;
  }

  .div-block-2-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .backround-hero {
    background-position: 85%;
  }

  .sz-veg2-copy-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: -85px;
  }

  .div-block-8-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2-copy-copy {
    padding-left: 0;
  }

  .iconok {
    width: 17%;
  }

  .background-video-2 {
    width: 350px;
    height: 200px;
  }

  .div-block-2-copy-copy-copy {
    justify-content: center;
    align-items: flex-end;
    padding-left: 42px;
  }

  .faszom-ikon {
    padding-left: 0;
  }

  .faszom-ikon.f-oldal {
    margin-bottom: 10px;
  }

  .aloldalicon {
    width: 77%;
  }

  .aloldalicon.marcs, .aloldalicon.alold1 {
    width: 75%;
  }

  .paragraph-2-copy-copy {
    margin-right: 26px;
  }

  .faszom-ikon-copy {
    margin-left: -24px;
  }

  .tart-copy {
    padding-top: 0;
  }

  .tart-copy-copy {
    background-image: url('../images/web-háttér-alsó.webp');
    background-position: 50% 100%;
    padding-top: 0;
  }

  .body {
    background-image: url('../images/web-háttér-világos.webp');
  }

  .sz-veg-k-nyval-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-links {
    color: var(--fehér);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
    text-decoration: none;
    display: flex;
  }

  .tart-alsite {
    padding-top: 0;
  }

  .paragraph-5 {
    color: var(--kék);
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 22px;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-left: 320px;
    padding-right: 21px;
  }

  .grid-8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: -42px;
    padding-top: 0;
  }

  .paragraph-6 {
    margin-top: 40px;
    margin-left: -166px;
  }

  .grid-9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .paragraph-9 {
    margin-top: -88px;
    margin-left: 142px;
    padding-left: 0;
  }

  .grid-10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .paragraph-10 {
    margin-top: 0;
    margin-bottom: -48px;
    padding-top: 0;
  }

  .paragraph-11 {
    margin-bottom: 31px;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-2-copy-copy-copy {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    padding: 10px;
  }

  .menu-button-2.w--open {
    background-color: var(--vörös);
  }

  .top-2 {
    background-color: var(--kék);
  }

  .mid-2, .bot-2 {
    background-color: var(--kék);
    color: var(--kék);
  }

  .menu-button-3 {
    background-color: var(--halvány-vörös);
  }

  .menu-button-3.w--open {
    background-color: var(--vörös);
  }

  .nav-menu-3 {
    background-color: var(--kék);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 100vh;
    margin-right: -400px;
    padding-top: 200px;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .hamburger-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .lottie-animation {
    z-index: 9;
    cursor: pointer;
    width: 35px;
    height: 35px;
    margin-top: 15px;
    display: block;
    position: relative;
  }

  .div-block-19 {
    margin-top: 41px;
    margin-right: 99px;
  }

  .div-block-20 {
    margin-top: 58px;
    margin-left: 54px;
  }

  .heading-9 {
    color: var(--vörös);
  }

  .image-9 {
    margin-left: 15px;
  }

  .menu-button-4 {
    z-index: 1000;
    color: var(--kék);
    background-color: #fff0;
  }

  .menu-button-4.w--open {
    z-index: 1000;
    background-color: #c8c8c800;
  }

  .lottie-animation-2 {
    z-index: 1000;
    background-color: #fff0;
    width: 30px;
    height: 30px;
    position: static;
  }

  .nav-menu-4 {
    z-index: 1;
    background-color: var(--vörös);
    text-align: center;
    border-radius: 20px 0 0 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100vh;
    margin-top: 70px;
    padding-top: 25vh;
    display: block;
    inset: 0% 0% auto auto;
  }

  .section-14 {
    width: 100%;
    height: 100vh;
  }

  .section-14.tablet {
    background-image: url('../images/web-háttér-világos-winner.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .heading-10 {
    color: var(--kék);
    text-align: center;
    margin-bottom: 25px;
    font-family: Baskervville, Palatino Linotype, sans-serif;
    font-weight: 400;
    line-height: 56px;
  }

  .paragraph-12 {
    color: var(--vörös);
    margin-bottom: 35px;
  }

  .menu-button-fuckyeah {
    z-index: 200;
    cursor: pointer;
  }

  .menu-button-fuckyeah.w--open {
    background-color: #0000;
  }

  .top-3, .mid-3, .bot-3, .top-4, .mid-4, .bot-5 {
    background-color: var(--kék);
  }

  .lottie-animation-3 {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .sz-veg2 {
    justify-content: center;
    align-items: flex-start;
  }

  .hero {
    background-image: url('../images/web-hátt-1.webp');
    background-position: 9%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .tart {
    background-position: 98%;
  }

  .grid {
    grid-template-columns: 1fr;
    padding-top: 10px;
  }

  .button-s-rga {
    margin-bottom: 35px;
  }

  .div-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .r-lunk-sz {
    margin-top: 128px;
  }

  .paragraph {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-m-fakk {
    margin-top: 386px;
  }

  .he {
    margin-top: 32px;
    margin-bottom: 33px;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 0;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    padding-bottom: 44px;
    padding-right: 0;
  }

  .paragraph-2 {
    text-align: center;
    padding-top: 23px;
    padding-left: 0;
    line-height: 20px;
  }

  .letti {
    height: 141vh;
  }

  .c-m-fakk-copy {
    margin-top: 145px;
  }

  .div-block-2-copy {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
  }

  .paragraph-2-copy {
    text-align: center;
    padding-top: 16px;
  }

  .div-block-8 {
    padding-top: 0;
  }

  .imagine-r {
    aspect-ratio: 1;
    margin-bottom: 39px;
  }

  .section-10 {
    height: 416vh;
  }

  .stack-wrapper {
    margin-top: 0;
  }

  .container-2 {
    padding-top: 66px;
  }

  .section-11 {
    height: 20vh;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .paragraph-3 {
    padding-right: 0;
  }

  .image-5 {
    border-radius: 9px;
    height: 300px;
  }

  .div-block-10 {
    padding-top: 15px;
    padding-right: 18px;
  }

  .div-block-11 {
    padding-right: 0;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .heading-2.alold {
    margin-bottom: 0;
  }

  .sz-veg2-copyy {
    justify-content: center;
    align-items: flex-start;
    padding-top: 78px;
  }

  .section-11-copy {
    height: 80vh;
  }

  .image-6 {
    aspect-ratio: 3 / 2;
    object-fit: scale-down;
    padding-top: 0;
    overflow: clip;
  }

  .menu-button {
    margin-right: 0;
  }

  .menu-wrapper {
    z-index: 1;
    position: relative;
  }

  .scroll-1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/web-könyv.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .scroll-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/webes-kép.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .scroll-3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/webes-kép2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .scroll-4 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/webes-kép1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .scroll-5 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/webes-kép3.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .scroll-6 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/webes-kép5-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .sz-veg-k-nyval {
    justify-content: center;
    align-items: flex-start;
  }

  .sz-veg-k-nyval._2l-b {
    justify-content: center;
    align-items: center;
    margin-bottom: 85px;
  }

  .sz-veg-k-nyval._4l-b {
    justify-content: center;
    align-items: center;
    margin-top: -26px;
    padding-top: 0;
  }

  .sz-veg-k-nyval._5l-b, .sz-veg-k-nyval._6l-b {
    justify-content: center;
    align-items: center;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .he-copy {
    margin-bottom: 13px;
  }

  .div-block-2-copy-copy {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .backround-hero {
    background-position: 90%;
  }

  .sz-veg2-copy-copy {
    margin-bottom: -67px;
  }

  .div-block-2-copy-copy {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
  }

  .iconok {
    width: 20%;
  }

  .heading-8 {
    margin-bottom: 0;
  }

  .paragraph-2-copy {
    text-align: center;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
  }

  .div-block-2-copy-copy-copy {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .faszom-ikon.f-oldal {
    margin-bottom: 0;
  }

  .aloldalicon {
    width: 103%;
  }

  .aloldalicon.alold1 {
    width: 69%;
  }

  .paragraph-2-copy-copy {
    text-align: center;
    margin-right: 0;
    padding-top: 16px;
  }

  .faszom-ikon-copy {
    margin-left: 4px;
  }

  .tart-copy-copy {
    background-image: url('../images/web-háttér-alsó.webp');
    background-position: 50% 100%;
  }

  .sz-veg-k-nyval-copy {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .nav-links {
    text-decoration: none;
  }

  .tart-alsite {
    background-position: 98%;
  }

  .paragraph-5 {
    color: #fff;
    text-align: left;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .paragraph-6 {
    color: var(--fehér);
    margin-left: 0;
  }

  .paragraph-7 {
    color: var(--fehér);
  }

  .grid-9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .paragraph-9 {
    color: var(--fehér);
    margin-top: 0;
    margin-left: 0;
  }

  .grid-11 {
    grid-template-columns: 1fr;
  }

  .paragraph-11 {
    color: var(--fehér);
    margin-bottom: 40px;
  }

  .div-block-2-copy-copy-copy {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    margin-right: 0;
  }

  .lottie-animation {
    margin-right: 15px;
  }

  .div-block-19 {
    margin-right: 0;
  }

  .div-block-20 {
    margin-top: 161px;
    margin-left: 0;
  }

  .heading-9 {
    color: var(--fehér);
    margin-bottom: 44px;
  }

  .image-9 {
    margin-left: 15px;
  }

  .nav-menu-4 {
    z-index: 0;
    background-color: var(--vörös);
    margin-top: 70px;
    inset: 0% 0% 0% auto;
    overflow: visible;
  }

  .menu-button-fuckyeah, .menu-button-5, .menu-button-6 {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .sz-veg2 {
    margin-top: 0;
  }

  .hero {
    background-position: 46%;
  }

  .tart {
    background-position: 88% 100%;
  }

  .tart.konyv {
    background-image: none;
  }

  .grid {
    padding-top: 34px;
  }

  .heading {
    font-size: 35px;
    line-height: 36px;
  }

  .button-s-rga {
    margin-bottom: 46px;
  }

  .k-nyv {
    background-position: 9%;
  }

  .grid-3 {
    margin-top: 67px;
  }

  .r-lunk-sz {
    margin-top: 99px;
  }

  .paragraph {
    margin-bottom: 35px;
    padding-top: 55px;
    padding-left: 0;
    padding-right: 0;
    line-height: 21px;
  }

  .c-m-fakk {
    margin-top: 849px;
  }

  .he {
    margin-top: 21px;
    margin-bottom: 59px;
  }

  .sz-veg-copy-copy {
    margin-top: 0;
  }

  .nevek {
    margin-bottom: 34px;
  }

  .sz-veg2-copy {
    margin-top: -18px;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-content: stretch;
    align-self: auto;
    display: grid;
  }

  .div-block-2 {
    margin-top: 20px;
    overflow: visible;
  }

  .paragraph-2 {
    text-align: center;
    padding: 30px 0 35px;
  }

  .letti {
    height: 184vh;
  }

  .h-tt-r-elem1-copy {
    overflow: visible;
  }

  .c-m-fakk-copy {
    padding-top: 124px;
  }

  .div-block-2-copy {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
  }

  .div-block-2-copy-copy {
    flex-flow: column;
  }

  .h-tt-r {
    aspect-ratio: auto;
    object-fit: contain;
    height: 100vh;
  }

  .background-video {
    left: auto;
    overflow: hidden;
  }

  .image-4 {
    aspect-ratio: auto;
    object-fit: contain;
    height: 175vh;
    position: static;
  }

  .div-block-8 {
    padding-top: 0;
  }

  .section-10 {
    height: 265vh;
  }

  .stack-card.is-4-copy {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    top: 17rem;
  }

  .container-2 {
    padding-top: 0;
  }

  .section-11 {
    height: 26vh;
  }

  .paragraph-3 {
    text-align: center;
  }

  .image-5 {
    box-sizing: border-box;
    object-fit: contain;
    border-radius: 11px;
    height: 243px;
  }

  .image-5.lemmi {
    margin-top: -49px;
  }

  .image-5.lola {
    margin-top: -55px;
  }

  .image-5.ovi {
    object-fit: cover;
    margin-top: -4px;
  }

  .image-5.concept {
    object-fit: cover;
  }

  .image-5.cover {
    object-fit: cover;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    margin-bottom: -10px;
    padding-bottom: 0;
    padding-right: 18px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .heading-2.alold {
    margin-bottom: -30px;
  }

  .paragraph-4 {
    text-align: center;
    padding-left: 0;
  }

  .image-6 {
    aspect-ratio: auto;
    object-fit: cover;
  }

  .menu-button {
    margin-right: 0;
  }

  .text-block {
    font-size: 45px;
    line-height: 65px;
  }

  .scroll-1 {
    background-image: linear-gradient(#00000096, #00000096), url('../images/web-könyv.webp');
    background-position: 0 0, 50%;
  }

  .sz-veg-k-nyval._2l-b {
    margin-bottom: 0;
  }

  .sz-veg-k-nyval._3l-b {
    justify-content: center;
    align-items: center;
  }

  .sz-veg-k-nyval._5l-b, .div-block-12 {
    text-align: center;
  }

  .he-copy {
    margin-bottom: -76px;
    padding-top: 0;
  }

  .div-block-2-copy-copy {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .backround-hero {
    background-position: 90%;
  }

  .sz-veg2-copy-copy {
    text-align: left;
    flex-flow: column;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    margin-bottom: -101px;
  }

  .div-block-2-copy-copy {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
  }

  .iconok {
    width: 50%;
    margin-left: 17px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-8 {
    font-size: 22px;
    overflow: visible;
  }

  .div-block-15 {
    margin-right: 24px;
  }

  .background-video-2 {
    width: 305px;
  }

  .paragraph-2-copy {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 11px;
    padding-right: 11px;
  }

  .div-block-18 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 32%;
    margin-left: -22px;
    padding-left: 0;
    display: flex;
  }

  .div-block-2-copy-copy-copy {
    flex-flow: column;
    margin-top: 0;
  }

  .div-block-2-copy-copy-copy.dividiv {
    overflow: visible;
  }

  .faszom-ikon.f-oldal {
    margin-left: -5px;
  }

  .aloldalicon {
    width: 102%;
  }

  .aloldalicon.alold1 {
    width: 91%;
  }

  .paragraph-2-copy-copy {
    padding-top: 0;
    padding-bottom: 35px;
  }

  .tart-copy, .tart-copy-copy {
    background-position: 50% 100%;
  }

  .sz-veg-k-nyval-copy {
    justify-content: center;
    align-items: center;
  }

  .nav-links {
    text-decoration: none;
  }

  .tart-alsite {
    background-position: 88% 100%;
  }

  .paragraph-5 {
    text-align: center;
    margin-top: 0;
  }

  .paragraph-6 {
    text-align: center;
    margin-top: -28px;
  }

  .paragraph-7 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .paragraph-9 {
    text-align: center;
  }

  .paragraph-11 {
    margin-bottom: 40px;
  }

  .div-block-2-copy-copy-copy {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    margin-right: 0;
  }

  .div-block-20 {
    margin-top: 93px;
  }

  .heading-9 {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 30px;
  }

  .image-9 {
    margin-left: 15px;
  }

  .nav-menu-4 {
    width: 250px;
    padding-top: 29vh;
  }

  .nav-menu-4.f-oldali {
    padding-top: 25vh;
  }

  .heading-10 {
    font-size: 25px;
    line-height: 33px;
  }

  .body-3 {
    overflow: visible;
  }

  .menu-button-fuckyeah, .menu-button-5, .menu-button-6 {
    margin-right: 0;
  }

  .div-block-22 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-11 {
    text-align: center;
    padding-left: 0;
  }

  .div-block-23 {
    margin-top: 14px;
  }
}

#w-node-d9732be9-caae-f798-69b6-d66251766b0d-3eeb75a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_344be67a-3868-8f41-54c0-c68438b0dc0b-3eeb75a5 {
  align-self: auto;
}

#w-node-_093a14f3-296e-2bcd-1a19-c9d943c7625a-3eeb75a5, #w-node-_12768e9a-ea59-529b-d2fc-f142a14e2f49-55dba5f6, #w-node-_44535831-7fd3-37f3-5218-720ec94a6fd0-55dba5f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8b963ba-efcc-02ad-b93f-274c8458c76f-997c9989 {
  place-self: center;
}

#w-node-a8b963ba-efcc-02ad-b93f-274c8458c774-997c9989 {
  align-self: center;
}

#w-node-bff83524-7a14-e8ff-ec4b-63de8c397f31-997c9989 {
  place-self: center;
}

#w-node-b287e192-def0-98cf-9fff-eeed57daf6cb-997c9989 {
  align-self: center;
}

#w-node-_57d73dde-af66-b7c7-3347-0cdf34efe71f-997c9989 {
  place-self: center;
}

#w-node-_57d73dde-af66-b7c7-3347-0cdf34efe724-997c9989 {
  align-self: center;
}

#w-node-ce26ffe5-8dda-0c8a-4035-ff1065ecd03d-997c9989 {
  place-self: center;
}

#w-node-ce26ffe5-8dda-0c8a-4035-ff1065ecd042-997c9989 {
  align-self: center;
}

#w-node-_691e5a1d-7783-217b-cb27-394ec3fcaefa-997c9989 {
  place-self: center;
}

#w-node-_691e5a1d-7783-217b-cb27-394ec3fcaeff-997c9989 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d9732be9-caae-f798-69b6-d66251766b0d-3eeb75a5, #w-node-_093a14f3-296e-2bcd-1a19-c9d943c7625a-3eeb75a5, #w-node-_44535831-7fd3-37f3-5218-720ec94a6fd0-55dba5f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8b963ba-efcc-02ad-b93f-274c8458c76f-997c9989, #w-node-bff83524-7a14-e8ff-ec4b-63de8c397f31-997c9989, #w-node-_57d73dde-af66-b7c7-3347-0cdf34efe71f-997c9989, #w-node-ce26ffe5-8dda-0c8a-4035-ff1065ecd03d-997c9989, #w-node-_691e5a1d-7783-217b-cb27-394ec3fcaefa-997c9989 {
    justify-self: auto;
  }

  #w-node-_68fa4ec7-4945-1368-428c-0c0f585e3503-ccd7dff6, #w-node-_83a8a747-046f-9dfa-1599-73eccdcb0f0b-ccd7dff6 {
    place-self: center;
  }

  #w-node-_68fa4ec7-4945-1368-428c-0c0f585e3504-ccd7dff6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_85c03b73-fbbd-8fd9-add6-124a0a15e6a0-3eeb75a5 {
    align-self: auto;
  }

  #w-node-d9732be9-caae-f798-69b6-d66251766b0d-3eeb75a5 {
    place-self: center start;
  }

  #w-node-_093a14f3-296e-2bcd-1a19-c9d943c7625a-3eeb75a5 {
    place-self: center;
  }

  #w-node-_44535831-7fd3-37f3-5218-720ec94a6fd0-55dba5f6 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_85c03b73-fbbd-8fd9-add6-124a0a15e6a0-3eeb75a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}


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