.slick-dots li, footer .top .logo svg, footer .top .logo img, .section.section-watch-main .links a, .section.section-gallery .news-group li a, .section.section-home-testimonials .news ul li, .section.section-home-studio .slide-show .image img, .section.section-home-studio .sby_items_wrap .image img, .section.section-home-support .social-box .social-counter .xs-counter-li .xs-social-icon, .section.section-home-support .social-box .social-counter .xs-counter-li, .section.section-home-support .watchparty:after, .section.section-home-mission .mission .vision .tooltip, .section.section-news .list .item .content .link, .section.section-news .list .item .image img, .section.section-home-series .slide-show .image img, .section.section-watchnow-intro .block .column, .section.section-video .item-2 .item .image img, .section.section-video .item-1 .item .image img, .section.section-journey .slider .slick-arrow, .section.section-journey .block .image img, .home-hero .slick-arrow, .btn.btn-arrow:after, .btn, #header .logo svg, #header .logo img, #header, a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section.section-home-series .block .column img, .main-menu {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.home-hero .slider .link, .home-hero .slider h2 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@font-face {
  font-family: "KapayapaanNew";
  font-style: normal;
  font-weight: normal;
  src: local("KapayapaanNew"), url("../fonts/KapayapaanNew.woff") format("woff");
}
.social-popup .wrap .content .block h2, .section.section-home-support .watchparty h4, .section.section-watchparty .image .content h1, .section.section-wp-main h1 b, .section.section-wp-main h1, .section.section-login h1, .hero-wp .container h1, .home-hero h2 {
  font-family: "KapayapaanNew", serif;
  font-style: normal;
}

@font-face {
  font-family: "Mayonice";
  font-style: normal;
  font-weight: normal;
  src: local("Mayonice"), url("../fonts/Mayonice.woff") format("woff");
}
.section.section-home-mission .content .quote .eng {
  font-family: "Mayonice", serif;
  font-style: normal;
}

/* basic 
==================================== */
body {
  overflow-x: hidden;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: transparent !important;
}

.form-control {
  color: #000000;
  padding: 10px 12px;
  border-radius: 0;
  border: 1px solid #d7cac3;
  background: transparent;
  height: auto;
  font-size: 16px;
  line-height: 1;
}

.form-control:focus, button:focus, :focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #000000;
  border-color: #382410;
  background-color: #ffffff;
}

.form-control::placeholder {
  color: #000000;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff url(../images/arrowdown.svg) right 10px center no-repeat;
  background-size: 18px;
  padding-right: 30px;
  height: auto !important;
}

textarea.form-control {
  height: 116px;
}
@media only screen and (min-width: 992px) {
  textarea.form-control {
    height: 200px;
  }
}

a {
  color: #ffb424;
}
a:hover {
  text-decoration: none;
  color: #382410;
}

img {
  max-width: 100%;
  height: auto;
}

video::-webkit-media-controls, video::-webkit-media-controls-overlay-play-button {
  display: none !important;
}

.container {
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1240px;
}
.container.container-lg {
  max-width: 1340px;
}
@media only screen and (min-width: 992px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -70px;
}
@media only screen and (min-width: 992px) {
  .anchor {
    top: -110px;
  }
}

/* Header
========================================= */
#header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 15px 0;
  color: #fff;
  background: #382410;
}
#header .desktop-menu {
  display: none;
}
@media only screen and (min-width: 992px) {
  #header .desktop-menu {
    display: flex;
    align-items: center;
  }
}
#header .desktop-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#header .desktop-menu ul li {
  margin: 0 10px;
}
@media only screen and (min-width: 1200px) {
  #header .desktop-menu ul li {
    margin: 0 18px;
  }
}
#header .desktop-menu ul li a {
  line-height: 1;
  color: #fff;
  font-size: 16px;
  position: relative;
  font-weight: 300;
}
@media only screen and (min-width: 1200px) {
  #header .desktop-menu ul li a {
    font-size: 18px;
  }
}
#header .desktop-menu ul li a:hover {
  color: #ffb424;
}
#header .desktop-menu ul li.current-menu-item a {
  color: #ffb424;
}
#header .desktop-menu ul li.menu-item-has-children ul {
  position: absolute;
  width: 180px;
  padding: 20px 0 0;
  text-align: left;
  display: none;
}
#header .desktop-menu ul li.menu-item-has-children ul li {
  display: block;
  animation: fadeInUpSD 0.5s;
  margin: 0;
  margin-bottom: 0;
  background: #fff4e0;
}
#header .desktop-menu ul li.menu-item-has-children ul li a {
  text-align: left;
  padding: 15px 20px;
  display: block;
  background: #fff2d2;
  color: #000;
  font-size: 14px;
}
#header .desktop-menu ul li.menu-item-has-children ul li a:hover {
  color: #ffb424;
  text-decoration: underline;
}
#header .desktop-menu ul li.menu-item-has-children:hover ul {
  display: block;
}
#header .desktop-menu ul.social li {
  margin-right: 0;
}
#header .desktop-menu ul.social li a img {
  width: 40px;
}
#header .desktop-menu ul.social li a:hover {
  opacity: 0.6;
}
#header .login {
  display: none;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  #header .login {
    display: block;
    position: relative;
    padding-right: 40px;
    font-size: 18px;
  }
  #header .login:before {
    position: absolute;
    width: 30px;
    height: 30px;
    content: "";
    background: url(../images/login.png) center no-repeat;
    background-size: 100%;
    top: 50%;
    right: 0;
    margin-top: -15px;
  }
  #header .login ul {
    position: absolute;
    width: 180px;
    right: 0;
    padding: 20px 0 0;
    text-align: left;
    display: none;
  }
  #header .login ul li {
    display: block;
    animation: fadeInUpSD 0.5s;
    margin: 0;
    margin-bottom: 0;
    background: #fff4e0;
  }
  #header .login ul li a {
    text-align: left;
    padding: 15px 20px;
    display: block;
    background: #fff2d2;
    color: #000;
    font-size: 14px;
  }
  #header .login ul li a:hover {
    color: #ffb424;
    text-decoration: underline;
  }
  #header .login:hover ul {
    display: block;
  }
}
#header .login a {
  line-height: 1;
  color: #fff;
  position: relative;
  font-weight: 300;
}
#header .login a:hover {
  color: #ffb424;
}
#header .toggle a img, #header .toggle a svg {
  width: 34px;
}
@media only screen and (min-width: 992px) {
  #header .toggle a img, #header .toggle a svg {
    width: 46px;
  }
}
#header .logo {
  position: relative;
  display: block;
}
#header .logo svg, #header .logo img {
  max-width: 180px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  #header .logo svg, #header .logo img {
    max-width: 130px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1024px) {
  #header .logo svg, #header .logo img {
    max-width: 230px;
  }
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 992px) {
  #header .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 992px) {
  #header {
    padding: 30px 0 30px;
  }
}
.main-menu {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-y: scroll;
  background: #ffb424;
  color: #000;
  font-size: 26px;
}
.main-menu.active {
  right: 0;
}
.main-menu .main-wrapper {
  width: 100%;
  position: relative;
  height: 100%;
}
.main-menu .close {
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.main-menu .close svg {
  width: 32px;
}
@media only screen and (min-width: 992px) {
  .main-menu .close {
    padding: 50px;
  }
}
.main-menu .wrap {
  width: 100%;
  overflow-y: scroll;
  position: relative;
  padding: 80px 30px 30px;
}
@media only screen and (min-width: 992px) {
  .main-menu .wrap {
    padding: 80px 60px 60px;
  }
}
.main-menu a {
  line-height: 1;
  color: #382410;
  padding: 15px 0;
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.main-menu a:hover {
  color: #c54732;
  text-decoration: none;
}
.main-menu .login {
  margin-bottom: 30px;
}
.main-menu .login .greeting {
  font-weight: 700;
}
.main-menu .login ul {
  padding-bottom: 20px;
  border-bottom: 1px solid #c54732;
}
.main-menu .login ul li {
  font-size: 16px;
  border-bottom-width: 0;
}
.main-menu .login ul li a {
  padding-bottom: 0;
}
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  position: relative;
  border-bottom: 1px solid #c54732;
}
.main-menu ul li.current-menu-item a {
  color: #c54732;
}
.main-menu ul li.menu-item-has-children ul {
  margin-bottom: 10px;
}
.main-menu ul li.menu-item-has-children ul li {
  font-size: 20px;
  border-bottom: 0;
}
.main-menu ul li.menu-item-has-children ul li a {
  padding: 10px 0;
  color: #382410;
}
.main-menu ul li.menu-item-has-children ul li a:hover {
  color: #c54732;
}
.main-menu ul.social {
  text-align: center;
  margin-top: 40px;
}
.main-menu ul.social li {
  display: inline-block;
  margin: 0 10px;
}
.main-menu ul.social li a img {
  width: 40px;
}

.btn {
  padding: 12px 30px;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.btn.btn-primary {
  border: 2px solid #fff;
  color: #000;
  background: #ffb424;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #000;
  background-color: #fff;
  border-color: #ffb424;
}
@media only screen and (min-width: 992px) {
  .btn.btn-primary {
    border-width: 3px;
  }
}
.btn.btn-secondary {
  border: 2px solid #382410;
  color: #fff;
  background: #382410;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  color: #382410;
  background-color: transparent;
  border-color: #382410;
}
.btn.btn-tertiary {
  border: 2px solid #fff2d2;
  color: #fff;
  background: #fff2d2;
}
.btn.btn-tertiary:hover, .btn.btn-tertiary:focus {
  color: #382410;
  background-color: transparent;
  border-color: #382410;
}
.btn.btn-arrow {
  border: 0;
  padding: 0 35px 0 0;
  text-transform: none;
  font-weight: 400;
  display: inline-block;
  position: relative;
  color: #000;
}
.btn.btn-arrow:after {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
  background: url(../images/arrowright.png) center no-repeat;
  background-size: 100%;
  content: "";
}
.btn.btn-arrow:hover {
  text-decoration: underline;
}
.btn.btn-arrow:hover:after {
  right: -5px;
}

b, strong {
  font-weight: 700;
}

/* hero-home
========================================= */
.home-hero {
  background: #000;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.home-hero .slider {
  height: 100%;
  font-size: 0;
}
.home-hero .slider .slick-list, .home-hero .slider .slick-track, .home-hero .slider .slick-slide, .home-hero .slider .slick-slide > div {
  height: 100%;
  width: 100%;
}
.home-hero .slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  .home-hero .slider .slick-dots {
    bottom: 20px;
  }
}
.home-hero .slider h2 {
  opacity: 0;
  transform: translateX(-60px);
  margin-bottom: 20px;
}
.home-hero .slider h2 img {
  width: 100%;
}
.home-hero .slider .link {
  opacity: 0;
  transform: translateY(30px);
}
.home-hero .slider .slick-active h2, .home-hero .slider .slick-active .link {
  opacity: 1;
  transform: none;
}
.home-hero .slider .item {
  padding: 80px 0;
  text-align: center;
  height: 100%;
  min-height: calc(100dvh - 70px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .home-hero .slider .item {
    padding: 120px 0;
    text-align: right;
    min-height: calc(100dvh - 99px);
  }
}
.home-hero .slider .item .image {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-hero .slider .item .image:before {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(97, 115, 158) 90%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(97, 115, 158) 90%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(97, 115, 158) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#61739e",GradientType=1);
  height: 100%;
  mix-blend-mode: multiply;
}
.home-hero .slider .item .image img, .home-hero .slider .item .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero .slider .item .bg {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  font-size: 0;
}
.home-hero .slider .item .bg .overlay {
  width: 55%;
  position: absolute;
  height: 100%;
  z-index: 2;
}
.home-hero .slider .item .bg .overlay img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.home-hero .slider .item1 {
  padding: 80px 0;
  text-align: center;
  height: 100%;
  min-height: calc(100dvh - 70px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .home-hero .slider .item1 {
    padding: 120px 0;
    text-align: right;
    min-height: calc(100dvh - 99px);
  }
}
.home-hero .slider .item1 .content {
  color: #000;
  text-align: left;
  width: 45%;
  padding-left: 40px;
  max-width: 530px;
}
.home-hero .slider .item1 .content p {
  padding-left: 0;
  margin-left: 0;
  margin-right: auto;
}
.home-hero .slider .item1 .image {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-hero .slider .item1 .image:before {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(97, 115, 158) 90%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(97, 115, 158) 90%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(97, 115, 158) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#61739e",GradientType=1);
  height: 100%;
  mix-blend-mode: multiply;
}
.home-hero .slider .item1 .image img, .home-hero .slider .item1 .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero .slider .item1 .bg {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  font-size: 0;
}
.home-hero .slider .item1 .bg .overlay {
  width: 52%;
  position: absolute;
  height: 100%;
  z-index: 2;
}
.home-hero .slider .item1 .bg .overlay img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.home-hero .slider .item2 {
  padding: 80px 0;
  text-align: center;
  height: 100%;
  min-height: calc(100dvh - 70px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .home-hero .slider .item2 {
    padding: 120px 0;
    text-align: right;
    min-height: calc(100dvh - 99px);
  }
}
.home-hero .slider .item2 .content {
  margin-right: auto;
  margin-left: 40px;
  text-align: left;
  width: 45%;
  padding-right: 40px;
  max-width: 530px;
}
.home-hero .slider .item2 .content p {
  padding-left: 0;
  margin-left: 0;
  margin-right: auto;
}
.home-hero .slider .item2 .image {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-hero .slider .item2 .image img, .home-hero .slider .item2 .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero .slider .item2 .bg {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  font-size: 0;
}
.home-hero .slider .item2 .bg .overlay {
  width: 48%;
  position: absolute;
  height: 100%;
  z-index: 2;
  right: 0;
}
.home-hero .slider .item2 .bg .overlay img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.home-hero .slider .item3 {
  padding: 80px 0;
  text-align: center;
  height: 100%;
  min-height: calc(100dvh - 70px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .home-hero .slider .item3 {
    padding: 120px 0;
    text-align: right;
    min-height: calc(100dvh - 99px);
  }
}
.home-hero .slider .item3 .content {
  margin-right: auto;
  margin-left: 40px;
  text-align: left;
  width: 45%;
  padding-right: 40px;
  max-width: 530px;
}
.home-hero .slider .item3 .content p {
  padding-left: 0;
  margin-left: 0;
  margin-right: auto;
  max-width: 320px;
}
.home-hero .slider .item3 .image {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-hero .slider .item3 .image img, .home-hero .slider .item3 .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero .slider .item3 .bg {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  font-size: 0;
}
.home-hero .slider .item3 .bg .overlay {
  width: 65%;
  position: absolute;
  height: 100%;
  z-index: 2;
  right: 0;
}
.home-hero .slider .item3 .bg .overlay img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  position: absolute;
  right: 0;
}
.home-hero .slick-arrow {
  background: none;
  border: 0;
  position: absolute;
  z-index: 5;
  width: 20px;
  height: 44px;
  text-indent: -9999px;
  background: url(../images/arrow_left.png) center no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -22px;
  outline: 0 !important;
  opacity: 0.5;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .home-hero .slick-arrow {
    width: 28px;
  }
}
.home-hero .slick-arrow:hover {
  opacity: 1;
}
.home-hero .slick-prev {
  left: 20px;
}
@media only screen and (min-width: 992px) {
  .home-hero .slick-prev {
    left: 40px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) {
  .home-hero .slick-prev {
    left: 100px;
  }
}
.home-hero .slick-next {
  right: 20px;
  transform: scaleX(-1);
}
@media only screen and (min-width: 992px) {
  .home-hero .slick-next {
    right: 40px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) {
  .home-hero .slick-next {
    right: 60px;
  }
}
.home-hero .container {
  position: relative;
  z-index: 2;
}
.home-hero h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .home-hero h2 {
    font-size: 60px;
  }
}
.home-hero p {
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .home-hero p {
    font-size: 18px;
    max-width: 560px;
    margin-right: 0;
    margin-left: auto;
  }
}
.home-hero .content {
  padding: 0 40px;
}
@media only screen and (min-width: 992px) {
  .home-hero .content {
    max-width: 520px;
    margin-left: auto;
    margin-right: 60px;
    padding: 0px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .home-hero .content {
    max-width: 780px;
    margin-right: 40px;
  }
}
.home-hero .link {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .home-hero .link {
    margin-top: 40px;
  }
}

.hero-wp {
  background: #000;
  color: #fff;
  padding: 60px 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .hero-wp {
    padding: 80px 0;
    min-height: 520px;
    padding-left: 120px;
  }
}
.hero-wp .container {
  position: relative;
  z-index: 2;
}
.hero-wp .container h1 {
  text-transform: uppercase;
  color: #ffb424;
  line-height: 0.9;
  font-size: 60px;
  margin-bottom: 20px;
  letter-spacing: -3px;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.hero-wp .container h1 span {
  font-size: 75px;
}
@media only screen and (min-width: 992px) {
  .hero-wp .container h1 {
    font-size: 90px;
    margin-bottom: 40px;
  }
  .hero-wp .container h1 span {
    font-size: 105px;
  }
}
.hero-wp .container p {
  max-width: 352px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .hero-wp .container p {
    font-size: 14px;
  }
}
.hero-wp .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero-wp .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  padding: 50px 0;
}
@media only screen and (min-width: 992px) {
  .section {
    padding: 80px 0;
  }
}
.section.section-default {
  min-height: calc(100vh - 320px);
  background: #E7D9CE;
  background: linear-gradient(180deg, rgb(231, 217, 206) 0%, rgb(248, 244, 241) 100%);
}
.section.section-default p a {
  text-decoration: underline;
  color: #000;
}
.section.section-default p a:hover {
  color: #382410;
}
.section.section-default h1 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .section.section-default h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.section.section-default h2, .section.section-default h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
  color: #ffb424;
}
@media only screen and (min-width: 992px) {
  .section.section-default h2, .section.section-default h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.section.section-default .link {
  margin-top: 30px;
}
.section.section-default .wp-block-group {
  padding-left: 30px;
}
.section.section-default ul, .section.section-default ol {
  margin-left: 5px;
}
.section.section-default ul li, .section.section-default ol li {
  margin-bottom: 10px;
}
.section.section-login {
  background: rgb(46, 46, 46);
  background: -moz-linear-gradient(0deg, rgb(46, 46, 46) 0%, rgb(63, 63, 63) 100%);
  background: -webkit-linear-gradient(0deg, rgb(46, 46, 46) 0%, rgb(63, 63, 63) 100%);
  background: linear-gradient(0deg, rgb(46, 46, 46) 0%, rgb(63, 63, 63) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e2e2e",endColorstr="#3f3f3f",GradientType=1);
  position: relative;
  color: #fff;
}
.section.section-login:before {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  height: 100%;
  background: url(../images/banderitas.png) top center no-repeat;
  background-size: 150%;
  content: "";
}
@media only screen and (min-width: 992px) {
  .section.section-login:before {
    top: 10%;
    background-size: 100%;
  }
}
.section.section-login h1 {
  font-size: 70px;
  color: #ffb424;
  margin-bottom: 30px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .section.section-login h1 {
    font-size: 130px;
    margin-bottom: 50px;
  }
}
.section.section-login h1.sm {
  display: flex;
  align-items: center;
  font-size: 50px;
}
@media only screen and (min-width: 992px) {
  .section.section-login h1.sm {
    font-size: 70px;
  }
}
.section.section-login h1.sm span {
  font-size: 70px;
  letter-spacing: -3px;
  margin-left: 10px;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .section.section-login h1.sm span {
    font-size: 130px;
    letter-spacing: -5px;
    margin-left: 15px;
  }
}
.section.section-login h1 img {
  max-width: 320px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section.section-login h1 img {
    max-width: 390px;
  }
}
.section.section-login h3 {
  font-weight: 600;
  font-size: 22px;
  color: #ffb424;
  margin-bottom: 15px;
}
.section.section-login .gglcptch_recaptcha > div {
  margin: 0 auto;
}
.section.section-login .box {
  max-width: 720px;
  margin: 0 auto 30px;
  position: relative;
}
.section.section-login .box .content {
  padding: 30px 20px;
  border-radius: 20px;
  background: #fffcee;
  webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  color: #4f4f4f;
}
@media only screen and (min-width: 992px) {
  .section.section-login .box .content {
    padding: 40px;
    margin-bottom: 40px;
  }
}
.section.section-login .box a {
  color: #4f4f4f;
  text-decoration: underline;
}
.section.section-login .box a:hover {
  color: #ffb424;
}
.section.section-login .box .form label {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.section.section-login .box .form label span {
  color: red;
}
.section.section-login .box .form .checkbox .list-item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-login .box .form .checkbox .list-item {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.section.section-login .box .form .checkbox .list-item label {
  margin-bottom: 0;
  width: 100%;
  padding-right: 0;
  position: relative;
  line-height: 1.5;
}
.section.section-login .box .form .checkbox .list-item label span {
  font-weight: 400;
  color: #382410;
  text-transform: none;
}
.section.section-login .box .form .checkbox .list-item label .form-control {
  margin-left: 15px;
}
.section.section-login .box .form .checkbox .list-item.small .list-item-label {
  font-size: 11px;
}
.section.section-login .box .form .checkbox .list-item.small label {
  align-items: flex-start;
  line-height: 2;
}
.section.section-login .box .form .checkbox .list-item-label {
  padding-left: 35px;
  display: block;
}
.section.section-login .box .form .checkbox input[type=checkbox] {
  appearance: none;
  position: absolute;
}
.section.section-login .box .form .checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #c4c4c4;
  border-radius: 3px;
}
.section.section-login .box .form .checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 6px;
  width: 7px;
  height: 12px;
  border: solid #382410;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section.section-login .box .form .checkbox input[type=checkbox]:checked:after {
  display: block;
}
.section.section-login .box .form .checkbox input[type=radio] {
  appearance: none;
  position: absolute;
}
.section.section-login .box .form .checkbox input[type=radio]:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #c4c4c4;
  border-radius: 3px;
}
.section.section-login .box .form .checkbox input[type=radio]:after {
  content: "";
  position: absolute;
  display: none;
  top: -6px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #382410;
  border-radius: 3px;
}
.section.section-login .box .form .checkbox input[type=radio]:checked:after {
  display: block;
}
.section.section-login .box .form .form-control {
  background-color: #e9e9e9;
  border-radius: 5px;
  border-color: #e9e9e9;
}
.section.section-login .box .form .form-group {
  margin-bottom: 20px;
}
.section.section-login .box .form .note {
  font-size: 11px;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) {
  .section.section-login .box .form .note {
    margin-left: 35%;
  }
  .section.section-login .box .form .note.full-width {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-login .box .form .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
  }
  .section.section-login .box .form .form-group label {
    width: 35%;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .section.section-login .box .form .form-group input, .section.section-login .box .form .form-group select {
    width: 65%;
  }
  .section.section-login .box .form .form-group input[type=submit], .section.section-login .box .form .form-group select[type=submit] {
    width: auto;
    margin: 0 auto;
  }
  .section.section-login .box .form .form-group.submit, .section.section-login .box .form .form-group.text-center {
    width: 100%;
    display: block;
  }
}
.section.section-login .box .form .submit {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section.section-login .box .form .submit {
    margin-bottom: 20px;
  }
}
.section.section-login .box .form .submit .btn {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
.section.section-login .register {
  margin-top: 0px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section.section-login .register {
    font-size: 18px;
  }
}
.section.section-login .register .sub {
  margin-top: 30px;
}
.section.section-login .social-login {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-login .social-login {
    margin-top: 60px;
  }
}
.section.section-login .social-login ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 390px;
}
.section.section-login .social-login ul li {
  margin-bottom: 10px;
}
.section.section-login .social-login ul li a {
  display: block;
  background: #e9e9e9;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  padding: 10px;
}
.section.section-login .social-login ul li a:hover {
  background: #3f3f3f;
  color: #fff;
}
.section.section-login .small {
  font-weight: 700;
}
.section.section-contact {
  background: rgb(46, 46, 46);
  background: -moz-linear-gradient(0deg, rgb(46, 46, 46) 0%, rgb(63, 63, 63) 100%);
  background: -webkit-linear-gradient(0deg, rgb(46, 46, 46) 0%, rgb(63, 63, 63) 100%);
  background: linear-gradient(0deg, rgb(46, 46, 46) 0%, rgb(63, 63, 63) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e2e2e",endColorstr="#3f3f3f",GradientType=1);
  position: relative;
  color: #fff;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-contact {
    padding-bottom: 340px;
  }
}
.section.section-contact h1 {
  font-weight: 600;
  font-size: 22px;
  color: #ffb424;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .section.section-contact h1 {
    font-size: 37px;
  }
}
.section.section-contact h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffb424;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-contact h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.section.section-contact .gglcptch_recaptcha > div {
  margin: 0 auto;
}
.section.section-contact .bg {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-contact .bg {
    position: absolute;
    left: 1%;
    bottom: 0;
    width: 40%;
    max-width: 478px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .section.section-contact .bg {
    left: 40px;
  }
}
.section.section-contact .bg img {
  max-width: 300px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section.section-contact .bg img {
    max-width: 100%;
  }
}
.section.section-contact .box .column:first-child p {
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 992px) {
  .section.section-contact .box {
    display: flex;
    justify-content: space-between;
  }
  .section.section-contact .box .column {
    width: 30%;
  }
  .section.section-contact .box .column:last-child {
    width: 65%;
  }
}
.section.section-contact .box .content {
  padding: 30px 20px;
  border-radius: 20px;
  background: #fffcee;
  webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  width: 100%;
  color: #4f4f4f;
}
@media only screen and (min-width: 992px) {
  .section.section-contact .box .content {
    padding: 40px;
    margin-top: 0px;
  }
}
.section.section-contact .box a {
  color: #ffffff;
  text-decoration: underline;
}
.section.section-contact .box a:hover {
  color: #ffb424;
}
.section.section-contact .box .form label {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.section.section-contact .box .form label span {
  color: red;
}
.section.section-contact .box .form .custom-checkbox {
  position: relative;
  padding-left: 30px;
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.section.section-contact .box .form .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.section.section-contact .box .form .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #0558d7;
}
.section.section-contact .box .form .custom-checkbox input:checked ~ .checkmark {
  background-color: #0558d7;
}
.section.section-contact .box .form .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.section.section-contact .box .form .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.section.section-contact .box .form .custom-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section.section-contact .box .form .form-control {
  background-color: #e9e9e9;
  border-radius: 5px;
  border-color: #e9e9e9;
}
.section.section-contact .box .form .form-group {
  margin-bottom: 20px;
}
.section.section-contact .box .form .note {
  font-size: 11px;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) {
  .section.section-contact .box .form .note {
    margin-left: 35%;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-contact .box .form .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .section.section-contact .box .form .form-group label {
    width: 148px;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .section.section-contact .box .form .form-group .wpcf7-form-control-wrap {
    width: calc(100% - 148px);
  }
  .section.section-contact .box .form .form-group.submit, .section.section-contact .box .form .form-group.text-center {
    width: 100%;
    display: block;
  }
}
.section.section-contact .box .form .submit {
  text-align: center;
  position: relative;
}
.section.section-contact .box .form .submit .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 12px;
}
@media only screen and (min-width: 992px) {
  .section.section-contact .box .form .submit {
    margin-bottom: 20px;
  }
}
.section.section-contact .box .form .submit .btn {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
.section.section-wp-main {
  background: rgb(46, 46, 46);
  background: -moz-linear-gradient(0deg, rgb(46, 46, 46) 0%, rgb(63, 63, 63) 100%);
  background: -webkit-linear-gradient(0deg, rgb(46, 46, 46) 0%, rgb(63, 63, 63) 100%);
  background: linear-gradient(0deg, rgb(46, 46, 46) 0%, rgb(63, 63, 63) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e2e2e",endColorstr="#3f3f3f",GradientType=1);
  position: relative;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.section.section-wp-main .textfloat {
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.4;
  left: 0px;
  top: -20px;
  font-size: 74px;
  line-height: 1;
  z-index: -1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  opacity: 0.1;
}
.section.section-wp-main .textfloat small {
  font-size: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-wp-main .textfloat small {
    font-size: 88px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-wp-main .textfloat {
    font-size: 193px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-wp-main .textfloat {
    margin-left: -44px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .section.section-wp-main .textfloat {
    font-size: 230px;
  }
}
.section.section-wp-main h1 {
  font-size: 40px;
  color: #ffb424;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section.section-wp-main h1 {
    font-size: 76px;
    margin-bottom: 40px;
  }
}
.section.section-wp-main h1 b {
  font-size: 50px;
  font-weight: normal;
}
@media only screen and (min-width: 992px) {
  .section.section-wp-main h1 b {
    font-size: 91px;
  }
}
.section.section-wp-main h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #ffb424;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .section.section-wp-main h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.section.section-wp-main h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .section.section-wp-main h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.section.section-wp-main .image {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-wp-main .image {
    margin-bottom: 80px;
  }
}
.section.section-wp-main .block {
  padding-top: 17px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .section.section-wp-main .block {
    padding-top: 95px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .section.section-wp-main .block {
    padding-top: 122px;
  }
}
.section.section-wp-main .block .social {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  align-items: center;
}
.section.section-wp-main .block .social li {
  margin: 0 5px;
}
@media only screen and (min-width: 992px) {
  .section.section-wp-main .block .social li {
    margin: 0 10px;
  }
  .section.section-wp-main .block .social li:last-child {
    margin-right: 0;
  }
}
.section.section-wp-main .block .social li a img {
  width: 40px;
}
.section.section-wp-main .block .social li a:hover {
  opacity: 0.6;
}
.section.section-wp-main .block .item {
  margin-bottom: 50px;
}
.section.section-wp-main .block .item:last-child {
  margin-bottom: 0px;
}
.section.section-wp-main .block .item ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section.section-wp-main .block .item ol li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  counter-increment: my-custom-counter;
}
@media only screen and (min-width: 992px) {
  .section.section-wp-main .block .item ol li {
    padding-left: 60px;
    margin-bottom: 30px;
  }
}
.section.section-wp-main .block .item ol li:before {
  content: counter(my-custom-counter);
  position: absolute;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  opacity: 0.2;
  line-height: 1;
  top: 50%;
  margin-top: -20px;
  width: 60px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-wp-main .block .item ol li:before {
    font-size: 60px;
    margin-top: -30px;
  }
}
.section.section-wp-main .block .item .img {
  text-align: center;
}
.section.section-wp-main .block .item .img img {
  width: 100%;
  max-width: 540px;
}
@media only screen and (min-width: 992px) {
  .section.section-wp-main .block .item .img {
    width: 115%;
    margin-right: -15%;
  }
  .section.section-wp-main .block .item .img img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-wp-main .block .item {
    display: flex;
    justify-content: space-between;
  }
  .section.section-wp-main .block .item .column {
    width: 48%;
  }
  .section.section-wp-main .block .item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .section.section-wp-main .block .item:nth-child(2n) .img img {
    margin-right: 0;
    margin-left: -15%;
  }
}
.section.section-home-intro {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  background: #1e3044 url(../images/bg_story.jpg?ver=1.1) center no-repeat;
  background-size: cover;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .section.section-home-intro {
    padding-bottom: 90px;
  }
}
.section.section-home-intro .container {
  position: relative;
  z-index: 2;
}
.section.section-home-intro .heading .textfloat {
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.4;
  left: 0px;
  top: -20px;
  font-size: 74px;
  line-height: 1;
  z-index: -1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  mix-blend-mode: multiply;
  color: #000;
  top: 0;
  opacity: 0.15;
}
.section.section-home-intro .heading .textfloat small {
  font-size: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-intro .heading .textfloat small {
    font-size: 88px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-intro .heading .textfloat {
    font-size: 193px;
  }
}
.section.section-home-intro .heading h2 {
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-intro .heading h2 {
    padding-top: 70px;
    padding-left: 350px;
    padding-bottom: 60px;
  }
}
.section.section-home-intro h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #f9c632;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .section.section-home-intro h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.section.section-home-intro h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .section.section-home-intro h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.section.section-home-intro p {
  max-width: 960px;
}
.section.section-home-intro .bg {
  text-align: center;
}
.section.section-home-intro .bg img {
  width: 80%;
}
@media only screen and (min-width: 992px) {
  .section.section-home-intro .bg img {
    width: 100%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1600px) {
  .section.section-home-intro .bg img {
    max-width: 32%;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-intro .bg {
    position: absolute;
    text-align: right;
    right: -18px;
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .section.section-home-intro .bg {
    right: -35px;
  }
}
.section.section-home-intro .block {
  margin-top: 40px;
}
.section.section-home-intro .block .item {
  margin-bottom: 40px;
}
.section.section-home-intro .block .item .thumb {
  margin-bottom: 20px;
  webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.section.section-home-intro .block .item .thumb a {
  display: block;
  position: relative;
  overflow: hidden;
}
.section.section-home-intro .block .item .thumb a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/play.png) center no-repeat;
  background-size: 55px;
  z-index: 2;
}
.section.section-home-intro .block .item .thumb a:hover {
  transform: scale(1.05);
}
@media only screen and (min-width: 768px) {
  .section.section-home-intro .block .item .thumb {
    margin-bottom: 0;
  }
}
.section.section-home-intro .block .item .thumb img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section.section-home-intro .block .item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    max-width: 960px;
  }
  .section.section-home-intro .block .item .thumb {
    width: 270px;
  }
  .section.section-home-intro .block .item .text {
    width: calc(100% - 270px);
    padding-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .section.section-home-intro .block .item {
    width: 70%;
  }
  .section.section-home-intro .block .item:first-child {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .section.section-home-intro .block .item {
    width: 71%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) and (min-width: 1440px) {
  .section.section-home-intro .block .item {
    width: 75%;
  }
}
.section.section-home-intro .block .image {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section.section-home-intro .block .image {
    width: calc(100% + 90px);
    margin-right: -90px;
  }
}
.section.section-home-intro .block .image img {
  width: 100%;
  max-width: 360px;
}
@media only screen and (min-width: 768px) {
  .section.section-home-intro .block .image img {
    max-width: 520px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .section.section-home-intro .block .image img {
    max-width: 100%;
  }
}
.section.section-journey {
  color: #fff;
  background: #2b4d9a url(../images/bg_journey.jpg) top center no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 992px) {
  .section.section-journey {
    padding-bottom: 0;
    border-bottom-width: 0;
  }
}
.section.section-journey h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  padding-top: 15px;
  color: #1851c6;
  margin-bottom: 60px;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 992px) {
  .section.section-journey h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-journey h2 {
    padding-top: 90px;
    margin-bottom: 200px;
  }
}
.section.section-journey .textfloat {
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.4;
  left: 0px;
  top: -20px;
  font-size: 74px;
  line-height: 1;
  z-index: -1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  z-index: -1;
  opacity: 0.6;
}
.section.section-journey .textfloat small {
  font-size: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-journey .textfloat small {
    font-size: 88px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-journey .textfloat {
    font-size: 193px;
  }
}
@media only screen and (max-width: 320px) {
  .section.section-journey .textfloat {
    font-size: 68px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-journey .textfloat {
    margin-left: -64px;
  }
}
.section.section-journey .block .image {
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  display: block;
}
.section.section-journey .block .image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/play.png) center no-repeat;
  background-size: 55px;
  z-index: 2;
}
.section.section-journey .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-journey .block h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .section.section-journey .block h3 {
    font-size: 24px;
  }
}
.section.section-journey .block .link {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-journey .block .link {
    text-align: right;
    margin-bottom: 0;
  }
}
.section.section-journey .block .link a {
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  min-width: 150px;
  color: #000;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: #579BFF;
  background: linear-gradient(180deg, rgb(87, 155, 255) 0%, rgb(104, 224, 207) 100%);
}
.section.section-journey .block .link a:hover {
  color: #fff;
}
.section.section-journey .block .link a span {
  position: relative;
  z-index: 2;
}
.section.section-journey .block .link a:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #579BFF;
  border-radius: 30px;
  background: linear-gradient(90deg, rgb(87, 155, 255) 0%, rgb(104, 224, 207) 100%);
}
@media only screen and (min-width: 992px) {
  .section.section-journey .block .link a {
    min-width: 200px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-journey .block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section.section-journey .block .column {
    width: 38%;
  }
  .section.section-journey .block .column:last-child {
    width: 62%;
    padding-left: 55px;
    padding-bottom: 55px;
  }
}
.section.section-journey .slider {
  margin-bottom: 20px;
}
.section.section-journey .slider .slick-arrow {
  position: absolute;
  left: 0;
  bottom: -40px;
  font-weight: 500;
  border: 0;
  background: transparent;
  text-decoration: underline;
  padding: 0;
  color: #fff;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .section.section-journey .slider .slick-arrow {
    bottom: 50px;
    left: auto;
    right: 200px;
  }
}
.section.section-journey .slider .slick-arrow:hover {
  color: #fff;
}
.section.section-journey .slider .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.section.section-journey .slider .slick-arrow.slick-disabled {
  color: #193062;
}
.section.section-journey .slider .slick-dots {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-journey .slider .slick-dots {
    font-size: 18px;
    text-align: right;
    margin-bottom: 0;
  }
}
.section.section-journey .slider .slick-dots li {
  margin: 0 10px;
}
.section.section-journey .slider .slick-dots li.slick-active {
  transform: scale(1);
}
.section.section-journey .slider .slick-dots li.slick-active button {
  color: #ffd014;
}
@media only screen and (min-width: 992px) {
  .section.section-journey .slider .slick-dots li {
    margin-left: 30px;
    margin-right: 0;
  }
}
.section.section-journey .slider .slick-dots li button {
  text-indent: initial;
  width: auto;
  height: auto;
  background: transparent;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}
.section.section-video {
  color: #fff;
  background: #2b4d9a;
  position: relative;
  overflow: hidden;
}
.section.section-video h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .section.section-video h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-video h2 {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .section.section-video h2 {
    padding-top: 90px;
  }
}
.section.section-video .textfloat {
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.4;
  left: 0px;
  top: -20px;
  font-size: 74px;
  line-height: 1;
  z-index: -1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  opacity: 0.3;
  z-index: -1;
  color: #000;
}
.section.section-video .textfloat small {
  font-size: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-video .textfloat small {
    font-size: 88px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-video .textfloat {
    font-size: 193px;
  }
}
@media only screen and (max-width: 767px) {
  .section.section-video .textfloat {
    font-size: 52px;
    top: -17px;
  }
}
@media only screen and (max-width: 320px) {
  .section.section-video .textfloat {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-video .textfloat {
    margin-left: -64px;
  }
}
.section.section-video .nav {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .section.section-video .nav {
    margin: 40px 0;
  }
}
.section.section-video .nav li {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-video .nav li {
    margin-left: 40px;
  }
}
.section.section-video .nav li a {
  font-weight: 600;
  color: #729dff;
  text-decoration: underline;
}
.section.section-video .nav li a:hover {
  color: #fff;
}
.section.section-video .loadmore {
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
  color: #2b2b2b;
}
.section.section-video .loadmore:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 42px;
  height: 38px;
  z-index: 1;
  background: url(../images/arrowdown.png) center no-repeat;
  background-size: 100%;
}
.section.section-video .loadmore p {
  margin-bottom: 0;
}
.section.section-video .backtotop {
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section.section-video .backtotop a {
  color: #ffffff;
  position: relative;
  padding-top: 45px;
  display: inline-block;
}
.section.section-video .backtotop a:hover {
  text-decoration: underline;
}
.section.section-video .backtotop a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 42px;
  height: 38px;
  z-index: 1;
  background: url(../images/backtotop.png) center no-repeat;
  background-size: 100%;
}
.section.section-video .item-1 {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section.section-video .item-1 {
    margin-top: 60px;
  }
}
.section.section-video .item-1 .item {
  padding-bottom: 30px;
  color: #fff;
  position: relative;
  display: block;
}
.section.section-video .item-1 .item.visited:after {
  background: #FF544E;
  background: linear-gradient(180deg, rgb(255, 84, 78) 0%, rgb(249, 202, 41) 100%);
  border: 2px solid #fff;
}
@media only screen and (min-width: 768px) {
  .section.section-video .item-1 .item {
    display: flex;
    justify-content: space-between;
  }
  .section.section-video .item-1 .item:before {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 6px;
    top: 35%;
    background: #fff;
    content: "";
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .section.section-video .item-1 .item:before {
    top: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-video .item-1 .item:last-child:before {
    display: none;
  }
  .section.section-video .item-1 .item:after {
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 35%;
    background: #e77848;
    content: "";
    border-radius: 50%;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .section.section-video .item-1 .item:after {
    top: 40%;
  }
}
.section.section-video .item-1 .item:hover img {
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
  .section.section-video .item-1 .item {
    align-items: center;
    padding-bottom: 60px;
    padding-left: 60px;
  }
}
.section.section-video .item-1 .item h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.section.section-video .item-1 .item .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.section.section-video .item-1 .item .image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/play.png) center no-repeat;
  background-size: 55px;
  z-index: 2;
}
.section.section-video .item-1 .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .section.section-video .item-1 .item .image {
    width: 300px;
    margin-bottom: 0;
  }
}
.section.section-video .item-1 .item .text p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section.section-video .item-1 .item .text {
    width: calc(100% - 300px);
    padding-left: 40px;
  }
}
.section.section-video .item-2 {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section.section-video .item-2 {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .section.section-video .item-2 .item {
    width: 33.33%;
    padding: 0 20px;
  }
}
.section.section-video .item-2 .item {
  margin-bottom: 30px;
  color: #fff;
  position: relative;
  display: block;
}
.section.section-video .item-2 .item:hover img {
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
  .section.section-video .item-2 .item {
    margin-bottom: 40px;
  }
}
.section.section-video .item-2 .item .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 170px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.section.section-video .item-2 .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-video .item-2 .item .views {
  font-size: 14px;
}
.section.section-video.latest {
  background: #BE3BFB;
  background: linear-gradient(180deg, rgb(190, 59, 251) 0%, rgb(39, 76, 150) 100%);
  color: #fff;
}
.section.section-video.latest .textfloat {
  color: #661ea7;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .section.section-video.latest .textfloat {
    font-size: 60px;
    top: -20px;
  }
}
.section.section-video.latest .loadmore {
  color: #fff;
}
.section.section-video.latest .loadmore:before {
  background-image: url(../images/arrowdown_w.png);
}
.section.section-video.latest .nav li a {
  color: #602da3;
}
.section.section-video.latest .nav li a:hover {
  color: #fff;
}
.section.section-video.latest .sby_inner_item {
  display: block !important;
}
.section.section-video.latest .sby_inner_item .sby_video_title_wrap {
  margin-bottom: 10px !important;
  text-transform: uppercase;
  font-size: 16px !important;
}
@media only screen and (min-width: 992px) {
  .section.section-video.latest .sby_inner_item .sby_video_title_wrap {
    margin-bottom: 15px !important;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-video.latest .sby_inner_item {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
.section.section-video.latest .sby_inner_item .sby_video_thumbnail_wrap {
  float: none;
}
@media only screen and (min-width: 992px) {
  .section.section-video.latest .sby_inner_item .sby_video_thumbnail_wrap {
    width: 560px !important;
  }
}
.section.section-video.latest .sby_inner_item .sby_info_item {
  padding: 0 !important;
  margin-top: 15px !important;
}
@media only screen and (min-width: 992px) {
  .section.section-video.latest .sby_inner_item .sby_info_item {
    width: calc(100% - 375px);
    padding-left: 40px !important;
  }
}
.section.section-video.playlist {
  color: #000;
  background: #68E0CF;
  background: linear-gradient(180deg, rgb(104, 224, 207) 0%, rgb(32, 156, 254) 100%);
}
.section.section-video.playlist:before {
  display: none;
}
.section.section-video.playlist .textfloat {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .section.section-video.playlist .textfloat {
    font-size: 60px;
    top: -20px;
  }
}
.section.section-video.playlist .nav li a {
  color: #2f8489;
}
.section.section-video.playlist .nav li a:hover {
  color: #fff;
}
.section.section-video.playlist .sby-owl-nav {
  bottom: 25px;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.section.section-video.playlist .sby-owl-nav .sby-owl-prev {
  left: 13px;
  background: transparent;
  box-shadow: none;
}
.section.section-video.playlist .sby-owl-nav .sby-owl-next {
  right: 7px;
  background: transparent;
  box-shadow: none;
}
@media only screen and (min-width: 992px) {
  .section.section-video.playlist .sby-owl-nav {
    max-width: 330px;
  }
}
@media only screen and (min-width: 1200px) {
  .section.section-video.latest h2, .section.section-video.playlist h2 {
    padding-top: 135px;
  }
}
@media only screen and (min-width: 1200px) {
  .section.section-video.latest .textfloat, .section.section-video.playlist .textfloat {
    font-size: 245px;
  }
}
.section.section-video.playlist .sby_footer .sby_load_btn:before {
  background-image: url(../images/arrowdown.png);
}
.section.section-video.playlist .sby_footer .sby_load_btn:hover {
  background: transparent !important;
  color: #000 !important;
}
.section.section-video .accordion {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-video .accordion {
    margin-top: 60px;
  }
}
.section.section-video .accordion .yt-widget {
  margin-bottom: 30px;
}
.section.section-video .accordion .info .heading {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /*
  &:after{
  	width: 25px;
  	height: 25px;
  	position: absolute;
  	right: 0;
  	top:50%;
  	margin-top: -13px;
  	background: url(../images/arrowright.png) center no-repeat;
  	background-size: 100%;
  	content: '';
  	@extend %transition;
  }
  &.active:after{
  	transform: rotate(90deg);	
  }*/
}
@media only screen and (min-width: 992px) {
  .section.section-video .accordion .info .heading {
    margin-bottom: 40px;
  }
}
.section.section-video .accordion .info .heading .line {
  height: 1px;
  background: #fff;
  /*margin-right: 35px;*/
  flex: 1 auto;
  margin-left: 15px;
}
@media only screen and (min-width: 992px) {
  .section.section-video .accordion .info .heading .line {
    margin-left: 25px;
    /*margin-right: 45px;*/
  }
}
.section.section-video .accordion .info .heading span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (min-width: 992px) {
  .section.section-video .accordion .info .heading span {
    font-size: 26px;
  }
}
.section.section-video .accordion .info .content {
  display: block;
}
.section.section-video .accordion .info .item-2 {
  margin-top: 0;
}
.section.section-video .accordion .info .item-2 a {
  color: #000;
}
.section.section-watchnow-intro {
  background: #963c18 url(../images/bg_watchnow.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.section.section-watchnow-intro h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-watchnow-intro h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-watchnow-intro h2 {
    margin-bottom: 40px;
    max-width: 560px;
  }
}
.section.section-watchnow-intro .block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media only screen and (min-width: 768px) {
  .section.section-watchnow-intro .block {
    margin: 0 -20px;
  }
}
.section.section-watchnow-intro .block .column {
  width: 33.33%;
  padding: 0 5px;
  display: block;
  position: relative;
}
.section.section-watchnow-intro .block .column .image {
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  position: relative;
  background-clip: padding-box;
  border: solid 3px transparent;
}
.section.section-watchnow-intro .block .column .image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: inherit;
  background: #FF544F;
  background: linear-gradient(180deg, rgb(255, 84, 79) 0%, rgb(249, 208, 38) 100%);
}
.section.section-watchnow-intro .block .column .image img {
  width: 100%;
  border-radius: 10px;
}
.section.section-watchnow-intro .block .column.item2 .image:before {
  background: #2727D5;
  background: linear-gradient(180deg, rgb(39, 39, 213) 0%, rgb(136, 208, 207) 100%);
}
.section.section-watchnow-intro .block .column.item3 .image:before {
  background: #5EA2EF;
  background: linear-gradient(180deg, rgb(94, 162, 239) 0%, rgb(208, 45, 156) 100%);
}
.section.section-watchnow-intro .block .column:hover {
  transform: scale(1.05);
}
@media only screen and (min-width: 768px) {
  .section.section-watchnow-intro .block .column {
    padding: 0 20px;
  }
}
.section.section-watchnow-intro.more h2 {
  color: #ffb424;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section.section-watchnow-intro.more h2 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
.section.section-watchnow-intro.more .block {
  max-width: 560px;
  margin: 0 auto;
}
.section.section-watchnow-intro.more .block .column {
  width: 50%;
}
@media only screen and (min-width: 992px) {
  .section.section-watchnow-intro.more .block {
    max-width: 800px;
  }
}
.section.section-watchparty {
  background: #994018;
  background: linear-gradient(180deg, rgb(153, 64, 24) 0%, rgb(127, 38, 30) 100%);
  color: #fff;
  overflow: hidden;
}
.section.section-watchparty h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section.section-watchparty h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-watchparty h2 {
    margin-bottom: 40px;
  }
}
.section.section-watchparty p {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.section.section-watchparty .image {
  background: #000;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-watchparty .image {
    padding: 80px 0;
    min-height: 430px;
    padding-left: 120px;
  }
}
.section.section-watchparty .image .content {
  position: relative;
  z-index: 2;
}
.section.section-watchparty .image .content h1 {
  text-transform: uppercase;
  color: #ffb424;
  line-height: 0.9;
  font-size: 40px;
  margin-bottom: 10px;
  letter-spacing: -3px;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.section.section-watchparty .image .content h1 span {
  font-size: 55px;
}
@media only screen and (min-width: 992px) {
  .section.section-watchparty .image .content h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .section.section-watchparty .image .content h1 span {
    font-size: 76px;
  }
}
.section.section-watchparty .image .content p {
  max-width: 352px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .section.section-watchparty .image .content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .section.section-watchparty .image .content p {
    max-width: 200px;
  }
}
.section.section-watchparty .image .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section.section-watchparty .image .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-watchparty .link {
  margin-top: 20px;
}
.section.section-watchparty .link a {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  .section.section-watchparty .link {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .section.section-watchparty .link a {
    font-size: 9px;
  }
}
.section.section-home-series {
  background: #e04d17 url(../images/bg_series_m.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  color: #1b1b1b;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section.section-home-series {
    padding-top: 80px;
    background-image: url(../images/bg_series.jpg?ver=1.1);
    background-position: bottom center;
  }
}
.section.section-home-series .container {
  position: relative;
}
.section.section-home-series .textfloat {
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.4;
  left: 0px;
  top: -20px;
  font-size: 74px;
  line-height: 1;
  z-index: -1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #ffebb2;
  opacity: 1;
}
.section.section-home-series .textfloat small {
  font-size: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-series .textfloat small {
    font-size: 88px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-series .textfloat {
    font-size: 193px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-series .textfloat {
    left: 28%;
    opacity: 0.6;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) {
  .section.section-home-series .textfloat {
    left: 24%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) and (min-width: 1800px) {
  .section.section-home-series .textfloat {
    left: 16%;
  }
}
.section.section-home-series h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #0d4ca7;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .section.section-home-series h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-series h2 {
    margin-bottom: 40px;
  }
}
.section.section-home-series h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #323232;
}
@media only screen and (min-width: 992px) {
  .section.section-home-series h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.section.section-home-series .content {
  padding-bottom: 50px;
  padding-top: 12px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .section.section-home-series .content {
    margin-right: 0;
    margin-left: auto;
    max-width: 660px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section.section-home-series .content p {
    max-width: 650px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) {
  .section.section-home-series .content {
    max-width: 760px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) and (min-width: 1800px) {
  .section.section-home-series .content {
    max-width: 65%;
  }
}
.section.section-home-series .link {
  text-align: right;
  margin-top: 30px;
}
.section.section-home-series .container {
  position: relative;
  z-index: 2;
}
.section.section-home-series .block {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .section.section-home-series .block {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .section.section-home-series .block {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .section.section-home-series .block {
    margin-left: -80px;
    margin-right: -80px;
  }
}
.section.section-home-series .block .column {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .section.section-home-series .block .column {
    width: 33.33%;
    padding: 0 12px;
  }
}
.section.section-home-series .block .column:hover img {
  transform: scale(1.1);
}
.section.section-home-series .block .column img {
  width: 100%;
}
.section.section-home-series .bg {
  background: #1e3044;
  margin-bottom: 50px;
  position: relative;
}
.section.section-home-series .bg:before {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 217, 107) 100%);
}
@media only screen and (min-width: 992px) {
  .section.section-home-series .bg:before {
    display: none;
  }
}
.section.section-home-series .bg img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section.section-home-series .bg {
    position: absolute;
    width: auto;
    height: 100%;
    margin-bottom: 0;
    top: 0;
    left: -20%;
    background: transparent;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1024px) {
  .section.section-home-series .bg {
    left: -10%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1024px) and (min-width: 1200px) {
  .section.section-home-series .bg {
    left: -5%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1024px) and (min-width: 1200px) and (min-width: 1600px) {
  .section.section-home-series .bg {
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-series .bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
  }
}
.section.section-home-series .title img {
  width: 140px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-series .title img {
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .section.section-home-series .title {
    margin-left: -90px;
  }
}
.section.section-home-series .feed {
  margin: 0 -5px;
  margin-top: 10px;
}
.section.section-home-series .feed .slick-list {
  margin-right: -35%;
}
@media only screen and (min-width: 992px) {
  .section.section-home-series .feed .slick-list {
    margin-right: -50%;
    margin-left: -5px;
    width: calc(150% + 5px) !important;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .section.section-home-series .feed .slick-list {
    margin-right: -24vw;
    margin-left: -87px;
    width: calc(100% + 24vw + 87px) !important;
  }
}
.section.section-home-series .slide-show {
  font-size: 0;
  position: relative;
}
.section.section-home-series .slide-show .slick-slide {
  padding: 0 5px;
}
.section.section-home-series .slide-show .slick-arrow {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 18px;
  height: 20px;
  background: url(../images/arrow_left2.png) center no-repeat;
  background-size: contain;
  border: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-home-series .slide-show .slick-arrow {
    left: 100px;
    width: 22px;
    height: 26px;
  }
}
.section.section-home-series .slide-show .slick-arrow.slick-next {
  right: 0;
  left: auto;
  transform: scaleX(-1);
}
@media only screen and (min-width: 992px) {
  .section.section-home-series .slide-show .slick-arrow.slick-next {
    right: 100px;
  }
}
.section.section-home-series .slide-show .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: block;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
  background: #000;
}
.section.section-home-series .slide-show .image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/play.png) center no-repeat;
  background-size: 30px;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .section.section-home-series .slide-show .image:before {
    background-size: 55px;
  }
}
.section.section-home-series .slide-show .image.soon:before {
  content: "Coming Soon";
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .section.section-home-series .slide-show .image.soon:before {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .section.section-home-series .slide-show .image.soon:before {
    font-size: 20px;
  }
}
.section.section-home-series .slide-show .image.soon img {
  filter: grayscale(100%);
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .section.section-home-series .slide-show .image {
    margin-right: 10px;
  }
}
.section.section-home-series .slide-show .image:hover img {
  transform: scale(1.1);
}
.section.section-home-series .slide-show .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-news {
  background: #9fd8fe url(../images/bg_news.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
.section.section-news h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #0558d7;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-news h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-news h2 {
    margin-bottom: 0;
  }
}
.section.section-news h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .section.section-news h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.section.section-news .list .item {
  display: block;
  border-radius: 15px;
  background: #fff;
  position: relative;
  overflow: hidden;
  color: #000;
  webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.section.section-news .list .item .image {
  height: 165px;
  background: #000;
  position: relative;
  overflow: hidden;
}
.section.section-news .list .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-news .list .item:hover .image img {
  transform: scale(1.1);
}
.section.section-news .list .item:hover .link {
  color: #0558d7;
}
.section.section-news .list .item .content {
  padding: 20px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 165px);
}
.section.section-news .list .item .content .top, .section.section-news .list .item .content .bottom {
  width: 100%;
}
.section.section-news .list .item .content .bottom {
  align-self: flex-end;
}
.section.section-news .list .item .content h4 {
  font-size: 17px;
  font-weight: 600;
}
.section.section-news .list .item .content .link {
  text-decoration: underline;
  text-align: right;
}
.section.section-news .list .item .author {
  display: flex;
  align-items: center;
  font-weight: 300;
  margin-bottom: 20px;
}
.section.section-news .list .item .author .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
}
.section.section-news .list .item .author .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-news .list .item .author .text {
  padding-left: 15px;
  width: calc(100% - 50px);
}
.section.section-news .list .item .author .text h4, .section.section-news .list .item .author .text p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-news .list .item {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .section.section-news .list {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-news .block {
    display: flex;
    justify-content: space-between;
  }
  .section.section-news .block .column {
    width: 37%;
  }
  .section.section-news .block .column:last-child {
    width: 60%;
  }
}
.section.section-home-mission {
  background: #7e261e url(../images/bg_mission.jpg?ver=1.1) center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission {
    padding-top: 80px;
  }
}
.section.section-home-mission .textfloat {
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.4;
  left: 0px;
  top: -20px;
  font-size: 74px;
  line-height: 1;
  z-index: -1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  opacity: 1;
  color: #ba5435;
}
.section.section-home-mission .textfloat small {
  font-size: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission .textfloat small {
    font-size: 88px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission .textfloat {
    font-size: 193px;
  }
}
@media only screen and (max-width: 519px) {
  .section.section-home-mission .textfloat {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission .textfloat {
    margin-left: -106px;
    opacity: 0.1;
    color: #fff;
  }
}
.section.section-home-mission h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #f9c632;
  padding-bottom: 20px;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 520px) {
  .section.section-home-mission h2 {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 520px) and (min-width: 992px) {
  .section.section-home-mission h2 {
    padding-bottom: 10px;
    padding-top: 0;
  }
}
.section.section-home-mission h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission h3 {
    font-size: 22px;
  }
}
.section.section-home-mission .mission {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .section.section-home-mission .mission {
    max-width: 560px;
  }
}
.section.section-home-mission .mission .coln {
  width: 48%;
}
.section.section-home-mission .mission .coln p {
  max-width: 180px;
}
.section.section-home-mission .mission .vision {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
}
.section.section-home-mission .mission .vision img {
  width: 25px;
  margin-top: 29px;
  margin-left: 5px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission .mission .vision img {
    margin-top: 21px;
  }
}
.section.section-home-mission .mission .vision .tooltip {
  position: absolute;
  padding: 10px;
  color: #fff;
  background: #382410;
  width: 200px;
  margin-top: 15px;
  margin-left: 7px;
  left: 0;
}
.section.section-home-mission .mission .vision .tooltip:before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #382410;
  position: absolute;
  content: "";
  top: -8px;
}
.section.section-home-mission .mission .vision .tooltip p {
  margin-bottom: 0;
  font-weight: 700;
}
.section.section-home-mission .mission .vision:hover .tooltip {
  opacity: 1;
}
.section.section-home-mission .content {
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission .content {
    width: 48%;
    max-width: 660px;
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .section.section-home-mission .content p {
    max-width: 620px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) {
  .section.section-home-mission .content {
    max-width: 760px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) and (min-width: 1800px) {
  .section.section-home-mission .content {
    max-width: 65%;
  }
}
.section.section-home-mission .content .quote {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission .content .quote {
    text-align: left;
  }
}
.section.section-home-mission .content .quote .eng {
  font-size: 20px;
  margin-top: 30px;
  line-height: 1.2;
  font-weight: normal;
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission .content .quote .eng {
    font-size: 32px;
    margin-top: 50px;
    line-height: 1;
  }
  .section.section-home-mission .content .quote .eng p {
    max-width: 720px;
  }
}
.section.section-home-mission .content .quote .author {
  font-size: 18px;
  margin-top: 20px;
}
.section.section-home-mission .content .quote .author img {
  width: 140px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission .content .quote .author img {
    width: 190px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission .content .quote .author {
    font-size: 20px;
    margin-top: 30px;
    text-align: right;
  }
}
.section.section-home-mission .content .link {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission .content .link {
    text-align: left;
  }
}
.section.section-home-mission .container {
  position: relative;
  z-index: 2;
}
.section.section-home-mission .bg {
  background: #1e3044;
  text-align: right;
  margin-bottom: 50px;
  position: relative;
}
.section.section-home-mission .bg:before {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(149, 61, 26) 100%);
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission .bg:before {
    display: none;
  }
}
.section.section-home-mission .bg img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission .bg {
    position: absolute;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: -20%;
    background: transparent;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1024px) {
  .section.section-home-mission .bg {
    right: -10%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1024px) and (min-width: 1200px) {
  .section.section-home-mission .bg {
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-mission .bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
  }
}
.section.section-home-support {
  background: #1e3044 url(../images/bg_support_m.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-bottom: 0;
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-home-support {
    padding-top: 80px;
    background-image: url(../images/bg_support.jpg?ver=1.2);
  }
}
.section.section-home-support .mobile-img {
  margin-bottom: 50px;
  position: relative;
}
.section.section-home-support .mobile-img:before {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(131, 11, 158) 100%);
}
.section.section-home-support .mobile-img img {
  width: 100%;
}
.section.section-home-support a {
  color: #fff;
  text-decoration: underline;
}
.section.section-home-support a:hover {
  color: #ffb424;
}
.section.section-home-support .textfloat {
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.4;
  left: 0px;
  top: -20px;
  font-size: 74px;
  line-height: 1;
  z-index: -1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  opacity: 0.2;
}
.section.section-home-support .textfloat small {
  font-size: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .textfloat small {
    font-size: 88px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .textfloat {
    font-size: 193px;
  }
}
@media only screen and (max-width: 519px) {
  .section.section-home-support .textfloat {
    font-size: 72px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .textfloat {
    margin-left: -106px;
    opacity: 0.1;
  }
}
.section.section-home-support h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #f9c632;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .section.section-home-support h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.section.section-home-support h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-support h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-support h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.section.section-home-support .watchparty {
  display: block;
  padding: 40px 20px;
  position: relative;
  color: #fff;
  background: #000 url(../images/bg_wp.jpg) center no-repeat;
  background-size: cover;
  background-clip: padding-box;
  border: solid 2px transparent;
  border-radius: 10px;
}
.section.section-home-support .watchparty:after {
  content: "";
  width: 20px;
  height: 13px;
  margin: 0 auto;
  right: 20px;
  bottom: 20px;
  position: absolute;
  background: url(../images/arrowright2.png) center no-repeat;
  background-size: 100%;
}
.section.section-home-support .watchparty:hover:after {
  transform: translateX(5px);
}
.section.section-home-support .watchparty:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: #FF544F;
  background: linear-gradient(180deg, rgb(255, 84, 79) 0%, rgb(249, 208, 38) 100%);
}
.section.section-home-support .watchparty h4 {
  text-transform: uppercase;
  color: #ffb424;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .watchparty h4 {
    font-size: 40px;
  }
}
.section.section-home-support .watchparty h4 b, .section.section-home-support .watchparty h4 strong {
  font-size: 34px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .watchparty h4 b, .section.section-home-support .watchparty h4 strong {
    font-size: 50px;
  }
}
.section.section-home-support .watchparty .text {
  max-width: 70%;
  margin-right: 0;
  margin-left: auto;
}
.section.section-home-support .watchparty .text p {
  font-size: 13px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .watchparty .text p {
    max-width: 320px;
    text-align: right;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .watchparty {
    max-width: 680px;
    min-height: 210px;
    padding: 50px;
    display: flex;
    align-items: center;
  }
  .section.section-home-support .watchparty .text {
    max-width: 382px;
  }
}
.section.section-home-support .social-box {
  margin-top: 30px;
  width: 100%;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .section.section-home-support .social-box {
    max-width: 420px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .section.section-home-support .social-box {
    margin-top: 40px;
  }
}
.section.section-home-support .social-box .social-counter {
  position: relative;
  z-index: 2;
}
.section.section-home-support .social-box .social-counter ul {
  display: flex !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section.section-home-support .social-box .social-counter {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .section.section-home-support .social-box .social-counter ul {
    display: flex !important;
    flex-wrap: wrap;
  }
}
.section.section-home-support .social-box .social-counter .xs-counter-li {
  border: 0;
  margin: 0 10px 10px !important;
  width: 100% !important;
  margin: 0 0 15px !important;
  max-width: 100%;
  min-width: auto;
  position: relative;
  background: transparent;
  position: relative;
  text-align: center;
}
.section.section-home-support .social-box .social-counter .xs-counter-li .wslu-hover-content {
  display: none;
}
.section.section-home-support .social-box .social-counter .xs-counter-li .xs-social-follower {
  margin: 10px 0 3px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section.section-home-support .social-box .social-counter .xs-counter-li .xs-social-follower {
    display: inline-block;
    margin: 0;
  }
}
.section.section-home-support .social-box .social-counter .xs-counter-li .xs-social-follower-text {
  display: inline-block;
  margin: 0;
}
.section.section-home-support .social-box .social-counter .xs-counter-li .xs-social-follower, .section.section-home-support .social-box .social-counter .xs-counter-li .xs-social-follower-text {
  font-size: 11px;
  text-transform: none;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section.section-home-support .social-box .social-counter .xs-counter-li {
    width: calc(25% - 20px) !important;
    max-width: calc(25% - 20px) !important;
    flex: auto;
    margin: 0 10px 20px !important;
  }
  .section.section-home-support .social-box .social-counter .xs-counter-li .xs-social-follower, .section.section-home-support .social-box .social-counter .xs-counter-li .xs-social-follower-text {
    display: none;
  }
  .section.section-home-support .social-box .social-counter .xs-counter-li:hover .wslu-hover-content {
    display: flex;
    animation: fadeIn 0.5s;
  }
  .section.section-home-support .social-box .social-counter .xs-counter-li .wslu-hover-content {
    background: #d1e2ff;
    position: absolute;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
    color: #000;
    width: auto;
    border-radius: 3px;
    padding: 10px;
    font-size: 11px;
    display: flex;
    top: -11px;
    left: 95%;
    z-index: 2;
    flex-wrap: wrap;
    text-align: left;
    display: none;
  }
  .section.section-home-support .social-box .social-counter .xs-counter-li .wslu-hover-content:before {
    content: "Youtube \a@thefilipinostorystudio";
    font-weight: 700;
    font-size: 11px;
    color: #000;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .section.section-home-support .social-box .social-counter .xs-counter-li .wslu-hover-content {
    top: -8px;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-home-support .social-box .social-counter .xs-counter-li .wslu-hover-content .xs-social-follower, .section.section-home-support .social-box .social-counter .xs-counter-li .wslu-hover-content .xs-social-follower-text {
    display: block;
  }
  .section.section-home-support .social-box .social-counter .xs-counter-li .wslu-hover-content .xs-social-followers {
    font-weight: 600;
    margin-right: 5px;
  }
  .section.section-home-support .social-box .social-counter .xs-counter-li .wslu-hover-content .xs-social-follower-text {
    color: #000;
  }
  .section.section-home-support .social-box .social-counter .xs-counter-li:hover .xs-social-icon {
    transform: scale(1.1);
  }
}
.section.section-home-support .social-box .social-counter .xs-counter-li a {
  padding: 0 !important;
}
.section.section-home-support .social-box .social-counter .xs-counter-li .xs-social-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
}
.section.section-home-support .social-box .social-counter .xs-counter-li .xs-social-icon span:before {
  display: none;
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .social-box .social-counter .xs-counter-li .xs-social-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }
}
.section.section-home-support .social-box .social-counter .xs-counter-li.youtube .xs-social-icon {
  background: url(../images/yt.png) center no-repeat;
  background-size: 100%;
}
.section.section-home-support .social-box .social-counter .xs-counter-li.instagram .xs-social-icon {
  background: url(../images/ig.png) center no-repeat;
  background-size: 100%;
}
.section.section-home-support .social-box .social-counter .xs-counter-li.instagram .wslu-hover-content:before {
  content: "Instagram \a@thefilipinostoryofficial";
}
.section.section-home-support .social-box .social-counter .xs-counter-li.facebook .xs-social-icon {
  background: url(../images/fb.png) center no-repeat;
  background-size: 100%;
}
.section.section-home-support .social-box .social-counter .xs-counter-li.facebook .wslu-hover-content:before {
  content: "Facebook \a@thefilipinostoryofficial";
}
.section.section-home-support .social-box .social-counter .xs-counter-li.twitter .wslu-hover-content:before, .section.section-home-support .social-box .social-counter .xs-counter-li.tiktok .wslu-hover-content:before {
  content: "Tiktok \a@thefilipinostory";
}
.section.section-home-support .social-box .social-counter .xs-counter-li.twitter .xs-social-icon, .section.section-home-support .social-box .social-counter .xs-counter-li.tiktok .xs-social-icon {
  background: url(../images/tt.png) center no-repeat;
  background-size: 100%;
}
.section.section-home-support .content {
  padding-bottom: 50px;
  padding-top: 7px;
}
@media only screen and (min-width: 520px) {
  .section.section-home-support .content {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .content {
    max-width: 660px;
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) {
  .section.section-home-support .content {
    max-width: 820px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) and (min-width: 1800px) {
  .section.section-home-support .content {
    max-width: 65%;
  }
}
.section.section-home-support .link {
  text-align: right;
  margin-top: 30px;
}
.section.section-home-support .container {
  position: relative;
  z-index: 2;
}
.section.section-home-support .bg {
  background: #1e3044;
  text-align: right;
  display: none;
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: transparent;
    display: block;
  }
  .section.section-home-support .bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
  }
}
.section.section-home-support .block {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .block {
    margin-top: 80px;
  }
}
.section.section-home-support .block .image img {
  width: 100%;
  max-width: 520px;
}
.section.section-home-support .block .image a {
  display: block;
}
.section.section-home-support .block .image a:hover {
  opacity: 0.5;
}
.section.section-home-support .block .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .block .item {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.section.section-home-support .block .item .count {
  font-size: 70px;
  font-weight: 700;
  font-style: normal;
  opacity: 0.2;
  line-height: 1;
  width: 60px;
  text-align: center;
  align-self: flex-start;
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .block .item .count {
    font-size: 120px;
    width: 120px;
  }
}
.section.section-home-support .block .item .text {
  width: calc(100% - 60px);
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .block .item .text {
    width: calc(100% - 120px);
  }
}
.section.section-home-support .block .item .text b, .section.section-home-support .block .item .text strong {
  font-weight: 600;
}
.section.section-home-support .block .item .text *:last-child {
  margin-bottom: 0;
}
.section.section-home-support .block .item .text .share {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .block .item .text .share {
    padding-right: 60px;
  }
}
.section.section-home-support .block .item .text .share:before {
  width: 20px;
  height: 20px;
  background: url(../images/share.png) center no-repeat;
  background-size: contain;
  content: "";
  top: 50%;
  right: 0;
  position: absolute;
  margin-top: -10px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-support .block .item .text .share:before {
    margin-top: -19px;
    width: 38px;
    height: 38px;
  }
}
.section.section-home-studio {
  background: #e04d17 url(../images/bg_studio.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section.section-home-studio {
    padding-top: 110px;
  }
}
.section.section-home-studio h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #0558d7;
}
@media only screen and (min-width: 992px) {
  .section.section-home-studio h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.section.section-home-studio .link {
  text-align: right;
  margin-top: 30px;
}
.section.section-home-studio .content {
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-studio .content {
    max-width: 760px;
    padding-bottom: 110px;
    width: 55%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) {
  .section.section-home-studio .content {
    width: 65%;
  }
}
.section.section-home-studio .container {
  position: relative;
  z-index: 2;
}
.section.section-home-studio .feed {
  margin: 0 -5px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-studio .feed {
    margin-right: -100%;
    margin-left: -5px;
    width: calc(200% + 5px) !important;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .section.section-home-studio .feed {
    margin-right: -23vw;
    width: calc(100% + 23vw) !important;
  }
}
.section.section-home-studio .slide-show, .section.section-home-studio .sby_items_wrap {
  font-size: 0;
}
.section.section-home-studio .slide-show .slick-slide, .section.section-home-studio .sby_items_wrap .slick-slide {
  padding: 0 5px;
}
.section.section-home-studio .slide-show .sby_inner_item, .section.section-home-studio .sby_items_wrap .sby_inner_item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.section.section-home-studio .slide-show .sby_inner_item .sby_thumbnail_hover_inner, .section.section-home-studio .sby_items_wrap .sby_inner_item .sby_thumbnail_hover_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section.section-home-studio .slide-show .image, .section.section-home-studio .sby_items_wrap .image {
  height: 168px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}
.section.section-home-studio .slide-show .image:hover img, .section.section-home-studio .sby_items_wrap .image:hover img {
  transform: scale(1.1);
}
@media only screen and (min-width: 992px) {
  .section.section-home-studio .slide-show .image, .section.section-home-studio .sby_items_wrap .image {
    height: 198px;
  }
}
.section.section-home-studio .slide-show .image img, .section.section-home-studio .sby_items_wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-home-studio .slider {
  margin-right: -10px;
  margin-left: -20px;
  font-size: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-home-studio .slider {
    margin-right: -25%;
    margin-left: 0;
  }
}
.section.section-home-studio .slider .image {
  width: 250px;
  height: 168px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-studio .slider .image {
    width: 350px;
    height: 198px;
  }
}
.section.section-home-studio .slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-home-studio .top {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-studio .top {
    margin-bottom: 50px;
  }
}
.section.section-home-studio .top .icon {
  width: 100px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-studio .top .icon {
    width: 160px;
  }
}
.section.section-home-studio .top .text {
  width: calc(100% - 100px);
  padding-left: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-studio .top .text {
    width: calc(100% - 160px);
    padding-left: 30px;
  }
}
.section.section-home-studio .bg {
  background: #1e3044;
}
.section.section-home-studio .bg img {
  width: 90%;
}
@media only screen and (min-width: 992px) {
  .section.section-home-studio .bg {
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: -20%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1024px) {
  .section.section-home-studio .bg {
    left: -10%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1024px) and (min-width: 1200px) {
  .section.section-home-studio .bg {
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-studio .bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
  }
}
.section.section-home-testimonials {
  background: #3a4db4;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.section.section-home-testimonials .textfloat {
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.4;
  left: 0px;
  top: -20px;
  font-size: 74px;
  line-height: 1;
  z-index: -1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #4d64e2;
  mix-blend-mode: multiply;
  opacity: 1;
  z-index: 1;
}
.section.section-home-testimonials .textfloat small {
  font-size: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .textfloat small {
    font-size: 88px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .textfloat {
    font-size: 193px;
  }
}
@media only screen and (max-width: 519px) {
  .section.section-home-testimonials .textfloat {
    font-size: 76px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .textfloat {
    margin-left: -106px;
    font-size: 184px;
    color: #000;
    opacity: 0.3;
  }
}
.section.section-home-testimonials .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 10px;
}
@media only screen and (min-width: 520px) and (min-width: 992px) {
  .section.section-home-testimonials .heading {
    max-width: 510px;
    padding-top: 80px;
  }
}
.section.section-home-testimonials .heading h2 {
  text-transform: uppercase;
}
.section.section-home-testimonials .heading .icon {
  padding-left: 10px;
  transform: translateY(-28px);
  width: 70px;
}
.section.section-home-testimonials .heading .icon img {
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .heading .icon {
    width: 90px;
    transform: translateY(-42px);
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials {
    background: url(../images/bg_testimonials.jpg) bottom left no-repeat;
    background-size: cover;
  }
  .section.section-home-testimonials:after {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 40%;
    left: 0;
    content: "";
    background: -moz-linear-gradient(0deg, rgba(249, 73, 113, 0) 0%, rgb(58, 77, 180) 90%);
    background: -webkit-linear-gradient(0deg, rgba(249, 73, 113, 0) 0%, rgb(58, 77, 180) 90%);
    background: linear-gradient(0deg, rgba(249, 73, 113, 0) 0%, rgb(58, 77, 180) 90%);
  }
  .section.section-home-testimonials .bg {
    text-align: center;
    bottom: -68px;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    z-index: 3;
    margin-left: -100px;
  }
  .section.section-home-testimonials .bg img {
    width: 100%;
    max-width: 380px;
  }
}
.section.section-home-testimonials:before {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40%;
  left: 0;
  content: "";
  background: -moz-linear-gradient(0deg, rgb(248, 164, 156) 0%, rgba(254, 231, 175, 0) 90%);
  background: -webkit-linear-gradient(0deg, rgb(248, 164, 156) 0%, rgba(254, 231, 175, 0) 90%);
  background: linear-gradient(0deg, rgb(248, 164, 156) 0%, rgba(254, 231, 175, 0) 90%);
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials:before {
    height: 40%;
    z-index: 2;
  }
}
.section.section-home-testimonials h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #ffb424;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.section.section-home-testimonials .heading, .section.section-home-testimonials p {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials p {
    max-width: 560px;
  }
}
.section.section-home-testimonials .news {
  position: relative;
  z-index: 4;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .news {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: left;
  }
}
.section.section-home-testimonials .news h3 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .news h3 {
    font-size: 23px;
    margin-bottom: 60px;
    max-width: 470px;
  }
}
.section.section-home-testimonials .news ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .news ul {
    max-width: 362px;
    justify-content: flex-start;
  }
}
.section.section-home-testimonials .news ul li {
  display: inline-block;
  margin: 0 10px 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 5px 5px 9px 0px rgba(0, 0, 0, 0.5);
}
.section.section-home-testimonials .news ul li:hover {
  transform: scale(1.1);
}
.section.section-home-testimonials .news ul li a {
  display: block;
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .news ul li {
    width: 80px;
    height: 80px;
  }
  .section.section-home-testimonials .news ul li:nth-child(1) {
    margin-left: 72px;
  }
  .section.section-home-testimonials .news ul li:nth-child(4) {
    margin-left: 36px;
  }
}
.section.section-home-testimonials .news ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section-home-testimonials .image {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .image {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}
.section.section-home-testimonials .image:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1500px;
  height: 893px;
  background: url(../images/img_bottom.png);
  background-size: 100%;
  bottom: -320px;
  left: -850px;
  opacity: 0.3;
}
.section.section-home-testimonials .image img {
  width: 100%;
  max-width: 330px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .image img {
    max-width: 480px;
  }
}
.section.section-home-testimonials .scroller {
  height: 400px;
  /*background-image: url(../images/reviews-testimonials.png);
  animation: animatedBackground 250s linear infinite;
  background-size: 100%;*/
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.section.section-home-testimonials .scroller ul {
  list-style: none;
  margin: 0;
  padding: 0;
  animation: marquee 15s linear infinite;
  height: 400px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .scroller ul {
    height: 555px;
  }
}
.section.section-home-testimonials .scroller ul li {
  margin-bottom: 20px;
}
.section.section-home-testimonials .scroller ul li img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .scroller ul li {
    margin-bottom: 40px;
  }
}
.section.section-home-testimonials .scroller:before {
  width: 100%;
  height: 100px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: -moz-linear-gradient(0deg, rgba(249, 73, 113, 0) 0%, rgb(58, 77, 180) 90%);
  background: -webkit-linear-gradient(0deg, rgba(249, 73, 113, 0) 0%, rgb(58, 77, 180) 90%);
  background: linear-gradient(0deg, rgba(249, 73, 113, 0) 0%, rgb(58, 77, 180) 90%);
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .scroller:before {
    display: none;
  }
}
.section.section-home-testimonials .scroller:after {
  width: 100%;
  height: 100px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(180deg, rgba(249, 73, 113, 0) 0%, rgb(58, 77, 180) 90%);
  background: -webkit-linear-gradient(180deg, rgba(249, 73, 113, 0) 0%, rgb(58, 77, 180) 90%);
  background: linear-gradient(180deg, rgba(249, 73, 113, 0) 0%, rgb(58, 77, 180) 90%);
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .scroller:after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .scroller {
    height: calc(100% + 120px);
    max-width: 390px;
    margin-bottom: 0;
    margin-top: -120px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials {
    padding-bottom: 0;
  }
  .section.section-home-testimonials .block {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .section.section-home-testimonials .block .column {
    width: 48%;
  }
}
.section.section-home-testimonials .bottom {
  color: #382410;
  position: relative;
  z-index: 2;
  z-index: 9;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .bottom {
    margin-bottom: 80px;
    margin-top: 0;
  }
}
.section.section-home-testimonials .bottom a {
  text-decoration: underline;
  color: #382410;
}
.section.section-home-testimonials .bottom a:hover {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .section.section-home-testimonials .bottom p {
    width: 57%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .section.section-home-testimonials .bottom p {
    width: 69%;
  }
}
.section.section-home-testimonials .bottom h2 {
  color: #0558d7;
}
.section.section-subscribe {
  position: relative;
  overflow: hidden;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-subscribe {
    background: #ffb424 url("../images/bg_hotb.jpg?ver=1.1") center no-repeat;
    background-size: cover;
  }
}
.section.section-subscribe h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #3d629a;
  text-transform: none;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
@media only screen and (min-width: 992px) {
  .section.section-subscribe h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-subscribe h2 {
    font-size: 26px;
  }
}
.section.section-subscribe .block {
  position: relative;
  z-index: 2;
}
.section.section-subscribe .image {
  background: #c54732;
  position: relative;
}
.section.section-subscribe .image:before {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(217, 170, 80) 100%);
}
@media only screen and (min-width: 992px) {
  .section.section-subscribe .image:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-subscribe .image {
    background: transparent;
    height: 100%;
  }
}
.section.section-subscribe .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
@media only screen and (min-width: 992px) {
  .section.section-subscribe .image img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.section.section-subscribe .heading {
  margin-bottom: 30px;
}
.section.section-subscribe .heading img {
  width: 100%;
  max-width: 280px;
}
@media only screen and (min-width: 992px) {
  .section.section-subscribe .heading img {
    max-width: 470px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-subscribe .heading {
    margin-bottom: 40px;
  }
}
.section.section-subscribe .link {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section.section-subscribe .link {
    margin-top: 40px;
    text-align: left;
  }
}
.section.section-subscribe .video {
  position: relative;
}
.section.section-subscribe .video video {
  width: 100%;
  transform: scale(3);
  margin-bottom: -43%;
}
.section.section-subscribe .block .column:last-child {
  padding: 40px 30px;
  background: #ffb424 url("../images/bg_hotb_m.jpg") bottom center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .section.section-subscribe .block .column:last-child {
    padding: 80px 40px;
    background: transparent;
  }
}
.section.section-subscribe .block .column:last-child p {
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 992px) {
  .section.section-subscribe .block {
    display: flex;
    justify-content: space-between;
  }
  .section.section-subscribe .block .content {
    margin: 0 auto;
    max-width: 450px;
  }
  .section.section-subscribe .block .column {
    width: 50%;
  }
}
.section.section-subscribe .counter {
  text-align: center;
  text-transform: uppercase;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
}
.section.section-subscribe .counter p {
  --tw-text-opacity: 1;
  color: rgba(251, 187, 26, var(--tw-text-opacity));
}
.section.section-subscribe .counter p span {
  display: block;
}
.section.section-subscribe .counter p span:first-child {
  margin-top: -15px;
  font-size: 60px;
  letter-spacing: 0.05em;
  -webkit-transform: perspective(95px) rotateX(43deg) scaleY(1.2);
  transform: perspective(95px) rotateX(43deg) scaleY(1.2);
}
.section.section-subscribe .counter p span:last-child {
  margin-top: -15px;
  font-size: 24px;
  letter-spacing: 0.05em;
  -webkit-transform: perspective(95px) rotateX(43deg) scaleY(1.2);
  transform: perspective(95px) rotateX(43deg) scaleY(1.2);
}
.section.section-hotb {
  background: #ffd96b;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0;
}
.section.section-hotb h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #0558d7;
}
@media only screen and (min-width: 992px) {
  .section.section-hotb h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.section.section-hotb .block {
  position: relative;
  z-index: 2;
}
.section.section-hotb .image {
  background: #c54732;
  position: relative;
}
.section.section-hotb .image:before {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 217, 107) 100%);
}
@media only screen and (min-width: 992px) {
  .section.section-hotb .image:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-hotb .image {
    background: transparent;
    height: 100%;
  }
}
.section.section-hotb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
@media only screen and (min-width: 992px) {
  .section.section-hotb .image img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.section.section-hotb hr {
  border-color: transparent;
}
.section.section-hotb .block .column:last-child {
  padding: 40px 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-hotb .block .column:last-child {
    padding: 80px 40px;
  }
}
.section.section-hotb .block .column:last-child p {
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 992px) {
  .section.section-hotb {
    text-align: left;
  }
  .section.section-hotb .block {
    display: flex;
    justify-content: space-between;
  }
  .section.section-hotb .block .content {
    margin: 0 auto;
    max-width: 568px;
  }
  .section.section-hotb .block .column {
    width: 50%;
  }
}
.section.section-gallery {
  background: #65ddd1 url(../images/bg_gallery.jpg?ver=1.1) bottom center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.section.section-gallery .textfloat {
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.4;
  left: 0px;
  top: -20px;
  font-size: 74px;
  line-height: 1;
  z-index: -1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  top: 0;
  opacity: 0.2;
}
.section.section-gallery .textfloat small {
  font-size: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-gallery .textfloat small {
    font-size: 88px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-gallery .textfloat {
    font-size: 193px;
  }
}
.section.section-gallery .heading {
  position: relative;
  z-index: 2;
  padding-top: 34px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-gallery .heading {
    padding-left: 120px;
    padding-top: 110px;
    padding-bottom: 80px;
  }
}
.section.section-gallery h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #2459f2;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
@media only screen and (min-width: 992px) {
  .section.section-gallery h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-gallery h2 {
    margin-bottom: 30px;
  }
}
.section.section-gallery .news_ticker {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 0 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-gallery .news_ticker {
    margin: 0 0 20px;
  }
}
.section.section-gallery .news-group {
  position: relative;
  white-space: nowrap;
  will-change: transform;
  padding: 0;
  margin: 0;
  list-style: none;
}
.section.section-gallery .news-group li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-gallery .news-group li {
    margin-right: 0;
  }
}
.section.section-gallery .news-group li a {
  display: block;
  width: 230px;
  height: 133px;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
  padding: 2px;
  background: #FF544E;
  background: linear-gradient(180deg, rgb(255, 84, 78) 0%, rgb(249, 202, 41) 100%);
}
@media only screen and (min-width: 992px) {
  .section.section-gallery .news-group li a {
    width: 380px;
    height: 220px;
    transform: scale(0.9);
  }
  .section.section-gallery .news-group li a:hover {
    transform: scale(1);
  }
}
.section.section-gallery .news-group li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.section.section-watch-main {
  background: #ffb424 url(../images/bg_watch.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.section.section-watch-main .textfloat {
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.4;
  left: 0px;
  top: -20px;
  font-size: 74px;
  line-height: 1;
  z-index: -1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  opacity: 0.3;
}
.section.section-watch-main .textfloat small {
  font-size: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-watch-main .textfloat small {
    font-size: 88px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-watch-main .textfloat {
    font-size: 193px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-watch-main .textfloat {
    margin-left: -60px;
  }
}
@media only screen and (max-width: 320px) {
  .section.section-watch-main .textfloat {
    font-size: 63px;
  }
}
.section.section-watch-main h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #1d3670;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-watch-main h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-watch-main h2 {
    padding-bottom: 10px;
    padding-top: 0;
  }
}
.section.section-watch-main h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section.section-watch-main h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-watch-main h3 {
    font-size: 22px;
  }
}
.section.section-watch-main .links {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 320px) {
  .section.section-watch-main .links {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-watch-main .links {
    margin-left: -25px;
    margin-top: 50px;
    width: 150%;
    max-width: 820px;
  }
}
.section.section-watch-main .links a {
  background: #c45e0c url(../images/btn1.png) center no-repeat;
  background-size: cover;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  padding: 14px 10px;
  font-size: 11px;
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  width: calc(33.33% - 10px);
  line-height: 1.2;
  letter-spacing: 1px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
.section.section-watch-main .links a:hover {
  /*color: $theme2;*/
  box-shadow: 0px 0px 12px 2px rgb(255, 236, 176);
  transform: scale(1.1);
}
@media only screen and (min-width: 992px) {
  .section.section-watch-main .links a {
    font-size: 22px;
    padding: 18px 35px;
  }
  .section.section-watch-main .links a span {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .section.section-watch-main .links a {
    width: auto;
  }
}
.section.section-watch-main .links a:nth-child(2) {
  background-image: url(../images/btn2.png);
}
.section.section-watch-main .links a:nth-child(3) {
  background-image: url(../images/btn3.png);
}
@media only screen and (max-width: 320px) {
  .section.section-watch-main .links a {
    width: 100%;
  }
}
.section.section-watch-main .content {
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .section.section-watch-main .content {
    width: 48%;
    max-width: 660px;
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .section.section-watch-main .content p {
    max-width: 690px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) {
  .section.section-watch-main .content {
    max-width: 760px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) and (min-width: 1800px) {
  .section.section-watch-main .content {
    max-width: 65%;
  }
}
.section.section-watch-main .container {
  position: relative;
  z-index: 2;
}
.section.section-watch-main .bg {
  background: #1e3044;
  text-align: right;
}
.section.section-watch-main .bg img {
  width: 90%;
}
@media only screen and (min-width: 992px) {
  .section.section-watch-main .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -20%;
    background: transparent;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1024px) {
  .section.section-watch-main .bg {
    right: -10%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1024px) and (min-width: 1200px) {
  .section.section-watch-main .bg {
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-watch-main .bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
  }
}
.section.section-faq {
  background: #68E0CF;
  background: linear-gradient(180deg, rgb(104, 224, 207) 0%, rgb(93, 207, 255) 100%);
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  color: #313030;
}
@media only screen and (min-width: 992px) {
  .section.section-faq {
    padding-bottom: 200px;
  }
}
.section.section-faq .textfloat {
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.4;
  left: 0px;
  top: -20px;
  font-size: 74px;
  line-height: 1;
  z-index: -1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  opacity: 0.3;
}
.section.section-faq .textfloat small {
  font-size: 40px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-faq .textfloat small {
    font-size: 88px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-faq .textfloat {
    font-size: 193px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-faq .textfloat {
    margin-left: -70px;
  }
}
.section.section-faq h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section.section-faq h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-faq h2 {
    padding-bottom: 10px;
    padding-top: 0;
  }
}
.section.section-faq h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-faq h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-faq h3 {
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 60px;
  }
}
.section.section-faq a {
  text-decoration: underline;
  color: #313030;
  font-weight: 600;
}
.section.section-faq a:hover {
  color: #fff;
}
.section.section-faq .item {
  padding-left: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .section.section-faq .item {
    margin-bottom: 40px;
  }
}
.section.section-faq .item h4 {
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .section.section-faq .item h4 {
    font-size: 18px;
  }
}
.section.section-faq .container {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .section.section-faq .content {
    padding-top: 90px;
  }
}
.section.section-faq .bg {
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section.section-faq .bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
  }
}
.section.section-faq .bg img {
  width: 80%;
}
@media only screen and (min-width: 992px) {
  .section.section-faq .bg img {
    width: 100%;
    max-width: 675px;
  }
}
.section.section-faq .q {
  width: 100%;
  position: absolute;
  right: 0;
  top: 200px;
  max-width: 1440px;
}
@media only screen and (min-width: 992px) {
  .section.section-faq .q {
    top: 440px;
  }
}
.section.section-faq .q img {
  width: 100%;
}

footer {
  color: #fff;
}
footer .top {
  background: #382410 url(../images/bg_footer.jpg?ver=1.1) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  footer .top {
    text-align: left;
    font-size: 15px;
  }
}
footer .top .social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .top .social li {
  margin: 0 5px;
}
@media only screen and (min-width: 992px) {
  footer .top .social li {
    margin: 0 10px;
  }
  footer .top .social li:last-child {
    margin-right: 0;
  }
}
footer .top .social li a img {
  width: 40px;
}
footer .top .social li a:hover {
  opacity: 0.6;
}
footer .top a {
  color: #fff;
}
footer .top a:hover {
  color: #ffb424;
}
footer .top .logo {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  footer .top .logo {
    margin-top: -20px;
  }
}
footer .top .logo svg, footer .top .logo img {
  max-width: 180px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  footer .top .logo svg, footer .top .logo img {
    max-width: 270px;
  }
}
footer .top hr {
  margin-top: 30px;
  padding-top: 10px;
  border: 0;
}
footer .top .container .copy {
  text-align: center;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  footer .top .container .copy {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    letter-spacing: 1px;
  }
}
footer .top .container .copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .top .container .copy ul li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 5px;
}
footer .top .container .copy ul li:first-child {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  footer .top .container .copy ul li:first-child {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  footer .top .container .copy ul li {
    padding: 0 15px;
  }
  footer .top .container .copy ul li:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: #fff;
  }
  footer .top .container .copy ul li:last-child:before {
    display: none;
  }
}
footer .top .container .block .email {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  text-decoration: underline;
}
footer .top .container .block .email:before {
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
  top: 50%;
  margin-top: -15px;
  background: url("../images/icon_env.png") center no-repeat;
  background-size: 100%;
  left: 0;
}
@media only screen and (min-width: 992px) {
  footer .top .container .block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
footer .top .container .block .column {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  footer .top .container .block .column {
    margin-bottom: 0;
    width: 26%;
  }
  footer .top .container .block .column:first-child {
    width: 64%;
  }
  footer .top .container .block .column:first-child p:last-child {
    margin-bottom: 0;
  }
  footer .top .container .block .column:last-child {
    align-self: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  footer .top {
    padding: 70px 0;
  }
}

.slick-dots {
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (min-width: 992px) {
  .slick-dots {
    margin-top: 40px;
  }
}
.slick-dots li {
  margin: 0 5px;
  display: inline-block;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .slick-dots li {
    margin: 0 5px;
  }
}
.slick-dots li.slick-active {
  transform: scale(1.5);
}
.slick-dots button {
  border: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  text-indent: -9999px;
  padding: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0 !important;
  border: 0 !important;
  margin: 20px 0 0 !important;
  text-align: center;
}

.grecaptcha-badge {
  display: none !important;
}

.section-ig {
  position: relative;
  background: #fff;
}

.search-filter-results .search-filter-scroll-loading {
  text-align: center;
  margin: 20px auto;
  border-right-color: #382410;
}

@keyframes animatedBackground {
  from {
    background-position: 0 10000px;
  }
  to {
    background-position: 0 0 0 0;
  }
}
@keyframes marquee {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
.yt-widget {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  overflow: hidden;
}

#yottie-1 {
  margin-top: 20px;
  margin-bottom: -57px;
}
@media only screen and (min-width: 992px) {
  #yottie-1 {
    margin-top: 40px;
  }
}

div.yottie-widget-feed-section-loader {
  background: transparent !important;
}

.yottie-widget-video-preview-thumbnail {
  border-radius: 10px;
}

#yottie_1 .yottie-widget-feed,
#yottie_1 .yottie-widget-feed-section-slide {
  background: transparent !important;
}

#yottie_1 .yottie-widget-video-info-title,
#yottie_1 .yottie-widget-video-info-caption {
  color: #fff !important;
}
@media only screen and (min-width: 992px) {
  #yottie_1 .yottie-widget-video-info-title,
  #yottie_1 .yottie-widget-video-info-caption {
    font-size: 16px;
  }
}

#yottie_1 .yottie-widget-video-info-title {
  text-transform: uppercase;
}

#yottie_1 .yottie-widget-video-info-caption {
  margin-top: 0;
  height: 38px;
}
@media only screen and (min-width: 992px) {
  #yottie_1 .yottie-widget-video-info-caption {
    height: 43px;
  }
}

/**/
.sby_lb-video-description-wrap,
.sby-player-info {
  display: none !important;
}

.sby_video_thumbnail_wrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
.sby_video_thumbnail_wrap .sby_play_btn {
  height: 55px !important;
  position: absolute;
  background: url(../images/play.png) center no-repeat;
  background-size: 55px;
  opacity: 1 !important;
}
.sby_video_thumbnail_wrap .sby_play_btn .sby_play_btn_bg, .sby_video_thumbnail_wrap .sby_play_btn svg {
  display: none !important;
}
.sby_video_thumbnail_wrap .sby_video_thumbnail:hover {
  transform: scale(1.1);
}
.sby_video_thumbnail_wrap .sby_video_thumbnail .sby_thumbnail_hover {
  display: none !important;
}

.sby-video-info-bottom {
  text-align: left;
}
.sby-video-info-bottom .sby_video_title_wrap {
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 992px) {
  .sby-video-info-bottom .sby_video_title_wrap {
    margin-bottom: 15px !important;
    font-size: 16px !important;
  }
}
.sby-video-info-bottom .sby_view_count {
  font-size: 13px !important;
}
.sby-video-info-bottom .sby_expand a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
}
.sby-video-info-bottom .sby_expand a .sby_more:after {
  content: "Read more";
}

.sby_caption_full .sby_inner_item {
  align-items: flex-start !important;
}
.sby_caption_full .sby-video-info-bottom .sby_expand a .sby_more:after {
  content: "See less";
}

.sby_caption_wrap {
  text-align: left !important;
}
.sby_caption_wrap .sby_caption {
  opacity: 1;
}

.sby_footer .sby_load_btn {
  background: transparent !important;
  box-shadow: none !important;
  position: relative;
  padding-bottom: 40px !important;
}
.sby_footer .sby_load_btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 42px;
  height: 38px;
  z-index: 1;
  background: url(../images/arrowdown_w.png) center no-repeat;
  background-size: 100%;
}
.sby_footer .sby_load_btn:hover {
  background: transparent !important;
  color: #fff !important;
}
@media only screen and (min-width: 992px) {
  .sby_footer .sby_load_btn .sby_btn_text {
    font-size: 16px;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* read more */
.read-more__checkbox {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.read-more__text {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .read-more {
    --line-clamp: 3;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .read-more__text {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp);
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .read-more__checkbox ~ .read-more__label {
    cursor: pointer;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 5px;
    font-size: 13px;
  }
  /* Don't forget focus and hover styles for accessibility! */
  .read-more__checkbox:focus ~ .read-more__label {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  }
  .read-more__checkbox:hover ~ .read-more__label {
    text-decoration: none;
  }
  .read-more__checkbox ~ .read-more__label::before {
    content: attr(data-read-more);
  }
  .read-more__checkbox:checked ~ .read-more__label::before {
    content: attr(data-read-less);
  }
  .read-more__checkbox:checked ~ .read-more__text {
    --line-clamp: none;
    -webkit-line-clamp: var(--line-clamp);
  }
}
/* social popup */
.social-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.social-popup .copied {
  padding: 10px;
  background: #c5ed9c;
  font-size: 12px;
  margin-bottom: 10px;
  display: none;
}
.social-popup .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.social-popup .wrap .close {
  float: right;
  opacity: 1;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .social-popup .wrap .close {
    margin-right: -20px;
    margin-top: 20px;
  }
}
.social-popup .wrap .close img {
  width: 32px;
}
.social-popup .wrap .content {
  padding: 20px;
  border-radius: 10px;
  background: #fff url(../images/bg_popup.jpg) right center no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  color: #372511;
}
@media only screen and (min-width: 992px) {
  .social-popup .wrap .content {
    padding-right: 40px;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.social-popup .wrap .content .clipboard {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.social-popup .wrap .content .clipboard .icon {
  width: 40px;
}
.social-popup .wrap .content .clipboard .text {
  width: calc(100% - 40px);
  padding-left: 10px;
}
@media only screen and (min-width: 992px) {
  .social-popup .wrap .content .clipboard .text {
    padding-left: 20px;
  }
}
.social-popup .wrap .content .clipboard .text input {
  border: 0;
  padding: 10px;
  border-radius: 10px;
  background: rgba(115, 184, 210, 0.5);
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.social-popup .wrap .content .block {
  text-align: center;
}
.social-popup .wrap .content .block h2 {
  font-size: 60px;
}
@media only screen and (min-width: 992px) {
  .social-popup .wrap .content .block h2 {
    font-size: 80px;
  }
}
.social-popup .wrap .content .block ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -8px;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .social-popup .wrap .content .block ul {
    justify-content: flex-start;
  }
}
.social-popup .wrap .content .block ul li {
  margin: 0 8px 8px 8px;
}
.social-popup .wrap .content .block ul li a {
  display: inline-block;
}
.social-popup .wrap .content .block ul li a img {
  width: 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .social-popup .wrap .content .block {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    text-align: left;
    margin-top: -50px;
    font-size: 18px;
  }
  .social-popup .wrap .content .block p {
    max-width: 380px;
  }
  .social-popup .wrap .content .block .column {
    width: 228px;
  }
  .social-popup .wrap .content .block .column:first-child {
    align-self: center;
    width: calc(100% - 228px);
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
.social-popup .wrap .content .image {
  text-align: center;
  max-width: 228px;
  width: 100%;
}

/* social popup */
.thankyou-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
}
.thankyou-popup .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.thankyou-popup .wrap .close {
  float: right;
  opacity: 1;
  text-align: right;
  margin-top: -20px;
}
@media only screen and (min-width: 992px) {
  .thankyou-popup .wrap .close {
    margin-right: -20px;
  }
}
.thankyou-popup .wrap .close img {
  width: 32px;
}
.thankyou-popup .wrap .content {
  padding: 40px 20px 30px;
  border-radius: 10px;
  background: #fff url(../images/bg_popup.jpg) right center no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  color: #372511;
}
@media only screen and (min-width: 992px) {
  .thankyou-popup .wrap .content {
    padding: 40px;
  }
}
.thankyou-popup .wrap .content .block {
  text-align: center;
}
.thankyou-popup .wrap .content .block h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  color: #ffb424;
}
@media only screen and (min-width: 992px) {
  .thankyou-popup .wrap .content .block h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .thankyou-popup .wrap .content .block {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
  }
}

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