/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
body {
  color: #8f96a3;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 16px;
  overflow-x: hidden;
  background-color: #101318;
}

p {
  color: #8f96a3;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  font-optical-sizing: auto;
  margin: 0 0 20px;
  padding: 0;
}

a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4 {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: .01em;
  font-optical-sizing: auto;
  line-height: 110%;
  margin: 30px 0 20px;
  padding: 0;
  text-transform: none;
}

h1, .uk-h1, .home h2 {
  font-size: 60px;
}

h2, .uk-h2 {
  font-size: 36px;
}

h3, .uk-h3 {
  font-size: 30px;
}

h4, .uk-h4 {
  font-size: 26px;
}

h5 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  text-transform: none;
}

.upper {
  text-transform: uppercase;
}

/*------------------------------------*\
	BUTTONS
\*------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: -webkit-gradient(linear, left top, right top, from(#ff1492), to(#ff3377));
  background: linear-gradient(to right, #ff1492 0%, #ff3377 100%);
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  outline: 0 !important;
  padding: 10px 40px;
  text-decoration: none;
  position: relative;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.button.btn-tra,
button.btn-tra,
input[type="submit"].btn-tra,
input[type="reset"].btn-tra,
input[type="button"].btn-tra {
  background: transparent;
  border: 2px solid rgba(255, 20, 146, 0.5);
  color: #fff;
}
.button.btn-tra:hover,
button.btn-tra:hover,
input[type="submit"].btn-tra:hover,
input[type="reset"].btn-tra:hover,
input[type="button"].btn-tra:hover {
  background: rgba(255, 20, 146, 0.1);
  border-color: #ff1492;
  color: #fff;
  -webkit-transform: none;
          transform: none;
}

/*------------------------------------*\
	FORMS
\*------------------------------------*/
/*------------------------------------*\
	BANNER
\*------------------------------------*/
.banner {
  position: relative;
  background-color: #101318;
  overflow: hidden;
}
.banner h1 {
  margin-bottom: 20px;
  margin-top: 10px;
}
.banner h1 strong {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff1492), to(#ff4d88));
  background-image: linear-gradient(to right, #ff1492, #ff4d88);
  background-clip: text;
  color: transparent;
}
.banner .banner-subheading {
  font-size: 24px;
  max-width: 472px;
}
.banner .banner-sub {
  font-weight: 600;
  color: #ff1492;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.4px;
}
.banner #breadcrumbs {
  color: #1F294C;
}
.banner #breadcrumbs a {
  color: #1F294C;
}
.banner #breadcrumbs a:hover {
  color: #154498;
}
.banner #breadcrumbs .breadcrumb_last {
  color: #154498;
}
.banner .banner-image {
  opacity: 0.3;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner .banner-image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner .banner-image:before {
  position: absolute;
  content: " ";
  width: 100%;
  max-width: 700px;
  height: 100%;
  max-height: 700px;
  background: rgba(255, 20, 146, 0.2);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  -webkit-filter: blur(64px);
          filter: blur(64px);
}
.banner .banner-content {
  position: relative;
  padding-top: 160px;
  padding-bottom: 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.banner .banner-content p {
  color: #8f96a3;
  font-size: 20px;
}
.banner .banner-content .button {
  margin-right: 20px;
  margin-top: 20px;
}
.banner.bnr-with-video .banner-content {
  max-width: 900px;
  margin: 0;
  text-align: left;
}
.banner.bnr-with-video .banner-image:before {
  display: none;
}

.home .banner.bnr-with-video .banner-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.home .banner.bnr-with-video .banner-content h1 {
  font-size: 96px;
  letter-spacing: -2.4px;
}
.home .banner.bnr-with-video .banner-content p {
  font-size: 24px;
  color: rgba(250, 250, 250, 0.8);
}
.home .banner.bnr-with-video .banner-content .banner-sub {
  font-size: 14px;
  color: rgba(250, 250, 250, 0.9);
  font-family: "Inter", sans-serif;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  background: rgba(16, 19, 24, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px 8px 35px;
}
.home .banner.bnr-with-video .banner-content .banner-sub:before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ff1492;
  border-radius: 50%;
}
.home .banner .wrapper {
  padding-bottom: 50px;
}

.banner-cards {
  list-style: none;
  padding: 0;
  gap: 2rem;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner-cards .bc-inner {
  background: rgba(16, 19, 24, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 15px 30px;
  min-width: 180px;
  text-align: center;
}
.banner-cards .bc-heading {
  color: #ff1492;
  font-size: 36px;
  font-weight: 700;
  display: block;
}

.scroll-wrap > span {
  font-size: 14px;
  margin-bottom: 10px;
}

.scroll-indicator {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(250, 250, 250, 0.3);
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8px;
  -webkit-animation: floatScroll 1.5s infinite ease-in-out;
          animation: floatScroll 1.5s infinite ease-in-out;
}

.scroll-indicator span {
  width: 4px;
  height: 6px;
  background: #ff1492;
  border-radius: 10px;
  display: block;
}

@-webkit-keyframes floatScroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floatScroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*------------------------------------*\
	HEADER
\*------------------------------------*/
header {
  position: relative;
  z-index: 9999 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-bottom: 1px solid transparent;
  background-color: transparent;
}
header .logo {
  margin: 15px 0;
}
header .uk-navbar {
  position: unset;
}
header nav .uk-navbar-nav {
  gap: 0;
  margin-top: 3px;
}
header nav .uk-navbar-nav > li a {
  min-height: auto;
  color: #8f96a3;
  background: transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  padding: 20px;
}
header nav .uk-navbar-nav > li.current-menu-item > a {
  color: #fff;
}
header nav .uk-navbar-nav > li:hover > a, header nav .uk-navbar-nav > li:focus > a {
  color: #fff;
}
header nav .uk-navbar-nav .uk-navbar-dropdown {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  background-color: rgba(16, 19, 24, 0.9);
  border: 1px solid #2b303b;
  border-radius: 10px;
  padding: 15px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
}
header nav .uk-navbar-nav .uk-navbar-dropdown ul {
  list-style: none;
  padding: 0;
}
header nav .uk-navbar-nav .uk-navbar-dropdown ul li a {
  display: block;
  position: relative;
  border-radius: 0;
  background: none;
  padding: 7px 0;
  color: #8f96a3;
  font-size: 14px;
}
header nav .uk-navbar-nav .uk-navbar-dropdown ul li a:hover {
  color: #fff;
}
header nav .uk-navbar-nav .uk-navbar-dropdown ul li a.bold {
  font-weight: 700;
}
header nav .uk-navbar-nav .uk-navbar-dropdown ul li a.sub-top {
  border-bottom: 1px solid #1e222a;
  padding-bottom: 15px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
header nav .uk-navbar-nav .uk-navbar-dropdown.wide-drop {
  width: 1390px;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
header nav .uk-navbar-nav .uk-navbar-dropdown.wide-drop:before {
  background-color: #101318;
  border-bottom: 1px solid #2b303b;
  position: absolute;
  content: " ";
  width: 500%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: -200%;
  -webkit-transition: none;
  transition: none;
  opacity: 0.9;
}
header.uk-active {
  border-bottom: 1px solid rgba(43, 48, 59, 0.5);
  background-color: rgba(16, 19, 24, 0.8);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

.htel {
  color: #8f96a3;
  font-size: 15px;
  margin-right: 15px;
}
.htel:hover {
  color: #fff;
}

.uk-navbar-right {
  margin-left: auto;
  margin-right: auto;
}

.uk-offcanvas-page header.header.uk-active {
  background-color: transparent;
}

header .uk-text-right {
  padding-top: 10px;
}

.uk-offcanvas-bar {
  width: 100%;
  background-color: rgba(16, 19, 24, 0.95);
  padding-top: 100px;
}

.uk-offcanvas-flip .uk-offcanvas-bar {
  right: -100%;
}

.uk-offcanvas-bar-animation {
  -webkit-transition: left .2s ease-out;
  transition: left .2s ease-out;
}

.nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 22px;
  width: 30px;
  float: right;
  margin-top: 10px;
}

.nav-toggle .bar {
  height: 2px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.nav-toggle:hover {
  cursor: pointer;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(1) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 28px;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(2) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(3) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  width: 28px;
}

.uk-offcanvas .uk-nav li a {
  color: #fff;
  min-height: auto;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}
.uk-offcanvas .uk-nav li .sub-menu {
  padding-left: 20px !important;
}
.uk-offcanvas .uk-nav li .sub-menu li a {
  font-weight: 400;
  color: #8f96a3;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/
footer {
  background-color: #191d24;
  border-top: 1px solid rgba(43, 48, 59, 0.5);
  padding: 60px 0;
}
footer .footer-menu-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu a {
  color: #8f96a3;
  font-weight: 400;
  padding: 5px 0;
  display: block;
}
footer p, footer a {
  color: #8f96a3;
}
footer a:hover {
  color: #ff1492;
}
footer .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
footer .social-icons a {
  background: #272c35;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
footer .social-icons a:hover {
  color: #fff;
  background: #ff1492;
}
footer .copyright {
  border-top: 1px solid rgba(43, 48, 59, 0.5);
  padding-top: 30px;
  margin-top: 50px;
}
footer .copyright p {
  font-size: 14px;
}

.footer-below {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer-below a {
  font-size: 14px;
}

/*------------------------------------*\
	ACF FLEXI SECTIONS
\*------------------------------------*/
.section-intro {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-subtitle {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ff1492;
}

.section-title {
  margin-top: 10px;
}
.section-title strong {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff1492), to(#ff4d88));
  background-image: linear-gradient(to right, #ff1492, #ff4d88);
  background-clip: text;
  color: transparent;
}

/* Cards */
.card-inner {
  background: #191d24;
  border: 1px solid rgba(43, 48, 59, 0.5);
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card-inner h3 {
  margin-top: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.card-inner h5 {
  color: #ff1492;
  text-transform: uppercase;
  font-size: 16px;
}
.card-inner .card-icon {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(255, 20, 146, 0.1);
  border: 1px solid rgba(255, 20, 146, 0.2);
  border-radius: 12px;
  display: inline-block;
  padding: 12px;
  margin-bottom: 20px;
}
.card-inner .card-icon img {
  height: 28px;
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(72%) saturate(4811%) hue-rotate(315deg) brightness(100%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(22%) sepia(72%) saturate(4811%) hue-rotate(315deg) brightness(100%) contrast(103%);
}
.card-inner:hover {
  border-color: rgba(255, 20, 146, 0.3);
  -webkit-box-shadow: rgba(255, 20, 146, 0.4) 0px 0px 60px -15px;
          box-shadow: rgba(255, 20, 146, 0.4) 0px 0px 60px -15px;
}
.card-inner:hover h3 {
  color: #ff1492;
}
.card-inner:hover .card-icon {
  background: rgba(255, 20, 146, 0.2);
}

/* Mini cards */
.mini-cards, .brands {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mini-cards .card-inner, .brands .card-inner {
  background: #1c131d;
  border-color: #331329;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mini-cards .card-inner h3, .brands .card-inner h3 {
  color: #ff1492;
  margin-bottom: 5px;
}

/* Content image grid */
@media (min-width: 960px) {
  .ci-root-grid > div:nth-child(2n) .ci-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ci-root-grid > div:nth-child(2n) .ci-content {
    text-align: right;
  }
}
.ci-grid-image {
  border-radius: 16px;
  overflow: hidden;
}
.ci-grid-image img {
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  -webkit-transform: none;
          transform: none;
}
.ci-grid-image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* Content icon grid */
@media (min-width: 960px) {
  .cicon-root-grid > div:nth-child(2n) .cicon-image-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cicon-root-grid > div:nth-child(2n) .ci-content {
    text-align: right;
  }
}
.cicon-grid-inner {
  border-radius: 16px;
  margin-bottom: 30px;
}

.cicon-image {
  background: #311c30;
  border: 1px solid #5a1a43;
  border-radius: 16px;
  padding: 30px 5px;
  min-width: 128px;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.cicon-image img {
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(72%) saturate(4811%) hue-rotate(315deg) brightness(100%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(22%) sepia(72%) saturate(4811%) hue-rotate(315deg) brightness(100%) contrast(103%);
  width: 30px;
  display: block;
  margin: 0 auto;
}
.cicon-image .icon-subheading {
  color: #ff1492;
  font-size: 24px;
  font-weight: 700;
}

/* Content - image */
.copy-inner .button {
  margin-top: 20px;
}

.copy-inner h4:first-child {
  margin-top: 0;
}

.title-content-image .title-image_image img {
  border-radius: 16px;
}

@media (min-width: 960px) {
  .reverse-grid .image-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
/* Tabs */
.uk-tab {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.uk-tab:before {
  display: none;
}
.uk-tab li {
  margin-bottom: 15px;
}
.uk-tab li a {
  text-transform: none;
  border-radius: 12px;
  padding: 8px 12px;
  border: 1px solid #222630;
  background: #191d24;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.uk-tab li a:hover {
  border-color: #ff1492;
  color: #999999;
}
.uk-tab li.uk-active > a {
  background: #ff1492;
  border-color: #ff1492;
  color: #fff;
}

.products-tabs .related-product-card h3 {
  font-size: 14px;
  font-weight: 500;
}

/* Content columns */
.content-columns .content-column-inner {
  border-radius: 20px;
  display: inline-block;
  width: 100%;
}
.content-columns .content-column-inner h5:first-child {
  margin: 0;
  color: #ff1492;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.content-columns .content-column-inner > *:first-child {
  margin-top: 0;
}
.content-columns .content-column-inner p:last-child {
  margin-bottom: 0;
}
.content-columns .content-column-inner.with-inner-bg {
  padding: 30px;
  border: 1px solid #232832;
}
.content-columns .content-column-inner.uk-padding-remove-vertical h4:first-child {
  margin-top: 0;
}
.content-columns .alignleft {
  float: left;
  margin-right: 30px;
  border-radius: 16px;
}
.content-columns .alignnone {
  border-radius: 16px;
  margin-top: 20px;
}
.content-columns h2, .content-columns h3 {
  display: inline-block;
}
.content-columns h2 strong, .content-columns h3 strong {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff1492), to(#ff4d88));
  background-image: linear-gradient(to right, #ff1492, #ff4d88);
  background-clip: text;
  color: transparent;
}

.ltwo-grid {
  margin-top: 30px;
}

.ltwo-grid > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.ltwo-icon {
  background: rgba(255, 20, 146, 0.1);
  border-radius: 12px;
  display: inline-block;
  padding: 12px;
  min-width: 40px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.ltwo-icon img {
  height: 20px;
  width: 20px;
  margin: 0 !important;
  border-radius: 0;
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(72%) saturate(4811%) hue-rotate(315deg) brightness(100%) contrast(103%);
  filter: brightness(0) saturate(100%) invert(22%) sepia(72%) saturate(4811%) hue-rotate(315deg) brightness(100%) contrast(103%);
}

.ltwo-content h4 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.ltwo-content p {
  font-size: 12px;
}

/* Trusted brands */
.brand-logo {
  background: #fff;
  opacity: 0.5;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 16px;
  border-radius: 16px;
}
.brand-logo img {
  height: 40px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.brand-logo:hover {
  opacity: 1;
}
.brand-logo:hover img {
  -webkit-filter: none;
          filter: none;
}

.brands-title {
  color: #8f96a3;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  margin-top: 0;
}

/* CTA */
.cta {
  border-top: 1px solid #1e212a;
  background: #16141d;
  overflow: hidden;
}
.cta .card-main-content p {
  font-size: 20px;
}

.cta:before {
  position: absolute;
  content: " ";
  width: 100%;
  max-width: 700px;
  height: 100%;
  max-height: 700px;
  background: rgba(255, 20, 146, 0.2);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  -webkit-filter: blur(64px);
  filter: blur(64px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta-pe a {
  color: #8f96a3;
}
.cta-pe a:hover {
  color: #ff1492;
}

/* Accordions */
.accordion li {
  margin-top: 15px !important;
}
.accordion li.uk-open .uk-accordion-title .uk-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .uk-accordion-title {
  background: #191d24;
  border: 1px solid rgba(43, 48, 59, 0.5);
  border-radius: 12px;
  padding: 24px 0;
  text-decoration: none;
  position: relative;
}
.accordion .uk-accordion-title:before {
  display: none;
}
.accordion .uk-accordion-title .uk-icon {
  position: absolute;
  right: 5px;
  top: 15px;
  color: #fff;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: none;
          transform: none;
}
.accordion .uk-accordion-title h4 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  color: #fff;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.accordion .uk-accordion-title h4 span {
  position: absolute;
  left: 0;
  top: 0;
}
.accordion .acc-content-inner {
  padding-left: 40px;
  padding-bottom: 20px;
  padding-right: 40px;
}

/*------------------------------------*\
	MISC
\*------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.uk-sticky-placeholder {
  height: 0 !important;
}

.uk-link {
  color: inherit;
}
.uk-link:hover {
  color: #ff1492;
  text-decoration: none;
}

.radius {
  border-radius: 16px;
}

.gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d222a), to(#15181e));
  background: linear-gradient(to bottom, #1d222a 0%, #15181e 100%);
  border: 1px solid #232730;
}

.breadcrumbs {
  font-size: 14px;
}
.breadcrumbs a {
  color: #8f96a3;
}
.breadcrumbs a:hover {
  color: #fff;
}
.breadcrumbs span {
  color: #fff;
}

.uk-lightbox {
  z-index: 10000 !important;
}

/* Reviews */
.reviews-inner {
  background: rgba(16, 19, 24, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.reviews-inner:hover {
  border-color: rgba(255, 20, 146, 0.3);
}
.reviews-inner h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.reviews-inner .rev-company {
  font-size: 14px;
  color: #ff1492;
}

.testimonial-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.quote-icon.uk-icon {
  background: rgba(255, 20, 146, 0.4);
  border-radius: 50%;
  padding: 8px;
  position: absolute;
  top: -20px;
  left: 30px;
}

.page-template-reviews-template .reviews-inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d222a), to(#15181e));
  background: linear-gradient(to bottom, #1d222a 0%, #15181e 100%);
}

/* Single products */
.single-products .banner-content {
  padding-bottom: 10px;
  margin: 0;
  text-align: left;
}
.single-products .content-columns {
  background: #171a20;
}

.product-gallery img {
  border-radius: 16px;
}
.product-gallery .uk-icon {
  color: #f4f4f4;
}

.product-info {
  background: #15181e;
  border-top: 1px solid #20242d;
  border-bottom: 1px solid #20242d;
}
.product-info .pi-image {
  background: #2c1729;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid #53143d;
  padding: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-info .pi-image img {
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(72%) saturate(4811%) hue-rotate(315deg) brightness(100%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(22%) sepia(72%) saturate(4811%) hue-rotate(315deg) brightness(100%) contrast(103%);
}
.product-info span {
  font-size: 14px;
}
.product-info h5 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.product-info .uk-grid > div {
  border-bottom: 1px solid #20242d;
  border-right: 1px solid #20242d;
  margin-bottom: -1px;
  padding: 30px 10px;
  background-color: transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.product-info .uk-grid > div:last-child {
  border-right: 0;
}
.product-info .uk-grid > div:hover {
  background-color: #201723;
}
.product-info .uk-grid > div:hover .pi-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.related-products {
  border-top: 1px solid #222630;
  padding-top: 80px;
  margin-top: 60px;
}
.related-products .uk-slidenav {
  color: #f4f4f4;
}

.related-product-card {
  border-radius: 16px;
  overflow: hidden;
  display: block;
  border: 1px solid #26232f;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.related-product-card h3 {
  font-size: 16px;
  margin: 20px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.related-product-card:hover {
  border-color: #ff1492;
}
.related-product-card:hover h3 {
  color: #ff1492;
}
.related-product-card img {
  aspect-ratio: 5 / 3;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-location-template .banner .banner-content {
  text-align: left;
  margin: 0;
  padding-bottom: 100px;
}

.banner iframe {
  width: 100%;
  height: 100%;
}

/* Posts pages */
.posts-grid .ns-inner {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.posts-grid .ns-inner:hover {
  border-color: #ff1492;
}
.posts-grid .ns-inner:hover h3 {
  color: #ff1492;
}
.posts-grid .ns-inner:hover .ns-image img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.posts-grid .ns-content {
  padding: 20px;
}
.posts-grid .ns-content h3 {
  font-size: 18px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.posts-grid .ns-image img {
  aspect-ratio: 16 / 10;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: none;
          transform: none;
}
.posts-grid p {
  font-size: 14px;
}
.posts-grid .post-date {
  font-size: 12px;
  color: #8f96a3;
}

@media (min-width: 640px) {
  .posts-grid-page > div:first-child {
    width: 100%;
  }
  .posts-grid-page > div:first-child .ns-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .posts-grid-page > div:first-child .ns-inner > div {
    width: 50%;
  }
  .posts-grid-page > div:first-child .ns-inner .ns-image {
    height: 100%;
  }
  .posts-grid-page > div:first-child .ns-content h3 {
    font-size: 30px;
  }
  .posts-grid-page > div:first-child .ns-content p {
    font-size: 16px;
  }
  .posts-grid-page > div:first-child .cs-client-tag {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
}
.pagination {
  text-align: center;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.pagination a {
  color: #ff1492;
}

.single .banner h1 {
  font-size: 48px;
  max-width: 700px;
}

.single article {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Case studies */
.cs-details-grid {
  border-top: 1px solid #21242e;
  padding-top: 20px;
}
.cs-details-grid h5 {
  font-size: 14px;
  color: #ff1492;
  margin: 0;
}
.cs-details-grid span {
  color: #8f96a3;
  font-size: 12px;
  text-transform: uppercase;
}

.cs-client-tag {
  position: absolute;
  top: -40px;
  left: 20px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.cs-tag {
  background: rgba(255, 20, 146, 0.2);
  border: 1px solid rgba(255, 20, 146, 0.3);
  border-radius: 20px;
  padding: 2px 10px;
  color: #ff1492;
  text-transform: uppercase;
  font-weight: 600;
}

.cs-client {
  color: rgba(250, 250, 250, 0.7);
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  margin: 0 5px;
}

.single-casestudies .cs-tag {
  font-size: 12px;
  display: inline-block;
}
.single-casestudies .cs-details-grid {
  padding: 40px;
  position: relative;
  top: -30px;
}
.single-casestudies .cs-details-grid h5 {
  font-size: 30px;
}

.cs-results ul {
  list-style: none;
  padding: 0;
}
.cs-results ul li {
  position: relative;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cs-results ul li:before {
  position: absolute;
  content: " ";
  background-image: url("img/checkmark.svg");
  background-size: cover;
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(72%) saturate(4811%) hue-rotate(315deg) brightness(100%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(22%) sepia(72%) saturate(4811%) hue-rotate(315deg) brightness(100%) contrast(103%);
  width: 20px;
  height: 20px;
  left: 0;
  top: 8px;
}

/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/
@media (max-width: 1400px) {
  header .logo-img {
    max-width: 200px;
  }

  header nav .uk-navbar-nav > li a {
    font-size: 14px;
    padding: 20px 15px;
  }

  .home .banner.bnr-with-video .banner-content h1 {
    font-size: 80px;
  }

  .single-post .banner, .single-casestudies .banner {
    padding-top: 100px;
  }
}
@media (max-width: 960px) {
  h1, .uk-h1, .home .banner.bnr-with-video .banner-content h1, .home h2 {
    font-size: 50px;
  }

  h2, .uk-h2, .tabs h2, .section-title {
    font-size: 42px;
  }

  h3, .uk-h3 {
    font-size: 26px;
  }

  h4, .uk-h4 {
    font-size: 22px;
  }

  h5, .uk-h5, .home .banner.bnr-with-video .banner-content p {
    font-size: 18px;
  }

  .product-info .uk-grid > div:nth-child(3) {
    border-right: none;
  }
}
@media (max-width: 640px) {
  h1, .uk-h1, .home .banner.bnr-with-video .banner-content h1, .home h2 {
    font-size: 42px;
  }

  h2, .uk-h2, .tabs h2, .section-title {
    font-size: 36px;
  }

  h3, .uk-h3, .banner-cards .bc-heading {
    font-size: 24px;
  }

  h4, .uk-h4, .single-casestudies .cs-details-grid h5 {
    font-size: 20px;
  }

  .banner-cards {
    gap: 1rem;
  }

  .banner-cards .bc-inner {
    padding: 12px 20px;
  }

  .banner .banner-content {
    padding-top: 140px;
  }

  .home .banner.bnr-with-video .banner-content .banner-sub {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .mini-cards, .brands {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-info .uk-grid > div:nth-child(3) {
    border-right: 1px solid #20242d;
  }

  .product-info .uk-grid > div:nth-child(2), .product-info .uk-grid > div:nth-child(4) {
    border-right: none;
  }

  .cs-details-grid span {
    font-size: 10px;
  }

  .single-casestudies .cs-details-grid {
    padding: 20px;
  }

  .posts-grid .ns-content {
    padding: 20px 15px;
  }
}

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