@import "https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/** =======================
   * Contenedor Principa
   ===========================*/
/**
   * Submenu
   -----------------------------*/
/* .submenu li { border-bottom: 1px solid #4b4a5e; } */
/* Track */
/* Handle */
/* Handle on hover */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 3, 2024 */
@font-face {
  font-family: 'Geist';
  src: url("https://codewithchris.com/wp-content/themes/cwc-theme/fonts/Geist.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal; }

:root {
  --color-theme-1: #1570EF; }

* {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  color: #000;
  font-family: "Hanken Grotesk" !important;
  font-size: 20px !important;
  font-feature-settings: "ss01" 1;
  -moz-font-feature-settings: "ss01" 1;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  -webkit-font-feature-settings: "ss01" 1; }
@media (max-width: 500px) {
  body {
    font-size: 18px !important; } }

.footer-subscribe-section .content {
  color: #fff !important;
  width: 70%; }
@media (max-width: 992px) {
  .footer-subscribe-section .content {
    width: 100%; } }

.footer-subscribe-section .subscribe-container .content {
  font-size: 14px; }
@media (max-width: 992px) {
  .footer-subscribe-section .subscribe-container .content {
    text-align: left;
    margin-top: 2rem; } }
.footer-subscribe-section .subscribe-container .content a {
  color: #fff !important;
  text-decoration: underline; }

.footer-title {
  color: #fff !important; }

.banner-promo {
  font-size: 14px;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  gap: 1px;
  height: 52px;
  background: -webkit-linear-gradient(351.59deg, #4568DC 0%, #B06AB3 100%);
  background: -o-linear-gradient(351.59deg, #4568DC 0%, #B06AB3 100%);
  background: linear-gradient(98.41deg, #4568DC 0%, #B06AB3 100%);
  position: fixed;
  z-index: 5;
  width: 100%; }

.checkout_link a {
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 100; }
.checkout_link a img {
  width: 14px;
  font-weight: 100px; }

ul.mega-sub-menu.bottom-nav {
  margin-top: 10px !important; }

#bottom-ad {
  font-size: 16px; }

ul {
  list-style-type: none; }

.accordion {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
.accordion .link {
  cursor: pointer;
  display: block;
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
.accordion li {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }
.accordion li:last-child .link {
  border-bottom: 0; }
.accordion li i {
  position: absolute;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px; }
.accordion li.open .link {
  color: #1077d7; }
.accordion li.open i {
  color: #1077d7; }
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.submenu {
  display: none;
  font-size: 14px;
  padding: 0px !important;
  padding-left: 14px !important; }
.submenu a {
  display: block;
  text-decoration: none;
  color: #000000;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
.submenu a:hover {
  color: #FFF; }

.image-mobile-menu {
  background: #F2F4F7;
  padding: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
@media (max-width: 500px) {
  .image-mobile-menu {
    padding: 0; } }
.image-mobile-menu li a img {
  width: 100%;
  border-radius: 15px;
  margin-top: 30px;
  width: auto;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 20px; }

.mobile-block-title {
  font-size: 16px;
  color: #000;
  font-weight: bold; }

#mobile-block-desc {
  font-size: 14px;
  color: #000; }

.mobile-block-arrow {
  width: 5% !important;
  margin-top: 0px !important;
  width: auto !important; }

a {
  outline: none; }
a:focus {
  outline: none; }

.overflow-hidden {
  overflow: hidden; }

.max-width {
  width: 70%;
  max-width: 1300px;
  margin: auto; }

.padding {
  padding: 120px 0; }

.height-100 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page-container {
  width: 70%;
  margin: auto; }

.page-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #101828;
  line-height: 1em; }
@media (max-width: 500px) {
  .page-title {
    font-size: 30px; } }
.page-title.title-black {
  color: #000; }
.page-title.title-lg {
  font-size: 60px;
  font-weight: 700; }
@media (max-width: 992px) {
  .page-title.title-lg {
    font-size: 50px !important; } }
@media (max-width: 500px) {
  .page-title.title-lg {
    font-size: 40px !important; } }
.page-title.title-md {
  font-size: 48px;
  font-weight: 700; }
@media (max-width: 992px) {
  .page-title.title-md {
    font-size: 40px !important; } }
@media (max-width: 500px) {
  .page-title.title-md {
    font-size: 30px !important; } }
.page-title.title-sm {
  font-size: 24px;
  font-weight: 400; }

.page-title.title-white {
  color: #fff; }

.page-title.title-2 {
  font-size: 1.8rem; }

.page-sub-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.1px;
  color: #101828; }

.page-sub-title.title-white {
  color: #fff; }

.page-smaller-title {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em; }

.button-default {
  position: relative;
  color: #fff;
  border-radius: 50px;
  background-color: var(--color-theme-1);
  padding: 12px 24px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px; }
.button-default img {
  max-width: 13px;
  margin-left: 5px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }
.button-default:hover {
  color: #fff;
  text-decoration: none;
  background-color: #175CD3; }

.button-default.arrow-blue img {
  -webkit-filter: none;
  filter: none; }

.button-default.btn-white {
  background-color: #fff;
  color: #000; }
.button-default.btn-white:hover {
  background-color: #f9fafb; }

.button-default.btn-gray {
  background-color: #EFF8FF;
  color: #175CD3; }

.button-default.btn-gray-outline {
  background-color: #fff;
  border: 1px solid #D1D5DB;
  color: #000; }
.button-default.btn-gray-outline:hover {
  background-color: #f9fafb; }

.button-default.btn-blue-outline {
  background-color: transparent;
  border: 1px solid var(--color-theme-1);
  color: var(--color-theme-1);
  font-weight: 500; }

.button-default.btn-white-outline {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400; }

.button-default.btn-light-blue {
  background-color: #EFF8FF;
  color: #175CD3; }

.button-default.btn-light-blue.w-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.button-default.btn-light-blue.w-arrow img {
  -webkit-filter: none;
  filter: none; }

.default-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #175CD3;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 10px;
  letter-spacing: -0.1px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px; }
.default-link img {
  max-width: 13px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.default-link:hover {
  opacity: 0.8;
  text-decoration: none;
  border-bottom: 1px solid #1077D7; }
.default-link:hover img {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%); }

.form {
  width: 100%;
  margin: auto; }
.form b {
  color: #3490dc; }
.form input:not([type=submit]) {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 1rem;
  outline: none;
  border: 0;
  font-size: 1rem; }
.form input:not([type=submit])::-webkit-input-placeholder {
  color: #9CA3AF; }
.form input:not([type=submit])::-moz-placeholder {
  color: #9CA3AF; }
.form input:not([type=submit]):-ms-input-placeholder {
  color: #9CA3AF; }
.form input:not([type=submit])::-ms-input-placeholder {
  color: #9CA3AF; }
.form input:not([type=submit])::placeholder {
  color: #9CA3AF; }
.form textarea {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 1rem;
  outline: none;
  border: 0;
  resize: none;
  height: 100px;
  text-align: left; }
.form textarea::-webkit-input-placeholder {
  color: #9CA3AF; }
.form textarea::-moz-placeholder {
  color: #9CA3AF; }
.form textarea:-ms-input-placeholder {
  color: #9CA3AF; }
.form textarea::-ms-input-placeholder {
  color: #9CA3AF; }
.form textarea::placeholder {
  color: #9CA3AF; }
.form select {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 1rem;
  outline: none;
  border: 0; }
.form select::-webkit-input-placeholder {
  color: #9CA3AF; }
.form select::-moz-placeholder {
  color: #9CA3AF; }
.form select:-ms-input-placeholder {
  color: #9CA3AF; }
.form select::-ms-input-placeholder {
  color: #9CA3AF; }
.form select::placeholder {
  color: #9CA3AF; }
.form input[type=submit] {
  width: 40%;
  margin: auto;
  margin-top: 1rem;
  background: #F9FAFB;
  border-radius: 50px;
  color: var(--color-theme-1);
  border: 0;
  padding: 10px;
  cursor: pointer;
  display: block;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold; }

.underline-none:hover {
  text-decoration: none; }

.column-img {
  background-size: cover;
  background-position: center;
  min-height: 350px;
  height: 100%; }

ul.social {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none; }
ul.social li i {
  background: transparent;
  color: #9CA3AF;
  overflow: hidden;
  padding: 8px 9px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 1rem;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  font-size: 2rem; }
ul.social li i.fa-facebook-f {
  padding: 8px 12px; }
ul.social li i.fa-youtube {
  padding: 8px 7px; }
ul.social li:hover i {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
ul.social li:first-child i {
  margin-left: 0; }

.sub_page {
  padding-top: 5rem; }
.sub_page .banner-section {
  position: relative;
  min-height: auto;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F9FAFB;
  background-size: cover;
  background-position: center; }
.sub_page header {
  background-color: #fff;
  border: 0; }
.sub_page header .header-right navbar ul li a {
  color: #000;
  text-shadow: none; }
.sub_page header .header-right navbar ul li:hover a {
  background: var(--color-theme-1);
  color: #fff; }
.sub_page header .header-right navbar ul li ul.sub-menu li a {
  background-color: #fff;
  color: #000; }
.sub_page header .header-right navbar ul li ul.sub-menu li:hover a {
  background-color: #f1f1f1; }
.sub_page header .header-right navbar ul li ul.sub-menu li.current-menu-item a {
  background-color: white; }
.sub_page header .header-right navbar ul li.current_page_item a {
  background: var(--color-theme-1);
  color: #fff; }
.sub_page header .header-right .search-icon {
  cursor: pointer; }
.sub_page header .header-right .search-icon img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0); }

.page-single .banner-section {
  height: 400px; }

.page-single .single-container {
  min-height: 100vh; }

.card {
  padding: 1rem;
  border: 0; }
.card .card-image {
  background-size: cover;
  min-height: 250px; }
.card .card-content {
  padding: 2rem 0; }
.card .card-content .card-title {
  font-weight: bold;
  font-size: 1.2rem; }

.icon_style div.icon {
  position: absolute;
  right: 0; }

.content-section .content img {
  max-width: 100%; }

.details ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 2rem; }
.details ul li {
  margin-right: 1rem;
  color: #656565; }

.categories-section .categories {
  margin-bottom: 2rem; }
.categories-section .categories ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 90%;
  margin: auto; }
.categories-section .categories ul li {
  margin-right: 1rem;
  margin-bottom: 10px; }
.categories-section .categories ul li a {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.7rem;
  background-color: transparent;
  color: #818181;
  padding: 5px 10px;
  border-radius: 50px 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none; }
.categories-section .categories ul li:hover a {
  background-color: #D1D5DB; }
.categories-section .categories ul li.active a {
  background-color: #D1D5DB; }

.button-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.button-groups .button-default {
  margin-left: 1rem;
  text-decoration: none; }

.heading {
  max-width: 50%;
  margin: auto;
  margin-bottom: 2rem; }
@media (max-width: 1024px) {
  .heading {
    max-width: 80%; } }
.heading small {
  color: #175CD3;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 3px;
  font-family: "Inter";
  display: block;
  margin-bottom: 8px;
  padding-left: 4px; }
.heading .content {
  color: #101828; }
.heading .page-title span {
  color: #1570EF; }

.heading.w-100 {
  max-width: 100%; }

.intro-section {
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.intro-section .heading {
  position: relative;
  max-width: 60%;
  min-width: 60%;
  margin: 0 auto; }
.intro-section .heading small {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-theme-1); }
.intro-section .heading h1 {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em; }
.intro-section .heading .content {
  max-width: 90%;
  margin: auto;
  color: #475467;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px; }

.intro-section.w-background {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff; }
.intro-section.w-background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 44, 95, 0.8)), to(rgba(7, 44, 95, 0.8)));
  background: -webkit-linear-gradient(bottom, rgba(7, 44, 95, 0.8), rgba(7, 44, 95, 0.8));
  background: -o-linear-gradient(bottom, rgba(7, 44, 95, 0.8), rgba(7, 44, 95, 0.8));
  background: linear-gradient(0deg, rgba(7, 44, 95, 0.8), rgba(7, 44, 95, 0.8)); }
.intro-section.w-background .content {
  color: #fff; }

.intro-section.left-aligned h1 {
  max-width: 50%;
  margin-left: 0; }

.intro-section.left-aligned .content {
  max-width: 50%;
  margin-left: 0;
  margin-left: 0;
  margin-bottom: 2rem; }

.intro-section.left-aligned .heading {
  max-width: 70%; }

.intro-section.full-width h1 {
  max-width: 100%; }

.intro-section.full-width .content {
  max-width: 100%; }

.intro-section.full-width .heading {
  max-width: 100%; }

.intro-section.height-auto {
  min-height: auto; }

header {
  position: fixed;
  width: 100%;
  z-index: 99;
  padding: 1rem 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 0px;
  background-color: #FCFCFD; }
header .max-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
header .header-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
header .header-logo .logo {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
header .header-logo img {
  max-width: 60%; }
header .header-right {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
header .header-right ul.social li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
header .header-right ul.social li a i {
  color: #fff; }
header .header-right ul.social li:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
header .header-right navbar {
  margin-right: 1rem; }
header .header-right navbar ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
header .header-right navbar ul li {
  position: relative;
  margin-left: 1rem; }
header .header-right navbar ul li:first-child {
  display: none; }
header .header-right navbar ul li:hover.menu-item > a {
  color: var(--color-theme-1);
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%); }
header .header-right navbar ul li ul.sub-menu {
  position: absolute;
  left: 0;
  list-style: none;
  padding: 0;
  margin-top: 7px;
  margin-bottom: 0;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  display: block;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  max-height: 250px;
  overflow-y: auto; }
header .header-right navbar ul li ul.sub-menu::-webkit-scrollbar {
  width: 5px; }
header .header-right navbar ul li ul.sub-menu::-webkit-scrollbar-track {
  background: #f1f1f1; }
header .header-right navbar ul li ul.sub-menu::-webkit-scrollbar-thumb {
  background: #888; }
header .header-right navbar ul li ul.sub-menu::-webkit-scrollbar-thumb:hover {
  background: #555; }
header .header-right navbar ul li ul.sub-menu li {
  margin-left: 0;
  border-top: 1px solid #fff;
  padding: 0;
  background: #fff; }
header .header-right navbar ul li ul.sub-menu li:first-child {
  display: block;
  border-top: 0; }
header .header-right navbar ul li ul.sub-menu li a {
  display: block;
  padding: 10px 1rem;
  color: #000 !important;
  text-decoration: none;
  font-size: 0.8rem;
  min-width: 200px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important; }
header .header-right navbar ul li ul.sub-menu li:hover a {
  background-color: #f1f1f1; }
header .header-right navbar ul li ul.sub-menu li.current-menu-item a {
  background-color: white; }
header .header-right navbar ul li.menu-item > a {
  position: relative;
  color: #000;
  padding: 10px 1rem;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
header .header-right navbar ul li.menu-item > a:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  display: none; }
header .header-right navbar ul li.menu-item-has-children > a {
  pointer-events: none; }
header .header-right navbar ul li.menu-item-has-children > a:after {
  display: inline-block; }
header .header-right navbar ul li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }
header .header-right a {
  text-decoration: none; }
header .button-groups {
  border-left: 1px solid #ccc;
  padding: 0 1rem;
  padding-right: 0;
  font-size: 14px; }
header .button-groups .button-default {
  padding: 10px 1rem;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px; }
header .search-icon {
  cursor: pointer; }
header .search-icon img {
  max-width: 50%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }
header .menu-icon {
  margin-left: 1rem; }

header.scrolled {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  border: 0; }
header.scrolled:before {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
header.scrolled .header-logo .logo {
  max-width: 60%; }
header.scrolled .header-logo .logo-text {
  opacity: 0; }
header.scrolled .header-right navbar ul:not(.sub-menu) li ul.sub-menu li a {
  background-color: #fff;
  color: #000;
  height: auto; }
header.scrolled .header-right navbar ul:not(.sub-menu) li ul.sub-menu li:hover a {
  background-color: #f1f1f1; }
header.scrolled .header-right navbar ul:not(.sub-menu) li ul.sub-menu li.current-menu-item a {
  background-color: white; }
header.scrolled .search-icon img {
  -webkit-filter: none;
  filter: none; }
header.scrolled .menu-icon img {
  -webkit-filter: none;
  filter: none; }
header.scrolled .search-mobile.open {
  -webkit-transform: translateX(-50%) translateY(120%);
  -ms-transform: translateX(-50%) translateY(120%);
  transform: translateX(-50%) translateY(120%); }

header.header-sale {
  background-color: #F5FAFF; }

.mobile-nav {
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  padding: 0 !important;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  height: 100%; }
.mobile-nav header {
  position: relative;
  padding: 10px 1rem;
  background: #fff;
  border-bottom: 1px solid #EAECF0; }
.mobile-nav navbar {
  display: block;
  margin-top: 0 !important;
  max-height: 80vh;
  overflow-y: auto; }
.mobile-nav navbar ul:not(.sub-menu):not(.mega-sub-menu):not(.submenu) {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  margin-top: 0;
  min-height: 150px;
  overflow-y: auto;
  overflow-x: hidden; }
.mobile-nav navbar ul:not(.sub-menu):not(.mega-sub-menu)::-webkit-scrollbar {
  width: 10px; }
.mobile-nav navbar ul:not(.sub-menu):not(.mega-sub-menu)::-webkit-scrollbar-track {
  background: #f1f1f1; }
.mobile-nav navbar ul:not(.sub-menu):not(.mega-sub-menu)::-webkit-scrollbar-thumb {
  background: #888; }
.mobile-nav navbar ul:not(.sub-menu):not(.mega-sub-menu)::-webkit-scrollbar-thumb:hover {
  background: #555; }
.mobile-nav navbar ul:not(.sub-menu) li {
  width: 100%;
  text-align: left;
  padding: 0 2rem; }
.mobile-nav navbar ul:not(.sub-menu) li .link {
  color: #4D4D4D !important; }
.mobile-nav navbar ul:not(.sub-menu) li .link i:before {
  color: #4D4D4D !important; }
.mobile-nav navbar ul:not(.sub-menu) li a {
  text-decoration: none; }
.mobile-nav navbar ul:not(.sub-menu) li a:hover .link {
  color: #1077d7; }
.mobile-nav navbar ul:not(.sub-menu) li ul.submenu li {
  padding: 0 !important; }
.mobile-nav navbar ul:not(.sub-menu) li ul.submenu li a {
  color: #475467; }
.mobile-nav navbar ul:not(.sub-menu) li ul.submenu li a b {
  color: #101828; }
.mobile-nav navbar ul:not(.sub-menu) li ul.submenu li a:hover {
  color: #000; }
.mobile-nav navbar ul:not(.sub-menu) li.menu-item > a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000; }
.mobile-nav navbar ul:not(.sub-menu) li.menu-item-has-children {
  position: relative; }
.mobile-nav navbar ul:not(.sub-menu) li.menu-item-has-children > a {
  pointer-events: none; }
.mobile-nav navbar ul:not(.sub-menu) li.menu-item-has-children > ul.sub-menu {
  padding: 0 5px;
  list-style: none;
  margin-bottom: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color-theme-1); }
.mobile-nav navbar ul:not(.sub-menu) li.menu-item-has-children > ul.sub-menu li {
  margin-bottom: 0; }
.mobile-nav navbar ul:not(.sub-menu) li.menu-item-has-children > ul.sub-menu li:last-child {
  margin-bottom: 0; }
.mobile-nav navbar ul:not(.sub-menu) li.menu-item-has-children > ul.sub-menu li:before {
  display: none; }
.mobile-nav navbar ul:not(.sub-menu) li.menu-item-has-children > ul.sub-menu li a {
  color: #eee;
  padding: 10px 1rem;
  width: 100%;
  display: block; }
.mobile-nav navbar ul:not(.sub-menu) li.menu-item-has-children > ul.sub-menu li.menu-item-has-children {
  border-top: 1px solid #eee;
  padding: 10px;
  padding-left: 0; }
.mobile-nav navbar ul:not(.sub-menu) li.menu-item-has-children > ul.sub-menu li.menu-item-has-children:first-child {
  border-top: 0; }
.mobile-nav navbar ul:not(.sub-menu) li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > a {
  text-transform: capitalize;
  min-width: auto;
  width: 13%;
  background-color: #eee;
  border-radius: 50px;
  padding: 3px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 0.8rem;
  color: #000; }
.mobile-nav navbar ul:not(.sub-menu) li.menu-item-has-children > ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
  padding: 5px 0;
  font-size: 1rem; }
.mobile-nav navbar ul:not(.sub-menu) li.menu-item-has-children:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  display: block;
  top: 5px;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.mobile-nav navbar ul:not(.sub-menu) li.menu-item-has-children.open ul.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 5px; }
.mobile-nav navbar ul:not(.sub-menu) li.menu-item-has-children.open:before {
  -webkit-transform: rotate(224deg);
  -ms-transform: rotate(224deg);
  transform: rotate(224deg);
  top: 13px; }
.mobile-nav navbar #accordion .link {
  padding-top: 8px;
  padding-bottom: 8px; }
.mobile-nav .button-groups {
  border-top: 1px solid #EAECF0;
  padding: 1rem 2rem; }
.mobile-nav .button-groups a {
  margin: 0;
  margin-right: 10px; }
.mobile-nav .button-groups.float {
  position: absolute;
  bottom: 0;
  background: #fff; }

.mobile-nav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  opacity: 0;
  visibility: hidden; }
.mobile-nav-overlay.open {
  opacity: 1;
  visibility: visible; }

.featured-menu {
  height: 0;
  display: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 1rem;
  padding: 0 !important; }

.featured-menu.open {
  height: 100%;
  display: block;
  margin-bottom: 4rem !important; }

#mega-menu-item-custom_html-3 {
  margin-bottom: 0 !important; }

.checkout_link_menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px; }
.checkout_link_menu a img {
  margin-bottom: 0 !important;
  margin-left: 10px !important; }

.mobile-nav.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.sub_page.single header {
  border-bottom: 1px solid #ccc; }

.sub_page.single header.scrolled {
  border: 0; }

footer {
  color: #EAECF0;
  background-color: #101828;
  padding: 4rem 0;
  padding-bottom: 3rem; }
footer .cta-section {
  padding-bottom: 4rem;
  border-bottom: 1px solid #475467;
  background: transparent;
  text-align: left; }
footer .cta-section .page-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.02em; }
footer .cta-section .content {
  color: #EAECF0; }
footer .footer-content {
  padding: 4rem 0;
  border-bottom: 1px solid #475467;
  border-top: 1px solid #475467;
  margin-top: 2rem; }
footer .footer-content .content {
  width: 80%;
  color: #EAECF0;
  font-size: 1rem; }
footer .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem; }
footer .footer-logo img {
  max-width: 150px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }
footer ul.social {
  margin-top: 2rem; }
footer ul.social li i {
  font-size: 1.5rem; }
footer .footer-nav b {
  display: block;
  margin-bottom: 1rem;
  font-size: 16px;
  color: #FCFCFD;
  font-weight: 400;
  text-transform: uppercase; }
footer .footer-nav ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }
footer .footer-nav ul li {
  margin-right: 1rem;
  margin-bottom: 12px; }
footer .footer-nav ul li a {
  position: relative;
  text-decoration: none;
  color: #EAECF0;
  font-weight: 600;
  font-size: 18px; }
footer .footer-nav ul li a:hover {
  color: #fff;
  text-decoration: underline; }
footer .footer-nav ul li:first-child a:before {
  display: none; }
footer .copyright {
  text-align: left;
  color: #D0D5DD;
  padding-top: 2rem;
  margin-bottom: 0;
  font-size: 1rem; }

.policy-footer {
  font-size: 11px;
  line-height: 0.1rem;
  font-weight: 400; }

.small-gray {
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 2px 6px;
  line-height: 18px !important; }

.banner-section {
  position: relative;
  overflow: hidden;
/*   height: 100vh; */
  min-height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center; }
@media (max-width: 1024px) {
  .banner-section {
    height: auto;
    padding-top: 5rem; } }
@media (max-width: 992px) {
  .banner-section {
  	min-height: auto;
    height: auto;
    padding-top: 5rem;
    display: block; } }
.banner-section .inside {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  color: #101828;
  text-align: left; }
@media (max-width: 1024px) {
  .banner-section .inside {
    padding-right: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); } }
@media (max-width: 992px) {
  .banner-section .inside {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 2rem 0; } }
.banner-section .inside h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1em; }
@media (max-width: 1024px) {
  .banner-section .inside h1 {
    font-size: 50px; } }
.banner-section .inside .content {
  margin: 1.5rem auto;
  color: #475467; }
.banner-section .inside .subscribe-container {
  margin-top: 4rem; }
@media (max-width: 1024px) {
  .banner-section .inside .subscribe-container {
    margin-top: 1rem; } }
.banner-section .inside .subscribe-container .form input:not([type=submit]) {
  border: 1px solid #D0D5DD; }
.banner-section .inside .subscribe-container .form .policy-footer {
  color: #475467; }
.banner-section .inside .subscribe-container .form .policy-footer a {
  color: #475467; }
.banner-section .inside.default {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
.banner-section .hero-parallax {
  position: absolute;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 2rem; }
.banner-section .hero-parallax .hero-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 10%;
  flex: 1 0 10%; }
.banner-section .hero-parallax .hero-item:nth-child(2) {
  margin-top: 3rem; }
.banner-section .hero-parallax .hero-item:nth-child(6) {
  margin-top: 3rem; }
.banner-section .hero-parallax .hero-item:nth-child(3) {
  margin-top: 6rem; }
.banner-section .hero-parallax .hero-item:nth-child(5) {
  margin-top: 6rem; }
.banner-section .hero-parallax .hero-item:nth-child(4) {
  margin-top: 9rem; }
.banner-section .hero-parallax .hero-item .hero-column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.banner-section .hero-parallax .hero-item .hero-column .hero-img {
  max-width: 90%;
  border-radius: 10px;
  margin-bottom: 1rem; }
.banner-section .swiper-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  overflow: hidden; }
@media (max-width: 1024px) {
  .banner-section .swiper-slider {
    height: auto; } }
@media (max-width: 992px) {
  .banner-section .swiper-slider {
    display: none; } }
.banner-section .swiper-slider .swiper-slide {
  width: calc(100%/3);
  margin: 0 0px; }
.banner-section .swiper-slider .swiper-slide:nth-child(2) {
  margin-top: -1rem; }
@media (max-width: 1024px) {
  .banner-section .swiper-slider .swiper-slide:nth-child(2) {
    margin-top: 0; } }
.banner-section .swiper-slider .swiper-slide .slick-slide {
  margin: -7px 0; }
.banner-section .swiper-slider .swiper-slide img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95); }

.horizontal-slider {
  margin-top: 1rem;
  padding: 2rem 0;
  padding-top: 0;
  display: none;
  width: 100%;
  padding-left: 30px; }
@media (max-width: 992px) {
  .horizontal-slider {
    display: block; } }
@media (max-width: 500px) {
  .horizontal-slider {
    padding-left: 20px; } }
.horizontal-slider .slick-list {
  padding: 1rem 0; }
.horizontal-slider .slick-slide {
  padding: 10px; }
@media (max-width: 500px) {
  .horizontal-slider .slick-slide {
    padding: 5px; } }
.horizontal-slider .slick-slide img {
  max-width: 200px; }
@media (max-width: 500px) {
  .horizontal-slider .slick-slide img {
    max-width: 150px; } }
.horizontal-slider .slick-slide.slick-active + .slick-active {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px); }
.horizontal-slider .slick-slide.slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.home-cta-section {
  background-color: var(--color-theme-1);
  position: relative;
  overflow: hidden; }
.home-cta-section .max-width {
  position: relative; }
.home-cta-section .float-img {
  position: absolute; }
.home-cta-section .float-img-1 {
  top: 0;
  left: 10%; }
.home-cta-section .float-img-2 {
  top: 0;
  right: -10%; }
.home-cta-section .float-img-3 {
  bottom: 0;
  left: 0; }
.home-cta-section .inside {
  max-width: 70%;
  margin: auto;
  padding: 7rem 0; }
@media (max-width: 1024px) {
  .home-cta-section .inside {
    max-width: 100%; } }
.home-cta-section .inside .button-groups {
  margin-top: 2rem; }
.home-cta-section .inside .button-default.btn-white {
  color: #344054; }

.companies-section .page-title.title-2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.02em; }

.companies-section p {
  color: #6B7280;
  text-align: center; }

.companies-section .checklist {
  margin-top: 1rem; }
.companies-section .checklist .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.companies-section .checklist .group img {
  max-width: 20px;
  margin-right: 1rem; }
.companies-section .checklist .group p {
  margin-bottom: 0; }

.features-section {
  position: relative; }
.features-section .float-img {
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%); }
@media (max-width: 992px) {
  .features-section .float-img {
    right: 0;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%); } }
@media (max-width: 500px) {
  .features-section .float-img {
    display: none; } }
.features-section .max-width {
  position: relative; }
.features-section .heading {
  position: relative;
  z-index: 1; }
.features-section .column-image {
  -webkit-transform: translateX(45%) scale(1.5);
  -ms-transform: translateX(45%) scale(1.5);
  transform: translateX(45%) scale(1.5); }
.features-section .feature-item {
  padding: 2rem 0; }
.features-section .feature-item .icon {
  max-width: 50px;
  margin-bottom: 20px; }
.features-section .feature-item img {
  display: block;
  margin-bottom: 4rem; }
.features-section .feature-item .column-content .page-sub-title {
  font-weight: 700; }
.features-section .feature-item .column-content .content {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1rem; }

.testimonial-section {
  background-color: #F9FAFB; }
.testimonial-section .testimonial-container {
  position: relative;
  max-width: 70%;
  margin: auto;
  border-radius: 1rem;
  text-align: center; }
.testimonial-section .testimonial-container .quote-icon {
  position: absolute;
  max-width: 80px;
  top: -10%;
  left: 20%; }
.testimonial-section .testimonial-container .logo {
  max-width: 20%;
  margin: auto;
  margin-bottom: 2rem; }
.testimonial-section .testimonial-container .content {
  margin: 3rem 0;
  font-size: 24px; }
.testimonial-section .testimonial-container .avatar {
  background-size: cover;
  background-position: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-bottom: 1rem; }
.testimonial-section .testimonial-container .testimonial-details .name {
  font-weight: bold;
  font-size: 18px;
  color: #000; }
.testimonial-section .testimonial-container .testimonial-details .position {
  font-size: 1rem; }

.cta-section {
  background-color: var(--color-theme-1);
  text-align: center;
  color: #fff; }
.cta-section .heading {
  margin-bottom: 3rem; }
.cta-section .heading .content {
  color: #FCFCFD; }

.page-template-page-home .cta-default, .page-template-page-sales .cta-default, .page-template-page-blogs .cta-default, .page-template-page-homev2 .cta-default, .page-template-page-homev3 .cta-default, .page-template-page-sales2 .cta-default {
  display: none; }

.single-compare .cta-default, .single-compare .swp_social_panelSide {
  display: none !important; }

.single-compare header {
  background-color: transparent; }
.single-compare header.scrolled {
  background: #fff; }

.story-section .default-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0; }
.story-section .default-link img {
  margin-left: 5px; }
.story-section .default-link:hover img {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.story-section .page-title {
  margin-bottom: 3rem; }

.story-section a:not(.button-default) {
  text-decoration: none; }

.story-section .card {
  text-decoration: none;
  padding: 0 1rem;
  border: 0; }
.story-section .card img {
  max-width: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }
.story-section .card .card-image {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  max-height: 300px;
  height: 300px; }
.story-section .card .card-image .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #9CA3AF; }
.story-section .card .page-smaller-title {
  color: #000; }
.story-section .card .excerpt {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  min-height: 50px;
  line-height: 24px;
  color: #475467;
  font-size: 1rem; }
.story-section .card:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
.story-section .card:hover .card-image .img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09); }

.blog-section small {
  color: #667085;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px; }

.blog-section .page-title {
  margin-bottom: 3rem; }

.blog-section a:not(.button-default) {
  text-decoration: none;
  color: #000; }

.blog-section .card {
  text-decoration: none;
  padding: 0 1rem;
  border: 0; }
.blog-section .card img {
  max-width: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }
.blog-section .card .card-image {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  max-height: 300px;
  height: 300px;
  min-height: 214px;
  height: 214px; }
.blog-section .card .card-image .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-color: #D1D5DB; }
.blog-section .card .excerpt {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  min-height: 50px;
  line-height: 24px;
  color: #475467;
  font-size: 1rem; }
.blog-section .card:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
.blog-section .card:hover .card-image .img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09); }

.subscribe-section {
  background-color: #FCFCFD; }
.subscribe-section .heading {
  max-width: 80%;
  margin-left: 0;
  margin-bottom: 0; }
.subscribe-section .subscribe-container .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.subscribe-section .subscribe-container .form input {
  border-radius: 5px; }
.subscribe-section .subscribe-container .form input:not([type=submit]) {
  border: 1px solid #D1D5DB;
  padding: 10px;
  margin: 0;
  background-color: #fff;
  font-size: 1rem; }
.subscribe-section .subscribe-container .form input:not([type=submit])::-webkit-input-placeholder {
  color: #D1D5DB; }
.subscribe-section .subscribe-container .form input:not([type=submit])::-moz-placeholder {
  color: #D1D5DB; }
.subscribe-section .subscribe-container .form input:not([type=submit]):-ms-input-placeholder {
  color: #D1D5DB; }
.subscribe-section .subscribe-container .form input:not([type=submit])::-ms-input-placeholder {
  color: #D1D5DB; }
.subscribe-section .subscribe-container .form input:not([type=submit])::placeholder {
  color: #D1D5DB; }
.subscribe-section .subscribe-container .form input[type=submit] {
  background-color: var(--color-theme-1);
  color: #fff;
  margin: 0;
  margin-left: 10px;
  width: 100%;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.1px; }
.subscribe-section .subscribe-container .form input[type=submit]:hover {
  background-color: #175CD3; }

.subscribe-container .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center; }
.subscribe-container .form form {
  width: 100%; }
.subscribe-container .form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 16px; }
@media (max-width: 992px) {
  .subscribe-container .form .input-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.subscribe-container .form .input-group input:not([type="submit"]) {
  margin-bottom: 0; }
@media (max-width: 992px) {
  .subscribe-container .form .input-group input:not([type="submit"]) {
    margin-bottom: 1rem; } }
.subscribe-container .form .policy-footer {
  font-size: 14px; }
.subscribe-container .form .policy-footer a {
  color: #fff;
  text-decoration: underline; }
.subscribe-container .form input[type=submit] {
  background-color: var(--color-theme-1);
  color: #fff;
  margin: 0;
  margin-left: 10px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.1px; }
@media (max-width: 500px) {
  .subscribe-container .form input[type=submit] {
    width: 100%;
    margin-left: 0; } }

.page-about .about-content-section .content {
  color: #475467; }
.page-about .about-content-section .content small {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #175CD3;
  letter-spacing: -0.1px; }
.page-about .about-content-section .content h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #101828;
  margin-bottom: 2rem; }
.page-about .about-content-section .content img {
  display: block;
  max-width: 80%;
  margin: auto; }
.page-about .about-content-section .content ol {
  list-style: none;
  padding-left: 2rem; }
.page-about .about-content-section .content ol li {
  position: relative;
  margin-bottom: 1rem; }
.page-about .about-content-section .content ol li:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -5%;
  background-image: url("../img/icon-list-check.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  width: 50px;
  height: 50px; }
.page-about .about-content-section .content ul {
  list-style: none;
  padding-left: 2rem; }
.page-about .about-content-section .content ul li {
  position: relative;
  margin-bottom: 1rem; }
.page-about .about-content-section .content ul li:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -5%;
  background-image: url("../img/icon-list-check.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  width: 50px;
  height: 50px; }

.page-about .counter-section .group {
  text-align: center; }
.page-about .counter-section .group b {
  font-size: 3.75rem;
  color: var(--color-theme-1); }
.page-about .counter-section .group p {
  color: #101828; }

.page-about .team-section .team-wrapper {
  margin-top: 5rem; }
.page-about .team-section .team-wrapper .group {
  text-align: center;
  margin-bottom: 4rem; }
.page-about .team-section .team-wrapper .group .avatar {
  background-size: cover;
  background-position: center;
  background-color: #9CA3AF;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: auto;
  margin-bottom: 1rem; }
.page-about .team-section .team-wrapper .group p {
  color: var(--color-theme-1);
  font-size: 0.9rem; }

.page-courses {
  background-color: #F9FAFB; }
.page-courses .courses-section {
  background-color: #F2F4F7; }
.page-courses .courses-section .page-title {
  font-weight: 700; }
.page-courses .courses-section .courses-wrapper {
  padding-top: 2rem; }
.page-courses .courses-section .card {
  text-decoration: none;
  color: #101828;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  height: 100%; }
.page-courses .courses-section .card .card-content {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 1rem;
  height: 100%;
  min-height: 230px; }
.page-courses .courses-section .card .content {
  padding: 0; }
.page-courses .courses-section .card .content .card-title {
  font-size: 1.25rem;
  min-height: 70px; }
.page-courses .courses-section .card .content .card-description {
  font-size: 14px; }
.page-courses .courses-section .card .bottom {
  font-weight: 500; }
.page-courses .courses-section .card .bottom.on-going {
  color: #DC6803; }
.page-courses .courses-section .card .card-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 180px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
.page-courses .courses-section .card .card-image .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.page-courses .courses-section .card:hover {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  background-color: var(--color-theme-1);
  color: #fff; }
.page-courses .courses-section .card:hover .bottom.on-going {
  color: #fff; }
.page-courses .courses-section .card:hover .card-image .img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
.page-courses .courses-section.focus-program-section .card {
  padding: 1rem; }
.page-courses .courses-section.focus-program-section .card .card-image {
  height: 300px;
  border-radius: 0; }
.page-courses .courses-section.focus-program-section .card .card-content {
  padding: 0;
  min-height: auto; }
.page-courses .courses-section.focus-program-section .card:hover {
  -webkit-box-shadow: 1px 1px 20px rgba(21, 112, 239, 0.5);
  box-shadow: 1px 1px 20px rgba(21, 112, 239, 0.5);
  background-color: var(--color-theme-1);
  color: #fff; }
.page-courses .courses-section.focus-program-section .card:hover .bottom.on-going {
  color: #fff; }
.page-courses .courses-section.focus-program-section .card:hover .card-image .img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.page-testimonial .intro-section {
  position: relative;
  overflow: hidden;
  min-height: 768px; }
.page-testimonial .intro-section .hero-parallax {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  width: 100%; }
.page-testimonial .intro-section .hero-parallax img {
  max-width: 180px;
  border-radius: 10px;
  margin: 0 10px;
  margin-bottom: 1rem; }

.page-testimonial .testimonial-section {
  background-color: #fff; }

.grid {
  margin: 0 auto; }
.grid .grid-item {
  width: calc(100%/4);
  margin-bottom: 1rem; }
.grid .grid-item .item {
  position: relative;
  padding: 20px;
  background: #fff;
  margin: 0 8px;
  border-radius: 8px; }
.grid .grid-item .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 600; }
.grid .grid-item .avatar {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: center;
  margin-right: 1rem;
  background-color: #000;
  border-radius: 50px; }
.grid .grid-item .content {
  font-size: 14px; }
.grid .grid-sizer {
  width: calc(100%/4); }
.grid img {
  -webkit-filter: brightness(0.4) contrast(0.9);
  filter: brightness(0.4) contrast(0.9);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.9; }

.page-blogs .intro-section .search-form {
  max-width: 30%;
  margin: auto;
  margin-top: 2rem; }
.page-blogs .intro-section .search-form .form {
  position: relative; }
.page-blogs .intro-section .search-form .form input[type=search] {
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  margin-bottom: 0;
  padding-left: 2.8rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 48px; }
.page-blogs .intro-section .search-form .form input[type=search]::-webkit-input-placeholder {
  color: #667085; }
.page-blogs .intro-section .search-form .form input[type=search]::-moz-placeholder {
  color: #667085; }
.page-blogs .intro-section .search-form .form input[type=search]:-ms-input-placeholder {
  color: #667085; }
.page-blogs .intro-section .search-form .form input[type=search]::-ms-input-placeholder {
  color: #667085; }
.page-blogs .intro-section .search-form .form input[type=search]::placeholder {
  color: #667085; }
.page-blogs .intro-section .search-form .form input[type=search]:focus {
  border-color: #000; }
.page-blogs .intro-section .search-form .form .icon {
  position: absolute;
  max-width: 15px;
  left: 15px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.page-blogs .blog-categories {
  margin-bottom: 3rem; }
.page-blogs .blog-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0; }
.page-blogs .blog-categories ul li {
  margin: 0 4px;
  margin-bottom: 10px; }
.page-blogs .blog-categories ul li a {
  font-size: 16px;
  color: #667085;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 50px; }
.page-blogs .blog-categories ul li a.active {
  background-color: #EFF8FF; }
.page-blogs .blog-categories ul li a:hover, .page-blogs .blog-categories ul li a.active {
  color: #175CD3; }

.page-blogs .single-container {
  border-top: 1px solid #EAECF0; }
.page-blogs .single-container .blog-note-line {
  border-top: 1px solid #EAECF0;
  margin-bottom: 2rem; }

.page-blogs .blog-section .card .details {
  font-weight: 600;
  color: #175CD3;
  font-size: 14px;
  margin-bottom: 1rem; }

.page-blogs .blog-section .card .categories {
  margin-top: 1rem; }
.page-blogs .blog-section .card .categories ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.page-blogs .blog-section .card .categories ul li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px; }
.page-blogs .blog-section .card .categories ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--font-bg-color);
  border-radius: 50px;
  opacity: 0.1; }
.page-blogs .blog-section .card .categories ul li a {
  position: relative;
  color: var(--font-color);
  padding: 5px 13px;
  font-size: 14px;
  text-align: center; }

.page-blogs .blog-section .card .tags {
  margin-top: 1rem; }
.page-blogs .blog-section .card .tags ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.page-blogs .blog-section .card .tags ul li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px; }
.page-blogs .blog-section .card .tags ul li:before {
  content: "";
  position: absolute;
  top: 2px;
  width: 100%;
  height: 100%;
  background: var(--font-bg-color);
  border-radius: 50px;
  opacity: 0.1; }
.page-blogs .blog-section .card .tags ul li a {
  position: relative;
  color: var(--font-color);
  padding: 5px 13px;
  font-size: 14px;
  text-align: center; }

.page-blogs .blog-section.main-blog-section .card .card-image {
  min-height: 350px;
  height: 350px; }

.pagination {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #EAECF0;
  padding: 1rem 0; }
.pagination .page-numbers {
  color: #475467;
  font-size: 14px;
  font-weight: 700; }
.pagination .page-numbers {
  border-radius: 8px;
  padding: 10px 1rem;
  cursor: pointer; }
.pagination .page-numbers.current {
  background: #F9FAFB; }
.pagination .page-numbers.prev {
  position: absolute;
  left: 0; }
.pagination .page-numbers.next {
  position: absolute;
  right: 0; }

.page-search .intro-section {
  min-height: auto; }

.page-search .result-section {
  margin-bottom: 6rem; }

.page-search article {
  margin-bottom: 2rem;
  background-color: #F9FAFB;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 10px; }
.page-search article a {
  color: #000; }
.page-search article img {
  margin-bottom: 1rem; }
.page-search article h2 {
  font-size: 1.8rem; }
.page-search article .date {
  font-size: 0.8rem; }
.page-search article .author {
  font-size: 0.8rem; }
.page-search article p {
  font-size: 0.8rem; }
.page-search article .post-edit-link {
  display: none; }
.page-search article .comments {
  display: none; }

.search-float {
  position: fixed;
  background: #fff;
  padding: 1rem;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
  min-width: 500px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%); }
.search-float .is-form-style input.is-search-submit {
  background: transparent;
  border-left: 0; }
.search-float .is-search-icon {
  background: transparent;
  border-left: 0; }

.search-float.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(200%);
  -ms-transform: translateX(-50%) translateY(200%);
  transform: translateX(-50%) translateY(200%); }

.search-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.search-overlay.open {
  opacity: 1;
  visibility: visible; }

.search-container {
  cursor: pointer; }

.top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center; }
.top-header .page-sub-title {
  margin-bottom: 0;
  color: #475467;
  font-weight: 600; }

.article-section .article-item {
  position: relative;
  padding: 1rem; }
.article-section .article-item .article-image {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  height: 100%;
  background-color: var(--color-theme-1);
  background-size: cover; }
.article-section .article-item .article-image .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.article-section .article-item .article-content {
  padding: 3rem 0; }
.article-section .article-item .article-content .article-title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 400px; }
.article-section .article-item .article-content .article-title a {
  background-color: #F9FAFB;
  line-height: 1.6em;
  color: var(--color-theme-1);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.article-section .article-item .article-content .category {
  display: block;
  font-weight: bold;
  color: #656565;
  margin: 1rem 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.article-section .article-item .article-content .category:hover {
  opacity: 0.8; }
.article-section .article-item .article-content .excerpt {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  height: 150px;
  min-height: 150px;
  font-size: 0.9rem; }
.article-section .article-item:hover .article-image .img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }
.article-section .article-item:hover .article-content .article-title a {
  background-color: var(--color-theme-1);
  color: #F9FAFB; }

.related-articles {
  background-color: #F9FAFB; }
.related-articles .article-item {
  position: relative;
  padding: 1rem; }
.related-articles .article-item .article-image {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  height: 100%;
  background-color: var(--color-theme-1);
  background-size: cover; }
.related-articles .article-item .article-image .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.related-articles .article-item .article-content {
  padding: 3rem 0; }
.related-articles .article-item .article-content .article-title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 400px;
  width: 10px !important; }
.related-articles .article-item .article-content .article-title a {
  background-color: #F9FAFB;
  line-height: 1.6em;
  color: var(--color-theme-1);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.related-articles .article-item .article-content .category {
  display: block;
  font-weight: bold;
  color: #656565;
  margin: 1rem 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.related-articles .article-item .article-content .category:hover {
  opacity: 0.8; }
.related-articles .article-item .article-content .excerpt {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  height: 150px;
  min-height: 150px;
  font-size: 0.9rem; }
.related-articles .article-item:hover .article-image .img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }
.related-articles .article-item:hover .article-content .article-title a {
  background-color: var(--color-theme-1);
  color: #F9FAFB; }

.article-section.featured-article .article-item .article-image {
  min-height: 500px; }

.article-section.featured-article .article-item .article-content {
  padding: 4rem 0; }
.article-section.featured-article .article-item .article-content .article-title {
  font-size: 3rem;
  min-width: 600px; }
.article-section.featured-article .article-item .article-content .article-title a {
  background-color: var(--color-theme-1);
  color: #fff; }

.article-section.featured-article .article-item:hover .article-content .article-title a {
  background-color: #F9FAFB;
  color: var(--color-theme-1); }

.related-articles.featured-article .article-item .article-image {
  min-height: 500px; }

.related-articles.featured-article .article-item .article-content {
  padding: 4rem 0; }
.related-articles.featured-article .article-item .article-content .article-title {
  font-size: 3rem;
  min-width: 600px; }
.related-articles.featured-article .article-item .article-content .article-title a {
  background-color: var(--color-theme-1);
  color: #fff; }

.related-articles.featured-article .article-item:hover .article-content .article-title a {
  background-color: #F9FAFB;
  color: var(--color-theme-1); }

.page-articles .categories ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0; }
.page-articles .categories ul li a {
  color: #656565; }

.page-articles .article-section .article-item .article-image {
  min-height: 300px; }

.page-articles .article-section .article-item .article-content {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 1rem; }
.page-articles .article-section .article-item .article-content .article-title {
  font-size: 1.5rem;
  min-width: 300px;
  -webkit-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
  margin-bottom: 2rem; }
.page-articles .article-section .article-item .article-content .category {
  background-color: var(--color-theme-1);
  padding: 3px 10px;
  color: #fff;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%); }

.page-articles .related-articles .article-item .article-image {
  min-height: 300px; }

.page-articles .related-articles .article-item .article-content {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 1rem; }
.page-articles .related-articles .article-item .article-content .article-title {
  font-size: 1.5rem;
  min-width: 300px;
  -webkit-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
  margin-bottom: 2rem; }
.page-articles .related-articles .article-item .article-content .category {
  background-color: var(--color-theme-1);
  padding: 3px 10px;
  color: #fff;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%); }

.switch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0;
  margin-bottom: 1rem; }
.switch-container .text {
  margin: 0 1rem;
  font-size: 0.8rem;
  color: #6B7280;
  font-weight: bold; }
.switch-container .text.active {
  color: #000;
  font-weight: bold; }
.switch-container .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
  margin-bottom: 0; }
.switch-container .switch input {
  opacity: 0;
  width: 0;
  height: 0; }
.switch-container .switch input:checked + .slider {
  background-color: var(--color-theme-1); }
.switch-container .switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }
.switch-container .switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px var(--color-theme-1);
  box-shadow: 0 0 1px var(--color-theme-1); }
.switch-container .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-theme-1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
.switch-container .switch .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
.switch-container .switch .slider.round {
  border-radius: 34px; }
.switch-container .switch .slider.round.round:before {
  border-radius: 50%; }

.page-pricing .intro-section .heading .content {
  color: #6B7280; }

.page-pricing .intro-section .note {
  color: var(--color-theme-1);
  font-weight: 600;
  font-size: 14px; }

.opacity-0 {
  opacity: 0; }

.pricing-container {
  position: relative; }
.pricing-container .card {
  background-color: #F5FAFF;
  border: 1px solid #E5E7EB;
  padding: 20px;
  height: 100%;
  border-radius: 12px;
  margin-bottom: 0; }
.pricing-container .card .title {
  font-weight: 400;
  font-size: 24px; }
.pricing-container .card .price-wrapper {
  text-align: center;
  color: #667085;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px; }
.pricing-container .card .price-wrapper .price {
  font-weight: 700;
  font-size: 36px;
  color: #000;
  margin-right: 5px; }
.pricing-container .card .content {
  padding: 10px 0;
  padding-bottom: 5px;
  border-right: 0;
  border-left: 0;
  color: #101828;
  text-decoration: underline;
  font-weight: 500;
  font-size: 16px; }
.pricing-container .card .list {
  padding: 1rem 0;
  min-height: 350px; }
@media (max-width: 992px) {
  .pricing-container .card .list {
    min-height: 410px; } }
@media (max-width: 500px) {
  .pricing-container .card .list {
    min-height: auto; } }
.pricing-container .card .list ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0; }
.pricing-container .card .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px; }
.pricing-container .card .list ul li img {
  max-width: 18px;
  margin-right: 10px; }
.pricing-container .card .card-footer {
  background-color: transparent;
  border: 0; }
.pricing-container .card .card-footer ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.pricing-container .card .card-footer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.pricing-container .card .card-footer ul li img {
  margin-right: 5px; }
.pricing-container .card .card-footer ul li span {
  font-size: 12px;
  font-weight: 500;
  color: #344054; }
.pricing-container .on-sale {
  position: relative; }
@media (max-width: 500px) {
  .pricing-container .on-sale {
    margin-top: 2rem; } }
.pricing-container .on-sale .sale-description {
  position: absolute;
  top: -2.3rem;
  width: 93%;
  text-align: center;
  font-size: 18px;
  background-color: #1570EF;
  color: #fff;
  padding: 5px;
  padding-bottom: 16px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-weight: 700; }
.pricing-container .on-sale .card {
  background-color: #fff;
  border-color: #1570EF; }

.faq-section #accordion {
  max-width: 70%;
  margin: auto;
  margin-top: 3rem; }
.faq-section #accordion .card {
  padding: 0;
  border: 0; }
.faq-section #accordion .card .card-header {
  background-color: transparent;
  padding: 0;
  border: 0; }
.faq-section #accordion .card .card-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #101828;
  font-weight: 500;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid #fff; }
.faq-section #accordion .card .card-header a .icon {
  position: absolute;
  right: 0%; }
.faq-section #accordion .card .card-header a .icon img {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  max-width: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.faq-section #accordion .card .card-header a.collapsed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.faq-section #accordion .card .card-header a.collapsed .icon {
  right: 1%; }
.faq-section #accordion .card .card-header a.collapsed .icon img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.faq-section #accordion .card .card-header a.collapsed .icon span {
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 55%;
  left: 50%;
  background: #9aa4b5;
  border-radius: 50px; }
.faq-section #accordion .card .card-body {
  color: #475467;
  padding-left: 0;
  padding-right: 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.cta-content-section {
  background-color: #F9FAFB;
  text-align: center;
  min-height: 250px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5rem; }
.cta-content-section b {
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 1rem; }
.cta-content-section p {
  margin-bottom: 0;
  margin-bottom: 1.5rem;
  color: #475467;
  font-weight: 400;
  font-size: 18px; }

.page-blogs.single {
  background-color: #fff; }
.page-blogs.single .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
  border: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.page-blogs.single .social ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.page-blogs.single .social ul li {
  margin-right: 1rem; }
.page-blogs.single .social ul li .copy-link {
  border: 1px solid #D0D5DD;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: -5px; }
@media (max-width: 500px) {
  .page-blogs.single .social ul li .copy-link {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -3px; } }
.page-blogs.single .social ul li .copy-link img {
  max-width: 14px; }
@media (max-width: 500px) {
  .page-blogs.single .social ul li .copy-link img {
    max-width: 17px; } }
.page-blogs.single .social ul li .copy-link span {
  color: #344054;
  font-size: 14px;
  margin-left: 5px;
  font-weight: 700; }
.page-blogs.single .social ul li .copy-link:hover {
  background-color: #D1D5DB; }
.page-blogs.single .social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none; }
.page-blogs.single .social ul li a i {
  color: #98A2B3;
  border: 1px solid #D0D5DD;
  line-height: 27px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.page-blogs.single .social ul li a:hover i {
  color: #fff; }
.page-blogs.single .social ul li a:hover i.fa-twitter {
  background-color: #00acee;
  border-color: #00acee; }
.page-blogs.single .social ul li a:hover i.fa-facebook-f {
  background-color: #3b5998;
  border-color: #3b5998; }
.page-blogs.single .social ul li a:hover i.fa-linkedin-in {
  background-color: #0072b1;
  border-color: #0072b1; }
.page-blogs.single .social ul li.copy {
  position: relative;
  margin-right: 7px !important; }
.page-blogs.single .social ul li.copy input {
  position: absolute;
  opacity: 0;
  z-index: -1; }
.page-blogs.single .social ul li.copy small {
  position: absolute;
  bottom: -50%;
  left: 50%;
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
  font-weight: bold;
  font-size: 11px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.page-blogs.single .social ul li.copy small.copied {
  opacity: 1; }
.page-blogs.single .social .addtoany_shortcode .a2a_svg {
  border-radius: 50px;
  border: 1px solid #D0D5DD;
  background-color: #fff !important; }
.page-blogs.single .social .addtoany_shortcode .a2a_svg svg {
  max-width: 22px;
  margin-top: 5px; }
.page-blogs.single .social .addtoany_shortcode .a2a_svg svg path {
  fill: #98A2B3 !important; }
.page-blogs.single .social .addtoany_shortcode .a2a_svg:hover.a2a_s_twitter {
  background-color: #00acee !important;
  border-color: #00acee; }
.page-blogs.single .social .addtoany_shortcode .a2a_svg:hover.a2a_s_twitter path {
  fill: #fff !important; }
.page-blogs.single .social .addtoany_shortcode .a2a_svg:hover.a2a_s_facebook {
  background-color: #3b5998 !important;
  border-color: #3b5998; }
.page-blogs.single .social .addtoany_shortcode .a2a_svg:hover.a2a_s_facebook path {
  fill: #fff !important; }
.page-blogs.single .social .addtoany_shortcode .a2a_svg:hover.a2a_s_linkedin {
  background-color: #0072b1 !important;
  border-color: #0072b1; }
.page-blogs.single .social .addtoany_shortcode .a2a_svg:hover.a2a_s_linkedin path {
  fill: #fff !important; }
.page-blogs.single .social .addtoany_shortcode .a2a_button_twitter:hover .a2a_svg {
  background-color: #00acee !important;
  border-color: #00acee; }
.page-blogs.single .social .addtoany_shortcode .a2a_button_twitter:hover .a2a_svg path {
  fill: #fff !important; }
.page-blogs.single .social .addtoany_shortcode .a2a_button_facebook:hover .a2a_svg {
  background-color: #1877f2 !important;
  border-color: #1877f2; }
.page-blogs.single .social .addtoany_shortcode .a2a_button_facebook:hover .a2a_svg path {
  fill: #fff !important; }
.page-blogs.single .social .addtoany_shortcode .a2a_button_linkedin:hover .a2a_svg {
  background-color: #0072b1 !important;
  border-color: #0072b1; }
.page-blogs.single .social .addtoany_shortcode .a2a_button_linkedin:hover .a2a_svg path {
  fill: #fff !important; }
.page-blogs.single .intro-section {
  min-height: 250px; }
.page-blogs.single .intro-section .heading {
  font-size: 20px;
  max-width: 768px; }
.page-blogs.single .intro-section .heading .content {
  color: #475467;
  min-height: 100px; }
@media (max-width: 992px) {
  .page-blogs.single .intro-section .heading .content {
    min-height: auto !important; } }
.page-blogs.single .intro-section .heading .read-more-container {
  display: none; }
.page-blogs.single .intro-section h1 {
  font-size: 60px;
  line-height: 72px; }
@media (max-width: 500px) {
  .page-blogs.single .intro-section h1 {
    font-size: 40px;
    line-height: initial;
    max-width: 100%; } }
@media (max-width: 500px) {
  .page-blogs.single .intro-section .content {
    max-width: 100%; } }
.page-blogs.single .intro-section .details small {
  display: block;
  color: var(--color-theme-1);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 20px; }
.page-blogs.single .intro-section .details p {
  margin-bottom: 0;
  font-size: 18px;
  color: #101828;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 28px; }
.page-blogs.single .featured-img {
  width: 640px;
  max-width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-color: #D1D5DB; }
@media (max-width: 992px) {
  .page-blogs.single .featured-img {
    margin: 2rem 0;
    width: 100%; } }
@media (max-width: 500px) {
  .page-blogs.single .featured-img {
    width: 100%;
    height: 250px; } }
.page-blogs.single .single-container .top {
  padding: 2rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.page-blogs.single .single-container .content-wrapper {
  margin: 0 5%;
  margin-top: 3rem; }
@media (max-width: 500px) {
  .page-blogs.single .single-container .content-wrapper {
    margin: 0;
    margin-top: 3rem; } }
.page-blogs.single .single-container .content-wrapper .left-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 7rem; }
@media (max-width: 500px) {
  .page-blogs.single .single-container .content-wrapper .left-sticky {
    margin: 2rem 0;
    position: relative;
    top: 0;
    margin-top: 0; } }
.page-blogs.single .single-container .content-wrapper .table-of-contents {
  margin-bottom: 2rem; }
.page-blogs.single .single-container .content-wrapper .table-of-contents b {
  color: var(--color-theme-1);
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px; }
.page-blogs.single .single-container .content-wrapper .table-of-contents ul li {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
.page-blogs.single .single-container .content-wrapper .table-of-contents ul li a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
.page-blogs.single .single-container .content-wrapper .table-of-contents ul li a:hover {
  opacity: .5; }
.page-blogs.single .single-container .content-wrapper .table-of-contents ul li.heading-3 {
  padding-left: 8px; }
.page-blogs.single .single-container .content-wrapper .table-of-contents ul li.heading-3 a {
  font-size: 16px; }
.page-blogs.single .single-container .content-wrapper .table-of-contents ul li.active {
  padding-left: 8px; }
.page-blogs.single .single-container .content-wrapper .table-of-contents ul li.active.heading-3 {
  padding-left: 15px; }
.page-blogs.single .single-container .content-wrapper .table-of-contents ul li.active a {
  font-weight: 700; }
.page-blogs.single .single-container .content-wrapper .newsletter-container {
  border-top: 1px solid #EAECF0;
  padding: 2rem 0; }
.page-blogs.single .single-container .content-wrapper .newsletter-container p {
  color: #475467;
  font-size: 14px; }
.page-blogs.single .single-container .content-wrapper .newsletter-container b {
  color: var(--color-theme-1);
  font-size: 18px;
  font-weight: 700;
  line-height: inherit;
  margin-bottom: 16px !important;
  display: block; }
.page-blogs.single .single-container .content-wrapper .newsletter-container a {
  color: #475467; }
.page-blogs.single .single-container .content-wrapper .newsletter-container img {
  max-width: 50px;
  margin-bottom: 2rem; }
.page-blogs.single .single-container .content-wrapper .newsletter-container .form {
  margin-top: 1rem; }
.page-blogs.single .single-container .content-wrapper .newsletter-container .form a {
  text-decoration: underline; }
.page-blogs.single .single-container .content-wrapper .newsletter-container .form input[type=email] {
  min-width: auto !important;
  border: 1px solid #D0D5DD !important;
  padding: 10px;
  border-radius: 8px; }
.page-blogs.single .single-container .content-wrapper .newsletter-container .form input[type=email]::-webkit-input-placeholder {
  color: #475467; }
.page-blogs.single .single-container .content-wrapper .newsletter-container .form input[type=email]:-ms-input-placeholder {
  color: #475467; }
.page-blogs.single .single-container .content-wrapper .newsletter-container .form input[type=email]::-ms-input-placeholder {
  color: #475467; }
.page-blogs.single .single-container .content-wrapper .newsletter-container .form input[type=email]::placeholder {
  color: #475467; }
.page-blogs.single .single-container .content-wrapper .newsletter-container .form input[type=submit] {
  text-align: center;
  background-color: var(--color-theme-1);
  width: 100%;
  color: #fff;
  margin-top: 0; }
@media (max-width: 1000px) {
  .page-blogs.single .single-container .content-wrapper .banner-container {
    width: 40%;
    margin-top: 3rem; } }
@media (max-width: 800px) {
  .page-blogs.single .single-container .content-wrapper .banner-container {
    width: 60%; } }
@media (max-width: 600px) {
  .page-blogs.single .single-container .content-wrapper .banner-container {
    width: 80%; } }
@media (max-width: 500px) {
  .page-blogs.single .single-container .content-wrapper .banner-container {
    width: 100%; } }
.page-blogs.single .single-container .content-wrapper .banner-container .card {
  padding: 0;
  border: 0; }
.page-blogs.single .single-container .content-wrapper .banner-container .card .card-image {
  position: relative;
  overflow: hidden;
  min-height: 185px;
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
@media (max-width: 1000px) {
  .page-blogs.single .single-container .content-wrapper .banner-container .card .card-image {
    min-height: 200px; } }
@media (max-width: 800px) {
  .page-blogs.single .single-container .content-wrapper .banner-container .card .card-image {
    min-height: 250px; } }
.page-blogs.single .single-container .content-wrapper .banner-container .card .card-image .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.page-blogs.single .single-container .content-wrapper .banner-container .card .card-content {
  padding: 10px;
  border: 1px solid #EAECF0;
  border-top: 0;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.page-blogs.single .single-container .content-wrapper .banner-container .card .card-content .card-title {
  font-size: 20px;
  font-weight: 700; }
.page-blogs.single .single-container .content-wrapper .banner-container .card .card-content .content {
  color: #475467;
  font-size: 14px; }
.page-blogs.single .single-container .content-wrapper .banner-container .card .card-content .button-default {
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  padding: 10px; }
.page-blogs.single .single-container .content-wrapper .blog-note {
  background-color: #F5FAFF;
  border-left: 5px solid #2E90FA;
  border-radius: 8px;
  padding: 1rem;
  font-size: 14px;
  color: #175CD3;
  margin-bottom: 2rem; }
.page-blogs.single .single-container .content-wrapper .content, .page-blogs.single .single-container .content-wrapper .conclusion {
  color: #101828;
  font-size: 1.125rem;
  letter-spacing: -0.1px; }
.page-blogs.single .single-container .content-wrapper .content blockquote, .page-blogs.single .single-container .content-wrapper .conclusion blockquote {
  border-left: 2px solid var(--color-theme-1);
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 500; }
.page-blogs.single .single-container .content-wrapper .content ol, .page-blogs.single .single-container .content-wrapper .content ul, .page-blogs.single .single-container .content-wrapper .conclusion ol, .page-blogs.single .single-container .content-wrapper .conclusion ul {
  padding-left: 1rem; }
.page-blogs.single .single-container .content-wrapper .content ul, .page-blogs.single .single-container .content-wrapper .conclusion ul {
  list-style: initial; }
.page-blogs.single .single-container .content-wrapper .content [id], .page-blogs.single .single-container .content-wrapper .conclusion [id] {
  scroll-margin-top: 3em; }
.page-blogs.single .single-container .content-wrapper .content h1, .page-blogs.single .single-container .content-wrapper .conclusion h1 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 2rem;
  color: #101828; }
.page-blogs.single .single-container .content-wrapper .content img, .page-blogs.single .single-container .content-wrapper .conclusion img {
  border-radius: 12px;
  max-width: 100%; }
.page-blogs.single .single-container .content-wrapper .content .wp-block-image .alignleft, .page-blogs.single .single-container .content-wrapper .conclusion .wp-block-image .alignleft {
  width: 100%; }
.page-blogs.single .single-container .content-wrapper .content h2, .page-blogs.single .single-container .content-wrapper .conclusion h2 {
  color: #101828; }
.page-blogs.single .single-container .content-wrapper .content h3, .page-blogs.single .single-container .content-wrapper .conclusion h3 {
  color: #101828; }
.page-blogs.single .single-container .content-wrapper .content h4, .page-blogs.single .single-container .content-wrapper .conclusion h4 {
  color: #101828; }
.page-blogs.single .single-container .content-wrapper .content h5, .page-blogs.single .single-container .content-wrapper .conclusion h5 {
  color: #101828; }
.page-blogs.single .single-container .content-wrapper .content h6, .page-blogs.single .single-container .content-wrapper .conclusion h6 {
  color: #101828; }
.page-blogs.single .single-container .content-wrapper .conclusion {
  margin-top: 2rem;
  padding: 2rem;
  background: #F9FAFB;
  border-radius: 1rem;
  font-size: 18px; }
.page-blogs.single .single-container .content-wrapper .conclusion h2 {
  font-size: 30px;
  margin-bottom: 1rem; }
.page-blogs.single .news-section {
  margin-top: 0; }
.page-blogs.single .swiftui-inline-optin {
  margin: 2rem 0;
  padding: 0;
  border: 1px solid #EAECF0;
  border-radius: 12px; }
@media (max-width: 800px) {
  .page-blogs.single .swiftui-inline-optin {
    width: 60%; } }
@media (max-width: 600px) {
  .page-blogs.single .swiftui-inline-optin {
    width: 80%; } }
@media (max-width: 500px) {
  .page-blogs.single .swiftui-inline-optin {
    width: 100%; } }
@media (max-width: 800px) {
  .page-blogs.single .swiftui-inline-optin .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.page-blogs.single .swiftui-inline-optin .card-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-position: center;
  min-height: auto;
  height: 100%; }
@media (max-width: 800px) {
  .page-blogs.single .swiftui-inline-optin .card-image {
    min-height: 250px;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }
.page-blogs.single .swiftui-inline-optin .card-image .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }
.page-blogs.single .swiftui-inline-optin .card-content {
  padding: 10px 1rem; }
@media (max-width: 992px) {
  .page-blogs.single .swiftui-inline-optin .card-content {
    padding: 1rem; } }
.page-blogs.single .swiftui-inline-optin .card-content .card-title {
  font-size: 18px;
  font-weight: 700; }
.page-blogs.single .swiftui-inline-optin .card-content .content {
  color: #475467;
  font-size: 14px; }
.page-blogs.single .swiftui-inline-optin .card-content .button-default {
  font-size: 14px;
  padding: 10px 3rem; }
@media (max-width: 800px) {
  .page-blogs.single .swiftui-inline-optin .card-content .button-default {
    width: 100%; } }
.page-blogs.single .comments h2, .page-blogs.single .comments h3 {
  color: var(--color-theme-1);
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px; }
.page-blogs.single .comments ul li {
  position: relative;
  border-top: 1px solid #EAECF0;
  padding: 1rem 0; }
.page-blogs.single .comments ul li:first-child {
  border-top: 0; }
.page-blogs.single .comments ul li .comment-body .comment-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%; }
.page-blogs.single .comments ul li .comment-body .comment-author .fn {
  margin-left: 8px;
  font-size: 18px;
  font-weight: 700; }
.page-blogs.single .comments ul li .comment-body .comment-author .says {
  display: none; }
.page-blogs.single .comments ul li .comment-body .comment-awaiting-moderation {
  color: #475467;
  font-size: 14px;
  margin-left: 63px; }
.page-blogs.single .comments ul li .comment-body .comment-meta {
  position: absolute;
  top: 11px;
  right: 0;
  font-size: 14px; }
.page-blogs.single .comments ul li .comment-body .comment-meta a:first-child {
  color: #475467; }
.page-blogs.single .comments ul li .comment-body p {
  margin-left: 4rem;
  font-size: 18px; }
.page-blogs.single .comments ul li .comment-body .reply {
  font-size: 14px;
  margin-left: 4rem; }
.page-blogs.single .comments .comment-respond form {
  font-size: 18px; }
.page-blogs.single .comments .comment-respond form label {
  width: 100%;
  font-size: 16px;
  font-weight: 600; }
.page-blogs.single .comments .comment-respond form label .required {
  color: red; }
.page-blogs.single .comments .comment-respond form input:not([type="submit"]), .page-blogs.single .comments .comment-respond form textarea {
  width: 100%;
  border: 1px solid #d0d5dd !important;
  padding: 6px; }
.page-blogs.single .comments .comment-respond form input[type="submit"] {
  text-align: center;
  background-color: var(--color-theme-1);
  color: #fff;
  margin-top: 0;
  border: 0;
  padding: 10px 1rem;
  font-size: 16px; }
.page-blogs.single .comments .comment-respond form input[type="submit"]:hover {
  background-color: #175cd3; }

.search-results article {
  width: 630px;
  height: 360px; }

div .search-results {
  margin: auto;
  width: 50%;
  padding: 10px; }

.page-template-page-sales header, .page-template-page-sales2 header {
  background: transparent; }
.page-template-page-sales header.scrolled, .page-template-page-sales2 header.scrolled {
  background: #fff; }

.page-template-page-sales footer .footer-subscribe-section, .page-template-page-sales2 footer .footer-subscribe-section {
  display: none; }

.page-template-page-sales footer .footer-content, .page-template-page-sales2 footer .footer-content {
  border-top: 0;
  margin-top: 0; }

.page-sales {
  padding-top: 0rem; }
@media (max-width: 500px) {
  .page-sales {
    padding-top: 3.8rem; } }
.page-sales small.small-text {
  text-align: center;
  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;
  font-size: 12px;
  color: #344054;
  font-weight: 500;
  margin-top: 10px; }
.page-sales small.small-text img {
  margin-right: 5px; }
.page-sales .heading {
  max-width: 100%; }
@media (max-width: 500px) {
  .page-sales .heading {
    max-width: 90%; } }
.page-sales .gray-bg {
  background-color: #FCFCFD; }
.page-sales .gray-bg-2 {
  background-color: #FAFAF9; }
.page-sales .gray-bg-3 {
  background-color: #F5F5F4; }
.page-sales .gray-bg-4 {
  background-color: #FDFDFC; }
.page-sales .blue-bg {
  background-color: var(--color-theme-1); }
.page-sales .page-title {
  font-weight: 700; }
@media (max-width: 500px) {
  .page-sales .page-title {
    line-height: 1em; } }
.page-sales .banner-section {
  height: 100%;
  padding-top: 11rem;
  padding-bottom: 5rem; }
@media (max-width: 500px) {
  .page-sales .banner-section {
    padding-bottom: 2rem; } }
.page-sales .banner-section .inside {
  padding-right: 0; }
.page-sales .banner-section .inside h1, .page-sales .banner-section .inside .description {
  color: #000; }
.page-sales .banner-section .inside h1 {
  font-size: 72px;
  font-weight: 700;
  max-width: 80%;
  margin: auto;
  line-height: 1em;
  text-align: center; }
.page-sales .banner-section .inside h1 span {
  color: var(--color-theme-1); }
@media (max-width: 992px) {
  .page-sales .banner-section .inside h1 {
    max-width: 100%;
    font-size: 65px; } }
@media (max-width: 500px) {
  .page-sales .banner-section .inside h1 {
    font-size: 50px;
    max-width: 100%; } }
.page-sales .banner-section .inside .description {
  max-width: 70%;
  margin: 1.5rem auto;
  font-size: 20px;
  text-align: center; }
@media (max-width: 992px) {
  .page-sales .banner-section .inside .description {
    max-width: 100%;
    margin: 2rem 0; } }
@media (max-width: 500px) {
  .page-sales .banner-section .inside .description {
    margin: 2rem  0; } }
.page-sales .intro-section .heading .content {
  font-size: 16px; }
.page-sales .heading small {
  letter-spacing: 1px; }
.page-sales .heading .content {
  color: #111827; }
.page-sales .video-section {
  position: relative;
  min-height: 500px;
  padding-bottom: 4rem; }
@media (max-width: 500px) {
  .page-sales .video-section {
    min-height: 300px;
    padding: 0; } }
.page-sales .video-section .videodiv {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media (max-width: 992px) {
  .page-sales .video-section .videodiv {
    max-width: 90%;
    margin: auto; } }
@media (max-width: 500px) {
  .page-sales .video-section .videodiv {
    padding-top: 3rem; } }
@media (max-width: 992px) {
  .page-sales .video-section .videodiv iframe {
    max-width: 100%; } }
.page-sales .video-big-section {
  max-width: 900px;
  margin: auto; }
@media (max-width: 992px) {
  .page-sales .video-big-section {
    max-width: 90%; } }
.page-sales .guarantee-section h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-theme-1);
  font-size: 30px;
  font-weight: 700; }
@media (max-width: 500px) {
  .page-sales .guarantee-section h2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 25px; } }
.page-sales .guarantee-section .content {
  max-width: 44%;
  margin: auto;
  font-size: 16px; }
@media (max-width: 992px) {
  .page-sales .guarantee-section .content {
    max-width: 60%; } }
@media (max-width: 500px) {
  .page-sales .guarantee-section .content {
    max-width: 100%; } }
.page-sales .guarantee-section .content a {
  font-weight: 700;
  text-decoration: underline; }
.page-sales .companies-section {
  padding: 94px 0; }
@media (max-width: 992px) {
  .page-sales .companies-section .page-title {
    text-align: center; } }
@media (max-width: 500px) {
  .page-sales .companies-section .page-title {
    font-size: 30px;
    line-height: 1em; } }
@media (max-width: 992px) {
  .page-sales .companies-section .button-default {
    display: block;
    margin: auto;
    margin-bottom: 2rem; } }
.page-sales .companies-section .content {
  color: #475467;
  font-size: 20px;
  letter-spacing: -0.1px;
  margin-bottom: 2rem; }
@media (max-width: 992px) {
  .page-sales .companies-section .content {
    text-align: center; } }
.page-sales .companies-section .content p {
  text-align: left; }
@media (max-width: 992px) {
  .page-sales .companies-section .content p {
    text-align: center; } }
.page-sales .companies-section .checklist .group p {
  color: #475467; }
.page-sales .apps-section h2 {
  margin: auto;
  margin-bottom: 1rem;
  max-width: 90%; }
@media (max-width: 992px) {
  .page-sales .apps-section h2 {
    max-width: 100%; } }
.page-sales .apps-section .content {
  max-width: 850px;
  margin: auto; }
.page-sales .apps-section .mobile-container {
  position: relative; }
@media (max-width: 500px) {
  .page-sales .apps-section .mobile-container {
    margin-bottom: 1rem; } }
.page-sales .apps-section .mobile-container .main {
  position: relative;
  z-index: 1; }
.page-sales .apps-section .mobile-container .float-img {
  position: absolute; }
.page-sales .apps-section .mobile-container .float-img-1 {
  top: 4%;
  left: 15%;
  width: 150px; }
@media (max-width: 992px) {
  .page-sales .apps-section .mobile-container .float-img-1 {
    width: 80px; } }
@media (max-width: 500px) {
  .page-sales .apps-section .mobile-container .float-img-1 {
    width: 50px;
    top: 6%; } }
.page-sales .apps-section .mobile-container .float-img-2 {
  top: 8%;
  right: 15%;
  width: 250px; }
@media (max-width: 992px) {
  .page-sales .apps-section .mobile-container .float-img-2 {
    width: 150px; } }
@media (max-width: 500px) {
  .page-sales .apps-section .mobile-container .float-img-2 {
    top: 10%;
    width: 80px; } }
.page-sales .apps-section .mobile-container .float-img-3 {
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 450px; }
@media (max-width: 992px) {
  .page-sales .apps-section .mobile-container .float-img-3 {
    width: 200px; } }
@media (max-width: 500px) {
  .page-sales .apps-section .mobile-container .float-img-3 {
    width: 130px; } }
.page-sales .apps-section .mobile-container .float-img-4 {
  top: 43%;
  right: 29%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px; }
@media (max-width: 992px) {
  .page-sales .apps-section .mobile-container .float-img-4 {
    width: 20px;
    right: 26%; } }
@media (max-width: 500px) {
  .page-sales .apps-section .mobile-container .float-img-4 {
    width: 15px; } }
.page-sales .apps-section .mobile-container .float-img-5 {
  bottom: 20%;
  right: 20%; }
@media (max-width: 992px) {
  .page-sales .apps-section .mobile-container .float-img-5 {
    width: 200px; } }
@media (max-width: 500px) {
  .page-sales .apps-section .mobile-container .float-img-5 {
    width: 100px; } }
.page-sales .apps-section .mobile-container .float-img-6 {
  bottom: 4%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
@media (max-width: 992px) {
  .page-sales .apps-section .mobile-container .float-img-6 {
    width: 30px;
    bottom: 2%; } }
@media (max-width: 992px) {
  .page-sales .apps-section .mobile-container .float-img-6 {
    width: 20px; } }
.page-sales .pricing-section {
  position: relative;
  scroll-margin-top: 2.2em; }
.page-sales .pricing-section .bg-pattern {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%); }
@media (max-width: 500px) {
  .page-sales .pricing-section .bg-pattern {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.page-sales .pricing-section .heading .content {
  max-width: 60%;
  margin: auto;
  margin-top: 2rem; }
@media (max-width: 1440px) {
  .page-sales .pricing-section .heading .content {
    max-width: 70%; } }
@media (max-width: 992px) {
  .page-sales .pricing-section .heading .content {
    max-width: 100%; } }
@media (max-width: 992px) {
  .page-sales .pricing-section .pricing-container .col-12 {
    margin-bottom: 2rem; } }
@media (max-width: 992px) {
  .page-sales .pricing-section .pricing-container .card .button-default {
    max-width: 95%; } }
.page-sales .pricing-section .switch-container .text {
  font-weight: 500; }
.page-sales .pricing-section .switch-container .text.active {
  font-weight: 700; }
.page-sales .course-section {
  background-color: #FAFAF9; }
.page-sales .course-section .title-content {
  max-width: 70%;
  margin: auto;
  margin-top: 2rem; }
@media (max-width: 1440px) {
  .page-sales .course-section .title-content {
    max-width: 90%; } }
@media (max-width: 992px) {
  .page-sales .course-section .title-content {
    max-width: 100%; } }
.page-sales .course-section .title-content a {
  color: #000;
  text-decoration: underline; }
.page-sales .course-section .content-wrapper {
  margin-top: 4rem; }
.page-sales .course-section .content-wrapper .content {
  margin: 10px 0;
  min-height: 120px;
  max-width: 50%; }
@media (max-width: 992px) {
  .page-sales .course-section .content-wrapper .content {
    max-width: 100%; } }
.page-sales .course-section .content-wrapper .left {
  max-width: 50%;
  margin: auto;
  margin-top: 5rem; }
@media (max-width: 1024px) {
  .page-sales .course-section .content-wrapper .left {
    max-width: 80%; } }
@media (max-width: 992px) {
  .page-sales .course-section .content-wrapper .left {
    max-width: 100%; } }
.page-sales .course-section .content-wrapper .left h2, .page-sales .course-section .content-wrapper .left .content {
  text-align: center; }
.page-sales .course-section .content-wrapper .left .content {
  min-height: auto;
  max-width: 100%; }
.page-sales .course-section .content-wrapper .left .button-default {
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.page-sales .course-section .content-wrapper .left h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px; }
.page-sales .course-section .content-wrapper .pillars {
  position: relative;
  overflow: hidden;
  border-radius: 64px;
  text-align: center;
  background-color: var(--color-theme-1);
  margin-top: 5rem;
  color: #fff;
  padding: 4rem 2rem; }
@media (max-width: 500px) {
  .page-sales .course-section .content-wrapper .pillars {
    padding-top: 6rem; } }
.page-sales .course-section .content-wrapper .pillars .float-img {
  position: absolute; }
.page-sales .course-section .content-wrapper .pillars .float-img-1 {
  bottom: 0;
  left: 0; }
.page-sales .course-section .content-wrapper .pillars .float-img-2 {
  left: 20%;
  top: 0; }
.page-sales .course-section .content-wrapper .pillars .float-img-3 {
  top: 0;
  right: 0; }
.page-sales .course-section .content-wrapper .pillars h2.page-title {
  font-size: 30px;
  width: 50%;
  margin: auto;
  margin-bottom: 11px; }
@media (max-width: 1024px) {
  .page-sales .course-section .content-wrapper .pillars h2.page-title {
    width: 80%; } }
@media (max-width: 500px) {
  .page-sales .course-section .content-wrapper .pillars h2.page-title {
    width: 100%; } }
.page-sales .course-section .content-wrapper .pillars .content {
  color: #B2DDFF;
  font-size: 18px;
  margin: auto;
  min-height: auto;
  max-width: 100%; }
.page-sales .course-section .content-wrapper .pillars .list {
  width: 60%;
  margin: 2rem auto; }
@media (max-width: 1024px) {
  .page-sales .course-section .content-wrapper .pillars .list {
    width: 80%; } }
@media (max-width: 992px) {
  .page-sales .course-section .content-wrapper .pillars .list {
    width: 100%; } }
@media (max-width: 500px) {
  .page-sales .course-section .content-wrapper .pillars .list {
    width: 100%; } }
.page-sales .course-section .content-wrapper .pillars .list .icon {
  margin-bottom: 1rem; }
.page-sales .course-section .content-wrapper .pillars .list .w-line {
  border-right: 1px solid #ffffff5c; }
@media (max-width: 500px) {
  .page-sales .course-section .content-wrapper .pillars .list .w-line {
    border: 0; } }
.page-sales .course-section .content-wrapper .pillars .list .group {
  padding: 1rem 0; }
.page-sales .course-section .content-wrapper .pillars .button-default {
  font-size: 14px;
  padding: 5px 15px;
  color: #344054; }
@media (max-width: 500px) {
  .page-sales .course-section .content-wrapper .pillars .button-default {
    font-size: 18px;
    padding: 10px 20px; } }
.page-sales .course-section .course-list .card {
  padding: 0;
  background-color: transparent;
  margin-top: 4rem;
  border: 1px solid #c7c7c7;
  border-radius: 8px; }
.page-sales .course-section .course-list .card:first-child {
  margin-top: 0; }
.page-sales .course-section .course-list .card .card-image {
  min-height: 200px;
  height: 100%;
  background-size: contain;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }
@media (max-width: 1440px) {
  .page-sales .course-section .course-list .card .card-image {
    background-size: cover; } }
@media (max-width: 992px) {
  .page-sales .course-section .course-list .card .card-image {
    background-position: center; } }
.page-sales .course-section .course-list .card .card-content {
  padding: 1rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #1D2939; }
.page-sales .course-section .course-list .card .card-content .course {
  background-color: #344054;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #D0D5DD;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 4px; }
.page-sales .course-section .course-list .card .card-content .title {
  font-size: 36px;
  font-weight: 700;
  color: #FCFCFD;
  line-height: 1em;
  margin-top: 16px; }
@media (max-width: 1440px) {
  .page-sales .course-section .course-list .card .card-content .title {
    min-height: 80px; } }
@media (max-width: 992px) {
  .page-sales .course-section .course-list .card .card-content .title {
    font-size: 40px; } }
@media (max-width: 500px) {
  .page-sales .course-section .course-list .card .card-content .title {
    font-size: 30px; } }
.page-sales .course-section .course-list .card .card-content .content {
  max-width: 100%;
  color: #F5FAFF;
  font-size: 18px;
  min-height: 170px; }
.page-sales .course-section .course-list .card .card-content .default-link {
  color: #F5FAFF;
  padding: 0;
  border: 0; }
.page-sales .course-section .course-list .card .card-content .default-link img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }
.page-sales .course-section .cta-section {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 3rem;
  border-radius: 8px;
  margin-top: 4rem; }
@media (max-width: 500px) {
  .page-sales .course-section .cta-section {
    padding: 2rem; } }
.page-sales .course-section .cta-section .featured-img {
  position: absolute;
  right: -10%;
  bottom: -12%; }
@media (max-width: 992px) {
  .page-sales .course-section .cta-section .featured-img {
    position: relative;
    bottom: -15%; } }
.page-sales .course-section .cta-section .page-title {
  width: 80%; }
.page-sales .course-section .cta-section .content {
  margin: 2rem 0; }
.page-sales .course-section .cta-section .button-groups {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.page-sales .course-section .cta-section .button-groups .button-default {
  margin-bottom: 0; }
.page-sales .course-section .cta-section .button-groups .small-text {
  color: #fff; }
.page-sales .course-section .cta-section .button-groups .small-text img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }
.page-sales .course-section.section-2 .page-title {
  width: 80%;
  margin: auto; }
@media (max-width: 992px) {
  .page-sales .course-section.section-2 .page-title {
    width: 100%; } }
.page-sales .course-section.section-2 .card {
  border-radius: 4px; }
.page-sales .course-section.section-2 .card .card-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
.page-sales .course-section.section-2 .card .card-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
.page-sales .course-section.section-2 .card .card-content .title {
  font-size: 20px; }
@media (max-width: 1440px) {
  .page-sales .course-section.section-2 .card .card-content .title {
    min-height: 40px; } }
.page-sales .course-section.section-2 .card .card-content .content {
  font-size: 1rem;
  min-height: 100px; }
.page-sales .story-section .show_mobile {
  display: none; }
@media (max-width: 500px) {
  .page-sales .story-section .show_mobile {
    display: block; } }
@media (max-width: 500px) {
  .page-sales .story-section .hide_mobile {
    display: none !important; } }
.page-sales .story-section .heading {
  margin-bottom: 3rem; }
.page-sales .story-section .heading h2 span {
  position: relative; }
.page-sales .story-section .heading h2 span:before {
  content: url("../img/hand-drawn-accents.svg");
  position: absolute;
  height: 100%;
  right: -13%;
  top: -40%; }
@media (max-width: 500px) {
  .page-sales .story-section .heading h2 span:before {
    display: none; } }
.page-sales .story-section .heading small {
  color: #1077D7;
  font-weight: 600;
  text-transform: uppercase; }
.page-sales .story-section .heading .content {
  color: #101828; }
.page-sales .story-section .card {
  padding: 0;
  background-color: transparent; }
.page-sales .story-section .card .video {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; }
.page-sales .story-section .card .video .senja-embed :is(.w-screen) {
  width: 100% !important; }
.page-sales .story-section .card .video .senja-embed :is(.h-screen) {
  height: 100% !important; }
.page-sales .story-section .card .video iframe {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  border: 0; }
.page-sales .story-section .card .card-image {
  background-size: cover;
  background-position: center;
  min-height: 200px;
  height: 200px; }
.page-sales .story-section .card .card-content .title {
  font-size: 24px;
  font-weight: 600;
  min-height: 80px; }
.page-sales .story-section .card .card-content .content {
  font-size: 1rem;
  font-weight: 400;
  color: #4B5563; }
.page-sales .story-section .card .card-content .content .read-more-container {
  display: none; }
.page-sales .story-section .card .default-link {
  font-size: 18px;
  color: #175CD3;
  margin-top: 1rem;
  border-bottom: 1px solid #F9FAFB; }
.page-sales .story-section .card .default-link img {
  max-width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
.page-sales .story-section .card .default-link:hover {
  border-color: #175CD3; }
.page-sales .features-section .feature-item img {
  display: block;
  margin: auto;
  margin-bottom: 4rem;
  max-width: 300px; }
.page-sales .features-section .feature-item .column-content {
  text-align: center; }
.page-sales .features-section .feature-item .column-content .page-sub-title {
  font-size: 30px;
  margin-bottom: 1rem; }
.page-sales .features-section .feature-item .column-content .content {
  font-size: 18px;
  width: 90%;
  margin: auto; }
.page-sales .summary-section .heading {
  margin-bottom: 4rem; }
.page-sales .summary-section .heading h2 {
  margin: auto;
  margin-bottom: 2rem; }
@media (max-width: 992px) {
  .page-sales .summary-section .heading h2 {
    max-width: 100%; } }
.page-sales .summary-section .heading h2 span {
  position: relative;
  display: block; }
@media (max-width: 500px) {
  .page-sales .summary-section .heading h2 span {
    display: initial; } }
.page-sales .summary-section .heading h2 span:before {
  content: url("../img/pen.svg");
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50%; }
@media (max-width: 500px) {
  .page-sales .summary-section .heading h2 span:before {
    display: none; } }
.page-sales .summary-section .heading .content {
  max-width: 70%;
  margin: auto; }
@media (max-width: 992px) {
  .page-sales .summary-section .heading .content {
    max-width: 100%; } }
.page-sales .summary-section .summary-item {
  text-align: center;
  margin-bottom: 2rem; }
.page-sales .summary-section .summary-item img {
  display: block;
  margin: auto;
  margin-bottom: 2rem; }
.page-sales .summary-section .summary-item .page-sub-title {
  font-size: 24px; }
.page-sales .summary-section .summary-item .content {
  font-size: 16px; }
.page-sales .summary-section .summary-item .content a {
  color: #000;
  text-decoration: underline; }
.page-sales .cta-white-section .heading, .page-sales .cta-section .heading {
  max-width: 70%; }
@media (max-width: 992px) {
  .page-sales .cta-white-section .heading, .page-sales .cta-section .heading {
    max-width: 100%; } }
.page-sales .cta-white-section .button-default, .page-sales .cta-section .button-default {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-theme-1); }
.page-sales .cta-white-section .button-default.btn-white img, .page-sales .cta-section .button-default.btn-white img {
  -webkit-filter: none;
  filter: none; }
.page-sales .course-library-section .content small {
  color: #1077D7;
  font-weight: 600;
  font-size: 14px; }
.page-sales .course-library-section .content h2 {
  color: #000;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 2rem; }
.page-sales .course-library-section .content ol, .page-sales .course-library-section .content ul {
  list-style: none;
  padding-left: 1.5rem; }
@media (max-width: 500px) {
  .page-sales .course-library-section .content ol, .page-sales .course-library-section .content ul {
    padding-left: 3rem; } }
.page-sales .course-library-section .content ol li, .page-sales .course-library-section .content ul li {
  position: relative;
  margin-bottom: 1rem; }
.page-sales .course-library-section .content ol li:before, .page-sales .course-library-section .content ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5%;
  background-image: url("../img/ico-check.png");
  background-repeat: no-repeat;
  background-size: 18px 15px;
  display: inline-block;
  width: 50px;
  height: 50px; }
@media (max-width: 992px) {
  .page-sales .course-library-section .content ol li:before, .page-sales .course-library-section .content ul li:before {
    top: 4px; } }
@media (max-width: 500px) {
  .page-sales .course-library-section .content ol li:before, .page-sales .course-library-section .content ul li:before {
    left: -10%; } }
.page-sales .courses-section {
  background-color: #F2F4F7; }
.page-sales .courses-section .heading .content {
  color: #111827;
  max-width: 60%;
  margin: auto; }
@media (max-width: 500px) {
  .page-sales .courses-section .heading .content {
    max-width: 100%; } }
.page-sales .courses-section .courses-wrapper {
  padding-top: 2rem; }
.page-sales .courses-section .card {
  text-decoration: none;
  color: #101828;
  border-radius: 4px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 0;
  height: 100%;
  border: 1px solid #B8C0CC; }
.page-sales .courses-section .card .card-content {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 1rem;
  height: 100%;
  min-height: 230px; }
.page-sales .courses-section .card .content {
  padding: 0; }
.page-sales .courses-section .card .content .card-title {
  font-size: 1.25rem;
  min-height: 70px; }
.page-sales .courses-section .card .content .card-description {
  font-size: 14px; }
.page-sales .courses-section .card .bottom {
  font-weight: 500; }
.page-sales .courses-section .card .bottom.on-going {
  color: #DC6803; }
.page-sales .courses-section .card .bottom .button-default:hover {
  background-color: var(--color-theme-1);
  color: #fff; }
.page-sales .courses-section .card .bottom .button-default:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }
.page-sales .courses-section .card .card-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 180px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
.page-sales .courses-section .card .card-image .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
@media (max-width: 500px) {
  .page-sales .courses-section.focus-program-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
.page-sales .courses-section.focus-program-section .card {
  padding: 1rem; }
.page-sales .courses-section.focus-program-section .card .card-image {
  height: 300px;
  border-radius: 0; }
@media (max-width: 500px) {
  .page-sales .courses-section.focus-program-section .card .card-image {
    height: 180px;
    margin-bottom: 1rem; } }
.page-sales .courses-section.focus-program-section .card .card-content {
  padding: 0;
  min-height: auto; }
.page-sales .courses-section .card:hover .bottom.on-going, .page-sales .courses-section.focus-program-section .card:hover .bottom.on-going {
  color: #fff; }
.page-sales .courses-section .card:hover .card-image .img, .page-sales .courses-section.focus-program-section .card:hover .card-image .img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
.page-sales .counter-section .group {
  text-align: center; }
@media (max-width: 500px) {
  .page-sales .counter-section .group {
    margin-bottom: 2rem; } }
.page-sales .counter-section .group b {
  font-size: 3.75rem;
  color: var(--color-theme-1); }
@media (max-width: 500px) {
  .page-sales .counter-section .group b {
    font-size: 3rem; } }
.page-sales .counter-section .group p {
  color: #101828; }
@media (max-width: 992px) {
  .page-sales .faq-section #accordion {
    max-width: 100%; } }
@media (max-width: 500px) {
  .page-sales .faq-section #accordion .card {
    margin-bottom: 0; } }
.page-sales .faq-section #accordion .card .card-header a {
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem; }
.page-sales .faq-section #accordion .card .card-header a .icon img {
  -webkit-transform: rotate(180deg) translateX(10px);
  -ms-transform: rotate(180deg) translateX(10px);
  transform: rotate(180deg) translateX(10px); }
.page-sales .faq-section #accordion .card .card-header a.collapsed .icon img {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }
.page-sales .faq-section #accordion .card .card-body {
  font-size: 1rem;
  padding-top: 0;
  color: #101828;
  padding: 1rem; }
.page-sales .bonus-section .bonus-items {
  max-width: 80%;
  margin: auto;
  margin-top: 2rem; }
@media (max-width: 992px) {
  .page-sales .bonus-section .bonus-items {
    max-width: 100%; } }
.page-sales .bonus-section .bonus-items .card {
  position: relative;
  overflow: hidden;
  background-color: #F2F8FE;
  padding: 2rem;
  height: 100%; }
.page-sales .bonus-section .bonus-items .card small {
  color: #64748B;
  font-size: 14px; }
.page-sales .bonus-section .bonus-items .card b {
  font-weight: 600;
  font-size: 24px;
  line-height: normal; }
.page-sales .bonus-section .bonus-items .card .image {
  margin-top: 2rem;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
.page-sales .bonus-section .bonus-items .card .image img {
  display: block;
  max-width: 220px;
  min-height: auto;
  margin: auto;
  margin-bottom: 0; }
.page-sales .bonus-section .bonus-items .card:hover .image {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15); }
.page-sales.sales-2 {
  font-family: "Geist" !important; }
.page-sales.sales-2 .max-width {
  max-width: 1100px; }
.page-sales.sales-2 .page-title {
  font-weight: 700 !important;
  line-height: 120%; }
@media (max-width: 500px) {
  .page-sales.sales-2 .heading {
    max-width: 100%; } }
.page-sales.sales-2 .heading small {
  letter-spacing: 0; }
.page-sales.sales-2 .banner-section {
  background: #F6F4EF;
  padding-bottom: 21rem; }
.page-sales.sales-2 .banner-section .inside h1 {
  font-size: 60px;
  line-height: 120%;
  max-width: 90%; }
@media (max-width: 500px) {
  .page-sales.sales-2 .banner-section .inside h1 {
    font-size: 40px;
    max-width: 100%; } }
.page-sales.sales-2 .banner-section .senja-embed {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.page-sales.sales-2 .banner-section img:not(.vector), .page-sales.sales-2 .banner-section .senja-embed {
  margin-bottom: 3rem; }
@media (max-width: 500px) {
  .page-sales.sales-2 .banner-section img:not(.vector), .page-sales.sales-2 .banner-section .senja-embed {
    margin-bottom: 0; } }
.page-sales.sales-2 .banner-section .vector {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 300px; }
@media (max-width: 992px) {
  .page-sales.sales-2 .banner-section .vector {
    display: none; } }
.page-sales.sales-2 .banner-section .vector.vector-1 {
  left: 0; }
.page-sales.sales-2 .banner-section .vector.vector-2 {
  right: 0; }
.page-sales.sales-2 .pricing-section .col-12 {
  padding: 0 6px; }
.page-sales.sales-2 .pricing-section:not(.pricing-2) {
  padding: 0 12px; }
.page-sales.sales-2 .pricing-section:not(.pricing-2) .pricing-options {
  margin-top: -20rem; }
@media (max-width: 992px) {
  .page-sales.sales-2 .pricing-section.pricing-2 {
    padding-top: 2rem;
    padding: 80px 10px; } }
.page-sales.sales-2 .pricing-section {
  max-width: 1700px;
  margin: auto; }
@media (max-width: 1800px) {
  .page-sales.sales-2 .pricing-section {
    width: 95%; } }
@media (max-width: 992px) {
  .page-sales.sales-2 .pricing-section {
    width: 95%; } }
@media (max-width: 500px) {
  .page-sales.sales-2 .pricing-section .pricing-options .on-sale {
    margin-top: 0; } }
.page-sales.sales-2 .pricing-section .pricing-options .on-sale .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.page-sales.sales-2 .pricing-section .pricing-options .on-sale .title .sale-badge {
  background-color: #EFF8FF;
  color: #1570EF;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50px;
  padding: 5px 10px; }
.page-sales.sales-2 .pricing-section .pricing-options .on-sale .sale-description {
  width: 100%;
  top: 0;
  position: relative;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }
.page-sales.sales-2 .pricing-section .pricing-options .price-group .price-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end; }
.page-sales.sales-2 .pricing-section .pricing-options .price-group .price-wrapper span {
  padding-bottom: 10px; }
.page-sales.sales-2 .pricing-section .pricing-options .btn-gray-outline:hover {
  border-color: #1570EF;
  background: #fff; }
@media (max-width: 992px) {
  .page-sales.sales-2 .pricing-section .pricing-options .pricing-container .on-sale .sale-description {
    position: relative !important;
    top: 0 !important;
    -webkit-transform: translateY(10px) !important;
    -ms-transform: translateY(10px) !important;
    transform: translateY(10px) !important; } }
.page-sales.sales-2 .pricing-section .card {
  background-color: #fff; }
.page-sales.sales-2 .pricing-section .card .list {
  min-height: auto; }
.page-sales.sales-2 .pricing-section .card .list ul li {
  font-size: 14px; }
.page-sales.sales-2 .pricing-section .card .list ul li.highlighted {
  color: #12B76A;
  font-weight: 600; }
.page-sales.sales-2 .guarantee-section h2 {
  font-size: 36px;
  font-weight: 600; }
.page-sales.sales-2 .guarantee-section .content {
  max-width: 55%; }
@media (max-width: 992px) {
  .page-sales.sales-2 .guarantee-section .content {
    max-width: 100%; } }
.page-sales.sales-2 .companies-section h4 {
  font-weight: 500;
  font-size: 16px;
  color: #667085; }
.page-sales.sales-2 .story-section .page-title {
  width: 80%; }
@media (max-width: 992px) {
  .page-sales.sales-2 .story-section .page-title {
    width: 100%; } }
.page-sales.sales-2 .story-section .card .video {
  background-size: cover;
  min-height: auto;
  background-position: center; }
.page-sales.sales-2 .story-section .card .card-content {
  padding-top: 0; }
.page-sales.sales-2 .story-section .card .card-content .title {
  font-size: 20px;
  min-height: 70px; }
.page-sales.sales-2 .story-section .card .card-content .content, .page-sales.sales-2 .story-section .card .card-content .author {
  font-size: 14px;
  color: #4B5563; }
.page-sales.sales-2 .story-section .card .card-content .content {
  margin-bottom: 10px;
  min-height: 100px; }
@media (max-width: 992px) {
  .page-sales.sales-2 .story-section .card .card-content .content {
    min-height: auto; } }
.page-sales.sales-2 .features-section .feature-item .column-content .page-sub-title {
  font-size: 24px; }
.page-sales.sales-2 .video-big-section {
  max-width: 1100px; }
.page-sales.sales-2 .video-big-section .content {
  margin: 1rem 0;
  color: #475467;
  font-size: 18px; }
.page-sales.sales-2 .video-big-section .button-default {
  padding: 12px 40px; }
.page-sales.sales-2 .video-big-section .heading {
  margin-left: 0; }
@media (max-width: 992px) {
  .page-sales.sales-2 .video-big-section .heading {
    margin-top: 3rem !important;
    max-width: 100%; } }
@media (max-width: 992px) {
  .page-sales.sales-2 .video-big-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .page-sales.sales-2 .video-big-section img {
    width: 100%; } }
.page-sales.sales-2 .apps-section .button-groups {
  margin-top: 3rem; }
.page-sales.sales-2 .apps-section .button-groups .button-default {
  padding: 12px 40px; }
.page-sales.sales-2 .testimonial-section.single {
  background-color: #F6F4EF; }
.page-sales.sales-2 .testimonial-section.reviews {
  background-color: transparent; }
.page-sales.sales-2 .benefits-section .page-title {
  margin-bottom: 3rem; }
.page-sales.sales-2 .benefits-section .group {
  text-align: center; }
@media (max-width: 500px) {
  .page-sales.sales-2 .benefits-section .group {
    margin-bottom: 2rem; } }
.page-sales.sales-2 .benefits-section .group img {
  margin-bottom: 1rem; }
.page-sales.sales-2 .benefits-section .group b {
  padding: 0 1rem;
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px; }
@media (max-width: 500px) {
  .page-sales.sales-2 .benefits-section .group b {
    font-size: 12px;
    width: 100%;
    line-height: inherit; } }
.page-sales .cwc-plus-heading, .page-sales .cwc-plus-section {
  background-color: #F6F4EF; }
.page-sales .cwc-plus-heading {
  position: relative;
  padding-top: 3rem;
  margin-top: -1rem;
  padding-bottom: 5rem; }
@media (max-width: 500px) {
  .page-sales .cwc-plus-heading {
    margin-top: -1rem;
    padding-bottom: 0rem; } }
.page-sales .cwc-plus-heading:before {
  content: '';
  position: absolute;
  background-color: #F6F4EF;
  border-radius: 43%;
  width: 100%;
  height: 300px;
  top: -43%;
  z-index: -1; }
@media (max-width: 992px) {
  .page-sales .cwc-plus-heading:before {
    top: -60%; } }
@media (max-width: 500px) {
  .page-sales .cwc-plus-heading:before {
    border-radius: 29%; } }
@media (max-width: 500px) {
  .page-sales .cwc-plus-heading .max-width {
    padding-top: 1rem; } }
.page-sales .cwc-plus-heading .page-title {
  width: 80%;
  font-size: 48px; }
.page-sales .cwc-plus-heading ul {
  padding-bottom: 0;
  padding-top: 10px; }
@media (max-width: 992px) {
  .page-sales .cwc-plus-heading ul {
    display: none !important; } }
.page-sales .cwc-plus-heading ul li {
  margin-right: 3rem; }
.page-sales .cwc-plus-heading ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #101828; }
.page-sales .cwc-plus-section {
  margin-bottom: 0;
  padding-top: 3rem; }
.page-sales .cwc-plus-section.section-1 {
  font-size: 18px; }
.page-sales .cwc-plus-section.section-1 .heading .page-title {
  margin-bottom: 24px; }
.page-sales .cwc-plus-section.section-1 .heading .page-title.title-2 {
  font-size: 24px;
  margin-bottom: 12px; }
.page-sales .cwc-plus-section.section-1 .heading .page-title span {
  display: block; }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-1 ul.list {
    display: none !important; } }
.page-sales .cwc-plus-section.section-1 ul.list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.page-sales .cwc-plus-section.section-1 ul.list li img:not(.new-img) {
  margin-right: 10px; }
.page-sales .cwc-plus-section.section-1 ul.list li .new {
  display: none;
  background-color: #EFF8FF;
  padding: 2px 10px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.page-sales .cwc-plus-section.section-1 ul.list li .new span {
  color: #1570EF;
  font-size: 14px;
  font-weight: bold; }
.page-sales .cwc-plus-section.section-1 ul.list li.new {
  color: #1570EF; }
.page-sales .cwc-plus-section.section-1 ul.list li.new .new {
  display: block; }
.page-sales .cwc-plus-section.section-1 .vertical-list {
  padding: 4rem 0; }
.page-sales .cwc-plus-section.section-1 .vertical-list .group {
  margin-bottom: 5rem; }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-1 .vertical-list .group {
    margin-bottom: 2rem; } }
.page-sales .cwc-plus-section.section-1 .vertical-list .group .arrow {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }
.page-sales .cwc-plus-section.section-1 .vertical-list .group .arrow.left {
  margin-left: -3rem; }
.page-sales .cwc-plus-section.section-1 .vertical-list .group .card-group {
  background-color: #fff;
  border-radius: 20px;
  position: relative; }
.page-sales .cwc-plus-section.section-1 .vertical-list .group .card-group .num {
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  color: #1570EF;
  padding: 0 10px;
  padding-top: 10px; }
@media (max-width: 500px) {
  .page-sales .cwc-plus-section.section-1 .vertical-list .group .card-group .num {
    font-size: 32px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
.page-sales .cwc-plus-section.section-1 .vertical-list .group .card-group .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-top: 32px; }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-1 .vertical-list .group .card-group .title {
    margin-bottom: 1rem; } }
@media (max-width: 500px) {
  .page-sales .cwc-plus-section.section-1 .vertical-list .group .card-group .title {
    font-size: 20px; } }
.page-sales .cwc-plus-section.section-1 .vertical-list .group .card-group .content {
  padding-bottom: 42px;
  font-size: 16px; }
.page-sales .cwc-plus-section.section-1 .vertical-list .group .card-group .content p {
  margin-bottom: 0; }
.page-sales .cwc-plus-section.section-1 .vertical-list .group .card-group .featured {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%; }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-1 .vertical-list .group .card-group .featured {
    display: none !important; } }
.page-sales .cwc-plus-section.section-1 .vertical-list .group:last-child {
  margin-bottom: 0; }
.page-sales .cwc-plus-section.section-1 .vertical-list .group:last-child .arrow {
  display: none; }
.page-sales .cwc-plus-section.section-2 .top, .page-sales .cwc-plus-section.section-3 .top {
  position: relative; }
.page-sales .cwc-plus-section.section-2 .top .float, .page-sales .cwc-plus-section.section-3 .top .float {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-2 .top .float.new-course-icon, .page-sales .cwc-plus-section.section-3 .top .float.new-course-icon {
    display: none !important; } }
.page-sales .cwc-plus-section.section-2 .heading .content, .page-sales .cwc-plus-section.section-3 .heading .content {
  font-size: 18px; }
.page-sales .cwc-plus-section.section-2 .columns, .page-sales .cwc-plus-section.section-3 .columns {
  margin-top: 3rem; }
.page-sales .cwc-plus-section.section-2 .columns .col-item, .page-sales .cwc-plus-section.section-3 .columns .col-item {
  margin-bottom: 2rem; }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-2 .columns .col-item, .page-sales .cwc-plus-section.section-3 .columns .col-item {
    margin-bottom: 0; } }
.page-sales .cwc-plus-section.section-2 .columns .col-item.content-half .card .group .content, .page-sales .cwc-plus-section.section-3 .columns .col-item.content-half .card .group .content {
  width: 80%; }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card, .page-sales .cwc-plus-section.section-3 .columns .col-item .card {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  border-radius: 20px;
  padding: 0;
  border: 0; }
@media (max-width: 500px) {
  .page-sales .cwc-plus-section.section-2 .columns .col-item .card, .page-sales .cwc-plus-section.section-3 .columns .col-item .card {
    min-height: 300px; } }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card:before, .page-sales .cwc-plus-section.section-3 .columns .col-item .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card.top:before, .page-sales .cwc-plus-section.section-3 .columns .col-item .card.top:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#ffffff00));
  background: -webkit-linear-gradient(#fff 30%, #ffffff00);
  background: -o-linear-gradient(#fff 30%, #ffffff00);
  background: linear-gradient(#fff 30%, #ffffff00); }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-2 .columns .col-item .card.top:before, .page-sales .cwc-plus-section.section-3 .columns .col-item .card.top:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff05), color-stop(75%, #ffffff));
    background: -webkit-linear-gradient(#ffffff05, #ffffff 75%);
    background: -o-linear-gradient(#ffffff05, #ffffff 75%);
    background: linear-gradient(#ffffff05, #ffffff 75%);
    bottom: 0;
    top: auto; } }
@media (max-width: 500px) {
  .page-sales .cwc-plus-section.section-2 .columns .col-item .card.top:before, .page-sales .cwc-plus-section.section-3 .columns .col-item .card.top:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff05), color-stop(58%, #ffffff));
    background: -webkit-linear-gradient(#ffffff05, #ffffff 58%);
    background: -o-linear-gradient(#ffffff05, #ffffff 58%);
    background: linear-gradient(#ffffff05, #ffffff 58%); } }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card.bottom:before, .page-sales .cwc-plus-section.section-3 .columns .col-item .card.bottom:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff05), color-stop(75%, #ffffff));
  background: -webkit-linear-gradient(#ffffff05, #ffffff 75%);
  background: -o-linear-gradient(#ffffff05, #ffffff 75%);
  background: linear-gradient(#ffffff05, #ffffff 75%);
  bottom: 0;
  top: auto; }
@media (max-width: 500px) {
  .page-sales .cwc-plus-section.section-2 .columns .col-item .card.bottom:before, .page-sales .cwc-plus-section.section-3 .columns .col-item .card.bottom:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff05), color-stop(58%, #ffffff));
    background: -webkit-linear-gradient(#ffffff05, #ffffff 58%);
    background: -o-linear-gradient(#ffffff05, #ffffff 58%);
    background: linear-gradient(#ffffff05, #ffffff 58%); } }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card .group, .page-sales .cwc-plus-section.section-2 .columns .col-item .card .float, .page-sales .cwc-plus-section.section-3 .columns .col-item .card .group, .page-sales .cwc-plus-section.section-3 .columns .col-item .card .float {
  position: absolute;
  width: 100%; }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card .group, .page-sales .cwc-plus-section.section-3 .columns .col-item .card .group {
  z-index: 1;
  padding: 24px; }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card .group .title, .page-sales .cwc-plus-section.section-3 .columns .col-item .card .group .title {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: initial; }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card .group .content, .page-sales .cwc-plus-section.section-3 .columns .col-item .card .group .content {
  font-size: 16px; }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card .group .content p, .page-sales .cwc-plus-section.section-3 .columns .col-item .card .group .content p {
  margin-bottom: 0; }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card .group.top, .page-sales .cwc-plus-section.section-3 .columns .col-item .card .group.top {
  top: 0; }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card .group.bottom, .page-sales .cwc-plus-section.section-3 .columns .col-item .card .group.bottom {
  bottom: 0; }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-2 .columns .col-item .card .group, .page-sales .cwc-plus-section.section-3 .columns .col-item .card .group {
    bottom: 0 !important;
    top: auto !important; } }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card .float, .page-sales .cwc-plus-section.section-3 .columns .col-item .card .float {
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card .float img, .page-sales .cwc-plus-section.section-3 .columns .col-item .card .float img {
  width: 100%; }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card .float.top, .page-sales .cwc-plus-section.section-3 .columns .col-item .card .float.top {
  top: 0; }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card .float.center, .page-sales .cwc-plus-section.section-3 .columns .col-item .card .float.center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.page-sales .cwc-plus-section.section-2 .columns .col-item .card .float.bottom, .page-sales .cwc-plus-section.section-3 .columns .col-item .card .float.bottom {
  bottom: 0; }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-2 .columns .col-item .card .float, .page-sales .cwc-plus-section.section-3 .columns .col-item .card .float {
    bottom: auto !important;
    top: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; } }
.page-sales .cwc-plus-section.section-4 .video-big-section .col-col-item {
  padding-top: 2rem; }
.page-sales .cwc-plus-section.section-4 .video-big-section .col-col-item:first-child .page-title {
  width: 79%; }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-4 .video-big-section .col-col-item:first-child .page-title {
    width: 100%; } }
.page-sales .cwc-plus-section.section-4 .video-big-section .content {
  font-size: 18px;
  width: 80%; }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-4 .video-big-section .content {
    width: 100%; } }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-4 .video-big-section img {
    display: block;
    margin: auto;
    width: 100%; } }
.page-sales .cwc-plus-section.section-5 .support-group {
  padding: 5rem 0; }
.page-sales .cwc-plus-section.section-5 .support-group .heading .content {
  font-size: 18px; }
.page-sales .cwc-plus-section.section-5 .support-group .list .card {
  padding: 0;
  border-radius: 20px; }
.page-sales .cwc-plus-section.section-5 .support-group .list .card .featured-img {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-5 .support-group .list .card .featured-img {
    min-height: auto;
    padding: 2rem 0; } }
.page-sales .cwc-plus-section.section-5 .support-group .list .card .featured-img img {
  width: 400px; }
.page-sales .cwc-plus-section.section-5 .support-group .list .card .cont {
  padding: 1rem 2rem;
  padding-bottom: 10px; }
.page-sales .cwc-plus-section.section-5 .support-group .list .card .cont .title {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: initial;
  min-height: 60px;
  max-width: 350px; }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-5 .support-group .list .card .cont .title {
    max-width: 100%; } }
.page-sales .cwc-plus-section.section-5 .support-group .list .card .cont .content {
  font-size: 16px;
  min-height: 90px; }
.page-sales .cwc-plus-section.section-6 {
  position: relative;
  background-color: #fff;
  overflow: hidden; }
.page-sales .cwc-plus-section.section-6:before {
  content: '';
  position: absolute;
  background-color: #F6F4EF;
  border-radius: 24%;
  width: 109%;
  height: 1000px;
  top: -73%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-6:before {
    display: none; } }
.page-sales .cwc-plus-section.section-6 .top {
  position: relative; }
.page-sales .cwc-plus-section.section-6 .top .float {
  position: absolute;
  left: 0;
  width: 200px; }
.page-sales .cwc-plus-section.section-6 .top .float img {
  width: 100%; }
@media (max-width: 992px) {
  .page-sales .cwc-plus-section.section-6 .top .float img {
    display: none; } }
.page-sales .cwc-plus-section.section-6 .top .page-title span {
  font-weight: bold;
  margin-left: -10px; }
.page-sales .cwc-plus-section.section-6 .top .content {
  font-size: 16px; }
.page-sales .cwc-plus-section.section-6 .list .card {
  position: relative;
  background-color: #EAECF0;
  border-radius: 20px;
  padding: 0;
  min-height: 500px;
  overflow: hidden; }
.page-sales .cwc-plus-section.section-6 .list .card:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff05), color-stop(75%, #F6F4EF));
  background: -webkit-linear-gradient(#ffffff05, #F6F4EF 75%);
  background: -o-linear-gradient(#ffffff05, #F6F4EF 75%);
  background: linear-gradient(#ffffff05, #F6F4EF 75%); }
.page-sales .cwc-plus-section.section-6 .list .card .badge {
  position: absolute;
  z-index: 1;
  background: #101828;
  color: #fff;
  border-radius: 8px;
  margin: 16px;
  padding: 8px 16px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700; }
.page-sales .cwc-plus-section.section-6 .list .card .featured-img {
  position: absolute;
  top: 0;
  width: 100%; }
.page-sales .cwc-plus-section.section-6 .list .card .featured-img img {
  width: 100%; }
.page-sales .cwc-plus-section.section-6 .list .card .cont {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 1rem;
  text-align: center; }
.page-sales .cwc-plus-section.section-6 .list .card .cont .title {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: initial; }
.page-sales .cwc-plus-section.section-6 .list .card .cont .content {
  font-size: 16px;
  min-height: 90px; }
.page-sales.comparison {
  font-family: "Geist" !important; }
.page-sales.comparison .banner-section {
  background: #F6F4EF;
  padding-bottom: 22rem; }
@media (max-width: 500px) {
  .page-sales.comparison .banner-section {
    padding-bottom: 11rem; } }
.page-sales.comparison .banner-section h1 {
  font-size: 60px;
  max-width: 100%; }
@media (max-width: 1024px) {
  .page-sales.comparison .banner-section h1 {
    font-size: 40px; } }
@media (max-width: 1024px) {
  .page-sales.comparison .banner-section .description {
    max-width: 100%; } }
.page-sales.comparison .comparison-table-section {
  margin-top: -16rem;
  position: relative; }
@media (max-width: 500px) {
  .page-sales.comparison .comparison-table-section {
    margin-top: -9rem; } }
.page-sales.comparison .comparison-table-section .table-container {
  max-width: 1000px;
  border: 2px solid #D0D5DD;
  border-radius: 20px;
  position: relative;
  overflow: hidden; }
.page-sales.comparison .comparison-table-section .table-container table {
  margin-bottom: 0 !important;
  font-size: 18px; }
@media (max-width: 500px) {
  .page-sales.comparison .comparison-table-section .table-container table {
    table-layout: fixed; }
  .page-sales.comparison .comparison-table-section .table-container table td, .page-sales.comparison .comparison-table-section .table-container table th {
    overflow-wrap: break-word;
    font-size: 10px; } }
.page-sales.comparison .comparison-table-section .table-container table thead {
  background-color: #f8f8f8;
  color: #475467; }
.page-sales.comparison .comparison-table-section .table-container table thead tr th {
  padding: 17px 34px; }
@media (max-width: 500px) {
  .page-sales.comparison .comparison-table-section .table-container table thead tr th {
    padding: 10px; } }
.page-sales.comparison .comparison-table-section .table-container table thead tr th:nth-child(2) {
  background-color: #1570EF;
  color: #fff;
  min-width: 310px; }
.page-sales.comparison .comparison-table-section .table-container table thead tr th:nth-child(3) {
  min-width: 200px; }
.page-sales.comparison .comparison-table-section .table-container table tbody tr td {
  background: #f8f8f8;
  padding: 22px 34px;
  color: #101828; }
@media (max-width: 500px) {
  .page-sales.comparison .comparison-table-section .table-container table tbody tr td {
    padding: 10px; } }
.page-sales.comparison .comparison-table-section .table-container table tbody tr td:nth-child(2) {
  background: #D1E9FF;
  border-bottom: 1px solid #D0D5DD; }
.page-sales.comparison .comparison-table-section .table-container table tbody tr td:nth-child(3) {
  color: #667085; }
.page-sales.comparison .comparison-table-section .table-container table tbody tr:last-child td:nth-child(2) {
  border-bottom: 0 !important; }
.page-sales.comparison .testimonial-section.single {
  background-color: #fff; }
@media (max-width: 992px) {
  .page-sales.comparison .testimonial-section.single .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.page-sales.comparison .testimonial-section.single .avatar {
  max-width: 350px;
  margin-right: 5rem; }
@media (max-width: 992px) {
  .page-sales.comparison .testimonial-section.single .avatar {
    margin: auto;
    margin-bottom: 2rem; } }
@media (max-width: 500px) {
  .page-sales.comparison .testimonial-section.single .avatar {
    max-width: 100%; } }
@media (max-width: 992px) {
  .page-sales.comparison .testimonial-section.single .stars {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.page-sales.comparison .testimonial-section.single .content {
  font-size: 24px;
  font-weight: 500;
  margin: 2rem 0; }
@media (max-width: 500px) {
  .page-sales.comparison .testimonial-section.single .content {
    font-size: 18px; } }
@media (max-width: 992px) {
  .page-sales.comparison .testimonial-section.single .content {
    text-align: center; } }
.page-sales.comparison .testimonial-section.single .author {
  font-weight: 600;
  font-size: 18px; }
@media (max-width: 992px) {
  .page-sales.comparison .testimonial-section.single .author {
    text-align: center; } }
.page-sales.comparison .testimonial-section.single .desc {
  font-size: 16px;
  color: #475467;
  font-weight: 400; }
@media (max-width: 992px) {
  .page-sales.comparison .testimonial-section.single .desc {
    text-align: center; } }
.page-sales.comparison .sections {
  background: #F6F4EF; }
.page-sales.comparison .sections .heading.main {
  padding-bottom: 3rem; }
.page-sales.comparison .sections .heading.main .content {
  max-width: 60%;
  margin: auto; }
@media (max-width: 1024px) {
  .page-sales.comparison .sections .heading.main .content {
    max-width: 100%; } }
.page-sales.comparison .sections .section-list .col-col-item .featured {
  width: 80%; }
@media (max-width: 992px) {
  .page-sales.comparison .sections .section-list .col-col-item .featured {
    max-width: 50%;
    width: 50%;
    margin-left: 0 !important;
    margin-bottom: 2rem; } }
@media (max-width: 500px) {
  .page-sales.comparison .sections .section-list .col-col-item .featured {
    max-width: 100%;
    width: 100%; } }
.page-sales.comparison .sections .section-list .col-col-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
@media (max-width: 992px) {
  .page-sales.comparison .sections .section-list .col-col-item:nth-child(2n) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; } }
.page-sales.comparison .sections .section-list .col-col-item:nth-child(2n) .featured {
  margin-left: 0 !important; }
@media (max-width: 992px) {
  .page-sales.comparison .sections .section-list .col-col-item:nth-child(2n) .featured {
    margin-left: 0 !important; } }
@media (max-width: 992px) {
  .page-sales.comparison .sections .section-list .col-col-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; } }
@media (max-width: 1024px) {
  .page-sales.comparison .cta-section .heading {
    max-width: 70%; } }
@media (max-width: 500px) {
  .page-sales.comparison .cta-section .heading {
    max-width: 100%; } }
.page-sales.comparison .reviews .heading {
  margin-bottom: 4rem; }

.sticky-header {
  top: 4.6rem;
  background: #fff;
  z-index: 5;
  border-bottom: 1px solid #eee;
  position: fixed;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
@media (max-width: 992px) {
  .sticky-header {
    display: none; } }
.sticky-header .max-width {
  max-width: 1300px !important; }
.sticky-header.show {
  opacity: 1;
  visibility: visible; }
.sticky-header b {
  font-size: 16px; }
.sticky-header ul li {
  margin-left: 2rem; }
.sticky-header ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #98A2B3;
  padding: 1rem 0;
  padding-bottom: 18px;
  border-bottom: 4px solid #fff;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
.sticky-header ul li a img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  margin-right: 5px;
  width: 15px;
  opacity: .7; }
.sticky-header ul li a.active, .sticky-header ul li a:hover {
  color: #1570EF;
  border-color: #1570EF; }
.sticky-header ul li a.active img, .sticky-header ul li a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.page-template-page-sales2 header {
  background-color: transparent; }
.page-template-page-sales2 header.scrolled {
  background-color: #fff; }

.page-template .content-section .content {
  color: #475467;
  font-size: 18px; }
.page-template .content-section .content h1 {
  margin-bottom: 2rem;
  color: #101828; }
.page-template .content-section .content h2 {
  margin-bottom: 2rem;
  color: #101828; }
.page-template .content-section .content h3 {
  margin-bottom: 2rem;
  color: #101828; }
.page-template .content-section .content h4 {
  margin-bottom: 2rem;
  color: #101828; }
.page-template .content-section .content h5 {
  margin-bottom: 2rem;
  color: #101828; }
.page-template .content-section .content h6 {
  margin-bottom: 2rem;
  color: #101828; }

@media (max-width: 992px) {
  body {
    font-size: 18px; }
  .padding {
    padding: 100px 0; }
  .button-default {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 10px 2rem; }
  .card {
    margin-bottom: 2rem; }
  .categories-section .categories ul {
    max-width: 100%; }
  .categories-section .categories ul li {
    margin-bottom: 1rem; }
  .categories-section .categories ul li a {
    font-size: 1rem; }
  .heading {
    max-width: 100%; }
  .intro-section .heading {
    max-width: 90%; }
  .intro-section .heading h1 {
    font-size: 2.8rem;
    line-height: normal; }
  .intro-section .heading .content {
    max-width: 80%;
    font-size: 1rem; }
  .intro-section.left-aligned h1 {
    max-width: 100%; }
  .intro-section.left-aligned .content {
    max-width: 100%; }
  .intro-section.left-aligned .heading {
    max-width: 90%; }
  header {
    padding: 1rem 0; }
  header .max-width {
    width: 90%; }
  .mobile-nav .max-width {
    width: 95%; }
  .checkout_link_menu {
    margin-bottom: 2rem;
    display: block; }
  footer .cta-section {
    text-align: center; }
  footer .cta-section .button-groups {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  footer .footer-logo {
    margin-top: 2rem; }
  footer .content {
    width: 100%;
    margin-bottom: 2rem; }
  footer .footer-nav {
    margin-bottom: 2rem; }
  .banner-section .inside h1 {
    max-width: 100%; }
  .banner-section .inside .description {
    max-width: 100%;
    margin: 2rem 0; }
  .banner-section .hero-parallax {
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%); }
  .companies-section .checklist {
    margin-top: 5rem; }
  .companies-section .checklist .group {
    margin-bottom: 1rem; }
  .features-section .column-image {
    display: none; }
  .features-section .feature-item {
    padding-top: 0; }
  .features-section .feature-item:first-child {
    padding-top: 1rem; }
  .testimonial-section .testimonial-container {
    max-width: 100%; }
  .testimonial-section .testimonial-container .quote-icon {
    top: -5%; }
  .testimonial-section .testimonial-container .avatar {
    margin-bottom: 2rem; }
  .testimonial-section .testimonial-container .testimonial-details .name {
    text-align: center; }
  .story-section .card {
    margin-bottom: 0; }
  .story-section .card .card-image {
    min-height: 250px;
    max-height: 250px;
    height: 250px; }
  .blog-section .card {
    margin-bottom: 0; }
  .blog-section .card .card-image {
    min-height: 250px;
    max-height: 250px;
    height: 250px; }
  .subscribe-section {
    text-align: center; }
  .subscribe-section .heading {
    max-width: 100%; }
  .subscribe-section .subscribe-container .form {
    margin-top: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .subscribe-section .subscribe-container .form input[type=submit] {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .footer-subscribe-section .subscribe-container .form input[type=submit] {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .page-about .about-content-section .content img {
    margin-top: 2rem;
    max-width: 100%; }
  .page-about .about-content-section .content ol li:before {
    top: 4px; }
  .page-about .about-content-section .content ul li:before {
    top: 4px; }
  .page-testimonial .intro-section {
    min-height: 50vh; }
  .page-testimonial .intro-section .hero-parallax {
    display: none; }
  .page-testimonial .intro-section .hero-parallax img {
    max-width: 130px; }
  .page-blogs .intro-section .search-form {
    max-width: 80%; }
  .page-blogs .blog-section.main-blog-section .card .card-image {
    min-height: 400px; }
  .page-blogs.single .social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 3rem; } }
@media (max-width: 992px) and (max-width: 500px) {
  .page-blogs.single .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem; } }

@media (max-width: 992px) {
  .page-blogs.single .social ul {
    margin-top: -4px; } }
@media (max-width: 992px) and (max-width: 500px) {
  .page-blogs.single .social ul {
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media (max-width: 992px) {
  .page-blogs.single .social ul li .copy-link {
    font-size: 1rem; }
  .page-blogs.single .social .addtoany_shortcode .a2a_svg {
    width: 40px;
    height: 40px; }
  .page-blogs.single .social .addtoany_shortcode .a2a_svg svg {
    max-width: 27px; }
  .page-blogs.single .single-container .featured-img {
    min-height: 300px;
    background-position: center; }
  .page-blogs.single .single-container .content-wrapper {
    margin-top: 1rem; }
  .page-sales .video-section .videodiv {
    max-width: 90%;
    margin: auto; }
  .page-sales .video-section .videodiv iframe {
    max-width: 100%; }
  .page-sales .pricing-section .pricing-container .col-12 {
    margin-bottom: 2rem; }
  .page-sales .pricing-section .pricing-container .card .button-default {
    max-width: 95%; }
  .page-sales .course-library-section .content ol li:before {
    top: 4px; }
  .page-sales .course-library-section .content ul li:before {
    top: 4px; }
  .page-sales .faq-section #accordion {
    max-width: 100% !important; }
  .page-sales .bonus-section .bonus-items {
    max-width: 100%; } }

@media only screen and (min-width: 320px) {
  .faq-section #accordion {
    max-width: 80% !important; }
  .faq-section #accordion .card .card-header a.collapsed {
    padding-right: 30px; } }

@media only screen and (min-width: 480px) {
  .faq-section #accordion {
    max-width: 80% !important; }
  .faq-section #accordion .card .card-header a.collapsed {
    padding-right: 30px; } }

@media only screen and (min-width: 768px) {
  .faq-section #accordion {
    max-width: 80% !important; }
  .faq-section #accordion .card .card-header a.collapsed {
    padding-right: 30px; } }

@media (max-width: 1700px) {
  .max-width {
    width: 80%; } }

@media (max-width: 1500px) {
  .max-width {
    width: 85%; } }

@media (max-width: 992px) {
  .max-width {
    width: 90%; } }

@media (max-width: 500px) {
  .padding {
    padding: 80px 0; }
  .button-default {
    max-width: 100%; }
  .button-default.btn-gray-outline {
    background-color: #fff; }
  .categories-section .categories ul li {
    text-align: center; }
  .button-groups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .button-groups .button-default {
    margin: 0;
    margin-bottom: 1rem; }
  .intro-section .heading h1 {
    font-size: 2rem; }
  .intro-section .heading .content {
    max-width: 100%; }
  .mobile-nav {
    padding: 1rem 1.5rem; }
  .mobile-nav .max-width {
    width: 100%; }
  .mobile-nav .button-groups a {
    margin-right: 0; }
  .mobile-nav .button-groups a:first-child {
    margin-bottom: 1rem; }
  .image-mobile-menu {
    width: 100%; }
  .image-mobile-menu li:first-child {
    padding-top: 1rem !important; }
  .image-mobile-menu li a img {
    width: 100%; }
  footer .cta-section {
    padding-bottom: 2rem; }
  footer .cta-section .button-default {
    border: 0 !important; }
  footer .footer-content {
    padding: 2rem 0; }
  footer .footer-nav {
    margin-bottom: 3rem; }
  footer .copyright {
    font-size: 14px; }
  .banner-section .inside h1 {
    font-size: 2.1rem;
    max-width: 100%; }
  .banner-section .inside .description {
    margin: 2rem 0; }
  .banner-section .hero-parallax {
    padding: 0;
    z-index: -1;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%); }
  .banner-section .hero-parallax .hero-item:nth-child(2) {
    margin-top: 2rem; }
  .banner-section .hero-parallax .hero-item:nth-child(6) {
    margin-top: 2rem; }
  .banner-section .hero-parallax .hero-item:nth-child(3) {
    margin-top: 4rem; }
  .banner-section .hero-parallax .hero-item:nth-child(5) {
    margin-top: 4rem; }
  .banner-section .hero-parallax .hero-item:nth-child(4) {
    margin-top: 6rem; }
  .banner-section .hero-parallax .hero-item .hero-column .hero-img {
    margin-bottom: 5px; }
  .features-section .feature-item {
    padding: 1rem 0;
    margin-bottom: 0; }
  .features-section .feature-item .column-content {
    padding: 0; }
  .testimonial-section .testimonial-container {
    padding: 2rem 0; }
  .testimonial-section .testimonial-container .logo {
    max-width: 50%; }
  .testimonial-section .testimonial-container .testimonial-details .position {
    font-size: 1rem; }
  .cta-section .button-default:not(.btn-gray) {
    border: 1px solid #fff; }
  .story-section .card img {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    display: none !important; }
  .blog-section .card img {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    display: none !important; }
  .subscribe-section .subscribe-container .form input[type=submit] {
    width: 100%; }
  .footer-subscribe-section .subscribe-container .form input[type=submit] {
    width: 100%; }
  .page-about .about-content-section .content ol li:before {
    left: -10%; }
  .page-about .about-content-section .content ul li:before {
    left: -10%; }
  .page-about .counter-section .group {
    margin-bottom: 2rem; }
  .page-about .counter-section .group b {
    font-size: 3rem; }
  .page-about .team-section .team-wrapper .group {
    margin-bottom: 3rem; }
  .page-courses .courses-section.focus-program-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .page-courses .courses-section.focus-program-section .card .card-image {
    height: 180px;
    margin-bottom: 1rem; }
  .grid .grid-item {
    width: calc(100%/1) !important; }
  .grid .grid-sizer {
    width: calc(100%/1) !important; }
  .grid img {
    -webkit-filter: brightness(0.9) contrast(0.9);
    filter: brightness(0.9) contrast(0.9); }
  .page-blogs .intro-section .search-form {
    max-width: 90%; }
  .page-blogs .blog-section.main-blog-section .card .card-image {
    min-height: 300px; }
  .page-search article .date {
    font-size: 1rem; }
  .page-search article .author {
    font-size: 1rem; }
  .page-search article p {
    font-size: 1rem; }
  .search-float {
    min-width: auto;
    width: 90%; }
  .search-float.open {
    -webkit-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%); }
  .search-float.scrolled {
    -webkit-transform: translateX(-50%) translateY(150%);
    -ms-transform: translateX(-50%) translateY(150%);
    transform: translateX(-50%) translateY(150%); }
  header.scrolled > .search-float.open {
    -webkit-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%); }
  .sub_page .search-float.open {
    -webkit-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%); }
  .top-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .top-header .page-sub-title {
    margin-bottom: 1rem; }
  .top-header .form-search {
    width: 100%; }
  .page-blogs.single .intro-section .heading {
    max-width: 100%; }
  .page-blogs.single .single-container .social {
    margin-top: 2rem; }
  .page-blogs.single .single-container .content-wrapper .newsletter-container {
    margin-top: 2rem; }
  .page-sales {
    padding-top: 3.8rem; }
  .page-sales .banner-section {
    padding-top: 2rem; }
  .page-sales .video-section .videodiv {
    padding-top: 3rem; }
  .page-sales .video-section .bg-pattern {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .page-sales .course-library-section .content ol {
    padding-left: 3rem; }
  .page-sales .course-library-section .content ol li:before {
    left: -10%; }
  .page-sales .course-library-section .content ul {
    padding-left: 3rem; }
  .page-sales .course-library-section .content ul li:before {
    left: -10%; }
  .page-sales .courses-section.focus-program-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .page-sales .courses-section.focus-program-section .card .card-image {
    height: 180px;
    margin-bottom: 1rem; }
  .page-sales .counter-section .group {
    margin-bottom: 2rem; }
  .page-sales .counter-section .group b {
    font-size: 3rem; } }

@media screen and (max-width: 1220px) {
  header .button-groups * {
    display: none; }
  header .menu-icon {
    display: block !important; }
  .d-none * {
    display: none; }
  .menu-icon * {
    display: block !important;
    width: 100%; }
  .d-lg-none {
    display: block !important; } }

@media (min-height: 1000px) {
  .intro-section .heading h1 {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 1rem; }
  .intro-section.left-aligned .content {
    max-width: 100%; }
  .intro-section.left-aligned .heading {
    max-width: 1500px; }
  .banner-section .swiper-slider {
    height: 900px; }
  .page-testimonial .intro-section {
    min-height: 768px; } }

@media (max-width: 1650px) {
  .intro-section.left-aligned h1 {
    max-width: 100%; }
  .intro-section.left-aligned .content {
    max-width: 100%; }
  .page-testimonial .intro-section .hero-parallax img {
    max-width: 150px; } }

@media (max-width: 1220px) {
  header .header-right navbar {
    display: none !important; }
  .banner-section .inside h1 {
    max-width: 80%; } }

@media (min-width: 2000px) {
  .features-section .column-image {
    -webkit-transform: translateX(35%) scale(1.4);
    -ms-transform: translateX(35%) scale(1.4);
    transform: translateX(35%) scale(1.4); } }

@media (max-width: 1440px) {
  .subscribe-section .subscribe-container .form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .subscribe-section .subscribe-container .form input:not([type=submit]) {
    margin-bottom: 1rem;
    width: 100%; }
  .subscribe-section .subscribe-container .form input[type=submit] {
    margin: 0; }
  .subscribe-section .subscribe-container .form .footer-optin-email {
    width: 100%; }
  .subscribe-section .subscribe-container .form .footer-optin-button {
    width: 100%; }
  .footer-subscribe-section .subscribe-container .form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-subscribe-section .subscribe-container .form input[type=submit] {
    margin: 0; }
  .footer-subscribe-section .subscribe-container .form .footer-optin-email {
    width: 100%; }
  .footer-subscribe-section .subscribe-container .form .footer-optin-button {
    width: 100%; }
  .page-testimonial .intro-section .hero-parallax img {
    max-width: 130px; } }

@media (max-width: 991px) {
  .grid .grid-item {
    width: calc(100%/2); }
  .grid .grid-sizer {
    width: calc(100%/2); } }

@media only screen and (min-width: 992px) and (max-width: 1220px) {
  header .button-groups {
    font-size: 10px; }
  header .button-groups .button-default {
    font-size: 10px; } }

.page-template-page-testimonials .grid .grid-item .item {
  background-color: #F3F4F6; }

.wp-block-embed iframe {
  height: 350px; }
@media (max-width: 1440px) {
  .wp-block-embed iframe {
    height: 320px; } }
@media (max-width: 1024px) {
  .wp-block-embed iframe {
    height: 230px; } }
@media (max-width: 992px) {
  .wp-block-embed iframe {
    height: 350px; } }
@media (max-width: 500px) {
  .wp-block-embed iframe {
    height: 200px; } }
@media (max-width: 375px) {
  .wp-block-embed iframe {
    height: 185px; } }

.page-template-page-homev3 {
  background-color: #F6F4EF !important; }
.page-template-page-homev3 header {
  background-color: #F6F4EF; }
.page-template-page-homev3 .content {
  color: #344054; }
.page-template-page-homev3 .home-3 {
  font-family: "Geist" !important;
  font-size: 18px; }
.page-template-page-homev3 .heading {
  max-width: 100%; }
.page-template-page-homev3 .button-default.w-arrow img {
  max-width: 100%;
  width: 15px;
  margin-left: 10px; }
.page-template-page-homev3 .button-default.w-arrow.btn-white img {
  -webkit-filter: brightness(0) !important;
  filter: brightness(0) !important; }
.page-template-page-homev3 .banner-section .inside h1 {
  line-height: 1.1em;
  font-size: 55px; }
@media (max-width: 1450px) {
  .page-template-page-homev3 .banner-section .inside h1 {
    font-size: 50px; } }
@media (max-width: 1030px) {
  .page-template-page-homev3 .banner-section .inside h1 {
    font-size: 45px; } }
@media (max-width: 992px) {
  .page-template-page-homev3 .banner-section .inside h1 {
    font-size: 40px; } }
@media (max-width: 500px) {
  .page-template-page-homev3 .banner-section .inside h1 {
    font-size: 35px; } }
.page-template-page-homev3 .banner-section .inside .badge {
  background-color: #EFF8FF;
  font-size: 14px;
  font-weight: 500;
  color: #175CD3;
  border-radius: 50px;
  padding: 10px 15px;
  margin-bottom: 1rem; }
@media (max-width: 992px) {
  .page-template-page-homev3 .banner-section .inside .badge {
    white-space: break-spaces;
    text-align: left;
    line-height: 1.5em; } }
.page-template-page-homev3 .banner-section .inside .senja-embed {
  padding: 1rem 0; }
.page-template-page-homev3 .banner-section .inside .button-default.btn-white {
  border: 1px solid #D0D5DD; }
.page-template-page-homev3 .banner-section .inside .button-default.btn-white img {
  -webkit-filter: none;
  filter: none;
  max-width: 100%;
  margin-right: 6px; }
.page-template-page-homev3 .companies-section h4 {
  font-size: 16px;
  color: #667085; }
.page-template-page-homev3 .video-big-section {
  background-size: cover;
  padding: 5%; }
.page-template-page-homev3 .video-big-section .video-container {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  border-radius: 15px;
  border: 6px solid #84CAFF;
  -webkit-box-shadow: 1px 1px 20px #84caff;
  box-shadow: 1px 1px 20px #84caff; }
.page-template-page-homev3 .video-big-section .video-container:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(93deg, #00000080, #00000000);
  background: -o-linear-gradient(93deg, #00000080, #00000000);
  background: linear-gradient(357deg, #00000080, #00000000); }
.page-template-page-homev3 .video-big-section .video-container .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
.page-template-page-homev3 .video-big-section .video-container .play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05); }
.page-template-page-homev3 .video-big-section .video-container .inside {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 3rem; }
@media (max-width: 500px) {
  .page-template-page-homev3 .video-big-section .video-container .inside {
    padding: 1rem; } }
.page-template-page-homev3 .video-big-section .video-container .inside h2 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem; }
@media (max-width: 992px) {
  .page-template-page-homev3 .video-big-section .video-container .inside h2 {
    font-size: 30px; } }
@media (max-width: 500px) {
  .page-template-page-homev3 .video-big-section .video-container .inside h2 {
    font-size: 25px; } }
.page-template-page-homev3 .video-big-section .video-container .inside a {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none; }
.page-template-page-homev3 .video-big-section .video-container .inside a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-right: 5px; }
.page-template-page-homev3 .cwc-plus-section .heading .content {
  font-size: 18px;
  color: #344054; }
.page-template-page-homev3 .cwc-plus-section .columns {
  margin-top: 3rem; }
.page-template-page-homev3 .cwc-plus-section .columns .col-item {
  margin-bottom: 2rem; }
@media (max-width: 992px) {
  .page-template-page-homev3 .cwc-plus-section .columns .col-item {
    margin-bottom: 0; } }
.page-template-page-homev3 .cwc-plus-section .columns .col-item.content-half .card .group .content {
  width: 80%; }
.page-template-page-homev3 .cwc-plus-section .columns .col-item .card {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  padding: 0;
  background: transparent;
  border: 1px solid #D0D5DD;
  border-radius: 20px; }
@media (max-width: 500px) {
  .page-template-page-homev3 .cwc-plus-section .columns .col-item .card {
    min-height: 300px; } }
.page-template-page-homev3 .cwc-plus-section .columns .col-item .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
.page-template-page-homev3 .cwc-plus-section .columns .col-item .card.top:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#ffffff00));
  background: -webkit-linear-gradient(#fff 30%, #ffffff00);
  background: -o-linear-gradient(#fff 30%, #ffffff00);
  background: linear-gradient(#fff 30%, #ffffff00); }
@media (max-width: 992px) {
  .page-template-page-homev3 .cwc-plus-section .columns .col-item .card.top:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff05), color-stop(75%, #ffffff));
    background: -webkit-linear-gradient(#ffffff05, #ffffff 75%);
    background: -o-linear-gradient(#ffffff05, #ffffff 75%);
    background: linear-gradient(#ffffff05, #ffffff 75%);
    bottom: 0;
    top: auto; } }
@media (max-width: 500px) {
  .page-template-page-homev3 .cwc-plus-section .columns .col-item .card.top:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff05), color-stop(58%, #ffffff));
    background: -webkit-linear-gradient(#ffffff05, #ffffff 58%);
    background: -o-linear-gradient(#ffffff05, #ffffff 58%);
    background: linear-gradient(#ffffff05, #ffffff 58%); } }
.page-template-page-homev3 .cwc-plus-section .columns .col-item .card.bottom:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff05), color-stop(75%, #ffffff));
  background: -webkit-linear-gradient(#ffffff05, #ffffff 75%);
  background: -o-linear-gradient(#ffffff05, #ffffff 75%);
  background: linear-gradient(#ffffff05, #ffffff 75%);
  bottom: 0;
  top: auto; }
@media (max-width: 500px) {
  .page-template-page-homev3 .cwc-plus-section .columns .col-item .card.bottom:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff05), color-stop(58%, #ffffff));
    background: -webkit-linear-gradient(#ffffff05, #ffffff 58%);
    background: -o-linear-gradient(#ffffff05, #ffffff 58%);
    background: linear-gradient(#ffffff05, #ffffff 58%); } }
.page-template-page-homev3 .cwc-plus-section .columns .col-item .card .float {
  width: 90%;
  display: block;
  margin: auto;
  margin-right: 0; }
.page-template-page-homev3 .cwc-plus-section .columns .col-item .card .group {
  z-index: 1;
  padding: 24px; }
.page-template-page-homev3 .cwc-plus-section .columns .col-item .card .group .title {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: initial; }
.page-template-page-homev3 .cwc-plus-section .columns .col-item .card .group .content {
  font-size: 16px;
  width: 100% !important; }
.page-template-page-homev3 .cwc-plus-section .columns .col-item .card .group.top {
  top: 0; }
.page-template-page-homev3 .cwc-plus-section .columns .col-item .card .group.bottom {
  bottom: 0; }
@media (max-width: 992px) {
  .page-template-page-homev3 .cwc-plus-section .columns .col-item .card .group {
    bottom: 0 !important;
    top: auto !important; } }
.page-template-page-homev3 .cwc-plus-section .columns .col-item .card .float {
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }
.page-template-page-homev3 .cwc-plus-section .columns .col-item .card .float img {
  width: 100%; }
.page-template-page-homev3 .cwc-plus-section .columns .col-item .card .float.top {
  top: 0; }
.page-template-page-homev3 .cwc-plus-section .columns .col-item .card .float.center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.page-template-page-homev3 .cwc-plus-section .columns .col-item .card .float.bottom {
  bottom: 0; }
@media (max-width: 992px) {
  .page-template-page-homev3 .cwc-plus-section .columns .col-item .card .float {
    bottom: auto !important;
    top: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; } }
.page-template-page-homev3 .testimonial-section .testimonial-container .logo {
  max-width: 10%; }
@media (max-width: 500px) {
  .page-template-page-homev3 .testimonial-section .testimonial-container .logo {
    max-width: 20%; } }
.page-template-page-homev3 .testimonial-section .testimonial-container .content {
  font-size: 28px;
  font-weight: 500;
  color: #000; }
@media (max-width: 500px) {
  .page-template-page-homev3 .testimonial-section .testimonial-container .content {
    font-size: 25px; } }
.page-template-page-homev3 .testimonial-section .testimonial-container .testimonial-details .name {
  font-weight: 600;
  text-align: left; }
.page-template-page-homev3 .testimonial-section .testimonial-container .testimonial-details .position {
  color: #344054; }
.page-template-page-homev3 .testimonial-section.testimonial-3 .testimonial-container {
  max-width: 90%; }
@media (max-width: 992px) {
  .page-template-page-homev3 .testimonial-section.testimonial-3 .testimonial-container {
    max-width: 100%; } }
.page-template-page-homev3 .features-section .heading .content {
  font-size: 18px; }
.page-template-page-homev3 .features-section .feature-item img {
  max-width: 70%; }
@media (max-width: 500px) {
  .page-template-page-homev3 .features-section .feature-item img {
    height: auto; } }
.page-template-page-homev3 .features-section .feature-item .column-content .page-sub-title {
  font-size: 24px;
  font-weight: 700; }
.page-template-page-homev3 .features-section .feature-item .column-content .content {
  font-size: 16px;
  color: #101828; }
.page-template-page-homev3 .features-section.features-2 .heading {
  text-align: center; }
.page-template-page-homev3 .features-section.features-2 .feature-item .column-content .page-sub-title {
  font-size: 18px;
  font-weight: 600; }
.page-template-page-homev3 .support-section .content {
  margin-bottom: 30px; }
.page-template-page-homev3 .support-section .content .avatar {
  position: relative; }
.page-template-page-homev3 .support-section .content .avatar span, .page-template-page-homev3 .support-section .content .avatar b {
  position: absolute;
  font-family: "Gochi Hand";
  color: #1570EF;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-weight: 400; }
@media (max-width: 992px) {
  .page-template-page-homev3 .support-section .content .avatar span, .page-template-page-homev3 .support-section .content .avatar b {
    display: none; } }
.page-template-page-homev3 .support-section .content .avatar img {
  width: 30px;
  height: 30px; }
@media (max-width: 992px) {
  .page-template-page-homev3 .support-section .content .avatar img {
    width: 26px;
    height: 26px; } }
.page-template-page-homev3 .support-section .content .avatar-1 span, .page-template-page-homev3 .support-section .content .avatar-1 b {
  top: -17px;
  right: -2px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg); }
@media (max-width: 500px) {
  .page-template-page-homev3 .support-section .content .avatar-1 span, .page-template-page-homev3 .support-section .content .avatar-1 b {
    top: -15px; } }
.page-template-page-homev3 .support-section .content .avatar-2 span, .page-template-page-homev3 .support-section .content .avatar-2 b {
  bottom: -22px;
  right: -12px; }
.page-template-page-homev3 .story-section .page-title {
  margin-bottom: 8px !important; }
.page-template-page-homev3 .story-section .testimonial-carousel {
  position: relative;
  overflow: hidden;
  max-width: 1610px;
  margin: auto;
  margin-right: 0;
  width: 93%; }
@media (min-width: 2000px) {
  .page-template-page-homev3 .story-section .testimonial-carousel {
    max-width: 1940px; } }
@media (min-width: 1700px) {
  .page-template-page-homev3 .story-section .testimonial-carousel {
    width: 85%; } }
@media (max-width: 992px) {
  .page-template-page-homev3 .story-section .testimonial-carousel {
    width: 96%; } }
.page-template-page-homev3 .story-section .carousel-triggers .arrow {
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
.page-template-page-homev3 .story-section .carousel-triggers .arrow.opacity {
  opacity: .4; }
.page-template-page-homev3 .story-section .card {
  margin: 0 10px;
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  width: 350px; }
.page-template-page-homev3 .story-section .card:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(93deg, #000000f5 18%, #00000000);
  background: -o-linear-gradient(93deg, #000000f5 18%, #00000000);
  background: linear-gradient(357deg, #000000f5 18%, #00000000);
  z-index: 1; }
.page-template-page-homev3 .story-section .card .card-image {
  min-height: 450px;
  max-height: 450px;
  border-radius: 24px; }
.page-template-page-homev3 .story-section .card .card-content {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  background: -webkit-linear-gradient(93deg, #000000 70%, #00000000);
  background: -o-linear-gradient(93deg, #000000 70%, #00000000);
  background: linear-gradient(357deg, #000000 70%, #00000000);
  z-index: 1; }
.page-template-page-homev3 .story-section .card .card-content img {
  max-width: none;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) !important;
  -ms-transform: translateY(-50%) scale(1) !important;
  transform: translateY(-50%) scale(1) !important;
  width: 40px; }
.page-template-page-homev3 .story-section .card .page-smaller-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  width: 90%; }
@media (max-width: 922px) {
  .page-template-page-homev3 .story-section .default-link {
    text-align: left !important;
    width: 100%; } }
.page-template-page-homev3 .cta-section .heading {
  max-width: 70%; }
@media (max-width: 922px) {
  .page-template-page-homev3 .cta-section .heading {
    max-width: 100%; } }

.width-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

#swiper_slider {
  position: absolute;
  top: 0;
  right: -8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media (max-width: 992px) {
  #swiper_slider {
    display: none !important; } }

/* Container for marquee */
.marquee-container {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Marquee animation wrapper */ }
.marquee-container .marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marqueeAnim 660s linear infinite;
  animation: marqueeAnim 660s linear infinite;
  /* Duplicate images inside marquee */ }
.marquee-container .marquee img {
  width: 200px;
  height: auto;
  margin-right: 20px;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.marquee-container.vertical {
  width: auto;
  overflow: unset; }
.marquee-container.vertical .marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.marquee-container.vertical .marquee img {
  margin-bottom: 1rem; }
.marquee-container.vertical.vertical-1 .marquee {
  -webkit-animation: marqueeVertical 700s linear infinite;
  animation: marqueeVertical 700s linear infinite; }
.marquee-container.vertical.vertical-2 .marquee {
  -webkit-animation: marqueeVertical 400s linear infinite;
  animation: marqueeVertical 400s linear infinite; }
@media (max-width: 1500px) {
  .marquee-container.vertical.vertical-2 .marquee {
    left: 55%; } }
@media (max-width: 1400px) {
  .marquee-container.vertical.vertical-2 .marquee {
    left: auto;
    right: 3%; } }
@media (max-width: 1250px) {
  .marquee-container.vertical.vertical-2 .marquee {
    right: -1%; } }

/* Keyframes for marquee scrolling from right to left */
@-webkit-keyframes marqueeAnim {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-100% / 2));
    transform: translateX(calc(-100% / 2)); } }
@keyframes marqueeAnim {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-100% / 2));
    transform: translateX(calc(-100% / 2)); } }

@-webkit-keyframes marqueeVertical {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateY(calc(-100% / 2));
    transform: translateY(calc(-100% / 2)); } }

@keyframes marqueeVertical {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateY(calc(-100% / 2));
    transform: translateY(calc(-100% / 2)); } }
