/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.9.9
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */
:root {
    --primaryBlue: #0A23FB;
    --primaryOrange: #FF781A;
    --primarytextClr: #173C5E;
    --primaryPurple: #CCCDFE;
    
    --white: #fff;
    --black: #000000;
    
    --linkTransition: all 0.3s ease;
  }

/* base */
.fl-page a {
    -webkit-transition: var(--linkTransition);
    -moz-transition: var(--linkTransition);
    -ms-transition: var(--linkTransition);
    -o-transition: var(--linkTransition);
    transition: var(--linkTransition);
  }
  .fl-page a:hover,
  .fl-page a:focus {
    text-decoration: none;
  }
  .fl-button-has-icon a.fl-button .fl-button-icon {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .fl-button-has-icon a.fl-button:hover .fl-button-icon,
  .fl-button-has-icon a.fl-button:focus .fl-button-icon {
    -webkit-transform: translateX(4px);
      -moz-transform: translateX(4px);
      -ms-transform: translateX(4px);
      -o-transform: translateX(4px);
      transform: translateX(4px);
  }
  .fl-button-has-icon a.fl-button:hover .fl-button-icon.fl-button-icon-before,
  .fl-button-has-icon a.fl-button:focus .fl-button-icon.fl-button-icon-before {
    -webkit-transform: translateX(-4px);
      -moz-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
      -o-transform: translateX(-4px);
      transform: translateX(-4px);
  }
  .fl-module-icon-group .fl-icon-group,
  .fl-module-icon-group .fl-icon-group * {
    transition: var(--linkTransition);
  }
  .fl-builder-content .fl-rich-text strong {
      font-weight: 700 !important;
  }
  .fl-post-grid-post .fl-post-grid-image {
    height:300px;
    overflow:hidden;
  }
  .fl-post-grid-post .fl-post-grid-image img {
    height: 300px !important;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .fl-post-grid-post {
    display: flex;
    flex-direction: column;
  }
  .fl-post-grid-post .fl-post-grid-text {
    -ms-flex: 1 1 auto!important;
      flex: 1 1 auto!important;
      margin-bottom: 45px;
      position: relative;
  }
  .fl-post-grid-post .fl-post-grid-content .fl-post-grid-more {
    position: absolute;
    bottom: -15px;
    font-weight:bold;
  }
  .fl-post-grid-post .fl-post-grid-content .fl-post-grid-more i,
  .fl-module-content .fl-rich-text i {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .fl-post-grid-post .fl-post-grid-content .fl-post-grid-more:hover i,
  .fl-post-grid-post .fl-post-grid-content .fl-post-grid-more:focus i,
  .fl-module-content .fl-rich-text a:hover i,
  .fl-module-content .fl-rich-text a:focus i {
    -webkit-transform: translateX(4px);
      -moz-transform: translateX(4px);
      -ms-transform: translateX(4px);
      -o-transform: translateX(4px);
      transform: translateX(4px);
  }
  .fl-post-grid-post {
    position: relative;
    top: 0;
    transition: 0.3s;
    -webkit-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
    -moz-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
    -o-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
    box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
    will-change: opacity;
  }
  .fl-post-grid-post:hover {
    top: 5px;
    transition: 0.3s;
  }
  .fl-builder-pagination .page-numbers li .page-numbers {
    border:none;
    background: transparent;
    color: var(--primarytextClr);
  }
  .fl-builder-pagination .page-numbers li .page-numbers:hover,
  .fl-builder-pagination .page-numbers li .page-numbers:focus {
    background: transparent;
    color: var(--primaryBlue);
  }
  .fl-builder-pagination .page-numbers li .page-numbers.current {
    color: var(--primaryBlue);
  }

/* Header + Navigation */
.fl-page-header.fl-page-header-primary {
    box-shadow: 0px 40px 50px rgba(159, 171, 215, 0.28); /* set to fixed header */
  }
  @media (min-width: 1100px){/* full width header */
    .fl-full-width .fl-page-header-container.container {
      max-width: 98%;
    }
  }

.fl-page-nav-right .fl-page-header-wrap {
    border-bottom: none;
  }
  .fl-page-nav-right.fl-page-header-fixed, .fl-page-header-fixed {
    background-color: rgba(255,255,255,0.98);
  }
  .fl-page-header-wrap .fl-page-header-logo img {/* LOGO SIZE */
    width:235px;
  }
  .fl-page-nav-wrap .navbar-nav li>a {
    -webkit-transition: var(--linkTransition);
    -moz-transition: var(--linkTransition);
    -ms-transition: var(--linkTransition);
    -o-transition: var(--linkTransition);
    transition: var(--linkTransition);
  }
  .fl-page-nav-wrap .navbar-nav li>a:hover,
  .fl-page-nav-wrap .navbar-nav li>a:focus{
    -webkit-transition: var(--linkTransition);
    -moz-transition: var(--linkTransition);
    -ms-transition: var(--linkTransition);
    -o-transition: var(--linkTransition);
    transition: var(--linkTransition);
  }
  :not(.sub-menu) > .nav-item:last-child .nav-link {
    background: var(--primaryOrange) 0% 0% no-repeat;
    border: none;
    border-radius: 26px;
    text-align: center;
    padding: 15px 36px;
    color: var(--white) !important;
    line-height: 1;
    margin: 3px 0 0 10px;
    transition: var(--linkTransition);
    display: flex;
    align-items: center;
  }
  :not(.sub-menu) > .nav-item:last-child .nav-link:hover,
  :not(.sub-menu) > .nav-item:last-child .nav-link:focus,
  :not(.sub-menu) > .nav-item:last-child.fl-sub-menu-open .nav-link {
    background-color: var(--primaryBlue);
    border: none;
    color: var(--white);
  }
  
  .fl-page-nav-wrap .fl-page-nav ul.sub-menu {
    border-top:none;
    padding: 15px 5px;
    width:260px;
  }
  .fl-page-nav-wrap .fl-page-nav ul.sub-menu li a,
  .fl-page-nav-wrap .fl-page-nav ul.sub-menu li.current-menu-item a {
    font-size:16px;
    line-height:1;
    color: var(--primaryBlue);
    display: flex;
      align-items: center;
      transition: var(--linkTransition);
      -webkit-transition: transform 0.3s ease-out;
      -moz-transition: transform 0.3s ease-out;
      -ms-transition: transform 0.3s ease-out;
      -o-transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
  }
  .fl-page-nav-wrap .fl-page-nav ul.sub-menu li a:hover {
    color: var(--primaryOrange);
    -webkit-transform: translateX(4px);
      -moz-transform: translateX(4px);
      -ms-transform: translateX(4px);
      -o-transform: translateX(4px);
      transform: translateX(4px);
  }
  .fl-page-nav-wrap .fl-page-nav ul.sub-menu li.current-menu-item a {
    color: var(--primaryOrange);
  }
  .fl-page-nav .navbar-toggle .sr-only {
    display:none;
  }
  .fl-page-nav .navbar-toggle:focus {
    outline:none;
  }
  .fl-page-nav .navbar-toggle i,
  .fl-page-nav .navbar-toggle:before {
    transition: var(--linkTransition);
  }
  .fl-page-nav .fl-page-nav-collapse .fl-button-close {
    text-align: right !important;
  }
  .fl-page-nav .fl-page-nav-collapse .fl-button-close .fl-offcanvas-close {
    background: var(--primaryBlue);
    border-radius: 50%;
    margin:5px;
  }
  .fl-page-nav .fl-page-nav-collapse .fl-button-close .fl-offcanvas-close:hover,
  .fl-page-nav .fl-page-nav-collapse .fl-button-close .fl-offcanvas-close:focus {
    background: var(--primaryOrange);
  }
  .fl-page-nav .fl-page-nav-collapse .fl-button-close .fl-offcanvas-close i {
    color: var(--white) !important;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li,
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.sub-menu li {
    border:none;
  }
  
  @media (max-width: 1150px) and (min-width: 992px) {/* Fix for dropping Nav */
    .fl-page-header .fl-page-header-row {
      flex-direction: column;
    }
    .fl-page-header .fl-page-header-row .col-lg-8.fl-page-nav-col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
    }
    .fl-page-header .fl-page-header-row .col-lg-8.fl-page-nav-col .fl-page-nav-collapse {
      justify-content: center;
    }
    .fl-page-bar .fl-page-bar-container .text-center {
      text-align:center !important;
    }
  }
  
  @media (min-width: 992px) {
    .fl-full-width .fl-page-header-container.container {
      padding-top:16px;
      padding-bottom:16px;
    }
    .fl-page-nav-right .fl-page-header-wrap .col-lg-4 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .fl-page-nav-right .fl-page-header-wrap .col-lg-8 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
  }
  @media (max-width: 991px){
    :not(.sub-menu) > .nav-item:last-child .nav-link {
      margin:15px;
      justify-content: center;
      color:var(--white) !important;
    }
    .fl-page-header-wrap .fl-page-header-logo img {
      width: 135px;
    }
    .fl-full-width .fl-page-header-container.container {
      padding-top:10px;
      padding-bottom:10px;
    }
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
      padding-bottom: 10px;
    }
    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
      top: 12px;
    }
  }

/* footer */
.fl-page-footer {
    border-top:none;
}
footer.fl-page-footer-wrap .fl-builder-shortcode-mask {
  display: none;
}
  
/* BB Module with Custom class */
.fl-module.img-dropshadow img {
  -webkit-filter: drop-shadow( 0px 18px 36px rgba(0, 0, 0, 0.31));
  -moz-filter: drop-shadow( 0px 18px 36px rgba(0, 0, 0, 0.31));
  -o-filter: drop-shadow( 0px 18px 36px rgba(0, 0, 0, 0.31));
  filter: drop-shadow( 0px 18px 36px rgba(0, 0, 0, 0.31));
    will-change: opacity;
}
.fl-module.rounded-corner img {
  border-radius: 10px;
}
.div-dropshadow,
.fl-module.img-dropshadow .fl-video {
  -webkit-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  -moz-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  -o-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  will-change: opacity;
}
.blueTxt {
  color: var(--primaryBlue);
}
.list-icon-check .fl-rich-text ul,
.list-icon-check-light .fl-rich-text ul {
  list-style:none;
  margin:0;
  padding:0;
}
.list-icon-check .fl-rich-text ul li {
  background: url(/web/20250322044836im_/https://revoptics.io/wp-content/uploads/2019/01/checkmark-icon.svg) no-repeat left top;
  padding:0 0px 18px 34px;
}
.list-icon-check-light .fl-rich-text ul li {
  background: url(/web/20250322044836im_/https://revoptics.io/wp-content/uploads/2022/02/checkmark-light-icon.svg) no-repeat left top;
  padding:0 0px 18px 34px;
}
.list-style-circle-number .fl-rich-text ol {
  margin:0;
  padding:0;
  list-style: none;
  counter-reset: list-counter;
}
.list-style-circle-number .fl-rich-text ol li {
  counter-increment: list-counter;
  padding-bottom:30px;
  display: grid;
    align-items: center;
    grid-template-columns: 65px auto;
}
.list-style-circle-number .fl-rich-text ol li::before {
  content: counter(list-counter);
  background: var(--primaryPurple);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  font-size:22px;
  line-height: 1;
  font-weight:bold;
  color: var(--primaryBlue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.fl-rich-text .with-icon {
  display: grid;
  align-items: center;
  grid-template-columns: 65px auto;
}
.fl-rich-text .with-icon img {
  margin: 0 auto !important;
}
.tile-icon_left .fl-rich-text p {
  margin-bottom:0;
}
.tile-icon_left .fl-rich-text img {
  margin:0 24px 20px 0;
}


.tile-quote .fl-col-content .fl-col-group {
  margin-top:auto;
}
.tile-quote .quote-info .fl-rich-text p {
  margin-bottom:6px;
}
.tile-quote .quote-info .fl-rich-text p small {
  font-size:14px;
}
.fl-col.float-peep1,
.fl-col.float-peep2 {
  position: relative;
}
.fl-col.float-peep1 .fl-module.float-peep1-1 {
  position: absolute;
    top: 185px;
    right: -117px;
}
.fl-col.float-peep2 .fl-module.float-peep2-2 {
  position: absolute;
  top: -6px;
  right: -8px;
}
.fl-col.col-tile .fl-col-content {
  position: relative;
  top: 0;
  transition: 0.3s;
  border-radius: 10px;
  -webkit-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  -moz-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  -o-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  will-change: opacity;
}
.fl-col.col-tile .fl-col-content:hover {
  top: 5px;
  transition: 0.3s;
}
.fl-col.col-tile .fl-col-content img {
  border-radius: 10px;
  border-bottom-left-radius: 0!important;
  border-bottom-right-radius: 0!important;
}
.fl-module.mt-auto {
  margin-top:auto;
}

@media (max-width: 992px) {
  section.overflow-md-hidden {
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .xlg-float-L-50 .fl-module-content {
    margin-left: -50px;
  }
  .xlg-float-R-50 .fl-module-content {
    margin-right: -50px;
  }
}


/* section background */
@keyframes animatedBG {
  0% { background-position: center center; }
  100% {background-position: bottom left;}
}
@-moz-keyframes animatedBG {
  0% { background-position: center center; }
  100% {background-position: bottom left;}
}
@-webkit-keyframes animatedBG {
  0% { background-position: center center; }
  100% {background-position: bottom left;}
}
@-ms-keyframes animatedBG {
  0% { background-position: center center; }
  100% {background-position: bottom left;}
}
@-o-keyframes animatedBG {
  0% { background-position: center center; }
  100% {background-position: bottom left;}
}
#section--hero.bg-animate .fl-row-content-wrap {
  background-size: cover;
  background-position: left bottom;
}
@media (min-width: 992px) {
  #section--hero.bg-animate .fl-row-content-wrap {
    background-position: bottom left;
    -webkit-animation: animatedBG 16s 1 linear;
    -moz-animation:    animatedBG 16s 1 linear;
    -o-animation:      animatedBG 16s 1 linear;
    animation:         animatedBG 16s 1 linear;
    will-change: animation;
  } 
}
@media (min-width: 1800px) {
  #section--hero.bg-animate .fl-row-content-wrap {
    -webkit-animation: animatedBG 8s 1 linear;
    -moz-animation:    animatedBG 8s 1 linear;
    -o-animation:      animatedBG 8s 1 linear;
    animation:         animatedBG 8s 1 linear;
  }
}

section.bg-skew-lightblue {
  position: relative;
  /*overflow: hidden;*/
}
.fl-builder-edit section.bg-skew-lightblue {/* disable for BB */
  /*overflow: visible;*/
}
section.bg-skew-lightblue:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 500px;
  top: 400px;
  background: transparent linear-gradient(360deg, #FFFFFF 0%, #F6F9FC 100%) 0% 0% no-repeat padding-box;
  -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
}
section.platform-section.bg-skew-lightblue:before {
  top: 260px;
}
section.section-section.bg-skew-lightblue:before {
  top: 170px;
}
@media (max-width:768px) {
  section.platform-section.bg-skew-lightblue:before {
    top: 255px;
  }
}
section.bg-skew-OY {
  position: relative;
  overflow: hidden;
}
section.bg-skew-OY:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 110px;
  background: transparent linear-gradient(360deg, #FF781A 0%, #FF781A 27%, #FFF536 100%) 0% 0% no-repeat padding-box;
  -webkit-transform: skewY(12deg);
    transform: skewY(12deg);
}
@media (min-width:992px) {
  section.bg-skew-OY:before {
    top: 210px;
  }
}

/* page bottom background */
article.type-page .fl-builder-content {
  position: relative;
}
article.type-page .fl-builder-content:before {
  position: absolute;
    content: "";
    width: 100%;
  height:1022px;
  bottom: 0;
  background-image: url(/web/20250322044836im_/https://revoptics.io/wp-content/uploads/2022/01/footer-upslope.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: cover;
}

/* Pricing table */ 
#pricing-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 20px;
}
#pricing-table .pricing-box {
overflow: hidden;
background-color: #f1f1f1;

-webkit-transition: all ease-out 0.2s;
transition: all ease-out 0.2s;
}

.pricing-wrapper .pricing-box .tier-title {
padding: 5px;
height:56px;
display:flex;
align-items: center;
justify-content: center;
}
.pricing-wrapper #tier-report.pricing-box .tier-title,
.pricing-wrapper #tier-pro.pricing-box .tier-title,
.pricing-wrapper #tier-premium.pricing-box .tier-title {
  background: var(--primaryOrange);
  background: transparent linear-gradient(90deg, #F85E4C 0%, #F85E4C 34%, #FF7E27 50%, #FF8625 57%, #FF9C20 67%, #FFBF19 80%, #FFF10E 95%, #FFF40D 96%) 0% 0% no-repeat padding-box;
}
.pricing-wrapper #tier-growth.pricing-box .tier-title {
  background: var(--primaryBlue);
}
.pricing-wrapper .pricing-box .tier-title h2 {
  text-transform: uppercase;
  font-size:22px;
  text-align:center;
  color: #fff;
  margin: 0;
}
.pricing-wrapper #tier-report.pricing-box .tier-title h2 {
  font-size:16px;
}
.pricing-wrapper .pricing-box .tier-info {
  padding: 10px;
  text-align: center;
  display: flex;
    flex-direction: column;
}
.pricing-wrapper .pricing-box .tier-info .description {
  font-size: 14px;
  margin-bottom: 14px;
}
.pricing-wrapper .pricing-box .tier-info .description .revenue {
  font-size: 0.9em;
  opacity:0.7;
  display:block;
}
.pricing-wrapper .pricing-box .tier-info .tier-cta {
  margin-bottom: 14px;
  margin-top:auto;
}
.pricing-wrapper .pricing-box .tier-info .tier-cta a {
  font-size: 16px;
  font-weight:700;
  color: #fff;
  padding:8px 18px;
  border-radius: 26px;
  border:none;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  display: inline-block;
}
.pricing-wrapper .pricing-box .tier-info .tier-cta a.btn-primary {
  background:#0A23FB;
}
.pricing-wrapper .pricing-box .tier-info .tier-cta a.btn-primary:hover,
.pricing-wrapper .pricing-box .tier-info .tier-cta a.btn-primary:focus {
  background:#FF781A;
  color: #fff;
  text-decoration: none;
}
.pricing-wrapper .pricing-box .tier-info .tier-cta a.btn-secondary {
  background:#FF781A;
}
.pricing-wrapper .pricing-box .tier-info .tier-cta a.btn-secondary:hover,
.pricing-wrapper .pricing-box .tier-info .tier-cta a.btn-secondary:focus {
  background:#0A23FB;
  color: #fff;
  text-decoration: none;
}
.pricing-wrapper .pricing-box .tier-info .price {
  font-size:25px;
  margin-bottom: 14px;
}
.pricing-wrapper .pricing-box .tier-info .price .annual {
  font-size:16px;
  display:block;
  opacity:0.5;
}
.pricing-wrapper .pricing-box .tier-list ul {
  margin:0;
  padding:0;
  list-style: none;
}
.pricing-wrapper .pricing-box .tier-list ul li>span {
  display:none;
}
.pricing-wrapper #pricing-table .pricing-box .tier-list ul li {
  background:rgba(255,255,255,0.7);
}
.pricing-wrapper .pricing-box .tier-list ul li {
  border-top: 1px dashed #ccc;
  min-height:118px;
  font-size: 14px;
  line-height: 1.3;
  display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-wrapper .pricing-box .tier-list ul li:first-child {
  border-top: 1px solid #ccc;
}
.pricing-wrapper .pricing-box .tier-list ul li:last-child {
  border-bottom: 1px solid #ccc;
}
.pricing-wrapper #pricing-list .pricing-box .tier-list ul li {
    padding:5px 15px;
}
.pricing-wrapper .pricing-box .tier-list ul li p:last-child {
  margin-bottom:0;
}
.pricing-wrapper .pricing-box .tier-list ul li>div {
  margin-top:10px;
}

@media (max-width: 1276px) and (min-width: 992px) {
  .pricing-wrapper #tier-report.pricing-box .tier-title h2 {
    font-size: 14px;
  }
  .pricing-wrapper .pricing-box .tier-list ul li {
    font-size: 14px;
  }
  .pricing-wrapper .pricing-box .tier-info .tier-cta a {
    font-size: 14px;
  }
  .pricing-wrapper .pricing-box .tier-info .price {
    font-size: 20px;
  }
  .pricing-wrapper .pricing-box .tier-info .description {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  #pricing-list {
    display:none;
  }
  #pricing-table {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  }
  #pricing-table .pricing-box {
    -webkit-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  -moz-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  -o-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  will-change: opacity;
  }
  #pricing-table > div:nth-child(3) {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #pricing-table > div:nth-child(1) {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #pricing-table > div {
    -ms-flex-item-align: top;
    -ms-grid-row-align: top;
    align-self: top;
  }
  .pricing-wrapper .pricing-box .tier-list ul li {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
  }
  .pricing-wrapper .pricing-box .tier-list ul li>span {
    display:block;
    -ms-order:2;
    order:2;
  }
  .pricing-wrapper .pricing-box .tier-list ul li>img {
    -ms-order:1;
    order:1;
    margin-right: 18px;
  }
}
@media (min-width: 992px) {
  .pricing-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns:1fr 3fr ;
    grid-gap: 0;
  } 
  #pricing-table .pricing-box:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
  }
  .pricing-wrapper #pricing-table .pricing-box .tier-list ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pricing-wrapper .pricing-box .tier-list ul li {
    flex-direction: column;
  }
}


/* posts */
.fl-post-grid-meta:before,
.fl-post-meta.fl-post-meta-top:before {
    content:"Posted on: ";
}
.single article.type-post .fl-post-header {
    max-width:860px;
    margin:50px auto;
    text-align: center;
}
.single article.type-post .fl-post-thumb {
  text-align: center;
}
.single article.type-post .fl-post-content {
  max-width:860px;
  margin-left:auto;
  margin-right:auto; 
}
article.type-post .fl-post-meta.fl-post-meta-bottom {
  margin-top: 70px;
  border-top: none;
  display: flex;
  justify-content: center;
}
article.type-post .fl-post-meta.fl-post-meta-bottom .fl-post-cats-tags {
  padding: 12px 24px;
  background: rgba(139, 144, 170, 0.21);
} 
article.type-post .fl-post-nav {
  margin-top: 70px;
  padding-top: 30px;
  border-top: none;
  font-size: 16px;
}
article.type-post .fl-post-meta.fl-post-meta-bottom a,
article.type-post .fl-post-nav a {
  color: var(--primarytextClr);
}
article.type-post .fl-post-nav .fl-post-nav-prev,
article.type-post .fl-post-nav .fl-post-nav-next {
  max-width:40%;
}
article.type-post .fl-post-meta.fl-post-meta-bottom a:hover,
article.type-post .fl-post-nav a:hover {
  text-decoration:none;
  color: var(--primaryOrange);
}
article.type-post .fl-post-content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-top:1em;
}
article.type-post .fl-post-content p {
  font-weight: 400;
}
article.type-post .fl-post-content ul,
article.type-post .fl-post-content ol {
  font-weight: 400;
  margin-left:0;
}
article.type-post .fl-post-content .wp-block-button a {
  transition: var(--linkTransition);
  padding:15px 38px;
  font-weight: 400;
  font-size:21px;
}
article.type-post .fl-post-content .wp-block-button a:hover,
article.type-post .fl-post-content .wp-block-button a:focus {
  background: var(--primaryOrange) !important;
}
article.type-post .fl-post-content figure.wp-block-embed .twitter-tweet {
  margin-left: auto;
    margin-right: auto;
}

.fl-post .fl-author-box {
  border:none;
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  -moz-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  -o-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
  will-change: opacity;
  margin: 60px auto;
  max-width:400px;
  display: flex;
}
.fl-post .fl-author-box .fl-author-avatar img {
  border-radius: 100%;
  width:68px;
  height:auto;
}
.fl-author-box .fl-author-description .fl-author-link a .meta-nav {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.fl-author-box .fl-author-description .fl-author-link a:hover .meta-nav,
.fl-author-box .fl-author-description .fl-author-link a:focus .meta-nav {
  -webkit-transform: translateX(4px);
-moz-transform: translateX(4px);
-ms-transform: translateX(4px);
-o-transform: translateX(4px);
transform: translateX(4px);
}

@media (min-width:992px) {
  .single article.type-post .fl-post-thumb {
    margin-bottom: 60px;
  }
  article.type-post .fl-post-meta.fl-post-meta-bottom {
    font-size: 20px;
  }
  article.type-post .fl-post-content div.wp-block-image,
  article.type-post .fl-post-content figure.wp-block-image,
  article.type-post .fl-post-content figure.wp-block-embed {
    margin: 3em -6em;
    text-align: center;
  }
}
@media (min-width:768px) {
  .single article.type-post .fl-post-header {
    margin:80px auto 50px auto;
  }
  article.type-post .fl-post-content h2 {
    font-size: 38px;
    font-weight: 600;
    margin-top:2em;
  }
}
#sticky-cta {
  position: sticky;
  bottom: 0;
  padding:20px;
  background: var(--white);
}
.single-post.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled .fl-page {
  overflow-x: visible;
}

/* archive page */
.fl-archive .fl-post {
  margin-bottom: 60px;
}
.fl-archive article.fl-post .fl-post-thumb {
    overflow: hidden;
}
.fl-archive article.fl-post .fl-post-content .fl-post-more-link {
    color: var(--primaryBlue) !important;
    transition: var(--linkTransition);
    margin-top: 2rem;
    font-weight:bold;
}
.fl-archive article.fl-post .fl-post-content .fl-post-more-link:hover,
.fl-archive article.fl-post .fl-post-content .fl-post-more-link:focus {
  color: var(--primaryOrange) !important;
  text-decoration:none;
}
.fl-archive article.fl-post .fl-post-content .fl-post-more-link i {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.fl-archive article.fl-post .fl-post-content .fl-post-more-link:hover i,
.fl-archive article.fl-post .fl-post-content .fl-post-more-link:focus i {
  -webkit-transform: translateX(4px);
-moz-transform: translateX(4px);
-ms-transform: translateX(4px);
-o-transform: translateX(4px);
transform: translateX(4px);
}
.fl-archive .fl-archive-header .fl-archive-title {
  border-bottom:none;
  font-size: 3rem;
  text-align: center;
}
.fl-archive article.fl-post .fl-post-header h2 {
  font-size: 30px;
  line-height: 1.25em;
  text-align:center;
  font-weight: 400;
}
.fl-archive article.fl-post .fl-post-meta.fl-post-meta-top {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
}
.fl-archive article.fl-post .fl-post-content {
  padding:20px;
}

@media (min-width:992px) {
  .fl-archive article.fl-post .fl-post-header h2 {
    font-size: 40px;
    text-align:left;
  }
}
@media (min-width:768px) {
  .fl-archive article.fl-post .fl-post-header {
    grid-area: header;
  }
  .fl-archive article.fl-post .fl-post-thumb {
    grid-area: thumb;
  }
  .fl-archive article.fl-post .fl-post-content {
    grid-area: main; 
  }
  .fl-archive article.fl-post {
    display:grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
    grid-template-areas: 
    "header header"
    "thumb main";
  }
  .fl-archive .fl-archive-header .fl-archive-title {
    text-align: left;
  }
  .fl-archive article.fl-post .fl-post-thumb {
    margin: 20px 20px 20px 0;
  }
  .fl-archive article.fl-post .fl-post-header h2 {
    font-size: 38px;
    text-align:left;
  }
  .fl-archive article.fl-post .fl-post-meta.fl-post-meta-top {
    text-align: left;
  }
}

/* HS Form */
.hbspt-form .hs-form-field label span {
    color: var(--primarytextClr);
      font-size: 13px;
      font-weight: 600;
      line-height: 1;
  }
  .hbspt-form .hs-form-field label span.hs-form-required {
    color: var(--primarytextClr);
  }
  .hbspt-form .hs-form-field .input .hs-input,
  .hbspt-form .hs-form-field .input select {
    border:1px solid #DEDEDF;
    border-radius: 4px;
    font-size:14px;
    font-weight: 500;
    line-height: 18px;
    color:var(--primarytextClr);
    padding:0 15px;
    background-color: var(--white);
    width: 100%;
  }
  .hbspt-form .hs-form-field .input select.is-placeholder {
    color: #B5B5B5;
  }
  .hbspt-form .hs-form-field .input .hs-input[type="text"],
  .hbspt-form .hs-form-field .input .hs-input[type="email"],
  .hbspt-form .hs-form-field .input .hs-input[type="tel"] {
    height:38px;
  }
  .hbspt-form .hs-form-field .input textarea.hs-input {
    min-height:76px;
    padding:15px;
  }
    .hbspt-form .hs-form-field ::-webkit-input-placeholder {color:#B5B5B5; /* Webkit Browsers */}
    .hbspt-form .hs-form-field :-moz-placeholder {color:#B5B5B5; /* Firefox 18- */}
    .hbspt-form .hs-form-field ::-moz-placeholder {color:#B5B5B5; /* Firefox 19+ */}
    .hbspt-form .hs-form-field :-ms-input-placeholder {color:#B5B5B5; /* IE10 */}
  
  .hbspt-form .hs-form-field .input .hs-input:hover,
  .hbspt-form .hs-form-field .input .hs-input:focus {
    outline:none;
    border-color: var(--primaryBlue);
  }
  .hbspt-form .hs-form-field {
    margin-bottom: 24px;
  }
  .hbspt-form ul.no-list.hs-error-msgs {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .hbspt-form ul.no-list.hs-error-msgs .hs-error-msg {
    color:red;
    font-size:14px;
    margin: 0;
  }
  .hbspt-form .hs_submit .hs-button {
    border: none;
      border-radius: 26px;
      text-align: center;
      padding: 15px 36px;
      color: var(--white);
      font-size: 16px;
      font-weight: 600;
      line-height: 1;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      display: flex;
      align-items: center;
      margin: 0 auto;
      background-color: var(--primaryBlue);
  }
  .hbspt-form .hs_submit .hs-button:hover,
  .hbspt-form .hs_submit .hs-button:focus {
    background-color: var(--primaryOrange);
    background-position: 178px center;
    outline:none;
  }
  .hbspt-form .hs-fieldtype-select .input {
    position: relative;
  }
  .hbspt-form .hs-fieldtype-select .input:before {
    font-family: "Font Awesome 5 Pro";
    font-weight:900;
    font-size:32px;
    content: "\f0d7";
    display:block;
    color: #4D4D4D;
    position: absolute;
    right: 17px;
      top: -4px;
  }
  .hbspt-form .hs-fieldtype-select .input select {
    height:38px;
    -webkit-appearance:none;
    -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
  }
  .hbspt-form .hs-fieldtype-checkbox .input ul {
    list-style:none;
    margin:0;
    padding:0;
  }
  .hbspt-form .hs-fieldtype-checkbox .input label {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 46px; 
    height: 30px;
  }
  .hbspt-form .hs-fieldtype-checkbox .input input[type="checkbox"]:focus {
    outline:none;
    box-shadow:none;
  }
  .hbspt-form .hs-fieldtype-checkbox .input input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 13px;
    left: 5px;
    transform: translateY(-50%);
    background-color: var(--white);
    width: 30px;
    height: 30px;
    border: 1px solid #DEDEDF;
    border-radius: 4px;
    margin: 0px;
    outline: none;
    transition: background-color .5s;
  }
  .hbspt-form .hs-fieldtype-checkbox .input input[type="checkbox"]:checked:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) translate(-4px,3px) rotate(45deg);
    background-color: var(--primaryBlue);
    width: 12px;
    height: 5px;
  }
  .hbspt-form .hs-fieldtype-checkbox .input input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) translate(4px,0px) rotate(-45deg);
    background-color: var(--primaryBlue);
    width: 20px;
    height: 5px;
  }
  @media (min-width: 992px){
    .hbspt-form .hs_submit .hs-button {
      margin: 0 0 0 auto;
    }
  }

/* Testimonial Slider */
/* Slider min */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* Slick Arrows min */
.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'â†'}[dir=rtl] .slick-prev:before{content:'â†’'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'â†’'}[dir=rtl] .slick-next:before{content:'â†'}
/* custom */
.slick-next:before, 
.slick-prev:before {
  display:none;
}
.slick-next,
.slick-next:hover,
.slick-next:focus,
.slick-prev,
.slick-next:hover,
.slick-next:focus {
  font-size:38px !important;
  color: var(--primaryBlue) !important;
  background: var(--white) !important;
  border-radius: 50% !important;
  border:none !important;
  width:78px !important;
  height:78px !important;
  top: 50% !important;
  display:flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  box-shadow: 0px 30px 60px #9FABD74D;
  padding-top: 2px;
}
.slick-prev {
  left: -38px !important;
}
.slick-next {
  right: -38px !important;
}
.slick-prev,
.slick-next {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slick-prev:hover,
.slick-prev:focus {
  left: -53px !important;
}
.slick-next:focus,
.slick-next:hover {
  right: -53px !important;
}
@media (max-width: 1300px){
  .slick-list {
    margin:0 60px;
  }
  .slick-prev {
    left: 17px !important;
  }
  .slick-next {
    right: 17px !important;
  }
  .slick-prev:hover,
  .slick-prev:focus {
    left: 10px !important;
  }
  .slick-next:focus,
  .slick-next:hover {
    right: 10px !important;
  }
}
@media (max-width: 768px){
  
}

/* lighbox */
.fl-button-lightbox-wrap .mfp-content,
.fl-video-lightbox-wrap .mfp-content {
  background: transparent !important;
}
.fl-button-lightbox-wrap .mfp-content iframe.mfp-iframe,
.fl-video-lightbox-wrap .mfp-content iframe.mfp-iframe {
  border:none !important;
}
.mfp-wrap.fl-button-lightbox-wrap .mfp-close, 
.mfp-wrap.fl-button-lightbox-wrap .mfp-close:hover,
.mfp-wrap.fl-video-lightbox-wrap .mfp-close, 
.mfp-wrap.fl-video-lightbox-wrap .mfp-close:hover {
  color: var(--white) !important;
}
.mfp-iframe-holder .mfp-content {
  max-width: 1200px;
}

/* FAQ */
.fl-accordion .fl-accordion-button .fl-accordion-button-label:focus {
  outline:none;
}
.fl-accordion .fl-accordion-button .fl-accordion-button-icon-right {
  opacity: 1;
  filter: alpha(opacity = 100);
  color: var(--primaryBlue) !important;
}
/*
     FILE ARCHIVED ON 04:48:36 Mar 22, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:59:27 Feb 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.53
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.039
  esindex: 0.008
  cdx.remote: 13.263
  LoadShardBlock: 152.966 (3)
  PetaboxLoader3.datanode: 142.968 (4)
  PetaboxLoader3.resolve: 76.694 (3)
  load_resource: 69.442
*/