@charset "UTF-8";
/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor.
Author: First Page Sage
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


/******** GLOBALS ***********/

html {
  scroll-padding-top: 180px;
  overflow: auto;
}

body {
  font-family: "din-2014",Trebuchet MS,sans-serif;
}

h1,
h2,
h3,
h4,
h5,
.sy-heading {
  font-family: "Bebas Neue", "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none !important;
  small {
    font-size: 50%;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none !important;
}

/* StimWorks */
body.brand-theme-stimworks {
  --brand-primary: #000;
  --brand-secondary: #F7BB05;
  --brand-text: #000;

  --e-global-color-primary: var(--brand-primary);
  --e-global-color-secondary: var(--brand-secondary);
  --e-global-color-text: var(--brand-text);
  --e-global-color-accent: var(--brand-primary);
}

body.brand-theme-stimworks footer.site-footer .col-footer.sy-footer-brand a {
  background-image: url('images/stimworks-footer.png');
}

.show-more-btn .e-n-accordion-item > .e-n-accordion-item-title {
  order: 2;
}

.show-more-btn .e-n-accordion-item > .e-child {
  order: 1;
}

.show-more-btn .e-n-accordion-item > .e-child h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.elementor-widget-n-accordion.show-more-btn .e-n-accordion-item-title {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 10px;
  border-color: var(--e-global-color-primary);
}

.cta-general {
  background: linear-gradient(to right, #363636 0, #363636 20%, #464646 20%, #464646 40%, #656666 40%, #656666 60%, #7B7B7B 60%, #7B7B7B 80%, #1F1E1E 80%, #1F1E1E 100%);
}

.cta-general {
  position: relative;
  background: #1F1E1E;
  overflow: hidden;
}

.cta-general::after {
  right: 0;
  background: linear-gradient(to left, #363636 0, #363636 20%, #464646 20%, #464646 40%, #656666 40%, #656666 60%, #7B7B7B 60%, #7B7B7B 80%, #1F1E1E 80%, #1F1E1E 100%);

}
.cta-general::before, .cta-general::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 0;
}
.cta-general::before {
  left: 0;
  background: linear-gradient(to right, #363636 0, #363636 20%, #464646 20%, #464646 40%, #656666 40%, #656666 60%, #7B7B7B 60%, #7B7B7B 80%, #1F1E1E 80%, #1F1E1E 100%);

}

/* Child-page navigation grid  */

.child-pages-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(40px, 6vw, 70px);
  row-gap: 0;

  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.child-pages-grid > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dedede;
  list-style: none;
}

.child-pages-grid > li:last-child {
  border-bottom: 0;
}

.child-pages-grid > li > a {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 18px 0;
  color: var(--e-global-color-accent);
  font-family: var( --e-global-typography-secondary-font-family );
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;

  transition: color 0.2s ease;
}

.child-pages-grid > li > a:hover,
.child-pages-grid > li > a:focus-visible {
  color: #111;
}

.child-pages-grid > li > a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.conditions-three-col .child-pages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(40px, 6vw, 100px);
  row-gap: 38px;

  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.conditions-three-col .child-pages-grid > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.conditions-three-col .child-pages-grid > li > a {
  display: inline-block;
  color: #000;
  font-family: var( --e-global-typography-secondary-font-family );
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.conditions-three-col .child-pages-grid > li > a:hover,
.conditions-three-col .child-pages-grid > li > a:focus-visible {
  opacity: .5;
}

@media (max-width: 1024px) {
  .conditions-three-col .child-pages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 50px;
  }
}

@media (max-width: 767px) {
  .child-pages-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .child-pages-grid > li > a {
    font-size: 25px;
  }

  .conditions-three-col .child-pages-grid > li {
    border-bottom: 1px solid #e2e2e2;
  }

  .conditions-three-col .child-pages-grid > li > a {
    display: block;
    padding: 18px 0;
    font-size: 22px;
  }
  html {
    scroll-padding-top: 30px;
    overflow: auto;
  }
}

.gradient-txt {
  background-color: #0064ff;
  background-image: linear-gradient(124deg,#000,#0064ff 77%,#0064ff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

/* ==================================================
   Global content tables
   ================================================== */

/* Responsive table wrapper */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Global Elementor table styles */
body:not(.wp-admin) .elementor table {
  width: 100%;
  margin: 0;
  border: 1px solid #dedede;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  table-layout: auto;
}

body:not(.wp-admin) .elementor table th,
body:not(.wp-admin) .elementor table td {
  padding: 10px;
  border: 0;
  border-bottom: none;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  vertical-align: middle;
}

body:not(.wp-admin) .elementor table th {
  background-color: #f5f5f5;
  font-weight: 700;
}

body:not(.wp-admin) .elementor table tbody tr:nth-child(odd) {
  background-color: #fff;
}

body:not(.wp-admin) .elementor table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Prevent Elementor from assigning backgrounds directly to cells */
body:not(.wp-admin) .elementor table tbody td {
  background-color: transparent;
}

body:not(.wp-admin) .elementor table tbody tr:last-child td {
  border-bottom: 0;
}

.underlined-heading .elementor-heading-title {
  position: relative;
}

.underlined-heading .elementor-heading-title::after {
  content: '';
  position: absolute;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  border-top: 1px solid #BEDD44;
  opacity: 0.6;
}

.text-secondary {
  color: var(--e-global-color-secondary) !important;
}

.d-block {
  display: block !important;
}

.two-col-icon-list .elementor-icon-list-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 80px;
}

.two-col-icon-list .elementor-icon-list-item {
  margin: 0 !important;
}

.two-col-icon-list .elementor-icon-list-item a {
  display: inline-flex;
  width: auto;
}

.two-col-icon-list.with-divider .elementor-icon-list-item {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.two-col-icon-list.with-divider .elementor-icon-list-item:last-child {
  border: none;
}
.two-col-icon-list.with-divider .elementor-icon-list-item:after {
  display: none;
}

.two-col-icon-list.with-divider.white-dividers .elementor-icon-list-item {
  border-color: #fff;
}



.sub-banner::before {
  content: '';
  position: absolute;
  top: -20px;
  right: 50%;
  width: 50%;
  border-top: 20px solid #BEDD44;
  z-index: 9;
  opacity: 1;
}

.image-right-border {
  position: relative;
}

.image-right-border::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: calc(100% - 80px);
  background: #BEDD44;
}

@media (max-width: 767px) {
  .two-col-icon-list .elementor-icon-list-items {
    grid-template-columns: 1fr;
  }
  .image-right-border::after {
    right: -20px;
    width: 20px;
  }
}

.two-column-copy {
  column-count: 2;
  column-gap: 80px;
}

@media (max-width: 767px) {
  .two-column-copy {
    column-count: 1;
  }
}



/* ==================================================
   HEADER
   ================================================== */

.site-header {
  background: rgba(20,20,20,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.35);
  transition:
    background-color 0.5s ease,
    border-color 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.site-header .header-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.site-header .header-inner .custom-logo-link {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.site-header .header-inner .custom-logo-link:hover {
  opacity: .6;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current_page_item > a.mega-menu-link {
  color: var(--e-global-color-secondary);
  background: rgba(255,255,255,0.1);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif !important;
  font-size: 15px !important;
  padding: 10px !important;
  line-height: 1.2;
  color: #444;
  text-transform: uppercase !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1
> li.mega-menu-item
ul.mega-sub-menu
li.mega-menu-item.mega-current_page_item
> a.mega-menu-link {
  color: var(--e-global-color-accent);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.social-menu-item {
  margin-left: auto;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.social-menu-item a {
  overflow: hidden;
  text-indent: -9999px;
  width: 38px !important;
  display: inline-block;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.social-menu-item > a.mega-menu-link::before {
  content: '';
  background: url("images/icons.svg") no-repeat;
  display: block;
  height: 18px;
  width: 18px;
  background-size: 388.125px 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.social-menu-item.social-instagram > a.mega-menu-link::before {
  background-position: -255.9375px 0;
}

@media (min-width: 991px) {
  .site-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .site-header .header-inner .site-navigation {
    max-width: 100%;
    width: 991px;
  }

  #mega-menu-wrap-menu-1 {
    width: 100%;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    justify-content: space-evenly;
    gap: 60px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none !important;
  }

  .site-header .site-branding {
    margin-right: auto;
  }

  .site-header.scrolled {
    background: rgba(20,20,20,0.8);
    border-bottom: 1px solid rgba(20,20,20,0.8);
  }
  /*#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    gap: 15px;
  }*/
}

@media (max-width: 1200px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.social-menu-item {
    margin-left: 0;
  }
  
}

@media (max-width: 991px) {
  .site-header .site-branding .site-logo img {
    width: 160px;
    max-width: 160px;
  }
  .site-header {
    padding: 0;
    background-color: #444;
    border: none;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle {
    background-color: transparent;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
    &:before {
      content: 'MENU';
      display: inline-block;
      font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
      color: #FFF;
      padding-right: 8px;
      text-transform: uppercase;
      font-size: 22px;
      letter-spacing: 0.5px;
    }
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    width: 25px;
    height: 18px;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    border-radius: 0;
    background-color: #fff;
    width: 25px;
    height: 3px;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    top: 1px;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    top: 8px;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    top: 16px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    border-bottom: 1px solid #333;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout > ul.mega-sub-menu {
    background: rgba(255,255,255,0.25);
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: transparent;
    color: #FFF;
    padding: 4px 10px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
    border: none;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 20px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 20px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current_page_item > a.mega-menu-link {
    background-color: #000;
    color: var(--e-global-color-secondary);
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    background-color: transparent;
    padding-left: 10px;
  }
}

/* ==================================================
   FOOTER
   ================================================== */

.cta-sub-wrapper {
  position: relative;
  margin-top: 30px;
}

.cta-sub-wrapper .cta-sub {
  background: none;
  overflow: hidden;
  width: 100%;
}

.cta-sub-wrapper .cta-sub a {
  background: #AECA3D;
  max-width: 820px;
  margin: 0 auto;
  padding: 25px 26px 20px;
  color: #fff;
  display: block;
  font-size: 25px;
  letter-spacing: 2px;
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  text-transform: uppercase;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cta-sub-wrapper .cta-sub a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 2000px;
  height: 100%;
  display: block;
  background: #AECA3D;

}

.cta-sub-wrapper .cta-sub a:hover {
  opacity: .6;
}

footer.site-footer {
  background: url('images/footer.jpg') no-repeat center center;
  background-size: auto;
  background-size: cover;
  max-width: 100% !important;
}

footer.site-footer .sy-footer-middle {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  gap: 40px;
  align-items: center;
}

footer.site-footer .col-footer {
  width: 50%;
}

footer.site-footer .col-footer.sy-footer-brand {
  position: relative;
  width: auto;
  left: -30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

footer.site-footer .col-footer.sy-footer-brand a {
  display: block;
  background: transparent url('images/logo-footer.png') center center no-repeat;
  background-size: cover;
  width: 320px;
  height: 320px;
}

footer.site-footer .col-footer.sy-footer-brand:hover {
  opacity: .5;
}

footer.site-footer .col-footer .logo-footer {
  max-width: 320px;
}

footer.site-footer .sy-footer-nav .menu {
  display: block;
  list-style: no-repeat;
  padding: 0;
}

footer.site-footer .sy-footer-nav .menu .menu-item {
  display: block;
  margin-bottom: 15px;
  list-style: none;
}

footer.site-footer .sy-footer-nav .menu .menu-item a {
  display: inline-block;
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  line-height: 2;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  color: #FFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  white-space: nowrap;
  text-decoration: none !important;
}

footer.site-footer .sy-footer-nav .menu .menu-item a:hover, footer.site-footer .contact-us a:hover {
  color: var(--e-global-color-secondary);
}

footer.site-footer .contact-us p, footer.site-footer .contact-us a {
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 11px;
  color: #FFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none !important;
}

footer.site-footer hr {
  max-width: 70px;
  opacity: 0.4;
  margin: 40px 0;
  border: none;
  border-top-width: medium;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid #BEDD44;
}

footer.site-footer .socials {
  display: block;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}

footer.site-footer .socials li {
  height: 18px;
  width: 18px;
  padding: 5.625px;
  position: relative;
  box-sizing: content-box;
  list-style: none;
  list-style-type: none;
}

footer.site-footer .socials li a {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  color: #fff;
  -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;
}

footer.site-footer .socials li a:hover {
  opacity: .4;
}

footer.site-footer .socials li a span {
  background: url("images/icons.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  display: block;
  height: 18px;
  width: 18px;
  background-size: 388.125px 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

footer.site-footer .socials li a span.instagram-icon {
  background-position: -255.9375px 0;
}

.sticky-form-wrap {
  padding-bottom: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;
  width: 150px;
  -webkit-transform: translateY(calc(100% - 41px));
  -moz-transform: translateY(calc(100% - 41px));
  -ms-transform: translateY(calc(100% - 41px));
  -o-transform: translateY(calc(100% - 41px));
  transform: translateY(calc(100% - 41px));
  -webkit-transition: all 400ms cubic-bezier(0.61, 0.24, 0.41, 0.87);
  -moz-transition: all 400ms cubic-bezier(0.61, 0.24, 0.41, 0.87);
  -o-transition: all 400ms cubic-bezier(0.61, 0.24, 0.41, 0.87);
  transition: all 400ms cubic-bezier(0.61, 0.24, 0.41, 0.87);
}

.sticky-contact-button {
  background: #AECA3D;
  color: #fff !important;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  margin-left: auto;
  text-transform: uppercase;
  border-radius: 4px;
  position: relative;
  bottom: 20px;
  right: 15px;
  padding: 12px 20px 16px;
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sticky-contact-button:hover {
  background-color: var(--e-global-color-accent);
  opacity: 0.6;
  color: var(--e-global-color-primary);
}

.reviews-holder {
  display: block;
  margin-top: 1rem;
}

a.reviews-holder p {
  display: inline-block;
  margin: 5px 0 0;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 0.3px;
}

.reviews-holder .stars {
  display: inline-block;
  margin-left: 8px;
}

.reviews-holder .stars .star {
  display: inline-block;
  padding: 6px;
  position: relative;
  top: 1px;
  background: url(images/star.png) no-repeat center center;
  background-size: 100% auto;
}

footer.site-footer .sy-footer-bottom {
  max-width: 1200px;
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.4);
  padding: 20px 20px 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer.site-footer .sy-footer-bottom p, footer.site-footer .sy-footer-bottom a {
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brand-theme-stimworks .cta-sub-wrapper {
  display: none !important;
}

@media (max-width: 768px) {
  footer.site-footer .sy-footer-middle {
    flex-direction: column;
    gap: 0;
  }
  footer.site-footer .col-footer .logo-footer {
    max-width: 250px;
  }
  footer.site-footer .col-footer {
    width: 100%;
    text-align: center;
  }
  footer.site-footer .col-footer:nth-child(2) {
    display: none;
  }
  footer.site-footer hr {
    margin-left: auto;
    margin-right: auto;
  }
  footer.site-footer .socials {
    justify-content: center;
  }
  footer.site-footer .sy-footer-bottom {
    flex-direction: column;
    justify-content: center;
  }
  footer.site-footer .col-footer.sy-footer-brand{
    left: 0;
  }
  footer.site-footer .col-footer.sy-footer-brand a {
    width: 240px;
    height: 200px;
  }
}

/* ==================================================
   OVERRIDES
   ================================================== */

.swiper-pagination .swiper-pagination-bullet {
  border: 2px solid var(--e-global-color-secondary);
  background: var(--e-global-color-secondary);
  border-radius: 0px;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}

#content .elementor-element.elementor-pagination-position-outside .swiper {
  padding-bottom: 70px;
}

.elementor-widget-button .elementor-button {
  background-color: transparent;
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
}


/* ==================================================
   HOME
   ================================================== */

#content #home-hero {
  position: relative;
  overflow: hidden;
}

#content #home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/slider.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.2);
  animation: syHeroZoom 20s ease-out forwards;
  z-index: 0;
}

#content #home-hero .e-con-inner {
  position: relative;
  z-index: 10;
}

@keyframes syHeroZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}

.clients-slider .swiper-wrapper .swiper-slide img {
  max-height: 50px;
}

#content .cards-home { position:relative;z-index:2; }
#content .cards-home:hover {
  transform: scale(1.05);
}

#content .cards-home h2 {
  font-size: 22px;
}

#content .cards-home::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 0px;
  height: 85%;
  background: var(--e-global-color-secondary);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#content .cards-home::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 0px;
  height: 85%;
  background: var(--e-global-color-secondary);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#content .cards-home:hover::before {
  width: 10px;
  z-index: 0;
  left: -10px;
}

#content .cards-home:hover::after {
  width: 10px;
  z-index: 0;
  right: -10px;
}

#content .left-home-image::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -60px;
  left: auto;
  width: 140px;
  height: calc(100% - 60px);
  background: url(images/regenerativeb.jpg) no-repeat right center;
    background-size: auto;
  display: block;
  background-size: cover !important;
}

#content .right-home-img::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -80px;
  left: auto;
  width: 80px;
  height: calc(100% - 60px);
  background: url(images/regenerative2b.jpg) no-repeat right center;
  background-size: auto;
  display: block;
  background-size: cover !important;
}

#home-01 .home-numb::before {
  content: '';
  position: absolute;
  right: -120px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 2px;
  width: 100px;
  background: var(--e-global-color-secondary);
}


.home-stimworks-cards::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%);
  z-index: 1;
}
.home-stimworks-cards .elementor-widget-heading {
  z-index: 2;
}
.home-stimworks-cards img {
  transition: transform 0.5s ease;
}
.home-stimworks-cards:hover img {
  transform: scale(1.05);
}

.home-stimworks-cards:nth-child(2), .home-stimworks-cards:nth-child(4) {
  transform: translateY(30px);
}

#home-stimworks .e-con-inner {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}

#home-stimworks .e-con-inner::before {
  content: '';
  position: absolute;
  inset: -40px 30px;
  border: 10px solid #BEDD44;
  pointer-events: none;
  z-index: 10;
}

.treatment-areas-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
  position: relative !important;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  top: -80px;
}

.treatment-areas-slider .main-img .n2-ss-item-image-content::before, .treatment-areas-slider .secondary-img .n2-ss-item-image-content::before {
  content: '';
  position: absolute;
  top: calc(50% - 24px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -40px;
  display: block;
  width: 40px;
  height: calc(100% - 120px);
  background: #BEDD44;
  background-size: auto;
}

.treatment-areas-slider .secondary-img .n2-ss-item-image-content::before { left: 0; }

.treatment-areas-slider .secondary-img {
  padding-left: 40px;
  left: auto !important;
  right: -220px !important;
  width: 500px !important;
}

.treatment-areas-slider .secondary-img img {
  height: 480px;
  width: auto;
}

/*.treatment-areas-slider .secondary-img .n2-ss-item-image-content {
  transform: translate(861px, 270px);
}*/

.treatment-areas-slider .secondary-img .n2-ss-item-image-content {
  width: 100%;
  height: 480px;
  overflow: visible;
}

/*.treatment-areas-slider .secondary-img .n2-ss-item-image-content img {
  position: absolute;
  top: 50%;
  left: 40px;
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  transform: translateY(-50%);
}*/

.treatment-areas-slider #n2-ss-2-arrow-previous, .treatment-areas-slider #n2-ss-2-arrow-next {
  display: flex;
  align-items: center;
  font-family: 'Bebas Neue','Sans-serif';
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-right: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.treatment-areas-slider #n2-ss-2-arrow-next {
  margin-left: 170px;
}

.treatment-areas-slider #n2-ss-2-arrow-previous:hover, .treatment-areas-slider #n2-ss-2-arrow-next:hover {
  opacity: .6;
}

.treatment-areas-slider #n2-ss-2-arrow-previous::after {
  content: 'PREV';
  display: inline-block;
}

.treatment-areas-slider #n2-ss-2-arrow-next::before {
  content: 'NEXT';
  display: inline-block;
}

@media (max-width: 900px) {
  .home-stimworks-cards:nth-child(2), .home-stimworks-cards:nth-child(4) {
    transform: translateY(0);
  }
  .treatment-areas-slider .main-img {
    position: relative !important;
    left: 0 !important;
    top: -80px !important;
    overflow: hidden;
  }
  .treatment-areas-slider .main-img {
    height: auto;
    width: 300px !important;
  }

  .treatment-areas-slider .slide-number {
    transform: translate(0) !important;
    top: 340px !important;
    left: 70px !important;
  }
  .n2-ss-slider .n2-ss-slider-controls-absolute-left-bottom {
    justify-content: center;
  }
  #home-01 .home-numb::before {
    right: 0;
  }
  .treatment-areas-slider #n2-ss-2-arrow-next {
    margin-left: 0;
  }
  .treatment-areas-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    position: absolute !important;
    top: 460px;
    bottom: auto;
    height: auto !important;
  }
  .treatment-areas-slider .main-img img {
    padding-left: 40px !important;
  }
  .treatment-areas-slider .main-img .n2-ss-item-image-content::before {
    left: 0;
  }
}

/* ==================================================
   MEDIA MENTIONS
   ================================================== */

.media-mentions {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.media-mention .media-mention__logo img {
  max-height: 80px;
  max-width: 200px;
  height: auto;
  width: auto;
  margin-bottom: 0;
}

.media-mention .media-mention__publication {
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.media-mention .media-mention__link {
  text-transform: uppercase;
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  display: inline-block;
  color: #000;
  font-size: 17px;
  letter-spacing: 3px;
  margin-top: 15px;
  padding: 14px 20px;
  border-top: 1px solid rgba(20,20,20,0.3);
  -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;
  line-height: 1.1em;
  text-decoration: none !important;
}

.media-mention .media-mention__link:hover {
  opacity: .5;
}

/* ==================================================
   REVIEWS
   ================================================== */

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 70px;
  row-gap: 60px;
}

.testimonial {
  position: relative;
  margin: 0;
  padding-left: 36px;
}

.testimonial::before {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  background: url(images/quote.png) top center no-repeat;
  background-size: auto;
  background-size: 100%;
  width: 25px;
  height: 25px;
}

.testimonial__content > :first-child {
  margin-top: 0;
}

.testimonial__content > :last-child {
  margin-bottom: 0;
}

.testimonial__attribution {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}

.testimonial__author {
  font-style: normal;
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  text-transform: uppercase;
  color: #AECA3D;
  line-height: 1.1em;
  letter-spacing: 2px;
}

.testimonial__role {
  font-size: 14px;
  line-height: 1.1em;
  opacity: .7;
}

@media (max-width: 767px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ==================================================
   STIMWORKS
   ================================================== */

#content #stimworks-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/stimworks-hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.2);
  animation: syHeroZoom 20s ease-out forwards;
  z-index: 0;
}

#stimworks-hero .logo-insignia .white {
  opacity: 0;
  animation: fadeUp .6s 1.7s forwards ease-out;
}

#stimworks-hero .logo-insignia .yellow {
  opacity: 0;
  animation: fadeUp .6s 2.2s forwards ease-out;
}

#stimworks-hero .logo-insignia .dot {
  opacity: 0;
  animation: fadeUp .6s 1.1s forwards ease-out;
}

#stimworks-hero .logo-text {
  opacity: 0;
  animation: fadeUp .6s 2.8s forwards ease-out;
}

.stimworks-intro {
  background: linear-gradient(to bottom, #1f1e1e 0%, #1f1e1e 50%, #fff 50%, #fff 100%);
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.stimworks-service .elementor-widget-image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  transition: bottom .5s ease;
}

.stimworks-service .elementor-widget-image {
  overflow: hidden;
  height: 330px;
}

.stimworks-service .elementor-widget-image img {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.stimworks-service:hover .elementor-widget-image img {
  transform: scale(1.1);
}

.stimworks-service:hover .elementor-widget-image::after {
  bottom: 0;
}

.stimworks-service:hover .btn-primary-white {
  opacity: 1 !important;
}

.stimworks-service .elementor-heading-title {
  color: var(--e-global-color-primary);
}

.cta-general-thick {
  position: relative;
  background: #F7BB05;
  overflow: hidden;
}

.cta-general-thick::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 100%;
  background: linear-gradient(to left, #AE8403 0, #AE8403 25%, #C09102 25%, #C09102 50%, #D4A105 50%, #D4A105 75%, #E5AD06 75%, #E5AD06 100%);
}
.cta-general-thick::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  background: linear-gradient(to right, #AE8403 0, #AE8403 25%, #C09102 25%, #C09102 50%, #D4A105 50%, #D4A105 75%, #E5AD06 75%, #E5AD06 100%);
}

@media (max-width: 767px) {
  #stimworks-hero .logo-insignia {
    width: 79px;
    height: auto;
  }
}

/* ==================================================
   FAQ
   ================================================== */

@media (min-width: 768px) {

  .responsive-faq details.e-n-accordion-item > summary {
    pointer-events: none;
    cursor: default;
  }

  .responsive-faq .e-n-accordion-item-title-icon {
    display: none;
  }
  .responsive-faq .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
    background-color: #fff !important;
  }
  .elementor-widget-n-accordion .e-n-accordion-item:first-child  > .e-n-accordion-item-title {
    border: none !important;
  }
}

/* ==================================================
   CLIENTS
   ================================================== */

.clients-grid .gallery-item .gallery-icon img {
  max-width: 60px;
  max-height: 60px;
  height: auto;
  width: auto;
}

@media (max-width: 767px) {
  .clients-grid .gallery {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
  }

  .clients-grid .gallery-item {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
}

/* ==================================================
   CONTACT
   ================================================== */

.sy-contact-form .wpforms-form .wpforms-field {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sy-contact-form .wpforms-form .wpforms-field input, .sy-contact-form .wpforms-form .wpforms-field textarea {
  background: #eeeeee40;
  border-radius: 10px;
  border-color: transparent;
  color: #fff;
  font-family: var( --e-global-typography-primary-font-family );
  font-size: 16px;
  letter-spacing: 0.3px;
  box-shadow: none;
  height: auto;
  margin-bottom: 0px;
  padding: 10px 15px;
}

.sy-contact-form .wpforms-form .wpforms-field input:focus:invalid, .sy-contact-form .wpforms-form .wpforms-field textarea:focus:invalid, .sy-contact-form .wpforms-form .wpforms-field input:focus, .sy-contact-form .wpforms-form .wpforms-field textarea:focus {
  border-color: var(--e-global-color-primary);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}

.sy-contact-form .wpforms-form .wpforms-field input::placeholder, .sy-contact-form .wpforms-form .wpforms-field textarea::placeholder {
  color: #fff;
  opacity: 1;
}

.sy-contact-form .wpforms-form button.sy-submit-form {
  background-color: var(--e-global-color-secondary) !important;
  font-family: var( --e-global-typography-secondary-font-family );
  color: #000 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 24px;
  padding: 15px 50px;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  border: none;
  margin-bottom: 0px
  display: block;
  margin-top: 36px;
  height: auto !important;
  outline: none !important;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}

.sy-contact-form .wpforms-form button.sy-submit-form:active, .sy-contact-form .wpforms-form button.sy-submit-form:hover {
  background-color: var(--e-global-color-accent) !important;
  outline: none !important;
}

.sy-contact-form .wpforms-form button.sy-submit-form::after {
  display: none !important;
}

.page-id-1928 .cta-sub-wrapper { display: none !important; }

/* ==================================================
   BLOG
   ================================================== */

.sy-blog-list {
  display: grid;
  gap: 0;
}

.sy-blog-post {
  display: grid;
  grid-template-columns: minmax(240px, 34%) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #d8d8d8;
}

.sy-blog-post:first-child {
  padding-top: 0;
}

.sy-blog-post__image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f1f1f1;
}

.sy-blog-post__image img,
.sy-blog-post__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.sy-blog-post__image img {
  object-fit: cover;
  transition: transform 0.35s ease;
}

.sy-blog-post:hover .sy-blog-post__image img {
  transform: scale(1.03);
}

.sy-blog-post__date {
  margin: 0 0 12px;
  color: var(--e-global-color-primary);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.sy-blog-post__title {
  margin: 0 0 18px;
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sy-blog-post__title a {
  color: var(--e-global-color-secondary);
  text-decoration: none;
}

.sy-blog-post__title a:hover {
  color: var(--e-global-color-accent);
}

.sy-blog-post__excerpt {
  max-width: 680px;
  margin-bottom: 24px;
  line-height: 1.65;
}

.sy-blog-post__excerpt p {
  margin: 0;
}

.sy-blog-post__link {
  text-transform: uppercase;
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  display: inline-block;
  color: #000;
  font-size: 17px;
  letter-spacing: 3px;
  margin-top: 15px;
  padding: 14px 20px;
  border-top: 1px solid rgba(20,20,20,0.3);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 1.1em;
  text-decoration: none !important;
}

.sy-blog-post__link:hover {
  opacity: .7;
}

/* =========================================
   Single blog post — editorial layout
   ========================================= */

#blog-layout {
  --content-width: 1220px;
  --article-width: 760px;
  --sidebar-width: 320px;
  --layout-gap: clamp(42px, 6vw, 88px);

  width: min(calc(100% - 48px), var(--content-width));
  margin-inline: auto;
  padding: clamp(70px, 8vw, 120px) 0;
}

/* Top article header */
.sy-page-header {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: var(--layout-gap);
  align-items: center;
  margin-bottom: clamp(50px, 7vw, 85px);
}

.header-content {
  min-width: 0;
}

.header-content__category {
  margin: 0 0 18px;
  color: var(--e-global-color-primary);
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}

.header-content__category a {
  color: inherit;
  text-decoration: none;
}

.sy-page-header .entry-title {
  max-width: 760px;
  margin: 0;
  color: var(--e-global-color-accent);
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  font-size: clamp(48px, 5.4vw, 76px);
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
}

.sy-post-excerpt {
  max-width: 680px;
  margin: 28px 0 0;
  color: #2e2e2e;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.55;
}

.sy-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 26px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--e-global-color-secondary);
  color: #555;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 1.4;
}

.header-featured-image {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 4px;
  background: #f2f2f2;
}

.header-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* No image */
.sy-page-header:not(:has(.header-featured-image)) {
  grid-template-columns: minmax(0, 900px);
}

/* Main article + sidebar */
.sy-page-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--sidebar-width);
  gap: var(--layout-gap);
  align-items: start;
}

.the-content {
  max-width: var(--article-width);
  min-width: 0;
  color: #222;
  font-size: 18px;
  line-height: 1.75;
}

.the-content > :first-child {
  margin-top: 0;
}

.the-content p {
  margin: 0 0 1.5em;
}

.the-content h2,
.the-content h3,
.the-content h4 {
  margin: 1.6em 0 0.65em;
  color: #111;
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
}

.the-content h2 {
  font-size: clamp(34px, 4vw, 48px);
}

.the-content h3 {
  font-size: clamp(28px, 3vw, 36px);
}

.the-content h4 {
  font-size: 24px;
}

.the-content img {
  max-width: 100%;
  height: auto;
}

.the-content a {
  color: var(--e-global-color-primary);
  text-underline-offset: 3px;
}

/* Sidebar */
.cta-wrapper {
  position: sticky;
  top: 110px;
}

.cta-content {
  padding: 34px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background: #fcfcfc;
}

.cta-content::before {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-bottom: 24px;
  background: var(--e-global-color-primary);
}

.cta-content h3 {
  margin: 0 0 16px;
  color: #111;
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.05;
  text-transform: uppercase;
}

.cta-content h3 strong {
  color: var(--e-global-color-accent);
  font-weight: normal;
}

.cta-content p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.55;
}

.cta-content .btn-cta {
  padding: 12px 24px;
  background-color: var(--e-global-color-secondary);
  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  color: #000;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
}

.cta-content .btn-cta:hover {
  background: var(--e-global-color-accent);
}

/* Tags */
.post-tags {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.6;
}

.post-tags a {
  color: var(--e-global-color-primary);
}

/* Tablet */
@media (max-width: 1024px) {
  .sy-page-header {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  }

  .sy-page-content {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 42px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  #blog-layout {
    width: min(calc(100% - 36px), var(--content-width));
    padding: 52px 0 72px;
  }

  .sy-page-header,
  .sy-page-header:not(:has(.header-featured-image)) {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 52px;
  }

  .header-featured-image {
    aspect-ratio: 16 / 10;
  }

  .sy-page-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .the-content {
    max-width: none;
    font-size: 17px;
    line-height: 1.68;
  }

  .cta-wrapper {
    position: static;
  }

  .sy-blog-post {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 38px 0;
  }

  .sy-blog-post__image {
    aspect-ratio: 16 / 10;
  }
}