/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/styles/style.scss ***!
  \************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500&display=swap);
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/styles/style.scss (1) ***!
  \****************************************************************************************************************************************************************************/
html, body {
  scroll-behavior: smooth;
  scroll-padding-top: 77px;
}

#content {
  margin-top: 77px;
}

body.home #content {
  margin-top: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Karla", sans-serif;
}

.hidden {
  display: none;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 32px;
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

.cta-button {
  color: #E9E9E9;
  background-color: #000000;
  border-radius: 16px;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.3s ease-in-out;
}
.cta-button:hover {
  background-color: #3B3C3D;
}

.sec-button {
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #000000;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.sec-button:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.desc {
  font-size: 14px;
  font-weight: 300;
  color: #535455;
  line-height: 18px;
}
.desc p {
  font-size: 14px;
  font-weight: 300;
  color: #535455;
  line-height: 18px;
}

.icon {
  width: 80px;
  height: 80px;
}

.flex {
  display: flex;
}
.flex--column {
  flex-direction: column;
}
.flex--row {
  flex-direction: row;
}
.flex--center {
  justify-content: center;
  align-items: center;
}
.flex--between {
  justify-content: space-between;
}
.flex--end {
  justify-content: flex-end;
}

a {
  text-decoration: none;
}

body.admin-bar header {
  top: 32px;
}

body.single-lavante_product header {
  background-color: #000000;
  position: fixed;
}

body.post-type-archive-lavante_product header,
body.page-template-page-contact-us header,
body.page-template-page-fulltext header {
  background-color: #000000;
  position: fixed;
}

header.sticky {
  position: fixed;
  background-color: #000000;
}

header.bg {
  background-color: #000000;
}

header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(178, 179, 179, 0.1882352941);
  padding: 27px 0;
  z-index: 100;
  transition: background-color 0.3s ease-in-out;
}
header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
header .header-row {
  display: flex;
  align-items: center;
  gap: 32px;
}
header .header-row--mobile {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (min-width: 1025px) {
  header .header-row--mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
  gap: 32px;
  list-style: none;
}
header nav ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  cursor: pointer;
}
header nav ul li a:hover {
  color: #FFFFFF;
}
header .lang-switch ul {
  gap: 12px;
}
header .lang-switch .current-language-menu-item a {
  color: #FFFFFF;
  font-weight: 300;
}
header .lang-switch li {
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  padding-right: 12px;
  border-radius: 2px;
  font-weight: 300;
}
header .lang-switch li:last-child {
  border-right: none;
  padding-right: 0;
}
header .lang-switch img {
  display: none !important;
}
header .search {
  margin-top: 4px;
  cursor: pointer;
}

.page-template-default #content {
  margin-top: 0;
}

.footer {
  background-color: #0B1113;
  padding: 64px 36px;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 64px 80px;
  }
}
.footer__top {
  flex-direction: column;
  color: rgba(255, 255, 255, 0.7);
}
.footer__top h2 {
  font-weight: 300;
  margin-bottom: 24px;
}
.footer__top p {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
.footer__mid {
  margin-top: 96px;
}
.footer__mid .stores-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.footer__mid .stores-grid::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}
.footer__mid .stores-grid .store-item {
  padding: 32px 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  min-width: 302px;
}
.footer__mid .stores-grid .store-item h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 12px;
  color: #FFFFFF;
}
.footer__mid .stores-grid .store-item h3, .footer__mid .stores-grid .store-item p, .footer__mid .stores-grid .store-item a {
  color: rgba(255, 255, 255, 0.7);
}
.footer__mid .stores-grid .store-item__address {
  margin-bottom: 24px;
}
.footer__mid .stores-grid .store-item__work_hours {
  padding-bottom: 12px;
  color: 14px;
  font-weight: 300;
  line-height: 32px;
}
.footer__mid .stores-grid .store-item__work_hours p:first-child {
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
}
.footer__mid .stores-grid .store-item__links {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 40px;
}
.footer__mid .stores-grid .store-item__links a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px;
  transition: background-color 0.2s ease-in-out;
}
.footer__mid .stores-grid .store-item__links a:hover {
  background-color: white;
}
.footer__mid .stores-grid .store-item__links a:hover img {
  filter: invert(1);
}
.footer__menus {
  margin-top: 96px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 769px) {
  .footer__menus {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer__menu {
  padding-left: 12px;
  position: relative;
}
.footer__menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 128px;
  background-color: rgba(255, 255, 255, 0.8);
}
.footer__menu h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #FFFFFF;
}
.footer__menu nav ul {
  list-style: none;
}
.footer__menu nav ul li {
  margin-bottom: 16px;
}
.footer__menu nav ul li a {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
.footer__menu nav ul li a:hover {
  color: #FFFFFF;
}
.footer__bottom {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}

.search-popup.open {
  display: flex;
  transform: translateY(0);
  pointer-events: all;
}

.search-popup {
  padding: 36px;
  display: flex;
  position: fixed;
  background-color: #0B1113;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  pointer-events: none;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
}
.search-popup .flex {
  position: absolute;
  top: 36px;
  left: 36px;
}
@media screen and (min-width: 769px) {
  .search-popup .flex {
    top: 80px;
    left: 80px;
  }
}
.search-popup .close-search {
  cursor: pointer;
}
.search-popup .empty-search {
  display: flex;
  justify-content: center;
  color: white;
}
.search-popup .container {
  min-height: 50vh;
  max-width: 410px;
  width: 100%;
}
.search-popup .container .search-input {
  position: relative;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 8px;
}
.search-popup .container .search-input input {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
}
.search-popup .container .search-input input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.search-popup .container .search-input input:focus {
  outline: none;
}
.search-popup .container .search-input div {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

body.admin-bar .megamenu-holder {
  top: 110px;
}

@media screen and (min-width: 1025px) {
  .megamenu-holder.open {
    display: flex;
    opacity: 1;
    max-height: 500px;
    pointer-events: all;
  }
}
@media screen and (min-width: 1025px) {
  .megamenu-holder {
    display: flex;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    top: 77px;
    max-height: 0;
    transition: all 0.3s ease-in-out;
    left: 0;
    right: 0;
    background-color: #0B1113;
    z-index: 201;
    justify-content: flex-end;
    padding: 32px;
    padding-right: 0;
  }
  .megamenu-holder .megamenu {
    width: 80%;
    display: flex;
    justify-content: space-between;
    gap: 48px;
  }
  .megamenu-holder .megamenu .collection .active {
    color: #FFFFFF;
  }
  .megamenu-holder .megamenu .collection .hidden {
    display: none;
  }
  .megamenu-holder .megamenu a {
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 20px;
  }
  .megamenu-holder .megamenu .collection-image {
    width: 100%;
  }
  .megamenu-holder .megamenu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  .megamenu-holder {
    display: none;
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mobile-menu {
  position: fixed;
  display: none;
  top: 77px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0B1113;
  z-index: 202;
  border-top: 1px;
}
@media screen and (min-width: 1025px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu.open {
  display: block;
}
.mobile-menu .menu-item.hidden {
  display: none;
}
.mobile-menu__menu {
  height: calc(100% - 82px);
  overflow-y: auto;
}
.mobile-menu__menu li {
  width: 100%;
  padding: 12px 0 12px 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile-menu__menu li a {
  color: #FFFFFF;
}
.mobile-menu__menu .categories {
  position: relative;
}
.mobile-menu__menu .categories.hide-border {
  border-bottom: none;
  padding-left: 0;
}
.mobile-menu__menu .categories.hide-border .primary-collection {
  padding-left: 36px;
}
.mobile-menu__menu .categories img {
  position: absolute;
  right: 8px;
  top: 10px;
  cursor: pointer;
  filter: invert(1);
}
.mobile-menu .categories:has(.open) > img {
  transform: rotate(180deg);
}
.mobile-menu__lang {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu .lang-switch ul {
  gap: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 36px;
  list-style: none;
}
.mobile-menu .lang-switch .current-language-menu-item a {
  color: #FFFFFF;
  font-weight: 300;
}
.mobile-menu .lang-switch li {
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  padding-right: 12px;
  border-radius: 2px;
  font-weight: 300;
}
.mobile-menu .lang-switch li a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.mobile-menu .lang-switch li:last-child {
  border-right: none;
  padding-right: 0;
}
.mobile-menu .lang-switch img {
  display: none !important;
}

.megamenu-mobile {
  display: none;
  flex-direction: column;
  margin-top: 16px;
}
.megamenu-mobile.open {
  display: flex;
}
.megamenu-mobile .collection {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.megamenu-mobile .collection span {
  position: relative;
  display: inline-block;
  width: 100%;
}
.megamenu-mobile .collection img {
  position: absolute;
  right: 8px;
  top: 4px;
  cursor: pointer;
  filter: invert(1);
}
.megamenu-mobile .primary-collection {
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: fit-content;
}
.megamenu-mobile .primary-collection.hidden {
  display: none;
}
.megamenu-mobile .primary-collection.active {
  padding-left: 0;
}
.megamenu-mobile .secondary-collection {
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 12px;
}
.megamenu-mobile .secondary-collection.hidden {
  display: none;
}

.admin-bar .lightbox {
  top: 33px;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0B1113;
  z-index: 211;
}
.lightbox__close {
  position: absolute;
  top: 32px;
  left: 32px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 24px;
}
.lightbox .lightbox-image {
  height: 100vh;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lightbox .lightbox-image #lightbox-img {
  width: 70%;
  max-height: calc(100vh - 200px);
  object-fit: contain;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .lightbox .lightbox-image #lightbox-img {
    width: 100%;
  }
}
.lightbox__counter {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  margin-top: 1rem;
}
.lightbox .lightbox-nav__prev {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #FFFFFF;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .lightbox .lightbox-nav__prev {
    left: 16px;
    top: unset;
    bottom: -16px;
  }
}
.lightbox .lightbox-nav__next {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #FFFFFF;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .lightbox .lightbox-nav__next {
    right: 16px;
    top: unset;
    bottom: -16px;
  }
}

body.error404 .container {
  min-height: 50vh;
  min-height: 50svh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
}
body.error404 .container p {
  font-size: 100px;
  font-weight: 700;
}
body.error404 .container h1 {
  max-width: 620px;
}

.product-tile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.product-tile img {
  width: 100%;
  height: 270px;
  object-fit: contain;
}
.product-tile p {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #535455;
}
.product-tile h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.cta {
  background-color: #EDF4F7;
  padding: 0 36px;
}
.cta .container {
  max-width: 512px;
  margin: 0 auto;
  padding: 52px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cta .container h4 {
  font-weight: 300;
}
.cta .container .desc {
  max-width: 410px;
}
.cta .container .flex {
  width: 100%;
}
.cta .container .cta-button {
  margin-top: 24px;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .cta .container .cta-button {
    width: auto;
  }
}

.hero-video {
  min-height: 100vh;
  position: relative;
}
.hero-video .video-background {
  position: absolute;
  max-width: 1920px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.hero-video .video-background video {
  pointer-events: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-video .search-icon {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  background-color: #000000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease-in-out;
}
.hero-video .search-icon:hover {
  border-color: #FFFFFF;
}
.hero-video .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.hero-video .logo img {
  width: 280px;
}
@media screen and (min-width: 401px) {
  .hero-video .logo img {
    width: 360px;
  }
}

.text-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 901px) {
  .text-img {
    flex-direction: row;
  }
}
.text-img.right {
  background-color: #EDF4F7;
}
@media screen and (min-width: 901px) {
  .text-img.right {
    flex-direction: row-reverse;
  }
}
.text-img .row {
  flex: 1;
}
.text-img .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-img__content {
  padding: 48px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .text-img__content {
    padding: 48px 0px;
  }
}
.text-img__content h2 {
  font-weight: 300;
  margin-bottom: 8px;
  font-size: 32px;
}
@media screen and (max-width: 450px) {
  .text-img__content h2 {
    font-size: 24px;
  }
}
.text-img__content h3 {
  max-width: 410px;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 450px) {
  .text-img__content h3 {
    font-size: 18px;
  }
}
.text-img__content p {
  max-width: 410px;
}
@media screen and (max-width: 450px) {
  .text-img__content p {
    font-size: 14px;
  }
}

.quote {
  background-color: #0B1113;
  padding: 0 36px;
  position: relative;
  overflow: hidden;
}
.quote::before {
  content: "";
  position: absolute;
  background: url("../../assets/images/icons/quote-top.svg") no-repeat;
  background-size: contain;
  width: 139px;
  height: 100px;
  left: 0;
  top: -20px;
}
@media screen and (min-width: 1151px) {
  .quote::before {
    width: 330px;
    left: 20%;
    top: 0px;
    height: 236px;
  }
}
.quote::after {
  content: "";
  position: absolute;
  background: url("../../assets/images/icons/quote-bottom.svg") no-repeat;
  background-size: contain;
  width: 138px;
  height: 90px;
  right: 0;
  bottom: -20px;
}
@media screen and (min-width: 1151px) {
  .quote::after {
    width: 330px;
    height: 170px;
    right: 20%;
    bottom: 0px;
  }
}
.quote .container {
  max-width: 512px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.quote .container .desc {
  max-width: 510px;
}
.quote .container .desc p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
@media screen and (min-width: 451px) {
  .quote .container .desc p {
    font-size: 24px;
  }
}

.search-results {
  margin-top: 32px;
  position: relative;
  max-height: 475px;
}
.search-results .result {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.search-results .result__thumbnail img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.search-results .result__info {
  width: 100%;
}
.search-results .result__info h3 {
  font-size: 14px;
}
.search-results .result__info h3 a {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
}
.search-results .result__info h3 a:hover {
  text-decoration: underline;
}
.search-results .result__info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  [data-anim-grid=fadeIn].animate > * {
    animation: gridAnimation 0.5s ease-in-out forwards;
  }
  @keyframes gridAnimation {
    from {
      transform: translateY(100px);
      opacity: 0;
      filter: blur(10px);
    }
    to {
      transform: translateY(0);
      opacity: 1;
      filter: blur(0);
    }
  }
  [data-anim=fadeUpGrid] {
    opacity: 1;
  }
  [data-anim=fadeUpGrid] > * {
    transform: translateY(100px);
    opacity: 0;
    filter: blur(10px);
  }
  [data-anim=fadeUpGrid].animate > * {
    animation: basicAnimation 0.5s ease-in-out forwards, fadeUp 0.5s ease-in-out forwards;
  }
  [data-anim=fadeInGrid] {
    opacity: 1;
  }
  [data-anim=fadeInGrid] > * {
    scale: 0.8;
    opacity: 0;
  }
  [data-anim=fadeInGrid].animate > * {
    animation: basicAnimation 0.5s ease-in-out forwards, fadeIn 0.5s ease-in-out forwards;
  }
  [data-anim=fadeRightGrid] > * {
    opacity: 0;
  }
  [data-anim=fadeRightGrid].animate > * {
    animation: basicAnimation 0.5s ease-in-out forwards, fadeRight 0.5s ease-in-out forwards;
  }
  [data-anim=fadeUp] {
    transform: translateY(100px);
  }
  [data-anim=fadeUp].animate {
    animation: basicAnimation 0.5s ease-in-out forwards, fadeUp 0.5s ease-in-out forwards;
  }
  [data-anim=fadeDown] {
    transform: translateY(-100px);
  }
  [data-anim=fadeDown].animate {
    animation: basicAnimation 0.5s ease-in-out forwards, fadeDown 0.5s ease-in-out forwards;
  }
  [data-anim=fadeDown], [data-anim=fadeIn], [data-anim=fadeUp], [data-anim=fadeRight] {
    opacity: 0;
  }
  [data-anim=fadeIn] {
    scale: 0.8;
  }
  [data-anim=fadeIn].animate {
    animation: basicAnimation 0.5s ease-in-out forwards, fadeIn 0.5s ease-in-out forwards;
  }
  [data-anim=fadeRight].animate {
    animation: basicAnimation 0.5s ease-in-out forwards, fadeRight 0.5s ease-in-out forwards;
  }
  [data-anim=fadeLeft].animate {
    animation: basicAnimation 0.5s ease-in-out forwards, fadeLeft 0.5s ease-in-out forwards;
  }
  [data-anim=animWidth] {
    overflow: hidden;
    max-width: 0;
  }
  [data-anim=animWidth].animate {
    animation: animWidth 0.5s ease-in-out forwards;
  }
  [data-anim=fadeUpIn] {
    transform: translateY(80px);
    scale: 0.8;
    opacity: 0;
  }
  [data-anim=fadeUpIn].animate {
    animation: basicAnimation 0.5s ease-in-out forwards, fadeUpIn 0.5s ease-in-out forwards;
  }
  span[data-anim], a[data-anim] {
    display: inline-block;
  }
  @keyframes basicAnimation {
    from {
      opacity: 0;
      filter: blur(5px);
    }
    to {
      opacity: 1;
      filter: blur(0);
    }
  }
  @keyframes animWidth {
    from {
      max-width: 0px;
    }
    to {
      max-width: 100%;
    }
  }
  @keyframes fadeUp {
    from {
      transform: translateY(100px);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes fadeDown {
    from {
      transform: translateY(-100px);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes fadeRight {
    from {
      opacity: 0;
      transform: translateX(-100px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeLeft {
    from {
      opacity: 0;
      transform: translateX(100px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeIn {
    from {
      scale: 0.8;
    }
    to {
      scale: 1;
    }
  }
  @keyframes fadeUpIn {
    0% {
      transform: translateY(80px);
      scale: 0.9;
      opacity: 0;
    }
    50% {
      transform: translateY(0);
      scale: 0.9;
    }
    100% {
      scale: 1;
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/*# sourceMappingURL=style.css.map*/