.slider-container.slider-hero-section2 {
	padding: 100px 0 150px 0;
}
.slider-container {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.user-select-none {
	user-select: none !important;
}

.slider-container .slider-content {
	position: relative;
	z-index: 5;
}
@media (min-width: 768px)
	.flex-md-row {
		flex-direction: row !important;
	}
.align-items-center {
	align-items: center !important;
}

.slider-container .slider-content.hero-section2 h1 {
	font-size: 42px;
	line-height: 1.5;
	pointer-events: none;
}

.text-secondary {
	color: #22416d  !important;
}

.slider-container .slider-content .slide-hint {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.25;
	color: #ffffff;
	pointer-events: none;
}
.text-gray {
	color: #818894 !important;
}

.slider-container .slider-content .slider-search {
	border-radius: 38px;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.p-10 {
	padding: 10px !important;
}
.m-0 {
	margin: 0 !important;
}
.w-100 {
	width: 100% !important;
}
.align-items-center {
	align-items: center !important;
}
.d-flex {
	display: flex !important;
}
.bg-white {
	background-color: #ffffff !important;
}

.home-sections {
  position: relative;
}

.home-sections .section-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #1f3b64 !important;
  pointer-events: none;
}

.home-sections .section-hint {
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #818894;
  pointer-events: none;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.px-12 {
  padding: 0 12px !important;
}
.mt-40, .my-40 {
  margin-top: 40px !important;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.pb-20, .py-20 {
  padding-bottom: 20px !important;
}
.pt-20, .py-20 {
  padding-top: 20px !important;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-container {
  list-style: none;
}

.trending-card {
  position: relative;
  transition: all 0.5s ease;
}
.w-100 {
  width: 100% !important;
}
.align-items-center {
  align-items: center !important;
}
.flex-column {
  flex-direction: column !important;
}
.d-flex {
  display: flex !important;
}
.trending-card .trending-image {
  padding: 27px 0;
  border-radius: 20px;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.trending-card .trending-image .icon {
  width: 85px;
  height: 85px;
}
.img-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
img {
  vertical-align: middle;
  border-style: none;
}
.trending-card .item-count {
  position: relative;
  top: -20px;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  font-size: 14px;
}

.trending-card h3 {
  font-size: 16px;
  font-weight: 501;
  line-height: 1.19;
  color: #171347;
  text-align: center;
  margin-top:10px;
}

element {
}
.trending-card .item-count {
  position: relative;
  top: -20px;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  font-size: 14px;
}
  @media (min-width: 992px)
.pl-lg-20, .px-lg-20 {
  padding-left: 20px !important;
}
  @media (min-width: 992px)
.pr-lg-20, .px-lg-20 {
  padding-right: 20px !important;
}
  @media (min-width: 992px)
.pb-lg-10, .py-lg-10 {
  padding-bottom: 10px !important;
}
  @media (min-width: 992px)
.pt-lg-10, .py-lg-10 {
  padding-top: 10px !important;
}

a {
	text-decoration: none !important;
}


.ltr {
  direction: ltr !important;
}
  @media (min-width: 768px)
.d-md-block {
  display: block !important;
}

.subscribes-container .left-gradient-box {
  top: 13% !important;
  left: 1% !important;
  width: 150px;
  height: 150px;
  opacity: 0.66;
  transform: rotate(45deg);
}
.gradient-box {
  direction: ltr;
  position: absolute !important;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #9effc1, var(--primary));
}

.subscribe-plan {
  position: relative;
  border: 3px solid transparent;
  transition: all 0.4s ease;
  top: 0;
}
.pt-50, .py-50 {
  padding-top: 50px !important;
}
.pl-20, .px-20 {
  padding-left: 20px !important;
}
.pb-20, .py-20 {
  padding-bottom: 20px !important;
}
.pr-20, .px-20 {
  padding-right: 20px !important;
}
.shadow {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1) !important;
}
.position-relative {
  position: relative !important;
}
.align-items-center {
  align-items: center !important;
}
.flex-column {
  flex-direction: column !important;
}
.d-flex {
  display: flex !important;
}
.rounded-sm {
  border-radius: 0.625rem !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-white {
  background-color: #ffffff !important;
}

.subscribe-plan .plan-icon {
  width: 120px;
  height: 120px;
}
.text-secondary {
  color: var(--secondary) !important;
}
.font-30 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.22;
}
.font-36 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.22;
}

ul {
 list-style-type: none;
}

.subscribe-plan .plan-feature li {
  position: relative;
  color: #171347;
}

.subscribe-plan .plan-feature li::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--secondary);
}


.subscribe-plan {
  position: relative;
  border: 3px solid transparent;
  transition: all 0.4s ease;
  top: 0;
}
.pt-50, .py-50 {
  padding-top: 50px !important;
}

.subscribe-plan .badge-popular {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 10px 0 10px 0;
}
.badge-primary {
  background-color: var(--primary) !important;
}
.badge {
  line-height: 1.58;
  font-weight: normal;
  pointer-events: none;
}

.pl-15, .px-15 {
  padding-left: 15px !important;
}
.pr-15, .px-15 {
  padding-right: 15px !important;
}
.pb-5, .py-5 {
  padding-bottom: 5px !important;
}
.pt-5, .py-5 {
  padding-top: 5px !important;
}
.badge-primary {
  color: #ffffff;
  background-color: #43d477;
}
.badge {
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-decoration-line-through {
  text-decoration: line-through;
}
.font-14 {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.4;
}
.text-gray {
  color: #818894 !important;
}
.ml-5, .mx-5 {
  margin-left: 2px !important;
}
* {
  outline: none !important;
}
*, ::before, ::after {
  box-sizing: border-box;
}


.home-video-mask {
  position: absolute;
  height: 300px;
  border: solid 1px #707070;
  background-color: #1e91ac;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.home-video-container {
  padding-top: 194px;
  padding-bottom: 94px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.home-video-container .home-video-play-button::after, .home-video-container .home-video-play-button::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: -1;
  border-radius: 50%;
}

svg {
  overflow: auto;
  vertical-align: inherit;
}

.home-video-container .home-video-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.22;
  color: #ffffff;
}



		.img-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: 50% 50%;
}
img {
  vertical-align: middle;
  border-style: none;
}
		
		.blog-grid-card .blog-grid-image {
  position: relative;
  width: 100%;
  height: 250px;
}
		
		.blog-grid-card .blog-grid-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(6, 6, 6, 0), rgba(0, 0, 0, 0.8));
  z-index: 1;
}
		
		.blog-grid-card {
  border-radius: 15px;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transition: all 0.5s ease;
}
		
		
		.blog-grid-card .blog-grid-image .created-at {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.19;
  color: #ffffff;
  border-radius: 20px;
  padding: 10px 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--primary);
  position: absolute;
  bottom: -16px;
  right: 25px;
  transition: all 0.5s ease;
  z-index: 2;
}
		
		
.blog-grid-card .blog-grid-detail {
  padding: 24px 15px;
}
		
		.blog-grid-card .blog-grid-detail .blog-grid-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.29;
  color: #818894;
  height: 85px;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  pointer-events: none;
}
	
		.blog-grid-card .blog-grid-detail .blog-grid-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #171347;
}


.reward-program-section {
  border-radius: 30px;
  background-color: #f7fafd;
}

.reward-program-section .reward-program-section-hero-card {
  height: 350px;
}

.reward-program-section .reward-program-section-hero-card .reward-program-section-hero {
  position: absolute;
  height: 390px;
  width: 100%;
  left: -70px;
  top: -20px;
}

.reward-program-section .example-reward-card {
  position: absolute;
  bottom: 50px;
  right: 15%;
  z-index: 2;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: hero-bounce;
  animation-name: hero-bounce;
}

.reward-program-section .example-reward-card .example-reward-card-medal {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.img-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.rounded-circle {
  border-radius: 50% !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.font-weight-500 {
  font-weight: 500;
}