/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.btn {
  z-index: 2;
  margin: 0 auto 0 0;
  padding: 0;
  transition: transform .3s ease-in, box-shadow .2s ease-out;
  display: inline-block;
}

.btn a:hover {
  transform: scale(1.05);
  box-shadow: 2px 4px 4px 2px #0000004d;
}

.btn a, .btn a:visited {
  background: linear-gradient(160deg, var(--világos-zold) 0%, var(--zold) 100%);
  color: var(--halvány-zold);
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: .6rem 1.4rem;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: transform .2s ease-out, box-shadow .2s ease-out;
  display: flex;
  box-shadow: 1px 2px 2px #0006;
}

.btn.btn-secondary a, .btn.btn-secondary a:visited {
  box-shadow: none;
  border: 1px solid var(--kozep-barna);
  color: var(--kozep-barna);
  background: none;
  font-weight: 300;
}

.btn.btn-secondary-bg a, .btn.btn-secondary-bg a:visited {
  box-shadow: none;
  border: unset;
  color: var(--halvány-zold);
  background: none;
  background-color: var(--kozep-barna);
  font-weight: 300;
}

.title-main .btn {
  justify-content: flex-start;
}

@media screen and (orientation: portrait) {
  .title-main .btn {
    margin: 0 auto 2rem;
  }

  .title-main .btn__reserve {
    padding: .6rem 1.2rem;
  }

  .title-main .btn__reserve a, .btn__reserve a:visited {
    font-size: .8rem;
  }
}

@media screen and (width <= 720px) {
  .btn a {
    font-size: .8rem;
  }

  .btn.btn-secondary {
    margin: 0 auto;
  }
}

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

.header-main {
  background-image: -webkit-image-set(url("../images/hero.webp") 1x, url("../images/hero@2x.webp") 2x);
  background-image: image-set("../images/hero.webp" 1x, "../images/hero@2x.webp" 2x);
  width: 100%;
  height: 100svh;
}

.header-sub {
  width: 100%;
  height: 500px;
}

.header-gallery {
  background-image: -webkit-image-set(url("../images/hero-galeria.webp") 1x, url("../images/hero-galeria@2x.webp") 2x);
  background-image: image-set("../images/hero-galeria.webp" 1x, "../images/hero-galeria@2x.webp" 2x);
  position: relative;
}

.header-felszereltseg {
  background-image: -webkit-image-set(url("../images/hero-felszereltseg.webp") 1x, url("../images/hero-felszereltseg@2x.webp") 2x);
  background-image: image-set("../images/hero-felszereltseg.webp" 1x, "../images/hero-felszereltseg@2x.webp" 2x);
  position: relative;
}

.header-latnivalok {
  background-image: -webkit-image-set(url("../images/hero-latnivalok.webp") 1x, url("../images/hero-latnivalok@2x.webp") 2x);
  background-image: image-set("../images/hero-latnivalok.webp" 1x, "../images/hero-latnivalok@2x.webp" 2x);
  position: relative;
}

.header-arak {
  background-image: -webkit-image-set(url("../images/hero-arak.webp") 1x, url("../images/hero-arak@2x.webp") 2x);
  background-image: image-set("../images/hero-arak.webp" 1x, "../images/hero-arak@2x.webp" 2x);
  position: relative;
}

.header-kapcsolat {
  background-image: -webkit-image-set(url("../images/hero-kapcsolat.webp") 1x, url("../images/hero-kapcsolat@2x.webp") 2x);
  background-image: image-set("../images/hero-kapcsolat.webp" 1x, "../images/hero-kapcsolat@2x.webp" 2x);
  position: relative;
}

.header-foglalas {
  background-image: -webkit-image-set(url("../images/hero-foglalas.webp") 1x, url("../images/hero-foglalas@2x.webp") 2x);
  background-image: image-set("../images/hero-foglalas.webp" 1x, "../images/hero-foglalas@2x.webp" 2x);
  position: relative;
}

.header-ajandekutalvany {
  background-image: -webkit-image-set(url("../images/hero-ajandekutalvany.webp") 1x, url("../images/hero-ajandekutalvany@2x.webp") 2x);
  background-image: image-set("../images/hero-ajandekutalvany.webp" 1x, "../images/hero-ajandekutalvany@2x.webp" 2x);
  position: relative;
}

.header-main--2nd-bg {
  background-image: url("../images/cloud.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.header-sub--2nd-bg {
  z-index: 0;
  background-image: url("../images/cloud-sub.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 2px;
}

.title-main {
  height: 60vh;
  bottom: var(--section-space);
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
}

.title-sub {
  justify-content: center;
  height: 250px;
  display: flex;
  position: relative;
}

.title-main-inner {
  width: var(--width-d);
  flex-direction: column;
  align-self: flex-end;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
}

.title-sub-inner {
  width: var(--width-d);
  justify-content: center;
  align-self: flex-end;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
}

.title-main .hints {
  z-index: 2;
  justify-content: space-between;
  width: 90%;
  margin: 1rem 0 2rem;
  display: flex;
}

.title-main .hints .hint {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 20%;
  display: flex;
}

.title-main h1 {
  z-index: 2;
  white-space: nowrap;
  padding-bottom: 2rem;
  font-family: Waterfall, serif;
  font-size: clamp(25px, 5.5vw, 60px);
  font-weight: 500;
  line-height: 3rem;
  color: var(--kozep-barna) !important;
}

.title-sub h1 {
  text-transform: uppercase;
  color: var(--zold);
  white-space: nowrap;
  text-shadow: 0 0 15px #e4e0d7, 0 0 5px #e4e0d7, 0 0 10px #e4e0d7, 0 0 20px #e4e0d7;
  font-family: Playfair-Display, serif;
  font-size: clamp(22px, 6vw, 65px);
  font-weight: 400;
  line-height: 3.2rem;
  position: relative;
}

.texts h2 {
  text-transform: uppercase;
  color: var(--zold);
  text-align: left;
  font-family: "Playfair-Display  ", serif;
  font-size: clamp(20px, 4vw, 35px);
  font-weight: 400;
}

.title-main p {
  color: var(--zold);
  font-family: "Playfair-Display  ", serif;
  font-size: clamp(30px, 6vw, 65px);
  font-weight: 400;
  line-height: auto;
  white-space: nowrap;
  text-shadow: 0 0 15px #e4e0d7, 0 0 5px #e4e0d7, 0 0 10px #e4e0d7, 0 0 20px #e4e0d7;
  position: relative;
}

.title-main h1 {
  position: relative;
}

.title-alavonas:after {
  content: "";
  z-index: 5;
  background-image: url("../images/alavonas.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 35vw;
  height: 55px;
  position: absolute;
  bottom: -15px;
  left: 3vw;
}

.title-main h1 {
  z-index: 2;
  margin-bottom: 1rem;
}

.hint .wider {
  width: 3rem !important;
  height: auto !important;
}

.hint .taller {
  width: auto !important;
  height: 2.6rem !important;
}

.hint-text {
  text-align: center;
  font-size: .6rem;
}

.hint .hint-text {
  font-size: .8rem;
}

@media (orientation: landscape) and (height <= 700px) {
  .header-main--2nd-bg {
    height: 110%;
  }
}

@media screen and (orientation: portrait) {
  .header-main {
    background-image: -webkit-image-set(url("../images/hero_mobile.webp") 1x, url("../images/hero_mobile@2x.webp") 2x);
    background-image: image-set("../images/hero_mobile.webp" 1x, "../images/hero_mobile@2x.webp" 2x);
    width: 100%;
    height: 100svh;
  }

  .title-main {
    justify-self: center;
    width: 100%;
    height: 55vh;
    padding: 0;
    bottom: 0;
  }

  .title-main-inner {
    width: 100%;
    padding: 0;
  }

  .header-main--2nd-bg {
    background-image: url("../images/cloud-mobile.webp");
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 65%;
    bottom: -1px;
  }

  .title-main p {
    text-align: center;
    margin: 0 1rem;
    font-size: clamp(20px, 10vw, 75px);
    font-weight: 500;
  }

  .title-main p span {
    white-space: nowrap;
    font-size: clamp(25px, 9vw, 45px);
    font-weight: 600;
  }

  .title-main .hints {
    justify-content: space-between;
    gap: 10px;
    width: 70%;
    max-width: 450px;
    margin: 1.6rem auto;
  }

  .title-main .hints .hint {
    gap: .2rem;
    width: 200%;
  }

  .title-main h1 {
    text-align: center;
    font-size: clamp(25px, 9.5vw, 60px);
    line-height: 3.2rem;
  }

  .hint .wider {
    width: 2rem !important;
    height: auto !important;
  }

  .hint .taller {
    width: auto !important;
    height: 1.8rem !important;
  }

  .title-alavonas:after {
    justify-self: center;
    height: 55px;
    position: absolute;
    bottom: -25px;
    left: 40%;
  }
}

@media screen and (width <= 1200px) {
  .title-alavonas:after {
    height: 46px;
    bottom: -4px;
  }
}

@media screen and (width <= 1050px) {
  .title-alavonas:after {
    height: 44px;
    bottom: -3px;
  }
}

@media screen and (width <= 850px) {
  .title-alavonas:after {
    height: 35px;
    bottom: 4px;
  }

  .title-main h1 {
    line-height: 3.2rem;
  }
}

@media screen and (orientation: portrait) and (width <= 800px) {
  .hint .wider {
    width: 3rem !important;
    height: auto !important;
  }

  .hint .taller {
    width: auto !important;
    height: 2.7rem !important;
  }

  .header-main--2nd-bg {
    height: 65%;
  }

  .title-alavonas:after {
    height: 60px;
    bottom: -25px;
  }

  .title-main h1 {
    line-height: 3rem;
  }
}

@media screen and (orientation: portrait) and (width <= 600px) {
  .title-main h1 {
    margin-bottom: 0;
    line-height: 2.8rem;
  }

  .title-main .hints {
    width: 90%;
    margin: .8rem auto;
  }

  .title-main .hint-text {
    font-size: .8rem;
  }

  .header-main {
    background-position-y: -50px;
  }

  .title-alavonas:after {
    width: 40vw;
    height: 70px;
    bottom: -30px;
  }
}

@media screen and (orientation: portrait) and (width <= 550px) {
  .title-main h1 {
    line-height: 2.4rem;
  }

  .header-sub {
    width: 100%;
    height: 420px;
  }

  .title-sub-inner {
    align-self: center;
    padding-top: 80px;
  }
}

@media screen and (orientation: portrait) and (width <= 450px) {
  .header-main--2nd-bg {
    height: 60%;
  }
}

@media screen and (orientation: portrait) and (width <= 380px) {
  .header-main--2nd-bg {
    height: 65%;
  }

  .hint .wider {
    width: 2rem !important;
  }

  .hint .taller {
    height: 1.8rem !important;
  }
}

@media screen and (orientation: landscape) and (height <= 700px) {
  .title-main h1 {
    font-size: 2.6rem;
    line-height: 2.2rem;
  }

  .title-main p {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}

@media screen and (orientation: landscape) and (height <= 500px) {
  .header-main {
    background-image: -webkit-image-set(url("../images/hero.webp") 1x, url("../images/hero@2x.webp") 2x);
    background-image: image-set("../images/hero.webp" 1x, "../images/hero@2x.webp" 2x);
    width: 100%;
    height: 670px;
  }

  .header-main--2nd-bg {
    background-image: url("../images/cloud.webp");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 670px;
    position: absolute;
    top: 0;
  }

  .title-main {
    justify-self: center;
    width: 100%;
    padding: 0;
    top: 330px;
  }

  .portrait-nav ul {
    gap: .2rem !important;
  }

  .nav-items__mobile {
    margin: .2rem 0 !important;
  }
}

.nav-container-wrapper {
  z-index: 2;
  width: 100%;
  height: calc(var(--menu-h) * 1);
  background: linear-gradient(#000000eb 0%, #0006 70%, #0000 100%);
  justify-items: center;
  padding: 1rem 0;
  display: flex;
  position: absolute;
}

.nav-container {
  align-content: center;
  width: 100%;
}

.nav-container img {
  width: 100px;
  margin-right: 2rem;
}

.portrait-nav {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 0 2rem;
  display: flex;
}

.portrait-nav .menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.portrait-nav {
  justify-content: space-between;
  align-items: center;
  margin: 0 2rem;
  display: flex;
}

.portrait-nav .menu {
  align-items: center;
  display: flex;
}

.portrait-nav ul {
  align-items: center;
  display: flex;
  gap: .6rem !important;
}

.portrait-nav li {
  list-style: none;
}

.menu-social {
  justify-content: space-between;
  height: 3rem;
  display: flex;
}

.menu-item:hover {
  color: var(--világos-zold) !important;
}

.menu-item--active {
  background: #0003;
  border-radius: 3px;
  padding: 10px 6px;
  border: 1px solid var(--halvány-zold) !important;
}

@media screen and (orientation: portrait) {
  .nav-container-wrapper {
    height: var(--menu-h);
    height: var(--menu-h-mobile);
    padding: 0;
  }

  .nav-container img {
    width: 2.8rem;
    margin-right: 1rem;
  }

  .portrait-nav {
    margin: 0 1rem;
  }
}

@media screen and (width <= 1150px) {
  ul.nav-items, .portrait-nav .btn {
    display: none;
  }

  .nav-container img {
    width: 75px;
  }

  .nav-container-wrapper {
    height: 120px;
  }
}

@media screen and (width <= 450px) {
  .nav-container-wrapper {
    height: 100px;
  }
}

.side-menu {
  z-index: 100;
  background-color: #000000d9;
  height: 100vh;
  padding-top: 80px;
  transition: all .3s;
  position: fixed;
  top: 0;
  right: -300px;
}

.side-menu.is-active {
  right: 0;
}

.side-menu .menu {
  border-top: 1px solid var(--halvány-zold);
  border-bottom: 1px solid var(--halvány-zold);
  margin: 30px 1rem 1rem;
  display: flex;
}

.nav-items__mobile {
  flex-direction: column;
  margin: 1rem 0;
  display: flex !important;
}

.portrait-nav a, .portrait-nav a:visited {
  color: var(--halvány-zold);
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  text-decoration: none;
}

.article-space {
  margin-top: var(--section-space);
}

article {
  flex-direction: row;
  width: 100%;
  display: flex;
}

article .texts {
  width: 50%;
}

article .texts__100 {
  width: 100%;
}

article .texts__70 {
  width: 60%;
}

.article-txt-p-right {
  padding-right: var(--article-texts-p);
}

.article-txt-p-left {
  padding-left: var(--article-texts-p);
}

article li::marker {
  color: var(--zold);
}

article li span {
  font-weight: 600;
}

article li .brown {
  color: var(--kozep-barna);
}

article li .orange {
  color: orange;
}

article li a {
  text-decoration: none;
}

.img-right {
  padding-right: 50px;
}

.img__fullw {
  border-radius: 3px;
  width: 100%;
}

.arak_grid {
  width: 100%;
  margin-top: var(--section-space);
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  display: grid;
}

.kapcsolat_grid {
  grid-template-columns: 1fr;
  gap: .5rem;
  width: 600px;
  margin: 0 auto;
  display: grid;
}

.kapcsolat_grid > div {
  background-color: var(--bezs);
  border-radius: 3px;
  padding: 2rem;
  display: flex;
}

.kapcsolat-icon {
  width: 1.8rem;
  height: 1.8rem;
  fill: var(--zold);
  flex-shrink: 0;
  align-self: center;
  margin-right: .5rem;
}

.kapcsolat-text {
  align-self: center;
  margin-left: 1rem;
}

.kapcsolat-text a, .kapcsolat-text a:visited {
  color: var(--zold);
  font-family: Work Sans, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
}

.arak_grid .text__small {
  font-size: .8rem;
}

.arak_grid .text__big {
  color: var(--kozep-barna);
  font-size: 1.4rem;
  font-weight: 500;
}

h5 {
  color: var(--zold);
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: "Playfair-Display  ", serif;
  font-size: 30px;
  font-weight: 400;
}

h6 {
  color: var(--zold);
  padding-bottom: 1rem;
  font-family: "Playfair-Display  ", serif;
  font-size: 24px;
  font-weight: 400;
}

.op0 {
  opacity: 0;
}

.span_two_column {
  grid-column: span 2;
}

.arak_grid > div {
  background-color: var(--bezs);
  text-align: center;
  border-radius: 3px;
  padding: 2rem 1rem;
}

article .img1, article .img2, article .img3, article .img4, article .img5, article .img6, article .img7, article .img8, article .img9, article .img10, .szentfa, .domosi-prepostsag, .ram-szakadek, .dobogoko, .predikaloszek, .visegrad, .bobpalya, .gokart, .esztergom, .domos {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

article .img1 {
  width: calc(var(--width-d) /2 - 65px - 2rem);
  background-image: -webkit-image-set(url("../images/csakmi-vendeghaz-lepcso.webp") 1x, url("../images/csakmi-vendeghaz-lepcso@2x.webp") 2x);
  background-image: image-set("../images/csakmi-vendeghaz-lepcso.webp" 1x, "../images/csakmi-vendeghaz-lepcso@2x.webp" 2x);
  background-position: center;
  border-radius: 3px;
  height: 350px;
}

article .article-icon {
  width: 2rem;
  height: 2rem;
  fill: var(--kozep-barna);
  margin-top: -1rem;
}

article .img2 {
  background-image: -webkit-image-set(url("../images/csakmi-vendeghaz-fentiterasz.webp") 1x, url("../images/csakmi-vendeghaz-fentiterasz@2x.webp") 2x);
  background-image: image-set("../images/csakmi-vendeghaz-fentiterasz.webp" 1x, "../images/csakmi-vendeghaz-fentiterasz@2x.webp" 2x);
  border-radius: 3px;
  width: 50%;
  height: 450px;
}

article .img3 {
  background-image: -webkit-image-set(url("../images/csakmi-vendeghaz-romantikus-szallas-paroknak.webp") 1x, url("../images/art-lepcso@2x.webp") 2x);
  background-image: image-set("../images/csakmi-vendeghaz-romantikus-szallas-paroknak.webp" 1x, "../images/csakmi-vendeghaz-romantikus-szallas-paroknak@2x.webp" 2x);
  border-radius: 3px;
  width: 50%;
  height: 450px;
}

article .img4 {
  background-image: -webkit-image-set(url("../images/csakmi-vendeghaz-jakuzzis-vendeghaz-dunakanyar.webp") 1x, url("../images/art-lepcso@2x.webp") 2x);
  background-image: image-set("../images/csakmi-vendeghaz-jakuzzis-vendeghaz-dunakanyar.webp" 1x, "../images/csakmi-vendeghaz-jakuzzis-vendeghaz-dunakanyar@2x.webp" 2x);
  border-radius: 3px;
  width: 50%;
  height: 350px;
}

article .img5 {
  background-image: -webkit-image-set(url("../images/csakmi-vendeghaz-felszereltseg-nappali.webp") 1x, url("../images/csakmi-vendeghaz-felszereltseg-nappali@2x.webp") 2x);
  background-image: image-set("../images/csakmi-vendeghaz-felszereltseg-nappali.webp" 1x, "../images/csakmi-vendeghaz-felszereltseg-nappali@2x.webp" 2x);
  border-radius: 3px;
  width: 50%;
  height: 450px;
}

article .img6 {
  background-image: -webkit-image-set(url("../images/csakmi-vendeghaz-felszereltseg-konyha.webp") 1x, url("../images/csakmi-vendeghaz-felszereltseg-konyha@2x.webp") 2x);
  background-image: image-set("../images/csakmi-vendeghaz-felszereltseg-konyha.webp" 1x, "../images/csakmi-vendeghaz-felszereltseg-konyha@2x.webp" 2x);
  border-radius: 4px;
  width: 50%;
  height: 520px;
}

article .img7 {
  background-image: -webkit-image-set(url("../images/csakmi-vendeghaz-felszereltseg-furdoszoba.webp") 1x, url("../images/csakmi-vendeghaz-felszereltseg-furdoszoba@2x.webp") 2x);
  background-image: image-set("../images/csakmi-vendeghaz-felszereltseg-furdoszoba.webp" 1x, "../images/csakmi-vendeghaz-felszereltseg-furdoszoba@2x.webp" 2x);
  border-radius: 4px;
  width: 50%;
  height: 460px;
}

article .img8 {
  background-image: -webkit-image-set(url("../images/csakmi-vendeghaz-felszereltseg-halo.webp") 1x, url("../images/csakmi-vendeghaz-felszereltseg-halo@2x.webp") 2x);
  background-image: image-set("../images/csakmi-vendeghaz-felszereltseg-halo.webp" 1x, "../images/csakmi-vendeghaz-felszereltseg-halo@2x.webp" 2x);
  border-radius: 4px;
  width: 50%;
  height: 500px;
}

article .img9 {
  background-image: -webkit-image-set(url("../images/csakmi-vendeghaz-felszereltseg-udvar.webp") 1x, url("../images/csakmi-vendeghaz-felszereltseg-udvar@2x.webp") 2x);
  background-image: image-set("../images/csakmi-vendeghaz-felszereltseg-udvar.webp" 1x, "../images/csakmi-vendeghaz-felszereltseg-udvar@2x.webp" 2x);
  border-radius: 4px;
  width: 50%;
  height: 430px;
}

article .img10 {
  background-image: -webkit-image-set(url("../images/csakmi-vendeghaz-felszereltseg-extrak.webp") 1x, url("../images/csakmi-vendeghaz-felszereltseg-extrak@2x.webp") 2x);
  background-image: image-set("../images/csakmi-vendeghaz-felszereltseg-extrak.webp" 1x, "../images/csakmi-vendeghaz-felszereltseg-extrak@2x.webp" 2x);
  border-radius: 4px;
  width: 50%;
  height: 480px;
}

article .szentfa {
  background-image: -webkit-image-set(url("../images/domos-szentfa.webp") 1x, url("../images/domos-szentfa@2x.webp") 2x);
  background-image: image-set("../images/domos-szentfa.webp" 1x, "../images/domos-szentfa@2x.webp" 2x);
  border-radius: 4px;
  width: 40%;
  height: 330px;
}

article .domosi-prepostsag {
  background-image: -webkit-image-set(url("../images/domosi-prepostsag.webp") 1x, url("../images/domosi-prepostsag@2x.webp") 2x);
  background-image: image-set("../images/domosi-prepostsag.webp" 1x, "../images/domosi-prepostsag@2x.webp" 2x);
  border-radius: 4px;
  width: 40%;
  height: 330px;
}

article .ram-szakadek {
  background-image: -webkit-image-set(url("../images/ram-szakadek.webp") 1x, url("../images/ram-szakadek@2x.webp") 2x);
  background-image: image-set("../images/ram-szakadek.webp" 1x, "../images/ram-szakadek@2x.webp" 2x);
  border-radius: 4px;
  width: 40%;
  height: 300px;
}

article .dobogoko {
  background-image: -webkit-image-set(url("../images/dobogoko.webp") 1x, url("../images/dobogoko@2x.webp") 2x);
  background-image: image-set("../images/dobogoko.webp" 1x, "../images/dobogoko@2x.webp" 2x);
  border-radius: 4px;
  width: 40%;
  height: 300px;
}

article .predikaloszek {
  background-image: -webkit-image-set(url("../images/predikaloszek.webp") 1x, url("../images/predikaloszek@2x.webp") 2x);
  background-image: image-set("../images/predikaloszek.webp" 1x, "../images/predikaloszek@2x.webp" 2x);
  border-radius: 4px;
  width: 40%;
  height: 300px;
}

article .visegrad {
  background-image: -webkit-image-set(url("../images/visegrad.webp") 1x, url("../images/visegrad@2x.webp") 2x);
  background-image: image-set("../images/visegrad.webp" 1x, "../images/visegrad@2x.webp" 2x);
  border-radius: 4px;
  width: 40%;
  height: 400px;
}

article .bobpalya {
  background-image: -webkit-image-set(url("../images/bobpalya.webp") 1x, url("../images/bobpalya@2x.webp") 2x);
  background-image: image-set("../images/bobpalya.webp" 1x, "../images/bobpalya@2x.webp" 2x);
  border-radius: 4px;
  width: 40%;
  height: 350px;
}

article .gokart {
  background-image: -webkit-image-set(url("../images/gokart.webp") 1x, url("../images/gokart@2x.webp") 2x);
  background-image: image-set("../images/gokart.webp" 1x, "../images/gokart@2x.webp" 2x);
  border-radius: 4px;
  width: 40%;
  height: 350px;
}

article .esztergom {
  background-image: -webkit-image-set(url("../images/esztergom.webp") 1x, url("../images/esztergom@2x.webp") 2x);
  background-image: image-set("../images/esztergom.webp" 1x, "../images/esztergom@2x.webp" 2x);
  border-radius: 4px;
  width: 40%;
  height: 300px;
}

article .domos {
  background-image: -webkit-image-set(url("../images/domos.webp") 1x, url("../images/domos@2x.webp") 2x);
  background-image: image-set("../images/domos.webp" 1x, "../images/domos@2x.webp" 2x);
  border-radius: 4px;
  width: 40%;
  height: 400px;
}

.img-source {
  background-color: #fffc;
  border-top-left-radius: 3px;
  height: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.img-source__text, .img-source__text a, .img-source__text a:visited {
  color: var(--zold);
  padding: 3px 10px;
  font-family: Work Sans, sans-serif;
  font-size: .8rem;
  text-decoration: none;
}

article .texts h3 {
  text-transform: uppercase;
  color: var(--kozep-barna);
  border-radius: 3px;
  padding-bottom: 1rem;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

article .texts h2, article .texts__70 h2, article .texts__100 h2 {
  color: var(--zold);
  text-transform: uppercase;
  padding-bottom: .5rem;
  font-family: "Playfair-Display  ", serif;
  font-size: clamp(22px, 5vw, 30px);
  font-weight: 400;
}

article .texts h4 {
  color: var(--zold);
  padding: .5rem 0;
  font-family: "Playfair-Display  ", serif;
  font-size: clamp(16px, 4.5vw, 24px);
  font-weight: 400;
}

.article__text {
  text-wrap: stable;
  margin-bottom: 2rem;
}

article ul {
  padding-left: 2rem;
  list-style-type: disc;
}

.no-margin-top {
  margin-top: 0 !important;
}

@media screen and (orientation: portrait) {
  article .img1 {
    width: calc(50% - 70px);
    height: 450px;
    left: 0;
    right: 10rem;
  }

  article .img1 .tag {
    top: 40px;
    left: 100%;
    transform: translateX(-50%);
  }
}

@media screen and (width <= 1100px) {
  article .img1 {
    width: calc(50% - 65px);
  }
}

@media screen and (width <= 800px) {
  article.ordered :first-child {
    order: 2;
  }

  article .texts, article .texts__70 {
    width: 100%;
  }

  article.ordered :nth-child(2) {
    order: 1;
  }

  article {
    flex-direction: column;
  }

  .txt-image-spacer {
    margin-top: 1.6rem;
  }

  article .img1 {
    width: calc(100% - 50px);
  }

  article .img2, article .img3, article .img4, article .img5, article .img6, article .img7, article .img8, article .img9, article .img10, article .szentfa, article .domosi-prepostsag, article .ram-szakadek, article .dobogoko, article .predikaloszek, article .visegrad, article .bobpalya, article .gokart, article .esztergom, article .domos {
    width: 100%;
  }

  article .img1 {
    height: 55vw;
  }

  article .img2 {
    height: 60vw;
  }

  article .img3 {
    height: 80vw;
  }

  article .img4 {
    height: 60vw;
  }

  article .img5 {
    height: 400px;
  }

  .article__text, .arak_grid .text {
    font-size: .9rem;
  }

  article .texts, article .texts__70 {
    padding-left: 0;
  }
}

@media screen and (width <= 900px) and (width >= 801px) {
  article .img5, article .img6, article .img7, article .img8, article .img9, article .img10 {
    height: 350px;
  }
}

@media screen and (width <= 900px) {
  .arak_grid .text__small {
    font-size: .65rem;
  }

  .arak_grid .text__big {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 20px;
  }

  .article__text, .arak_grid .text {
    font-size: .75rem;
  }

  article .article-icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  article .texts h3 {
    padding-bottom: .6rem;
  }

  article .texts h2 {
    margin-top: 0;
    padding-top: 0;
  }

  .article__text {
    margin-bottom: 1rem;
  }
}

@media screen and (width <= 720px) {
  .arak_grid {
    grid-template-columns: 1fr;
  }

  .span_two_column {
    grid-column: span 1;
  }

  main {
    padding: 0 4rem;
  }

  .kapcsolat_grid {
    width: 100%;
  }

  .kapcsolat_grid > div {
    padding: 2rem;
  }

  .kapcsolat-icon {
    width: 1.4rem;
    height: 1.4rem;
  }

  .kapcsolat-text a {
    font-size: 1rem;
  }
}

@media screen and (width <= 600px) {
  article.ordered :first-child {
    order: 2;
  }

  article.ordered :nth-child(2) {
    order: 1;
  }

  article .texts, article .texts__70 {
    width: 100%;
  }

  main {
    padding: 0 4rem;
  }

  .article__text {
    margin-bottom: 1rem;
  }
}

.banner {
  background-image: linear-gradient(to right, #e4e0d7cc, #7a6e5ccc), url("../images/ajandek-banner.webp");
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  align-items: flex-start;
  width: 100%;
  margin: 4rem auto 0;
  padding: 1rem 0 0 1rem;
  display: flex;
}

.banner .btn {
  margin-bottom: 1rem;
}

.banner-inner {
  flex-direction: column;
  justify-items: flex-end;
  display: flex;
}

.banner-title {
  text-transform: uppercase;
  color: var(--zold);
  margin-bottom: .3rem;
  font-family: Playfair-Display, serif;
  font-size: clamp(.9rem, 3vw, 36px);
}

.banner-text {
  margin-bottom: 1rem;
  font-family: Playfair-Display, serif;
  font-size: clamp(.7rem, 2vw, 20px);
  font-weight: 600;
}

footer {
  width: 100%;
  margin-top: 8rem;
}

.footer-columns {
  grid-template-columns: auto 1fr .5fr 1fr auto;
  gap: 2rem;
  display: grid;
}

.footer-column {
  margin: calc(var(--section-space)/2) 0;
}

.footer-logo {
  width: auto;
  height: 5.6rem;
}

.footer-title {
  text-transform: uppercase;
  color: var(--halvány-zold);
  margin-bottom: 1rem;
  font-family: Work Sans, sans-serif;
  font-size: .8rem;
  font-weight: 600;
}

.footer-listitem-with-icon {
  flex-direction: row;
  align-items: center;
  height: 1.2rem;
  margin-bottom: .5rem;
  display: flex;
}

.footer-listitem-icon {
  width: 1rem;
  height: 1rem;
  fill: var(--halvány-zold);
  flex-shrink: 0;
  margin-right: .5rem;
}

.footer-listitem-text, .footer-listitem-text a, .footer-listitem-text a:visited {
  color: var(--halvány-zold);
  font-family: Work Sans, sans-serif;
  font-size: .6rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer_social_icons {
  gap: 1rem;
  display: flex;
}

.footer_social_icon svg {
  fill: var(--halvány-zold);
}

.garantaltan img {
  width: auto;
  height: 7rem;
}

.footer-copyright {
  height: .8rem;
  color: var(--világos-zold);
  text-align: center;
  background-color: #0009;
  font-size: .65rem;
}

@media screen and (width <= 1100px) {
  footer {
    margin-top: 4rem;
  }

  .footer-content {
    width: 100%;
  }

  .footer-columns {
    grid-template-columns: auto;
    grid-template-areas: "A A A B B B"
                         "C C D D E E";
    row-gap: 0;
  }

  .footer-column {
    margin: 1rem 0;
  }

  .area-a {
    grid-area: A;
    place-self: center;
  }

  .area-b {
    grid-area: B;
    justify-self: center;
  }

  .area-c {
    grid-area: C;
  }

  .area-d {
    grid-area: D;
  }

  .area-e {
    grid-area: E;
  }
}

@media screen and (width <= 500px) {
  .garantaltan img {
    height: 5.5rem;
  }

  .footer-logo {
    height: 4.5rem;
  }

  footer {
    margin-top: 4rem;
  }

  .footer-content {
    width: 100%;
  }

  .footer-columns {
    grid-template-areas: "A A A B B B"
                         "C C C C C C"
                         "E E E D D D";
  }
}

.hint .svg-container {
  align-items: end;
  height: 2rem;
  display: flex;
}

.hint svg {
  fill: var(--kozep-barna);
}

.btn .with-icon svg {
  fill: none;
  stroke: var(--halvány-zold);
  stroke-width: 3px;
  margin-left: .5rem;
  width: auto !important;
  height: .8rem !important;
}

.social-icon {
  width: 2rem;
  height: 2rem;
  fill: var(--bezs);
}

.social-icon__title {
  width: 1.2rem;
  height: 1.2rem;
  fill: var(--halvány-zold);
}

.social-icon__title:hover {
  fill: var(--világos-zold);
}

.mini-galery {
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.mini-galery a {
  width: 20%;
}

.mini-galery img {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100px;
}

@media screen and (width <= 900px) {
  .mini-galery a {
    width: 25%;
  }

  .minigal-optional-1 {
    display: none;
  }
}

@media screen and (width <= 750px) {
  .mini-galery a {
    width: 30%;
  }

  .minigal-optional-1, .minigal-optional-2 {
    display: none;
  }
}

@media screen and (width <= 720px) {
  .mini-galery {
    margin-bottom: 1.5rem;
  }

  .mini-galery img {
    height: 70px;
  }
}

.results-container {
  width: 100%;
}

.results {
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  display: grid;
}

.result {
  border-right: 1px solid var(--kozep-barna);
  flex-direction: row;
  justify-content: center;
  align-items: start;
  padding: 0 1rem;
  font-size: 1rem;
  display: flex;
}

.result-icon {
  width: 2.4rem;
  height: 2.4rem;
  fill: var(--kozep-barna);
  flex-shrink: 0;
  align-self: center;
  margin-right: 1rem;
}

.result-texts {
  flex-direction: column;
  align-items: start;
  display: flex;
}

.result-title {
  text-transform: uppercase;
  color: var(--kozep-barna);
  font-family: "Playfair-Display  ", serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.result-text {
  text-transform: uppercase;
  color: var(--gray-color);
  font-size: .8rem;
}

.result:last-child {
  border: none;
}

@media screen and (width <= 900px) {
  .results {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "A B"
                         "C D";
    row-gap: 1rem;
  }

  .result {
    justify-content: start;
  }

  .result:nth-child(2) {
    border: none;
  }
}

@media screen and (width <= 550px) {
  .result-icon {
    width: 2rem;
    height: 2rem;
  }

  .result-title {
    font-size: 1.4em;
  }

  .result-text {
    text-transform: uppercase;
    color: var(--gray-color);
    font-size: .65rem;
  }
}

section {
  margin-top: var(--section-space);
}

section.special {
  margin-top: calc(-(var(--section-space)));
}

h2.fullw {
  text-align: center;
  width: 1100px;
  color: var(--zold);
  white-space: nowrap;
  text-transform: uppercase;
  margin: 0 auto .5rem;
  font-family: Playfair-Display, serif;
  font-size: clamp(.9rem, 4vw, 35px);
  font-weight: 400;
}

h2.fullw--modified-top {
  margin-top: -3rem;
}

main, .footer-content {
  width: var(--width-d);
  margin: 0 auto;
  padding: 0 2rem;
}

.rate {
  margin: 4rem 0 1rem;
}

.cover {
  background-color: var(--vilagos-bezs);
  z-index: 500;
  width: 100%;
  height: 3rem;
  position: relative;
  top: -3.5rem;
}

.fullw-container-center {
  justify-content: center;
  display: flex;
  position: relative;
}

.section-map iframe {
  width: 100%;
}

.section-space-t__half {
  margin-top: calc(var(--section-space)/2);
}

h2.section {
  text-transform: uppercase;
  color: var(--zold);
  text-align: center;
  margin-bottom: .5rem;
  font-family: "Playfair-Display  ", serif;
  font-size: clamp(20px, 4vw, 35px);
  font-weight: 400;
}

@media screen and (orientation: portrait) {
  main {
    width: 100%;
    margin: 0;
    padding: 0 2rem;
  }

  h2.fullw {
    width: 100%;
  }
}

@media screen and (width <= 1100px) {
  main, .footer-content, h2.fullw {
    width: 100%;
  }
}

@media screen and (width <= 500px) {
  main, .footer-content {
    width: 100%;
    padding: 0 1rem;
  }
}

.line {
  background-color: var(--zold);
  border-radius: 3px;
  width: 100px;
  height: 2px;
  margin: .5rem 0;
}

@media screen and (orientation: portrait) {
  .line {
    align-self: center;
  }
}

.tag {
  background: linear-gradient(160deg, var(--világos-zold) 0%, var(--zold) 100%);
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 100%;
  transform: translateX(-50%);
  box-shadow: 2px 4px 5px 1px #0000004d;
}

.tag-texts {
  color: var(--bezs);
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
  display: flex;
  transform: rotate(10deg);
}

.tag-texts .tag-line1 {
  font-family: "Playfair-Display  ", serif;
  font-size: 26px;
}

.tag-texts .tag-line2, .tag-texts .tag-line3 {
  font-family: Work Sans, sans-serif;
  font-size: 16px;
}

.tag-texts .tag-icon svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: var(--bezs);
  margin-top: 10px;
}

@media screen and (width <= 900px) {
  .tag {
    width: 100px;
    height: 100px;
  }

  .tag-texts {
    padding-top: 12px;
  }

  .tag-texts .tag-line1 {
    font-size: 20px;
  }

  .tag-texts .tag-line2, .tag-texts .tag-line3 {
    font-size: 12px;
  }

  .tag-texts .tag-icon svg {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 10px;
  }
}

.tiles-container {
  width: 100%;
}

.tiles {
  border: 1px solid var(--kozep-barna);
  background-color: var(--bezs);
  border-radius: 3px;
  min-width: 850px;
  display: flex;
}

.tile {
  border-right: 1px solid var(--kozep-barna);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  padding: 0 1rem;
  font-size: 1rem;
  display: flex;
}

.tile-icon {
  width: 2.4rem;
  height: 2.4rem;
  fill: var(--kozep-barna);
  margin-bottom: .5rem;
}

.tile-title {
  text-align: center;
  text-transform: uppercase;
  color: var(--zold);
  font-family: Work Sans, sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

.tile-text {
  text-align: center;
  color: var(--gray-color);
  margin-top: .5rem;
  font-size: .7rem;
}

.tile:last-child {
  border: none;
}

.swiper {
  width: 100%;
  height: 240px;
}

.swipe .tile-icon {
  fill: var(--kozep-barna) !important;
}

.swiper-pagination-bullet {
  text-align: center;
  color: #000;
  opacity: 1;
  background: #0003;
  width: 10px;
  height: 10px;
  font-size: 12px;
  line-height: 20px;
}

.swiper .svg-container {
  align-items: end;
  height: 2rem;
  display: flex;
}

.swiper svg {
  fill: var(--kozep-barna);
}

.swiper-pagination-horizontal {
  bottom: 0 !important;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: var(--kozep-barna) !important;
}

.swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-next, .swiper-button-prev {
  color: var(--kozep-barna) !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 16px !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 220px;
}

@media screen and (width >= 1100px) {
  .tiles-normal {
    display: block;
  }

  .tiles-mobil {
    display: none !important;
  }
}

@media screen and (width <= 1100px) {
  .tiles-normal {
    display: none;
  }

  .tiles-mobil {
    display: block;
  }

  .tile-lapozo {
    background-color: var(--bezs);
    border-radius: 3px;
    max-width: 250px;
    height: 140px;
    margin: 1rem auto;
    padding: 1rem;
    border: 1px solid var(--kozep-barna) !important;
  }

  .tile-lapozo .tile-icon {
    width: 2.4rem !important;
    height: 2.4rem !important;
  }
}

.bottom-container {
  background-image: -webkit-image-set(url("../images/footer-bg.webp") 1x, url("../images/footer-bg@2x.webp") 2x);
  background-image: image-set("../images/footer-bg.webp" 1x, "../images/footer-bg@2x.webp" 2x);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
}

.bottom-container--2nd-bg {
  background-image: url("../images/cloud-bottom.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: absolute;
  top: -1px;
}

@media screen and (width >= 1500px) {
  .bottom-container--2nd-bg {
    background-image: url("../images/cloud-bottom-big.webp");
    height: 380px;
    top: -1px;
  }
}

@media screen and (width <= 500px) {
  .bottom-container--2nd-bg {
    height: 250px;
  }
}

:root {
  --bezs: #e0d8cb;
  --vilagos-bezs: #e4e0d7;
  --barna: #493629;
  --kozep-barna: #76573a;
  --vilagos-barna: #a27951;
  --gray-color: #2d2d2d;
  --halvány-zold: #e4ebd4;
  --világos-zold: #6c9e4d;
  --zold: #30520b;
  --menu-h: 8rem;
  --menu-h-mobile: 4rem;
  --width-d: 1100px;
  --m-section: 3rem;
  --article-texts-p: 2rem;
  --section-space: 4rem;
}

*, :before, :after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  color: var(--gray-color);
  font-family: Work Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

body {
  background-color: var(--vilagos-bezs);
}

.mt-2 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 4rem;
}

.main-sub {
  margin-top: -160px;
  position: relative;
}

.image-gallery {
  z-index: 2000;
}

.iframe-container {
  opacity: 0;
}

@media screen and (width <= 900px) {
  :root {
    --article-texts-p: 1rem;
  }
}

@media screen and (width <= 700px) {
  :root {
    --article-texts-p: 0;
  }
}

.hamburger {
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  z-index: 2000;
  background-color: #0000;
  border: 0;
  margin: 0;
  padding: 15px;
  transition-property: opacity, filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  display: inline-block;
  overflow: visible;
}

.hamburger:hover, .hamburger.is-active:hover {
  opacity: .7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:before, .hamburger.is-active .hamburger-inner:after {
  background-color: var(--halvány-zold);
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  margin-top: -2px;
  display: block;
  top: 50%;
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  background-color: var(--halvány-zold);
  border-radius: 4px;
  width: 40px;
  height: 4px;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
  position: absolute;
}

.hamburger-inner:before, .hamburger-inner:after {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dx .hamburger-inner:before, .hamburger--3dx .hamburger-inner:after {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: #0000 !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dx-r .hamburger-inner:before, .hamburger--3dx-r .hamburger-inner:after {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: #0000 !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dy .hamburger-inner:before, .hamburger--3dy .hamburger-inner:after {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: #0000 !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dy-r .hamburger-inner:before, .hamburger--3dy-r .hamburger-inner:after {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: #0000 !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dxy .hamburger-inner:before, .hamburger--3dxy .hamburger-inner:after {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: #0000 !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dxy-r .hamburger-inner:before, .hamburger--3dxy-r .hamburger-inner:after {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
  background-color: #0000 !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top .1s .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom .1s .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  transition: top .1s, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(.7, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  transition: bottom .1s, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(.7, 1);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top .1s .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom .1s .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  transition: top .1s, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(.7, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  transition: bottom .1s, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:before, .hamburger--boring .hamburger-inner:after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  opacity: 0;
  top: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  transition-duration: .13s;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  top: auto;
  bottom: 0;
}

.hamburger--collapse .hamburger-inner:after {
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
  top: -20px;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  opacity: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  top: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  top: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  transition-duration: .13s;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  top: auto;
  bottom: 0;
}

.hamburger--collapse-r .hamburger-inner:after {
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
  top: -20px;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  opacity: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  top: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  top: 0;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  top: 2px;
}

.hamburger--elastic .hamburger-inner:before {
  transition: opacity .125s .275s;
  top: 10px;
}

.hamburger--elastic .hamburger-inner:after {
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
  top: 20px;
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  opacity: 0;
  transition-delay: 0s;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  top: 2px;
}

.hamburger--elastic-r .hamburger-inner:before {
  transition: opacity .125s .275s;
  top: 10px;
}

.hamburger--elastic-r .hamburger-inner:after {
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
  top: 20px;
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  opacity: 0;
  transition-delay: 0s;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic .hamburger-inner:before {
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top 50ms linear .125s, left .125s ease-in .175s;
  left: 0;
}

.hamburger--emphatic .hamburger-inner:after {
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top 50ms linear .125s, right .125s ease-in .175s;
  top: 10px;
  right: 0;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: #0000 !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  transition: left .125s ease-out, top 50ms linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  top: -80px;
  left: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  transition: right .125s ease-out, top 50ms linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  top: -80px;
  right: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top 50ms linear .125s, left .125s ease-in .175s;
  left: 0;
}

.hamburger--emphatic-r .hamburger-inner:after {
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top 50ms linear .125s, right .125s ease-in .175s;
  top: 10px;
  right: 0;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: #0000 !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  transition: left .125s ease-out, top 50ms linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  top: 80px;
  left: -80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  transition: right .125s ease-out, top 50ms linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  top: 80px;
  right: -80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:before, .hamburger--minus .hamburger-inner:after {
  transition: bottom 80ms ease-out, top 80ms ease-out, opacity linear;
}

.hamburger--minus.is-active .hamburger-inner:before, .hamburger--minus.is-active .hamburger-inner:after {
  opacity: 0;
  transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s linear 80ms;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  transition-property: transform, opacity;
  transition-duration: .15s;
  transition-timing-function: ease;
  top: 10px;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  opacity: 0;
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  transition-property: transform, opacity;
  transition-duration: .15s;
  transition-timing-function: ease;
  top: 10px;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  opacity: 0;
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  opacity: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  top: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  opacity: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  top: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  transition: background-color 0s linear .13s;
  top: 2px;
}

.hamburger--spring .hamburger-inner:before {
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
  top: 10px;
}

.hamburger--spring .hamburger-inner:after {
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
  top: 20px;
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: #0000 !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  top: 0;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  top: 0;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  transition-duration: .13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  top: auto;
  bottom: 0;
}

.hamburger--spring-r .hamburger-inner:after {
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity linear;
  top: -20px;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  opacity: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
  top: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  top: 0;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1), background-color 0s linear .15s;
  transform: rotate(90deg);
  background-color: #0000 !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  top: 0;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  bottom: 0;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1), background-color 0s linear .15s;
  transform: rotate(-90deg);
  background-color: #0000 !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  top: 0;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  bottom: 0;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms .12s, opacity 75ms;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  opacity: 0;
  transition: top 75ms, opacity 75ms .12s;
  top: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  transition: bottom 75ms, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.hamburger--vortex .hamburger-inner:before, .hamburger--vortex .hamburger-inner:after {
  transition-duration: 0s;
  transition-delay: .1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:before, .hamburger--vortex.is-active .hamburger-inner:after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  opacity: 0;
  top: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.hamburger--vortex-r .hamburger-inner:before, .hamburger--vortex-r .hamburger-inner:after {
  transition-duration: 0s;
  transition-delay: .1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:before, .hamburger--vortex-r.is-active .hamburger-inner:after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  opacity: 0;
  top: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

@media screen and (width >= 1150px) {
  .hamburger, .side-menu {
    display: none;
  }
}

.masonry {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 10px;
  gap: 4px;
  display: grid;
}

@media screen and (width >= 800px) {
  .masonry {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
}

@media screen and (width >= 1100px) {
  .masonry {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
}

.item {
  box-sizing: border-box;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 6px #0000001a;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

.item a {
  width: 100%;
  height: 100%;
  margin: 0;
}

.item a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-item {
  cursor: pointer;
  opacity: 0;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

.image-item img {
  object-fit: cover;
  width: 100%;
  transition: all 1s;
  animation-fill-mode: both;
  position: relative;
  transform: scale(1.1);
}

.image-item img:hover {
  filter: brightness(70%);
  transform: scale(1);
}

.item1 {
  grid-row: span 10;
}

.item2 {
  grid-row: span 19;
}

.item3 {
  grid-row: span 14;
}

.item4 {
  grid-row: span 10;
}

.item5 {
  grid-row: span 18;
}

.item6 {
  grid-row: span 15;
}

.item7 {
  grid-row: span 12;
}

.item8 {
  grid-row: span 17;
}

.item9 {
  grid-row: span 8;
}

.item10 {
  grid-row: span 9;
}

.item11 {
  grid-row: span 12;
}

.item12 {
  grid-row: span 15;
}

.item13 {
  grid-row: span 9;
}

.item14 {
  grid-row: span 10;
}

.item15 {
  grid-row: span 19;
}

.item16 {
  grid-row: span 9;
}

.item17 {
  grid-row: span 12;
}

.item18 {
  grid-row: span 14;
}

.item19 {
  grid-row: span 10;
}

.item20 {
  grid-row: span 11;
}

.item21 {
  grid-row: span 7;
}

.item22, .item23 {
  grid-row: span 10;
}

.item24 {
  grid-row: span 11;
}

.item25 {
  grid-row: span 10;
}

.item26 {
  grid-row: span 9;
}

.item27 {
  grid-row: span 10;
}

.item28 {
  grid-row: span 21;
}

.item29 {
  grid-row: span 10;
}

.item30 {
  grid-row: span 13;
}

.item31 {
  grid-row: span 11;
}

.item32 {
  grid-row: span 12;
}

.item33 {
  grid-row: span 15;
}

.item34 {
  grid-row: span 14;
}

.item35 {
  grid-row: span 12;
}

.item36 {
  grid-row: span 11;
}

.item37 {
  grid-row: span 13;
}

.item38 {
  grid-row: span 16;
}

.item39 {
  grid-row: span 21;
}

.item40 {
  grid-row: span 12;
}

.item41, .item42 {
  grid-row: span 11;
}

.item43 {
  grid-row: span 17;
}

.item44 {
  grid-row: span 12;
}

.item45, .item46 {
  grid-row: span 19;
}

.item47 {
  grid-row: span 10;
}

.item48 {
  grid-row: span 16;
}

.item49 {
  grid-row: span 14;
}

.item50 {
  grid-row: span 12;
}

.item51 {
  grid-row: span 10;
}

.item52 {
  grid-row: span 13;
}

.item53 {
  grid-row: span 20;
}

.item54 {
  grid-row: span 13;
}

.item55 {
  grid-row: span 12;
}

.item56 {
  grid-row: span 10;
}

.item57 {
  grid-row: span 11;
}

.item58 {
  grid-row: span 18;
}

.item59 {
  grid-row: span 22;
}

.item60, .item61 {
  grid-row: span 13;
}

.item62 {
  grid-row: span 21;
}

.item63 {
  grid-row: span 12;
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  z-index: 1035;
  background: #333;
  display: none;
  position: fixed;
  inset: 0;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.sl-wrapper * {
  box-sizing: border-box;
}

.sl-wrapper button {
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  font-size: 28px;
}

.sl-wrapper button:hover {
  opacity: .7;
}

.sl-wrapper .sl-close {
  z-index: 10060;
  color: #fff;
  width: 44px;
  height: 44px;
  margin-top: -14px;
  margin-right: -14px;
  font-family: Arial, Baskerville, monospace;
  font-size: 3rem;
  line-height: 44px;
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
}

.sl-wrapper .sl-counter {
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
}

.sl-wrapper .sl-download {
  text-align: center;
  z-index: 10060;
  color: #fff;
  width: 100%;
  font-size: 1rem;
  display: none;
  position: fixed;
  bottom: 5px;
}

.sl-wrapper .sl-download a {
  color: #fff;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  text-align: center;
  z-index: 10060;
  color: #fff;
  background: #ffffff1a;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  font-family: Arial, Baskerville, monospace;
  line-height: 44px;
  display: block;
  position: fixed;
  top: 50%;
}

.sl-wrapper .sl-navigation button.sl-next {
  font-size: 3rem;
  right: 5px;
}

.sl-wrapper .sl-navigation button.sl-prev {
  font-size: 3rem;
  left: 5px;
}

@media (width >= 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 54px;
    height: 54px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    font-size: 3rem;
    right: 10px;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    font-size: 3rem;
    left: 10px;
  }
}

@media (width >= 50em) {
  .sl-wrapper .sl-navigation button {
    width: 74px;
    height: 74px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    font-size: 3rem;
    right: 20px;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    font-size: 3rem;
    left: 20px;
  }
}

.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

.sl-wrapper .sl-image {
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
  position: fixed;
}

.sl-wrapper .sl-image img {
  border: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

@media (width >= 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0;
  }
}

@media (width >= 50em) {
  .sl-wrapper .sl-image img {
    border: 0;
  }
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0;
}

@media (width >= 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0;
  }
}

@media (width >= 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0;
  }
}

.sl-wrapper .sl-image .sl-caption {
  color: #fff;
  background: #000c;
  padding: 10px;
  font-size: 1rem;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  top: 0;
  bottom: auto;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  opacity: 0;
  z-index: 1007;
  -ms-animation: pulsate 1s ease-out infinite;
  border: 5px solid #333;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  -webkit-animation: 1s ease-out infinite pulsate;
  -moz-animation: 1s ease-out infinite pulsate;
  -o-animation: 1s ease-out infinite pulsate;
  animation: 1s ease-out infinite pulsate;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
}

.sl-scrollbar-measure {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -9999px;
  overflow: scroll;
}

.sl-transition {
  transition: transform .2s;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
    transform: scale(.1);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@-moz-keyframes pulsate {
  0% {
    opacity: 0;
    transform: scale(.1);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@-o-keyframes pulsate {
  0% {
    opacity: 0;
    transform: scale(.1);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes pulsate {
  0% {
    opacity: 0;
    transform: scale(.1);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

.fade-in-right {
  animation: .8s forwards fade-in-right;
}

.fade-in-left {
  animation: .8s forwards fade-in-left;
}

.fade-in-down {
  animation: .8s forwards fade-from-top;
}

.fade-in-up {
  animation: .8s forwards fade-in-up;
}

.fade-in {
  opacity: 1;
  animation: 2.8s ease-out fade-in;
}

.delay-1 {
  animation-delay: .2s !important;
}

.delay-2 {
  animation-delay: .4s !important;
}

.delay-3 {
  animation-delay: .6s !important;
}

.delay-4, .delay-5 {
  animation-delay: .8s !important;
}

.delay-6 {
  animation-delay: 1s !important;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-from-top {
  from {
    opacity: 0;
    transform: translateY(-3rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(-5rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translateX(5rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.zoom-in {
  opacity: 0;
  animation: .7s ease-out forwards zoom-in;
}

@keyframes zoom-in {
  100% {
    opacity: 1;
    transform: translate(0%);
  }

  0% {
    opacity: 0;
    transform: scale3d(.7, .7, 2);
  }
}
