@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap");

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

.container .section,
.row .section {
  padding-left: 15px;
  padding-right: 15px;
}

.page-landing .container,
.page-landing .row {
  max-width: 450px;
}

.landing1 p {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.landing1 .col {
  padding-bottom: 0;
}

.landing1 .button {
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  background: rgba(251, 114, 1, 1);
  padding: 0;
  width: 100%;
  margin: 0;
  height: 46px;
  min-height: unset;
  line-height: 46px;
  animation: pulse 0.5s infinite alternate;
}

.com-countdown {
  max-width: 180px;
  margin: 0 auto;
}

.countdown-wrapper {
  display: flex;
  display: -webkit-flex;
  pointer-events: none;
  font-size: 20px;
}

.countdown-message {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown-item {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  font: inherit;
  align-items: center;
  -webkit-align-items: center;
  width: 37px;
  height: 37px;
  margin: 5px;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.countdown-wrapper .timer-number-wrapper {
  display: flex;
}

.countdown-wrapper .timer-number {
  overflow: hidden;
  position: relative;
}

.countdown-wrapper .timer-number .show {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transform: translateY(0%);
}

.countdown-wrapper .timer-number .next {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: absolute;
  transform: translateY(0%);
}

.countdown-item .text {
  font-size: 0.8em;
}

#daily-countdown .countdown-item {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  border-width: 0px;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 3px;
}

.flickity-prev-next-button {
  width: 40px;
  height: 40px;
  background: rgb(0, 0, 0, 0.25);
  filter: drop-shadow(0 0 1px black);
  border-radius: 4px;
  top: 50%;
}

.flickity-prev-next-button svg {
  width: 30px;
}

.slider-nav-light .flickity-prev-next-button .arrow,
.slider-nav-light .flickity-prev-next-button svg {
  fill: #fff !important;
}

.landing2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgba(222, 255, 255, 1);
}

.landing2 .t1 p:first-child {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    180deg,
    rgba(0, 198, 251, 1) 0%,
    rgba(0, 91, 234, 1) 100%
  );
  color: rgba(0, 0, 0, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  --type: 0;
}

.landing2 .t1 p:last-child {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    180deg,
    rgba(255, 81, 47, 1) 0%,
    rgb(221, 36, 118) 100%
  );
  color: rgba(0, 0, 0, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  --type: 0;
}

.landing2 .t1 p {
  word-break: break-word;
  -webkit-background-clip: text !important;
  margin: 0;
}

.landing2 .row-xsmall {
  padding: 0 8px !important;
}

.landing2 .row-xsmall .img {
  border-color: rgba(2, 177, 205, 1);
  border-radius: 12px;
  border-style: solid;
  border-width: 3px;
  overflow: hidden;
}

.landing2 .t2 p {
  color: rgba(22, 24, 36, 1);
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.landing2 .button {
  border-color: rgba(255, 255, 255, 1);
  border-radius: 25px;
  border-style: solid;
  border-width: 5px;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(
    180deg,
    rgba(250, 206, 20, 1) 0%,
    rgba(255, 0, 0, 1) 100%
  );
  margin: 15px auto;
  display: block;
  width: fit-content;
  animation: pulse 0.5s infinite alternate;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  100% {
    transform: scale(1.05);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

.landing3 {
  background: rgba(222, 255, 255, 1);
}

.landing3 .b-video {
  border-radius: 20px;
  background: rgba(34, 91, 121, 1);
  padding-top: 8px;
  padding-bottom: 8px;
}

.landing3 .b-video .t1 h2 {
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

.landing3 .b-video .img {
  max-width: 320px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}

.landing3 .b-video .t2 p {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-style: italic;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}

.landing4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgba(222, 255, 255, 1);
}

.landing4 .t1 h2 {
  background: linear-gradient(
    180deg,
    rgba(44, 105, 209, 1) 0%,
    rgba(10, 188, 249, 1) 100%
  );
  background-clip: padding-box;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.landing4 .row-xsmall {
  padding: 0 8px !important;
}

.landing4 .row-xsmall .img {
  border-radius: 10px;
  overflow: hidden;
}

.landing5 {
}

.landing5 .b-top {
  background: rgba(216, 8, 1, 1);
  padding-top: 8px;
  padding-bottom: 16px;
}

.landing5 .b-top h2 {
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 0;
}

.landing5 .b-top h3 {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.landing5 .b-top .button {
  border-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  border-style: solid;
  border-width: 5px;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(
    180deg,
    rgba(250, 206, 20, 1) 0%,
    rgba(255, 0, 0, 1) 100%
  );
  margin: 15px auto;
  display: block;
  width: fit-content;
  width: 200px;
  animation: pulse 0.5s infinite alternate;
}

.mainSlider {
  margin-bottom: 2px;
}

.mainSlider .flickity-prev-next-button {
  color: #fff;
  opacity: 0.5;
}

.thumbSlider .img .img-inner {
  padding-top: 100% !important;
}

.thumbSlider .img .img-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.thumbSlider.row-xsmall > .flickity-viewport > .flickity-slider > .col {
  padding: 0px 1px;
}

.thumbSlider .is-selected .img .img-inner::after {
  display: none;
}

.landing5 .t2 {
  background: rgba(6, 23, 53, 1);
  padding-top: 8px;
  padding-bottom: 8px;
}

.landing5 .t2 h2 {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

.video-wrapper video {
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.icon-play-video {
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  cursor: pointer;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/svgexport-1.svg);
}

.landing6 {
  background: rgba(222, 255, 255, 1);
  padding-top: 15px;
  padding-bottom: 15px;
}

.landing6 .t1 h2 {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    180deg,
    rgba(0, 198, 255, 1) 0%,
    rgb(0, 114, 255) 100%
  );
  color: rgba(0, 0, 0, 1);
  font-family: "Yeseva One", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  word-break: break-word;
  -webkit-background-clip: text !important;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.landing6 .t1 h2 strong {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    180deg,
    rgba(0, 198, 255, 1) 0%,
    rgb(0, 114, 255) 100%
  );
  color: rgba(0, 0, 0, 1);
  font-family: "Yeseva One", sans-serif;
  font-size: 93px;
  font-style: italic;
  font-weight: bold;
  word-break: break-word;
  -webkit-background-clip: text !important;
  width: 280px;
}

.landing6 .t2 h3 {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    180deg,
    rgba(255, 106, 0, 1) 0%,
    rgb(238, 9, 121) 100%
  );
  color: rgba(0, 0, 0, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  word-break: break-word;
  -webkit-background-clip: text !important;
  margin-bottom: 0;
}

.landing6 .button {
  border-color: rgba(255, 255, 255, 1);
  border-radius: 16px;
  border-style: solid;
  border-width: 3px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 1);
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(
    180deg,
    rgba(255, 0, 0, 1) 0%,
    rgba(121, 16, 16, 1) 100%
  );
  margin: 15px auto;
  display: block;
  width: fit-content;
  animation: pulse 0.5s infinite alternate;
  height: 54px;
  line-height: 54px;
}

.landing4.ld2 {
  background-color: #fff;
}

.landing4 .bt2 h2 {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    180deg,
    rgba(0, 198, 251, 1) 0%,
    rgba(0, 91, 234, 1) 100%
  );
  color: rgba(0, 0, 0, 1);
  font-size: 21px;
  text-align: center;
  word-break: break-word;
  -webkit-background-clip: text !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

.video-wrapper {
  position: relative;
}

.landing4.ld2 .video-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.landing7 .b1 {
  background: linear-gradient(
    180deg,
    rgba(255, 106, 0, 1) 0%,
    rgba(238, 9, 121, 1) 100%
  );
  background-clip: padding-box;
  padding-top: 8px;
  padding-bottom: 8px;
}

.landing7 .b1 h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: rgb(255, 255, 255);
}

.landing7 .b1 h2 strong {
  color: rgb(250, 206, 20);
  font-weight: 700;
}
