/*font calling structure*/
/*=====RESPONSIVE MEDIA QUERY========*/
/* ==========================================================================
   1. CSS Reset Code
   ========================================================================== */
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Align radios and text inputs with their label */
input[type=radio],
input[type=checkbox] {
  vertical-align: text-bottom;
  width: auto;
  height: auto;
  min-width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

/* Hand cursor on clickable input elements */
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

label .required {
  color: #f00;
}

input[type=button],
input[type=submit],
button {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  padding: 4px 25px;
  border-radius: 5px;
  min-width: 100px;
  text-transform: uppercase;
  border: 0;
}

input:focus,
.form-control:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #333333;
}

* {
  border: none;
  outline: none;
  box-sizing: border-box;
}

b,
strong {
  font-family: "Inter", sans-serif;
  font-size: inherit;
  font-weight: 600;
}

i,
em {
  font-style: italic;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
img.full-width {
  width: 100%;
}
img.alignright, img.align-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}
img.alignleft, img.align-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
img.aligncenter, img.align-center {
  float: none;
  margin: auto;
  display: block;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 55%;
  line-height: 0;
}

sup {
  top: -0.7em;
}

sub {
  bottom: -0.25em;
}

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #DBFF00;
}

a:focus,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  margin: 0;
}
table a {
  color: inherit;
}

body {
  width: 100%;
  min-height: 100vh;
  font: 400 24px "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background: #000000;
  background-size: cover;
  background-position: center;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 42px;
}

h5 {
  font-size: 36px;
}

h6 {
  font-size: 24px;
}

p {
  font: 400 24px "Inter", sans-serif;
  line-height: 31px;
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #DBFF00;
}

ul, ol {
  font: 500 18px "Inter", sans-serif;
}

main ul, main ol {
  padding-left: 18px;
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
}
main ul li, main ol li {
  margin-bottom: 6px;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1470px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.section_title {
  font-weight: 600;
  font-size: 64px;
  line-height: 83px;
  margin-bottom: 24px;
}

.title_wrap p {
  color: #EFEDFD;
}

.page_header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 40px 20px;
}
.page_header::before {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 30%, rgba(125, 185, 232, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.logo-img {
  width: 193px;
}

.page_nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.page_nav ul > li {
  position: relative;
}
.page_nav ul > li:not(:last-child) {
  margin-right: 40px;
}
.page_nav ul > li:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.page_nav ul a {
  color: inherit;
  padding: 8px 0;
}
.page_nav ul a:hover {
  color: #DBFF00;
}
.page_nav ul a.btn-start_trial {
  padding: 8px 16px;
  color: #fff;
  background-color: #7E0DC3;
  border-radius: 50px;
}

.menu_toggle {
  width: 24px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  z-index: 101;
}

.menu_toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu_toggle span:nth-child(even) {
  left: 50%;
}

.menu_toggle span:nth-child(odd) {
  left: 0px;
}

.menu_toggle span:nth-child(1), .menu_toggle span:nth-child(2) {
  top: 0px;
}

.menu_toggle span:nth-child(3), .menu_toggle span:nth-child(4) {
  top: 8px;
}

.menu_toggle span:nth-child(5), .menu_toggle span:nth-child(6) {
  top: 16px;
}

.menu_toggle.open span:nth-child(1), .menu_toggle.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_toggle.open span:nth-child(2), .menu_toggle.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_toggle span:nth-child(1),
.menu_toggle span:nth-child(3),
.menu_toggle span:nth-child(5) {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.menu_toggle span:nth-child(2),
.menu_toggle span:nth-child(4),
.menu_toggle span:nth-child(6) {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.menu_toggle.open span:nth-child(1) {
  left: 3px;
  top: 6px;
}

.menu_toggle.open span:nth-child(2) {
  right: 1px;
  top: 6px;
  left: auto;
}

.menu_toggle.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.menu_toggle.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.menu_toggle.open span:nth-child(5) {
  left: 2px;
  bottom: 3px;
  top: auto;
}

.menu_toggle.open span:nth-child(6) {
  right: 0px;
  bottom: 3px;
  top: auto;
  left: auto;
}

.page_header.sticky {
  padding: 25px 0;
  -webkit-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
  position: fixed;
  background-color: #000000;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.page_header.sticky::before {
  opacity: 0;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
  padding: 10px 30px;
  background-color: #fff;
}
.sub-menu li {
  width: 100%;
  margin: 0 !important;
}
.sub-menu li a {
  padding-top: 10px;
}
.sub-menu li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.main_footer {
  padding: 80px 0 33px;
}
.main_footer .column {
  width: 20%;
}
.main_footer .logo {
  margin-bottom: 40px;
}
.main_footer h5 {
  font-weight: 500;
  font-size: 18px;
  color: rgba(246, 246, 246, 0.6);
  margin-bottom: 24px;
}
.main_footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
.main_footer ul li {
  margin-bottom: 24px;
}
.main_footer ul li a {
  color: #fff;
}
.main_footer ul li a:hover {
  color: #DBFF00;
}
.main_footer .get_app li {
  margin-bottom: 8px;
}
.main_footer .get_app img {
  height: 40px;
}
.main_footer .follow_links {
  font-size: 20px;
  display: flex;
  justify-content: flex-end;
  column-gap: 14px;
}
.main_footer .follow_links li {
  margin-bottom: 0;
}

.copyright_footer {
  padding: 40px 0;
  border-top: 1px solid rgba(246, 246, 246, 0.4);
}
.copyright_footer p {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: rgba(246, 246, 246, 0.8);
}
.copyright_footer .inline-links {
  list-style: none;
  display: flex;
  column-gap: 24px;
  font-size: 14px;
  font-weight: 300;
}
.copyright_footer .inline-links a {
  color: rgba(246, 246, 246, 0.8);
}
.copyright_footer .inline-links a:hover {
  color: #DBFF00;
}

.banner_section {
  min-height: 800px;
  overflow: hidden;
}
.banner_section .container {
  position: relative;
  z-index: 11;
}

.artist_section {
  position: relative;
}
.artist_section .title_wrap {
  margin-bottom: 80px;
}
.artist_section::before {
  content: "";
  display: block;
  width: 100%;
  height: 130%;
  position: absolute;
  top: 68%;
  transform: translate(-50%, -50%);
  left: 50%;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgb(74, 74, 74) 10%, rgba(0, 0, 0, 0) 70%);
}

.fav_music_section {
  position: relative;
}
.fav_music_section .title_wrap {
  margin-bottom: 30px;
}

.artist_gallery {
  display: flex;
  align-items: center;
  column-gap: 28px;
  margin-bottom: 28px;
}
.artist_gallery.right {
  flex-direction: row-reverse;
}
.artist_gallery figure {
  width: 455px;
  height: 280px;
  flex: 0 0 auto;
  border-radius: 28px;
  overflow: hidden;
}
.artist_gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery_wrapper:hover .music_gallery {
  animation-play-state: paused !important;
}

.music_gallery {
  display: flex;
}
.music_gallery .flex-wrapper {
  width: 100%;
  display: flex;
  column-gap: 20px;
  align-items: stretch;
  justify-content: space-between;
}
.music_gallery figure {
  width: fit-content;
  height: auto;
  overflow: hidden;
  transition: 0.3s all;
  display: flex;
  opacity: 0;
}
.music_gallery figure img {
  max-width: 280px;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
.music_gallery figure:nth-child(1n) img {
  align-self: flex-start;
}
.music_gallery figure:nth-child(2n) img {
  align-self: flex-start;
  margin-top: 30px;
}
.music_gallery figure:nth-child(3n) img {
  align-self: flex-end;
}
.music_gallery figure:nth-child(4n) img {
  align-self: flex-end;
  margin-bottom: 30px;
}
.music_gallery figure:nth-child(5n) img {
  align-self: flex-start;
  margin-top: 30px;
}

.music_gallery.animate .animation1 {
  animation: animation1 0.4s forwards linear;
}
.music_gallery.animate .animation2 {
  animation: animation2 0.4s forwards linear;
}
.music_gallery.animate .animation3 {
  animation: animation3 0.4s forwards linear;
}
.music_gallery.animate .animation4 {
  animation: animation4 0.4s forwards linear;
}
.music_gallery.animate .animation5 {
  animation: animation5 0.4s forwards linear;
}
.music_gallery.animate .animation6 {
  animation: animation6 0.4s forwards linear;
}

@keyframes animation1 {
  0% {
    opacity: 0;
    transform: translate(230px, -200px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes animation2 {
  0% {
    opacity: 0;
    transform: translate(-300px, 330px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes animation3 {
  0% {
    opacity: 0;
    transform: translate(120px, -200px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes animation4 {
  0% {
    opacity: 0;
    transform: translate(450px, 180px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes animation5 {
  0% {
    opacity: 0;
    transform: translate(-200px, -200px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes animation6 {
  0% {
    opacity: 0;
    transform: translate(110px, 200px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.over_songs {
  margin: 50px 0;
  position: relative;
}
.over_songs::before {
  content: "";
  display: block;
  width: 100%;
  height: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(182, 154, 229, 0.3) 0%, rgba(0, 0, 0, 0) 70%);
}
.over_songs h3 {
  font-weight: 600;
  font-size: 64px;
  line-height: 83px;
  margin: 16px 0;
  text-align: center;
}

.total_songs_counter {
  font-size: 180px;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.total_songs_counter::after {
  content: "";
  display: block;
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.odometer-formatting-mark {
/*  font-size: 0;*/
background: linear-gradient(to right, #E8C7FB 50%, #C7D1FB 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*
.odometer-formatting-mark::after {
  content: ".";
  font-size: 180px;

}
*/

.share_section {
  position: relative;
}
.share_section::before {
  content: "";
  display: block;
  width: 100%;
  height: 1500px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(182, 154, 229, 0.3) 0%, rgba(0, 0, 0, 0) 70%);
}
.share_section .section_title {
  margin-bottom: 80px;
}


.device_wrapper {
  width: 432px;
  margin: 0 auto;
  position: relative;
  right: -40px;
}

@media (max-width: 768px) {
  .device_wrapper {
    width: 90vw;       /* Increase from fixed width to 90% of viewport */
    right: 0;          /* Cancel any right offset */
    transform: scale(1.1); /* Optionally bump the scale */
  }

  .device_wrapper .iphone img,
  .device_wrapper img {
    width: 100%;       /* Force images to scale with container */
    height: auto;
  }
}


.device_wrapper .iphone {
  transform-style: preserve-3d;
}
.device_wrapper .popup {
  position: absolute;
  z-index: 10;
  top: 45%;
  left: -158px;
  transform-style: preserve-3d;
}
.device_wrapper .icons {
  position: absolute;
  bottom: -36px;
  right: -36px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 16px;
}

.share_section h4 {
  font-size: 32px;
  line-height: 41.6px;
}
.share_section .col-left {
  padding-right: 80px;
}
.share_section .col-right {
  padding-left: 100px;
}

.pricing_section {
  position: relative;
}
.pricing_section::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  background: radial-gradient(ellipse at center, rgba(109, 11, 168, 0.7) 0%, rgb(0, 0, 0) 70%);
  z-index: -1;
}
.pricing_section .title_wrap {
  margin-bottom: 80px;
}
.pricing_section .title_wrap p {
  color: #EFEDFD;
}
.pricing_section .row {
  margin-bottom: 40px;
}

.download_links {
  column-gap: 17px;
}
.download_links img {
  height: 40px;
}

.plan_wrapper {
  width: 380px;
  min-height: 100%;
  position: relative;
  padding: 36px 38px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)) padding-box, linear-gradient(to top, rgba(135, 119, 149, 0), rgba(228, 200, 251, 0.3)) border-box;
  border-radius: 1em;
  border: 1px solid transparent;
}
.plan_wrapper .plan_name {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 16px;
}
.plan_wrapper .price_wrapper {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.plan_wrapper .price_wrapper .price {
  font-weight: 600;
  font-size: 64px;
  line-height: 83px;
  margin-right: 16px;
}
.plan_wrapper .price_wrapper .text {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: rgba(246, 246, 246, 0.6);
}
.plan_wrapper ul {
  list-style: none;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.plan_wrapper ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 16px;
}
.plan_wrapper ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #DBFF00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.banner_section {
  padding: 240px 0 0;
  position: relative;
}
.banner_section::after {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
  background: linear-gradient(to bottom, rgba(109, 11, 168, 0) 0%, rgba(0, 0, 0, 0.95) 30%);
  pointer-events: none;
}

.banner_carousel {
  margin: 0 auto;
  padding: 70px 0;
}
.banner_carousel .slick-list {
  padding: 70px 0 !important;
}
.banner_carousel .swiper-slide {
  width: 466px;
  overflow: hidden;
}
.banner_carousel .swiper-wrapper {
  position: relative;
}
.banner_carousel .swiper-slide {
  opacity: 0;
  transition: 0.3s all;
  position: relative;
  transition: 0.3s all;
}
.banner_carousel .swiper-slide.slick-active {
  opacity: 1;
}
.banner_carousel .swiper-slide.slick-current {
  z-index: 1;
}
.banner_carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.banner_carousel .swiper-slide.swiper-slide-prev, .banner_carousel .swiper-slide.prev-slide {
  right: -10px;
  opacity: 1;
}
.banner_carousel .swiper-slide.swiper-slide-next, .banner_carousel .swiper-slide.next-slide {
  left: -10px;
  opacity: 1;
}

.bg_effect {
  width: 100%;
  height: 1260px;
  background: radial-gradient(ellipse at center, rgb(109, 11, 168) 0%, rgba(255, 255, 255, 0) 70%);
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
  overflow: hidden;
}
.bg_effect img, .bg_effect video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  pointer-events: none;
}
.bg_effect::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(ellipse at center, rgba(109, 11, 168, 0) 50%, rgb(0, 0, 0) 70%);
  z-index: 1;
}

.postSwiper {
  width: 100vw;
}
.postSwiper .swiper-slide {
  width: 350px;
  pointer-events: none;
  margin-right: 30px;
}
.postSwiper .swiper-slide:not(.slick-current) {
  opacity: 0.3;
}
.postSwiper .swiper-slide.swiper-slide-active {
  pointer-events: all;
}
.postSwiper .swiper-slide.swiper-slide-active + .swiper-slide, .postSwiper .swiper-slide.swiper-slide-active ~ .swiper-slide {
  opacity: 0.3;
  pointer-events: all;
}
.postSwiper .swiper-slide a {
  display: block;
}
.postSwiper .swiper-slide a img {
  width: 100%;
  border-radius: 8px;
}
.postSwiper .swiper-slide .post_type {
  text-align: center;
  margin-bottom: 24px;
}
.postSwiper .swiper-slide .post_type span {
  font-weight: 300;
  font-size: 15px;
  line-height: 19.5px;
  padding: 6px 12px;
  color: #161616;
  border-radius: 50px;
  background-color: #DBFF00;
}

.post_section h3 {
  font-size: 32px;
  margin-bottom: 24px;
}

.swiper-arrows {
  position: relative;
  display: flex;
  column-gap: 20px;
}
.swiper-arrows .swiper-button {
  position: static;
  width: 56px;
  height: 56px;
  background-color: #4A4A4A;
  border-radius: 56px;
  margin: 0;
}
.swiper-arrows .swiper-button.swiper-button-next {
  background-image: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-arrows .swiper-button.swiper-button-prev {
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.odometer-inside .odometer-digit:nth-child(-n+3) .odometer-value, .odometer-inside .odometer-digit.prevAll .odometer-value {
  background: #E8C7FB;
  background: linear-gradient(to right, #E8C7FB 0%, #E8C7FB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.odometer-inside .odometer-digit.prev .odometer-value {
  background: #E8C7FB;
  background: linear-gradient(to right, #E8C7FB 0%, #C7D1FB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.odometer-inside .odometer-digit:not(:nth-last-child(-n+3)) .odometer-value, .odometer-inside .odometer-digit:not(:nth-child(-n+3)) .odometer-value {
  background: #E8C7FB;
  background: linear-gradient(to right, #E8C7FB 50%, #C7D1FB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.odometer-inside .odometer-digit.middle .odometer-value {
  background: #E8C7FB;
  background: linear-gradient(to right, #E8C7FB 50%, #C7D1FB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.odometer-inside .odometer-digit:nth-last-child(-n+3) .odometer-value, .odometer-inside .odometer-digit.next .odometer-value {
  background: #E8C7FB;
  background: linear-gradient(to right, #E8C7FB 0%, #C7D1FB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.odometer-inside .odometer-digit.nextAll .odometer-value {
  background: #C7D1FB;
  background: linear-gradient(to right, #C7D1FB 0%, #C7D1FB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.odometer-inside .odometer-formatting-mark.prev::after, .odometer-inside .odometer-formatting-mark.prevAll::after {
  color: #E8C7FB;
}
.odometer-inside .odometer-formatting-mark.next::after, .odometer-inside .odometer-formatting-mark.nextAll::after {
  color: #C7D1FB;
}

/*03-08-24 Style Banner Video*/
.bg_effect iframe, .bg_effect .video {
  width: 120%;
  height: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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