@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sora:wght@100..800&display=swap');
:root {
  --bg-color: #2c3249;
  --alt-color: #15f1f2;
  --font-standard: "Open Sans", sans-serif;
  --font-special: "Sora", sans-serif;
  --link-color: #3d23ff;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--bg-color);
    line-height: 1.1;
}
.accordion-container {
    gap: 5px;
}
hero container section:first-child {
    width: 100%;
    flex: 0 0 100%;
}
table {
    width: 100%;
    table-layout: fixed;
}
td {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
nav a {
    border-radius: 17px;
    color: var(--bg-color);
    padding: 12px 12px;
}
.short_booking .btn, hero .cta {
    min-height:52px;
}
.top-hero.container {
    padding: 20px;
}
.content a:not(a.linkedin_follow,.ranklabel-widget a) {
    font-weight: bold;
    text-decoration: none;
    color: var(--link-color);
}
.hero-alt-cta {
    border-radius: 0;
    color: var(--bg-color);
    border: none;
}
.hero-alt-cta svg {
    width: 15px;
    height: 15px;
    transition: ease-in-out 300ms;
    fill: var(--bg-color);
}
.hero-alt-cta:hover svg {
    transform: translateX(10px);
    transition: ease-in-out 300ms;
}
.loc-service-page-hero .hero-cta-wrapper, .hero-cta-wrapper {
    margin: 30px auto;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.content a:not(a.linkedin_follow,.ranklabel-widget a):hover {text-decoration: underline;}
.top-hero h1 {margin:0;}
.single-blog-title{font-size: 42px;}
/* =========================================================
   Case Study Template CSS
   Works with the HTML structure from render_case_study()
   (article.case-study-article, header, .kpis, .kpi, .meta, sections,
    .testimonial, .cards, .card)
========================================================= */
/* =========================================================
   Case Study (Reference style: images 3–7)
   Uses: .case-study-article + cs-* classes
========================================================= */
.csa-wrapper {
    background:linear-gradient(to bottom, #c8eef000 32%, #c8eef0 70%);
}
.case-study-article {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 18px 60px;
  font-size: 16px;
  line-height: 1.6;
}
.case-study-widget .case-study-article {
    padding: 0 0 0;
}
.case-study-article:nth-child(even) .cs-hero-right {
    order: -1;
}
.case-study-article h1, .case-study-article h2, .case-study-article h3 {
    line-height: 1.2;
}
.case-study-article .cs-breadcrumbs{
  font-size: 13px;
  opacity: .75;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
}

.case-study-article .cs-breadcrumbs a{ text-decoration: none; }
.case-study-article .cs-breadcrumbs span{ opacity: .8; }

/* HERO */
.case-study-article .cs-hero{
  margin-top: 18px;
  border-radius: 26px;
  padding: 40px 34px;
  background: radial-gradient(1200px 600px at 20% 20%, rgb(0 255 184 / 19%), #ffffffb8 55%), radial-gradient(900px 500px at 80% 80%, rgb(216 255 0), transparent 55%), rgb(0 28 255 / 7%);
  display: flex;
  gap: 32px;
  align-items: center;
}
.cs-hero-left {flex:1;}
.cs-hero-right {
    flex: 0 0 max-width;
    max-width: 455px;
}
.case-study-article .cs-title{
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin-bottom: 22px;
  color: rgba(20,30,55,1);
}
.case-study-widget .case-study-article .cs-title {
    font-size: 42px;
}
.case-study-article .cs-hero-image{
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  background: rgba(0,0,0,.04);
  box-shadow: 0 18px 55px rgba(15, 18, 30, .12);
}
.case-study-article .cs-hero-image img {
    border-radius: 30px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* KPI row */
.case-study-article .cs-kpis{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin: 6px 0 18px;
}

.case-study-article .cs-kpi-value{
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--bg-color);
}

.case-study-article .cs-kpi-label{
  font-size: 14px;
  opacity: .85;
  margin-top: 6px;
}

/* pills */
.case-study-article .cs-pills{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.case-study-article .cs-pill{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 30px rgba(15,18,30,.06);
  font-size: 14px;
}

.case-study-article .cs-pill strong{ font-weight: 800; }
.case-study-article .cs-pill span{ opacity: .85; }

/* BODY LAYOUT */
.case-study-article .cs-body{
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 36px;
  align-items: start;
}

.case-study-article .cs-main{ min-width: 0; }

/* Headings */
.case-study-article .cs-h2{
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: rgba(20,30,55,1);
}

.case-study-article .cs-h3{
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 14px;
  text-align: center;
  color: rgba(20,30,55,1);
}

.case-study-article .cs-block{
  margin-bottom: 34px;
}

.case-study-article .cs-rich p{ margin: 0 0 14px; }
.case-study-article .cs-rich ul{ margin: 12px 0 18px 18px; }
.case-study-article .cs-rich li{ margin: 8px 0; }

/* SOLUTION PANEL */
.case-study-article .cs-solution-panel{
  background: #ccf3f5;
  border-radius: 22px;
  padding: 28px 26px;
  box-shadow: 0 18px 55px rgba(15, 18, 30, .08);
}

.case-study-article .cs-kv{ margin-top: 10px; }
.case-study-article .cs-kv-row{
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
  padding: 10px 0;
}
.case-study-article .cs-kv-k{ font-weight: 900; }
.case-study-article .cs-kv-v{ opacity: .9; }

/* ASIDE (sticky card) */
.case-study-article .cs-aside{
  position: sticky;
  top: 90px;
}

.case-study-article .cs-sidecard{
  background: rgba(255,255,255,1);
  border-radius: 22px;
  padding: 26px 22px;
  box-shadow: 0 22px 65px rgba(15,18,30,.12);
  border: 1px solid rgba(0,0,0,.06);
}

.case-study-article .cs-side-title{
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 18px;
  color: rgba(20,30,55,1);
}

.case-study-article .cs-side-kpi{
  text-align: center;
  padding: 10px 0;
}

.case-study-article .cs-side-num{
  font-size: 44px;
  font-weight: 900;
  color: var(--bg-color);
  letter-spacing: -0.02em;
}

.case-study-article .cs-side-lab{
  font-size: 14px;
  opacity: .85;
  margin-top: 6px;
}

.case-study-article .cs-side-divider{
  height: 1px;
  background: rgba(0,0,0,.08);
  margin: 14px 0;
}

.case-study-article .cs-side-cta-h{
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin: 18px 0 14px;
  color: rgba(20,30,55,1);
}

.case-study-article .cs-side-btn{
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  background: var(--alt-color);
  color: var(--bg-color);
}

/* TESTIMONIAL */
.case-study-article .cs-testimonial {
    position: relative;
    background: rgb(255 255 255);
    border-radius: 22px;
    padding: 26px 26px 20px;
    box-shadow: 0 0 20px #00000022;
    margin: 10px 0 34px;
}

.case-study-article .cs-testimonial-quote{
  position: absolute;
  right: 18px;
  bottom: 8px;
  font-size: 72px;
  font-weight: 900;
  color: var(--bg-color);
  line-height: 1;
  opacity: .9;
}

.case-study-article .cs-testimonial-text{
  font-size: 16px;
  opacity: .92;
  margin-bottom: 16px;
}

.case-study-article .cs-testimonial-name{
  font-weight: 900;
}
.case-study-article .cs-testimonial-job{
  opacity: .75;
  font-size: 14px;
}

/* WHY IT WORKED */
.case-study-article .cs-why {
    margin-top: 82px;
    border-radius: 26px;
}

.case-study-article .cs-why-title{
  text-align: center;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 26px;
  color: rgba(20,30,55,1);
}

.case-study-article .cs-why-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.case-study-article .cs-why-card{
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(15, 18, 30, .10);
}

.case-study-article .cs-why-img{
  width: 100%;
}
.case-study-article .cs-why-img img { 
    object-fit: cover;
    height: 300px;
    width: 100%;
    border-radius: 20px;
}
.case-study-article .cs-why-h{
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  padding: 18px;
  color: rgba(20,30,55,1);
}

.case-study-article .cs-why-p{
  text-align: center;
  opacity: .85;
  padding: 0 18px 22px;
}
.case-study-article .cta-section {
    padding: 120px 0;
}
.case-study-article .cta-section h2 {
    font-size: 46px;
}
.archive.services .services_list h2, .archive.services p[style="max-width: 1000px; margin: 0 auto 35px; font-size: 20px; line-height:2; text-align: center;"] {
    display: none;
}
/* end case-study-article */
.cta {
    background: var(--bg-color);
    border: 2px solid var(--bg-color);
    transition: ease 200ms;
}
.cta:hover {
    background: var(--bg-color);;
    border: 2px solid var(--bg-color);;
}
hero h1, .hero-container h1 {
    font-size: 65px;
    width: 100%;
}
hero container {
    padding: 15px;
}
.short_booking {
    max-width: 420px;
}
.alt_cta {
    border: 2px solid var(--alt-color);;
    background: var(--alt-color);
    color: #191e69;
}
.unit_wrap {
    opacity: 1!important;
}
.hover_lgt_gray:hover {
    background: var(--alt-color);
}
img:not(.site_logo,.leaflet-tile ) {
    border-radius: 30px;
}
.custom_header {
    transition: ease-in-out 200ms;
}
.scrolled.scroll-up .custom_header .site_logo {
    clip-path: inset(0 110px 0 0);
    transition: ease-in-out 200ms;
}
.call-us {
    visibility: collapsed;
    opacity: 0;
    pointer-events: none;
    margin-left: -124px;
    color: var(--link-color);
    font-weight: 900;
    text-decoration: none;
    font-size: 22px;
}
.call-us span {
    display: block;
    color: var(--bg-color);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.scrolled.scroll-up .call-us {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: ease-in-out 200ms;
}
.top_header {
    background: #eee;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 12px;
}
.top_header span, .top_header a {
    font-weight: 500;
    font-size: 13px;
}
.mobile_menu {
    width: 600px;
    max-width: 100%;
    box-shadow: 0 0 17px #00000033;
    padding: 0;
    display: none;
    border-radius: 0;
    border: none;
    z-index: 99999;
    right: 0;
    top: 0;
    z-index: 99999;
    height: 100dvh;
    margin-right: 0;
    position: fixed;
}
.header_flex.container.gap_10px.padding_y_15px.padding_x_10px.justify_content_space_between {
    width: 1800px;
}
.ranklabel-widget {
    width: 100%;
    margin: auto;
}
.rv-aggcard {
    margin: auto;
}
.rvAll-subtitle {
    text-align: center;
}
.location_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
    gap: 5px;
    background: #ffffff;
    padding: 40px 20px;
    box-shadow: 0 32px 36px #00000022;
    border-radius: 57px;
    justify-content: center;
}  
.location_list div a {
    justify-content: center;
    width: auto;
    text-align: center;
}
.location_list div a:hover {
    background: var(--alt-color);
}
.dropdown_button svg {
    width: 12px;
    height: 12px;
}
.dropdown_button {
    font-weight: 600;
    border-radius: 17px;
    color: var(--bg-color);
    padding: 12px 12px;
    font-size: 16px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.dropdown_button:hover, .dropdown_button.dp_active{
    background: #eee;
    border: 2px solid #eee;
}
.dropdown_button.dp_active svg {
    transform: rotate(180deg);
}
.hero_nav_dropdown {
    display: none;
    padding: 24px;
    border-radius: 0;
    background: #fff;
    z-index: 99999;
    box-shadow: 0 0 17px #00000033;
    width: 600px;
    right: 0!important;
    left: auto!important;
    top: 83px!important;
    flex-direction: column;
    gap: 10px;
}
.scrolled .hero_nav_dropdown {
    visibility: hidden;
    pointer-events: none;
}
.scrolled.scroll-up .hero_nav_dropdown {
    visibility: visible;
    pointer-events: auto;
    animation: 300ms slideDown forwards;
}
@keyframes slideDown {
    from {
        z-index: 0;
        transform: translatey(-300px);
        opacity: 0;
    }
    50% {
        opacity: 0;
        z-index: 0;
    }
    to {
        z-index: 99999;
        transform: translatey(0);
        opacity: 1;
    }
}
.hero_nav_dropdown.show_popup {
    display: flex;
}
.hero_nav_dropdown h3 {
    margin: 0 0 10px;
    font-size: 21px;
}
.hero_nav_dropdown .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hero_nav_dropdown .nav_list .accordion-header {
    font-weight: 400;
    font-size: 17px;
    gap: 30px;
    color: var(--bg-color);
    transition: none;
}
.hero_nav_dropdown .nav_list .accordion.active .accordion-content {
    display: flex;
}
.hero_nav_dropdown .nav_list .faq-taxonomy-group + .faq-taxonomy-group {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.hero_nav_dropdown .nav_list .accordion-header:hover {
    text-decoration: underline;
}
.hero_nav_dropdown .nav_list .accordion {
    padding: 8px 9px;
}
.hero_nav_dropdown .nav_list a {
    color: var(--bg-color);
    text-decoration: none;
    padding: 8px 9px;
    display: flex;
}
.hero_nav_dropdown .nav_list a:hover {
    text-decoration: underline;
}
.hero_nav_dropdown .special, .mm-nav .special {
    background: var(--alt-color);
    display: flex;
    border-radius: 10px;
    font-weight: 700;
}
.hero_nav_dropdown .special {
    margin: -10px 3px 5px 0;
}
.mobile_menu a {
    font-weight: 500;
    font-size: 17px;
    transition: ease 200ms;
    padding: 8px 20px;
    border-radius: 10px;
}
.mm-nav {
    margin-bottom: auto;
}
.mm-nav .accordion-header {
    font-weight: 500;
    font-size: 17px;
    border: 2px solid transparent;
    padding: 8px 20px;
    border-radius: 10px;
}
.mm-nav .accordion-content {
    padding: 0 10px;
}
.mm-nav .accordion-header:hover {
    background: #f8f8f9;
    border: 2px solid #eee;
}
.mm-nav .accordion {
    padding: 0;
}
.location_list div a {
    border-radius: 50px;
    color: var(--bg-color);
}
.mobile_menu .help_content a {
    padding: 10px 0;
}
.mobile_menu .help_content a.cta.btn {
    color: #fff;
    width: max-content;
    padding: 12px 25px;
    background: var(--bg-color);
}
.clippak-cta_section {
    background: var(--bg-color);
    color: #fff;
    border-radius: 32px;
    padding: 30px 25px!important;
    display: flex;
    gap: 15px;
    flex: 0 0 max-content;
}
.clippak-cta_section h3 {
    font-size: 28px;
    color: #fff;
    margin: 0 0 10px;
}
.clippak-cta_section p {
    font-size: 18px;
    color: #fff;
}
.clippak-cta_section:hover {
    background: #212947!important;
}
.clippak-cta_section .alt_cta {
    align-self: end;
    font-weight: 800;
    flex: 0 0 max-content;
}
.mobile_menu .top_section {
    flex: 0 0 max-content;
    padding: 15px 10px;
}
.mobile_menu .bottom-section {
    overflow-y: auto;
    padding: 0 10px;
}
hero .cta, .hero-container .cta {
    font-size: inherit;
    width: max-content;
    padding: 14px 56px;
    flex: 0 0 max-content;
    align-self: stretch;
    font-size: 18px;
}
.btn {
    border-radius: 20px;
    padding: 14px 20px;
    font-family: var(--font-special);
}
.btn {
    border-radius: 16px;
    padding: 13px 18px;
    font-family: var(--font-special);
}
.btn-wht-blk {
    background: #fff;
}
.service_list_link {
    border: none;
    border-radius: 50px;
    background: #eee;
    color: var(--bg-color);
    font-size: 14px;
    padding: 7px 13px;
}
.popular_services_list div:hover .service_list_link {
    border: none;
    border-radius: 50px;
    background: var(--alt-color);
    color: var(--bg-color);
    font-size: 14px;
    padding: 7px 13px!important;
}
.popular_services_list div img {
    transition: ease 300ms;
    transform-origin: center center;
}
.popular_services_list div:hover img {
    box-shadow: 0 0 50px #00000022;
    transform: translateY(-10px) scale(.995);
    transform-origin: center center;
}
.popular_services_list div a {
    z-index: 1;
}
hero form input {
    border: 1px solid #d1d4da;
    background: #f5f8ff;
}
.mmi {
    border: none;
    padding:0;
    width: 40px;
}
.mmi span {
    width: 25px;
    background: #000;
}
.mmi span:first-child:before {
    top: -8px;
    background: #000;
}
.mmi span:first-child:after {
    bottom: -8px;
    background: #000;
}
.help_popup {
    width: 400px;
    display: none;
    background: #fff;
}
.help_popup h3 {
    font-size: 21px;
    margin: 0;
}
.help_popup.show_popup {
    transform: scale(.95) translateY(-10px);
    opacity: 0;
    animation: fadeInUp 400ms forwards;
    will-change: opacity, transform;
    z-index: 50001;
    box-shadow: 0 0 17px #00000033;
    display: block;
    top: 82px!important;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: scale(.95) translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
.help_popup_inner {
    display: flex;
    flex-direction: column;
    padding: 15px 25px 40px;
    gap: 10px;
}
.help_popup .top_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.help_popup .help_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.head_icon {
    width: 40px;
    height: 50px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.close_icon svg {
    width: 15px;
    height: auto;
}
header {
    transition: ease 300ms;
}
header.scrolled {
    transform: translatey(-120px);
}
header.scroll-up {
    transform: translatey(0);
    box-shadow: 0 0 20px #00000022;
}
.hero_video {
    width: 100%;
    height: 812px;
    object-fit: cover;
}
.rvAll-head {
    flex-direction: column;
}
.rvAll-title {
    font-family: var(--font-special);
    font-size: 52px!important;
    margin-bottom: 20px!important;
    line-height: 1;
    text-align: center;
    font-weight: 800!important;
}
.rvAll-subtitle {font-size: 18px;margin-bottom: 15px;}
.accordion {
    border: none;
    background: #fff;
    box-shadow: none;
}
.accordion-content {
    line-height: 1.9;
}
.accordion-header {
    font-weight: 700;;
    font-size: 22px;
    gap: 30px;
}
.loc-service-page-hero {
    background: linear-gradient(to bottom, #fff5eeed, #fff5ee);
    width: 100%;
    height: 812px;
    z-index: 1;
    top: 83px;
    display: flex;
    justify-content: center;
    padding: 60px 30px;
    align-items: center;
    border-radius: 0;
    box-shadow: 0 300px 300px #fff5ee;
    backdrop-filter: blur(15px);
}
.loc-service-page-hero .container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.loc-service-page-hero h1 {
    text-align: center;
    font-size: 92px;
    line-height: 1.1;
    color: var(--bg-color);
    font-weight: 900;
    margin: -15px 0 0 0;
}
.loc-service-page-hero .breadcrumbs, .loc-service-page-hero .breadcrumbs a {
    color: var(--bg-color);
    text-align: center;
}
.rating_wrap {
    position: absolute;
    background: #fff;
    padding: 15px;
    right: 0;
    margin-top: -72px;
    z-index: 1;
}
.home .case-study-widget {
    z-index: 1;
}
.home hero {
    background: #fff;
    display: block;
    min-height: 719px;
    background-size: cover;
    display: flex;
    align-items: start;
}
.hero-container {
    background: #fff;
    display: block;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 50px 15px 0;
    z-index: 0;
}
.location-section {
    z-index: 1;
}
.home hero container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: start;
    margin: 0 auto;
    align-self: start;
    width: 1000px;
}
hero h1 {
   color: #2c3249; 
   text-align: center;
}
text_carousel span {
    color: #2c3249;
}
.home h1 span {
    text-align: center;
}
.home hero h1 {
    margin: 48px 0 0;
}
[data-widget="rating-card"] {
    min-height: 250px;
}
a.rv-badge {
    text-decoration: none;
}
text_carousel {
    display: flex;
    text-align: center;
    justify-content: center;
}
#flipStars {
    align-items: center;
}
hero p, .hero-container p, .loc-service-page-hero p {
    margin-top: 15px;
    font-size: 22px;
    line-height: 2;
    font-weight: 500;
    color: #52586f;
    text-align: center;
}
.answer_snippet p {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
}
.answer_snippet .as_question {
    color: var(--bg-color);
}
.background_lgt_gray p {
    margin-top: 15px;
    font-size: 22px;
    line-height: 2;
    font-weight: 500;
    color: #52586f;
}
.background_lgt_gray .pu-unit .ttl {
    color: var(--bg-color);
}
hero container section:last-child {
    width:100%;
    flex: 0 0 100%;
    text-align: center;
}
.flyer-distribution hero container {
    padding: 100px 15px;
}
.flyer-distribution hero p {
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    margin-bottom: 40px;
}
.background_lgt_gray {
    background: #ebe3dd;
    color: #fff;
    position: relative;
    z-index: 1;
}
.background_lgt_gray h2 {
    margin: 0 0 35px;
}
.background_lgt_gray grid {
    margin-top: 50px;
}
.background_lgt_gray .step {
    background: var(--bg-color);
    min-height: 360px;
    border: none;
    box-shadow: none;
    border-radius: 39px;
    padding: 50px 32px;
}
.background_lgt_gray .step h3, .background_lgt_gray .step p {
    color: #fff;
}
.background_lgt_gray .step p {
    font-size: 16px;
    line-height: 2;
    margin: 0 0;
    opacity: .8;
    font-weight: 300;
}
.background_lgt_gray .why_fix li {
    background: var(--bg-color);
    border: 1px solid var(--bg-color);
}
.background_lgt_gray container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.background_lgt_gray .accordion {
    background: var(--bg-color)!important;
    border-radius: 10px;
}
.background_lgt_gray .accordion-header:after {
    filter: invert(1)!important;
}
.wave {
   width: 100%;
   position: absolute;
   bottom: 30px;
   opacity: 0;
   clip-path: inset(0 100% 0 0);
   animation: unclip 6s forwards 1;
   z-index: -1;
}
@keyframes unclip {
    from {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    to {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.blog .content .rvAll-card {width:min(327px, 85vw);}
.blog .content ul {
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.blog .content li {
    background: linear-gradient(to right, #c1e7ff, transparent);
    padding: 5px 10px;
    list-style: none;
}
.blog .content ul .related-article_wrapper {
    margin-left: 0;
}
/* Pricing */
.pricing_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    width: 100%;
    margin: auto;
    padding: 10px;
}
.pricing_grid .pricing_item {
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
    align-items: start;
    gap: 15px;
    justify-content: space-between;
    overflow: hidden;
}
.pricing_grid .section_left {
    display: flex;
    flex-direction: column;
    flex: 0 0 max-content;
    background: #eee;
    padding: 30px 20px;
}
.pricing_grid .section_left .div_title {
    font-weight: 600;
    font-size: 26px;
}
.pricing_grid .section_left .explainer {
    font-size: 13px;
    line-height:13px;
}
.pricing_grid .pricing {
    font-size: 20px;
    color: #0070ff!important;
    font-weight: 600;
    flex: 0 0 max-content;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
}
/* faq */
.single_faq_answer_content.faq-answer-content, 
.single_faq_answer_content.faq-answer-content p {
    font-size: 19px;
}
.faq-helpful-links-inner {
    display: flex;
    gap: 5px;
}
.faq-read-more-link {
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
}
.related_faqs_list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.faq-source-links-wrap {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #ececec;
}

.faq-source-links-title {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
.faq-source-links, .faq-meta-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.faq-link-pill, .faq-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: auto;
    padding: 6px 8px;
    border-radius: 999px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    line-height: 1.25;
    transition: 0.2s ease;
    max-width: 100%;
    font-size: 11px;
    background: #d7f2ff;
    color: #325566;
}

.faq-link-pill:hover,
.faq-link-pill:focus, 
.faq-meta-pill:hover,
.faq-meta-pill:focus  {
    text-decoration: none;
    transform: translateY(-1px);
    border-color: #bdbdbd;
}

.faq-link-pill span[icon="link"] {
    flex: 0 0 auto;
}

.faq-link-pill-self {
    font-weight: 600;
}

.faq_archive_header {
    text-align: center;
}
.faq_archive_intro {
    font-size: 22px;
    max-width: 1130px;
    margin: auto auto 49px;
}
.faq_topics_title {
    display: block;
    margin: 0 0 29px 0;
    font-size: 28px;
    font-weight: 800;
    font-family: var(--font-special);
    text-align: center;
}
.faq_topics {
    margin: 0 0 45px 0;
    padding: 45px;
    border-radius: 38px;
    background: linear-gradient(178deg, #e6ffea, #bbfbff);
}

.faq_topics_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: row;
}

.faq_topics_list li {
    margin: 0;
    padding: 0;
}

.faq_topics_list a {
    display: inline-flex !important;
    align-items: center;
    padding: 12px 10px;
    border: 1px solid #fff;
    border-radius: 999px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    line-height: 1.3;
    transition: .2s ease;
    box-shadow: 0 9px 12px #00000022;
    font-size: 13px;
}

.faq_topics_list a:hover,
.faq_topics_list a:focus {
    border: 1px solid var(--alt-color);
    color: #191e69;
    background: var(--alt-color);
    text-decoration: none;
}

.faq_topics_list a:active {
    transform: translateY(0);
}
.hl-title {
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.faq-layout {
    display: grid;
    grid-template-columns: 344px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.faq-sidebar {
    padding: 30px 15px;
}
.scrolled.scroll-up .faq-sidebar {
    top: 102px;
}
.faq-sidebar-panel {
    overflow-y: auto;
    height: 100%;
}

.faq-sidebar-title {
    font-size: 21px;
    font-family: var(--font-special);
    font-weight: 700;
    margin-bottom: 14px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.faq-sidebar-title [icon="chevron"] svg {
    width: 12px;
    height: 12px;
    display: none;
    pointer-events: none;
}
.faq-main {
    max-width: 800px;
}
.faq-main .single-faq-title {
    font-size: 38px;
}
.faq-main .related_faqs_title {
    font-size: 32px;
}

.faq-main-category-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 76px auto;
    max-width: 750px;
}
.faq-main-category-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 auto 76px auto;
    max-width: 900px;
}

.faq-main-category-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 20px;
    min-height: 115px;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    background: #d4f1ff;
    text-decoration: none;
    color: var(--bg-color);
    transition: .2s ease;
    align-self: stretch;
}
.faq-main-category-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 20px;
    min-height: 150px;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    background: #d4f1ff;
    text-decoration: none;
    color: var(--bg-color);
    transition: .2s ease;
    align-self: stretch;
    flex-direction: column;
    gap: 14px;
}
img.term-icon {
    width: 50px;
    border-radius: 0;
    opacity: .8;
}
.faq-main-category-card:hover,
.faq-main-category-card.active {
    transform: translateY(-1px);
    border-color: #bdbdbd;
}

.faq-main-category-card-title {
    display: block;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-special);
}

.faq-taxonomy-group + .faq-taxonomy-group {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8e8e8;
}

.faq-taxonomy-group-header {
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.faq-taxonomy-group-header.active {
    color: inherit;
}

.faq-taxonomy-group-content {
    margin-top: 10px;
}

.faq-taxonomy-children,
.faq-taxonomy-tags {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.faq-taxonomy-link, 
.faq-taxonomy-tag {
    display: block;
    padding: 11px 10px;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    line-height: 1;
    font-size: 13px;
}
.faq-taxonomy-link:hover,
.faq-taxonomy-tag:hover,
.faq-taxonomy-link.active,
.faq-taxonomy-tag.active {
    background: #d4f1ff8c;
}

.faq-active-filter {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #e8e8e8;
}

.faq-active-filter-label {
    font-weight: 700;
    margin-right: 6px;
}
.taxonomy-filter-active .faq-main-category-cards, .taxonomy-filter-view.faq-main-category-cards {
    display: none;
}
.taxonomy-filter-active .faq_archive_intro, .taxonomy-filter-view .faq_archive_intro {
    font-size: 12px;
    text-align: left;
    margin: 0 0 20px;
}
.taxonomy-filter-active .faq_archive_header, .taxonomy-filter-view.faq_archive_header {
    text-align: left;
}
.taxonomy-filter-active .breadcrumbs, .taxonomy-filter-view .breadcrumbs {
    font-size: 14px;
    margin-bottom: 0;
}
.taxonomy-filter-active .archive_title, .taxonomy-filter-view .archive_title {
    font-size: 27px;
    margin: 0;
}
.mobile_menu ul {
    list-style: none;
    padding: 0;
}
.mobile_menu .help_content {
    padding: 20px;
    font-weight: 700;
    font-size: 18px;
    font-family: var(--font-special);
    color: var(--bg-color);
    flex: 0 0 max-content;
}
.mobile_menu .help_content a:hover {
    background: none;
}
.mobile_menu .head_icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin-right: 10px;
}
.mobile_menu .close_icon svg {
    width: 19px;
    height: auto;
}
.reviews-widget {
    z-index: 1;
}
body.clippak .clippak-slidein, body.go .clippak-slidein {
	display: none!important;
}
.clippak-slidein {
	color: #fff;
	background: linear-gradient(45deg, var(--bg-color), #193283, var(--bg-color));
	position: fixed;
	transform: translateY(100px);
	left: 0;
	opacity: 0;
	bottom: 0;
	font-size: 25px;
	padding: 12px 10px;
	line-height: 1.2;
	backdrop-filter: blur(20px);
	font-weight:500;
	width: 100%;
	max-width: 100%;
	text-align: center;
	pointer-events: none;
	user-select: none;
}
.clippak-loop-ad {
    color: #fff;
    background: linear-gradient(45deg, var(--bg-color), #193283, var(--bg-color));
    font-size: 25px;
    padding: 25px 21px;
    line-height: 1.2;
    font-weight: 500;
    max-width: 250px;
    width: 100%;
    position: fixed;
    display: block;
    border-radius: 20px;
    z-index: 9999;
    text-decoration: none;
    right: 15px;
    bottom: 25px;
    transition: ease-in-out 300ms 200ms;
}
body.scrolled .clippak-loop-ad {
    transform: scale(.9) translate(30px,30px);
    opacity:0;
}
body.scrolled.scroll-up .clippak-loop-ad {
    transform: scale(1) translate(0,0);
    opacity:1;
}
body.scrolled.scroll-up .clippak-slidein, body.scrolled.scroll-up.accept-cookies-live .clippak-slidein {
    transform: translateY(100px);
    transition: ease-in 400ms 0s;
}
body.scrolled.accept-cookies-live .clippak-slidein {
    transform: translateY(-148px);
    transition: ease-in 400ms 3s;
}
body.scrolled .clippak-slidein {
	transform: translateY(0);
	opacity: 1;
	transition: ease-in-out 500ms 200ms;
	z-index: 5000;
	text-decoration: none;
	pointer-events: auto;
	user-select: auto;

}
.clippak-slidein .container {
    position: relative;
    justify-content: space-between;
	align-items: center;
	display: flex;
    gap: 15px;
    width: max-content;
    max-width: 100%;
}
.clippak-loop-ad .container {
    position: relative;
    flex-direction: column;
	align-items: start;
	display: flex;
    gap: 15px;
    max-width: 100%;
}
.clippak-slidein .pill {
    background: linear-gradient(to right, #ff5572, rgb(229 0 106));
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 4px 6px;
    line-height: 1;
    font-weight: 600;
    transform: rotate(-2.5deg);
    position: absolute;
    left: 0;
    top: -18px;
    font-size: 13px;
    text-shadow: none;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: -1;
    box-shadow: -88px 155px 0 139px #000000c7;
    transition: ease-in-out 200ms;
}
.clippak-loop-ad .pill {
    background: linear-gradient(to right, #ff5572, rgb(229 0 106));
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 4px 6px;
    line-height: 1;
    font-weight: 600;
    transform: rotate(-2.5deg);
    position: absolute;
    left: 0;
    top: -36px;
    font-size: 13px;
    text-shadow: none;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: -1;
}
.clippak-slidein:hover .pill, .clippak-loop-ad:hover .pill {
    transform: rotate(0deg)
}
.clippak-slidein .pill .yellow, .clippak-loop-ad .pill .yellow {
    background: yellow;
    color: var(--bg-color);
    border-radius: 3px;
    padding: 2px 4px;
    font-weight: 700;
}
.clippak-slidein .code_info, .clippak-loop-ad .code_info {
    font-size: 15px;
    line-height: 1;
    text-align: left;
}
.clippak-slidein h3, .clippak-loop-ad h3  {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 0 10px #191e31a8;
	margin: 0
}
.clippak-slidein h3 .show_mobile {
    display: none;
}
.clippak-slidein .btn, .clippak-loop-ad .btn {
	text-shadow: none;
	color: var(--bg-color);
	width: max-content;
	padding: 14px 30px;
	transition: ease-in-out 200ms;
}
.clippak-slidein .btn:hover, .clippak-loop-ad .btn:hover {
	transform: translateY(-5px);
}
.clippak-slidein .btn svg, .clippak-loop-ad .btn svg {
	width: 12px;
	height: 12px;
	transition: ease-in-out 200ms;
}
.clippak-slidein .btn:hover svg, .clippak-loop-ad .btn:hover svg {
	width: 12px;
	height: 12px;
	transform: translateX(10px);
}
.copy_coupon_code {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    text-align: center;
    gap: 10px;
    border-radius: 0;
    width: 100%;
    backdrop-filter: blur(16px);
    z-index: 500;
    background: #ffffff88;
}
.copy_coupon_code .coupon_code {
    font-weight: 600;
    background: var(--alt-color);
    padding: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 2px dashed green;
}
.copy_coupon_code .coupon_code_text {
    background: linear-gradient(to right, #ff5572, rgb(229 0 106));
    color: #fff;
    padding: 4px 6px;
    font-size: 13px;
    border-radius: 6px;
    position: absolute;
    margin-left: -134px;
    margin-top: -55px;
    transform: rotate(-2.5deg);
    display: flex;
    align-items: center;
    gap: 5px;
}
@media (max-width: 970px) {
    .mobile_menu nav a:last-child {
        display: flex;
    }
}
@media (max-width: 900px) {
    body.scrolled .clippak-slidein {
        transform: translateY(0);
    }
    .clippak-slidein h3 {
        font-size: 20px;
    }
    .clippak-slidein .code_info, .clippak-slidein h3 .show_desktop {
        display: none;
    }
    .clippak-slidein h3 .show_mobile {
        display: inline;
    }
    .clippak-slidein .btn {
        padding: 12px 16px;
    }
    .clippak-slidein .container {
        width: 100%;
    }
    table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        white-space: wrap;
        -webkit-overflow-scrolling: touch;
    }
    h2 {
        font-size: 30px;
    }
    .faq-sidebar-title {
        cursor: pointer;
    }

    .taxonomy-filter-active .archive_title, .taxonomy-filter-view .archive_title {
        padding: 20px 0;
    }

    .faq-sidebar-panel {
        overflow: hidden;
        padding: 0 19px;
    }

    .faq-sidebar-panel.mobile-collapsed .faq-sidebar-panel-content {
        display: none;
    }
    .faq-sidebar-title [icon="chevron"] svg {
        display: block;
    }
    .faq-sidebar-panel.mobile-expanded .faq-sidebar-panel-content {
        display: block;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .faq-sidebar {
        position: static;
        padding: 0;
    }

    .faq-main-category-cards {
        grid-template-columns: 1fr;
    }
    .faq_topics {
        margin: 0 0 45px 0;
        padding: 22px 10px;
        border-radius: 21px;
        background: linear-gradient(178deg, #e6ffea, #bbfbff);
    }
    .location_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .location_list div a {
        justify-content: start;
        text-align: left;
    }
    .hide_mobile {
        display: none!important;
    }
    .case-study-article .cs-hero{
        flex-direction: column;
        padding: 28px 22px;
    }
    .case-study-article .cs-kpi-value{font-size: 40px;}
    .case-study-article:nth-child(even) .cs-hero-right {
        order: 1;
    }
    .case-study-article .cs-title{ font-size: 40px; }
    .case-study-widget .case-study-article .cs-title{font-size: 38px;}
    .case-study-article .cs-body{
        grid-template-columns: 1fr;
    }
    .case-study-article .cs-aside{
        position: static;
    }
    .case-study-article .cs-why-grid{
        grid-template-columns: 1fr;
    }
    .case-study-article .cs-kv-row{
        grid-template-columns: 1fr;
    } 
    .mobile_menu {
        width: 100%;
        margin-right: 0;
        box-shadow: none;
        border: none;
        border-radius: 0;
        left: 0!important;
    }
    .mobile_menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        gap: 0;
    }
    .mobile_menu a {
        padding: 9px 12px
    }
    .mobile_menu.show_popup {
        clip-path: inset(0 0 100% 100%);
        transform-origin: top right;
        animation: slideright 500ms forwards 1;
    }
    @keyframes slideright {
        from {
            clip-path: inset(0 0 100% 100%);
        }
        to {
            clip-path: inset(0 0 0 0);
        }
    }
    hero h1, .flyer-distribution h1, h1, .hero-container h1 {
        font-size: 40px;
        line-height: 1.1;
    }
    .flyer-distribution hero container {
        padding: 150px 15px;
    }
    .video_overlay {
        height: auto;
        position: relative;
    }
    .hero_video {
        display: none
    }
    .video_overlay {
        top: 0;
    }
    .hero-cta-wrapper .cta {
        width: 100%;
    }
    .popular_services_list {
        padding: 10px;
    }
    .mobile_menu .help_content a {
        padding: 9px 0;
    }
    .mobile_menu .help_content {
        padding-bottom: 30px;
    }
    .mm-nav .accordion-header {
        font-weight: 500;
        font-size: 17px;
    }
    .mm-nav .accordion-header {
        padding: 9px 12px;
    }
    .mm-nav {
        margin-bottom: 15px;
    }
    .clippak-cta_section {
        flex-direction: column;
    }
    .clippak-cta_section p {
        display: none;
    }
}