/* =====================================================
  variables
======================================================*/
/* ------------------- social colors ------------------------- */
/* ----------------- Sizes -------------------- */
/* -------------------- fonts ----------------------------*/
/* ****************************************************************
MIXINS
********************************************************************/
/* ****************************************************************
ANIMATIONS
********************************************************************/
/* ****************************************************************
BOX SIZING
********************************************************************/
.theme_bg1 {
  background: #D3DEDC;
}
.theme_bg2 {
  background: #efe9e7;
}
.theme_bg3 {
  background: #F0EBE3;
}
.theme_bg4 {
  background: #c4d8d9;
}
.theme_color1 {
  color: #b6c8c5;
}
.theme_color2 {
  color: #708f8e;
}
.theme_color3 {
  color: #d3c5ab;
}
.theme_color4 {
  color: #a2c2c3;
}
.theme_color5 {
  color: #708e8f;
}
.bg_grad1 {
  background-color: #000000;
  background-image: linear-gradient(90deg, #000000 0%, #333333 45%, #333333 55%, #000000 100%);
}
.text_grad1 {
  background-color: #5c5c5c;
  background-image: linear-gradient(90deg, #5c5c5c 0%, #ffffff 50%, #5c5c5c 100%);
}
.theme_grad1 {
  background-color: #d57eeb;
  background-image: linear-gradient(135deg, #43cbff 10%, #9708cc 100%);
}
.theme_grad2 {
  background-color: #3e85ee;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #3e85ee 1.1%, #e389f0 43.7%, #f3c17c 89.7%);
}
.theme_grad3 {
  background-color: #e2d1c3;
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}
.fade10 {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.fade20 {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.fade30 {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.fade40 {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.fade50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fade60 {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.fade70 {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.fade80 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.fade90 {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.gap10 {
  gap: 10px;
}
.gap20 {
  gap: 20px;
}
.gap30 {
  gap: 30px;
}
.gap40 {
  gap: 40px;
}
.gap50 {
  gap: 50px;
}
.gap60 {
  gap: 60px;
}
.gap70 {
  gap: 70px;
}
.gap80 {
  gap: 80px;
}
.gap90 {
  gap: 90px;
}
html {
  font-size: 16px;
}
body {
  max-width: 100%;
  background: #ffffff;
}
body .container-fluid {
  max-width: 100%;
  margin: 0 auto;
}
blockquote .has-quotes {
  text-indent: -9px;
}
@media (min-width: 2001px) {
  body .container-fluid {
    max-width: 1920px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (max-width: 1023px) {
  html {
    font-size: 15px;
  }
}
/*************************************************************
HEADER
**************************************************************/
.logo {
  height: 59px;
}
.logo a {
  height: 50.46%;
}
.home header.site-header.dark {
  background-color: transparent;
  position: absolute;
  width: 100%;
}
/*************************************************************
NAV
**************************************************************/
.main-navigation .navbar-mainbar .navbar-nav > li {
  padding-left: 30px;
}
.main-navigation .navbar-mainbar .navbar-nav > li.search a i {
  font-size: 1rem;
}
.main-navigation .navbar-mainbar .navbar-nav > li > a {
  height: 59px;
  font-size: 0.9rem;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled.hover .mega-menu-wrapper {
  top: 59px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper {
  top: calc(59px + 11px);
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .sub-menu:before {
  content: none;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.hover > .sub-menu {
  top: 59px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children > .sub-menu {
  top: calc(59px + 11px);
}
@media (max-width: 767px) {
  .main-navigation .navbar-mainbar .navbar-collapse {
    top: 49px;
  }
  .main-navigation .navbar-mainbar .navbar-brand {
    height: 49px;
  }
  .main-navigation .navbar-mainbar .navbar-brand .logo {
    line-height: 49px;
    height: 49px;
  }
  .main-navigation .navbar-mainbar .navbar-brand .logo img {
    max-height: 58%;
  }
  .main-navigation .navbar-mainbar .navbar-toggle {
    height: 49px;
  }
  .main-navigation .navbar-mainbar .navbar-toggle .icon-bar {
    top: calc((49px / 2) - 6px);
  }
  .main-navigation .navbar-mainbar .navbar-toggle .icon-bar.second {
    top: calc((49px / 2));
  }
  .main-navigation .navbar-mainbar .navbar-toggle .icon-bar.third {
    top: calc((49px / 2) + 6px);
  }
  .main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar {
    width: 18px;
    left: 16px;
  }
  .main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar.first,
  .main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar.third {
    top: calc((49px / 2));
  }
  .main-navigation .navbar-mainbar .navbar-header .search {
    line-height: 49px;
    height: 49px;
  }
}
@media (max-width: 1023px) {
  .main-navigation .navbar-mainbar .navbar-nav > li {
    padding-left: 0;
  }
  .main-navigation .navbar-mainbar .navbar-nav > li.search {
    margin-left: 15px;
  }
}
/*************************************************************
Breadcrumbs
**************************************************************/
.page-header-breadcrumbs {
  background-color: transparent;
}
@media (max-width: 767px) {
  .page-template-default.page .page-header-breadcrumbs {
    display: none !important;
  }
}
.home .slider-outer-wrapper + .fullscreen {
  padding-top: 56px;
}
.home .slider-outer-wrapper + .fullscreen .charm-svg {
  width: 22px;
  height: 22px;
}
.home .main-slider,
.home .charm-shortcode-slider {
  -o-box-shadow: 0 0 0 6px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 0 6px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 6px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0 6px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 6px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #ffffff;
}
.home .main-slider:hover .owl-dots,
.home .charm-shortcode-slider:hover .owl-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home .main-slider > .item,
.home .charm-shortcode-slider > .item {
  display: none;
}
.home .main-slider > .item:first-child,
.home .charm-shortcode-slider > .item:first-child {
  display: block;
}
.home .main-slider .owl-stage,
.home .charm-shortcode-slider .owl-stage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
}
.home .main-slider img,
.home .charm-shortcode-slider img {
  width: 100%;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.home .main-slider .owl-dots,
.home .charm-shortcode-slider .owl-dots {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.home .charm-shortcode-slider .slide {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.home .charm-shortcode-slider .slide > p {
  display: none;
}
@media (max-width: 767px) {
  .home .main-slider,
  .home .charm-shortcode-slider {
    -o-box-shadow: 0 0 0 4px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 0 4px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 4px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0 4px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 4px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .home .main-slider img,
  .home .charm-shortcode-slider img {
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .home .main-slider .owl-dots,
  .home .charm-shortcode-slider .owl-dots {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .home .charm-shortcode-slider .slide {
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
}
/*************************************************************
Forms
**************************************************************/
/*************************************************************
OTHER
**************************************************************/
.back-to-top {
  z-index: 10101;
}
#primary.content-area {
  clear: both;
  overflow: hidden;
}
#primary.content-area.back-white {
  background-color: #ffffff;
}
.vjs-theme-fantasy video:focus-visible {
  outline: none;
}
.vjs-theme-fantasy .vjs-control-bar {
  display: none;
}
.vjs-theme-fantasy .vjs-big-play-button {
  color: rgba(62, 133, 238, 0.7);
  font-size: 54px;
}
.vjs-theme-fantasy .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f144";
  font-family: 'FontAwesome';
}
.vjs-theme-fantasy:hover .vjs-big-play-button {
  color: #3e85ee;
}
/*************************************************************
FOOTER
**************************************************************/
#footer-static {
  background: #111111;
  padding: 20px 0;
  clear: both;
}
#footer-static .developed-by {
  position: absolute;
  right: 12px;
  top: 0;
}
#footer-static .developed-by img {
  max-width: 130px;
  height: auto;
}
#footer-static p {
  color: #ffffff;
  font-size: 17px;
  position: relative;
  top: 20px;
}
#footer-static p i {
  margin: 0 5px 0 0;
}
#footer-static p i:before {
  margin: 0;
}
#footer-static .header-social-links {
  padding-top: 0;
  margin: 0 0 10px 0px;
}
#footer-static .header-social-links li {
  padding: 0 11px;
  position: relative;
}
#footer-static .header-social-links li:last-child {
  padding-right: 0;
}
#footer-static .header-social-links li a {
  background: transparent;
  color: #3e85ee;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  padding: 0;
}
#footer-static .header-social-links li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.copyright {
  padding: 20px 0;
  background-color: #333333;
  position: relative;
}
.copyright p {
  color: #999999;
  font-size: 0.85rem;
}
@media (max-width: 767px) {
  #footer-static p {
    top: 0;
  }
}
/*************************************************************
SINGLE POST
**************************************************************/
/*************************************************************
SEARCH
**************************************************************/
/*************************************************************
SHORTCODES
**************************************************************/
.multi-rows .stripe .images-box .curve-before {
  bottom: auto;
  top: 0;
  left: 0;
  z-index: 1;
}
.multi-rows .stripe .images-box .curve-before:after {
  border-width: 0;
}
.charm-vc-block-popup {
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  background-color: #dedede;
  position: fixed;
  top: 20px;
  left: 20px;
  bottom: 0;
  right: 20px;
  height: calc(100vh - 20px);
  z-index: 1010101;
  display: none;
}
.charm-vc-block-popup .charm-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  display: block;
  position: absolute;
  top: -100px;
  z-index: 0;
  left: -20px;
  right: -20px;
}
.charm-vc-block-popup header {
  -o-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  background-color: #ffffff;
  padding: 15px 40px 20px;
  position: relative;
  z-index: 10;
}
.charm-vc-block-popup header h2 {
  color: #111111;
}
.charm-vc-block-popup header h4 {
  line-height: 1.5;
  color: #777777;
}
.charm-vc-block-popup header h4 span {
  color: #111111;
}
.charm-vc-block-popup header .charm-svg {
  opacity: 0.75;
  filter: alpha(opacity=75);
  width: 25px;
  height: 25px;
  fill: #333333;
  color: #333333;
}
.charm-vc-block-popup main {
  background-color: #ffffff;
  position: relative;
  overflow-y: auto;
}
.charm-vc-block-popup main .inner {
  background-color: rgba(238, 182, 104, 0.13);
  padding: 60px 40px;
  min-height: 100%;
}
.charm-vc-block-popup main .charm-shortcode-slider .owl-nav [class*='owl-'] {
  background-color: #ffffff;
}
.charm-vc-block-popup main .charm-shortcode-slider .owl-nav [class*='owl-']:hover {
  background-color: #3e85ee;
}
.charm-vc-block-popup main .charm-shortcode-slider .owl-nav [class*='owl-'].owl-prev {
  left: -55px;
}
.charm-vc-block-popup main .charm-shortcode-slider .owl-nav [class*='owl-'].owl-next {
  right: -55px;
}
.charm-vc-block-popup main img {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -o-box-shadow: 0 0 0 6px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 0 6px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 6px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0 6px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 6px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1300px) {
  .charm-vc-block-popup main .slider-wrapper {
    margin-bottom: 42px;
  }
  .charm-vc-block-popup main .charm-shortcode-slider .owl-nav [class*='owl-'].owl-next {
    right: 15px;
  }
  .charm-vc-block-popup main .charm-shortcode-slider .owl-nav [class*='owl-'].owl-prev {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .charm-vc-block-popup header {
    gap: 0 11px;
    padding: 15px 15px 20px 20px;
  }
  .charm-vc-block-popup header h2 {
    line-height: 1.3;
    margin-bottom: 4px !important;
  }
  .charm-vc-block-popup main .inner {
    padding: 30px 5px;
    overflow-x: hidden;
  }
  .charm-vc-block-popup main img {
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -o-box-shadow: 0 0 0 4px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 0 4px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 4px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0 4px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 4px #ffffff, 0 0 35px 10px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 550px) {
  .charm-vc-block-popup {
    left: 0;
    right: 0;
  }
  .charm-vc-block-popup main .charm-shortcode-slider .owl-nav [class*='owl-'] {
    background-color: transparent;
  }
}
/*================================================
Homepage
================================================== */
.curve-before,
.curve-after {
  width: 70px;
  height: 70px;
  position: absolute;
  right: -10px;
  top: 100%;
}
.curve-before:after,
.curve-after:after {
  -ms-border-radius: 0 80px 0 0;
  -o-border-radius: 0 80px 0 0;
  -webkit-border-radius: 0 80px 0 0;
  -moz-border-radius: 0 80px 0 0;
  border-radius: 0 80px 0 0;
  background-color: #ffffff;
  border: 10px solid #f4f4f4;
  border-width: 10px 10px 0 0;
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  left: 0;
  top: 0;
}
.curve-before {
  left: -10px;
  right: auto;
  top: auto;
  bottom: 100%;
}
.curve-before.flipped {
  bottom: auto;
  top: -10px;
}
.curve-before.flipped:after {
  -ms-border-radius: 80px 0 0 0;
  -o-border-radius: 80px 0 0 0;
  -webkit-border-radius: 80px 0 0 0;
  -moz-border-radius: 80px 0 0 0;
  border-radius: 80px 0 0 0;
  border-width: 10px 0 0 10px;
}
.curve-before:after {
  -ms-border-radius: 0 0 0 80px;
  -o-border-radius: 0 0 0 80px;
  -webkit-border-radius: 0 0 0 80px;
  -moz-border-radius: 0 0 0 80px;
  border-radius: 0 0 0 80px;
  border-width: 0 0 10px 10px;
}
.curve-after.top {
  top: -10px;
}
.home-banner {
  padding-left: 84px;
  padding-top: 84px;
  -ms-border-radius: 0 0 0 70px;
  -o-border-radius: 0 0 0 70px;
  -webkit-border-radius: 0 0 0 70px;
  -moz-border-radius: 0 0 0 70px;
  border-radius: 0 0 0 70px;
  background-color: #f4f4f4;
  border: 10px solid #f4f4f4;
  min-height: 500px;
  position: relative;
  margin-left: 15px;
  border-width: 0 0 10px 10px;
}
.home-banner .curve-after {
  background-color: #f4f4f4;
}
.home-banner .banner-curve-before {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 100%;
  top: 0;
}
.home-banner .banner-curve-before:after {
  -ms-border-radius: 0 25px 0 0;
  -o-border-radius: 0 25px 0 0;
  -webkit-border-radius: 0 25px 0 0;
  -moz-border-radius: 0 25px 0 0;
  border-radius: 0 25px 0 0;
  background-color: #ffffff;
  border: 10px solid #f4f4f4;
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: -10px;
  top: -10px;
  border-width: 10px 10px 0 0;
}
.home-banner h1 span.third {
  text-align: right;
}
.home-banner h3.with-border,
.home-banner h2.with-border {
  -o-box-shadow: 0 3px #f4f4f4, 0 4px rgba(62, 133, 238, 0.5), 0 -3px #f4f4f4 inset, 0 -4px rgba(227, 137, 240, 0.6) inset;
  -ms-box-shadow: 0 3px #f4f4f4, 0 4px rgba(62, 133, 238, 0.5), 0 -3px #f4f4f4 inset, 0 -4px rgba(227, 137, 240, 0.6) inset;
  -moz-box-shadow: 0 3px #f4f4f4, 0 4px rgba(62, 133, 238, 0.5), 0 -3px #f4f4f4 inset, 0 -4px rgba(227, 137, 240, 0.6) inset;
  -webkit-box-shadow: 0 3px #f4f4f4, 0 4px rgba(62, 133, 238, 0.5), 0 -3px #f4f4f4 inset, 0 -4px rgba(227, 137, 240, 0.6) inset;
  box-shadow: 0 3px #f4f4f4, 0 4px rgba(62, 133, 238, 0.5), 0 -3px #f4f4f4 inset, 0 -4px rgba(227, 137, 240, 0.6) inset;
  border-bottom: 1px solid #f3c17c;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-right: -200px;
}
.home-banner .subtitle {
  padding: 0 6px;
  letter-spacing: 0;
}
.home-banner img {
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
  -o-box-shadow: 0 0 0 8px #ffffff, 0 0 50px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 0 8px #ffffff, 0 0 50px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 8px #ffffff, 0 0 50px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 8px #ffffff, 0 0 50px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 8px #ffffff, 0 0 50px 10px rgba(0, 0, 0, 0.2);
  filter: grayscale(0.2);
}
.home-banner p {
  font-size: 1.05rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
.home-banner-v2,
.home-features {
  position: relative;
}
.home-banner-v2:before,
.home-features:before {
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-color: transparent;
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/home/banner/banner-back.webp");
  content: '';
  top: 0;
  left: -25%;
  width: 125%;
  height: 100%;
  position: absolute;
}
.text-grad.underline {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-direction: column;
  line-height: 1.4;
  text-decoration: none !important;
}
.text-grad.underline > span[class*="theme_grad"] {
  height: 2px;
  width: 100%;
  display: inline-block;
}
.how-it-looks {
  position: relative;
}
.how-it-looks:before {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-image: url("../images/home/how-it-looks-back.webp");
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.how-it-looks .main-slider .owl-nav [class*='owl-'] {
  background-color: #ffffff;
}
.three-steps {
  border-top: 0 solid #f4f4f4;
}
.three-steps .charm-video {
  margin-bottom: 0;
}
.three-steps .charm-video .open-popup .button {
  margin-right: 0;
}
.three-steps .row {
  margin: 0;
  padding: 0 20px;
}
.three-steps .row .charm-images {
  width: 22px;
  height: 22px;
}
.three-steps .row > div {
  padding: 0 40px;
}
.three-steps .row > div .step .img-holder {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -o-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.three-steps .row > div .step .img-holder:before {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -o-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  background-color: #ffffff;
  content: '';
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  position: absolute;
}
.three-steps .row > div .step .img-holder img {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 1px;
  position: relative;
}
.three-steps .row > div .step .img-holder .sr {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 1.5rem;
  background-color: #111111;
  color: #ffffff;
  position: absolute;
  bottom: -15px;
  width: 30px;
  height: 30px;
  font-weight: 700;
  left: 50%;
}
.three-steps .row > div .step .inner {
  padding: 30px;
}
.three-steps .row > div .step .inner h3 {
  margin-top: 14px;
}
.home-features:before {
  opacity: 0.22;
  filter: alpha(opacity=22);
  background-image: url("../images/home/features/features-background.webp");
  left: 0;
  width: 100%;
}
.home-features .features-wrap .feature-group {
  max-width: calc(50% - 25px);
}
.home-features .features-wrap .feature-group:nth-child(even) {
  margin-top: 56px;
}
.home-features .features-wrap .feature {
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.13);
  border: 1px solid rgba(238, 182, 104, 0.7);
  background: #ffffff;
  padding: 50px 50px 80px;
  margin-bottom: 50px;
  position: relative;
}
.home-features .features-wrap .feature:after {
  content: '';
  -ms-border-radius: 20px 20px 25px 20px;
  -o-border-radius: 20px 20px 25px 20px;
  -webkit-border-radius: 20px 20px 25px 20px;
  -moz-border-radius: 20px 20px 25px 20px;
  border-radius: 20px 20px 25px 20px;
  background-color: rgba(238, 182, 104, 0.2);
  width: 100%;
  height: 100%;
  left: 15px;
  top: 15px;
  position: absolute;
  z-index: -1;
}
.home-features .features-wrap .feature h3 {
  color: #777777;
  line-height: 1.5;
}
.home-features .features-wrap .feature h3 span {
  color: #111111;
}
.home-features .features-wrap .feature .explore {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.home-anchors {
  position: relative;
}
.home-anchors.dark:not(.fixed),
.home-anchors.light:not(.fixed) {
  padding-bottom: 140px !important;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -o-box-shadow: 0 0 0 0 #333333;
  -ms-box-shadow: 0 0 0 0 #333333;
  -moz-box-shadow: 0 0 0 0 #333333;
  -webkit-box-shadow: 0 0 0 0 #333333;
  box-shadow: 0 0 0 0 #333333;
  background-color: #111111;
  margin: 80px 50px 10px;
  margin-left: 84px;
  margin-right: 84px;
  position: relative;
  overflow: hidden;
}
.home-anchors.dark:not(.fixed):before,
.home-anchors.light:not(.fixed):before {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: transparent;
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  filter: blur(5px);
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.home-anchors.dark:not(.fixed) h2 .text_4,
.home-anchors.light:not(.fixed) h2 .text_4,
.home-anchors.dark:not(.fixed) h2 .black,
.home-anchors.light:not(.fixed) h2 .black {
  color: #ffffff !important;
}
.home-anchors.dark:not(.fixed) .anchors a:hover > span,
.home-anchors.light:not(.fixed) .anchors a:hover > span {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(238, 182, 104, 0.7);
}
.home-anchors.dark:not(.fixed) .anchors a > strong,
.home-anchors.light:not(.fixed) .anchors a > strong {
  color: #ffffff;
}
.home-anchors.dark:not(.fixed) .anchors a > span,
.home-anchors.light:not(.fixed) .anchors a > span {
  border-color: rgba(255, 255, 255, 0.1);
}
.home-anchors.light:not(.fixed) {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0px !important;
  margin: 0;
  background-color: #ffffff;
}
.home-anchors.light:not(.fixed) h2 .text_4,
.home-anchors.light:not(.fixed) h2 .black {
  color: #000000 !important;
}
.home-anchors.light:not(.fixed) .anchors a:hover > span {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.7);
}
.home-anchors.light:not(.fixed) .anchors a > strong {
  color: #000000;
}
.home-anchors.light:not(.fixed) .anchors a > span {
  color: #999999;
  border-color: rgba(0, 0, 0, 0.1);
}
.home-anchors.fixed {
  background: #ffffff;
  position: fixed;
  z-index: 11;
  top: -150px;
  left: 0;
  width: 100%;
  padding: 0 30px !important;
  overflow: hidden;
  height: 59px !important;
}
.home-anchors.fixed .fixed-d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.home-anchors.fixed.dark {
  background-color: #555555;
}
.home-anchors.fixed.dark .anchors a {
  color: rgba(255, 255, 255, 0.5) !important;
  position: relative;
}
.home-anchors.fixed.dark .anchors a:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: '';
  border: 5px solid transparent;
  border-width: 0 5px 5px 5px;
  position: absolute;
  bottom: 0;
  left: 41px;
}
.home-anchors.fixed.dark .anchors a.active:after {
  border-bottom-color: transparent;
}
.home-anchors.fixed.dark .anchors a.active,
.home-anchors.fixed.dark .anchors a:hover {
  color: #ffffff !important;
}
.home-anchors.fixed.dark .anchors a.active > strong,
.home-anchors.fixed.dark .anchors a:hover > strong {
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #ffffff;
}
.home-anchors.fixed.dark .anchors a.active > span,
.home-anchors.fixed.dark .anchors a:hover > span {
  color: #ffffff;
}
.home-anchors.fixed.dark .anchors a > span {
  font-weight: 300;
}
.home-anchors.fixed.dark .anchors a > strong {
  opacity: 0.2;
  filter: alpha(opacity=20);
  color: #ffffff;
}
.home-anchors.fixed hgroup {
  -ms-border-radius: 0 0 100px 0;
  -o-border-radius: 0 0 100px 0;
  -webkit-border-radius: 0 0 100px 0;
  -moz-border-radius: 0 0 100px 0;
  border-radius: 0 0 100px 0;
  background: #ffffff;
  left: -30px;
  width: 290px;
  padding: 5px 15px 9px;
  text-align: left !important;
  position: relative;
}
.home-anchors.fixed hgroup h3 {
  line-height: 1;
  font-size: 1.1rem;
  letter-spacing: 0;
}
.home-anchors.fixed h2 {
  line-height: 1.2;
  margin: 0;
  font-size: 1.5rem;
  position: relative;
}
.home-anchors.fixed h2 span {
  letter-spacing: -0.06rem;
}
.home-anchors.fixed h2 span.accent {
  color: #111111 !important;
}
.home-anchors.fixed h2 span.black {
  background: transparent;
  -webkit-text-fill-color: #111111 !important;
}
.home-anchors.fixed h2 span.text_1,
.home-anchors.fixed h2 span.text_2,
.home-anchors.fixed h2 span.white {
  color: #444444 !important;
  font-weight: 700;
}
.home-anchors.fixed .anchors {
  padding-top: 0 !important;
  flex-wrap: nowrap;
  max-width: 80%;
  margin-left: 0;
  padding: 0;
  justify-content: center;
}
.home-anchors.fixed .anchors a {
  color: #aaaaaa !important;
  width: auto;
  padding-top: 0;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0;
}
.home-anchors.fixed .anchors a.active,
.home-anchors.fixed .anchors a:hover {
  color: #000000 !important;
}
.home-anchors.fixed .anchors a.active > strong,
.home-anchors.fixed .anchors a:hover > strong {
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #000000;
}
.home-anchors.fixed .anchors a.active > span,
.home-anchors.fixed .anchors a:hover > span {
  color: #111111;
}
.home-anchors.fixed .anchors a > span {
  font-weight: 500;
  padding: 0;
  border-width: 0;
}
.home-anchors.fixed .anchors a > strong {
  margin-right: 14px;
  line-height: 59px;
  font-weight: 700 !important;
}
.home-anchors .anchors {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  gap: 15px 30px;
  padding: 0 46px;
}
.home-anchors .anchors a {
  padding-top: 15px;
  width: calc(50% - 15px);
}
.home-anchors .anchors a:hover > span {
  color: #3e85ee;
  border-color: #3e85ee;
}
.home-anchors .anchors a > strong {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right: 28px;
  width: 30px;
  text-align: center;
  font-weight: 800 !important;
}
.home-anchors .anchors a > span {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: inherit;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
}
.home-sections {
  overflow: hidden;
  position: relative;
}
.home-sections .feature-section {
  padding-left: 84px;
  padding-top: 84px;
  padding-bottom: 28px;
  background: -webkit-linear-gradient(180deg, #f2f3e200 0%, #faf7f09c 50%, #faf8f4 100%);
  background: -moz-linear-gradient(180deg, #f2f3e200 0%, #faf7f09c 50%, #faf8f4 100%);
  background: -o-linear-gradient(180deg, #f2f3e200 0%, #faf7f09c 50%, #faf8f4 100%);
  background: linear-gradient(180deg, #f2f3e200 0%, #faf7f09c 50%, #faf8f4 100%);
  border-bottom: 1px solid rgba(238, 182, 104, 0.2);
  /*    position: absolute;
    left: 0;
    right: 0;
    top: 0;*/
}
.home-sections .feature-section .row {
  min-height: 85vh;
}
.home-sections .feature-section img,
.home-sections .feature-section .video-js,
.home-sections .feature-section iframe {
  -ms-border-radius: 12px 0 0 12px;
  -o-border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
  -o-box-shadow: 0 0 0 6px #ffffff, 0 0 0 7px rgba(0, 0, 0, 0.08), 0 0 25px 9px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 0 6px #ffffff, 0 0 0 7px rgba(0, 0, 0, 0.08), 0 0 25px 9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 6px #ffffff, 0 0 0 7px rgba(0, 0, 0, 0.08), 0 0 25px 9px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0 6px #ffffff, 0 0 0 7px rgba(0, 0, 0, 0.08), 0 0 25px 9px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 6px #ffffff, 0 0 0 7px rgba(0, 0, 0, 0.08), 0 0 25px 9px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: transparent;
  width: 100%;
}
.home-sections .feature-section .left p {
  max-width: 680px;
}
.home-sections .feature-section h2 {
  position: relative;
}
.home-sections .feature-section h2 span {
  opacity: 0.07000000000000001;
  filter: alpha(opacity=7);
  font-size: 9rem;
  top: 0rem;
  margin: 0;
  position: absolute;
  left: -6rem;
}
.home-callout {
  background-color: #faf8f4;
  border-top: 0 solid #dedede;
  padding: 0 60px 60px;
  position: relative;
  margin-top: -1px;
}
.home-callout.inner-pages-callout {
  background-color: transparent;
  padding: 60px 60px 20px;
}
.home-callout.inner-pages-callout .inner {
  -o-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.35);
}
.home-callout .features span {
  padding: 0 6px;
  font-weight: 600;
}
.home-callout .curve-before,
.home-callout .curve-after {
  background-color: #f4f4f4;
}
.home-callout .curve-before:after,
.home-callout .curve-after:after {
  border-color: #d3c5ab;
  background-color: #f0ebe3;
}
.home-callout .inner {
  -o-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.25);
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  border: 0 solid #333333;
}
.home-callout .inner:before {
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: transparent;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto;
  background-image: url("../images/patterns/papyrus-dark.webp");
}
.home-callout h2 {
  word-spacing: 4px;
  letter-spacing: -0.15rem;
}
.home-callout .buttons-wrap .button {
  width: 200px;
  text-decoration: none;
}
.home-callout .buttons-wrap .button.white {
  background-color: rgba(255, 255, 255, 0.7) !important;
  color: #111111 !important;
}
.home-connect {
  background-color: #faf8f4;
  padding: 0 45px 60px;
}
.home-connect section {
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #ffffff;
  -o-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.13);
  border: 1px solid #dedede;
  padding: 30px 50px;
  position: relative;
}
.home-connect section:after {
  content: '';
  -ms-border-radius: 20px 20px 35px 20px;
  -o-border-radius: 20px 20px 35px 20px;
  -webkit-border-radius: 20px 20px 35px 20px;
  -moz-border-radius: 20px 20px 35px 20px;
  border-radius: 20px 20px 35px 20px;
  background-color: rgba(238, 182, 104, 0.13);
  width: 100%;
  height: 100%;
  left: 15px;
  top: 15px;
  position: absolute;
  z-index: -1;
}
.home-connect section .content {
  min-height: 320px;
}
.home-connect section #social-share-wrapper {
  margin: 0 0 50px;
}
.home-connect section #social-share-wrapper .social-share-links {
  margin: 0;
}
.home-connect section #social-share-wrapper .social-share-links > li {
  margin: 0;
}
.home-connect section #social-share-wrapper .social-share-links > li > a {
  font-size: 2.25rem;
  background-color: transparent !important;
  color: #777777 !important;
  padding: 10px;
  width: auto;
  height: auto;
}
.home-connect section #social-share-wrapper .social-share-links > li > a:hover {
  background-color: transparent !important;
  color: #000000 !important;
}
.home-connect .form-control {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border-width: 0 0 1px;
  padding: 6px 0;
}
.home-connect .form-control:focus {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #444444;
}
#free-vs-premium table td,
#free-vs-premium table th {
  padding: 25px 25px 25px 0;
}
@media (max-width: 1450px) {
  .three-steps .row > div {
    padding: 0 20px;
  }
  .three-steps .row > div .step .inner {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .home-banner .button-wrap {
    min-width: 700px;
  }
}
@media (max-width: 1800px) and (min-width: 1199px) {
  .home-banner h1.big,
  .home-banner h1.mid {
    font-size: 4rem;
    line-height: 70px;
    letter-spacing: -0.2rem;
  }
  .home-banner .d-flex.bottom {
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .home-banner h1.big,
  .home-banner h1.mid {
    max-width: 617px;
  }
  .home-banner h2.with-border,
  .home-banner h3.with-border {
    max-width: 100%;
  }
  .home-anchors.fixed .anchors {
    gap: 15px;
  }
  .home-anchors.fixed .anchors a > strong {
    font-size: 2.25rem;
  }
  .home-anchors.fixed .anchors a > span {
    font-size: 0.75rem;
  }
  .home-anchors.dark:not(.fixed) {
    margin-top: 42px;
    margin-left: 42px;
    margin-right: 42px;
  }
  .home-sections .feature-section {
    padding-left: 0px;
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .home-sections .feature-section h2 span {
    font-size: 7.594rem;
  }
  .three-steps .row {
    padding: 0;
  }
  .three-steps .row > div {
    padding: 0 15px;
  }
  .three-steps .row > div .step .inner {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .home-banner {
    padding-left: 56px;
  }
  .home-anchors.fixed h2 {
    width: 260px;
  }
  .home-anchors.fixed .anchors {
    justify-content: center;
  }
  .home-anchors.fixed .anchors a > span {
    display: none;
  }
  .home-sections .feature-section {
    padding-top: 84px;
    padding-left: 84px;
  }
  .home-sections .feature-section .row {
    min-height: 100px;
  }
  .home-sections .feature-section h2 span {
    font-size: 8.594rem;
  }
  .button-wrap {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .curve-after:after {
    -ms-border-radius: 0 45px 0 0;
    -o-border-radius: 0 45px 0 0;
    -webkit-border-radius: 0 45px 0 0;
    -moz-border-radius: 0 45px 0 0;
    border-radius: 0 45px 0 0;
    border-width: 5px 5px 0 0;
    left: -5px;
  }
  .home-anchors.dark:not(.fixed) {
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-bottom: 56px !important;
    -o-box-shadow: 0 0 0 5px #444444;
    -ms-box-shadow: 0 0 0 5px #444444;
    -moz-box-shadow: 0 0 0 5px #444444;
    -webkit-box-shadow: 0 0 0 5px #444444;
    box-shadow: 0 0 0 5px #444444;
    margin: 30px 20px 10px;
  }
  .home-anchors.fixed {
    padding-right: 15px !important;
  }
  .home-anchors.fixed.dark .anchors a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .home-anchors.fixed.dark .anchors a:hover > strong {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .home-anchors.fixed.dark .anchors a.active > strong {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .home-anchors.fixed h2 {
    min-width: 137px;
    padding-bottom: 8px;
  }
  .home-anchors.fixed .anchors {
    gap: 0;
    padding: 0;
    margin-left: -14px;
    min-width: 163px;
    justify-content: center;
  }
  .home-anchors.fixed .anchors > a > strong {
    margin-right: 16px;
  }
  .home-anchors .anchors {
    gap: 0;
    padding: 30px;
  }
  .home-anchors .anchors a {
    width: 100%;
  }
  .home-banner-v2:before {
    opacity: 0.3;
    filter: alpha(opacity=30);
    background-position: -305px top;
    left: 0;
    width: 100%;
    position: absolute;
  }
  .home-banner-v2 .button-wrap {
    gap: 0 20px;
  }
  .home-banner-v2 .button-wrap .button {
    margin: 5px;
  }
  .home-banner {
    -ms-border-radius: 0 0 0 40px;
    -o-border-radius: 0 0 0 40px;
    -webkit-border-radius: 0 0 0 40px;
    -moz-border-radius: 0 0 0 40px;
    border-radius: 0 0 0 40px;
    padding-top: 48px;
    padding-bottom: 24px;
    padding-left: 24px;
    border-width: 0 0 5px 5px;
  }
  .home-banner .banner-curve-before:after {
    top: -5px;
    border-width: 5px 5px 0 0;
  }
  .home-banner .left {
    padding-right: 48px;
  }
  .home-banner img {
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    border-width: 5px;
  }
  .home-banner h1.big {
    width: 470px;
    max-width: 100%;
  }
  .home-banner h2.with-border,
  .home-banner h3.with-border {
    max-width: calc(100% + 35px);
    padding-right: 35px;
  }
  .home-banner p {
    line-height: 1.6;
  }
  .three-steps .row > div .step .inner {
    padding: 15px 0 25px;
  }
  .home-features .features-wrap {
    gap: 0;
  }
  .home-features .features-wrap .feature-group {
    max-width: 100%;
  }
  .home-features .features-wrap .feature-group:nth-child(even) {
    margin-top: 0;
  }
  .home-features .features-wrap .feature {
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 30px 30px 80px;
    margin-bottom: 30px;
  }
  .home-features .features-wrap .feature:after {
    -ms-border-radius: 15px 15px 20px 15px;
    -o-border-radius: 15px 15px 20px 15px;
    -webkit-border-radius: 15px 15px 20px 15px;
    -moz-border-radius: 15px 15px 20px 15px;
    border-radius: 15px 15px 20px 15px;
    left: 10px;
    top: 10px;
  }
  .home-sections .feature-section {
    padding-top: 72px;
    padding-left: 0px;
    padding-bottom: 24px;
  }
  .home-sections .feature-section h2 span {
    -webkit-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
    transform: translate(0, -70%);
    font-size: 5.594rem;
    margin-left: 0;
    top: 0;
    position: absolute;
    left: auto;
    display: block;
    left: 0;
    text-align: right;
  }
  .home-sections .feature-section img,
  .home-sections .feature-section .video-js {
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
  }
  .home-callout {
    padding: 15px 15px 20px;
  }
  .home-callout.inner-pages-callout {
    padding: 15px 0 7px;
  }
  .home-callout.inner-pages-callout .inner {
    -o-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.35);
  }
  .home-callout.inner-pages-callout .features {
    line-height: 1;
  }
  .home-callout.inner-pages-callout .features span {
    display: block;
  }
  .home-callout .inner {
    border-width: 5px;
  }
  .home-callout .buttons-wrap .button:last-child {
    margin-right: 0;
  }
  .home-connect {
    border-width: 0;
    padding: 15px 0;
  }
  .home-connect section {
    padding: 30px;
  }
  .home-connect section:after {
    left: 8px;
    top: 8px;
  }
  .home-connect section.social {
    margin-top: 15px;
  }
  .button-wrap {
    margin-bottom: 48px;
  }
  .button-wrap .button:last-child {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .how-it-looks .main-slider .owl-nav [class*='owl-'] {
    background-color: transparent;
  }
  .home-banner .subtitle {
    font-size: 1rem;
  }
  .three-steps .row {
    padding: 0;
  }
  .three-steps .row > div {
    padding: 0;
  }
  .home-anchors.fixed hgroup {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-right: 5px;
    width: 160px;
    padding: 5px 5px 5px 15px;
    height: 59px;
  }
  .home-anchors.fixed hgroup h3 {
    display: none;
  }
  .home-anchors.fixed hgroup h2 {
    padding-bottom: 0;
  }
}
@media (max-width: 450px) {
  .home-anchors.fixed h2 {
    font-size: 1.35rem;
  }
  .home-anchors.fixed .anchors > a > strong {
    margin-right: 5px;
  }
  .home-connect section #social-share-wrapper .social-share-links > li > a {
    font-size: 1.75rem;
    padding: 5px;
  }
  .home-connect section .content {
    min-height: 100px;
  }
  #free-vs-premium .table h3,
  #free-vs-premium .table .h3 {
    margin: 0;
  }
  #free-vs-premium .table th,
  #free-vs-premium .table td {
    padding: 15px 15px 15px 0;
  }
  #free-vs-premium .table th:last-child,
  #free-vs-premium .table td:last-child {
    padding-right: 0;
  }
}
@media (max-width: 360px) {
  .home-anchors.fixed h2 {
    min-width: 140px;
    font-size: 1.25rem;
  }
}
@media (max-width: 300px) {
  .home-anchors.fixed h2 {
    width: 160px;
  }
  .home-anchors.fixed .anchors {
    display: none;
  }
}
/*================================================
Docs Page
================================================== */
.page-template-tpl-docs .fixed-header-wrapper {
  display: none;
}
.page-template-tpl-docs ul.breadcrumbs li:hover a {
  color: #ffffff;
}
.page-template-tpl-docs .back-to-top {
  background-color: #222222;
  border-color: #333333;
  color: #ffffff;
}
.docs-page .doc-anchors {
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 1;
}
.docs-page .doc-anchors ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 5px 2px;
}
.docs-page .doc-anchors ul li {
  margin-bottom: 0;
  padding: 5px 0;
}
.docs-page .doc-anchors ul li a {
  color: #999999;
  display: block;
  padding-left: 10px;
  position: relative;
  font-weight: 400;
  font-size: 0.85rem;
}
.docs-page .doc-anchors ul li a:before {
  background-color: transparent;
  height: calc(100% - 12px);
  content: '';
  width: 1px;
  top: 6px;
  left: 0;
  position: absolute;
}
.docs-page .doc-anchors ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.docs-page .doc-anchors ul.top-level {
  background-color: #333333;
  padding: 25px;
  height: 100%;
  padding-top: 60px;
}
.docs-page .doc-anchors ul.top-level > li.active > .sublinks {
  display: block;
}
.docs-page .doc-anchors ul.top-level > li.active > a {
  color: #ffffff;
}
.docs-page .doc-anchors ul.top-level > li > a {
  color: #999999;
  padding: 2px 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.docs-page .doc-anchors ul.top-level > li > a:hover {
  color: #eeb668;
}
.docs-page .doc-anchors ul.top-level > li .sublinks {
  overflow: hidden;
  display: none;
}
.docs-page .doc-anchors ul.top-level > li .sublinks li {
  padding: 2px 0;
}
.docs-page .doc-anchors ul.top-level > li .sublinks a.active {
  color: #eeb668;
}
.docs-page .doc-anchors ul.top-level > li .sublinks a.active:before {
  background-color: #eeb668;
}
.docs-page .contents {
  flex: 1;
  position: relative;
}
.docs-page .contents > section {
  padding-top: 84px;
  padding-bottom: 42px;
  border-bottom: 1px solid #cccccc;
}
.docs-page .contents > section:last-child {
  border-width: 0;
}
.docs-page .contents > section small a {
  font-size: 0.85rem;
  color: #999999;
}
.docs-page .contents > section a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-decoration-color: rgba(62, 133, 238, 0.3);
}
.docs-page .contents > section .subsection {
  padding-top: 28px;
}
.docs-page .contents > section .subsection.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.docs-page .contents > section .wpb_content_element {
  margin-bottom: 28px;
}
.docs-page .contents > section .thumb-wrap {
  padding-top: 56px;
  margin-bottom: 28px;
  padding-left: 30px;
}
.docs-page .contents > section .thumb-wrap img {
  -ms-border-radius: 12px 0 0 12px;
  -o-border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
  -o-box-shadow: 0 0 0 6px #ffffff, -2px 2px 30px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 0 6px #ffffff, -2px 2px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 6px #ffffff, -2px 2px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 6px #ffffff, -2px 2px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 6px #ffffff, -2px 2px 30px 0 rgba(0, 0, 0, 0.2);
  max-width: 100%;
  position: relative;
  right: -8px;
}
.docs-page .contents > section p {
  color: #444444;
  line-height: 35px;
  font-size: 1.125rem;
  letter-spacing: -0.023rem;
  margin-bottom: 28px;
}
@media (max-width: 1023px) {
  .docs-page .contents > section .thumb-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .docs-page .doc-anchors {
    position: relative !important;
    left: 0 !important;
  }
  .docs-page .doc-anchors ul li a {
    font-size: 1rem;
  }
  .docs-page .anchors-toggler {
    -ms-border-radius: 0 0 0 10px;
    -o-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    -o-box-shadow: 0 0 100px 3px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 100px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 100px 3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 100px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 100px 3px rgba(0, 0, 0, 0.35);
    background-color: #ffffff;
    color: #111111;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 10px 15px;
    z-index: 3;
  }
  .docs-page button {
    border-width: 0;
    background-color: transparent;
  }
  .docs-page .doc-anchors-wrap {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .docs-page .doc-anchors-wrap .anchors-toggler-close {
    color: #eeb668;
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 15px;
  }
  .docs-page .contents > section {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .docs-page .contents > section .thumb-wrap {
    padding-bottom: 48px;
    padding-left: 0;
    padding-top: 0;
  }
  .docs-page .contents > section .thumb-wrap img {
    -o-box-shadow: 0 0 0 4px #ffffff, -11px 11px 25px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 0 4px #ffffff, -11px 11px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 4px #ffffff, -11px 11px 25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 4px #ffffff, -11px 11px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 4px #ffffff, -11px 11px 25px rgba(0, 0, 0, 0.2);
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
  }
  .docs-page .contents > section p {
    line-height: 30px;
  }
}
