/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* 01. Var overrides                     */
/* 02. Fonts                             */
/* 03. Header                            */
/* 04. Forms                             */
/* 05. Breadcrumbs                       */
/* 06. SC Scent Archives                 */
/* 07. Language Switcher                 */
/* 08. System Pages                      */
/* 09. Emphasis                          */
/* 10. Footer                            */
/* 11. SC Global - Price                 */
/* 12. SC Global - Price Row             */
/* 13. SC Slider--archive      */
/* 14. SC Archive-scents-statisch        */
/* 15.                                   */
/* 99. Other stuff (uncategorized)       */
/*****************************************/

/*****************************************/
/* 01. Var overrides                     */
/*****************************************/
:root {
  --opc-footer-hover: 1;
  --sc-color-orange: #ed8022;
  --sc-color-cyan: #107a70;
}


/*****************************************/
/* 02. Fonts                             */
/*****************************************/
/* Custom fonts decleration */

@font-face {
  font-family: 'Radio Grotesk';
  src: local('Radio Grotesk'), 
     url('https://7099463.fs1.hubspotusercontent-na1.net/hubfs/7099463/raw_assets/public/Sense%20Company%20X%20POWER/assets/fonts/PPRadioGrotesk-Regular.woff') format('woff'),
     url('https://7099463.fs1.hubspotusercontent-na1.net/hubfs/7099463/raw_assets/public/Sense%20Company%20X%20POWER/assets/fonts/PPRadioGrotesk-Regular.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Radio Grotesk';
  src: local('Radio Grotesk'), 
     url('https://7099463.fs1.hubspotusercontent-na1.net/hubfs/7099463/raw_assets/public/Sense%20Company%20X%20POWER/assets/fonts/PPRadioGrotesk-Bold.woff') format('woff'),
     url('https://7099463.fs1.hubspotusercontent-na1.net/hubfs/7099463/raw_assets/public/Sense%20Company%20X%20POWER/assets/fonts/PPRadioGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ff-base: 'Radio Grotesk', sans-serif !important;
  --ff-accent: 'Radio Grotesk', sans-serif !important;
}


/*****************************************/
/* 03. Header                            */
/*****************************************/

@media (min-width: 576px) {
  .pwr-header-top__menu {
      margin-right: unset;
      margin-left: auto;
  }
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-2 > ul.hs-menu-children-wrapper {
  max-width: 325px;
  min-width: 275px;
  width: auto;
}

.hs-menu-depth-1.hs-item-has-children > .hs-menu-children-wrapper {
  margin-top: -8px;
}

.pwr-burger__menu > .hs_cos_wrapper {
  height: auto !important;
}

.pwr-burger__menu .hs-menu-wrapper li a {
  padding: 10px 15px 10px;
}

.pwr-burger__menu>span:last-child {
  margin-top: -20px;
}

/* Split menu changes */
@media (min-width: 1201px) {
  .pwr-header-logo {
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}

.pwr-header__menu--left {
  left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1:first-child > a {
  padding-left: 0;
}






/*****************************************/
/* 04. Forms                             */
/*****************************************/
/* Dark styles */
.pwr--dark form input[type=color], 
.pwr--dark form input[type=date], 
.pwr--dark form input[type=datetime-local], 
.pwr--dark form input[type=datetime], 
.pwr--dark form input[type=email], 
.pwr--dark form input[type=file], 
.pwr--dark form input[type=month], 
.pwr--dark form input[type=number], 
.pwr--dark form input[type=password], 
.pwr--dark form input[type=search], 
.pwr--dark form input[type=tel], 
.pwr--dark form input[type=text], 
.pwr--dark form input[type=time], 
.pwr--dark form input[type=url], 
.pwr--dark form input[type=week], 
.pwr--dark form select, 
.pwr--dark form textarea,
.pwr--dark [type=checkbox]+span:before, 
.pwr-form.pwr--dark [type=checkbox]+span:before {
  background-color: var(--clr-txt-nav-dk);
  color: var(--clr-base-dk);
}

body .pwr--dark input[type="text"]:focus,
body .pwr--dark input[type="password"]:focus, 
body .pwr--dark input[type="datetime"]:focus, 
body .pwr--dark input[type="datetime-local"]:focus, 
body .pwr--dark input[type="date"]:focus, 
body .pwr--dark input[type="month"]:focus, 
body .pwr--dark input[type="time"]:focus, 
body .pwr--dark input[type="week"]:focus, 
body .pwr--dark input[type="number"]:focus, 
body .pwr--dark input[type="email"]:focus, 
body .pwr--dark input[type="url"]:focus, 
body .pwr--dark input[type="search"]:focus, 
body .pwr--dark input[type="tel"]:focus, 
body .pwr--dark input[type="color"]:focus,
body .pwr--dark input[type="file"]:focus,
body .pwr--dark textarea:focus,
body .pwr--dark select:focus {
  background-color: var(--clr-txt-nav-dk);    
}

.pwr--dark ::placeholder {
  color: var(--clr-base-dk);
}
/* -- */


/*****************************************/
/* 05. Breadcrumbs                       */
/*****************************************/
.breadcrumb {
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
  padding: unset !important;
  margin-top:2rem;
}

.breadcrumb a {
  color: var(--clr-text-lt);
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb li {
  display: flex;
  gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumb li:before {
  display: none !important;
}

.breadcrumb li .chevron {
  font-size: 24px;
}
/* -- */




/*****************************************/
/* 06. SC Scent Archives                 */
/*****************************************/
.sc-scents-filters--wrapper input[type="text"], 
.sc-scents-filters--wrapper select,
.sc-scents-filters--wrapper ::placeholder {
  color: var(--clr-base-dk) !important;
} 

.sc-scents-filters {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 30px;
  
  @media only screen and (min-width: 1100px) {
   flex-direction: row; 
  }
}

.sc-scents-filters--header {
  display: flex;
  line-height: 1.4;
  gap: 10px;
}

.sc-scents-filters--heading {
  font-size: 21px;
  margin-bottom: 10px;
}

.sc-scents-filters--count { 
  color: #16cdbe;
  color:#ed8022;
  font-size: 11px;
}

.sc-scents-filters--inner,
.sc-scents-filters--wrapper {
  display: flex;
  flex-direction: column; 
  gap: 20px;
    
  @media only screen and (min-width: 960px) {
    flex-direction: row; 
  }
}

.sc-scents-filters--reset {
  color: var(--sc-color-cyan);
  font-size: 12px;
  background: none;
	border: none;
	padding: 0;
	font-family: inherit;
	cursor: pointer;
	outline: inherit; 
  color:#ed8022;
}
.sc-scents-filters--reset:hover {
  text-decoration: underline; 
}

.sc-scent-filters--input {
  font-size: 12px !important;
  padding: 8px 20px 8px 10px !important;
  background-color: var(--clr-background-accent-lt) !important;
  border-radius: 5px !important;
}

.sc-scent-archive--title {
/*   font-size: 60px; */
  margin-bottom: 50px;
  margin-top:2rem;
}

.sc-scent-archive--wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.sc-scent-teaser {  
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  
  background-color: #232227;
    background-color: #FFF;

  border-radius: 10px;
  box-shadow: 0 3px 18px -15px #000;
  border: 1px solid #eee;
  
  transition:all 0.3s ease-in-out:
}
.sc-scent-teaser:hover {
   background-color: var(--clr-background-accent-lt);
}
.sc-scent-teaser--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  line-height: 1.2;
  padding: 20px;
}

.sc-scent-teaser--image {
  display: block;
  height: 170px;
  object-fit: cover;
  width: 100%;
}

.sc-scent-teaser--title {
  margin-bottom: 4px;
  font-size: 18px;
  color: var(--clr-text-dk);
  color:#000;
}
.sc-scent-teaser--description {
  font-size: .8em;
  color: var(--clr-text-dk);
  color:#000;
}

.sc-scent-library--title {
  /* font-size: 60px; */
  margin-bottom: 50px;
}

.sc-scent-library--wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-bottom: 20px;
  
  @media only screen and (min-width: 960px) {
    grid-template-columns: repeat(3, 1fr);
  }
  @media only screen and (min-width: 1100px) {
    grid-template-columns: repeat(4, 1fr);
  }
}

.sc-scents-library--header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.sc-scents-library--header-wrapper {
  display: flex;
  line-height: 1.4;
  gap: 10px;
}

.sc-scents-library--heading {
  font-size: 21px;
  margin-bottom: 10px;
}

.sc-scents-library--count { 
  font-size: 11px;
  color: #ed8022;
  font-weight: bold;
}
.sc-scents-library--count:hover {
  color: #16cdbe;
}

.sc-scents-library--more {
  color: #16cdbe;
  font-size: 14px;
  text-decoration: underline;
}
.sc-scents-library--more:hover {
/*   text-decoration: none;  */
}

.sc-scent-teaser-small {  
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  padding-right: 3px;
  background-color: #232227;
  border-radius: 10px;
  box-shadow: 0 3px 18px -15px #000;
  transition: background-color .2s cubic-bezier(0.22, 0.61, 0.36, 1);
      border: 1px solid #eee;
}
.sc-scent-teaser-small:hover {
  background-color:var(--clr-background-accent-lt);
}
.sc-scent-teaser-small--image {
  display: block;
  height: 75px;
  width: 75px;
  object-fit: cover;
}

.sc-scent-teaser-small--title {
  font-size: 14px;
  color: var(--clr-text-dk);
}

.sc-scent-teaser-small:hover .sc-scent-teaser-small--title {
  text-decoration: underline; 
}

.sc-scent-teaser-small--description {
  font-size: .8em;
  color: var(--clr-text-dk);
}
/* -- */




/*****************************************/
/* 07. SC Scent Detail                   */
/*****************************************/
.sc-scent-detail--wrapper { 
  display: flex;
  flex-direction: column;
  gap: 50px;
  
  @media only screen and (min-width: 960px) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 100px;
    margin-bottom: 100px;
  }
}

.sc-scent-detail--title {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
  
  @media only screen and (min-width: 960px) {
    font-size: 36px;
  }
}

.sc-scent-detail--heading {
  font-size: 24px;
  
  font-weight: 300;
  margin-bottom: 20px;
  
  @media only screen and (min-width: 960px) {
    font-size: 36px;
  }
}

.sc-scent-detail--image {
  height: 100%;
  max-height: 710px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  
  @media only screen and (min-width: 960px) {
    height: 100%;
  }
}

.sc-scent-detail--description {
  margin-top: 0;
}

.sc-scent-detail--divider {
  background-color: #ddd;
  margin: 20px 0;
}

.sc-scent-detail--checkmark-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 20px 0;
}

.sc-scent-detail--checkmark-list-item {
  list-style-type: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  
  @media only screen and (min-width: 960px) {
   width: 50%; 
  }
}

.sc-scent-detail--checkmark-list-item svg {
  fill: var(--sc-color-orange);
}

.sc-scent-table {
  border-radius: 10px;
  overflow: hidden;
}
.sc-scent-table--row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 0; 
 
  background-color: var(--clr-background-accent-lt);
}
.sc-scent-table--row:nth-child(even) {  
  background-color: hsla(0, 0%, 100%, .2);
  background-color:#F9FBFD;
}
.sc-scent-table--column {
  padding: 10px 20px;
}
.sc-scent-table--column:nth-child(2) {
  border-left: 2px solid #eee;
}
/* -- */


/*****************************************/
/* 07. Language Switcher                 */
/*****************************************/
.hs-language-switcher {
  display: block;
  z-index: 100;
  position: relative;
}

.hs-language-switcher__inner-wrapper {
  position: relative;
  display: inline-block;
}

/* Button */

.hs-language-switcher__button {
  cursor: pointer;
  background-color: unset;
  color: var(--clr-txt-nav-dk);
  border: unset;
  font: inherit;
  padding: unset;
  vertical-align: middle;
}

.hs-language-switcher__label {
  display: flex;
  align-items: baseline;
  font-size: 1em;
  line-height: 1;
}

.hs-language-switcher__menu .hs-language-switcher__label {
  align-items: center;
}

.hs-language-switcher__icon {
  height: 20px;
  width: 20px;
}

/* Menu */
.hs-language-switcher__menu {
  position: absolute;
  top: 100%;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  min-width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  white-space: nowrap;
  background-color: var(--clr-background-lt);
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0,0,0,.05);
  right: 0; /* Align with right */
}

.hs-language-switcher__menu.visible {
  display: block;
}

.hs-language-switcher__item {
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  text-align: left;
}

.hs-language-switcher__item:focus a,
.hs-language-switcher__item.active a,
.hs-language-switcher__menu.mousemove .hs-language-switcher__item:hover a {
  color: var(--clr-text-lt);
}

.hs-language-switcher__item a {
  display: block;
  height: 100%;
  color: var(--clr-text-lt);
  text-decoration: none;
}

.hs-language-switcher__icon--custom {
  width: 20px;
  max-width: 40px;
  height: auto;
  margin-right: 10px;
}

.hs-language-switcher__icon--dropdown {
  margin-left: 10px;
  margin-right: 0;
  display: block;
  width: 13px;
  height: auto;
  fill: var(--clr-txt-nav-dk);
  transition: transform .2s ease;
}

.hs-language-switcher__icon--dropdown.active {
  transform: rotate(180deg);
}

.sc-language-switcher__flag {
  border-radius: 2px;
  vertical-align: middle;
}

.pwr-header-top__menu ul:after {
  color: var(--clr-txt-nav-dk);
  content: "|" !important;
  padding-left: 12px;
  padding-right: 12px;
  display: inline !important;
}

.pwr-burger-bottom-bar .hs-language-switcher__menu {
  position: relative
}

.pwr-burger-bottom-bar .hs-language-switcher__button,
.pwr-burger-bottom-bar .hs-language-switcher__item {
  padding: 10px 20px 10px 0;
}


/* -- */







/*****************************************/
/* 08. System Pages                      */
/*****************************************/
.systems-page--404 > section,
.systems-page--500 > section,
.systems-page--pswd-prompt > section,
.systems-page--search-results > section,
.systems-page--search-results #hs_cos_wrapper_search-results .pwr-sec-search-results {
  background-color: var(--clr-background-lt) !important;
}

.systems-page--pswd-prompt #hs_cos_wrapper_hero,
.systems-page--search-results #hs_cos_wrapper_hero {
  display: none;
}
/* -- */









/*****************************************/
/* 09. Emphasis                          */
/*****************************************/

/* Use <em>yortexthere</em> tags to use emphasis set by theme
   Available in both single-line-text fields as in rich-text fields */
em {
  border-radius: 0.2em;
}




/*****************************************/
/* 10. Footer                            */
/*****************************************/
/* Shape divider */
footer .pwr-shape-divider__shape {
  background-color: var(--clr-background-html);
  border-radius: 0 0 100px 100px;
  height: 80px;
}

footer .pwr-shape-divider__shape .pwr-shape-divider__svg {
  display: none;
}

#hs_cos_wrapper_footer_page .pwr-shape-divider__offset-wrapper {
  padding-bottom: 0px;
  padding-top: 110px;
}
/* -- */

/* Footer borders */
footer .pwr-adc-main {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
/* -- */

/* Footer social icons */
footer .pwr-adc-sub .pwr-social-icon {
  padding: 0 .35em;
}

footer .pwr-adc-sub .pwr-social-icon:first-child {
  padding-left: 0
}

footer .pwr-adc-sub .pwr-social-icon:last-child {
  padding-right: 0
}
/* -- */

/* Reverse columns on mobile */
@media (max-width: 767px) {
    .pwr-adc-sub__cols {
        flex-direction: column-reverse;
    }
}

footer .pwr-adc-sub div[class*=adc__col--width-] {
  padding: 8px 30px;
}
/* -- */

/* Links */
footer .pwr-rich-text a:not(.pwr-cta):not([class*="cta_button"]) {
  color: #000!important;
}
/* -- */


/* Form styling */
footer [type=checkbox]+span:before, 
footer form input[type=color], 
footer form input[type=date], 
footer form input[type=datetime-local], 
footer form input[type=datetime], 
footer form input[type=email], 
footer form input[type=file], 
footer form input[type=month], 
footer form input[type=number], 
footer form input[type=password], 
footer form input[type=search], 
footer form input[type=tel], 
footer form input[type=text], 
footer form input[type=time], 
footer form input[type=url], 
footer form input[type=week], 
footer form select, 
footer form textarea, 
footer [type=checkbox]+span:before {
  background-color: var(--clr-text-dk) !important;
}
/* -- */







/* Font styling */
footer .pwr-adc-main .pwr-adc-content--menu .hs-menu-depth-1>a,
footer .pwr-adc-main .pwr-adc-content--title .pwr-adc-content__title {
  font-weight: 325 !important;
  font-size: 16px !important; 
  border-bottom: 2px solid;
  padding: unset !important;
  margin-bottom: 10px;
}


footer .pwr-adc-main .pwr-adc-content--menu .hs-menu-depth-2>a {
  margin: unset;
  font-size: 16px !important;
  font-weight: 300 !important;
}

footer .pwr-adc-sub .pwr-adc-content__text {
  font-weight: 325;
}

footer .pwr-adc-content--menu .pwr-adc-content__text a {
  font-weight: 500;
}

footer .pwr-adc-sub .hs-menu-wrapper li:not(:last-child):after {
  margin: unset;
  opacity: 0;
}

footer .pwr-adc-sub .hs-menu-wrapper li:not(:last-child) a {
  padding: 8px !important;
}
/* -- */

/* Footer form */
footer form .field,
footer form .hs-submit {
  margin: unset;
}

footer form .hs-submit {
  margin-top: 10px;
}

footer form .hs_submit::after {
  background-color: var(--clr-base-dk);
}

footer .pwr-adc__col:nth-child(1) .pwr-adc-content--text:nth-child(3) {
  width: 100%;
}

/* -- */

/*****************************************/
/* 11. SC Global - Price                 */
/*****************************************/
.pwr-services-item__title {
  font-size: 28px !important;
}


/* Box alignment and setup*/
.pwr-services-sub-services {
  justify-content: start !important;
}

.pwr-services-sub-services .pwr-cta {
  width: 100%;
}

.pwr-services-box__front {
  text-align: left;
}

.sc-sec-services_sbs .pwr-services-box__back, 
.sc-sec-services_sbs .pwr-services-box__front {
  padding: 50px 40px 40px 40px !important;
}
@media (max-width: 991px ) {
  .sc-sec-services_sbs .pwr-services-box__back, 
  .sc-sec-services_sbs .pwr-services-box__front {
    padding: 3rem 1rem 2rem !important;
  }
}

/* Styling for borders */
.sc-sec-services_sbs .pwr-services-box__inner.pwr--colored-box {
  box-shadow: 0px 3px 30px -10px #00000040;
  border-radius: 20px;
  border: 3px solid #000;
}

.pwr-services-box__inner.pwr--colored-box.sc-highlight { /* added sc-highlight for highlighted styles */
  border: 3px solid transparent;
  background: 
    linear-gradient(to right, white, white), 
    linear-gradient(44.44deg, #57B587 0.9%, #44BBD3 98.44%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  overflow: visible;
}

.pwr-services-box--w-links .pwr-services-sub-services {
  margin-top: unset !important;
}

.sc-services_terms {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.sc-highlight-text {
  color: #fff;
  font-size: 14px;
  font-weight: 325;
  line-height: 13.2px;
  position: absolute;
  top: 0;
  display: block;
  background-color: transparent;
  background: linear-gradient(44.44deg, #57B587 0.9%, #44BBD3 98.44%);
  background-position: 0 85%;
  background-repeat: no-repeat;
  background-size: 100% var(--ht-02-mark-h);
  line-height: 28px;
  margin-top: -14px;
  z-index: 10;
  padding: 0 7px;
  border-radius: 5px;
}


/* Button styling */
.pwr-services-sub-services .pwr-cta .pwr-cta_button {
  box-sizing: border-box !important;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight:bold;
  transition: all .2s cubic-bezier(0.22, 0.61, 0.36, 1);

}
.pwr-services-sub-services .pwr-cta .pwr-cta_button:hover {
  color:#fff;
  background-color:#131415;
}
.pwr-cta--custom-04 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover {
  color:#fff;
}
.pwr-cta--custom-01 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):before,
.pwr-cta--custom-01 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):after,
.pwr-cta--custom-02 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):before,
.pwr-cta--custom-02 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):after,
.pwr-cta--custom-03 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):before,
.pwr-cta--custom-03 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):after,
.pwr-cta--custom-04 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):before,
.pwr-cta--custom-04 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):after,
.pwr-cta--custom-01 .hs-submit:after, .pwr-cta--custom-01 .hs-submit:hover:before,
.pwr-cta--custom-01 .hs-submit:after, .pwr-cta--custom-01 .hs-submit:hover:after {
    transition: all .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.pwr-cta--custom-02 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:before,
.pwr-cta--custom-02 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
    background-color:#131415;
}
.pwr-cta--custom-04 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:before,
.pwr-cta--custom-04 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
    background-color:#131415;
}
.pwr-cta--custom-01 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:before,
.pwr-cta--custom-01 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
  background-color:var(--clr-btn-primary);
}  

.pwr-cta--custom-03 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:before,
.pwr-cta--custom-03 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
  background-color:#131415;
}
.pwr-cta--custom-03 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover {
  color:#fff;
}

.pwr-cta--custom-01 .hs-submit:after, .pwr-cta--custom-01 .hs-submit:hover:after {
  background-color:var(--sc-color-orange);
}



/* Override styles to change .pwr-services-box to a two-column layout */
.sc-sec-services_sbs .pwr-services {
  display: flex;
  gap: 50px;
  flex-flow: row wrap;
  margin: unset;
}

/* This needs to be changed to grid */
.sc-sec-services_sbs .pwr-services-box {
  width: calc( 50% - 25px ); /* Change width to 50% to create two columns with a wider gap */
  margin: unset;
}

/* Adjust width for smaller screens (one column) */
@media (max-width: 991px ) {
  .sc-sec-services_sbs .pwr-services-box {
    width: 100%; /* One column for small screens */
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}









/*****************************************/
/* 12. SC Global - Price Row             */
/*****************************************/
.pwr-services-item__title {
  font-size: 28px !important;
}


/* Box alignment and setup*/
.pwr-services-sub-services {
  justify-content: start !important;
}

.pwr-services-sub-services .pwr-cta {
  width: 100%;
}

.pwr-services-box__front {
  text-align: left;
}

.sc-sec-services_row .pwr-services-box__back, 
.sc-sec-services_row .pwr-services-box__front {
  padding: 30px 20px 20px 20px !important;
}


/* Styling for borders */
.pwr-services-box__inner.pwr--colored-box {
  box-shadow: 0px 3px 20px -10px #00000040;
  border-radius: 20px;
  border: 3px solid transparent;
}

.pwr-services-box__inner.pwr--colored-box.sc-highlight { /* added sc-highlight for highlighted styles */
  border: 3px solid transparent;
  background: 
    linear-gradient(to right, white, white), 
    linear-gradient(44.44deg, #57B587 0.9%, #44BBD3 98.44%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  overflow: visible;
}

.sc-highlight-text {
  color: #fff;
  font-size: 14px;
  font-weight: 325;
  line-height: 13.2px;
  position: absolute;
  top: 0;
  display: block;
  background-color: transparent;
  background: linear-gradient(44.44deg, #57B587 0.9%, #44BBD3 98.44%);
  background-position: 0 85%;
  background-repeat: no-repeat;
  background-size: 100% var(--ht-02-mark-h);
  line-height: 28px;
  margin-top: -14px;
  z-index: 10;
  padding: 0 7px;
  border-radius: 5px;
}


/* Button styling */
.pwr-services-sub-services .pwr-cta .pwr-cta_button {
  box-sizing: border-box !important;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

  

.pwr-services.pwr-services--style-4 {
  display: flex;
  /* flex-wrap: nowrap; */
  justify-content: center;
  /* gap: 10px; */
  margin: unset;  
}
@media (max-width: 991px) {
  .pwr-services.pwr-services--style-4 {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.sc-sec-services_row .pwr-services-box {
  /* width: 100%;
  max-width: 320px; */
}

.sc-sec-services_row .pwr-services-item {
    width: 25% !important; /* Ensure .pwr-services-item also takes 25% width for four columns */
}

@media (max-width: 991px) {
    .sc-sec-services_row .pwr-services-item {
        width: 50% !important; /* Adjust to two columns for medium screens */
    }
}

@media (max-width: 767px ) {
    .sc-sec-services_row .pwr-services-item {
        width: 100% !important; /* Adjust to one column for small screens */
    }
}




/*****************************************/
/* 13. SC Slider--archive      */
/*****************************************/
/* FIX FOR NOW */
.swiper-scent {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
  
  margin-bottom: 0 !important;
  padding-bottom: 30px;
}

.sc-scent-slider-card {
  /* height: 100% !important; */
  height: auto;
  background-color: var(--clr-background-accent-lt);
}

.sc-scent-slider-card--image {
  height: 170px;
  width: 100%;
  object-fit: cover; 
}

.sc-scent-slider-card--content {
  /* sc changes */
  padding:1rem;
}

.sc-scent-slider-card--title {
  color: var(--clr-text-lt);
  font-size: 18px;
  /* sc changes */  
}

.sc-scent-slider-card:hover .sc-scent-slider-card--image {
  /* filter: grayscale(50%); */
}

.sc-scent-slider-card:hover .sc-scent-slider-card--title {
  text-decoration: underline; 
}

.sc-scent-slider-card--description {  
  color: var(--clr-text-lt);
  font-size: 14px;
  font-style: italic;
  /* margin-bottom: 4px; */

  display: block;
  line-height: 1.5;
}

.sc-scent-slider-card--all {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.sc-scent-slider-card--all:hover .sc-scent-slider-card--all-link {
  text-decoration: underline;
}

.sc-scent-slider-card--all-link {
  color: #fff;
}

.sc-scents-archive-slider .pwr-sec-simple-list-items__intro-sec {
  display: flex;
  gap: 10px;
  margin-bottom: 35px;
}






/*****************************************/
/* 14. SC Archive-scents-statisch        */
/*****************************************/
.sc-scent-library--title {
  /* font-size: 60px; */
  margin-bottom: 50px;
  margin-top:2rem;
}

.sc-scent-library--wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 960px) {
  .sc-scent-library--wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1100px) {
  .sc-scent-library--wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

.sc-scents-library--header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.sc-scents-library--header-wrapper {
  display: flex;
  line-height: 1.4;
  gap: 10px;
}

.sc-scents-library--heading {
  font-size: 21px;
  margin-bottom: 10px;
}


.sc-scents-library--count:hover {
  color: #16cdbe;
}

.sc-scents-library--more {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
}
.sc-scents-library--more:hover {
  color: #ed8022;
}

.sc-scent-teaser-small {  
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  padding-right: 3px;
  background-color:#fff;
/*   background-color: #232227; */
  border-radius: 10px;
  box-shadow: 0 3px 18px -15px #000;
}

.sc-scent-teaser-small--image {
  display: block;
  height: 75px;
  width: 75px;
  object-fit: cover;
}

.sc-scent-teaser-small--title {
  font-size: 14px;
/*   color: var(--clr-text-dk); */
  color:#000;
}

.sc-scent-teaser-small:hover .sc-scent-teaser-small--title {
  text-decoration: underline; 
}

.sc-scent-teaser-small--description {
  font-size: .8em;
  color: var(--clr-text-dk);
}














/*****************************************/
/* 99. Other stuff (uncategorized)       */
/*****************************************/
/* MAKA */
/* Header Calculations for Mega Menu */
/* .header__container .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper{
  transform: translateX(-76%) !important;
}
.header__container .hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper{
  transform: translateX(-87.7%) !important;
} */

.pwr-sec__title-intro {
  color: #16CDBE;
}

.sc-border {
  border-radius: 18px;
}

.sc-border img {
  border-radius: 18px;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
} 

.flex-col {
  flex-direction: column;
}

.gap {
  gap: 30px;
}

.sc-box-shadow {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.sc-sense-gradient {
  background: linear-gradient(to bottom, rgba(22, 205, 190, 1.0) 0%, rgba(16, 122, 112, 1.0) 100%);
}

.overflow-hidden {
  overflow: hidden;
}

.visibility-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}


/*****************************************/
/* 100. Fixes by SC                      */
/*****************************************/

:root {
  /* Padding variables */
  --sc-padding-multiplier-sm: 0.5;
  --sc-padding-multiplier-md: 0.75;
  --sc-padding-multiplier-lg: 1;
  --sp-reduction-factor: 0.25;
  --sp-p-hor-mobile:1.5rem;
}

/* padding fix */
.pwr-sec-txt,
.pwr-sec-simple-list-items,
.pwr-sec-posts,
.pwr-sec-services,
.pwr-sec-images,
.pwr-sec-clients,
.pwr-sec-form {
  padding: calc(3rem* var(--sc-padding-multiplier-lg)) 0;
}
@media (max-width: 767px) {
    .pwr-sec-txt,
    .pwr-sec-simple-list-items,
    .pwr-sec-posts,
    .pwr-sec-services,
    .pwr-sec-images,
    .pwr-sec-clients,
    .pwr-sec-form {
        padding: calc(3rem* var(--sc-padding-multiplier-sm)) 0;
    }
}
.pwr-sec-clients--with-intro {
  padding: calc(5rem* var(--sc-padding-multiplier-lg)) 0 calc(3rem* var(--sc-padding-multiplier-lg));
}
@media (max-width: 767px) {
  .pwr-sec-clients--with-intro  {
      padding: calc(5rem* var(--sc-padding-multiplier-sm)) 0 calc(3rem* var(--sc-padding-multiplier-sm));
  }
}
@media (max-width: 575px) {
  .pwr-sec-split:not(.sc-sec-split-explainer):not(.sc-cta-device) .pwr-sec-split__content {
    padding: 1rem 0 3rem !important;
  }
}
@media (max-width: 767px) {
  .sc-sec-split.pwr-sec-split {
    padding:1rem 0;
  }
}
@media (max-width: 575px) {
  .sc-sec-split-explainer .pwr-sec-split__left .pwr-sec-split__content {
    padding-bottom: 0.5rem !important;
  }
}
@media (max-width: 575px) {
  .sc-sec-content-block .pwr-sec-txt__intro-sec {
    margin-bottom:1.5rem;
  }
}

/* fix image aspect ratio on mobile */
@media (max-width: 991px) {
  .sc-sec-image {
    aspect-ratio:auto;
  }
}

/*****************************************/
/* header navbar styles */
:root {
  --fs-mega-menu:14px;
}
.pwr-burger {
  transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-2>a {
  padding-bottom: 1.25rem;
}
.pwr-header__menu--mega-menu .hs-menu-wrapper li.active-branch.hs-menu-depth-3>a:after, 
.pwr-header__menu--mega-menu .hs-menu-wrapper li.active-branch.hs-menu-depth-3>a:not(.is-anchor), 
.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3:hover>a, 
.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3:hover>a:after {
  color: var(--clr-nav-hover-background);
  font-weight:bold;
}
.pwr-header__menu--mega-menu .hs-menu-wrapper li.active-branch.hs-menu-depth-3>a:not(.is-anchor), 
.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3:hover>a {
  background-color: inherit;
}
.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3:hover>a, 
.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3:hover>a:after {
  text-decoration: underline;
}
.pwr-header li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch:after, 
.pwr-header li.hs-menu-item.hs-menu-depth-1.active.active-branch:after {
  content: '';
  background: var(--clr-txt-nav-dk);
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  position: absolute;
}
.pwr-header li.hs-menu-item.hs-menu-depth-1.active.active-branch {
  position: relative;
}
.pwr-header-fixed.pwr--light {
  border-bottom: 1px solid rgba(var(--clr-base-dk-rgb), .1);
}
@media (max-width: 767px) {
  .pwr-header-full {
    min-height: 2rem;
  }
}
.pwr-header-fixed.scroll {
  box-shadow: -2px 3px 5px rgba(0, 0, 0, .025);
}
/*****************************************/
/* footer adjustments  */
@media (max-width: 767px) {
  footer .pwr-shape-divider__shape {
    height: 2rem;
  }
}

/* footer to grid */
.pwr-footer .pwr-adc__cols.pwr-adc-main__cols.pwr-adc__cols--comp-pd-both.pwr--relative {
  display: grid;
  grid-template-columns: 25% 25% repeat(auto-fit, minmax(150px, auto));
  gap: 2rem;
  padding: var(--col-padding);
}
@media (max-width: 991px) {
  .pwr-footer .pwr-adc__cols.pwr-adc-main__cols.pwr-adc__cols--comp-pd-both.pwr--relative {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 576px) {
  .pwr-footer .pwr-adc__cols.pwr-adc-main__cols.pwr-adc__cols--comp-pd-both.pwr--relative {
    grid-template-columns: 100%;
  }
}
.pwr-footer .pwr-adc__content-wrapper--padding, 
.pwr-footer div[class*=adc__col--width-] {
    padding:0;
}
.pwr-footer .pwr-adc__col {
  overflow:unset;
}
.pwr-footer .hs-menu-wrapper ul.hs-menu-children-wrapper {
  min-width:unset;
}
@media (max-width: 991px) {
  .pwr-footer .pwr-adc__col--width-2, 
  .pwr-footer .pwr-adc__col--width-3, 
  .pwr-footer .pwr-adc__col--width-4, 
  .pwr-footer .pwr-adc__col--width-5, 
  .pwr-footer .pwr-adc__col--width-6 {
        width: auto;
    }
}
@media (min-width: 575px) {
  .pwr-footer .pwr-adc__col--width-3,
  .pwr-footer .pwr-adc__col--width-2 {
        width:auto;
    }
}
.pwr-footer .pwr-adc-sub__cols {
  justify-content: space-between;
}

/*****************************************/
/* scent slider styles */
.swiper-scrollbar--scent {
  background-color:#eee;
}
.swiper-scrollbar-drag {
  background-color:var(--sc-color-orange);
}
.swiper-pagination-bullet {
  display:none;
}
.swiper-button-next, 
.swiper-button-prev {
  width:3rem;
  height:3rem;
  border-radius:50%;
  background:rgba(0,0,0,075);
  transition:opacity 0.2s ease-in-out,
  background-color 0.1s ease-in-out;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled  {
  opacity: 0;
}
@media (min-width: 575px) {
  .sc-scents-archive-slider .swiper-button-next, 
  .sc-scents-archive-slider .swiper-button-prev {
    opacity:0;
  }
}
.sc-scents-archive-slider:hover .swiper-button-next:not(.swiper-button-disabled),
.sc-scents-archive-slider:hover .swiper-button-prev:not(.swiper-button-disabled) {
  opacity: 1;
}

.swiper-button-next:hover:not(.swiper-button-disabled),
.swiper-button-prev:hover:not(.swiper-button-disabled) {
  background-color: var(--clr-link-lt);
}
.swiper-button-next:after, .swiper-button-prev:after {
  color:#fff;
  font-size:1rem;
}

.sc-scents-archive-slider.sc-scents .sc-scent-slider-card {
  display: flex;
  flex-direction: column;
  width: 200px;

}
@media (max-width: 575px) {

}


.sc-scents-archive-slider.sc-scents .sc-scent-slider-card--image {
  aspect-ratio: 4/3;
  height: auto;
}
@media (min-width: 768px) {
  .sc-scents-archive-slider.sc-scents .sc-scent-slider-card--image {
    aspect-ratio: 2/1;
  }
}
@media (min-width: 991px) {
  .sc-scents-archive-slider.sc-scents .sc-scent-slider-card--image {
    aspect-ratio: 2/1;
  }
}
@media (min-width: 1200px) {
  .sc-scents-archive-slider.sc-scents .sc-scent-slider-card--image {
    aspect-ratio: 4/3;
  }
}

.sc-scents-archive-slider.sc-scents .sc-scent-slider-card--content {
  --h-offset:10px;
  flex:auto;
  position: relative;
  padding:calc(1.25rem - var(--h-offset)) 1.25rem 1.25rem;
  border-radius:0 0 var(--h-offset) var(--h-offset);
  background-color: var(--clr-background-accent-lt);
  transition: background-color .4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width: 575px) {
  .sc-scents-archive-slider.sc-scents .sc-scent-slider-card--content {
    padding:calc(0.75rem - var(--h-offset)) 0.75rem 0.75rem;
  }
}
.sc-scents-archive-slider.sc-scents .sc-scent-slider-card--description {
  margin-top:0.25rem;
}
.sc-scents-archive-slider.sc-scents .sc-scent-slider-card--content:before {
  content:'';
  position: absolute;
  top: calc(var(--h-offset) *-1);
  left: 0;
  width: 100%;
  height: var(--h-offset);
  background-color: var(--clr-background-accent-lt);
  border-radius: var(--h-offset) var(--h-offset) 0 0;
  transition: background-color .4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sc-scents-archive-slider.sc-scents .sc-scent-slider-card:hover .sc-scent-slider-card--content,
.sc-scents-archive-slider.sc-scents .sc-scent-slider-card:active .sc-scent-slider-card--content,
.sc-scents-archive-slider.sc-scents .sc-scent-slider-card:hover .sc-scent-slider-card--content:before,
.sc-scents-archive-slider.sc-scents .sc-scent-slider-card:active .sc-scent-slider-card--content:before {
  background-color: var(--sc-color-cyan);
}
.sc-scents-archive-slider.sc-scents .sc-scent-slider-card:hover .sc-scent-slider-card--title,
.sc-scents-archive-slider.sc-scents .sc-scent-slider-card:active .sc-scent-slider-card--title,
.sc-scents-archive-slider.sc-scents .sc-scent-slider-card:hover .sc-scent-slider-card--description,
.sc-scents-archive-slider.sc-scents .sc-scent-slider-card:active .sc-scent-slider-card--description  {
  color:#fff;
}


/* sc room slider styles */
.sc-scent-room-slider .sc-scent-slider-card {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 3/4;
  overflow: hidden;
}
@media (max-width: 575px) {
  .sc-scent-room-slider .sc-scent-slider-card {
    width: 200px;
  }
}
.sc-scent-room-slider .sc-scent-slider-card--image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  transform:scale(1.05);
  transition: transform .4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sc-scent-room-slider .sc-scent-slider-card:hover .sc-scent-slider-card--image,
.sc-scent-room-slider .sc-scent-slider-card:focus .sc-scent-slider-card--image {
  transform:scale(1.0);
  filter: unset;
}
.sc-scent-room-slider .sc-scent-slider-card--content {
  position: relative;
  z-index: 1;
  background-color: var(--clr-txt-nav-dk);
  border-radius: 1rem;
  margin: 0 1rem 2rem;
  padding: 0.5rem 1rem;
  text-align:center;
  box-shadow: 10px 7px 37px -12px rgba(0,0,0,0.9);
  transition: background-color .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sc-scent-room-slider .sc-scent-slider-card:hover .sc-scent-slider-card--content,
.sc-scent-room-slider .sc-scent-slider-card:focus .sc-scent-slider-card--content  {
  background-color: var(--clr-link-lt);
}
.sc-scent-room-slider .sc-scent-slider-card--title {
  color: var(--clr-base-lt);
  font-size:14px;
  transition: color .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sc-scent-room-slider .sc-scent-slider-card:hover .sc-scent-slider-card--title,
.sc-scent-room-slider .sc-scent-slider-card:focus .sc-scent-slider-card--title {
  color: var(--clr-text-lt);
  text-decoration: auto;
}

/* sc goal slider styles */
.sc-scent-goal-slider .sc-scent-slider-card--content {
  text-align: center;
}
.sc-scent-goal-slider .sc-scent-slider-card {
  background-color: unset;
}
.sc-scent-goal-slider .sc-scent-slider-card {
  overflow: hidden;
  position: relative;
}
.sc-scent-goal-slider .sc-scent-slider-card--image {
  height:calc(170px + 4rem);
  transition: filter .2s cubic-bezier(0.22, 0.61, 0.36, 1);
  position: relative;
  z-index: 1;
}
.sc-scent-goal-slider .sc-img-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background-color: var(--clr-link-lt);
  opacity: 0;
  transition: opacity .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sc-scent-goal-slider .sc-scent-slider-card--content {
  background-color: var(--clr-background-lt);
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(1rem);
  padding-bottom: 2rem;
  border-radius: 10px;
  transition: transform .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sc-scent-goal-slider .sc-scent-slider-card:hover .sc-scent-slider-card--content,
.sc-scent-goal-slider .sc-scent-slider-card:focus .sc-scent-slider-card--content {
  transform: translateY(0);
}
.sc-scent-goal-slider .sc-scent-slider-card:hover .sc-img-overlay,
.sc-scent-goal-slider .sc-scent-slider-card:focus .sc-img-overlay {
  opacity: 0.25;
}




/*****************************************/
/* scent cards */



 /* TODO - Style the scent goals and rooms archive pages */


/*****************************************/
/* scent archive page */
.sc-scent-detail--subtitle {
  font-style: italic;
  margin-bottom: 1rem;
  display: block;
}
.sc-scent-archive--title em {
  text-decoration:underline;
}



@media (max-width: 575px) {
  .pwr-hero:not(.pwr-hero--full-height):not(.pwr-hero--content-height) {
      display: flex;
      align-items: center;
  }
}
@media (max-width: 575px) {
  
  .body-wrapper:not(:has(.pwr-header--transparent)):not(:has(.pwr-header--transparent, 
  .pwr-header-top--transparent)) .pwr-hero:not(.pwr-hero--large) .pwr-hero__info-box {
      margin: 4rem 0 !important;
  }
}
  
  /* sc button styles */
  
.sc-btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  border-radius: 10px;
  padding:0.5rem 1.5rem;
  background-color:var(--sc-color-cyan);
  color:#fff !important;
  transition: all .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sc-btn:hover, 
.sc-btn:active {
  background-color:#131415;
}
.sc-btn--primary {
}
.sc-btn--secondary {
}

/* link styling */
.pwr-rich-text a:not(.pwr-cta):not([class*=cta_button]):not(.sc-btn) {
  text-decoration: underline;
}
.body-container-wrapper--blog-post p a,
.body-container-wrapper--blog-post li a {
  text-decoration: underline;
  color: var(--clr-link-lt);
}

.pwr-cta_button:not(.pwr-cta--hubspot-style) {
  text-align: center;
}

/* HubSpot responsive tables */

@media screen and (max-width: 600px) {
  .sc-sec-content-block table {
    table-layout: auto !important;
  }
  .sc-sec-content-block td {
      width: unset !important;
      height: auto !important;
      padding:0.5rem !important;
  }
}

/* 404 page styles */

.sc-404 {
  width: 100%;
  height: 199%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 70vh;
}
.sc-404:after {
  content:'';
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  position: absolute;
  z-index: 1;
  background: linear-gradient(45deg, #11837C 0%, #074C46 100%);
  opacity: 0;
  transition: opacity .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sc-404:hover:after {
  opacity: 0.5;
}
.sc-404--content {
  position: relative;
  z-index: 2;
  text-align: center;
  color:#fff;
  display: grid;
  gap: 1rem;
}
.sc-404--content h1 {
  font-size: 8rem;
  font-weight: 400;
  position: relative;
  overflow-y: hidden;
  width: 100vw;
}
.sc-404--content h1 span {
  top:0;
  left:0;
  width: 100%;
  transition: all .2s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: block;
}
.sc-404--content h1 span:last-of-type {
  font-size: 3rem;
  transform:translateY(100%);
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .sc-404--content h1 span:last-of-type {
    font-size: 2rem;
  }
}
.sc-404:hover .sc-404--content h1 span:first-of-type {
  transform:translateY(-100%);
  opacity: 0;
}
.sc-404:hover .sc-404--content h1 span:last-of-type {
  transform:translateY(0);
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .sc-404--content h1 {
    font-size: 5rem;
  }
}
.sc-404--content span {
  display: block;
}
.sc-404--content a {
  margin-top: 2rem;
  border:2px solid #fff !important;
  font-weight: bold !important;
}
.sc-404--content a:before,
.sc-404--content a:after{
  background-color: transparent !important;
}
.sc-404--background {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

.sc-404 .pwr-sec-maintenance-error__cta {
  display: none;
}
@media screen and (max-width: 575px) {
  .sc-404 .pwr-sec-maintenance-error__cta {
    display: block;
  }
}


/* SC Sec Logo Grid */
.pwr-sec-clients__logo {
  transition: all .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.pwr-sec-clients__logo--grayscale {
  opacity: 1;
}

/* overflow fix on posts slider */

.pwr-sec-posts {
  overflow: visible;
}