@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
  box-shadow: none;
  outline: 0;
}

input, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

img {
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  a:hover {
    /* color: $c-color; */
  }
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.7;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  height: 100% !important;
  left: 0;
  outline: none !important;
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  z-index: 1043;
}

.mfp-container {
  /* padding: 0 $mfp-popup-padding-left; */
  box-sizing: border-box;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  align-items: center;
  display: inline-flex;
  height: 100vh;
  justify-content: center;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

@media screen and (min-width: 769px) {
  .mfp-auto-cursor .mfp-content {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .mfp-auto-cursor .mfp-content {
    padding: 13.33333vw 8vw;
  }
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  -webkit-appearance: none;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  touch-action: manipulation;
  z-index: 1046;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/common/sp/trigger_on.png");
  background-position: right top;
  background-repeat: no-repeat;
  color: #FFF;
  font-family: Arial, Baskerville, monospace;
  font-size: 0;
  font-style: normal;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
}

@media screen and (min-width: 769px) {
  .mfp-close {
    height: 57px;
    width: 67px;
  }
}

@media screen and (max-width: 768px) {
  .mfp-close {
    background-size: 17.86667vw 15.2vw;
    height: 15.2vw;
    width: 17.86667vw;
  }
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.mfp-arrow {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  border: medium inset transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}

.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  border-right: 27px solid #3F3F3F;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -60px;
}

@media screen and (max-width: 768px) {
  .mfp-iframe-holder .mfp-close {
    top: -16vw;
  }
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0 40px;
  width: auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  background: #444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mfp-title {
  color: #F3F3F3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  /* .mfp-container {
    padding-left: $mfp-popup-padding-left-mobile;
    padding-right: $mfp-popup-padding-left-mobile;
  } */
}

/* 
.mfp-container {
  @include max{
    padding: 0 spvw(20);
  }
} */
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, 50px, 0);
  }
  html:not(.no-js) [data-aos='fade-down'] {
    transform: translate3d(0, -50px, 0);
  }
  html:not(.no-js) [data-aos='fade-right'] {
    transform: translate3d(-50px, 0, 0);
  }
  html:not(.no-js) [data-aos='fade-left'] {
    transform: translate3d(50px, 0, 0);
  }
  html:not(.no-js) [data-aos='fade-up-right'] {
    transform: translate3d(-50px, 50px, 0);
  }
  html:not(.no-js) [data-aos='fade-up-left'] {
    transform: translate3d(50px, 50px, 0);
  }
  html:not(.no-js) [data-aos='fade-down-right'] {
    transform: translate3d(-50px, -50px, 0);
  }
  html:not(.no-js) [data-aos='fade-down-left'] {
    transform: translate3d(50px, -50px, 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, 50px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-down'] {
    transform: translate3d(0, -50px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-right'] {
    transform: translate3d(-50px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos='zoom-in-left'] {
    transform: translate3d(50px, 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, 50px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-down'] {
    transform: translate3d(0, -50px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-right'] {
    transform: translate3d(-50px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos='zoom-out-left'] {
    transform: translate3d(50px, 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 {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  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);
  }
}

@media screen and (max-width: 768px) {
  .spmt-50 {
    margin-top: -13.33333vw !important;
  }
  .spmb-50 {
    margin-bottom: -13.33333vw !important;
  }
  .spmr-50 {
    margin-right: -13.33333vw !important;
  }
  .spml-50 {
    margin-left: -13.33333vw !important;
  }
  .sppt-50 {
    padding-top: -13.33333vw !important;
  }
  .sppb-50 {
    padding-bottom: -13.33333vw !important;
  }
  .sppr-50 {
    padding-right: -13.33333vw !important;
  }
  .sppl-50 {
    padding-left: -13.33333vw !important;
  }
  .spmt-45 {
    margin-top: -12vw !important;
  }
  .spmb-45 {
    margin-bottom: -12vw !important;
  }
  .spmr-45 {
    margin-right: -12vw !important;
  }
  .spml-45 {
    margin-left: -12vw !important;
  }
  .sppt-45 {
    padding-top: -12vw !important;
  }
  .sppb-45 {
    padding-bottom: -12vw !important;
  }
  .sppr-45 {
    padding-right: -12vw !important;
  }
  .sppl-45 {
    padding-left: -12vw !important;
  }
  .spmt-40 {
    margin-top: -10.66667vw !important;
  }
  .spmb-40 {
    margin-bottom: -10.66667vw !important;
  }
  .spmr-40 {
    margin-right: -10.66667vw !important;
  }
  .spml-40 {
    margin-left: -10.66667vw !important;
  }
  .sppt-40 {
    padding-top: -10.66667vw !important;
  }
  .sppb-40 {
    padding-bottom: -10.66667vw !important;
  }
  .sppr-40 {
    padding-right: -10.66667vw !important;
  }
  .sppl-40 {
    padding-left: -10.66667vw !important;
  }
  .spmt-35 {
    margin-top: -9.33333vw !important;
  }
  .spmb-35 {
    margin-bottom: -9.33333vw !important;
  }
  .spmr-35 {
    margin-right: -9.33333vw !important;
  }
  .spml-35 {
    margin-left: -9.33333vw !important;
  }
  .sppt-35 {
    padding-top: -9.33333vw !important;
  }
  .sppb-35 {
    padding-bottom: -9.33333vw !important;
  }
  .sppr-35 {
    padding-right: -9.33333vw !important;
  }
  .sppl-35 {
    padding-left: -9.33333vw !important;
  }
  .spmt-30 {
    margin-top: -8vw !important;
  }
  .spmb-30 {
    margin-bottom: -8vw !important;
  }
  .spmr-30 {
    margin-right: -8vw !important;
  }
  .spml-30 {
    margin-left: -8vw !important;
  }
  .sppt-30 {
    padding-top: -8vw !important;
  }
  .sppb-30 {
    padding-bottom: -8vw !important;
  }
  .sppr-30 {
    padding-right: -8vw !important;
  }
  .sppl-30 {
    padding-left: -8vw !important;
  }
  .spmt-25 {
    margin-top: -6.66667vw !important;
  }
  .spmb-25 {
    margin-bottom: -6.66667vw !important;
  }
  .spmr-25 {
    margin-right: -6.66667vw !important;
  }
  .spml-25 {
    margin-left: -6.66667vw !important;
  }
  .sppt-25 {
    padding-top: -6.66667vw !important;
  }
  .sppb-25 {
    padding-bottom: -6.66667vw !important;
  }
  .sppr-25 {
    padding-right: -6.66667vw !important;
  }
  .sppl-25 {
    padding-left: -6.66667vw !important;
  }
  .spmt-20 {
    margin-top: -5.33333vw !important;
  }
  .spmb-20 {
    margin-bottom: -5.33333vw !important;
  }
  .spmr-20 {
    margin-right: -5.33333vw !important;
  }
  .spml-20 {
    margin-left: -5.33333vw !important;
  }
  .sppt-20 {
    padding-top: -5.33333vw !important;
  }
  .sppb-20 {
    padding-bottom: -5.33333vw !important;
  }
  .sppr-20 {
    padding-right: -5.33333vw !important;
  }
  .sppl-20 {
    padding-left: -5.33333vw !important;
  }
  .spmt-15 {
    margin-top: -4vw !important;
  }
  .spmb-15 {
    margin-bottom: -4vw !important;
  }
  .spmr-15 {
    margin-right: -4vw !important;
  }
  .spml-15 {
    margin-left: -4vw !important;
  }
  .sppt-15 {
    padding-top: -4vw !important;
  }
  .sppb-15 {
    padding-bottom: -4vw !important;
  }
  .sppr-15 {
    padding-right: -4vw !important;
  }
  .sppl-15 {
    padding-left: -4vw !important;
  }
  .spmt-10 {
    margin-top: -2.66667vw !important;
  }
  .spmb-10 {
    margin-bottom: -2.66667vw !important;
  }
  .spmr-10 {
    margin-right: -2.66667vw !important;
  }
  .spml-10 {
    margin-left: -2.66667vw !important;
  }
  .sppt-10 {
    padding-top: -2.66667vw !important;
  }
  .sppb-10 {
    padding-bottom: -2.66667vw !important;
  }
  .sppr-10 {
    padding-right: -2.66667vw !important;
  }
  .sppl-10 {
    padding-left: -2.66667vw !important;
  }
  .spmt-5 {
    margin-top: -1.33333vw !important;
  }
  .spmb-5 {
    margin-bottom: -1.33333vw !important;
  }
  .spmr-5 {
    margin-right: -1.33333vw !important;
  }
  .spml-5 {
    margin-left: -1.33333vw !important;
  }
  .sppt-5 {
    padding-top: -1.33333vw !important;
  }
  .sppb-5 {
    padding-bottom: -1.33333vw !important;
  }
  .sppr-5 {
    padding-right: -1.33333vw !important;
  }
  .sppl-5 {
    padding-left: -1.33333vw !important;
  }
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmb0 {
    margin-bottom: 0vw !important;
  }
  .spmr0 {
    margin-right: 0vw !important;
  }
  .spml0 {
    margin-left: 0vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppb0 {
    padding-bottom: 0vw !important;
  }
  .sppr0 {
    padding-right: 0vw !important;
  }
  .sppl0 {
    padding-left: 0vw !important;
  }
  .spmt5 {
    margin-top: 1.33333vw !important;
  }
  .spmb5 {
    margin-bottom: 1.33333vw !important;
  }
  .spmr5 {
    margin-right: 1.33333vw !important;
  }
  .spml5 {
    margin-left: 1.33333vw !important;
  }
  .sppt5 {
    padding-top: 1.33333vw !important;
  }
  .sppb5 {
    padding-bottom: 1.33333vw !important;
  }
  .sppr5 {
    padding-right: 1.33333vw !important;
  }
  .sppl5 {
    padding-left: 1.33333vw !important;
  }
  .spmt10 {
    margin-top: 2.66667vw !important;
  }
  .spmb10 {
    margin-bottom: 2.66667vw !important;
  }
  .spmr10 {
    margin-right: 2.66667vw !important;
  }
  .spml10 {
    margin-left: 2.66667vw !important;
  }
  .sppt10 {
    padding-top: 2.66667vw !important;
  }
  .sppb10 {
    padding-bottom: 2.66667vw !important;
  }
  .sppr10 {
    padding-right: 2.66667vw !important;
  }
  .sppl10 {
    padding-left: 2.66667vw !important;
  }
  .spmt15 {
    margin-top: 4vw !important;
  }
  .spmb15 {
    margin-bottom: 4vw !important;
  }
  .spmr15 {
    margin-right: 4vw !important;
  }
  .spml15 {
    margin-left: 4vw !important;
  }
  .sppt15 {
    padding-top: 4vw !important;
  }
  .sppb15 {
    padding-bottom: 4vw !important;
  }
  .sppr15 {
    padding-right: 4vw !important;
  }
  .sppl15 {
    padding-left: 4vw !important;
  }
  .spmt20 {
    margin-top: 5.33333vw !important;
  }
  .spmb20 {
    margin-bottom: 5.33333vw !important;
  }
  .spmr20 {
    margin-right: 5.33333vw !important;
  }
  .spml20 {
    margin-left: 5.33333vw !important;
  }
  .sppt20 {
    padding-top: 5.33333vw !important;
  }
  .sppb20 {
    padding-bottom: 5.33333vw !important;
  }
  .sppr20 {
    padding-right: 5.33333vw !important;
  }
  .sppl20 {
    padding-left: 5.33333vw !important;
  }
  .spmt25 {
    margin-top: 6.66667vw !important;
  }
  .spmb25 {
    margin-bottom: 6.66667vw !important;
  }
  .spmr25 {
    margin-right: 6.66667vw !important;
  }
  .spml25 {
    margin-left: 6.66667vw !important;
  }
  .sppt25 {
    padding-top: 6.66667vw !important;
  }
  .sppb25 {
    padding-bottom: 6.66667vw !important;
  }
  .sppr25 {
    padding-right: 6.66667vw !important;
  }
  .sppl25 {
    padding-left: 6.66667vw !important;
  }
  .spmt30 {
    margin-top: 8vw !important;
  }
  .spmb30 {
    margin-bottom: 8vw !important;
  }
  .spmr30 {
    margin-right: 8vw !important;
  }
  .spml30 {
    margin-left: 8vw !important;
  }
  .sppt30 {
    padding-top: 8vw !important;
  }
  .sppb30 {
    padding-bottom: 8vw !important;
  }
  .sppr30 {
    padding-right: 8vw !important;
  }
  .sppl30 {
    padding-left: 8vw !important;
  }
  .spmt35 {
    margin-top: 9.33333vw !important;
  }
  .spmb35 {
    margin-bottom: 9.33333vw !important;
  }
  .spmr35 {
    margin-right: 9.33333vw !important;
  }
  .spml35 {
    margin-left: 9.33333vw !important;
  }
  .sppt35 {
    padding-top: 9.33333vw !important;
  }
  .sppb35 {
    padding-bottom: 9.33333vw !important;
  }
  .sppr35 {
    padding-right: 9.33333vw !important;
  }
  .sppl35 {
    padding-left: 9.33333vw !important;
  }
  .spmt40 {
    margin-top: 10.66667vw !important;
  }
  .spmb40 {
    margin-bottom: 10.66667vw !important;
  }
  .spmr40 {
    margin-right: 10.66667vw !important;
  }
  .spml40 {
    margin-left: 10.66667vw !important;
  }
  .sppt40 {
    padding-top: 10.66667vw !important;
  }
  .sppb40 {
    padding-bottom: 10.66667vw !important;
  }
  .sppr40 {
    padding-right: 10.66667vw !important;
  }
  .sppl40 {
    padding-left: 10.66667vw !important;
  }
  .spmt45 {
    margin-top: 12vw !important;
  }
  .spmb45 {
    margin-bottom: 12vw !important;
  }
  .spmr45 {
    margin-right: 12vw !important;
  }
  .spml45 {
    margin-left: 12vw !important;
  }
  .sppt45 {
    padding-top: 12vw !important;
  }
  .sppb45 {
    padding-bottom: 12vw !important;
  }
  .sppr45 {
    padding-right: 12vw !important;
  }
  .sppl45 {
    padding-left: 12vw !important;
  }
  .spmt50 {
    margin-top: 13.33333vw !important;
  }
  .spmb50 {
    margin-bottom: 13.33333vw !important;
  }
  .spmr50 {
    margin-right: 13.33333vw !important;
  }
  .spml50 {
    margin-left: 13.33333vw !important;
  }
  .sppt50 {
    padding-top: 13.33333vw !important;
  }
  .sppb50 {
    padding-bottom: 13.33333vw !important;
  }
  .sppr50 {
    padding-right: 13.33333vw !important;
  }
  .sppl50 {
    padding-left: 13.33333vw !important;
  }
  .spmt55 {
    margin-top: 14.66667vw !important;
  }
  .spmb55 {
    margin-bottom: 14.66667vw !important;
  }
  .spmr55 {
    margin-right: 14.66667vw !important;
  }
  .spml55 {
    margin-left: 14.66667vw !important;
  }
  .sppt55 {
    padding-top: 14.66667vw !important;
  }
  .sppb55 {
    padding-bottom: 14.66667vw !important;
  }
  .sppr55 {
    padding-right: 14.66667vw !important;
  }
  .sppl55 {
    padding-left: 14.66667vw !important;
  }
  .spmt60 {
    margin-top: 16vw !important;
  }
  .spmb60 {
    margin-bottom: 16vw !important;
  }
  .spmr60 {
    margin-right: 16vw !important;
  }
  .spml60 {
    margin-left: 16vw !important;
  }
  .sppt60 {
    padding-top: 16vw !important;
  }
  .sppb60 {
    padding-bottom: 16vw !important;
  }
  .sppr60 {
    padding-right: 16vw !important;
  }
  .sppl60 {
    padding-left: 16vw !important;
  }
  .spmt65 {
    margin-top: 17.33333vw !important;
  }
  .spmb65 {
    margin-bottom: 17.33333vw !important;
  }
  .spmr65 {
    margin-right: 17.33333vw !important;
  }
  .spml65 {
    margin-left: 17.33333vw !important;
  }
  .sppt65 {
    padding-top: 17.33333vw !important;
  }
  .sppb65 {
    padding-bottom: 17.33333vw !important;
  }
  .sppr65 {
    padding-right: 17.33333vw !important;
  }
  .sppl65 {
    padding-left: 17.33333vw !important;
  }
  .spmt70 {
    margin-top: 18.66667vw !important;
  }
  .spmb70 {
    margin-bottom: 18.66667vw !important;
  }
  .spmr70 {
    margin-right: 18.66667vw !important;
  }
  .spml70 {
    margin-left: 18.66667vw !important;
  }
  .sppt70 {
    padding-top: 18.66667vw !important;
  }
  .sppb70 {
    padding-bottom: 18.66667vw !important;
  }
  .sppr70 {
    padding-right: 18.66667vw !important;
  }
  .sppl70 {
    padding-left: 18.66667vw !important;
  }
  .spmt75 {
    margin-top: 20vw !important;
  }
  .spmb75 {
    margin-bottom: 20vw !important;
  }
  .spmr75 {
    margin-right: 20vw !important;
  }
  .spml75 {
    margin-left: 20vw !important;
  }
  .sppt75 {
    padding-top: 20vw !important;
  }
  .sppb75 {
    padding-bottom: 20vw !important;
  }
  .sppr75 {
    padding-right: 20vw !important;
  }
  .sppl75 {
    padding-left: 20vw !important;
  }
  .spmt80 {
    margin-top: 21.33333vw !important;
  }
  .spmb80 {
    margin-bottom: 21.33333vw !important;
  }
  .spmr80 {
    margin-right: 21.33333vw !important;
  }
  .spml80 {
    margin-left: 21.33333vw !important;
  }
  .sppt80 {
    padding-top: 21.33333vw !important;
  }
  .sppb80 {
    padding-bottom: 21.33333vw !important;
  }
  .sppr80 {
    padding-right: 21.33333vw !important;
  }
  .sppl80 {
    padding-left: 21.33333vw !important;
  }
  .spmt85 {
    margin-top: 22.66667vw !important;
  }
  .spmb85 {
    margin-bottom: 22.66667vw !important;
  }
  .spmr85 {
    margin-right: 22.66667vw !important;
  }
  .spml85 {
    margin-left: 22.66667vw !important;
  }
  .sppt85 {
    padding-top: 22.66667vw !important;
  }
  .sppb85 {
    padding-bottom: 22.66667vw !important;
  }
  .sppr85 {
    padding-right: 22.66667vw !important;
  }
  .sppl85 {
    padding-left: 22.66667vw !important;
  }
  .spmt90 {
    margin-top: 24vw !important;
  }
  .spmb90 {
    margin-bottom: 24vw !important;
  }
  .spmr90 {
    margin-right: 24vw !important;
  }
  .spml90 {
    margin-left: 24vw !important;
  }
  .sppt90 {
    padding-top: 24vw !important;
  }
  .sppb90 {
    padding-bottom: 24vw !important;
  }
  .sppr90 {
    padding-right: 24vw !important;
  }
  .sppl90 {
    padding-left: 24vw !important;
  }
  .spmt95 {
    margin-top: 25.33333vw !important;
  }
  .spmb95 {
    margin-bottom: 25.33333vw !important;
  }
  .spmr95 {
    margin-right: 25.33333vw !important;
  }
  .spml95 {
    margin-left: 25.33333vw !important;
  }
  .sppt95 {
    padding-top: 25.33333vw !important;
  }
  .sppb95 {
    padding-bottom: 25.33333vw !important;
  }
  .sppr95 {
    padding-right: 25.33333vw !important;
  }
  .sppl95 {
    padding-left: 25.33333vw !important;
  }
  .spmt100 {
    margin-top: 26.66667vw !important;
  }
  .spmb100 {
    margin-bottom: 26.66667vw !important;
  }
  .spmr100 {
    margin-right: 26.66667vw !important;
  }
  .spml100 {
    margin-left: 26.66667vw !important;
  }
  .sppt100 {
    padding-top: 26.66667vw !important;
  }
  .sppb100 {
    padding-bottom: 26.66667vw !important;
  }
  .sppr100 {
    padding-right: 26.66667vw !important;
  }
  .sppl100 {
    padding-left: 26.66667vw !important;
  }
  .spmt105 {
    margin-top: 28vw !important;
  }
  .spmb105 {
    margin-bottom: 28vw !important;
  }
  .spmr105 {
    margin-right: 28vw !important;
  }
  .spml105 {
    margin-left: 28vw !important;
  }
  .sppt105 {
    padding-top: 28vw !important;
  }
  .sppb105 {
    padding-bottom: 28vw !important;
  }
  .sppr105 {
    padding-right: 28vw !important;
  }
  .sppl105 {
    padding-left: 28vw !important;
  }
  .spmt110 {
    margin-top: 29.33333vw !important;
  }
  .spmb110 {
    margin-bottom: 29.33333vw !important;
  }
  .spmr110 {
    margin-right: 29.33333vw !important;
  }
  .spml110 {
    margin-left: 29.33333vw !important;
  }
  .sppt110 {
    padding-top: 29.33333vw !important;
  }
  .sppb110 {
    padding-bottom: 29.33333vw !important;
  }
  .sppr110 {
    padding-right: 29.33333vw !important;
  }
  .sppl110 {
    padding-left: 29.33333vw !important;
  }
  .spmt115 {
    margin-top: 30.66667vw !important;
  }
  .spmb115 {
    margin-bottom: 30.66667vw !important;
  }
  .spmr115 {
    margin-right: 30.66667vw !important;
  }
  .spml115 {
    margin-left: 30.66667vw !important;
  }
  .sppt115 {
    padding-top: 30.66667vw !important;
  }
  .sppb115 {
    padding-bottom: 30.66667vw !important;
  }
  .sppr115 {
    padding-right: 30.66667vw !important;
  }
  .sppl115 {
    padding-left: 30.66667vw !important;
  }
  .spmt120 {
    margin-top: 32vw !important;
  }
  .spmb120 {
    margin-bottom: 32vw !important;
  }
  .spmr120 {
    margin-right: 32vw !important;
  }
  .spml120 {
    margin-left: 32vw !important;
  }
  .sppt120 {
    padding-top: 32vw !important;
  }
  .sppb120 {
    padding-bottom: 32vw !important;
  }
  .sppr120 {
    padding-right: 32vw !important;
  }
  .sppl120 {
    padding-left: 32vw !important;
  }
  .spmt125 {
    margin-top: 33.33333vw !important;
  }
  .spmb125 {
    margin-bottom: 33.33333vw !important;
  }
  .spmr125 {
    margin-right: 33.33333vw !important;
  }
  .spml125 {
    margin-left: 33.33333vw !important;
  }
  .sppt125 {
    padding-top: 33.33333vw !important;
  }
  .sppb125 {
    padding-bottom: 33.33333vw !important;
  }
  .sppr125 {
    padding-right: 33.33333vw !important;
  }
  .sppl125 {
    padding-left: 33.33333vw !important;
  }
  .spmt130 {
    margin-top: 34.66667vw !important;
  }
  .spmb130 {
    margin-bottom: 34.66667vw !important;
  }
  .spmr130 {
    margin-right: 34.66667vw !important;
  }
  .spml130 {
    margin-left: 34.66667vw !important;
  }
  .sppt130 {
    padding-top: 34.66667vw !important;
  }
  .sppb130 {
    padding-bottom: 34.66667vw !important;
  }
  .sppr130 {
    padding-right: 34.66667vw !important;
  }
  .sppl130 {
    padding-left: 34.66667vw !important;
  }
  .spmt135 {
    margin-top: 36vw !important;
  }
  .spmb135 {
    margin-bottom: 36vw !important;
  }
  .spmr135 {
    margin-right: 36vw !important;
  }
  .spml135 {
    margin-left: 36vw !important;
  }
  .sppt135 {
    padding-top: 36vw !important;
  }
  .sppb135 {
    padding-bottom: 36vw !important;
  }
  .sppr135 {
    padding-right: 36vw !important;
  }
  .sppl135 {
    padding-left: 36vw !important;
  }
  .spmt140 {
    margin-top: 37.33333vw !important;
  }
  .spmb140 {
    margin-bottom: 37.33333vw !important;
  }
  .spmr140 {
    margin-right: 37.33333vw !important;
  }
  .spml140 {
    margin-left: 37.33333vw !important;
  }
  .sppt140 {
    padding-top: 37.33333vw !important;
  }
  .sppb140 {
    padding-bottom: 37.33333vw !important;
  }
  .sppr140 {
    padding-right: 37.33333vw !important;
  }
  .sppl140 {
    padding-left: 37.33333vw !important;
  }
  .spmt145 {
    margin-top: 38.66667vw !important;
  }
  .spmb145 {
    margin-bottom: 38.66667vw !important;
  }
  .spmr145 {
    margin-right: 38.66667vw !important;
  }
  .spml145 {
    margin-left: 38.66667vw !important;
  }
  .sppt145 {
    padding-top: 38.66667vw !important;
  }
  .sppb145 {
    padding-bottom: 38.66667vw !important;
  }
  .sppr145 {
    padding-right: 38.66667vw !important;
  }
  .sppl145 {
    padding-left: 38.66667vw !important;
  }
  .spmt150 {
    margin-top: 40vw !important;
  }
  .spmb150 {
    margin-bottom: 40vw !important;
  }
  .spmr150 {
    margin-right: 40vw !important;
  }
  .spml150 {
    margin-left: 40vw !important;
  }
  .sppt150 {
    padding-top: 40vw !important;
  }
  .sppb150 {
    padding-bottom: 40vw !important;
  }
  .sppr150 {
    padding-right: 40vw !important;
  }
  .sppl150 {
    padding-left: 40vw !important;
  }
}

@media screen and (min-width: 769px) {
  .pcmt-50 {
    margin-top: -50px !important;
  }
  .pcmb-50 {
    margin-bottom: -50px !important;
  }
  .pcmr-50 {
    margin-right: -50px !important;
  }
  .pcml-50 {
    margin-left: -50px !important;
  }
  .pcpt-50 {
    padding-top: -50px !important;
  }
  .pcpb-50 {
    padding-bottom: -50px !important;
  }
  .pcpr-50 {
    padding-right: -50px !important;
  }
  .pcpl-50 {
    padding-left: -50px !important;
  }
  .pcmt-45 {
    margin-top: -45px !important;
  }
  .pcmb-45 {
    margin-bottom: -45px !important;
  }
  .pcmr-45 {
    margin-right: -45px !important;
  }
  .pcml-45 {
    margin-left: -45px !important;
  }
  .pcpt-45 {
    padding-top: -45px !important;
  }
  .pcpb-45 {
    padding-bottom: -45px !important;
  }
  .pcpr-45 {
    padding-right: -45px !important;
  }
  .pcpl-45 {
    padding-left: -45px !important;
  }
  .pcmt-40 {
    margin-top: -40px !important;
  }
  .pcmb-40 {
    margin-bottom: -40px !important;
  }
  .pcmr-40 {
    margin-right: -40px !important;
  }
  .pcml-40 {
    margin-left: -40px !important;
  }
  .pcpt-40 {
    padding-top: -40px !important;
  }
  .pcpb-40 {
    padding-bottom: -40px !important;
  }
  .pcpr-40 {
    padding-right: -40px !important;
  }
  .pcpl-40 {
    padding-left: -40px !important;
  }
  .pcmt-35 {
    margin-top: -35px !important;
  }
  .pcmb-35 {
    margin-bottom: -35px !important;
  }
  .pcmr-35 {
    margin-right: -35px !important;
  }
  .pcml-35 {
    margin-left: -35px !important;
  }
  .pcpt-35 {
    padding-top: -35px !important;
  }
  .pcpb-35 {
    padding-bottom: -35px !important;
  }
  .pcpr-35 {
    padding-right: -35px !important;
  }
  .pcpl-35 {
    padding-left: -35px !important;
  }
  .pcmt-30 {
    margin-top: -30px !important;
  }
  .pcmb-30 {
    margin-bottom: -30px !important;
  }
  .pcmr-30 {
    margin-right: -30px !important;
  }
  .pcml-30 {
    margin-left: -30px !important;
  }
  .pcpt-30 {
    padding-top: -30px !important;
  }
  .pcpb-30 {
    padding-bottom: -30px !important;
  }
  .pcpr-30 {
    padding-right: -30px !important;
  }
  .pcpl-30 {
    padding-left: -30px !important;
  }
  .pcmt-25 {
    margin-top: -25px !important;
  }
  .pcmb-25 {
    margin-bottom: -25px !important;
  }
  .pcmr-25 {
    margin-right: -25px !important;
  }
  .pcml-25 {
    margin-left: -25px !important;
  }
  .pcpt-25 {
    padding-top: -25px !important;
  }
  .pcpb-25 {
    padding-bottom: -25px !important;
  }
  .pcpr-25 {
    padding-right: -25px !important;
  }
  .pcpl-25 {
    padding-left: -25px !important;
  }
  .pcmt-20 {
    margin-top: -20px !important;
  }
  .pcmb-20 {
    margin-bottom: -20px !important;
  }
  .pcmr-20 {
    margin-right: -20px !important;
  }
  .pcml-20 {
    margin-left: -20px !important;
  }
  .pcpt-20 {
    padding-top: -20px !important;
  }
  .pcpb-20 {
    padding-bottom: -20px !important;
  }
  .pcpr-20 {
    padding-right: -20px !important;
  }
  .pcpl-20 {
    padding-left: -20px !important;
  }
  .pcmt-15 {
    margin-top: -15px !important;
  }
  .pcmb-15 {
    margin-bottom: -15px !important;
  }
  .pcmr-15 {
    margin-right: -15px !important;
  }
  .pcml-15 {
    margin-left: -15px !important;
  }
  .pcpt-15 {
    padding-top: -15px !important;
  }
  .pcpb-15 {
    padding-bottom: -15px !important;
  }
  .pcpr-15 {
    padding-right: -15px !important;
  }
  .pcpl-15 {
    padding-left: -15px !important;
  }
  .pcmt-10 {
    margin-top: -10px !important;
  }
  .pcmb-10 {
    margin-bottom: -10px !important;
  }
  .pcmr-10 {
    margin-right: -10px !important;
  }
  .pcml-10 {
    margin-left: -10px !important;
  }
  .pcpt-10 {
    padding-top: -10px !important;
  }
  .pcpb-10 {
    padding-bottom: -10px !important;
  }
  .pcpr-10 {
    padding-right: -10px !important;
  }
  .pcpl-10 {
    padding-left: -10px !important;
  }
  .pcmt-5 {
    margin-top: -5px !important;
  }
  .pcmb-5 {
    margin-bottom: -5px !important;
  }
  .pcmr-5 {
    margin-right: -5px !important;
  }
  .pcml-5 {
    margin-left: -5px !important;
  }
  .pcpt-5 {
    padding-top: -5px !important;
  }
  .pcpb-5 {
    padding-bottom: -5px !important;
  }
  .pcpr-5 {
    padding-right: -5px !important;
  }
  .pcpl-5 {
    padding-left: -5px !important;
  }
  .pcmt0 {
    margin-top: 0px !important;
  }
  .pcmb0 {
    margin-bottom: 0px !important;
  }
  .pcmr0 {
    margin-right: 0px !important;
  }
  .pcml0 {
    margin-left: 0px !important;
  }
  .pcpt0 {
    padding-top: 0px !important;
  }
  .pcpb0 {
    padding-bottom: 0px !important;
  }
  .pcpr0 {
    padding-right: 0px !important;
  }
  .pcpl0 {
    padding-left: 0px !important;
  }
  .pcmt5 {
    margin-top: 5px !important;
  }
  .pcmb5 {
    margin-bottom: 5px !important;
  }
  .pcmr5 {
    margin-right: 5px !important;
  }
  .pcml5 {
    margin-left: 5px !important;
  }
  .pcpt5 {
    padding-top: 5px !important;
  }
  .pcpb5 {
    padding-bottom: 5px !important;
  }
  .pcpr5 {
    padding-right: 5px !important;
  }
  .pcpl5 {
    padding-left: 5px !important;
  }
  .pcmt10 {
    margin-top: 10px !important;
  }
  .pcmb10 {
    margin-bottom: 10px !important;
  }
  .pcmr10 {
    margin-right: 10px !important;
  }
  .pcml10 {
    margin-left: 10px !important;
  }
  .pcpt10 {
    padding-top: 10px !important;
  }
  .pcpb10 {
    padding-bottom: 10px !important;
  }
  .pcpr10 {
    padding-right: 10px !important;
  }
  .pcpl10 {
    padding-left: 10px !important;
  }
  .pcmt15 {
    margin-top: 15px !important;
  }
  .pcmb15 {
    margin-bottom: 15px !important;
  }
  .pcmr15 {
    margin-right: 15px !important;
  }
  .pcml15 {
    margin-left: 15px !important;
  }
  .pcpt15 {
    padding-top: 15px !important;
  }
  .pcpb15 {
    padding-bottom: 15px !important;
  }
  .pcpr15 {
    padding-right: 15px !important;
  }
  .pcpl15 {
    padding-left: 15px !important;
  }
  .pcmt20 {
    margin-top: 20px !important;
  }
  .pcmb20 {
    margin-bottom: 20px !important;
  }
  .pcmr20 {
    margin-right: 20px !important;
  }
  .pcml20 {
    margin-left: 20px !important;
  }
  .pcpt20 {
    padding-top: 20px !important;
  }
  .pcpb20 {
    padding-bottom: 20px !important;
  }
  .pcpr20 {
    padding-right: 20px !important;
  }
  .pcpl20 {
    padding-left: 20px !important;
  }
  .pcmt25 {
    margin-top: 25px !important;
  }
  .pcmb25 {
    margin-bottom: 25px !important;
  }
  .pcmr25 {
    margin-right: 25px !important;
  }
  .pcml25 {
    margin-left: 25px !important;
  }
  .pcpt25 {
    padding-top: 25px !important;
  }
  .pcpb25 {
    padding-bottom: 25px !important;
  }
  .pcpr25 {
    padding-right: 25px !important;
  }
  .pcpl25 {
    padding-left: 25px !important;
  }
  .pcmt30 {
    margin-top: 30px !important;
  }
  .pcmb30 {
    margin-bottom: 30px !important;
  }
  .pcmr30 {
    margin-right: 30px !important;
  }
  .pcml30 {
    margin-left: 30px !important;
  }
  .pcpt30 {
    padding-top: 30px !important;
  }
  .pcpb30 {
    padding-bottom: 30px !important;
  }
  .pcpr30 {
    padding-right: 30px !important;
  }
  .pcpl30 {
    padding-left: 30px !important;
  }
  .pcmt35 {
    margin-top: 35px !important;
  }
  .pcmb35 {
    margin-bottom: 35px !important;
  }
  .pcmr35 {
    margin-right: 35px !important;
  }
  .pcml35 {
    margin-left: 35px !important;
  }
  .pcpt35 {
    padding-top: 35px !important;
  }
  .pcpb35 {
    padding-bottom: 35px !important;
  }
  .pcpr35 {
    padding-right: 35px !important;
  }
  .pcpl35 {
    padding-left: 35px !important;
  }
  .pcmt40 {
    margin-top: 40px !important;
  }
  .pcmb40 {
    margin-bottom: 40px !important;
  }
  .pcmr40 {
    margin-right: 40px !important;
  }
  .pcml40 {
    margin-left: 40px !important;
  }
  .pcpt40 {
    padding-top: 40px !important;
  }
  .pcpb40 {
    padding-bottom: 40px !important;
  }
  .pcpr40 {
    padding-right: 40px !important;
  }
  .pcpl40 {
    padding-left: 40px !important;
  }
  .pcmt45 {
    margin-top: 45px !important;
  }
  .pcmb45 {
    margin-bottom: 45px !important;
  }
  .pcmr45 {
    margin-right: 45px !important;
  }
  .pcml45 {
    margin-left: 45px !important;
  }
  .pcpt45 {
    padding-top: 45px !important;
  }
  .pcpb45 {
    padding-bottom: 45px !important;
  }
  .pcpr45 {
    padding-right: 45px !important;
  }
  .pcpl45 {
    padding-left: 45px !important;
  }
  .pcmt50 {
    margin-top: 50px !important;
  }
  .pcmb50 {
    margin-bottom: 50px !important;
  }
  .pcmr50 {
    margin-right: 50px !important;
  }
  .pcml50 {
    margin-left: 50px !important;
  }
  .pcpt50 {
    padding-top: 50px !important;
  }
  .pcpb50 {
    padding-bottom: 50px !important;
  }
  .pcpr50 {
    padding-right: 50px !important;
  }
  .pcpl50 {
    padding-left: 50px !important;
  }
  .pcmt55 {
    margin-top: 55px !important;
  }
  .pcmb55 {
    margin-bottom: 55px !important;
  }
  .pcmr55 {
    margin-right: 55px !important;
  }
  .pcml55 {
    margin-left: 55px !important;
  }
  .pcpt55 {
    padding-top: 55px !important;
  }
  .pcpb55 {
    padding-bottom: 55px !important;
  }
  .pcpr55 {
    padding-right: 55px !important;
  }
  .pcpl55 {
    padding-left: 55px !important;
  }
  .pcmt60 {
    margin-top: 60px !important;
  }
  .pcmb60 {
    margin-bottom: 60px !important;
  }
  .pcmr60 {
    margin-right: 60px !important;
  }
  .pcml60 {
    margin-left: 60px !important;
  }
  .pcpt60 {
    padding-top: 60px !important;
  }
  .pcpb60 {
    padding-bottom: 60px !important;
  }
  .pcpr60 {
    padding-right: 60px !important;
  }
  .pcpl60 {
    padding-left: 60px !important;
  }
  .pcmt65 {
    margin-top: 65px !important;
  }
  .pcmb65 {
    margin-bottom: 65px !important;
  }
  .pcmr65 {
    margin-right: 65px !important;
  }
  .pcml65 {
    margin-left: 65px !important;
  }
  .pcpt65 {
    padding-top: 65px !important;
  }
  .pcpb65 {
    padding-bottom: 65px !important;
  }
  .pcpr65 {
    padding-right: 65px !important;
  }
  .pcpl65 {
    padding-left: 65px !important;
  }
  .pcmt70 {
    margin-top: 70px !important;
  }
  .pcmb70 {
    margin-bottom: 70px !important;
  }
  .pcmr70 {
    margin-right: 70px !important;
  }
  .pcml70 {
    margin-left: 70px !important;
  }
  .pcpt70 {
    padding-top: 70px !important;
  }
  .pcpb70 {
    padding-bottom: 70px !important;
  }
  .pcpr70 {
    padding-right: 70px !important;
  }
  .pcpl70 {
    padding-left: 70px !important;
  }
  .pcmt75 {
    margin-top: 75px !important;
  }
  .pcmb75 {
    margin-bottom: 75px !important;
  }
  .pcmr75 {
    margin-right: 75px !important;
  }
  .pcml75 {
    margin-left: 75px !important;
  }
  .pcpt75 {
    padding-top: 75px !important;
  }
  .pcpb75 {
    padding-bottom: 75px !important;
  }
  .pcpr75 {
    padding-right: 75px !important;
  }
  .pcpl75 {
    padding-left: 75px !important;
  }
  .pcmt80 {
    margin-top: 80px !important;
  }
  .pcmb80 {
    margin-bottom: 80px !important;
  }
  .pcmr80 {
    margin-right: 80px !important;
  }
  .pcml80 {
    margin-left: 80px !important;
  }
  .pcpt80 {
    padding-top: 80px !important;
  }
  .pcpb80 {
    padding-bottom: 80px !important;
  }
  .pcpr80 {
    padding-right: 80px !important;
  }
  .pcpl80 {
    padding-left: 80px !important;
  }
  .pcmt85 {
    margin-top: 85px !important;
  }
  .pcmb85 {
    margin-bottom: 85px !important;
  }
  .pcmr85 {
    margin-right: 85px !important;
  }
  .pcml85 {
    margin-left: 85px !important;
  }
  .pcpt85 {
    padding-top: 85px !important;
  }
  .pcpb85 {
    padding-bottom: 85px !important;
  }
  .pcpr85 {
    padding-right: 85px !important;
  }
  .pcpl85 {
    padding-left: 85px !important;
  }
  .pcmt90 {
    margin-top: 90px !important;
  }
  .pcmb90 {
    margin-bottom: 90px !important;
  }
  .pcmr90 {
    margin-right: 90px !important;
  }
  .pcml90 {
    margin-left: 90px !important;
  }
  .pcpt90 {
    padding-top: 90px !important;
  }
  .pcpb90 {
    padding-bottom: 90px !important;
  }
  .pcpr90 {
    padding-right: 90px !important;
  }
  .pcpl90 {
    padding-left: 90px !important;
  }
  .pcmt95 {
    margin-top: 95px !important;
  }
  .pcmb95 {
    margin-bottom: 95px !important;
  }
  .pcmr95 {
    margin-right: 95px !important;
  }
  .pcml95 {
    margin-left: 95px !important;
  }
  .pcpt95 {
    padding-top: 95px !important;
  }
  .pcpb95 {
    padding-bottom: 95px !important;
  }
  .pcpr95 {
    padding-right: 95px !important;
  }
  .pcpl95 {
    padding-left: 95px !important;
  }
  .pcmt100 {
    margin-top: 100px !important;
  }
  .pcmb100 {
    margin-bottom: 100px !important;
  }
  .pcmr100 {
    margin-right: 100px !important;
  }
  .pcml100 {
    margin-left: 100px !important;
  }
  .pcpt100 {
    padding-top: 100px !important;
  }
  .pcpb100 {
    padding-bottom: 100px !important;
  }
  .pcpr100 {
    padding-right: 100px !important;
  }
  .pcpl100 {
    padding-left: 100px !important;
  }
  .pcmt105 {
    margin-top: 105px !important;
  }
  .pcmb105 {
    margin-bottom: 105px !important;
  }
  .pcmr105 {
    margin-right: 105px !important;
  }
  .pcml105 {
    margin-left: 105px !important;
  }
  .pcpt105 {
    padding-top: 105px !important;
  }
  .pcpb105 {
    padding-bottom: 105px !important;
  }
  .pcpr105 {
    padding-right: 105px !important;
  }
  .pcpl105 {
    padding-left: 105px !important;
  }
  .pcmt110 {
    margin-top: 110px !important;
  }
  .pcmb110 {
    margin-bottom: 110px !important;
  }
  .pcmr110 {
    margin-right: 110px !important;
  }
  .pcml110 {
    margin-left: 110px !important;
  }
  .pcpt110 {
    padding-top: 110px !important;
  }
  .pcpb110 {
    padding-bottom: 110px !important;
  }
  .pcpr110 {
    padding-right: 110px !important;
  }
  .pcpl110 {
    padding-left: 110px !important;
  }
  .pcmt115 {
    margin-top: 115px !important;
  }
  .pcmb115 {
    margin-bottom: 115px !important;
  }
  .pcmr115 {
    margin-right: 115px !important;
  }
  .pcml115 {
    margin-left: 115px !important;
  }
  .pcpt115 {
    padding-top: 115px !important;
  }
  .pcpb115 {
    padding-bottom: 115px !important;
  }
  .pcpr115 {
    padding-right: 115px !important;
  }
  .pcpl115 {
    padding-left: 115px !important;
  }
  .pcmt120 {
    margin-top: 120px !important;
  }
  .pcmb120 {
    margin-bottom: 120px !important;
  }
  .pcmr120 {
    margin-right: 120px !important;
  }
  .pcml120 {
    margin-left: 120px !important;
  }
  .pcpt120 {
    padding-top: 120px !important;
  }
  .pcpb120 {
    padding-bottom: 120px !important;
  }
  .pcpr120 {
    padding-right: 120px !important;
  }
  .pcpl120 {
    padding-left: 120px !important;
  }
  .pcmt125 {
    margin-top: 125px !important;
  }
  .pcmb125 {
    margin-bottom: 125px !important;
  }
  .pcmr125 {
    margin-right: 125px !important;
  }
  .pcml125 {
    margin-left: 125px !important;
  }
  .pcpt125 {
    padding-top: 125px !important;
  }
  .pcpb125 {
    padding-bottom: 125px !important;
  }
  .pcpr125 {
    padding-right: 125px !important;
  }
  .pcpl125 {
    padding-left: 125px !important;
  }
  .pcmt130 {
    margin-top: 130px !important;
  }
  .pcmb130 {
    margin-bottom: 130px !important;
  }
  .pcmr130 {
    margin-right: 130px !important;
  }
  .pcml130 {
    margin-left: 130px !important;
  }
  .pcpt130 {
    padding-top: 130px !important;
  }
  .pcpb130 {
    padding-bottom: 130px !important;
  }
  .pcpr130 {
    padding-right: 130px !important;
  }
  .pcpl130 {
    padding-left: 130px !important;
  }
  .pcmt135 {
    margin-top: 135px !important;
  }
  .pcmb135 {
    margin-bottom: 135px !important;
  }
  .pcmr135 {
    margin-right: 135px !important;
  }
  .pcml135 {
    margin-left: 135px !important;
  }
  .pcpt135 {
    padding-top: 135px !important;
  }
  .pcpb135 {
    padding-bottom: 135px !important;
  }
  .pcpr135 {
    padding-right: 135px !important;
  }
  .pcpl135 {
    padding-left: 135px !important;
  }
  .pcmt140 {
    margin-top: 140px !important;
  }
  .pcmb140 {
    margin-bottom: 140px !important;
  }
  .pcmr140 {
    margin-right: 140px !important;
  }
  .pcml140 {
    margin-left: 140px !important;
  }
  .pcpt140 {
    padding-top: 140px !important;
  }
  .pcpb140 {
    padding-bottom: 140px !important;
  }
  .pcpr140 {
    padding-right: 140px !important;
  }
  .pcpl140 {
    padding-left: 140px !important;
  }
  .pcmt145 {
    margin-top: 145px !important;
  }
  .pcmb145 {
    margin-bottom: 145px !important;
  }
  .pcmr145 {
    margin-right: 145px !important;
  }
  .pcml145 {
    margin-left: 145px !important;
  }
  .pcpt145 {
    padding-top: 145px !important;
  }
  .pcpb145 {
    padding-bottom: 145px !important;
  }
  .pcpr145 {
    padding-right: 145px !important;
  }
  .pcpl145 {
    padding-left: 145px !important;
  }
  .pcmt150 {
    margin-top: 150px !important;
  }
  .pcmb150 {
    margin-bottom: 150px !important;
  }
  .pcmr150 {
    margin-right: 150px !important;
  }
  .pcml150 {
    margin-left: 150px !important;
  }
  .pcpt150 {
    padding-top: 150px !important;
  }
  .pcpb150 {
    padding-bottom: 150px !important;
  }
  .pcpr150 {
    padding-right: 150px !important;
  }
  .pcpl150 {
    padding-left: 150px !important;
  }
}

@media screen and (max-width: 768px) {
  .palt-sp {
    font-feature-settings: 'palt';
  }
}

.u-bold {
  font-weight: bold !important;
}

.u-text-link {
  color: #F00082;
}

@media screen and (min-width: 769px) {
  .u-text-link:hover {
    opacity: 0.7;
  }
}

.u-display-block {
  display: block;
}

.u-text-align-center {
  text-align: center !important;
}

.u-text-align-left {
  text-align: left !important;
}

.u-text-align-right {
  text-align: right !important;
}

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

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

.u-text-color--pink {
  color: #ff4b6d;
}

.u-border-radius-20 {
  border-radius: 20px 0px 20px 0px;
}

.u-nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 769px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

body {
  color: #6C6C6C;
  color: #2d2926;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  width: 100%;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1280px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73333vw;
  }
}

.wrapper {
  width: 100%;
}

.layout-wrap {
  position: relative;
}

.section-inner {
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .section-inner {
    max-width: 1280px;
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .section-inner {
    padding: 0 4vw;
  }
}

#mv .section-inner {
  padding: 0;
}

.section-heading {
  color: #2d2926;
  font-family: urw-din-condensed, "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .section-heading {
    font-size: 64px;
    letter-spacing: 2.56px;
  }
}

@media screen and (max-width: 768px) {
  .section-heading {
    font-size: 8.53333vw;
    letter-spacing: 0.34133vw;
  }
}

@media screen and (min-width: 769px) {
  .section-heading + .section-lead {
    margin-top: 62px;
  }
}

@media screen and (max-width: 768px) {
  .section-heading + .section-lead {
    margin-top: 8.8vw;
  }
}

.section-lead {
  color: #2d2926;
  text-align: center;
}

#schedule .section-lead {
  color: #fff;
}

.section-lead > p {
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  .section-lead > p {
    font-size: 24px;
    letter-spacing: 0.96px;
    line-height: 1.67;
  }
}

@media screen and (max-width: 768px) {
  .section-lead > p {
    font-size: 4.8vw;
    letter-spacing: 0.192vw;
    line-height: 1.56;
  }
}

@media screen and (min-width: 769px) {
  .section-lead > p:not(:first-child) {
    margin-top: 21px;
  }
}

@media screen and (max-width: 768px) {
  .section-lead > p:not(:first-child) {
    margin-top: 3.73333vw;
  }
}

.section-lead > p.small {
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .section-lead > p.small {
    font-size: 16px;
    letter-spacing: 0.64px;
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .section-lead > p.small {
    font-size: 3.2vw;
    letter-spacing: 0.128vw;
    margin-top: 1.6vw;
  }
}

#mv {
  background-color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  #mv {
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  #mv {
    padding: 8vw 0 10.66667vw;
  }
}

@media screen and (min-width: 769px) {
  .mv-img {
    margin: 0 auto;
    width: 1120px;
  }
}

#schedule {
  background-color: #2D2926;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #schedule {
    padding: 80px 0 77px;
  }
}

@media screen and (max-width: 768px) {
  #schedule {
    padding: 10.66667vw 2.66667vw 9.86667vw 4vw;
  }
}

@media screen and (min-width: 769px) {
  .schedule-img {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 768px) {
  .schedule-img {
    margin-bottom: 6.4vw;
  }
}

@media screen and (min-width: 769px) {
  .schedule-img img {
    padding-right: 1px;
  }
}

#live-act {
  background-color: #FFFFFF;
  position: relative;
}

@media screen and (min-width: 769px) {
  #live-act {
    padding: 130px 0 154px;
  }
}

@media screen and (max-width: 768px) {
  #live-act {
    padding: 17.6vw 0 20.8vw;
  }
}

#live-act::after {
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  #live-act::after {
    background: url(../img/live-act-bg.png) no-repeat center top;
    background-size: contain;
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  #live-act::after {
    background: url(../img/live-act-bg-sp.png) no-repeat center top;
    background-size: contain;
  }
}

.live-act-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .live-act-list > li {
    margin-top: 63px;
    width: 560px;
  }
}

@media screen and (max-width: 768px) {
  .live-act-list > li {
    margin-top: 9.6vw;
    width: 44vw;
  }
}

@media screen and (min-width: 769px) {
  .live-act-list > li:not(:nth-child(-n+2)) {
    margin-top: -7px;
  }
}

@media screen and (max-width: 768px) {
  .live-act-list > li:not(:nth-child(-n+2)) {
    margin-top: -3.73333vw;
  }
}

@media screen and (min-width: 769px) {
  .live-act-list > li:nth-child(even) {
    margin-left: 80px;
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .live-act-list > li:nth-child(even) {
    margin-left: 4vw;
    padding: 10.66667vw 0 0;
  }
}

.img-wrap {
  position: relative;
}

.live-act-schedule {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #fff;
  font-family: urw-din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 600;
  position: absolute;
  right: 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .live-act-schedule {
    font-size: 24px;
    letter-spacing: 0.72px;
    line-height: 1.17;
    padding: 10px 14px 10px;
  }
}

@media screen and (max-width: 768px) {
  .live-act-schedule {
    font-size: 3.73333vw;
    letter-spacing: 0.42px;
    line-height: 1;
    padding: 1.6vw 1.6vw 0.53333vw;
  }
}

@media screen and (min-width: 769px) {
  .live-act-schedule > span {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}

@media screen and (max-width: 768px) {
  .live-act-schedule > span {
    font-size: 2.66667vw;
    letter-spacing: 0.3px;
  }
}

.live-act-name {
  color: #2d2926;
  font-family: urw-din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .live-act-name {
    font-size: 28px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  .live-act-name {
    font-size: 4.8vw;
    margin-top: 0.26667vw;
  }
}

@media screen and (min-width: 769px) {
  .live-act-name-jp {
    font-size: 22px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .live-act-name-jp {
    font-size: 3.73333vw;
    margin-top: 1.06667vw;
  }
}

.live-act-heading {
  border-top: 1px solid #333;
  color: #2d2926;
  font-family: urw-din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-top: 0.5em;
  padding-top: 0.5em;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .live-act-heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .live-act-heading {
    font-size: 4.26667vw;
  }
}

.live-act-dj-name {
  color: #2d2926;
  font-family: urw-din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2em;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .live-act-dj-name {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .live-act-dj-name {
    font-size: 4vw;
  }
}

.live-act-dj-name span {
  word-break: keep-all;
}

@media screen and (min-width: 769px) {
  .live-act-dj-name .jp {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .live-act-dj-name .jp {
    font-size: 3.46667vw;
  }
}

.live-act-caution {
  font-size: 90%;
  margin-top: 3em;
}

@media screen and (max-width: 768px) {
  .live-act-caution {
    font-size: 80%;
  }
}

#drink {
  background-color: #F7F7F7;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 769px) {
  #drink {
    padding: 160px 0;
  }
}

@media screen and (max-width: 768px) {
  #drink {
    padding: 17.6vw 0;
  }
}

#drink::after {
  background: url(../img/drink-bg-jw.png) no-repeat center top;
  content: "";
  position: absolute;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  #drink::after {
    background-size: contain;
    height: 215px;
    left: 20px;
    top: 0;
    width: 544px;
  }
}

@media screen and (max-width: 768px) {
  #drink::after {
    background-size: contain;
    height: 36.53333vw;
    left: 3.73333vw;
    top: 0;
    width: 92.53333vw;
  }
}

.drink-jw-wrap {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

@media screen and (min-width: 769px) {
  .drink-jw-wrap {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .drink-jw-wrap {
    margin-top: 10.66667vw;
  }
}

.drink-jw-wrap::before {
  background-color: #eaaa00;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.drink-jw-img {
  position: relative;
}

@media screen and (min-width: 769px) {
  .drink-jw-img {
    padding-left: 363px;
  }
}

.drink-jw-img > img {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .drink-jw-img > img {
    height: 490px;
    left: 50%;
    top: -144px;
    transform: translateX(-50%);
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .drink-jw-img > img {
    height: 46.93333vw;
    left: 4vw;
    top: -13.6vw;
    width: 11.73333vw;
  }
}

@media screen and (min-width: 769px) {
  .drink-jw-txt-box {
    padding: 79px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .drink-jw-txt-box {
    padding: 11.73333vw 0 12vw;
  }
}

.drink-jw-title {
  color: #f7f7f7;
  font-weight: 900;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .drink-jw-title {
    font-size: 24px;
    letter-spacing: 0.96px;
    line-height: 1.67;
  }
}

@media screen and (max-width: 768px) {
  .drink-jw-title {
    font-size: 4.8vw;
    letter-spacing: 0.192vw;
    line-height: 1.78;
    margin-bottom: 9.86667vw;
    padding-left: 22.13333vw;
  }
}

.drink-jw-txt {
  color: #f7f7f7;
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .drink-jw-txt {
    font-size: 18px;
    line-height: 1.78;
    margin-top: 34px;
  }
}

@media screen and (max-width: 768px) {
  .drink-jw-txt {
    font-size: 3.73333vw;
    line-height: 1.71;
    padding: 0 4vw;
  }
}

@media screen and (min-width: 769px) {
  .drink-menu-wrap {
    margin-top: 76px;
  }
}

@media screen and (max-width: 768px) {
  .drink-menu-wrap {
    margin-top: 7.46667vw;
  }
}

@media screen and (max-width: 768px) {
  .drink-menu-wrap:not(:first-child) {
    margin-top: 9.33333vw;
  }
}

.drink-menu-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (min-width: 769px) {
  .drink-menu-list > li {
    margin-bottom: 8px;
    width: 368px;
  }
}

@media screen and (max-width: 768px) {
  .drink-menu-list > li {
    padding: 2.13333vw 0 0;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .drink-menu-list > li:not(:nth-child(3n)) {
    margin-right: 48px;
  }
}

@media screen and (max-width: 768px) {
  .drink-menu-list > li:not(:first-child) {
    margin-top: 8.26667vw;
  }
}

.drink-menu-info-wrap {
  align-items: center;
  border-bottom: solid 1px #e2a516;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .drink-menu-info-wrap {
    margin-bottom: 20px;
    padding: 0 0 27px;
  }
}

@media screen and (max-width: 768px) {
  .drink-menu-info-wrap {
    margin-bottom: 4vw;
    padding: 0 0 4.26667vw;
  }
}

.drink-menu-img {
  margin-bottom: 1em;
}

.drink-menu-name {
  color: #2d2926;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .drink-menu-name {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .drink-menu-name {
    font-size: 4.26667vw;
  }
}

.drink-menu-price {
  color: #2d2926;
  font-family: urw-din, sans-serif;
  font-weight: 600;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .drink-menu-price {
    font-size: 20px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 768px) {
  .drink-menu-price {
    font-size: 3.73333vw;
    line-height: 2.5;
  }
}

.drink-menu-detail {
  color: #2d2926;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .drink-menu-detail {
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .drink-menu-detail {
    font-size: 3.73333vw;
    line-height: 1.71;
  }
}

@media screen and (min-width: 769px) {
  .drink-menu-detail > span {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .drink-menu-detail > span {
    font-size: 3.2vw;
  }
}

#about {
  background-color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  #about {
    padding: 131px 0 160px;
  }
}

@media screen and (max-width: 768px) {
  #about {
    padding: 17.6vw 0 21.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .about-wrap {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    margin-top: 85px;
  }
}

@media screen and (max-width: 768px) {
  .about-wrap {
    margin-top: 9.86667vw;
  }
}

@media screen and (min-width: 769px) {
  .about-txt-box {
    flex: 1;
    margin-right: 48px;
    width: 594px;
  }
}

.about-title {
  color: #e2a516;
  font-weight: 600;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .about-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .about-title {
    font-size: 5.33333vw;
    margin-bottom: 3.46667vw;
  }
}

@media screen and (min-width: 769px) {
  .about-title:not(:first-of-type) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .about-title:not(:first-of-type) {
    margin-bottom: 2.4vw;
    margin-top: 7.2vw;
  }
}

.about-txt {
  font-family: "Noto Sans JP", sans-serif;
}

.about-txt > p {
  color: #2d2926;
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .about-txt > p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  .about-txt > p {
    font-size: 3.73333vw;
    line-height: 1.5;
    margin-bottom: 2.93333vw;
  }
}

.about-txt > p.small {
  font-weight: 500;
  margin-bottom: 0px;
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 769px) {
  .about-txt > p.small {
    font-size: 14px;
    line-height: 1.71;
  }
}

@media screen and (max-width: 768px) {
  .about-txt > p.small {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  .about-txt table {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  .about-txt table {
    margin-bottom: 1.06667vw;
  }
}

@media screen and (max-width: 768px) {
  .about-txt table:last-of-type {
    margin-bottom: 3.2vw;
  }
}

.about-txt th, .about-txt td {
  color: #2d2926;
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .about-txt th, .about-txt td {
    font-size: 16px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 768px) {
  .about-txt th, .about-txt td {
    font-size: 3.73333vw;
    line-height: 1.5;
    padding: 0.25em 0;
  }
}

@media screen and (max-width: 768px) {
  .about-txt th {
    white-space: nowrap;
    word-break: keep-all;
  }
}

@media screen and (min-width: 769px) {
  .about-img-box {
    width: 560px;
  }
}

@media screen and (max-width: 768px) {
  .about-img-box {
    margin-top: 12.53333vw;
  }
}

.pagetop {
  align-items: center;
  background-color: #e2a516;
  display: flex;
  justify-content: center;
  z-index: 99;
}

@media screen and (min-width: 769px) {
  .pagetop {
    bottom: 20px;
    height: 40px;
    position: fixed;
    right: 20px;
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 0;
    height: 10.66667vw;
    position: absolute;
    right: 0;
    width: 10.66667vw;
  }
}

.pagetop::after {
  background-color: #000;
  content: "";
  left: calc(50% - 1px);
  position: absolute;
  top: calc(50% + 1px);
  transform: rotate(45deg) translateX(-50%);
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .pagetop::after {
    height: 12px;
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .pagetop::after {
    height: 3.2vw;
    width: 3.2vw;
  }
}

.pagetop::before {
  background-color: #e2a516;
  content: "";
  left: calc(50% - 1px);
  position: absolute;
  top: calc(50% + 4px);
  transform: rotate(45deg) translateX(-50%);
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .pagetop::before {
    height: 12px;
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .pagetop::before {
    height: 3.2vw;
    width: 3.2vw;
  }
}

.pagetop.--fixed {
  position: fixed;
  z-index: 99;
}

@media screen and (min-width: 769px) {
  .pagetop.--fixed {
    bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pagetop.--fixed {
    bottom: 0;
  }
}

.foot-sns {
  background-color: #2d2926;
}

@media screen and (min-width: 769px) {
  .foot-sns {
    padding: 80px 0 48px;
  }
}

@media screen and (max-width: 768px) {
  .foot-sns {
    padding: 12.26667vw 0 12.8vw;
  }
}

.foot-inner {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .foot-inner {
    max-width: 1280px;
    padding: 0 40px;
  }
}

.foot-logo {
  display: inline-block;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .foot-logo {
    width: 399px;
  }
}

@media screen and (max-width: 768px) {
  .foot-logo {
    margin-right: 2.66667vw;
    width: 75.90667vw;
  }
}

.sns-nav-list {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .sns-nav-list {
    margin: 62px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .sns-nav-list {
    margin-top: 8.53333vw;
  }
}

.sns-nav-list-item {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .sns-nav-list-item {
    height: 28px;
    margin: 0 24px;
  }
}

@media screen and (max-width: 768px) {
  .sns-nav-list-item {
    height: 7.46667vw;
    margin: 0 6.4vw;
  }
}

.sns-nav-list-item a {
  align-items: center;
  display: flex;
}

@media screen and (min-width: 769px) {
  .sns-nav-list-item a {
    fill: #FFF;
  }
}

@media screen and (max-width: 768px) {
  .sns-nav-list-item a {
    fill: #000;
  }
}

.foot-caution {
  background-color: #fff;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .foot-caution {
    padding: 32px 0;
  }
}

@media screen and (max-width: 768px) {
  .foot-caution {
    padding: 6.4vw 0 6.66667vw;
  }
}

@media screen and (min-width: 769px) {
  .foot-caution img {
    width: 496px;
  }
}

@media screen and (max-width: 768px) {
  .foot-caution img {
    width: 89.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .footer {
    background-color: #e2a516;
    display: block;
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0 0 8vw;
  }
}

.copy {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .copy {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .copy {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  #dj-act {
    padding: 80px 0 160px;
  }
}

@media screen and (max-width: 768px) {
  #dj-act {
    padding: 17.6vw 0;
  }
}

@media screen and (min-width: 769px) {
  .dj-act-list {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .dj-act-list {
    margin-top: 10.66667vw;
  }
}

.dj-act-list li {
  align-items: center;
  background-color: #F7F7F7;
  display: flex;
}

@media screen and (min-width: 769px) {
  .dj-act-list li {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .dj-act-list li {
    margin-bottom: 5.33333vw;
  }
}

.dj-act-list-date {
  align-items: center;
  background-color: #000000;
  color: #fff;
  display: flex;
  font-family: urw-din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .dj-act-list-date.adjust {
    padding: 10.66667vw 0vw;
  }
}

@media screen and (min-width: 769px) {
  .dj-act-list-date {
    font-size: 24px;
    padding: 28px 0px;
    width: 186px;
  }
}

@media screen and (max-width: 768px) {
  .dj-act-list-date {
    font-size: 3.73333vw;
    padding: 7.2vw 0vw;
    width: 17.06667vw;
  }
}

.dj-act-list-name {
  flex: 1;
  font-family: urw-din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .dj-act-list-name {
    font-size: 28px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .dj-act-list-name {
    font-size: 4.8vw;
    padding: 2.66667vw 5.33333vw;
  }
}

.dj-act-list-name > span {
  white-space: nowrap;
  word-break: keep-all;
}

@media screen and (min-width: 769px) {
  .dj-act-list-name .jp {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .dj-act-list-name .jp {
    font-size: 3.46667vw;
  }
}

.modal-close {
  cursor: pointer;
  display: block;
  position: fixed;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .modal-close {
    height: 65px;
    right: -73px;
    top: -73px;
    width: 65px;
  }
}

@media screen and (max-width: 768px) {
  .modal-close {
    height: 8.8vw;
    right: -1.06667vw;
    top: -10.13333vw;
    width: 8.8vw;
  }
}

.modal-close:before, .modal-close:after {
  /*バツ線の長さ*/
  background: #fff;
  content: "";
  display: block;
  left: 14%;
  position: absolute;
  top: calc(14% - 0px);
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .modal-close:before, .modal-close:after {
    height: 2px;
    /*バツ線の太さ*/
  }
}

@media screen and (max-width: 768px) {
  .modal-close:before, .modal-close:after {
    height: 0.4vw;
    /*バツ線の太さ*/
  }
}

.modal-close:after {
  content: "";
  left: auto;
  right: 14%;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
}

.mfp-iframe-scaler {
  overflow: visible;
}

.modal-wrap {
  height: auto;
  margin: auto;
  position: relative;
}

.modal-block {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .modal-block {
    padding: 48px;
    width: 1200px;
  }
}

body.modalOpen {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .live-act-modal-wrap {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .live-act-modal-img {
    margin-right: 40px;
    width: 532px;
  }
}

@media screen and (max-width: 768px) {
  .live-act-modal-info-box {
    padding: 8vw 5.33333vw 5.06667vw;
  }
}

.live-act-modal-name {
  color: #2d2926;
  font-family: urw-din-condensed, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .live-act-modal-name {
    font-size: 56px;
    margin-bottom: 43px;
  }
}

@media screen and (max-width: 768px) {
  .live-act-modal-name {
    font-size: 8.53333vw;
    margin-bottom: 3.73333vw;
  }
}

.live-act-modal-schedule {
  color: #2d2926;
  font-family: urw-din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .live-act-modal-schedule {
    font-size: 40px;
    letter-spacing: 0.8px;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .live-act-modal-schedule {
    font-size: 6.4vw;
    letter-spacing: 0.128vw;
    line-height: 1.17;
  }
}

@media screen and (min-width: 769px) {
  .live-act-modal-schedule > span {
    font-size: 32px;
    letter-spacing: 0.64px;
  }
}

.live-act-modal-txt {
  color: #2d2926;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .live-act-modal-txt {
    padding: 0 5.33333vw 9.86667vw;
  }
}

.live-act-modal-txt > p {
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .live-act-modal-txt > p {
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 1.78;
  }
}

@media screen and (max-width: 768px) {
  .live-act-modal-txt > p {
    font-size: 3.2vw;
    letter-spacing: 0.096vw;
    line-height: 1.83;
  }
}

.live-act-modal-txt a {
  word-break: break-all;
}

.live-act-modal-txt-name {
  font-size: 140%;
  font-weight: bold;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
