@font-face {
  font-family: 'PTSerif-Regular';
  src: url("../fonts/PTSerif-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'PTSerif-Bold';
  src: url("../fonts/PTSerif-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'PTSans-Regular';
  src: url("../fonts/PTSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'HeinekenSerif18-Regular';
  src: url("../fonts/HeinekenSerif18-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'HeinekenSerif18-Bold';
  src: url("../fonts/HeinekenSerif18-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'HeinekenSerif18-Medium';
  src: url("../fonts/HeinekenSerif18-Medium.ttf") format("truetype");
}
/* line 1, ../scss/_box.scss */
.box {
  background: white;
  margin-right: 16px;
  margin-left: 16px;
  width: calc(100% - 32px);
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 20px #00000029;
}
@media screen and (min-width: 480px) {
  /* line 1, ../scss/_box.scss */
  .box {
    width: 450px;
  }
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_box.scss */
  .box {
    width: 978px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1, ../scss/_box.scss */
  .box {
    width: 1584px;
  }
}
/* line 22, ../scss/_box.scss */
.box--flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  /* line 22, ../scss/_box.scss */
  .box--flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
/* line 34, ../scss/_box.scss */
.box--flex--reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  /* line 34, ../scss/_box.scss */
  .box--flex--reverse {
    flex-direction: row;
  }
}
/* line 43, ../scss/_box.scss */
.box__description {
  color: #464444;
  padding: 24px;
}
@media screen and (min-width: 992px) {
  /* line 43, ../scss/_box.scss */
  .box__description {
    padding: 48px;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1600px) {
  /* line 43, ../scss/_box.scss */
  .box__description {
    padding: 64px;
  }
}
/* line 58, ../scss/_box.scss */
.box__description p {
  margin-top: 20px;
  font-family: "PTSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (min-width: 992px) {
  /* line 58, ../scss/_box.scss */
  .box__description p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 58, ../scss/_box.scss */
  .box__description p {
    font-size: 28px;
    line-height: 33px;
  }
}
@media screen and (min-width: 992px) {
  /* line 76, ../scss/_box.scss */
  .box__description--half {
    width: 50%;
    box-sizing: border-box;
  }
}
/* line 84, ../scss/_box.scss */
.box__title {
  color: #13670B;
  font-family: "HeinekenSerif18-Medium", sans-serif;
  font-size: 22px;
  line-height: 29px;
}
@media screen and (min-width: 992px) {
  /* line 84, ../scss/_box.scss */
  .box__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 84, ../scss/_box.scss */
  .box__title {
    font-size: 48px;
    line-height: 53px;
  }
}
/* line 101, ../scss/_box.scss */
.box__title-small {
  color: #13670B;
  font-family: "HeinekenSerif18-Medium", sans-serif;
  font-size: 22px;
  line-height: 29px;
}
@media screen and (min-width: 992px) {
  /* line 101, ../scss/_box.scss */
  .box__title-small {
    font-size: 30px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 101, ../scss/_box.scss */
  .box__title-small {
    font-size: 36px;
    line-height: 49px;
  }
}
/* line 118, ../scss/_box.scss */
.box__image {
  width: 100%;
}
/* line 121, ../scss/_box.scss */
.box__image--half {
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 121, ../scss/_box.scss */
  .box__image--half {
    height: auto;
    object-fit: cover;
    width: 50%;
  }
}

/* line 1, ../scss/_container.scss */
.container {
  position: relative;
  overflow: hidden;
  background-repeat: repeat-y;
  background-size: contain;
  background-image: url(../img/backgrounds/background.jpg);
}

/* line 1, ../scss/_main-section.scss */
.main-section {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-shadow: 4px 4px 4px #00000038;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_main-section.scss */
  .main-section {
    height: 900px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1, ../scss/_main-section.scss */
  .main-section {
    height: 1080px;
  }
}
/* line 17, ../scss/_main-section.scss */
.main-section--left-img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 17, ../scss/_main-section.scss */
  .main-section--left-img {
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
}
@media screen and (min-width: 1600px) {
  /* line 17, ../scss/_main-section.scss */
  .main-section--left-img {
    height: auto;
  }
}
@media screen and (min-width: 2000px) {
  /* line 17, ../scss/_main-section.scss */
  .main-section--left-img {
    width: 65%;
    height: 1080px;
    object-fit: cover;
  }
}
/* line 39, ../scss/_main-section.scss */
.main-section__title {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 450px;
  margin-top: -100px;
}
@media screen and (min-width: 420px) {
  /* line 39, ../scss/_main-section.scss */
  .main-section__title {
    height: 550px;
  }
}
@media screen and (min-width: 992px) {
  /* line 39, ../scss/_main-section.scss */
  .main-section__title {
    margin-top: 0px;
    width: 920px;
    align-items: center;
    height: 100%;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 1600px) {
  /* line 39, ../scss/_main-section.scss */
  .main-section__title {
    width: 1000px;
  }
}
/* line 64, ../scss/_main-section.scss */
.main-section__title h1 {
  color: white;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  font-family: "HeinekenSerif18-Medium", sans-serif;
  z-index: 10;
  max-width: 290px;
  width: 100%;
  margin: 100px auto 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 420px) {
  /* line 64, ../scss/_main-section.scss */
  .main-section__title h1 {
    margin: 140px auto 0 auto;
    font-size: 38px;
    line-height: 45px;
    padding: 0;
    max-width: 400px;
  }
}
@media screen and (min-width: 992px) {
  /* line 64, ../scss/_main-section.scss */
  .main-section__title h1 {
    font-size: 48px;
    line-height: 56px;
    max-width: 495px;
    margin-top: 300px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 64, ../scss/_main-section.scss */
  .main-section__title h1 {
    font-size: 65px;
    line-height: 75px;
    max-width: 670px;
    margin-top: 358px;
  }
}
/* line 100, ../scss/_main-section.scss */
.main-section__title p {
  z-index: 10;
  opacity: 0.8;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-family: "PTSans-Regular", sans-serif;
  margin: 20px auto 0 auto;
  max-width: 400px;
  padding: 0 16px;
}
@media screen and (min-width: 420px) {
  /* line 100, ../scss/_main-section.scss */
  .main-section__title p {
    font-size: 25px;
    line-height: 29px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 100, ../scss/_main-section.scss */
  .main-section__title p {
    font-size: 32px;
    line-height: 38px;
    max-width: 4950px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 100, ../scss/_main-section.scss */
  .main-section__title p {
    font-size: 42px;
    line-height: 48px;
    max-width: 670px;
    margin-top: 35px;
  }
}
/* line 132, ../scss/_main-section.scss */
.main-section__title--background {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 500px;
  width: 100%;
}
@media screen and (min-width: 420px) {
  /* line 132, ../scss/_main-section.scss */
  .main-section__title--background {
    height: 600px;
  }
}
@media screen and (min-width: 992px) {
  /* line 132, ../scss/_main-section.scss */
  .main-section__title--background {
    left: auto;
    top: 0;
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1600px) {
  /* line 132, ../scss/_main-section.scss */
  .main-section__title--background {
    height: auto;
  }
}
/* line 155, ../scss/_main-section.scss */
.main-section__title--logo {
  z-index: 10;
  width: 155px;
  margin-top: 80px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  /* line 155, ../scss/_main-section.scss */
  .main-section__title--logo {
    margin: 220px;
    width: 190px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 155, ../scss/_main-section.scss */
  .main-section__title--logo {
    margin: 225px;
    width: 225px;
  }
}

/* line 1, ../scss/_main-section-video.scss */
.main-section-video {
  position: relative;
}
/* line 4, ../scss/_main-section-video.scss */
.main-section-video__wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
}
/* line 9, ../scss/_main-section-video.scss */
.main-section-video__wrapper video {
  width: 100%;
}
/* line 14, ../scss/_main-section-video.scss */
.main-section-video__title {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  margin: 40px auto;
}
@media screen and (min-width: 992px) {
  /* line 14, ../scss/_main-section-video.scss */
  .main-section-video__title {
    margin: auto;
    max-width: 100%;
    width: auto;
    position: absolute;
    right: 40px;
    bottom: 40px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  }
}
/* line 33, ../scss/_main-section-video.scss */
.main-section-video__title h1 {
  color: white;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  font-family: "HeinekenSerif18-Medium", sans-serif;
  z-index: 10;
  width: 100%;
  padding: 0 16px;
}
@media screen and (min-width: 420px) {
  /* line 33, ../scss/_main-section-video.scss */
  .main-section-video__title h1 {
    font-size: 38px;
    line-height: 45px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 33, ../scss/_main-section-video.scss */
  .main-section-video__title h1 {
    margin: 0;
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 33, ../scss/_main-section-video.scss */
  .main-section-video__title h1 {
    font-size: 65px;
    line-height: 75px;
  }
}
/* line 62, ../scss/_main-section-video.scss */
.main-section-video__title p {
  z-index: 10;
  opacity: 0.8;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-family: "PTSans-Regular", sans-serif;
  padding: 0 16px;
  margin-top: 20px;
}
@media screen and (min-width: 420px) {
  /* line 62, ../scss/_main-section-video.scss */
  .main-section-video__title p {
    font-size: 25px;
    line-height: 29px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 62, ../scss/_main-section-video.scss */
  .main-section-video__title p {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 62, ../scss/_main-section-video.scss */
  .main-section-video__title p {
    font-size: 42px;
    line-height: 48px;
  }
}

/* line 1, ../scss/_animation-section.scss */
.animation-section {
  position: relative;
}
/* line 4, ../scss/_animation-section.scss */
.animation-section__1 {
  margin-top: 80px;
  height: 250px;
}
@media screen and (min-width: 500px) {
  /* line 4, ../scss/_animation-section.scss */
  .animation-section__1 {
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  /* line 4, ../scss/_animation-section.scss */
  .animation-section__1 {
    height: 500px;
    width: 100%;
    margin-top: 80px;
  }
}
/* line 19, ../scss/_animation-section.scss */
.animation-section__1--img-left {
  position: absolute;
  left: calc(50% - 290px);
  top: -65px;
  width: 200px;
}
@media screen and (min-width: 500px) {
  /* line 19, ../scss/_animation-section.scss */
  .animation-section__1--img-left {
    left: calc(50% - 325px);
    top: -35px;
    width: 200px;
  }
}
@media screen and (min-width: 640px) {
  /* line 19, ../scss/_animation-section.scss */
  .animation-section__1--img-left {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 19, ../scss/_animation-section.scss */
  .animation-section__1--img-left {
    left: calc(50% - 810px);
    top: -60px;
    width: 600px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 19, ../scss/_animation-section.scss */
  .animation-section__1--img-left {
    left: calc(50% - 1050px);
    top: -100px;
    width: 750px;
  }
}
@media screen and (min-width: 2000px) {
  /* line 19, ../scss/_animation-section.scss */
  .animation-section__1--img-left {
    left: -20px;
  }
}
/* line 52, ../scss/_animation-section.scss */
.animation-section__1--img-center {
  position: absolute;
  left: calc(50% - 150px);
  top: -30px;
  width: 300px;
  transform: rotate(45deg);
}
@media screen and (min-width: 500px) {
  /* line 52, ../scss/_animation-section.scss */
  .animation-section__1--img-center {
    left: calc(50% - 200px);
    top: -30px;
    width: 400px;
  }
}
@media screen and (min-width: 992px) {
  /* line 52, ../scss/_animation-section.scss */
  .animation-section__1--img-center {
    left: calc(50% - 350px);
    top: -60px;
    width: 700px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 52, ../scss/_animation-section.scss */
  .animation-section__1--img-center {
    left: calc(50% - 400px);
    top: -100px;
    width: 800px;
  }
}
/* line 78, ../scss/_animation-section.scss */
.animation-section__1--img-right {
  position: absolute;
  right: calc(50% - 265px);
  top: 150px;
  width: 150px;
}
@media screen and (min-width: 500px) {
  /* line 78, ../scss/_animation-section.scss */
  .animation-section__1--img-right {
    right: calc(50% - 350px);
    top: 200px;
    width: 200px;
  }
}
@media screen and (min-width: 640px) {
  /* line 78, ../scss/_animation-section.scss */
  .animation-section__1--img-right {
    right: -20px;
  }
}
@media screen and (min-width: 992px) {
  /* line 78, ../scss/_animation-section.scss */
  .animation-section__1--img-right {
    right: calc(50% - 845px);
    top: 120px;
    width: 600px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 78, ../scss/_animation-section.scss */
  .animation-section__1--img-right {
    right: calc(50% - 1050px);
    top: 120px;
    width: 750px;
  }
}
@media screen and (min-width: 2000px) {
  /* line 78, ../scss/_animation-section.scss */
  .animation-section__1--img-right {
    right: -20px;
  }
}

/* line 1, ../scss/_section.scss */
.section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_section.scss */
  .section {
    margin-top: 148px;
  }
}
/* line 12, ../scss/_section.scss */
.section--img-ice-left {
  display: none;
  position: absolute;
}
@media screen and (min-width: 992px) {
  /* line 12, ../scss/_section.scss */
  .section--img-ice-left {
    display: block;
    top: 285px;
    left: calc(50% - 725px);
    width: 550px;
    z-index: 1;
  }
}
@media screen and (min-width: 1600px) {
  /* line 12, ../scss/_section.scss */
  .section--img-ice-left {
    top: 385px;
    left: calc(50% - 1110px);
    width: 750px;
  }
}
/* line 32, ../scss/_section.scss */
.section--img-beer-left {
  display: none;
  position: absolute;
}
@media screen and (min-width: 992px) {
  /* line 32, ../scss/_section.scss */
  .section--img-beer-left {
    display: block;
    top: 135px;
    left: calc(50% - 705px);
    width: 475px;
    z-index: 3;
  }
}
@media screen and (min-width: 1600px) {
  /* line 32, ../scss/_section.scss */
  .section--img-beer-left {
    top: 140px;
    left: calc(50% - 1110px);
    width: 700px;
  }
}
/* line 52, ../scss/_section.scss */
.section--img-ice-right {
  display: none;
  position: absolute;
}
@media screen and (min-width: 992px) {
  /* line 52, ../scss/_section.scss */
  .section--img-ice-right {
    display: block;
    top: 250px;
    right: calc(50% - 790px);
    width: 600px;
    z-index: 1;
  }
}
@media screen and (min-width: 1600px) {
  /* line 52, ../scss/_section.scss */
  .section--img-ice-right {
    top: 356px;
    right: calc(50% - 1190px);
    width: 800px;
  }
}
/* line 72, ../scss/_section.scss */
.section--img-beer-right {
  display: none;
  position: absolute;
}
@media screen and (min-width: 992px) {
  /* line 72, ../scss/_section.scss */
  .section--img-beer-right {
    display: block;
    top: 130px;
    right: calc(50% - 705px);
    width: 475px;
    z-index: 3;
  }
}
@media screen and (min-width: 1600px) {
  /* line 72, ../scss/_section.scss */
  .section--img-beer-right {
    top: 110px;
    right: calc(50% - 1110px);
    width: 700px;
  }
}

/* line 1, ../scss/_footer.scss */
.footer {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 140px;
  padding-bottom: 80px;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_footer.scss */
  .footer {
    justify-content: center;
    padding-bottom: 120px;
  }
}
/* line 22, ../scss/_footer.scss */
.footer__text {
  font-size: 20px;
  line-height: 32px;
  color: white;
  font-family: "HeinekenSerif18-Medium", sans-serif;
  text-align: center;
  padding: 0 16px;
  max-width: 380px;
  margin-top: -80px;
}
@media screen and (min-width: 992px) {
  /* line 22, ../scss/_footer.scss */
  .footer__text {
    margin-top: 0px;
    padding: 0 32px;
    font-size: 34px;
    line-height: 42px;
    max-width: 1150px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 22, ../scss/_footer.scss */
  .footer__text {
    max-width: 1250px;
    font-size: 38px;
    line-height: 46px;
  }
}
/* line 48, ../scss/_footer.scss */
.footer__partner {
  font-size: 14px;
  line-height: 16px;
  color: white;
  font-family: "HeinekenSerif18-Medium", sans-serif;
  text-align: center;
  padding: 0 16px;
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  /* line 48, ../scss/_footer.scss */
  .footer__partner {
    padding: 0 32px;
    font-size: 24px;
    line-height: 28px;
    margin-top: 100px;
  }
}
/* line 65, ../scss/_footer.scss */
.footer--logo {
  width: 150px;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  /* line 65, ../scss/_footer.scss */
  .footer--logo {
    width: 260px;
    margin-top: 50px;
  }
}
/* line 75, ../scss/_footer.scss */
.footer__warning {
  font-size: 12px;
  line-height: 16px;
  color: white;
  font-family: "PTSans-Regular", sans-serif;
  padding: 0 16px;
  margin-top: 16px;
  max-width: 245px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  /* line 75, ../scss/_footer.scss */
  .footer__warning {
    max-width: 410px;
    padding: 0 32px;
    font-size: 20px;
    line-height: 24px;
    margin-top: 80px;
  }
}
/* line 95, ../scss/_footer.scss */
.footer__img-wrapper {
  width: 100%;
  position: relative;
  height: 400px;
}
@media screen and (min-width: 992px) {
  /* line 95, ../scss/_footer.scss */
  .footer__img-wrapper {
    height: 700px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 95, ../scss/_footer.scss */
  .footer__img-wrapper {
    height: 800px;
  }
}
/* line 109, ../scss/_footer.scss */
.footer--img-ice {
  position: absolute;
  width: 400px;
  top: 20px;
  left: calc(50% - 200px);
}
@media screen and (min-width: 992px) {
  /* line 109, ../scss/_footer.scss */
  .footer--img-ice {
    width: 700px;
    top: 70px;
    left: calc(50% - 350px);
  }
}
@media screen and (min-width: 1600px) {
  /* line 109, ../scss/_footer.scss */
  .footer--img-ice {
    width: 750px;
    top: 100px;
    left: calc(50% - 375px);
  }
}
/* line 129, ../scss/_footer.scss */
.footer--img-beer {
  position: absolute;
  width: 300px;
  top: 25px;
  left: calc(50% - 150px);
  z-index: 2;
}
@media screen and (min-width: 992px) {
  /* line 129, ../scss/_footer.scss */
  .footer--img-beer {
    width: 500px;
    top: 50px;
    left: calc(50% - 250px);
  }
}
@media screen and (min-width: 1600px) {
  /* line 129, ../scss/_footer.scss */
  .footer--img-beer {
    width: 550px;
    top: 75px;
    left: calc(50% - 275px);
  }
}

/* line 1, ../scss/_section-video.scss */
.section-video {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 32px);
  align-items: center;
  margin-top: 40px;
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (min-width: 480px) {
  /* line 1, ../scss/_section-video.scss */
  .section-video {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_section-video.scss */
  .section-video {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1, ../scss/_section-video.scss */
  .section-video {
    margin-top: 148px;
  }
}
/* line 25, ../scss/_section-video.scss */
.section-video__box {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-bottom: 56.25%;
}
@media screen and (min-width: 480px) {
  /* line 25, ../scss/_section-video.scss */
  .section-video__box {
    width: 450px;
    height: 254px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 25, ../scss/_section-video.scss */
  .section-video__box {
    width: 978px;
    height: 551px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 25, ../scss/_section-video.scss */
  .section-video__box {
    width: 1584px;
    height: 893px;
  }
}
/* line 47, ../scss/_section-video.scss */
.section-video__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 480px) {
  /* line 47, ../scss/_section-video.scss */
  .section-video__box iframe {
    width: 450px;
    height: 254px;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  /* line 47, ../scss/_section-video.scss */
  .section-video__box iframe {
    width: 978px;
    height: 551px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 47, ../scss/_section-video.scss */
  .section-video__box iframe {
    width: 1584px;
    height: 893px;
  }
}
/* line 74, ../scss/_section-video.scss */
.section-video #thumbnail-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding-bottom: 56.25%;
  background-image: url("../img/section/video-thumbnail-1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  /* line 74, ../scss/_section-video.scss */
  .section-video #thumbnail-1 {
    width: 450px;
    height: 254px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 74, ../scss/_section-video.scss */
  .section-video #thumbnail-1 {
    width: 978px;
    height: 551px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 74, ../scss/_section-video.scss */
  .section-video #thumbnail-1 {
    width: 1584px;
    height: 893px;
  }
}

/* line 106, ../scss/_section-video.scss */
.hide {
  display: none;
}

/* line 14, ../scss/style.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 19, ../scss/style.scss */
body {
  overflow-x: hidden;
}

/* line 23, ../scss/style.scss */
.mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 23, ../scss/style.scss */
  .mobile {
    display: none;
  }
}

/* line 31, ../scss/style.scss */
.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 31, ../scss/style.scss */
  .desktop {
    display: block;
  }
}

/* line 39, ../scss/style.scss */
.desktop-xl {
  display: none;
}
@media screen and (min-width: 1600px) {
  /* line 39, ../scss/style.scss */
  .desktop-xl {
    display: block;
  }
}
