@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Serif:100i);
body * {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: .035em;
  line-height: 1.5;
  font-family: Roboto, source-han-sans-traditional, "Noto Sans TC", "思源黑體", "思源黑體 TW", sans-serif;
}

body * ::-moz-selection {
  background: #e95520;
  color: #fff;
}

body * ::selection {
  background: #e95520;
  color: #fff;
}

body a {
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

.laurel {
  position: relative;
  overflow: hidden;
  /*-----------scroll-----------*/
}

.laurel .indexlogo {
  position: absolute;
  z-index: 5;
  top: 50px;
  left: 60px;
  width: 250px;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .indexlogo {
    top: 10px;
    left: 20px;
    width: 200px;
  }
}

.laurel .indextxt {
  position: absolute;
  z-index: 5;
  top: 20%;
  left: 10%;
  width: 600px;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .indextxt {
    top: 55px;
    left: 20px;
    width: 90%;
  }
}

.laurel .indextxt h4 {
  line-height: 28px;
  margin-top: .5rem;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .indextxt h4 {
    font-size: 20px;
  }
}

.laurel .indextxt p {
  width: 480px;
  text-align: justify;
  font-size: 16px;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .indextxt p {
    font-size: 15px;
    width: 100%;
  }
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .indextxt .indexbtnblock {
    text-align: center;
  }
}

.laurel .indextxt .indexbtnblock .indexbtn {
  background-color: #222222;
  color: #fff;
  display: inline-block;
  padding: 10px;
}

.laurel .active {
  color: red;
}

.laurel .navbar {
  padding: .5rem 0rem;
}

.laurel .logoimg {
  max-width: 65px;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .logoimg {
    max-width: 60px;
  }
}

.laurel .navbar-light .navbar-nav .nav-link {
  color: #000;
  padding-left: .5em;
  padding-right: .5em;
  font-weight: 500;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .nav-item {
    text-align: center;
    border-bottom: 1px solid #dedede;
  }
}

.laurel .bg-light {
  background-color: #Ffff !important;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .container {
    max-width: 100%;
  }
}

.laurel .topmenu {
  background-color: #fff;
}

.laurel .desktops_kv {
  position: relative;
}

@media all and (min-width: 1001px) {
  .laurel .desktops_kv {
    display: block;
    margin-top: 60px;
  }
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  .laurel .desktops_kv {
    display: none;

  }
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .desktops_kv {
    display: none;
  }
}

.laurel .phone_kv {
  position: relative;
}

@media all and (min-width: 1001px) {
  .laurel .phone_kv {
    display: none;
  }
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  .laurel .phone_kv {
    display: block;
  }
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .phone_kv {
    display: block;
  }
}

.laurel .slideshow {
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}

.laurel .slideshow .slider-track {
  -webkit-transition: all s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all s cubic-bezier(0.7, 0, 0.3, 1);
}

.laurel .slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
  height: auto;
}

.laurel .slideshow .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.laurel .slideshow .item.slick-active img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.laurel .title {
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  padding: 60px 0 10px;
}

.laurel .title h3 {
  color: #886D51;
  font-size: 40px;
}

.laurel .title p {
  max-width: 500px;
  margin: 0 auto;
  color: #434141;
  padding: 0px 15px 15px 15px;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .title p {
    position: relative;
    padding: 0px 15px;
  }
}

.laurel .title p span {
  font-size: 24px;
}

.laurel .fontbold {
  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 20px;
}

.laurel .survey {
  display: block;
}

.laurel .survey .chartblock {
  text-align: center;
}

.laurel .survey .chartblock .chart {
  position: relative;
  display: inline-block;
  margin: 20px 10px;
  color: #999;
  font-size: 20px;
  text-align: center;
}

.laurel .survey .chartblock .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.laurel .survey .chartblock .chart .abc {
  line-height: 30px;
  font-size: 16px;
}

.laurel .survey .ppt {
  position: relative;
  text-align: center;
  background-color: #c56e3b;
}

.laurel .survey .ppt .btn {
  margin: 10px;
}

.laurel .survey .ppt .share {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 20px;
  z-index: 5;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .survey .ppt .share {
    position: relative;
    left: 0px;
    top: 0px;
    padding: 10px;
    display: inline-block;
  }
}

.laurel .survey .ppt .share .line {
  display: inline-block;
  width: 40px;
}

.laurel .survey .ppt .share .fb {
  display: inline-block;
  width: 40px;
}

.laurel .survey .desktops_ppt {
  position: relative;
  margin: 0px 0px 0px 0px;
}

@media all and (min-width: 1001px) {
  .laurel .survey .desktops_ppt {
    display: block;
  }
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  .laurel .survey .desktops_ppt {
    display: none;
  }
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .survey .desktops_ppt {
    display: none;
  }
}

.laurel .survey .desktops_ppt .item {
  padding-bottom: 40px;
}

.laurel .survey .phone_ppt {
  position: relative;
}

@media all and (min-width: 1001px) {
  .laurel .survey .phone_ppt {
    display: none;
  }
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  .laurel .survey .phone_ppt {
    display: block;
  }
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .survey .phone_ppt {
    display: block;
  }
}

.laurel .survey .phone_ppt .item {
  padding-bottom: 40px;
}

.laurel .survey .phone_ppt .slick-dots li {
  margin: 0px;
}

.laurel .survey .slick-next {
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  display: block;
  width: 46px;
  height: 46px;
  background-size: contain;
  z-index: 10;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .survey .slick-next {
    right: 6%;
  }
}

.laurel .survey .slick-next::before {
  font-size: 50px;
}

.laurel .survey .slick-prev {
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  margin: auto;
  display: block;
  width: 46px;
  height: 46px;
  background-size: contain;
  z-index: 10;
}

.laurel .survey .slick-prev::before {
  font-size: 50px;
}

.laurel .survey .slideshow {
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}

.laurel .survey .slideshow .slider-track {
  -webkit-transition: all s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all s cubic-bezier(0.7, 0, 0.3, 1);
}

.laurel .survey .slideshow .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.laurel .survey .slideshow .slick-dots {
  bottom: 8px;
}

.laurel .survey .slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
  height: auto;
}

.laurel .survey .slideshow .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.laurel .survey .slideshow .item.slick-active img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.laurel .survey iframe {
  margin: 10px auto;
}

.laurel .survey .survey-description {
  display: block;
  width: 100%;
  background-color: #FCEFCC;
  padding: 30px 15px 15px 15px;
  margin: 15px;
  border-radius: 5px;
  position: relative;
}

.laurel .survey .survey-description::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  top: 10px;
  left: 15px;
  border-radius: 10px;
}

.laurel .survey .survey-description::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  top: 10px;
  right: 15px;
  border-radius: 10px;
}

.laurel .survey .survey-description .txt {
  text-align: justify;
  color: #434141;
  font-size: 16px;
}

.laurel .survey .mrdialist {
  text-decoration: none;
}

.laurel .survey .mrdialist .mediaimg {
  padding-right: 15px;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .survey .mrdialist .mediaimg {
    padding-right: 0px;
    padding-bottom: 20px;
  }
}

.laurel .survey .mrdialist .media {
  background-color: #F7F7F7;
  margin: 15px;
  padding: 15px;
}

.laurel .survey .mrdialist .media .col-md-4,
.laurel .survey .mrdialist .media .col-md-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.laurel .survey .mrdialist .media h5 {
  color: #222222;
}

.laurel .survey .mrdialist .media p {
  color: #434141;
}

.laurel .survey .mrdialist .media .btnblock {
  text-align: right;
  padding-top: 50px;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .survey .mrdialist .media .btnblock {
    text-align: center;
    padding-top: 20px;
  }
}

.laurel .survey .mrdialist .media .btnblock .morebtn {
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  display: inline-block;
  font-size: 18px;
  background-color: #e25f07;
  color: #fff;
  padding: 5px 25px;
}

.laurel .survey .mrdialist a:hover .media {
  background-color: #EBEBEB;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.laurel .survey .mrdialist a:hover .media .morebtn {
  background-color: #505050;
}

.laurel .about {
  background-color: #FFEFC4;
  text-align: center;
}

.laurel .about .abouttxt {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

.laurel .about .abouttxt p {
  margin: auto;
  line-height: 2rem;
}

.laurel .about .abouttxt .dumplingsimg {
  position: absolute;
  display: block;
}

@media all and (min-width: 1001px) {
  .laurel .about .abouttxt .dumplingsimg {
    top: 0px;
    right: 300px;
    width: 100px;
  }
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  .laurel .about .abouttxt .dumplingsimg {
    top: 60px;
    right: 40px;
    width: 100px;
  }
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .about .abouttxt .dumplingsimg {
    top: 0px;
    right: 30px;
    width: 60px;
  }
}

.laurel .speaker {
  padding: 20px;
  position: relative;
  overflow: hidden;
  background-color: #faebd6;
}

.laurel .speaker .Spoon01 {
  display: block;
  max-width: 120px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media all and (min-width: 768px) and (max-width: 1000px) {
  .laurel .speaker .Spoon01 {
    max-width: 60px;
  }
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .speaker .Spoon01 {
    display: none;
  }
}

.laurel .speaker .item {
  padding: 30px;
  text-align: center;
}

.laurel .speaker .item img {
  border-radius: 50%;
  padding: 30px;
}

.laurel .speaker .item h3 {
  font-size: 24px;
  margin-bottom: 0px;
}

.laurel .speaker .item .txt {
  font-size: 20px;
}

.laurel .speaker .item p {
  font-size: 18px;
  color: #979696;
}

.laurel .speaker .slick-next {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-image: url(../images/arrownext.svg);
  z-index: 10;
}

.laurel .speaker .slick-prev {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-image: url(../images/arrowpre.svg);
  z-index: 10;
}

.laurel .speaker .slick-dots li.slick-active button::before {
  background-color: #F7B500;
}

.laurel .speaker .slick-dots li button::before {
  background-color: #D8D8D8;
}

.laurel .agenda {
  position: relative;
  overflow: hidden;
  background-color: #f7f3e7;
}

.laurel .agenda .Spoon02 {
  display: block;
  max-width: 100px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .agenda .Spoon02 {
    display: none;
  }
}

.laurel .agenda .agendaList {
  width: 100%;
  z-index: 99;
}

.laurel .agenda .agendaList .tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFEFC4;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .agenda .agendaList .tr {
    display: block;
    margin-bottom: 5px;
  }
}

.laurel .agenda .agendaList .tr:nth-child(even) {
  background-color: #FFF7E1;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .agenda .agendaList .tr:nth-child(even) .time {
    border-bottom-color: #FFF;
  }
}

.laurel .agenda .agendaList .tr .time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  text-align: center;
  line-height: 1.3;
  font-weight: 800;
  color: #886D51;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .agenda .agendaList .tr .time {
    padding: .5rem 0;
    border-bottom: 1px dotted #f7c793;
  }
}

.laurel .agenda .agendaList .tr .txt {
  padding: 1rem 1rem 1rem 0;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .agenda .agendaList .tr .txt {
    padding: .8rem;
    text-align: center;
  }
}

.laurel .agenda .agendaList .tr .txt h3 {
  font-size: 116.67%;
  line-height: 1.2;
  margin: 0;
  color: #886D51;
  font-weight: 800;
}

.laurel .agenda .agendaList .tr .txt p,
.laurel .agenda .agendaList .tr .txt li {
  color: #545454;
  line-height: 1.7;
  margin-bottom: 0px;
}

.laurel .agenda .agendaList .tr .txt ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: -20px;
}

.laurel .agenda .agendaList .tr .txt ul li {
  padding-left: 18px;
}

.laurel .agenda .agendaList .tr .txt ul li span {
  color: #886D51;
  font-weight: 800;
  width: 55px;
  display: inline-block;
}

.laurel .agenda .agendaList .notice {
  text-align: center;
  margin-top: 1.5rem;
}

.laurel .sign {
  padding: 20px 0px;
  background-image: url(../images/bga.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff7e0;
}

.laurel .sign .Spoon03 {
  display: block;
  max-width: 210px;
  position: absolute;
  right: 0px;
  top: 0px;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .sign .Spoon03 {
    max-width: 80px;
  }
}

.laurel .sign .precautions {
  font-size: 12px;
  margin: 20px;
}

.laurel .sign iframe {
  padding-top: 20px;
}

.laurel .tricks {
  background-color: antiquewhite;
}

.laurel .tricks .slick-initialized .slick-slide {
  padding: 0;
}

.laurel .tricks .slider-for {
  padding-bottom: 15px;
}

.laurel .tricks .slider-nav {
  padding-bottom: 40px;
}

.laurel .tricks .slider-nav img {
  padding: 0 10px;
}

.laurel .tricks .slick-slide {
  height: auto;
}

.laurel .tricks .slick-slide .item {
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
  height: 600px;
}

.laurel .tricks .slick-dots {
  bottom: 8px;
}

.laurel .tricks .slick-next {
  position: absolute;
  top: -800px;
  right: 5%;
  bottom: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  z-index: 10;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .tricks .slick-next {
    right: 6%;
    top: -400px;
  }
}

.laurel .tricks .slick-next::before {
  font-size: 50px;
}

.laurel .tricks .slick-prev {
  position: absolute;
  top: -800px;
  left: 3%;
  bottom: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  z-index: 10;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel .tricks .slick-prev {
    left: 0%;
    top: -400px;
  }
}

.laurel .tricks .slick-prev::before {
  font-size: 50px;
}

.laurel footer {
  margin: 20px 0px;
}

.laurel footer .copyright {
  font-size: 15px;
  text-align: center;
}

.laurel footer .go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 1em;
  display: none;
}

.laurel footer .go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.laurel footer .go-sign {
  display: block;
  position: fixed;
  bottom: 4em;
  right: 1.5em;
  text-decoration: none;
  z-index: 100;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel footer .go-sign {
    right: 1em;
  }
}

.laurel footer .go-sign .go-signimg01 {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../images/go-sign-btn01.png);
  background-size: cover;
  margin-left: 90px;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel footer .go-sign .go-signimg01 {
    width: 70px;
    height: 70px;
  }
}

.laurel footer .go-sign .go-signimg02 {
  display: block;
  width: 200px;
  height: 115px;
  background-image: url(../images/go-sign-btn02.png);
  background-size: cover;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .laurel footer .go-sign .go-signimg02 {
    width: 150px;
    height: 90px;
  }
}

.laurel .lazyload {
  width: 100px;
}

.laurel .BTN-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 777;
}

.laurel .BTN-scroll p {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Cabin", sans-serif;
  letter-spacing: 4px;
  font-weight: 200;
  font-size: 13px;
  /*  text-indent: 12px;*/
  color: #ccc;
  -webkit-animation: colorText 7s ease-out infinite, nudgeText 7s ease-out infinite;
  animation: colorText 7s ease-out infinite, nudgeText 7s ease-out infinite;
}

.laurel .mouse {
  position: relative;
  width: 20px;
  height: 32px;
  margin: auto;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 7s linear infinite, nudgeMouse 7s ease-out infinite;
  animation: colorSlide 7s linear infinite, nudgeMouse 7s ease-out infinite;
}

.laurel .mouse:before,
.laurel .mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.laurel .mouse:before {
  width: 18px;
  height: 30px;
  background: rgba(255, 255, 255, 0);
  border-radius: 100px;
  border: 1px solid #666;
}

.laurel .mouse:after {
  background-color: #666;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 7s linear infinite;
  animation: trackBallSlide 7s linear infinite;
}

.laurel .BTN-scroll a {
  color: transparent;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
  }
  29.99% {
    background-position: 0% 0%;
  }
  30% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
  }
  59% {
    background-position: 0% 0%;
  }
  60% {
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
  }
  90%,
  100% {
    background-color: #ccc;
  }
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
  }
  29.99% {
    background-position: 0% 0%;
  }
  30% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
  }
  59% {
    background-position: 0% 0%;
  }
  60% {
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
  }
  90%,
  100% {
  }
}

@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(30px);
    transform: scale(0.4) translateY(30px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(30px);
    transform: scale(0.4) translateY(30px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(30px);
    transform: scale(0.4) translateY(30px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}

@keyframes trackBallSlide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(30px);
    transform: scale(0.4) translateY(30px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(30px);
    transform: scale(0.4) translateY(30px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(30px);
    transform: scale(0.4) translateY(30px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}

@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ccc;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ccc;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ccc;
  }
}

@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ccc;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ccc;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ccc;
  }
}

.videoBox {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  background-color: #d8915e;
}

.videoBox .video {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 650px;
  z-index: 1;
}

@media all and (min-width: 200px) and (max-width: 767.98px) {
  .videoBox .video {
    min-height: 450px;
  }
}

.videoBox .video .videoout {
  margin: auto;
  padding: 80px 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.videoBox .video .videoout .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}

.videoBox .video .videoout .video-container iframe, .videoBox .video .videoout .video-container object, .videoBox .video .videoout .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */