@font-face {
  font-family: 'THICCCBOI';
  font-weight: 200;
  src: url(../fonts/THICCCBOI-Light-a94d6d3a6386bd7e72b826aaf5943605264b6a74deda708bf9418bd921139cdf.ttf) format("truetype")
}

@font-face {
  font-family: 'THICCCBOI';
  font-weight: 300;
  src: url(../fonts/THICCCBOI-Regular-cf2c1c516346ae63e3b5411a6c4f3b7e9ae8009185c9046001f54c13230dce13.ttf) format("truetype")
}

@font-face {
  font-family: 'THICCCBOI';
  font-weight: 400;
  src: url(../fonts/THICCCBOI-Medium-6e058ecf443bc5333e578697d2c603745e16bf2a6b8a4c41e240998fef6338ed.ttf) format("truetype")
}

@font-face {
  font-family: 'THICCCBOI';
  font-weight: 500;
  src: url(../fonts/THICCCBOI-SemiBold-1164c5edc080d43d8acab6c93cab66c2853e74d8dfd7ab73354fa87999064fbf.ttf) format("truetype")
}

@font-face {
  font-family: 'THICCCBOI';
  font-weight: 700;
  src: url(../fonts/THICCCBOI-Bold-1af55a6460917aa9f60342702f6c6d809c6e38fcc20b90860707c79d4823103b.ttf) format("truetype")
}

/* Start Header Section */

#wpadminbar + .site header {
  margin-top: 32px;
}

.header-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px 0;
  z-index: 1061;
  background: radial-gradient(circle at left center, rgba(0, 191, 255, 0.2) 0%, transparent 90%) left center / 176px 176px, radial-gradient(circle at right center, rgba(254, 76, 195, 0.3) 0%, transparent 90%) right center / 176px 176px, #1A2340;
  background-repeat: no-repeat;
  transition: background 0.36s ease-in-out;
}

.header-nav>* {
  font-family: THICCCBOI, system-ui, sans-serif;
}

@media screen and (min-width: 1024px) {
  .header-nav {
    background: radial-gradient(circle at 10% center, rgba(0,191,255,0.2) 0%, transparent 90%) left center/850px 850px, radial-gradient(circle at 90% center, rgba(254,76,195,0.3) 0%, transparent 90%) right center/850px 850px, #1A2340;
    background-repeat: no-repeat;
  }
  .home-hero__area {
    background-image: linear-gradient(90deg, #EDF5FD 17.12%, rgba(237,245,253,0) 48.37%), url(https://d39afr5wio5j08.cloudfront.net/assets-p/svg/blue-waves-background-e76bb23a4813f1179af2d95a93b75a7a3d30b9947d57021bd4d33a51ef7a573e.svg)
  }
}

.header-nav__container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header-nav__logo {
  margin-right: 18px;
}

.header-nav__logo img {
  width: 38px;
}

.header-navbar-mobile {
  display: flex;
}

.header-navbar,
.header-login {
  display: flex;
  align-items: center;
}

.header-navbar li a {
  font-family: THICCCBOI, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
}

.header-login li:last-child,
.header-login .apptopia_cta_btn {
  margin-left: 16px;
}

.header-login li:last-child a,
.header-login .apptopia_cta_btn a {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  background-color: #348BE3;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  transition: 0.3s ease-in-out;
}

.header-login li:last-child a:hover,
.header-login .apptopia_cta_btn a {
  background-color: #85BAEE;
  text-decoration: none;
}

.header-navbar > li > .dropdown-submenu {
  display: none;
  position: absolute;
  top: 88px;
  box-shadow: 0px 48px 72px 0px rgba(6,14,41,0.3);
  z-index: 1;
  border-bottom: 1px solid #2F3854;
  width: 100%;
  right: 0;
}

.dropdown-submenu > .sub-menu {
  display: flex;
  flex-direction: column;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 800px) {
  .dropdown-submenu > .sub-menu {
    flex-direction: row;
  }
}

.dropdown-submenu .sub-menu h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #7987A1;
  letter-spacing: 1.28px;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
}

.dropdown-submenu .sub-menu .sub-menu li:first-child {
  margin-top: 16px;
}

.dropdown-submenu > .sub-menu > li:nth-child(2) h5 {
  display: none;
}

.dropdown-submenu .sub-menu .sub-menu li {
  display: block;
  padding: 16px 16px 16px 0;
  position: relative;
}

.dropdown-submenu .sub-menu .sub-menu li:after {
  content: "";
  position: absolute;
  width: calc(100% + 16px);
  height: 100%;
  top: 0;
  left: -16px;
  display: block;
  background-color: transparent;
  border-radius: 8px;
  transition: background-color 300ms;
  z-index: 1;
}

.dropdown-submenu .sub-menu .sub-menu li:hover::after {
  background-color: rgba(121, 135, 161, 0.15);
}

.dropdown-submenu .sub-menu .sub-menu li a {
  position: static;
}

.dropdown-submenu .sub-menu .sub-menu li > a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
  top: 0;
}

.dropdown-submenu .sub-menu .sub-menu li span,
.dropdown-submenu .sub-menu .sub-menu li span a {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  color: #7987A1;
}

.dropdown-submenu .sub-menu .sub-menu li span {
  display: block;
}

.dropdown-submenu .sub-menu .sub-menu li span a {
  display: inline-block;
  position: relative;
  z-index: 4;
}

.dropdown-submenu .sub-menu .sub-menu li span a:hover {
  text-decoration: underline;
}

.dropdown-submenu .sub-menu .sub-menu li img {
  margin: 32px 0 20px;
  width: 100%;
}

.dropdown-submenu .sub-menu li:last-of-type .sub-menu li:last-of-type a::before {
  position: absolute;
  content: "New";
  left: 160px;
  top: 19px;
  height: 17px;
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #FE4CC3;
  border-radius: 16px;
  padding: 1px 8px;
  text-transform: uppercase;
}

.menu-item-has-children:nth-child(2) .dropdown-submenu .sub-menu li:last-of-type .sub-menu li:last-of-type a::before {
  display: none;
}

.header-navbar > .menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  background: radial-gradient(circle at left -88px, rgba(0, 191, 255, 0.25) 0, transparent 70%) left top / 64% 100%, #222A46;
  padding: 10px 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease-in-out;
}

.header-navbar > .menu-item-has-children > .sub-menu li {
  font-size: 16px;
  color: #fff;
}

.header-navbar > .menu-item-has-children > .sub-menu li:not(:last-child) {
  margin-bottom: 8px;
}

.header-navbar > .menu-item-has-children.active-menu > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.header-navbar-mobile {
  gap: 12px;
}

.mobile-link a {
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background-color: #348BE3;
  border-radius: 8px;
  height: 32px;
}

.header-navbar-toggle {
  background-color: rgba(255,255,255,0.16);
  border-radius: 8px;
  width: 52px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.header-navbar-toggle .menuicon-bread {
  position: absolute;
  width: 21px;
  height: 21px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  z-index: 3;
}

.header-navbar-toggle .menuicon-bread:nth-child(1) {
  top: 12px;
}

.header-navbar-toggle .menuicon-bread:nth-child(3) {
  top: 20px;
}

.header-navbar-toggle .menuicon-bread-crust {
  width: 25px;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s;
}

.header-navbar-toggle .menuicon-bread:nth-child(1)>*,
.header-navbar-toggle .menuicon-bread:nth-child(2)>*,
.header-navbar-toggle .menuicon-bread:nth-child(3)>* {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.nav-open .menuicon-bread {
  transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.nav-open .menuicon-bread:first-child {
  transform: rotate(45deg);
}

.nav-open .menuicon-bread:nth-child(1) {
  left: 50%;
  top: 50%;
  transform: rotate(45deg) translate3d(-66%, 0%, 0) scale(0.8);
}

.nav-open .menuicon-bread-crust {
  height: 2px;
}

.nav-open .menuicon-bread:nth-child(2) {
  display: none;
}

.nav-open .menuicon-bread:nth-child(3) {
  left: 50%;
  top: 50%;
  transform: rotate(-45deg) translate3d(0%, -66%, 0) scale(0.8);
}

@media screen and (min-width: 1024px) {
  .header-navbar > li > a {
    position: relative;
    margin: 10px 15px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid transparent;
    transition: border-bottom .3s ease-in-out;
  }
  .header-navbar > li > a::after {
    content: '';
    width: 100%;
    height: 39px;
    top: 50%;
    position: absolute;
    display: block;
  }
  .header-navbar > li > a:hover,
  .header-navbar > li.active > a {
    transition: border-bottom .3s ease-in-out;
    border-bottom: 1px solid #00BFFF;
  }
  .header-login li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    position: relative;
    padding: 8px 16px;
    text-decoration: none;
  }
  .header-login li a:hover {
    text-decoration: underline;
  }
  .header-navbar .dropdown-submenu {
    background: radial-gradient(circle at left -88px, rgba(0,191,255,0.25) 0, transparent 70%) left top/64% 100%, #222A46;
    background-repeat: no-repeat;
  }
  .dropdown-submenu > .sub-menu > li {
    width: 33.85%;
    padding: 60px 104px 56px 0;
  }
  .dropdown-submenu > .sub-menu > li:last-of-type {
    width: 32.25%;
    padding: 60px 0 56px 40px;
    position: relative;
    border-left: 1px solid #2F3854;
    z-index: 3
  }
  .dropdown-submenu > .sub-menu > li:last-of-type:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: calc((100vw - 100%)/2);
    height: 100%;
    background: radial-gradient(circle at right -88px, rgba(254,76,195,0.3) 0, transparent 85%) right top/100% 100%, #1A2340;
    background-repeat: no-repeat;
  }
  .header-navbar-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .header-navbar .menu-item-has-children:hover > a {
    color: #fff;
    text-shadow: none;
  }
}

@media screen and (max-width: 1023.98px) {
  .header-nav {
    padding: 16px 0;
  }
  .header-nav__logo img {
    width: 32px;
  }
  .header-navbar-box {
    position: absolute;
    width: 100%;
    overflow-y: auto;
    height: calc(100vh - 64px);
    overflow-y: auto;
    top: 64px;
    left: 0;
    padding: 0 24px 32px 24px;
    background: radial-gradient(circle at left -32px, rgba(0,191,255,0.25) 0, rgba(0,191,255,0.15) 30%, transparent 70%) left top/176px 176px, radial-gradient(circle at right -32px, rgba(254,76,195,0.3) 0, rgba(254,76,195,0.2) 30%, transparent 70%) right top/176px 176px, #060E29;
    background-repeat: no-repeat;
    flex-direction: column;
    display: none;
  }
  .header-navbar,
  .header-login {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-navbar {
    align-items: flex-start;
  }
  .header-login {
    align-items: center;
  }
  .header-navbar > li {
    border-bottom: 1px solid #2F3854;
    display: block;
    width: 100%;
  }
  .header-navbar > li > a {
    display: block;
    padding: 20px 0;
    position: relative;
  }
  .header-navbar > li.menu-item-has-children > a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    right: 2px;
    top: 24px;
    transform: rotate(-135deg);
  }
  .header-navbar > li > .dropdown-submenu {
    position: relative;
    top: 0;
    width: 100%;
    box-shadow: none;
    background: transparent;
    padding: 0 0 48px;
    border: 0;
    border-radius: 0;
    display: none;
  }
  .dropdown-submenu > .sub-menu {
    padding: 0;
  }
  .dropdown-submenu > .sub-menu > li {
    padding: 12px 0 10px 0;
  }
  .dropdown-submenu .sub-menu h5 {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
  .dropdown-submenu .sub-menu .sub-menu li:first-child {
    margin-top: 8px;
  }
  .dropdown-submenu .sub-menu .sub-menu li {
    padding: 8px 8px 8px 0;
  }
  .dropdown-submenu .sub-menu .sub-menu li a {
    font-size: 15px;
  }
  .dropdown-submenu .sub-menu .sub-menu li span {
    font-size: 12px;
  }
  .dropdown-submenu .sub-menu .sub-menu li span br {
    display: none;
  }
  .dropdown-submenu .sub-menu .sub-menu li img {
    display: none;
  }
  .dropdown-submenu .sub-menu li:last-of-type .sub-menu li:last-of-type a::before {
    left: 142px;
    top: 11px;
  }
  .header-login li {
    width: 100%;
  }
  .header-login li:first-child {
    border-bottom: 1px solid #2F3854;
    order: 2;
  }
  .header-login li:last-child {
    margin: 32px 0 16px;
    order: 1;
  }
  .header-login li:first-child a {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 140%;
    color: #fff;
    padding: 20px 0;
    text-align: center;
  }
  .header-login li:last-child a {
    color: #060E29;
    border-radius: 32px;
    display: block;
    text-align: center;
  }
  .header-navbar > li.menu-item-has-children.active > a::after {
    transform: rotate(45deg);
    top: 27px;
  }
}
/* End Header Section */

/* Start Home Hero Section */
.home-hero__area {
  padding: 104px 4px 64px;
}

.home-hero__container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.home-hero__right {
  box-shadow: 0px 0px 32px 0px rgba(18,26,51,0.08);
  border-radius: 16px;
}

.home-hero__content h1 {
  font-family: THICCCBOI, system-ui, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 120%;
  color: #363D54;
}

.home-hero__content p {
  font-family: THICCCBOI, system-ui, sans-serif;
  font-size: 15px;
  line-height: 160%;
  color: #363D54;
  margin-top: 8px;
}

.home-hero__slide {
  background-color: #ffffff;
  border: 1px solid #e1e5eb;
  border-radius: 16px;
  overflow: hidden;
}

.home-hero__slide-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
}

.home-hero__slide-header-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 12px;
}

.home-hero__slider .slick-list .slick-slide .home-hero__slide-header-icon img {
  position: relative;
  z-index: 3;
}

.home-hero__slide-header-info h4 {
  font-family: THICCCBOI, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
  color: #363D54;
}

.home-hero__slide-header-info span {
  font-family: THICCCBOI, system-ui, sans-serif;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  color: #363D54;
}

.home-hero__slide-content-picture {
  display: none;
}

.home-hero__slide-content-picture img {
  object-fit: cover;
  object-position: left center;
}

.home-hero__slide-footer {
  padding: 20px;
}

.home-hero__slide-footer > a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  margin: unset;
  padding: 0px 12px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  background-color: #348BE3;
  border: 1px solid #348BE3;
  border-radius: 8px;
  transition: background-color 300ms linear, border-color 300ms linear;
}

.home-hero__slide-footer > a:hover {
  color: #ffffff;
  background-color: #85BAEE;
  border-color: #85BAEE;
}

.home-hero__slider .slick-dots {
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
  text-align: center;
}

.home-hero__slider .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  margin-right: 4px;
  transition: width cubic-bezier(0.33, 0, 0.67, 1) 400ms;
  cursor: pointer;
}

.home-hero__slider .slick-dots li.slick-active {
  width: 40px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
}

.home-hero__slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #7997BF;
  border-radius: 8px;
}

.slick-dots li button:before {
  font-family: 'Hermicons';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-hero__slider .slick-dots li button:before {
  width: 0;
  height: 100%;
  background-color: #CAD7E9;
  border-radius: 8px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.home-hero__slider .slick-dots li.slick-active button:before {
  animation-name: progress-width;
  animation-timing-function: linear;
  animation-duration: 7s;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

@keyframes progress-width {
  0% {
      width: 0;
  }
  100% {
      width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .home-hero__area {
    padding-top: 144px;
    padding-bottom: 84px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .home-hero {
    display: flex;
    align-items: center;
    gap: 80px;
  }
  .home-hero__content,
  .home-hero__right {
    width: calc((100% - 80px) / 2);
    flex-shrink: 0;
  }
  .home-hero__content h1 {
    font-size: 56px;
  }
  .home-hero__content p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 24px;
  }
  .home-hero__right,
  .home-hero__slide {
    border-radius: 24px;
  }
  .home-hero__slide-header {
    padding: 20px;
    gap: 20px;
  }
  .home-hero__slide-header-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }
  .home-hero__slide-header-info h4 {
    font-size: 19px;
  }
  .home-hero__slide-header-info span {
    font-size: 14px;
  }
  .home-hero__slide-content-picture {
    display: block;
  }
  .home-hero__slide-content-picture--mobile {
    display: none;
  }
  .home-hero__slider .slick-dots li {
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .home-hero__content {
    margin-bottom: 24px;
    text-align: center;
  }
  .home-hero__slide {
    max-width: 342px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* End Home Hero Section */

/* Start Parallax Section */
.parallax-block__area {
  background-color: #F8F9FB;
  padding: 120px 24px;
  position: relative;
}

.parallax-block__container {
  max-width: 1200px;
  margin: 0 auto;
}

.parallax-block__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.parallax-block__contents-single {
  margin: 0 0 96px 0;
  position: relative;
  text-align: left;
  z-index: 2;
  width: 100%;
}

.parallax-block__thumbnails-container .parallax-block__contents-single {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-block__contents-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 120rem;
  margin: auto;
  width: 100%;
  z-index: 3;
  position: unset;
  gap: 48px;
  margin: 0;
}

.parallax-block__content {
  text-align: left;
  max-width: 580px;
  width: 100%;
}

.parallax-block__text h2 {
  font-family: THICCCBOI, system-ui, sans-serif;
  color: #060E29;
  font-size: 37px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 16px;
}

.parallax-block__text > p {
  font-family: THICCCBOI, system-ui, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
  color: #596985;
  margin-top: 16px;
}

.parallax-block__text h4,
.parallax-block__text-subheading h4 {
  font-family: THICCCBOI, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
  color: #9561FE;
  padding-top: 40px;
  padding-bottom: 8px;
}

.parallax-block__text p,
.parallax-block__text-subheading,
.parallax-block__text-subheading p {
  font-family: THICCCBOI, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  color: #596985;
}

.parallax-block__text ul li,
.parallax-block__text-subheading ul li {
  font-family: THICCCBOI, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
  color: #596985;
}

.parallax-block__text ul li:before,
.parallax-block__text-subheading ul li:before {
  content: '•';
  margin: 0 6px;
}

.parallax-block__thumbnail {
  max-width: 500px;
  width: 100%;
}

.parallax-block__thumbnails-container .parallax-block__thumbnail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.parallax-block__thumbnail img {
  max-width: 100%;
  width: 100%;
}

.parallax-block__thumbnails-block {
  display: none;
}

.parallax-block__thumbnails-container.container-in-viewport {
  align-items: center;
  justify-content: center;
}

.parallax-block__thumbnails .parallax-block__contents-block {
  padding: 0;
  margin: 0;
  gap: 0;
  justify-content: center;
  align-items: center;
}

.parallax-block__thumbnails .parallax-block__contents-block:last-of-type {
  padding: 0;
  margin: 0;
}

.parallax-block__contents-single:first-child .parallax-block__contents-block {
  flex-direction: column-reverse;
}

.parallax-block__thumbnails .parallax-block__contents-single:first-child .parallax-block__contents-block {
  margin: 0;
}

.parallax-block__thumbnails .parallax-block__content {
  position: relative;
  padding: 0;
  visibility: hidden;
  z-index: 0;
}

@media screen and (min-width: 1200px) {
  .parallax-block__contents-single {
    margin: 0;
  }
  .parallax-block__contents-block {
    flex-direction: row;
    justify-content: flex-start;
    gap: 40px;
    row-gap: 240px;
    margin: 240px 0 0 0;
    height: 100%;
    min-height: 640px;
  }
  .parallax-block__contents-single:first-child .parallax-block__contents-block {
    flex-direction: row;
    justify-content: center;
    height: 100%;
    min-height: 640px;
    margin-top: 0px;
  }
  .parallax-block__content {
    padding-right: 80px;
  }
  .parallax-block__text h2 {
    font-size: 32px;
    line-height: 120%;
    max-width: 390px;
  }
  .parallax-block__contents-block:first-child .parallax-block__text h2 {
    font-size: 48px;
    line-height: 110%;
    max-width: 100%;
  }
  .parallax-block__text > p {
    font-size: 21px;
  }
  .parallax-block__text h4,
  .parallax-block__text-subheading h4 {
    font-size: 20px;
  }
  .parallax-block__text p,
  .parallax-block__text-subheading p {
    font-size: 17px;
  }
  .parallax-block__text ul li:before,
  .parallax-block__text-subheading ul li:before {
    margin: 0 10px;
  }
  .parallax-block__contents .parallax-block__thumbnail {
    width: 0;
  }
  .parallax-block__thumbnail img {
    max-height: 640px;
    opacity: 0;
  }
  .parallax-block__thumbnails {
    display: flex;
    order: 0;
    position: relative;
    margin: 0px;
    width: 50%;
  }
  .parallax-block__thumbnails-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 120px);
    display: block;
    padding: 0px 0 0;
  }
  .parallax-block__thumbnails-container {
    position: sticky;
    top: calc(50% - 286px);
    height: 640px;
    aspect-ratio: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .parallax-block__thumbnails-container .parallax-block__thumbnail img {
    opacity: 0;
    transition: opacity 600ms;
  }
  .parallax-block__thumbnails-container .parallax-block__thumbnail.in-viewport img {
    width: 100%;
    opacity: 1;
    transition: opacity 1500ms;
  }
}
/* End Parallax Section */


/* Start Logo Carousel */
.logo__block {
  display: none;
}

.logo__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  min-width: 200px;
  padding-left: 44px;
  padding-right: 44px;
}

.logo__slide img {
  max-height: 100%;
}

@media screen and (min-width: 1200px) {
  .logo__block {
    display: block;
    padding: 40px 0;
    overflow: hidden;
  }
}
/* End Logo Carousel */

/* Start Elementor CSS */
.text-blue {
  font-weight: 700;
  color: #348BE3;
}

.elementor-element.hero-section__column {
  position: absolute;
  right: 0;
  top: 44px;
  width: 50%;
  height: 100%;
}


.custom__form .hbspt-form input[type="text"],
.custom__form .hbspt-form input[type="email"],
.custom__form .hbspt-form select.hs-input:not([size]):not([multiple]):not([type="radio"]) {
  height: 56px;
  line-height: 160%;
  padding: 10px 20px;
  color: #363D54;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #e1e5eb;
  font-size: 16px;
  max-width: 100%;
  width: 100%;
}

.custom__form-home.custom__form .hbspt-form input[type="text"],
.custom__form-home.custom__form .hbspt-form input[type="email"],
.custom__form-home.custom__form .hbspt-form select.hs-input:not([size]):not([multiple]):not([type="radio"]) {
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  padding: 16px 24px !important;
  font-family: THICCCBOI, system-ui, sans-serif;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
}
.custom__form-home.custom__form.custom__form-white-bg .hbspt-form input[type="text"], 
.custom__form-home.custom__form.custom__form-white-bg .hbspt-form input[type="email"], 
.custom__form-home.custom__form.custom__form-white-bg .hbspt-form select.hs-input:not([size]):not([multiple]):not([type="radio"]) {
	border: 1px solid rgba(0, 0, 0, 0.4) !important;
	color: #000;
}
.custom__form-transparent.custom__form .hbspt-form input[type="text"], 
.custom__form-transparent.custom__form .hbspt-form input[type="email"], 
.custom__form-transparent.custom__form .hbspt-form select.hs-input:not([size]):not([multiple]):not([type="radio"]) {
	background: rgba(255,255,255,0.12) !important;
	border: 1px solid rgba(255,255,255,0.4) !important;
	border-radius: 8px !important;
  color: #fff !important;
}
.custom__form-transparent.custom__form .hbspt-form input[type="text"]:focus, 
.custom__form-transparent.custom__form .hbspt-form input[type="email"]:focus, 
.custom__form-transparent.custom__form .hbspt-form select.hs-input:not([size]):not([multiple]):not([type="radio"]:focus) {
	outline: none!important;
}
.custom__form.custom__form-white .hbspt-form input[type="text"], 
.custom__form.custom__form-white .hbspt-form input[type="email"] {
  color: #000 !important;
}
.custom__form.custom__form-white .hbspt-form input[type="text"]:focus, 
.custom__form.custom__form-white .hbspt-form input[type="email"]:focus, 
.custom__form.custom__form-white .hbspt-form select.hs-input:not([size]):not([multiple]):not([type="radio"]:focus) {
  outline: none!important;
}
.custom__form-transparent.custom__form .hs-form{
  max-width: 100%;
}

.custom__form .hbspt-form .hs-form .field {
  margin-bottom: 16px;
}

.custom__form .hbspt-form .hs-form .field label {
  display: none;
}

.custom__form .hbspt-form .hs-form .hs-form-field .hs-input.invalid:not([type="radio"]):not([type=image]):not([type=submit]) {
  margin-bottom: 8px;
  border-color: #E34F57 !important;
  background: rgba(227, 57, 99, 0.1);
}

.custom__form .hbspt-form .hs-form .hs_submit input {
  margin-top: unset;
  max-width: unset;
  padding: 15px 24px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  color: #fff;
  background: #348BE3;
  border: 1px solid #348BE3;
  box-shadow: 0px 18px 16px -16px rgba(34, 139, 244, 0.5);
  width: 100%;
}

.custom__form-home.custom__form .hbspt-form .hs-form .hs_submit input {
  color: #348BE3;
  background-color: #fff;
}

.custom__form .hbspt-form .hs-form .hs_submit input:hover {
  color: #fff;
  background: #4a98e6;
  border-color: #348BE3;
}

.custom__form-home.custom__form .hbspt-form .hs-form .hs_submit input:hover {
  color: #348BE3;
  background-color: #fff;
}

.custom__form.custom__form-white-bg .hbspt-form .hs-form .hs_submit input {
	color: #000;
	box-shadow: 0px 18px 16px -16px rgba(0, 0, 0, 0.5);
	border-color: #000;
}

.custom__form.custom__form-white-bg .hbspt-form .hs-form .hs_submit input:hover {
  color: #000;
}

.custom__form .hs_submit.hs-submit {
  position: static;
}

.custom__form .hbspt-form select.hs-input:not([size]):not([multiple]):not([type="radio"]) {
  appearance: none;
}

.custom__form .hbspt-form .hs-form .hs-fieldtype-select .input {
  position: relative;
}

.custom__form .hbspt-form .hs-form .hs-fieldtype-select .input::after {
  position: absolute;
  top: 50%;
  content: '\e1115' !important;
  right: 2rem;
  background-image: unset !important;
  font-family: 'Hermicons';
  color: #363D54 !important;
  width: 21px !important;
  height: 21px !important;
  font-size: 21px;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}

.custom__form-home.custom__form .hbspt-form .hs-form .hs-fieldtype-select .input::after {
  color: #fff !important;
}

.page-id-3132 footer#colophon {
  display: none;
}

.custom__form-home.custom__form .hbspt-form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.custom__form-home.custom__form .hbspt-form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.custom__form-home.custom__form .hbspt-form input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.custom__form-home.custom__form .hbspt-form input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.custom__form-home.custom__form .hbspt-form input::placeholder {
  color: #fff;
  opacity: 1;
}

.custom__form-home.custom__form.custom__form-white-bg .hbspt-form input::-webkit-input-placeholder {
	color: #000!important;
  opacity: 1;
}

.custom__form-home.custom__form.custom__form-white-bg .hbspt-form input::-moz-placeholder {
	color: #000!important;
  opacity: 1;
}

.custom__form-home.custom__form.custom__form-white-bg .hbspt-form input:-ms-input-placeholder {
	color: #000!important;
  opacity: 1;
}

.custom__form-home.custom__form.custom__form-white-bg .hbspt-form input::-ms-input-placeholder {
	color: #000!important;
  opacity: 1;
}

.custom__form-home.custom__form.custom__form-white-bg .hbspt-form input::placeholder {
	color: #000!important;
  opacity: 1;
}

.custom__form-home.custom__form.custom__form-white .hbspt-form input::-webkit-input-placeholder {
	color: #9ca3af!important;
  opacity: 1;
}

.custom__form-home.custom__form.custom__form-white .hbspt-form input::-moz-placeholder {
	color: #9ca3af!important;
  opacity: 1;
}

.custom__form-home.custom__form.custom__form-white .hbspt-form input:-ms-input-placeholder {
	color: #9ca3af!important;
  opacity: 1;
}

.custom__form-home.custom__form.custom__form-white .hbspt-form input::-ms-input-placeholder {
	color: #9ca3af!important;
  opacity: 1;
}

.custom__form-home.custom__form.custom__form-white .hbspt-form input::placeholder {
	color: #9ca3af!important;
  opacity: 1;
}

.custom__form-home.custom__form .hs-form {
  max-width: 100%;
  padding: 0;
}

.elementor-element .elementor-widget-heading .elementor-heading-title,
.elementor-element .elementor-widget-text-editor,
.elementor-element .menu-item a.hfe-menu-item {
  font-family: THICCCBOI, system-ui, sans-serif;
}

.width__custom.e-con.e-flex {
  flex: 0 0 48px;
}

.elementor-element.btn__hover a.elementor-button:hover {
  text-decoration: none;
}

.btn__signin a {
  color: #348BE3;
  text-decoration: underline;
  margin-left: 8px;
}

.btn__signin a:hover {
  color: #1c72c8;
  text-decoration: none;
}

.coliumn__box-shadow {
  box-shadow: 0px 40px 32px -24px rgba(18, 26, 51, 0.24), 0px 0px 40px 0px rgba(18, 26, 51, 0.12);
}

.terms-link a {
  color: #596985;
}

.terms-link a:hover {
  text-decoration: underline;
}

.elementor-element.hero__section {
  overflow: hidden;
  position: relative;
}

.elementor-element.hero__section::before,
.elementor-element.hero__section::after {
  position: absolute;
  content: "";
  width: 540px;
  height: 540px;
}

.elementor-element.hero__section::before {
  left: 0;
  top: auto;
  bottom: 0;
  transform: translate3d(-14%, 10%, 0);
  background: radial-gradient(circle at 0 120%, rgba(149, 97, 254, 0.5) 0, transparent 74%);
  z-index: 1;
}

.elementor-element.hero__section::after {
  top: 0;
  right: 0;
  transform: translate3d(0%, -14%, 0);
  background: radial-gradient(circle at 100% 0, rgba(254, 76, 195, 0.3) 0, transparent 77%);
}

.elementor-element.hero__thumbnail {
  display: none;
}

.site-footer {
  background: radial-gradient(circle at right -88px, rgba(0, 191, 255, 0.3) 0, transparent 70%) left top / 100% 100%, radial-gradient(circle at left 90%, rgba(254, 76, 195, 0.3) 0, transparent 85%) right top / 100% 100%, #060E29;
  background-repeat: no-repeat;
}

.site-footer .hfe-nav-menu a.hfe-menu-item:hover {
  text-decoration: underline;
}

.menu__footer-link a.hfe-menu-item {
  margin-left: 27px;
}

.menu__footer-link a.hfe-menu-item::before {
  content: '·';
  margin: 0 12px;
  left: 0;
  opacity: 1 !important;
  background-color: transparent !important;
}

.solutions__product {
  will-change: transform;
  transition: 0.3s ease-in-out;
}

.solutions__product:hover {
  transform: translateY(-4px);
}

.solutions__product .elementor-button-icon svg {
  width: 11px;
}

.solutions__product h4.elementor-heading-title span,
.heading__badge h5.elementor-heading-title span,
.heading__badge h3.elementor-heading-title span {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  letter-spacing: 1px;
  background-color: #00BFFF;
  border-radius: 50px;
  margin-left: 4px;
  padding: 2px 7px;
  vertical-align: middle;
  text-transform: uppercase;
}

.heading__badge h5.elementor-heading-title span {
  margin-top: -2px;
}

.solutions__product .btn__block.elementor-widget-button,
.solutions__product .btn__block .elementor-button-wrapper {
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.solutions__product .btn__block .elementor-button.elementor-button-link {
  width: 100%;
  height: 100%;
}

.investors__cta {
  background: linear-gradient(98deg, #25B6FF 1.68%, #9225FF 98.09%);
}

.elementor-element.models__section {
  overflow: hidden;
}

.elementor-element.animated-circle__block {
  position: static;
}

.animated-circle__block .animated-circle {
  display: none;
  animation: opposite-rotation 20s linear;
  animation-iteration-count: infinite;
}

@media screen and (min-width: 1200px) {
  .animated-circle__block .animated-circle {
    display: block;
    position: absolute;
    top: -500px;
    right: -500px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    width: 1084px;
    height: 1084px;
    background-image: url('https://apptopia.com/en/wp-content/uploads/2024/10/circle-bg.svg');
  }
}

.animated-circle__block .animated-circle-1 {
  animation-delay: 1s;
  top: -497px;
  right: -523px;
}

.animated-circle__block .animated-circle-2 {
  animation-delay: -1s;
  top: -539px;
  right: -374px;
}

.animated-circle__block .animated-circle-3 {
  animation-delay: 2s;
  top: -673px;
  right: -324px;
}

@keyframes opposite-rotation {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@media screen and (min-width: 800px) {
  .elementor-element.site-footer {
    padding: 50px 0 0 0;
    background: radial-gradient(circle at right -88px, rgba(0, 191, 255, 0.25) 0, transparent 70%) left top / 100% 100%, radial-gradient(circle at left 90%, rgba(254, 76, 195, 0.25) 0, transparent 85%) right top / 100% 100%, #060E29;
  }
}


@media screen and (min-width: 1200px) {
  .elementor-element.hero__thumbnail {
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% - 347px);
    height: unset;
    max-width: 1317px;
    width: 100%;
    transform: translatey(-50%);
  }

  .elementor-element.hero__thumbnail .elementor-widget-image img {
    max-width: initial;
  }

  .hero__section::before,
  .hero__section::after {
    width: 1085px;
    height: 1085px;
  }

  .hero__section::before {
    transform: translate3d(-14%, 30%, 0);
  }

  .hero__section::after {
    transform: translate3d(20%, -14%, 0);
    background: radial-gradient(circle at 110% 0, rgba(254, 76, 195, 0.3) 0, transparent 77%);
  }
}

@media screen and (min-width: 1025px) {

  .elementor-element.section__height {
    height: 220px;
  }

  .elementor-element.site-footer {
    padding: 380px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .elementor-element .elementor-button.elementor-button-link {
    font-family: THICCCBOI, system-ui, sans-serif;
  }

  .menu__item-hover a:hover {
    text-decoration: underline;
  }

  .investors__cta {
    background: linear-gradient(98deg, #00bfff 1.68%, #9059FE 98.09%);
  }

  .horizontal-position.elementor-widget.elementor-widget-heading {
    left: 50% !important;
    transform: translateX(-50%);
    width: 100%;
  }

}

.elementor-element.pricing__column.deepblue {
	background: rgba(26,35,64,0.5);
}
.brand-slider-container {
	position: relative;
	background-color: #F8F9FB;
}
.brand-slider-container > .e-con-inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.brand-slider-container::before {
	content: "" !important;
	position: absolute !important;
	width: 50% !important;
	height: 100% !important;
	background: radial-gradient(circle at -40% 110%, rgba(149,97,254,0.3) 0, transparent 70%) !important;
	transform: translate3d(-14%, 30%, 0);
	bottom: 0 !important;
	left: 0 !important;
}
.brand-slider-container::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: radial-gradient(circle at 160% -20%, rgba(0,191,255,0.3) 0, transparent 70%);
	width: 50%;
	height: 100%;
	z-index: 0;
}
.brand-slider__block {
	z-index: 1;
	position: relative;
}
.brand-slider-item {
    transition: opacity 500ms, visibility 500ms;
}
.brand-slider-content {
	padding: 120px 0;
	text-align: center;
	height: 566px;
	border-right: 1px solid #E1E5EB;
	border-bottom: 1px solid #E1E5EB;
	border-left: 1px solid #E1E5EB;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.brand-slider-content .logo-box {
	display: none;
}

.brand-slider-content .quote {
	color: #1A2340;
	text-align: center;
	font-family: Georgia;
	font-size: 35px;
	font-style: italic;
	font-weight: 400;
	line-height: 150%;
	width: 100%;
	max-width: 880px;
}
.brand-slider-content .author {
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	text-align: center;
	padding: 32px 0;
    font-size: 16px;
    letter-spacing: 1.28px;
    color: #596985;
}
.brand-slider-content .brand-slider-link {
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	line-height: 150%;
	color: #9561FE;
	text-decoration: none;
	position: relative;
}
.brand-slider-content .brand-slider-link::after {
	content: '\e905';
	color: #9561FE;
	width: 12px;
	height: 12px;
	position: absolute;
	font-family: "Hermicons";
	margin-left: 5px;
}
.brand_sliders.slick-slider {
	margin-bottom: 0px !important;
}
.brand_sliders .slick-dots {
	width: 100% !important;
	height: 195px;
	display: flex !important;
	justify-content: space-around;
	border-right: 1px solid #e1e5eb;
	border-left: 1px solid #e1e5eb;
	position: relative !important;
	bottom: auto !important;
}
.brand_sliders .slick-dots li {
	width: 100% !important;
	height: 100% !important;
	border-right: 1px solid #E1E5EB;
  margin: 0 !important;
}
.brand_sliders .slick-dots li:last-child {
	border-right: unset;
}
.brand_sliders .custom-dot {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.brand_sliders .progressBar {
	width: 100%;
}
.brand_sliders .slick-dots li.slick-active .progressBar {
	position: absolute;
	top: 0;
	left: 0;
}
.brand_sliders .progressBar .progress {
    display: block;
    height: 1px;
    background: #eee;
    width: 0%;
    transition: width 5s linear;
	min-height: 1px;
}
.brand_sliders .slick-dots li.slick-active .progressBar .progress {
    background: #ee6f24;
}
.brand_sliders .slick-dots li.slick-active:nth-child(2) .progressBar .progress {
    background: rgb(72, 150, 216);
}
.brand_sliders .slick-dots li.slick-active:nth-child(3) .progressBar .progress {
    background: rgb(29, 88, 242);
}
.brand_sliders .color-logo, .gray-logo {
    width: auto;
    height: auto;
}
.brand_sliders .gray-logo {
    display: none;
}
.brand_sliders .slick-dots li:not(.slick-active) .color-logo {
    display: none;
}
.brand_sliders .slick-dots li:not(.slick-active) .gray-logo {
    display: inline;
}
@media (max-width: 959px) {
	.brand-slider-content {
		height: auto;
		padding: 48px 0px;
	}
	.brand-slider-content {
		height: auto;
		padding: 48px 0px;
		border: unset;
	}
	.brand-slider-content .logo-box {
		display: block;
		margin-bottom: 24px;
	}
	.brand-slider-content .logo-box .logo {
	height: 23px;
	width: auto;
}
	.brand-slider-content .quote {
		font-size: 20px;
	}
	.brand-slider-content .author {
		color: #1A2340;
		font-size: 14px;
		letter-spacing: 1.12px;
		padding: 24px 0;
	}

	.brand-slider-content .brand-slider-link {
		font-size: 15px;
	}
	.brand_sliders .slick-dots {
		display: none!important;
	}
}


.data-slider-picture {
	max-width: 570px;
}
.data-slider-content {
	display: flex;
	flex-direction: row;
}
.data-slider-text {
	max-width: 500px;
	padding-left: 60px;
	color: #555f77;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.data-slider-content-subheadline {
	color: #348BE3;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 16px;
}
.data-slider-content-headline {
	font-size: 34px;
	font-weight: 700;
	line-height: 40px;
	color: #363D54;
	margin-bottom: 16px;
}
.data-slider-content-headline span{
	color: #348BE3;
}
.data-slider-content-text p {
	font-size: 16px;
	color: #555f77;
	margin-bottom: 16px;
}
.data-slider-content-text .quoted-text {
	position: relative;
	display: inline-block;
	margin-left: 35px;
	margin-right: 35px;
	line-height: 1.3;
	margin-bottom: 0;
	max-width: 350px;
	margin-top: 16px;
}
.data-slider-content-text .quoted-text::after {
	bottom: 0;
	transform: rotate(180deg);
	right: calc(0px - 35px);
}
.data-slider-content-text .quoted-text::before,
.data-slider-content-text .quoted-text::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 21px;
	background-size: 100%;
	background-position: left bottom;
	background-image: url(https://apptopia.com/en/wp-content/uploads/2025/06/quotation-marks-left.svg);
	background-repeat: no-repeat;
}
.data-slider-content-text .quoted-text::before {
	top: 0;
	left: calc(0px - 35px);
}
.data-slider-content-text li {
	margin-left: 20px;
}
.data-slider-content-text li::before {
	content: "•";
	color: #a1c5ff;
	margin-right: 10px;
	margin-left: -20px;
}
.data_sliders ul.slick-dots {
	display: flex;
	max-width: 570px;
	justify-content: center;
	margin-top: 45px;
}
.data_sliders .slick-dots li {
	margin-right: 8px;
}
.data_sliders .slick-dots li button {
	color: #cde0ff;
	background: #cde0ff;
	width: 10px;
	height: 10px;
	border-radius: 10px;
}
.data_sliders .slick-dots li.slick-active button {
	color: #348BE3;
	background: #348BE3;
}
@media only screen and (max-width: 767px){
	.data-slider-content {
		flex-direction: column;
		align-items: center;
	}
	.data-slider-text {
		padding-left: 0;
		margin-top: 30px;
		text-align: center;
	}
	.data_sliders ul.slick-dots {
		max-width: 100%;
		margin-top: 0;
	}
}

/* End Elementor CSS */