/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./dev-assets/sass/main.sass ***!
  \**********************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
}

html,
body {
  text-rendering: optimizeLegibility;
  font-family: Playfair Display, serif;
  margin: 0 auto;
  padding: 0;
  overflow-x: visible;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html,
  body {
    overflow-x: visible;
  }
}

.page-container {
  position: relative;
}
.page-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.page-container.is-active::after {
  opacity: 1;
  visibility: visible;
}

h1, h2, h3, h4, h5, h6, dl, dd, dt {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: Playfair Display, serif;
}

p, ul {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: Inter, sans-serif;
}

ul {
  list-style-type: none;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

.logo {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}
.logo span {
  font-family: Playfair Display, serif;
  color: rgb(74, 74, 74);
  font-weight: 500;
  white-space: nowrap;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .logo span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.logo p {
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
  color: rgb(51, 51, 51);
  font-weight: 500;
}

ul::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
  -webkit-appearance: none;
}

ul, div {
  scrollbar-width: none;
}

.cky-prefrence-btn-wrapper + div {
  display: none !important;
}

.cky-consent-container p,
.cky-modal p {
  line-height: 1.2em;
}

/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/* * Hide visually and from screen readers
 * */
.u-h {
  display: none !important;
}

.u-tu {
  text-transform: uppercase;
}

/* * Hide only visually, but have it available for screen readers:
 * * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 * *
 * * 1. For long content, line feeds are not interpreted as spaces and small width
 * *    causes content to wrap 1 word per line:
 * *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 * */
.u-vh {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/* * Extends the .visuallyhidden class to allow the element
 * * to be focusable when navigated to via the keyboard:
 * * https://www.drupal.org/node/897638
 * */
.u-vh.focusable:active,
.u-vh.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/* * Hide visually and from screen readers, but maintain layout
 * */
.u-invisible {
  visibility: hidden;
}

.a-button {
  border: none;
  height: 3rem;
  border-radius: calc(0.5rem - 2px);
  padding: 0.75rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 400ms ease;
  cursor: pointer;
  line-height: 1.75rem;
  font-weight: 500;
  font-family: Inter, sans-serif;
}
.a-button--orange {
  background-color: rgb(255, 92, 57);
  color: #fff;
}
.a-button--orange:hover {
  background-color: rgba(255, 92, 57, 0.9019607843);
}
.a-button--black {
  background-color: black;
  color: #fff;
}
.a-button--white {
  border: 2px solid rgb(255, 92, 57);
  background-color: transparent;
  color: rgb(255, 92, 57);
}
.a-button--white:hover {
  background-color: rgba(255, 92, 57, 0.1019607843);
  color: hsl(20deg, 10%, 10%);
}
.a-button--white-bg {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 60px;
  color: rgb(255, 92, 57);
}

.a-caption {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.a-container, .cennik-section-block, .bonus-section-block .block-wrapper, .content-section-block .block-wrapper, .start-section-block, .o-about--stylist {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .a-container, .cennik-section-block, .bonus-section-block .block-wrapper, .content-section-block .block-wrapper, .start-section-block, .o-about--stylist {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .a-container, .cennik-section-block, .bonus-section-block .block-wrapper, .content-section-block .block-wrapper, .start-section-block, .o-about--stylist {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1280px;
    margin: 0 auto;
  }
}

.a-container--wide {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px) {
  .a-container--wide {
    padding-left: 1.875rem;
    padding-right: 8.75rem;
  }
}
@media (min-width: 1366px) {
  .a-container--wide {
    padding-left: 8.75rem;
  }
}

.a-description {
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}
.a-description--16 {
  font-size: 1rem;
}
.a-description--20 {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .a-description--20 {
    font-size: 1.25rem;
  }
}
.a-description--24 {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .a-description--24 {
    font-size: 1.5rem;
  }
}

.a-media {
  position: relative;
}
.a-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.a-paragraph,
p {
  font-size: 1rem;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.8);
}
@media (min-width: 768px) {
  .a-paragraph,
  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.a-subtitle,
h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: rgb(51, 51, 51);
  font-weight: 500;
}
@media (min-width: 768px) {
  .a-subtitle,
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.black {
  color: #111111;
}

.gray {
  color: #777777;
}

.white {
  color: #fff;
}

.a-title,
h1 {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 500;
  color: rgb(51, 51, 51);
  margin-bottom: 1.5rem;
  position: relative;
}
@media (min-width: 1024px) {
  .a-title,
  h1 {
    line-height: 2.5rem;
    font-size: 3.75rem;
    gap: 23px;
  }
}

.a-box-buttons {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.a-box-buttons .a-button {
  width: 100%;
}
@media (min-width: 768px) {
  .a-box-buttons {
    flex-direction: row;
  }
  .a-box-buttons .a-button {
    width: auto;
  }
}

.a-orange {
  display: block;
  background-color: rgb(255, 92, 57);
  width: 5rem;
  height: 0.25rem;
}

.a-box-start-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.75rem;
}
.a-box-start-section .a-orange {
  margin-bottom: 0.5rem;
}
.a-box-start-section span:not(.a-orange) {
  font-family: "Inter", sans-serif;
}
@media (min-width: 1024px) {
  .a-box-start-section {
    max-width: 42rem;
    align-self: center;
    margin: 0 auto;
  }
}

.a-list {
  display: grid;
  gap: 2rem;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .a-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.a-list li {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  padding: 1.5rem;
  min-height: 246px;
}
.a-list li h3 {
  letter-spacing: -0.025em;
  color: rgb(51, 51, 51);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.375rem;
}
.a-list li .price-and-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.a-list li .price-and-time .price {
  color: rgb(255, 92, 57);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.a-list li .price-and-time .time {
  color: rgba(51, 51, 51, 0.7019607843);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.a-list li p {
  color: rgba(51, 51, 51, 0.8);
  line-height: 24px;
}
.a-list--reasons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .a-list--reasons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .a-list--reasons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.a-list--reasons li {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .a-list--reasons li {
    width: calc((100% - 64px) / 3);
  }
}
.a-list--reasons li span {
  background-color: rgb(255, 92, 57);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.a-list--reasons li h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: rgb(74, 74, 74);
}
.a-list--reasons li p {
  color: rgb(75, 85, 99);
  text-align: center;
  font-size: 1rem;
  line-height: 24px;
}
.a-list--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .a-list--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .a-list--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.a-list--grid li {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.a-list--grid li a {
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
.a-list--grid li a img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  aspect-ratio: 1/1;
  transition: all 400ms ease;
}
.a-list--contact {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.a-list--contact li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.a-list--contact li .bg-orange {
  background-color: rgba(255, 92, 57, 0.1019607843);
  border-radius: 50%;
  padding: 0.75rem;
}
.a-list--contact li .bg-orange img {
  width: 20px;
  height: 20px;
}
.a-list--contact li div .label {
  color: rgb(51, 51, 51);
  line-height: 24px;
  font-weight: 500;
}
.a-list--contact li div .data {
  color: rgba(51, 51, 51, 0.8);
  line-height: 24px;
}

.a-row {
  display: flex;
  flex-direction: row;
}

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

.a-additional-info h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(51, 51, 51);
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.a-additional-info p,
.a-additional-info ul {
  color: rgba(51, 51, 51, 0.8);
  line-height: 24px;
}
.a-additional-info ul {
  list-style-type: disc;
  padding-left: 20px;
}

.m-nav ul li {
  position: relative;
  z-index: 1;
  padding: 1em;
  border-radius: 12px;
}
.m-nav ul li::after {
  content: "";
  position: absolute;
  top: -1px;
  z-index: -1;
  border-radius: 0 0 9px 9px;
  right: 0;
  left: 0;
  bottom: 2px;
}
.m-nav ul li a {
  transition: 0.25s;
  color: rgb(51, 51, 51) !important;
}
.m-nav ul li a:hover, .m-nav ul li a:focus {
  box-shadow: 0 0.5em 0.5em -0.5em #4f3f5a;
  transform: translateY(-0.1em);
  color: #f74c4c !important;
}
.m-nav.desktop {
  display: none;
}
@keyframes Hide {
  0% {
    max-height: 70vh;
  }
  100% {
    max-height: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .m-nav {
    overflow: auto;
    position: absolute;
    background: #fff;
    width: 100%;
    top: 50px;
    left: 0;
    opacity: 0;
    transition: 0.2s ease-out;
    z-index: 5;
    padding: 1rem;
    pointer-events: none;
    transition: 0.5s;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-end;
    background-color: white;
    border-bottom: 1px solid #d5d5d5;
  }
  .m-nav.mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(242, 231, 219);
    animation: Hide 700ms ease forwards;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .m-nav.mobile {
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  .m-nav.mobile li a {
    padding: 0;
    margin: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .m-nav ul {
    display: flex;
    flex-direction: column;
  }
  .m-nav ul > li {
    display: flex;
    flex-direction: column;
  }
  .m-nav ul > li.menu-item-has-children {
    width: 100%;
  }
  .m-nav ul > li.menu-item-has-children > a {
    align-items: center;
    justify-content: space-between;
  }
  .m-nav ul > li.menu-item-has-children > a::after {
    display: block;
    content: "";
    height: 27px;
    width: 26px;
    background-repeat: no-repeat;
    transition: linear 0.2s;
  }
  .m-nav ul > li.menu-item-has-children.active > a::after {
    transform: rotate(180deg);
  }
  .m-nav ul > li > ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
  }
  .m-nav ul > li.active > ul {
    max-height: 1000px;
    transition: max-height 0.5s;
  }
  .m-nav ul > li > ul > li > ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
  }
  .m-nav ul > li > ul > li.active > ul {
    max-height: 1000px;
    transition: max-height 0.5s;
  }
  .m-nav ul ul {
    position: static;
    left: 10;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .m-nav ul ul li {
    width: 100%;
  }
  .m-nav ul li {
    display: flex;
    width: 100%;
    min-height: 3.8125rem;
    margin-bottom: 0.3125rem;
  }
  .m-nav ul li:first-child a {
    margin-top: 0;
  }
  .m-nav ul li a {
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 24px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: Playfair Display, serif;
    color: rgb(74, 74, 74);
  }
  .m-nav ul li ul.sub-menu > li {
    margin-top: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .m-nav ul li ul.sub-menu > li a {
    line-height: 50px;
    font-size: 1.125rem;
    text-transform: none;
    font-style: normal;
  }
}
@media screen and (max-width: 1023px) {
  @keyframes Show {
    0% {
      max-height: 0px;
    }
    100% {
      max-height: 100vh;
    }
  }
}
@media screen and (max-width: 1023px) {
  .m-nav.is-active {
    opacity: 1;
    pointer-events: all;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: Show 700ms ease forwards;
  }
}
@media screen and (max-width: 1023px) {
  .m-nav .a-button--arrow-right {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .m-nav.mobile {
    display: none;
  }
  .m-nav.desktop {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 210px);
  }
  .m-nav .desktop {
    display: block;
  }
  .m-nav ul.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .m-nav ul.menu > li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 2rem;
  }
  .m-nav ul.menu > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a4c51;
    font-size: 1rem;
    position: relative;
    pointer-events: all;
    border-bottom: 3px solid transparent;
    overflow: hidden;
  }
  .m-nav ul.menu > li:nth-last-child(1) {
    margin-right: 0;
  }
  .m-nav ul.menu > li.menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
  .m-nav ul.menu > li ul {
    background: white;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 999;
    transition: all 0.5s ease;
    margin-top: 0.9375rem;
    left: 0;
    display: none;
    z-index: 10;
    top: 30px;
  }
  .m-nav ul.menu > li ul li {
    min-width: 160px;
  }
  .m-nav ul.menu > li:hover > ul.sub-menu,
  .m-nav ul.menu > li ul.sub-menu:hover {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}

@media (min-width: 1024px) {
  .m-nav .sub-menu {
    width: 100vw;
    position: absolute;
    left: 0;
    height: 40vh;
    max-height: 213px;
    padding: 0 500em;
    margin: 0 -500em;
    box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.22);
  }
  .m-nav__switcher {
    height: 1.0625rem;
    position: absolute;
    right: 40px;
    top: 0.6875rem;
  }
}
.o-header {
  position: fixed;
  top: 0;
  transition: 0.35s;
  z-index: 10;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  margin: 0 auto;
  width: 100%;
}
.o-header.background {
  background-color: transparent;
  box-shadow: none;
}
.o-header.background .o-header__wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .o-header.hide {
    top: -100px;
  }
}
.o-header__logo {
  z-index: 6;
}
.o-header__wrapper {
  padding: 0.75rem 1rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  transition: 0.35s;
}
@media (min-width: 1024px) {
  .o-header__wrapper {
    padding: 0.75rem 2rem;
  }
}
@media (min-width: 1024px) {
  .o-header__wrapper {
    justify-content: flex-end;
  }
}
.o-header__wrapper .a-box-buttons {
  display: none;
  width: 100%;
}
@media (min-width: 1024px) {
  .o-header__wrapper .a-box-buttons {
    display: flex;
    width: auto;
  }
}
.o-header__wrapper .a-box-buttons.mobile {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-left: 0;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .o-header__wrapper .a-box-buttons.mobile {
    display: none;
  }
}
.o-header__wrapper .a-box-buttons .a-button {
  max-width: 370px;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1024px) {
  .o-header__wrapper .a-box-buttons .a-button {
    max-width: none;
    margin-left: 2rem;
  }
}
.o-header__hamburger {
  width: 24px;
  height: 24px;
  z-index: 6;
}
.o-header__hamburger span.hamburger-inner, .o-header__hamburger span::after, .o-header__hamburger span::before {
  background-color: rgb(33, 33, 33) !important;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  .o-header__hamburger {
    display: none;
  }
}
.o-header .desktop {
  display: none;
}
@media (min-width: 1024px) {
  .o-header .desktop {
    display: initial;
  }
  .o-header .desktop.a-button--arrow-right {
    display: flex;
  }
}
.o-header .a-button--arrow-right.desktop {
  position: absolute;
  right: 2.5rem;
}

.o-footer {
  padding: 3rem 0;
  background-color: #f2e7db;
}
.o-footer--training {
  background-color: white;
}
.o-footer .o-footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.o-footer .o-footer__wrapper .o-footer__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .o-footer .o-footer__wrapper .o-footer__top {
    grid-template-columns: repeat(3, 1fr);
  }
  .o-footer .o-footer__wrapper .o-footer__top .work-schedule {
    min-width: 270px;
  }
  .o-footer .o-footer__wrapper .o-footer__top .work-schedule ul li p:nth-last-of-type() {
    text-align: right;
  }
}
.o-footer .o-footer__wrapper .o-footer__top--logo a.logo {
  display: block;
  cursor: pointer;
  margin-bottom: 1rem;
}
.o-footer .o-footer__wrapper .o-footer__top--logo a.logo span {
  white-space: wrap;
}
.o-footer .o-footer__wrapper .o-footer__top--logo p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.o-footer .o-footer__wrapper .o-footer__top--logo > ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.o-footer .o-footer__wrapper .o-footer__top--logo > ul li {
  background-color: rgba(255, 92, 57, 0.1019607843);
  padding: 0.5rem;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.o-footer .o-footer__wrapper .o-footer__top--logo > ul li:hover {
  background-color: rgba(255, 92, 57, 0.2);
}
.o-footer .o-footer__wrapper .o-footer__top--logo > ul li img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.o-footer .o-footer__wrapper .o-footer__top--logo .description {
  margin-bottom: 1.5rem;
  max-width: 448px;
}
.o-footer .o-footer__wrapper .o-footer__top h3 {
  margin-bottom: 1rem;
  color: rgb(51, 51, 51);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.o-footer .o-footer__wrapper .o-footer__top .o-footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.o-footer .o-footer__wrapper .o-footer__top .o-footer__nav ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.o-footer .o-footer__wrapper .o-footer__top .o-footer__nav ul li:hover a {
  color: rgb(255, 92, 57);
}
.o-footer .o-footer__wrapper .o-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .o-footer .o-footer__wrapper .o-footer__bottom {
    flex-direction: row;
    justify-content: center;
    gap: 5px;
  }
}
.o-footer .o-footer__wrapper .o-footer__bottom p {
  color: rgba(51, 51, 51, 0.7019607843);
  font-size: 1rem;
}
.o-footer .o-footer__wrapper a,
.o-footer .o-footer__wrapper p {
  color: rgba(51, 51, 51, 0.8);
  line-height: 24px;
}

.o-hero {
  background-color: rgb(242, 231, 219);
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .o-hero {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
@keyframes Top {
  0% {
    transform: translateY(25px);
  }
  100% {
    -webkit-clip-path: polygon(0 120%, 120% 120%, 100% 0, 0 0);
            clip-path: polygon(0 120%, 120% 120%, 100% 0, 0 0);
    transform: translateY(0px);
  }
}
.o-hero .a-box-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: column-reverse;
  gap: 32px;
  max-width: 80rem;
}
@media (min-width: 1024px) {
  .o-hero .a-box-hero {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.o-hero .a-box-hero h1 {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 500;
  color: rgb(74, 74, 74);
  margin-bottom: 1.5rem;
  position: relative;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  animation: Top 800ms ease 550ms forwards;
}
@media (min-width: 1024px) {
  .o-hero .a-box-hero h1 {
    line-height: 1;
    font-size: 3.75rem;
    margin-bottom: 1rem;
  }
}
.o-hero .a-box-hero h1 span {
  font-family: "Inter", sans-serif;
}
.o-hero .a-box-hero .content {
  position: relative;
  z-index: 5;
  width: 100%;
}
@media (min-width: 1024px) {
  .o-hero .a-box-hero .content {
    max-width: 36rem;
  }
}
.o-hero .a-box-hero .content h1 + .a-paragraph {
  margin-bottom: 2.5rem;
  color: rgba(51, 51, 51, 0.8);
  font-size: 1.125rem;
  line-height: 1.625;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  animation: Top 800ms ease 550ms forwards;
}
@media (min-width: 1024px) {
  .o-hero .a-box-hero .content h1 + .a-paragraph {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    max-width: 32rem;
    line-height: 1.75rem;
  }
}
.o-hero .a-box-hero .box-image-hero {
  position: relative;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .o-hero .a-box-hero .box-image-hero {
    margin: 0 6%;
  }
}
.o-hero .a-box-hero .box-image-hero img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%);
  width: 100%;
  max-width: 100%;
  height: 16.875rem;
  border-radius: 8px;
  margin: 0 auto;
  aspect-ratio: 1.5/1;
  -o-object-position: 25% 45%;
     object-position: 25% 45%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .o-hero .a-box-hero .box-image-hero img {
    width: 28rem;
  }
}
.o-hero .a-box-hero .box-image-hero span {
  position: absolute;
  left: -0.5rem;
  bottom: -1.5rem;
  display: inline-block;
  padding: 16px;
  background-color: rgb(255, 92, 57);
  color: white;
  font-feature-settings: "rlig" 1, "calt" 1;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
@media (min-width: 768px) {
  .o-hero .a-box-hero .box-image-hero span {
    left: inherit;
    right: 1rem;
    bottom: -0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .o-hero .a-box-hero .box-image-hero span {
    left: -5.5rem;
    right: inherit;
    bottom: -1.5rem;
  }
}
.o-hero--archive {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: rgb(249, 245, 240);
}
@media (min-width: 1024px) {
  .o-hero--archive {
    padding-bottom: 7rem;
  }
}
@keyframes Top {
  0% {
    transform: translateY(25px);
  }
  100% {
    -webkit-clip-path: polygon(0 120%, 120% 120%, 100% 0, 0 0);
            clip-path: polygon(0 120%, 120% 120%, 100% 0, 0 0);
    transform: translateY(0px);
  }
}
.o-hero--archive .a-box-start-section {
  max-width: 56rem;
  margin: 0 auto;
}
.o-hero--archive .a-box-start-section h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 0.5rem;
  color: rgb(74, 74, 74);
  text-align: center;
  width: 100%;
  max-width: 100%;
  animation: Top 800ms ease forwards;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
@media (min-width: 1024px) {
  .o-hero--archive .a-box-start-section h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .o-hero--archive .a-box-start-section .a-orange {
    margin-bottom: 1.25rem;
  }
}
.o-hero--archive .a-box-start-section p {
  line-height: 1.75rem;
  color: rgba(51, 51, 51, 0.9019607843);
  max-width: none;
  animation: Top 800ms ease forwards;
  margin-bottom: 1.25rem;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  font-size: 1.125rem;
}
.o-hero--archive .a-box-start-section p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .o-hero--archive .a-box-start-section p {
    max-width: 48rem;
    font-size: 1.25rem;
  }
}
.o-hero--single {
  position: relative;
}
@media (min-width: 1024px) {
  .o-hero--single {
    background-position: 100% 45%;
  }
}
.o-hero--single::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgb(249, 245, 240);
  opacity: 0.65;
  z-index: 1;
}
.o-hero--single .a-box-hero {
  position: relative;
  padding-top: 13rem;
  padding-bottom: 8rem;
  z-index: 2;
  max-width: 56rem;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .o-hero--single .a-box-hero {
    padding-top: 15rem;
    padding-bottom: 10rem;
  }
}
.o-hero--single .a-box-hero h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: rgb(74, 74, 74);
  text-align: center;
}
@media (min-width: 768px) {
  .o-hero--single .a-box-hero h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .o-hero--single .a-box-hero h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
.o-hero--single .a-box-hero h1 + p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  max-width: 42rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .o-hero--single .a-box-hero h1 + p {
    font-size: 1.125rem;
  }
}
.o-hero--single .a-box-hero .thumb-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.o-hero--single .a-box-hero .thumb-button .a-button {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.o-hero--single .a-box-hero .thumb-button .price-and-time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.o-hero--single .a-box-hero .thumb-button .price-and-time span {
  color: rgb(55, 65, 81);
  height: 100%;
  font-weight: 500;
}
.o-hero--single .a-box-hero .thumb-button .price-and-time .price {
  font-weight: 600;
  font-size: 18px;
}
.o-hero--single .a-box-hero .thumb-button .price-and-time .time {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.o-hero--single .a-box-hero .thumb-button .price-and-time .time::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Cpath%20d%3D%22M12%206v6l4%202%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.o-courses {
  padding: 3rem 0;
  background-color: rgb(242, 231, 219);
}
@media (min-width: 768px) {
  .o-courses {
    padding: 6rem 0;
  }
}
.o-courses .a-box-start-section {
  margin-bottom: 4rem;
}
.o-courses .a-button {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 3rem auto 0 auto;
}
.o-courses .a-list {
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .o-courses .a-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .o-courses .a-list {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
}
.o-courses .a-list li {
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: rgb(242, 231, 219);
  border: 1px solid rgb(243, 244, 246);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  transition: all 400ms ease;
}
.o-courses .a-list li:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.o-courses .a-list li img {
  height: 12rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-courses .a-list li .content {
  padding: 1.25rem;
  height: calc(100% - 12rem);
  display: flex;
  flex-direction: column;
}
.o-courses .a-list li .content h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  margin-bottom: 0.5rem;
  color: rgb(74, 74, 74);
}
.o-courses .a-list li .content h3 + p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75, 85, 99);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}
.o-courses .a-list li .content .time-and-mode {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-left: 0.75rem;
  margin-bottom: 1rem;
}
.o-courses .a-list li .content .time-and-mode p {
  font-size: 0.75rem;
  line-height: 1rem;
}
.o-courses .a-list li .content .go-to-course {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.o-courses .a-list li .content .go-to-course * {
  color: rgb(255, 92, 57);
}
.o-courses .a-list li .content .go-to-course .price {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Playfair Display", serif;
}
.o-courses .a-list li .content .go-to-course a {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.o-courses .a-list li span.rec {
  display: none;
}
.o-courses .a-list li.recommend {
  border: 2px solid rgb(255, 92, 57);
  position: relative;
}
.o-courses .a-list li.recommend span.rec {
  display: inline;
  position: absolute;
  background-color: rgb(255, 92, 57);
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  top: 1rem;
  right: 1rem;
  color: #fff;
}
.o-courses.archive {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .o-courses.archive {
    padding: 4rem 0;
  }
}
.o-courses.archive h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  color: rgb(74, 74, 74);
  text-align: center;
  margin-bottom: 0.25rem;
}
.o-courses.archive .a-paragraph {
  color: rgb(74, 74, 74);
  text-align: center;
}
.o-courses.archive li {
  background-color: #fff;
}
.o-courses.archive li .time-and-mode p {
  background-color: rgb(242, 231, 219);
  padding: 0.25rem 0.75rem;
  border-radius: 60px;
}

.o-about {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: white;
}
@media (min-width: 768px) {
  .o-about {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.o-about .a-box-about {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .o-about .a-box-about {
    flex-direction: row;
  }
}
.o-about .a-box-about .a-box-start-section {
  align-items: flex-start;
}
.o-about .a-box-about .a-box-start-section .a-orange {
  margin-bottom: 0;
}
.o-about .a-box-about .box-with-image {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .o-about .a-box-about .box-with-image {
    width: 50%;
  }
}
.o-about .a-box-about .box-with-image img {
  width: 100%;
  border-radius: 0.5rem;
}
.o-about .a-box-about .box-with-image .box-experience {
  display: none;
  padding: 1.5rem;
  background-color: #f4e8dc;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  position: absolute;
  right: -20px;
  bottom: -20px;
}
.o-about .a-box-about .box-with-image .box-experience p {
  color: rgb(255, 92, 57);
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Playfair Display", serif;
}
@media (min-width: 768px) {
  .o-about .a-box-about .box-with-image .box-experience {
    display: block;
  }
}
.o-about .a-box-about .box-with-image .box-experience .add-text {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(74, 74, 74);
  font-family: Inter, sans-serif;
}
.o-about .a-box-about .content-section {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .o-about .a-box-about .content-section {
    width: 50%;
  }
}
.o-about .a-box-about .content-section .a-box-start-section {
  margin: 0;
  align-self: flex-start;
}
.o-about .a-box-about .content-section > div.description-for-about {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}
.o-about .a-box-about .content-section .list-experience {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.o-about .a-box-about .content-section .list-experience li {
  padding: 1rem;
  background-color: #f4e8dc;
  border-radius: 8px;
}
.o-about .a-box-about .content-section .list-experience li h4 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: rgb(74, 74, 74);
  line-height: 1.5rem;
}
.o-about .a-box-about .content-section .list-experience li h4 + span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.8;
  font-family: "Inter", sans-serif;
  color: rgb(74, 74, 74);
  line-height: 20px;
}
.o-about .a-box-about .content-section p {
  font-size: 1rem;
  color: rgb(74, 74, 74);
}
.o-about .a-box-about .content-section .a-box-buttons .a-button--orange {
  width: -moz-fit-content;
  width: fit-content;
}
.o-about--stylist {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.o-about--stylist h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .o-about--stylist h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.o-about--stylist .a-box-about {
  max-width: 68rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .o-about--stylist .a-box-about {
    flex-direction: row;
  }
}
.o-about--stylist .a-box-about .thumb-info span {
  color: rgb(255, 92, 57);
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  margin-bottom: 1rem;
  display: inline-block;
}
.o-about--stylist .a-box-about .thumb-info p {
  color: rgb(55, 65, 81);
  font-size: 1rem;
  line-height: 24px;
}
.o-about--stylist .a-box-about .thumb-info h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: rgb(74, 74, 74);
}
.o-about--stylist .a-box-about img {
  width: 100%;
}
@media (min-width: 1024px) {
  .o-about--stylist .a-box-about img {
    width: 40%;
  }
}

.o-reasons {
  padding: 4rem 0;
  background-color: rgb(249, 245, 240);
}
@media (min-width: 768px) {
  .o-reasons {
    padding: 6rem 0;
  }
}
.o-reasons .a-box-start-section .a-subtitle {
  text-align: center;
}
.o-reasons .a-list--team {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .o-reasons.archive {
    padding: 4rem 0;
  }
}
.o-reasons.archive h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  color: rgb(74, 74, 74);
  text-align: center;
  margin-bottom: 3rem;
}
@keyframes Show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.o-reasons.archive li {
  opacity: 0;
}
.o-reasons.archive li.show {
  animation: Show 800ms ease forwards;
}

.o-gallery {
  padding: 4rem 0;
  background-color: rgb(249, 245, 240);
}
@media (min-width: 768px) {
  .o-gallery {
    padding: 6rem 0;
  }
}
.o-gallery .a-box-start-section {
  margin-bottom: 4rem;
}
.o-gallery .bg-black {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 400ms ease;
  align-self: flex-end;
}
.o-gallery .bg-black * {
  color: #fff;
}
.o-gallery .bg-black h3 {
  padding: 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
.o-gallery .bg-black h3 + p {
  padding: 0 0 0.75rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.9;
}
.o-gallery .a-list--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1024px) {
  .o-gallery .a-list--grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.o-gallery .a-list--grid li:hover img {
  transform: scale(1.05);
}
.o-gallery .link-instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  color: rgb(255, 92, 57);
  gap: 0.5rem;
  margin-top: 3rem;
  font-family: Inter, sans-serif;
}
.o-gallery .link-instagram svg {
  stroke: rgb(255, 92, 57);
  width: 20px;
  height: 20px;
}

.o-contact {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .o-contact {
    padding: 6rem 0;
  }
}
.o-contact .a-box-contact {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 1024px) {
  .o-contact .a-box-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.o-contact .a-box-contact .a-box-start-section {
  align-items: flex-start;
  justify-content: flex-start;
}
.o-contact .a-box-contact .box-content .a-subtitle {
  margin-bottom: 1.5rem;
}
.o-contact .a-box-contact .box-content .a-paragraph {
  margin-bottom: 2rem;
}
.o-contact .a-box-contact .box-content .a-additional-info {
  margin-top: 2rem;
}
.o-contact .a-box-contact .box-content .a-button {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}
.o-contact .a-box-contact .box-content h3 {
  margin-bottom: 1rem;
}
.o-contact #wpcf7-f166-o1 {
  padding: 2rem;
  background-color: rgb(242, 231, 219);
  border-radius: 0.5rem;
}
.o-contact #wpcf7-f166-o1 h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(51, 51, 51);
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.o-contact #wpcf7-f166-o1 .frm_submit p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.o-contact #wpcf7-f166-o1 .frm_button_submit, .o-contact #wpcf7-f166-o1 .a-button--orange {
  display: flex;
  align-items: center;
  min-width: 200px;
  width: auto !important;
  gap: 0.5rem;
  transition: background-color 100ms ease-in-out;
  border: 0px;
  outline: none;
  height: 36px;
  font-size: 15px;
  border-radius: 8px;
  padding: 0rem 0.9em 0rem 0rem;
  background-color: rgb(255, 92, 57) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M5%2012h14m-7-7%207%207-7%207%22%2F%3E%3C%2Fsvg%3E");
  color: #fff !important;
  font-weight: 600;
  background-position: right 0.9em center;
  background-size: 18px 18px;
  border: none !important;
}
@media (min-width: 768px) {
  .o-contact #wpcf7-f166-o1 .frm_button_submit, .o-contact #wpcf7-f166-o1 .a-button--orange {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.o-contact #wpcf7-f166-o1 .frm_button_submit:hover, .o-contact #wpcf7-f166-o1 .a-button--orange:hover {
  background-color: rgba(255, 92, 57, 0.75);
}
.o-contact #wpcf7-f166-o1 label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  padding-top: 1.25rem !important;
  padding-bottom: 0.625rem !important;
  cursor: pointer;
  font-weight: 500;
  color: rgb(55, 53, 47);
  font-family: "Inter", "Inter Fallback", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .o-contact #wpcf7-f166-o1 label {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.o-contact #wpcf7-f166-o1 label span:not(.wpcf7-form-control-wrap) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  background-color: rgb(243, 243, 243);
  color: rgb(55, 53, 47);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  padding-top: 5px;
}
.o-contact #wpcf7-f166-o1 label span.wpcf7-form-control-wrap {
  width: 100%;
}
.o-contact #wpcf7-f166-o1 input, .o-contact #wpcf7-f166-o1 select {
  height: 36px !important;
}
.o-contact #wpcf7-f166-o1 select {
  cursor: pointer;
}
.o-contact #wpcf7-f166-o1 .wpcf7-submit {
  box-shadow: none !important;
}
.o-contact #wpcf7-f166-o1 input, .o-contact #wpcf7-f166-o1 textarea, .o-contact #wpcf7-f166-o1 select {
  width: 100% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(61, 59, 53, 0.16) 0px 0px 0px 1px, rgba(61, 59, 53, 0.08) 0px 2px 5px 0px !important;
  border: 0px !important;
  border-radius: 8px !important;
  outline: none !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: rgb(55, 53, 47) !important;
  caret-color: rgb(55, 53, 47) !important;
  font-family: "Inter", "Inter Fallback", sans-serif;
}
.o-contact #wpcf7-f166-o1 input:focus, .o-contact #wpcf7-f166-o1 input:focus-within, .o-contact #wpcf7-f166-o1 textarea:focus, .o-contact #wpcf7-f166-o1 textarea:focus-within, .o-contact #wpcf7-f166-o1 select:focus, .o-contact #wpcf7-f166-o1 select:focus-within {
  box-shadow: rgba(58, 145, 224, 0.36) 0px 0px 0px 4px, rgba(61, 59, 53, 0.16) 0px 0px 0px 1px;
}
.o-contact #wpcf7-f166-o1 textarea {
  padding: 10px;
  white-space: pre-wrap;
  word-break: break-word;
  margin-bottom: 0.5rem;
}
.o-contact #wpcf7-f166-o1 textarea + .wpcf7-not-valid-tip {
  margin-bottom: 15px;
}
.o-contact #wpcf7-f166-o1 .wpcf7-not-valid-tip {
  width: 100% !important;
  background-color: transparent !important;
  display: block !important;
  color: rgb(220, 50, 50) !important;
  text-align: start !important;
  font-weight: 400 !important;
}
.o-contact #wpcf7-f166-o1 div.wpcf7-response-output {
  max-width: 42rem;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 1rem;
  border-color: #dc3232 !important;
  font-family: Inter, sans-serif;
  font-size: 16px;
  border-radius: 5px;
  color: #dc3232;
}
.o-contact #wpcf7-f166-o1 div.wpcf7-response-output:last-of-type {
  text-align: center;
}

.o-privacy {
  background-color: #fff5e6;
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .o-privacy {
    padding: 120px 0;
  }
}
.o-privacy h1 {
  font-size: 2.5rem;
  color: #ff5c39;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .o-privacy h1 {
    line-height: 2.5rem;
    font-size: 3.75rem;
    margin-bottom: 70px;
  }
}
.o-privacy h2 {
  color: #ff5c39;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .o-privacy h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
  }
}
.o-privacy p, .o-privacy ul, .o-privacy ol, .o-privacy div {
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
  color: rgba(51, 51, 51, 0.8);
  font-size: 1.125rem;
  line-height: 1.625;
}
@media (min-width: 1024px) {
  .o-privacy p, .o-privacy ul, .o-privacy ol, .o-privacy div {
    margin-bottom: 1.5rem;
  }
}
.o-privacy ul {
  list-style-type: disc;
  padding-left: 20px;
}

.o-course-content {
  margin: 0 auto;
}

.o-get-started {
  padding: 4rem 0;
  background-color: rgb(255, 92, 57);
}
.o-get-started .a-container, .o-get-started .cennik-section-block, .o-get-started .bonus-section-block .block-wrapper, .bonus-section-block .o-get-started .block-wrapper, .o-get-started .content-section-block .block-wrapper, .content-section-block .o-get-started .block-wrapper, .o-get-started .start-section-block, .o-get-started .o-about--stylist {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.o-get-started .a-container h2, .o-get-started .cennik-section-block h2, .o-get-started .bonus-section-block .block-wrapper h2, .bonus-section-block .o-get-started .block-wrapper h2, .o-get-started .content-section-block .block-wrapper h2, .content-section-block .o-get-started .block-wrapper h2, .o-get-started .start-section-block h2, .o-get-started .o-about--stylist h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .o-get-started .a-container h2, .o-get-started .cennik-section-block h2, .o-get-started .bonus-section-block .block-wrapper h2, .bonus-section-block .o-get-started .block-wrapper h2, .o-get-started .content-section-block .block-wrapper h2, .content-section-block .o-get-started .block-wrapper h2, .o-get-started .start-section-block h2, .o-get-started .o-about--stylist h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.o-get-started .a-container h2 + p, .o-get-started .cennik-section-block h2 + p, .o-get-started .bonus-section-block .block-wrapper h2 + p, .bonus-section-block .o-get-started .block-wrapper h2 + p, .o-get-started .content-section-block .block-wrapper h2 + p, .content-section-block .o-get-started .block-wrapper h2 + p, .o-get-started .start-section-block h2 + p, .o-get-started .o-about--stylist h2 + p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #fff;
  text-align: center;
  max-width: 42rem;
  margin-bottom: 2rem;
}

.start-section-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5rem;
  max-width: 56rem;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.start-section-block .section-with-info {
  width: 100%;
}
.start-section-block .section-with-info div a {
  text-decoration: underline;
}
.start-section-block .section-with-info h2 {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  color: rgb(74, 74, 74);
}
@media (min-width: 768px) {
  .start-section-block .section-with-info h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.start-section-block .section-with-info h2::before {
  content: "";
  background-color: rgb(255, 92, 57);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%226%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.start-section-block .section-with-info .yellow-bg-text {
  background-color: rgb(249, 245, 240);
  border-radius: 1rem;
  padding: 2rem;
  width: 100%;
}
.start-section-block .section-with-info .yellow-bg-text ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.start-section-block .section-with-info .yellow-bg-text ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  line-height: 1.625;
  font-size: 1rem;
  color: rgb(55, 65, 81);
}
.start-section-block .section-with-info .yellow-bg-text ul li::before {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgb(255, 92, 57);
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .start-section-block .section-with-info .yellow-bg-text {
    padding: 3rem;
  }
}
.start-section-block .section-with-info .yellow-bg-text p {
  margin-bottom: 1.5rem;
}
.start-section-block .section-with-info .yellow-bg-text p:last-of-type {
  margin-bottom: 0;
}

.content-section-block {
  background-color: rgb(249, 245, 240);
  padding: 4rem 0;
}
.content-section-block h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
  color: rgb(74, 74, 74);
}
@media (min-width: 768px) {
  .content-section-block h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.content-section-block .block-wrapper {
  max-width: 72rem;
  margin: 0 auto;
}
.content-section-block .block-wrapper .sub-section-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-align: center;
  color: rgb(74, 74, 74);
  margin-bottom: 0.5rem;
  margin-top: 4rem;
}
.content-section-block .block-wrapper .sub-section-title:first-of-type {
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.content-section-block .block-wrapper .a-list--grid {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .content-section-block .block-wrapper .a-list--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content-section-block .block-wrapper .a-list--grid .card {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
}
.content-section-block .block-wrapper .a-list--grid .card > span {
  background-color: rgb(255, 92, 57);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.content-section-block .block-wrapper .a-list--grid .card h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: rgb(2, 8, 23);
  margin-bottom: 1rem;
}
.content-section-block .block-wrapper .a-list--grid .card p {
  line-height: 1.625;
  font-size: 1rem;
  color: rgb(55, 65, 81);
}
.content-section-block .block-wrapper .a-list--grid .card ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.content-section-block .block-wrapper .a-list--grid .card ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  line-height: 1.625;
  font-size: 1rem;
  color: rgb(55, 65, 81);
}
.content-section-block .block-wrapper .a-list--grid .card ul li::before {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgb(255, 92, 57);
  margin-top: 0.5rem;
}
.content-section-block .block-wrapper .text-content {
  max-width: 56rem;
  margin: 1.5rem auto;
}
.content-section-block .block-wrapper .text-content p {
  color: rgb(75, 85, 99);
  margin-bottom: 2rem;
}
.content-section-block .block-wrapper .text-content.white-bg {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.content-section-block .block-wrapper .text-content.white-bg p {
  margin-bottom: 0;
}

.bonus-section-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: white;
}
.bonus-section-block .block-wrapper {
  max-width: 56rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .bonus-section-block .block-wrapper {
    padding: 0;
  }
}
.bonus-section-block .block-wrapper h2 {
  color: rgb(74, 74, 74);
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .bonus-section-block .block-wrapper h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.bonus-section-block .block-wrapper h2::before {
  content: "";
  background-color: rgb(255, 92, 57);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%228%22%20width%3D%2218%22%20height%3D%224%22%20rx%3D%221%22%2F%3E%3Cpath%20d%3D%22M12%208v13m7-9v7a2%202%200%200%201-2%202H7a2%202%200%200%201-2-2v-7m2.5-4a2.5%202.5%200%200%201%200-5A4.8%208%200%200%201%2012%208a4.8%208%200%200%201%204.5-5%202.5%202.5%200%200%201%200%205%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin: 0 auto 1.5rem auto;
}
.bonus-section-block .block-wrapper .light-bg {
  background-color: rgb(249, 245, 240);
  padding: 2rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .bonus-section-block .block-wrapper .light-bg {
    padding: 3rem;
  }
}
.bonus-section-block .block-wrapper .light-bg .white-bg {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
.bonus-section-block .block-wrapper .light-bg .white-bg ul:last-of-type {
  margin-bottom: 0;
}
.bonus-section-block .block-wrapper .light-bg p {
  color: rgb(55, 65, 81);
  margin-bottom: 1.5rem;
  line-height: 1.625;
  font-size: 1rem;
}
.bonus-section-block .block-wrapper .light-bg h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: rgb(31, 41, 55);
}
.bonus-section-block .block-wrapper .light-bg ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.bonus-section-block .block-wrapper .light-bg ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  line-height: 1.625;
  font-size: 1rem;
  color: rgb(55, 65, 81);
}
.bonus-section-block .block-wrapper .light-bg ul li::before {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgb(255, 92, 57);
  margin-top: 0.5rem;
}

.cennik-section-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cennik-section-block .a-box-start-section {
  max-width: 42rem;
  gap: 0;
}
.cennik-section-block .a-box-start-section h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.cennik-section-block .a-box-start-section p {
  text-align: center;
}
.cennik-section-block .a-list--grid {
  max-width: 72rem;
  margin: 3rem auto 0 auto;
}
.cennik-section-block .a-list--grid.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.cennik-section-block .a-list--grid.grid-cols-1 .price-block {
  max-width: 55%;
  margin: 0 auto;
}
.cennik-section-block .a-list--grid.grid-cols-2 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .cennik-section-block .a-list--grid.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cennik-section-block .a-list--grid .price-block {
  padding: 2rem;
  border-radius: 0.75rem;
  border: 1px solid rgb(229, 231, 235);
}
.cennik-section-block .a-list--grid .price-block h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: rgb(74, 74, 74);
}
.cennik-section-block .a-list--grid .price-block h4 {
  color: rgb(74, 74, 74);
  margin: 1.5rem 0 1rem 0;
  font-weight: 500;
}
.cennik-section-block .a-list--grid .price-block .price span {
  font-family: "Playfair Display", serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
}
.cennik-section-block .a-list--grid .price-block .a-button {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
}
.cennik-section-block .a-list--grid .price-block ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.cennik-section-block .a-list--grid .price-block ul li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgb(74, 74, 74);
}
.cennik-section-block .a-list--grid .price-block ul li::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Cpath%20d%3D%22m9%2012%202%202%204-4%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  width: 24px;
  height: 24px;
  background-color: rgb(255, 92, 57);
  border-radius: 50%;
}
.cennik-section-block .a-list--grid .price-block.online-mode {
  border: 2px solid rgb(255, 92, 57);
}
.cennik-section-block .description {
  color: rgb(75, 85, 99);
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 24px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: white;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -5px;
}
.hamburger-inner::after {
  bottom: -5px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 40px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 40px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 40px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 40px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 40px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 40px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.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(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.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 {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -5px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 5px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 10px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 5px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 10px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 5px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -40px;
  top: -40px;
  transform: translate3d(40px, 40px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -40px;
  top: -40px;
  transform: translate3d(-40px, 40px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 5px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -40px;
  top: 40px;
  transform: translate3d(40px, -40px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -40px;
  top: 40px;
  transform: translate3d(-40px, -40px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 5px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 10px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.8571428571px, -3px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 5px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 10px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(2.8571428571px, -3px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 5px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 5px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.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 {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.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 {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.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 {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}

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