body {
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  margin: 0;
  color: #444;
  background: #eee;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

.button.button-primary {
  background-color: #000;
  border-radius: 12px;
  width: max-content;
  height: 52px;
  padding: 0 24px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px !important;
  text-transform: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

@media (max-width: 549px) {
  .button.button-primary {
    height: 49px;
    font-size: 14px;
    line-height: 21px !important;
  }
  .custom-mobile-menu .gtranslate_wrapper{
  	text-align:center !important;
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px;
    padding: 15px 0;
  }
  .custom-mobile-menu .gtranslate_wrapper img{
  	width:32px;
  }
  .mfp-container{
  	padding: 20px 16px !important;
  }
  #hubspot-popup{
  	height: 90vh;
  }
  
  #hubspot-popup .algo-hs-wrapper{
  	max-height: 100% !important;
  } 
  #hubspot-popup .algo-hs-iframe{
  	height: 1250px;
  }
}

.button.button-primary.shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.button.button-primary.shadow:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3), 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.button.button-primary:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6),
    0 0 20px rgba(255, 255, 255, 0.4);
  transform: translateY(-2px) scale(1.02);
}

.button.button-secondary {
  border: 1px solid #000 !important;
  background-color: transparent;
  border-radius: 12px;
  width: max-content;
  height: 52px;
  padding: 0 24px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px !important;
  text-transform: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

@media (max-width: 549px) {
  .button.button-secondary {
    height: 49px;
    font-size: 14px;
    line-height: 21px !important;
  }
}

.button.button-secondary.white {
  color: #000 !important;
}

.button.button-secondary:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25),
    0 0 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.img-16-9 img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.heading h5 {
  font-size: 18px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.7019607843);
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 549px) {
  .heading h5 {
    font-size: 16px;
    line-height: 22px;
  }
}

.heading h3 {
  font-size: 36px;
  line-height: 65px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 549px) {
  .heading h3 {
    font-size: 29px;
    line-height: 35px;
  }
}

/* Featured Posts Shortcode */
.featured-posts-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 30px 0;
}

@media (max-width: 1024px) {
  .featured-posts-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .featured-posts-wrapper {
    grid-template-columns: 1fr;
  }
}

.featured-post-item {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  transition: all 0.3s ease;
}

.featured-post-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #f0f0f0;
  border-radius: 20px;
  margin-bottom: 20px;
}

.featured-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 20px;
}

.featured-post-image:hover img {
  transform: scale(1.05);
}

.featured-post-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.featured-post-content {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.featured-post-date {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-weight: 400;
}

.featured-post-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  color: #111;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 549px) {
  .featured-post-title {
    font-size: 18px;
    line-height: 18px;
  }
}

.featured-post-title a {
  color: #111;
  text-decoration: none;
  transition: all 0.3s ease;
}

.featured-post-title a:hover {
  color: #d1a858;
}

.featured-post-excerpt {
  font-size: 18px;
  line-height: 27px;
  color: #444;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 549px) {
  .featured-post-excerpt {
    font-size: 14px;
    line-height: 21px;
  }
}

.featured-post-excerpt p {
  margin: 0;
}

.featured-post-categories {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.featured-post-categories .category-tag {
  display: inline-block;
  padding: 6px 14px;
  background: #FFE5E5;
  color: #FF6B6B;
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.2s ease;
}

@media (max-width: 549px) {
  .featured-post-categories .category-tag {
    font-size: 11px;
    line-height: 17px;
  }
}

.featured-post-categories .category-tag:hover {
  background: #FF6B6B;
  color: #fff;
}

.cursor-pill {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 999999;
  will-change: transform;
}

@media (max-width: 849px) {
  .cursor-pill {
    display: none !important;
  }
}

.cursor-pill span {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  color: #cfac5f;
  font-weight: 600;
}

.icon-number {
  width: 100px;
  margin: 0 auto 12px;
}

.img-16x9 .box-image {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.img-16x9 .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .header-comment .col-menu .col-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

header .header-comment .col-menu .col-inner .img {
  margin-bottom: 0;
  width: max-content !important;
  margin-right: 34px;
}
@media (max-width: 768px){
	header .header-comment .col-menu .col-inner{
    	gap: 14px;
    }
    header .header-comment .col-menu .col-inner .img{
        margin-right: 0;
        min-width: 91px;
    }
}
header .header-comment .col-menu .col-inner .img img {
  max-height: 81px;
  width: auto;
}
@media(max-width: 768px){
	header .header-comment .col-menu .col-inner .img img{
    	max-height: 70px;
    }
}
header .stuck .header-comment .col-menu .col-inner .img img{
max-height: 70px;
}
header .header-comment .ux-menu {
  display: flex;
  flex-direction: row;
  gap: 26px;
  flex: 1;
}

@media (max-width: 850px) {
  header .header-comment .ux-menu {
    display: none;
  }
}

header .header-comment .ux-menu .ux-menu-link__link {
  padding: 0;
  min-height: unset;
}
header .header-comment .ux-menu .ux-menu-link__link:hover .ux-menu-link__text {
  color: #d1a858 !important;
}

header .header-comment .ux-menu .ux-menu-link__text {
  font-size: 14px;
  line-height: 18px !important;
  font-weight: 700;
  color: #000 !important;
  font-family: "Roboto", sans-serif;
  padding: 0;
  display: block;
}

header .header-comment .icon-hamburger {
  display: none;
}

header .header-comment .icon-hamburger .icon-box-img {
  margin-bottom: 0;
}

@media (max-width: 850px) {
  header .header-comment .icon-hamburger {
    display: block;
    width: max-content;
    max-width: 20px;
    max-height: 20px;
    margin-left: auto;
  }
   header .header-comment .icon-hamburger svg{
   	padding-top: 0;
   }
}


header .header-comment .row>.col {
  padding-bottom: 0;
}

.custom-mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: lch(100% 0 0deg / 0.9);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -100;
  visibility: hidden;
  transition: all 0.4s ease;
}

.custom-mobile-menu.active {
  z-index: 1099;
  opacity: 1;
  visibility: visible;
}

.custom-mobile-menu .mobile-menu-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-mobile-menu .mobile-close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 30px;
}

.custom-mobile-menu .ux-menu-link__text {
  font-size: 22px;
  line-height: 53px;
  font-weight: 700;
  color: #000;
  text-align: center;
  display: block;
  width: 100%;
}
@media (max-width: 768px){
    .custom-mobile-menu .ux-menu-link__link{
        padding-top: 15px;
        padding-bottom: 15px;
    }
	.custom-mobile-menu .ux-menu-link__text{
    	text-transform: uppercase;
    }
}
header .header-nav-main {
  padding-left: 20px;
}

header .header-nav-main .menu-item.active>a {
  font-weight: 700;
}

header .header-nav-main .menu-item>a {
  font-size: 14px;
  line-height: 18px !important;
  font-weight: 700;
  color: #000 !important;
  font-family: "Roboto", sans-serif;
  padding: 0;
}

header .header-nav-main .menu-item>a:hover {
  color: #d1a858 !important;
}

header .header-nav-main .menu-item .sub-menu .menu-item+.menu-item {
  margin-top: 8px;
}

header .header-nav-main .menu-item .sub-menu .menu-item>a {
  font-size: 16px;
  line-height: 24px !important;
  font-weight: 400;
  color: #000;
  border: none;
}
header .header-button-1.primary{
	background: unset !important;
    padding:0 !important;
    border: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
}
header .header-button-1>span,
header .header-button-1 .button {
  background-color: black;
  font-size: 14px;
  line-height: 21px;
  border-radius: 12px;
  font-weight: 400;
  text-transform: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  transition: all 0.3s ease;
  min-width: max-content;
  padding: 0 1.2em;
}
@media (max-width: 768px){
header .header-button-1>span, header .header-button-1 .button{
font-size: 12px;line-height: 16px}
}
header .header-button-1 .button:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6),
    0 0 20px rgba(255, 255, 255, 0.4);
  transform: translateY(-2px) scale(1.02);
}

#main-menu.mobile-sidebar .nav-sidebar>.menu-item.current_page_item>a {
  color: #d1a858;
}

#main-menu.mobile-sidebar .nav-sidebar>.menu-item>a {
  font-size: 22px;
  line-height: 53px;
  font-weight: 700;
  color: #000;
}

section.top-footer {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  padding-top: 183px !important;
  padding-bottom: 230px !important;
  padding-left: 70px;
  padding-right: 58px;
  background-image: linear-gradient(to bottom, #434343, #000000) !important;
}
section.top-footer .section-bg.bg-loaded{
background-image: unset !important
}


@media (max-width: 768px) {
  section.top-footer {
    padding: 120px 35px 120px 32px !important;
  }
}

@media (max-width: 549px) {
  section.top-footer {
    padding: 120px 5px 120px 5px !important;
  }
}
.member-section{
	background-color: white !important;
}
section.top-footer .col {
  padding-bottom: 0;
}

section.top-footer h5 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
}

section.top-footer h3 {
  font-size: 32px;
  line-height: 58px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 549px) {
  section.top-footer h3 {
    font-size: 23px;
    line-height: 30px;
  }
}

footer#footer section.main-footer {
  padding-bottom: 0;
}

footer#footer section.main-footer .col {
  padding-bottom: 20px;
}

footer#footer section.main-footer .col-image img {
  max-width: 252px;
  margin: 0 auto;
  display: flex;
}

footer#footer section.main-footer .footer-menu {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

footer#footer section.main-footer .footer-menu .ux-menu-link .ux-menu-link__link {
  min-height: unset !important;
  padding: 0;
}

footer#footer section.main-footer .footer-menu .ux-menu-link span {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
}

footer#footer section.main-footer .footer-menu .ux-menu-link span:hover {
  color: #d1a858;
}

footer#footer section.main-footer .footer-menu .ux-menu-link.ux-menu-link--active span {
  font-weight: 700;
}

footer#footer section.main-footer .social-icons i {
  color: #000;
}

footer#footer section.main-footer .copy-right {
  padding-bottom: 0;
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
  padding-bottom: 20px;
}

footer#footer section.main-footer .copy-right p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5019607843);
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}

footer#footer .absolute-footer {
  display: none;
}

section.banner-section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  margin-bottom: 0;
  min-height: 90vh;
  background:
radial-gradient(circle at 12% 40%, rgba(244, 67, 54, 0.42), transparent 18%),
  radial-gradient(circle at 85% 50%, rgba(238, 119, 36, 0.58), transparent 16%),
  radial-gradient(circle at 50% 75%, rgba(246, 196, 68, 0.6), transparent 19%),
  #ffffff;
}

@media (max-width: 1199px) {
  section.banner-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 549px) {
  section.banner-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
    margin-bottom: 0;
    min-height: unset;
  }
}

@media (max-width: 549px) {
  section.banner-section:not(.no-reverse)>.section-content>.row {
    flex-direction: column-reverse;
  }
}

section.banner-section .col {
  padding-bottom: 0;
}

section.banner-section .col-right .img {
  margin-bottom: 0 !important;
}

section.banner-section .col-right .img.img-horizontal img {
  aspect-ratio: unset;
  object-fit: contain;
}

section.banner-section .col-right .img img {
  aspect-ratio: 520/622;
  width: 100%;
  height: auto;
  object-fit: cover;
}

section.banner-section .col-right .col-inner {
  max-width: 90%;
  margin: 0 0 0 auto !important;
}

@media (max-width: 549px) {
  section.banner-section .col-right .col-inner {
    max-width: 100%;
  }
}

section.banner-section .col-right .aux-the-shape {
  aspect-ratio: 1;
  width: 124px;
  height: auto;
  border-radius: 50%;
  background-color: #d1a858;
  position: absolute;
}

section.banner-section .col-right .aux-the-shape.big {
  left: -40px;
  top: 70%;
  z-index: -1;
}

@media (max-width: 549px) {
  section.banner-section .col-right .aux-the-shape.big {
    left: 5px;
    top: calc(100% - 80px);
  }
}

section.banner-section .col-right .aux-the-shape.small {
  width: 57px;
  top: 20%;
  right: -25px;
  z-index: 1;
}

@media (max-width: 549px) {
  section.banner-section .col-right .aux-the-shape.small {
    right: -8px;
  }
}

section.banner-section .col-right .aux-the-shape.dark {
  background-color: #000;
  width: 57px;
  bottom: -30px;
  left: 40%;
  z-index: -1;
}

@media (max-width: 549px) {
  section.banner-section .col-right .aux-the-shape.dark {
    display: none;
  }
}

section.banner-section .col-right .wrap-testimonial {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: rgb(237, 224, 212) 0px 4px 44px 0px;
  border-radius: 12px;
  padding: 11px 24px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 549px) {
  section.banner-section .col-right .wrap-testimonial {
    left: 50%;
    top: 100%;
    min-width: max-content;
    transform: translate(-50%, -50%) !important;
  }
}

section.banner-section .col-right .wrap-testimonial h4 {
  font-size: 16px;
  line-height: 42px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}

section.banner-section .col-right .wrap-testimonial h5 {
  font-size: 12px;
  line-height: 12px;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}

section.banner-section .col-right .wrap-testimonial img {
  margin-top: 10px;
  margin-bottom: 20px;
}

section.banner-section .col-right .wrap-testimonial p {
  margin-bottom: 0;
}

section.banner-section .col-button .col-inner {
  display: flex;
}

section.banner-section .col-button.center .col-inner {
  justify-content: center;
}

@media (max-width: 549px) {
  section.banner-section .col-button .col-inner {
    flex-direction: column;
  }
}

@media (max-width: 549px) {
  section.banner-section .col-button .col-inner .button {
    width: 100% !important;
    margin-right: 0 !important;
    justify-content: center;
  }
}

@media (max-width: 549px) {
  section.banner-section .col-content {
    padding-top: 90px;
  }
}

section.banner-section .col-content h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 22px;
  color: rgba(0, 0, 0, 0.7019607843);
}

@media (max-width: 549px) {
  section.banner-section .col-content h5 {
    font-size: 13px;
    line-height: 18px;
  }
}

section.banner-section .col-content h1 {
  font-size: 46px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 24px;
  color: black;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 549px) {
  section.banner-section .col-content h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

section.banner-section .col-content p {
  max-width: 492px;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  font-weight: 400;
}

@media (max-width: 549px) {
  section.banner-section .col-content p {
    font-size: 14px;
    line-height: 21px;
  }
}

section.banner-section .col-content .row-count {
  margin-top: 78px;
}

@media (max-width: 549px) {
  section.banner-section .col-content .row-count {
    margin-top: 19px;
  }
}

section.banner-section .row-count span {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 549px) {
  section.banner-section .row-count span {
    font-size: 23px;
    line-height: 30px;
  }
}

section.banner-section .col-content .row-count p {
  margin-bottom: 0;
}

section.banner-section .col-content .row-count p.text {
  font-size: 18px;
  line-height: 45px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5019607843);
  padding-bottom: 0;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 549px) {
  section.banner-section .col-content .row-count p.text {
    font-size: 14px;
    line-height: 35px;
  }
}

#content section.home-section-two {
  color: #dddddd;
}

@media (max-width: 849px) {
  #content section.home-section-two {
    overflow: hidden !important;
  }
}

#content section.home-section-two:not(.section-white) p {
  color: #444;
}

@media (max-width: 1199px) {
  #content section.home-section-two {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#content section.home-section-two .marquee {
  white-space: nowrap;
}

#content section.home-section-two .track {
  display: inline-flex;
  will-change: transform;
}

#content section.home-section-two .item {
  display: inline-block;
  font-size: 36px;
  line-height: 41px;
  font-weight: 700;
  color: #dddddd;
  margin-bottom: 26px;
}

@media (max-width: 549px) {
  #content section.home-section-two .item {
    font-size: 28px;
    line-height: 32px;
  }
}

#content section.home-section-two .row-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#content section.home-section-two .row-content::after {
  display: none;
}

#content section.home-section-two .row-content .col {
  flex-basis: calc(100% / 5);
  max-width: calc(100% / 5);
}

#content section.home-section-two .row-content.col-4 .col {
  flex-basis: calc(100% / 4);
  max-width: calc(100% / 4);
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 849px) {
#content section.home-section-two .row-content.col-4 .col{
 flex-basis: calc(100% / 2);
  max-width: calc(100% / 2);
}
  #content section.home-section-two .row-content .col {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (max-width: 549px) {
    
	
     #content section.home-section-two .row-content .col {
        flex-basis: 100%;
        max-width: 100%;
     }
}

#content section.home-section-two .row-content .col .col-inner {
  padding: 12px;
  background-color: #f6f8f8;
  border: 1px solid #cfe3e7;
  border-radius: 12px;
  transition: all 0.3s ease;
}

#content section.home-section-two .row-content .col .col-inner:hover {
  cursor: pointer;
  transform: translateY(-15px);
}

#content section.home-section-two .row-content .col span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: rgba(19, 200, 236, 0.1);
  margin-bottom: 16px;
}

#content section.home-section-two .row-content .col svg {
  width: 24px;
  height: 24px;
}

#content section.home-section-two .row-content .col svg path {
  stroke: #13c8ec;
}

#content section.home-section-two .row-content .col h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #0d191b;
}

#content section.home-section-two .row-content .col p {
  font-size: 12px;
  line-height: 28px;
  color: #5c7aa3;
  margin-bottom: 0;
}

#content section.home-section-two .col-image .col-inner {
  max-width: 90%;
  margin: 0 auto 0 0 !important;
}

@media (max-width: 549px) {
  #content section.home-section-two .col-image .col-inner {
    max-width: 100%;
  }
}

#content section.home-section-two .col-image .aux-the-shape {
  aspect-ratio: 1;
  width: 124px;
  height: auto;
  border-radius: 50%;
  background-color: #d1a858;
  position: absolute;
}

#content section.home-section-two .col-image .aux-the-shape.big {
  top: 119px;
  right: -35px;
  z-index: -1;
}

#content section.home-section-two .col-image .aux-the-shape.small {
  display: none;
}

#content section.home-section-two .col-image .aux-the-shape.dark {
  background-color: #000;
  width: 124px;
  bottom: 102px;
  left: -27px;
  z-index: -1;
}

#content section.home-section-two h2 {
  font-size: 36px;
  line-height: 41px;
  font-weight: 700;
  color: #000;
  margin-bottom: 26px;
}

@media (max-width: 549px) {
  #content section.home-section-two h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

#content section.home-section-two h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #000;
  margin-bottom: 26px;
}

@media (max-width: 549px) {
  #content section.home-section-two h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

#content section.home-section-two h5 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

@media (max-width: 549px) {
  #content section.home-section-two h5 {
    font-size: 22px;
    line-height: 26px;
  }
}

#content section.home-section-two ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  
}

#content section.home-section-two li {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-left: 0;
  color: #0000008c;
  padding-bottom: 14px;
  padding-top: 14px;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

#content section.home-section-two li.active {
  color: #d1a858;
  font-weight: 700;
}

@media (max-width: 549px) {
  #content section.home-section-two li {
    font-size: 14px;
    line-height: 21px;
  }
}

section.home-section-difference h2 {
  font-size: 36px;
  line-height: 41px;
  font-weight: 700;
  color: #000;
  margin-bottom: 26px;
}

@media (max-width: 549px) {
  section.home-section-difference h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

section.home-section-difference h5 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #000;
  margin-bottom: 26px;
}

@media (max-width: 549px) {
  section.home-section-difference h5 {
    font-size: 22px;
    line-height: 26px;
  }
}

section.home-section-difference ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0 !important;
}

section.home-section-difference li {
  font-size: 14px;
  line-height: 18px;
  color: #444;
  margin-bottom: 0;
  margin-left: 0 !important;
  display: flex;
}

section.home-section-difference li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 8px;
  min-width: 16px;
  width: 16px;
  height: 16px;
}

@media (max-width: 549px) {
  section.home-section-difference li {
    font-size: 14px;
    line-height: 21px;
  }
}

section.home-section-difference .row-content {
  border: 1px solid #e7f1f3;
  border-radius: 16px;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media (max-width: 849px) {
  section.home-section-difference .row-content {
    max-width: calc(100% - 40px) !important;
  }
}

section.home-section-difference .row-content .col-left .col-inner {
  background-color: white;
  padding: 40px;
}

section.home-section-difference .row-content .col-left .col-inner li {
  font-weight: 300;
}

section.home-section-difference .row-content .col-left .col-inner li::before {
  background-image: url(../images/close-red-icon.svg);
}

section.home-section-difference .row-content .col-right .col-inner {
  background-color: rgba(19, 200, 236, 0.05);
  border-left: 4px solid rgb(19, 200, 236);
  padding: 40px;
}

section.home-section-difference .row-content .col-right .col-inner h5 {
  color: #13c8ec;
}

section.home-section-difference .row-content .col-right .col-inner li {
  color: #000;
  font-weight: 400;
}

section.home-section-difference .row-content .col-right .col-inner li::before {
  background-image: url(../images/check.svg);
}

.client-section h2 {
  font-size: 36px;
  line-height: 41px;
  font-weight: 700;
}

@media (max-width: 549px) {
  .client-section h2 {
    font-size: 25px;
    line-height: 29px;
  }
}

section.home-section-four {
  margin-top: 90px;
}

@media (max-width: 1199px) {
  section.home-section-four {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section.home-section-four .section-content>.row {
  position: relative;
  padding-top: 141px;
  padding-bottom: 148px;
  border-radius: 70px;
  overflow: hidden;
}

@media (max-width: 768px) {
  section.home-section-four .section-content>.row {
    padding: 79px 20px 44px;
  }
}

section.home-section-four .col-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 0;
}

section.home-section-four .col-image * {
  width: 100%;
  height: 100%;
}

section.home-section-four .col-image img {
  object-fit: cover;
}

@media (max-width: 549px) {
  section.home-section-four .col-image img {
    object-position: left;
  }
}

section.home-section-four .col-content .quote p {
  font-size: 32px;
  line-height: 32px;
  font-weight: 200;
  color: white;
}

section.home-section-four .col-content .info h5 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #9ffe65;
  margin-bottom: 0;
}

section.home-section-four .col-content .info h3 {
  font-size: 32px;
  line-height: 58px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

section.home-section-four .col-content .info p {
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  color: white;
}

section.home-section-four .col-content .info-bottom p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #fff;
}

section.home-section-four .col-content .info-bottom img {
  width: 44px;
  height: auto;
  object-fit: contain;
  margin-bottom: 12px;
}

section.home-section-five {
  margin-top: 90px;
}

@media (max-width: 1199px) {
  section.home-section-five {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section.home-section-five .col .col-inner {
  transition: all 0.3s ease;
  border-radius: 32px;
  padding: 60px 20px 25px;
  height: 100%;
  cursor: pointer;
}

section.home-section-five .col .col-inner:hover {
  box-shadow: 0px 4px 44px 0px rgba(237, 224, 212, 0.5019607843);
}

section.home-section-five h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 26px;
}

@media (max-width: 549px) {
  section.home-section-five h4 {
    font-size: 15px;
    line-height: 15px;
  }
}

section.home-section-five p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7019607843);
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 0;
}

@media (max-width: 549px) {
  section.home-section-five p {
    font-size: 13px;
    line-height: 18px;
  }
}

section.home-section-six {
  margin-top: 90px;
}

@media (max-width: 1199px) {
  section.home-section-six {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section.home-section-six .col-heading .col-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 849px) {
  section.home-section-six .col-heading .col-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

section.home-section-six .col-heading h2 {
  font-size: 36px;
  line-height: 41px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  max-width: 500px;
}

@media (max-width: 549px) {
  section.home-section-six .col-heading h2 {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}

@media (max-width: 849px) {
  section.home-section-six .grid-big {
    height: 300px !important;
  }
}

@media (min-width: 850px) {
  section.home-section-six .grid-big .banner .text-box h3 {
    font-size: 56px;
    line-height: 26px;
  }
}

@media (min-width: 850px) {
  section.home-section-six .grid-big .banner .text-box p {
    font-size: 32px;
    line-height: 48px;
  }
}

section.home-section-six .banner {
  border-radius: 24px;
  overflow: hidden;
}

section.home-section-six .banner .banner-layers {
  overflow: hidden;
}

section.home-section-six .banner:hover .text-box {
  transform: translateY(0) !important;
}

section.home-section-six .banner .text-box {
  padding: 24px;
  width: 100% !important;
  bottom: 0;
  left: 0;
  top: unset;
  height: max-content;
  transform: translateY(100%) !important;
  transition: all 0.5s ease;
}

section.home-section-six .banner .text-box h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease;
}

section.home-section-six .banner .text-box h3:hover {
  color: #d1a858;
}

section.home-section-six .banner .text-box p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease;
}

section.home-section-six .banner .text-box p:hover {
  color: #d1a858;
}

@media (max-width: 1199px) {
  section.faq-section {
    padding-left: 5px;
    padding-right: 5px;
  }
}

section.faq-section .col-heading {
  margin-bottom: 38px;
}

section.faq-section h5 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7019607843);
}

@media (max-width: 549px) {
  section.faq-section h5 {
    font-size: 15px;
    line-height: 21px;
  }
}

section.faq-section h3 {
  font-size: 36px;
  line-height: 65px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}

@media (max-width: 549px) {
  section.faq-section h3 {
    font-size: 29px;
    line-height: 52px;
  }
}

section.faq-section p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #5c7aa3;
  margin-bottom: 0;
}

@media (max-width: 549px) {
  section.faq-section p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 549px) {
  section.faq-section .p-0 {
    padding-bottom: 0;
  }
}

section.faq-section .accordion .accordion-item {
  margin-bottom: 16px;
}

section.faq-section .accordion .accordion-item .accordion-title {
  background-color: transparent !important;
  border: none;
}

section.faq-section .accordion .accordion-item .accordion-title .toggle {
  margin: -4px 5px 0 0;
  color: #000;
  opacity: 1;
}

section.faq-section .accordion .accordion-item .accordion-title span {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #000 !important;
}

@media (max-width: 549px) {
  section.faq-section .accordion .accordion-item .accordion-title span {
    font-size: 19px;
    line-height: 27px;
  }
}

section.faq-section .accordion .accordion-item p {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 549px) {
  section.faq-section .accordion .accordion-item p {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 549px) {
  section.home-section-nine .list-talent {
    margin-top: 20px;
  }
}

section.home-section-nine .list-talent .item>.col-inner {
  display: flex;
  gap: 26px;
}

@media (max-width: 768px) {
  section.home-section-nine .list-talent .item>.col-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
}

section.home-section-nine .list-talent .item>.col-inner .img {
  width: 94px !important;
  min-width: 94px;
  height: auto;
}

@media (max-width: 768px) {
  section.home-section-nine .list-talent .item>.col-inner .img {
    width: 99px !important;
    min-width: 99px;
  }
}

section.home-section-nine .list-talent .item>.col-inner .img::before {
  content: "";
  position: absolute;
  left: 90%;
  top: 0;
  background-image: url("../images/Group-4-1.png");
  background-size: contain;
  width: 34px;
  height: 39px;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 768px) {
  section.home-section-nine .list-talent .item>.col-inner .img::before {
    left: 0;
    transform: translateX(-100%);
  }
}

section.home-section-nine .list-talent .item>.col-inner .row {
  flex: auto;
}

section.home-section-nine .list-talent .item>.col-inner .row h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}

section.home-section-nine .list-talent .item>.col-inner .row h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7019607843);
}

section.home-section-nine .list-talent .item>.col-inner .row p {
  font-size: 12px;
  line-height: 17px;
  color: #32373e;
  font-weight: 300;
}

section.home-section-nine .list-talent .item>.col-inner .row .social-icons i {
  color: #000 !important;
}

#content section.channel-hero-section {
  padding-top: 128px;
  padding-bottom: 80px;
  min-height: 90vh;
  background:
radial-gradient(circle at 12% 40%, rgba(244, 67, 54, 0.42), transparent 18%),
  radial-gradient(circle at 85% 50%, rgba(238, 119, 36, 0.58), transparent 16%),
  radial-gradient(circle at 50% 75%, rgba(246, 196, 68, 0.6), transparent 19%),
  #ffffff;
}

#content section.channel-hero-section h2 {
  font-size: 36px;
  line-height: 41px;
  font-weight: 700;
  color: #000;
  margin-bottom: 26px;
  background: unset !important;
  -webkit-text-fill-color: unset !important;
}
#content section.channel-hero-section h2 span{
	    background: linear-gradient(135deg, #f44336 0%, #ee7724 50%, #f6c444 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}
@media (max-width: 549px) {
  #content section.channel-hero-section h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

#content section.channel-hero-section p {
  font-size: 16px;
  line-height: 24px;
  color: #444;
  font-weight: 400;
}

@media (max-width: 549px) {
  #content section.channel-hero-section p {
    font-size: 14px;
    line-height: 21px;
  }
}

#content section.channel-hero-section .col-right .col-inner {
  padding: 32px;
  border-radius: 16px;
  background-color: white;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

#content section.channel-hero-section .col-right .col-inner h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}

#content section.channel-hero-section .col-right .col-inner .price {
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
  color: #13c8ec;
  margin-bottom: 24px;
}

@media (max-width: 549px) {
  #content section.channel-hero-section .col-right .col-inner .price {
    font-size: 14px;
    line-height: 21px;
  }
}

#content section.channel-hero-section .col-right .col-inner .price del {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #9ca3af;
}

@media (max-width: 549px) {
  #content section.channel-hero-section .col-right .col-inner .price del {
    font-size: 14px;
    line-height: 21px;
  }
}

#content section.channel-hero-section .col-right .col-inner p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #000;
  margin-bottom: 0;
}

#content section.channel-hero-section .col-right .col-inner .button {
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  margin-right: 0;
}


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