@charset "UTF-8";
@font-face {
  font-family: "optima-reg";
  src: url("../fonts/Optima-Regular.woff2") format("woff2"), url("../fonts/Optima-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "optima-bold";
  src: url("../fonts/Optima-Bold.woff2") format("woff2"), url("../fonts/Optima-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "frontage-bold";
  src: url("../fonts/Frontage-Bold.woff2") format("woff2"), url("../fonts/Frontage-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "frontage-reg";
  src: url("../fonts/Frontage-Regular.woff2") format("woff2"), url("../fonts/Frontage-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "frontage-reg";
}

.fn-ft-reg {
  font-family: "frontage-reg";
}

.fn-ft-bold {
  font-family: "frontage-bold";
}

.fn-optima-bold, .horizontal-scroll2, .horizontal-scroll, #page-pagelaran #pagelaran-list .item .title a {
  font-family: "optima-bold";
}

.fn-optima-reg, #accordion-karir .item .item-body, #kerabat-nama ul li a, #daftar-kerabat .text-kerabat {
  font-family: "optima-reg";
  letter-spacing: 0px;
}

.bg-gray {
  background: #373737;
}

.bg-black {
  background-image: url("../images/bg-black.jpg");
  background-size: cover;
  background-color: #080808;
}

.bg-white {
  background-image: url("../images/bg-white.jpg");
  background-size: cover;
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #A7A9AC;
}

.text-red {
  color: #9F0912;
}

.text-black {
  color: #000;
}

.text-soft_gray {
  color: #A7A9AC;
}

.big-text {
  font-family: "optima-bold";
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.1;
}
.big-text.x2 {
  font-size: 60px;
}
.big-text.x2 .outline {
  -webkit-text-stroke-width: 1px !important;
}
.big-text.black {
  color: #000;
}
.big-text.black .outline {
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}
.big-text.white {
  color: #fff;
}
.big-text.white .outline {
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: white;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-30 {
  font-size: 30px;
}

.title-white {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.title-white .line {
  width: 100%;
  max-width: 330px;
  height: 1px;
  background: #fff;
  margin-top: 10px;
}

.title-black {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.title-black .line {
  width: 100%;
  max-width: 330px;
  height: 1px;
  background: #000;
  margin-top: 10px;
}

img {
  max-width: 100%;
}
img.full {
  width: 100%;
}

.link-to {
  transition: all ease 0.5s;
}
.link-to:hover {
  opacity: 0.7;
}

.bg-banner {
  background-repeat: no-repeat;
  min-height: 465px;
}

.bg-dark {
  background: #080808 !important;
}

#copy {
  padding: 50px 0;
  font-size: 10px;
  letter-spacing: 0px;
}

.vh-100 {
  height: 100vh;
}

.min-vh-80 {
  min-height: 80vh !important;
}

.ls-thin {
  letter-spacing: -4px;
}

.btn-black:hover {
  background: #d18d3e;
  color: #fff;
}

.btn-black {
  background: #000;
  color: #fff;
}

.ticket-spinner .btn {
  border: none;
  color: #000;
}
.ticket-spinner .btn:hover, .ticket-spinner .btn:active {
  background: none !important;
  color: #000 !important;
  opacity: 0.8;
}
.ticket-spinner input.form-control {
  border-radius: 20px !important;
  border-color: #000;
}

.outline-black {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 0.5px;
  color: black;
  font-family: optima-bold;
  font-size: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.outline-white {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 0.5px;
  color: black;
  font-family: optima-bold;
  font-size: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.big-text-white {
  font-family: optima-bold;
  font-size: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}

.big-text-black {
  font-family: optima-bold;
  font-size: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #db0b17;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#logo-text {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke-width: 3px;
  z-index: 2;
}

.logo-animated {
  transition: all 3s ease-in-out;
}

#page-landing #about {
  background: #9F0912;
}
#page-landing #about #about-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#page-landing #about #about-banner video#myVideo {
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
#page-landing #about #about-banner.animate #logo-text {
  display: block;
}
#page-landing #about #about-banner .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  opacity: 1;
}
#page-landing #about #about-banner #btn-audio {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all ease 0.5s;
  z-index: 99;
}
#page-landing #about #about-banner #btn-audio:hover {
  opacity: 0.8;
}
#page-landing #about #about-banner #btn-audio:focus {
  outline: none;
}
#page-landing #about .container {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
#page-landing #about .container h1.outline {
  font-size: 250px;
  -webkit-text-stroke-width: 2.5px;
  text-align: center;
}
#page-landing #about .container .description {
  font-size: 32px;
  color: #70030A;
  text-overflow: clip;
}
#page-landing #about .container p {
  line-height: 1.4;
}
#page-landing #landing-pagelaran #pagelaran-content {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  height: 545px;
}
#page-landing #landing-pagelaran #pagelaran-content .section-title {
  font-size: 28px !important;
}
#page-landing #landing-pagelaran #pagelaran-content .outline-white {
  font-size: 80px;
  line-height: 1;
}
#page-landing #landing-pagelaran #pagelaran-content .big-text-white {
  font-size: 80px;
  line-height: 1;
}
#page-landing #landing-pagelaran #pagelaran-content .caption-text {
  margin-bottom: 85px;
}
#page-landing #landing-kerabat .big-text-white, #page-landing #landing-kerabat .outline-white {
  line-height: 1.3;
}
#page-landing #landing-mitra .outline-black, #page-landing #landing-mitra .big-text-black {
  line-height: 1.3;
}
#page-landing #landing-karir .outline-black, #page-landing #landing-karir .big-text-black {
  line-height: 1.3;
}
#page-landing #landing-kontak .outline-black, #page-landing #landing-kontak .big-text-black {
  line-height: 1.3;
}
#page-landing #landing-kontak .mapout {
  width: 360px;
  padding: 30px;
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  border: 1px solid #d8d8d8;
}

#ytbg iframe {
  width: 120% !important;
}

.video-background-controls {
  bottom: 10px !important;
  top: unset !important;
  z-index: 99 !important;
}

.mute-toggle {
  background: none;
  border: none;
  padding: 0;
}
.mute-toggle:focus {
  outline: none;
}
.mute-toggle i {
  height: 60px;
  width: 60px;
  font-family: unset;
  background-size: contain;
  background-repeat: no-repeat;
}
.mute-toggle i:before {
  display: none;
}
.mute-toggle .fa-volume-mute {
  background-image: url("../images/ico-mute.png");
}
.mute-toggle .fa-volume-up {
  background-image: url("../images/ico-play.png");
}

@keyframes animate {
  0% {
    stroke-dashoffset: 980;
  }
  30% {
    stroke-dashoffset: 750;
  }
  70% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animate_banner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes float-1 {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 13px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-8px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
@keyframes float-2 {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 14px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-9px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
@keyframes float-3 {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-10px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
#pagelaran-slide .outline-white {
  font-size: 80px;
  line-height: 1;
}
#pagelaran-slide .big-text-white {
  font-size: 80px;
  line-height: 1;
}
#pagelaran-slide .caption-text {
  margin-bottom: 85px;
}
#pagelaran-slide ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#pagelaran-slide ul li .pg-wrapper {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  min-height: 500px;
}

#landing-menu.active {
  position: fixed;
  top: 30px;
  z-index: 10;
}
#landing-menu ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
#landing-menu ul li {
  margin: 5px 0;
}
#landing-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: -2px;
  transition: all ease 0.5s;
}
#landing-menu ul li a.background--light {
  color: #000;
}
#landing-menu.black a {
  color: #000;
}

#youtube-list {
  position: relative;
}
#youtube-list .item {
  max-width: 305px;
  float: left;
}
#youtube-list .item a {
  color: #fff;
  text-transform: uppercase;
}
#youtube-list .item a:hover {
  color: #fff;
}
#youtube-list .item a .title {
  padding-top: 10px;
  padding-bottom: 10px;
}
#youtube-list #item-1 {
  max-width: 430px;
  float: right;
}
#youtube-list #item-1 .itemflt {
  animation: float-1 6s ease-in-out infinite;
}
#youtube-list #item-2 {
  margin-top: 200px;
  margin-left: 30px;
  margin-right: 50px;
}
#youtube-list #item-2 .itemflt {
  animation: float-2 6s ease-in-out infinite;
}
#youtube-list #item-3 {
  margin-left: 30px;
  margin-top: 150px;
}
#youtube-list #item-3 .itemflt {
  animation: float-1 6s ease-in-out infinite;
}
#youtube-list #item-4 {
  margin-right: 90px;
}
#youtube-list #item-4 .itemflt {
  animation: float-2 6s ease-in-out infinite;
}
#youtube-list #item-5 {
  margin-top: 130px;
}
#youtube-list #item-5 .itemflt {
  animation: float-3 6s ease-in-out infinite;
}

#daftar-kerabat {
  text-align: left;
}
#daftar-kerabat .text-kerabat {
  position: relative;
  font-size: 35px;
  color: #231F20;
}
#daftar-kerabat .text-kerabat .link-hover {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 12;
  overflow: hidden;
  transition: all ease 0.5s;
  width: 100%;
  max-width: 120px;
}
#daftar-kerabat .text-kerabat .link-hover img {
  max-width: 300px;
  height: auto;
}
#daftar-kerabat .text-kerabat .link-hover .text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  display: block;
  width: max-content;
  z-index: 12;
}
#daftar-kerabat .text-kerabat .link-hover .text span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 13;
}
#daftar-kerabat .text-kerabat.active .link-hover {
  opacity: 1;
  display: block;
  text-decoration: none;
  color: #fff;
}
#daftar-kerabat .text-kerabat:hover {
  text-decoration: none;
  color: #fff;
}

#mitra-list .item {
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  min-height: 120px;
}
#mitra-list .item img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.3;
  transition: all ease 0.5s;
  max-width: 60%;
}
#mitra-list .item:hover img {
  opacity: 1;
  filter: grayscale(0);
}

#karir-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#karir-list li a {
  color: #A7A9AC;
}

ul.text-black li a {
  color: #000;
}
ul.text-black li a:hover {
  color: #0056b3;
  text-decoration: underline;
}

#landing-footer {
  padding-left: 20px;
  padding-bottom: 20px;
}

#page-pagelaran #pagelaran-content .caption-text .outline-white {
  font-size: 70pt;
  line-height: 1.2;
}
#page-pagelaran #pagelaran-list .item {
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin-bottom: 15px;
}
#page-pagelaran #pagelaran-list .item .no {
  font-size: 26px;
  min-width: 50px;
  margin-right: 20px;
  padding-top: 2px;
}
#page-pagelaran #pagelaran-list .item .title {
  font-size: 30px;
  margin-right: 10px;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
#page-pagelaran #pagelaran-list .item .title a {
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: white;
  transition: all ease 0.5s;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#page-pagelaran #pagelaran-list .item .title a:hover {
  text-decoration: none;
  -webkit-text-fill-color: white;
}
#page-pagelaran #pagelaran-list .item .ticket a {
  color: #fff;
  border: 1px solid #fff;
  padding: 6px 25px;
  border-radius: 20px;
  font-size: 14px;
  transition: all ease 0.5s;
  display: inline-block;
}
#page-pagelaran #pagelaran-list .item .ticket a:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
}
#page-pagelaran #pagelaran-list .item:hover .ticket a {
  display: block;
}

.btn-line {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 25px;
  border-radius: 20px;
  font-size: 14px;
  transition: all ease 0.5s;
}
.btn-line:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
}

.pagelaran-slider {
  position: relative;
  height: auto;
  display: block;
}
.pagelaran-slider .slide-content {
  position: sticky;
  top: 50px;
}
.pagelaran-slider .image-slider {
  position: relative;
  overflow: hidden;
}
.pagelaran-slider .image-slider .item {
  margin-bottom: 30px;
}

.pg-cover {
  position: relative;
  background: #020202;
}

.horizontal-scroll-wrap {
  height: 0;
}

.horizontal-scroll {
  width: 100%;
  overflow: hidden;
  font-size: 140px;
  position: relative;
  bottom: 10px;
  opacity: 1;
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: white;
  transition: all ease 0.5s;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.horizontal-scroll.active {
  position: fixed;
  bottom: 0;
  opacity: 1;
}

.horizontal-scroll2 {
  font-size: 140px;
  position: relative;
  opacity: 0;
  color: black;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: white;
  transition: all ease 0.5s;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.horizontal-scroll2.active {
  position: fixed;
  bottom: 0;
}

.box-wrapper {
  position: fixed;
  width: 445px;
  height: 210px;
  /* right: 0; */
  bottom: 10px;
  overflow: hidden;
}

.marquee > div {
  animation-duration: 50s !important;
}

.pagelaran-slider.active .horizontal-scroll {
  position: fixed;
}
.pagelaran-slider.active .horizontal-scroll2 {
  opacity: 1;
}

#page-tiket .outline-white {
  -webkit-text-stroke-color: black;
  color: black;
}
#page-tiket .big-text-white {
  color: #000;
}

#abjad-kerabat li {
  margin: 0;
  width: 16px;
  text-align: center;
}
#abjad-kerabat li a {
  color: #373737;
}
#abjad-kerabat li a:hover {
  text-decoration: none;
  color: #fff;
}

#kerabat-nama ul li a {
  color: #fff;
  font-size: 20px;
}

#accordion-karir {
  color: #A7A9AC;
  margin-top: 50px;
}
#accordion-karir .item .item-header .btn-link {
  color: #000;
  padding: 0;
  position: relative;
}
#accordion-karir .item .item-header .btn-link:after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
}
#accordion-karir .item .item-header .btn-link.collapsed {
  color: #A7A9AC;
}
#accordion-karir .item .item-header .btn-link.collapsed:after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
}
#accordion-karir .item .item-body {
  margin-bottom: 30px;
}

#mobile-menu {
  position: relative;
  z-index: 1111;
  top: 0;
  right: 0;
  display: none;
  background: #000;
}

.slicknav_menu {
  text-align: right;
  background: none;
}

.slicknav_nav {
  background: #000;
}

.slicknav_btn {
  background: none;
}

.slicknav_brand {
  font-family: "optima-reg";
  letter-spacing: 1px;
  padding: 0;
}
.slicknav_brand a {
  color: #fff;
}

.slicknav_menu .slicknav_icon {
  float: right;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-family: "optima-reg";
  letter-spacing: 1px;
}

@media screen and (max-width: 800px) {
  #page-landing #about #about-banner {
    background-attachment: fixed;
    background-position: top center;
    background-size: contain;
    max-height: 420px;
  }

  #page-landing #about .container h1.outline {
    font-size: 130px;
    -webkit-text-stroke-width: 2.5px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 50px;
    font-size: 13px;
  }

  .video-background-controls {
    bottom: 5px !important;
  }

  .mute-toggle i {
    height: 30px;
    width: 30px;
  }

  #page-landing #about #about-banner #btn-audio img {
    max-width: 30px;
  }

  .form-control {
    font-size: 13px;
    letter-spacing: -3px;
  }

  #page-landing #about #about-banner video#myVideo {
    /* min-height: 100%; */
    z-index: 1;
    max-width: 100%;
  }

  #page-landing #about #about-banner {
    max-height: unset;
  }

  #page-landing #about #about-banner {
    height: auto;
  }

  #youtube-list .item {
    margin-bottom: 30px;
  }

  #pagelaran-slide ul li .pg-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 350px;
  }

  #pagelaran-slide .big-text-white {
    font-size: 26px;
    line-height: 1;
  }

  #pagelaran-slide .outline-white {
    font-size: 26px;
    line-height: 1;
  }

  #page-landing #about .container h1.outline {
    font-size: 60px;
    -webkit-text-stroke-width: 1px;
    text-align: center;
  }

  #page-landing #about #about-banner {
    max-height: 250px;
    height: 250px;
  }

  #landing-menu {
    display: none;
  }

  #mobile-menu {
    display: block;
    position: fixed;
    width: 100%;
  }

  #page-landing #about .container .description {
    font-size: 15px;
    color: #000000;
    padding: 0px 20px;
  }

  #page-landing #landing-pagelaran #pagelaran-content {
    padding: 15px;
  }

  #pagelaran-slide .caption-text {
    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
  }

  .section-title {
    font-size: 20px;
  }

  .outline-white, .outline-black {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .big-text-white, .big-text-black {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .title-white {
    font-size: 14px;
  }

  #youtube-list .item {
    max-width: 100%;
    float: none;
  }

  #youtube-list #item-1 {
    margin-left: 0;
    max-width: 100%;
  }

  #youtube-list #item-2 {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  #youtube-list #item-3 {
    margin-left: 0;
    margin-top: 30px;
  }

  #youtube-list #item-4 {
    margin-top: 30px;
    margin-right: 0;
  }

  #youtube-list #item-5 {
    margin-top: 30px;
  }

  #daftar-kerabat .text-kerabat {
    position: relative;
    font-size: 18px;
    color: #7b7b7b;
  }

  #mitra-list .item {
    padding: 10px !important;
    min-height: 70px;
  }

  #page-pagelaran #pagelaran-list .item .title {
    font-size: 18px;
    margin-right: 10px;
  }

  #page-pagelaran #pagelaran-list .item .ticket a {
    display: block;
    padding: 5px 10px;
    border-radius: 13px;
    font-size: 10px;
  }

  .pagelaran-slider .image-slider {
    margin: 40px 0;
  }

  #page-pagelaran #pagelaran-content .caption-text .outline-white {
    font-size: 40pt;
  }

  #abjad-kerabat {
    font-size: 15px;
  }

  #kerabat-nama ul li a {
    font-size: 14px;
  }

  #page-pagelaran #pagelaran-list .item .no {
    font-size: 20px;
    min-width: 40px;
  }

  #copy {
    padding: 20px 0;
  }
  #copy p {
    margin-bottom: 0;
  }

  .horizontal-scroll2, .horizontal-scroll {
    font-size: 50px;
  }

  .box-wrapper {
    height: 75px;
  }
}

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