/** Shopify CDN: Minification failed

Line 3533:28 Unexpected "{"

**/
@font-face {
    font-family: 'ABC Diatype';
    src: url('/cdn/shop/files/ABCDiatype-Medium.woff2?v=1752436836') format('woff2'),
        url('/cdn/shop/files/ABCDiatype-Medium.woff?v=1752436836') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Diatype';
    src: url('/cdn/shop/files/ABCDiatype-Regular.woff2?v=1752436836') format('woff2'),
        url('/cdn/shop/files/ABCDiatype-Regular.woff?v=1752436836') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic LT';
    src: url('/cdn/shop/files/AvantGardeLT-Bold.woff2?v=1752436683') format('woff2'),
        url('/cdn/shop/files/AvantGardeLT-Bold.woff?v=1752436684') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
  --color-green: #8DBA40;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-text: #393939;
  --color-border: #C4C4C4;
  --gradient-green: linear-gradient(100deg, #8DBA40 6.06%, #5C5B00 106.95%);
  --gradient-green-hover: linear-gradient(200.18deg, #8DBA40 6.06%, #5C5B00 106.95%);

  --title-font: "ITC Avant Garde Gothic LT", sans-serif;
  --body-font: "ABC Diatype", sans-serif;
}
body{
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 16px;
	color: var(--color-text) !important;
    letter-spacing: 0;
    font-family: var(--body-font) !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn {
    font-size: 16px;
    padding: 18px 32px;
    font-weight: 500;
    border-radius: 10px;
    border: none !important;
    line-height: 1;
    color: var(--color-black);
    transition: .4s;
    background-color: var(--color-white);
    font-family: var(--body-font) !important;
    opacity: 1 !important;
    letter-spacing: 0 !important;
    display: inline-block;
}
.btn:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
  line-height: 1.5;
  padding: 16px 32px;
  font-weight: 500;
  font-family: var(--body-font) !important;
  color: var(--color-white);
  letter-spacing: -0.32px;
  border-radius: 7px;
  background-image: linear-gradient(90deg, #8DBA40 0%, #5C5B00 50%, #8DBA40 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: background-position 0.5s ease;
  word-spacing: 3px;
}
.button::before, .button::after {
  display: none;
}
.button:hover {
  background-position: 105% 0%;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.2 !important;
	margin: 0;
	padding: 0;
    letter-spacing: 0 !important;
    font-family: var(--title-font) !important;
    font-weight: 700 !important;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 38px;
}
h3 {
    font-size: 28px;
    letter-spacing: -1.4px;
}
h4 {
  font-size: 24px;
  letter-spacing: -1.4px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
.section-title h2{
  margin-bottom: 20px;
}
p{
	margin: 0;
}
p:not(:last-child) {
	margin-bottom: 12px;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}
.text_black h2, .text_black h3, .text_black h4 {
  color: var(--color-black) !important;
}
.text_color p {
  color: var(--color-text) !important;
}
.title_white h2, .title_white h5{
  color: var(--color-white) !important;
}
.text_white p{
  color: var(--color-white) !important;
}
.text-center {
  text-align: center;
}
.mx-auto {
  margin-inline: auto;
}
.max-1000 {
  max-width: 1000px;
}
.section-bg {
  background-color: #F6F6F6;
}
/* st-image-banner */
.st_img_banner p{
  color: var(--color-white);
  max-width: 570px;
}
.st_img_banner h1{
  margin-bottom: 20px;
}
.st_bg_mb{
  display: none;
}
.bb-banner-text {
    max-width: 700px;
}
.banner-star {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* st-img-with-text */
.st_img_with_text .image-with-text__media{
  border: none;
}
.st_img_with_text .image-with-text__content {
    padding: 0 50px !important;
}
.img_with_text_monile_img {
    display: none;
}
.st_icon_list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 0!important;
    padding: 20px;
    border: 1px solid #c2c2c2;
}
.st_icon_list img{
  width: 32px;
}
.st_icon_list h5 {
    line-height: 1.4!important;
    color: var(--color-text);
}
.st_icon_list:not(:last-child) {
    border-bottom: 0;
}
.st_icon_list:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.st_icon_list:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.st_icon_list_cover {
    margin-top: 32px;
    margin-bottom: 16px;
}
/* call to action */
.st-custom-callto-action {
    position: relative;
    overflow: hidden;
}
.action-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.action-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.st-custom-callto-action .page-width {
    position: relative;
    z-index: 2;
}
.st-callto-action-content {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.st-callto-action-btn {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}
/* testimonials */
.st_testimonials_area{
  overflow: hidden;
}
.st_testimonials_cover {
    position: relative;
    padding-bottom: 126px;
    margin-left: auto;
    margin-right: unset;
    width: calc(100vw - (50vw - 612px));
}
.testimonials-btn {
    text-align: center;
    margin-top: 40px;
}
.swiper-pagination {
    position: absolute;
    bottom: 28px!important;
    top: unset!important;
    right: 100px!important;
    width: calc(100% - 267px)!important;
    left: unset!important;
    background: #747474;
}
span.swiper-pagination-progressbar-fill {
    background: var(--color-white) !important;
}
.swiper-button-prev, .swiper-button-next, .st_multicolumn .slider-button {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border-radius: 50%;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border: 2px solid #747474;
    transition: .4s;
    top: unset;
    bottom: 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 26px;
    color: #747474;
    transition: .4s;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  border-color: var(--color-white);
}
.swiper-button-prev:hover:after, .swiper-button-next:hover:after {
  color: var(--color-white);
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
    right: auto;
    left: 75px;
}
.st_testimonials_area {
    position: relative;
    padding-right: 10px;
}
.test_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.test_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.st_testimonial_title {
    position: relative;
    display: flex;
    color: var(--color-white);
    justify-content: space-between;
  gap: 40px;
  margin-bottom: 64px;
}
.st_testimonials_area::before, .st_footer::before {
    content: "";
    position: absolute;
    background-color: var(--color-black);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .8;
}
.st_testimonial_content {
    max-width: 500px;
}
.st-testimonials-img img {
    aspect-ratio: 1;
    object-fit: cover;
}
.st-testimonials-img {
    display: flex;
}
.st_testimonials_content {
    background-color: var(--color-white);
    padding: 24px;
    height: 100%;
}
.st-testimonials-list {
    border-radius: 16px;
    overflow: hidden;
}
.st_testimonials_content h4 {
    margin-bottom: 10px;
}
.st_test_social_icons {
    margin-top: 20px;
}
.st_testimonial_title h2 {
    max-width: 590px;
}
.st_testimonials_cover .swiper-wrapper {
  display: flex;
}
.st_testimonials_cover .swiper-slide {
  height: auto !important;
  display: flex;
  flex-direction: column;
}
.st_testimonials_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.st-test-plus-btn {
    height: 50px;
    width: 50px;
    border: 1px solid;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.st_testimonials_cover .swiper-button-prev, .st_testimonials_cover  .swiper-button-next {
  border: 2px solid #ffffff;
}
.st_testimonials_cover .swiper-button-prev::after, .st_testimonials_cover  .swiper-button-next::after {
  color: #ffffff;
}
.st-testimonials-mb-cover {
  display: none;
}
/* multicolumn */
.st_multicolumn .multicolumn-card-spacing {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.st_multicolumn_btn {
  display: none;
}
.st_resource_title p {
    max-width: 580px;
}
.st_multicolumn .title-wrapper-with-link {
    margin-bottom: 64px;
}
.st_multicolumn .title-wrapper--self-padded-tablet-down, .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
}
.st_multicolumn .multicolumn-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #CFCFCF;
  background: linear-gradient(100.18deg, #FFFFFF 6.06%, #E7E7E7 106.95%) !important;
}
.st_multicolumn .multicolumn-card__info .link {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.st_multicolumn .slider-counter{
  display: none;
}
.st_multicolumn .svg-wrapper, .st_multicolumn .slider-button .icon {
    width: 26px;
    height: 26px !important;
}
.st_multicolumn .slider-buttons {
    gap: 20px;
    margin-top: 24px;
    margin-bottom: 10px;
}
.st_multicolumn .slider-button--next:not([disabled]):hover .icon {
    transform: rotate(-90deg) scale(1) !important;
}
.st_multicolumn .slider-button--prev:not([disabled]):hover .icon {
    transform: rotate(90deg) scale(1) !important;
}
.st_multicolumn, .st_down_shadow, .st_team_area, .custom-faq-section, .st_team_cover, .section-template--18397775626394__st_blog_multicolumn_h7e68N-padding, .section-template--18397775626394__st_custom_multicolumn_4ApeUc-padding, .st_team_area, .section-template--18397775626394__st_blog_post_aQzG6F-padding {
    position: relative;
}
.st_down_shadow::before, .st_team_area.section-template--18426798440602__st_team_hrcrnG-padding::before, .section-template--18475611390106__image_with_text_VajCWt-padding::before, .section-template--18397775626394__st_blog_multicolumn_h7e68N-padding::before, .section-template--18397775626394__st_custom_multicolumn_4ApeUc-padding::before, .st_team_area::before, .section-template--18397775626394__st_blog_post_aQzG6F-padding::before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg,rgba(242, 243, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 200px;
    width: 100%;
    bottom: 0;
    right: 0;
}
.st-custom-callto-action::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg,rgba(242, 243, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 40px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.multicolumn .button {
    margin-top: 30px !important;
}
/* .st_multicolumn strong {
  margin-bottom: 10px;
  display: block;
} */

/* footer */
.st_newsletter_hide {
  display: none !important;
}
.st_footer .footer__blocks-wrapper {
    display: flex;
    background-color: var(--color-white);
    padding: 40px 48px;
    border-radius: 10px;
  gap: 40px;
}
.st_footer .footer__blocks-wrapper .footer-block {
  width: 30%;
}
._st_footer .footer__blocks-wrapper .footer-block:first-child {
  width: 40%;
}
.st-contact-control label.field__label {
    margin-top: 7px;
}
.field:focus label.field__label {
    margin-top: 0 !important;
}
.footer-block--menu ul {
    columns: 2 auto;
    break-inside: avoid-column;
}
.newsletter-form__field-wrapper input {
    height: 50px !important;
    /* padding: 5px 15px !important; */
    line-height: 1 !important;
}
.newsletter-form__field-wrapper .field__label {
    top: calc(1rem + var(--inputs-border-width));
}
.footer-block__details-content a.button {
    color: #fff;
    transition: background-position .5s ease;
}
.st_footer .footer__blocks-wrapper .footer-block:first-child h2 {
    font-size: 18px !important;
    margin-bottom: 10px;
}
.st_footer .footer__blocks-wrapper .footer-block h2 {
    font-size: 18px !important;
}
.footer-block__newsletter {
    margin-top: 24px;
}
.st_footer {
    position: relative;
    border: none !important;
}
.st_footer:before {
    z-index: 1;
}
.st_footer .footer__content-top, .st_footer .footer__content-bottom {
    position: relative;
    z-index: 2;
    border-top: unset!important;
    padding-bottom: 0;
}
.footer_logo {
    width: 200px;
}
.st_footer .footer__copyright {
    margin-top: 0;
}
.st_footer .footer__copyright ul li a {
    color: var(--color-white);
}
.st_footer .footer__content-bottom-wrapper--center {
    align-items: center !important;
    justify-content: space-between !important;
}
.st_footer .field::after{
  display: none;
}
.st_footer .field__input:focus{
  box-shadow: none !important;
}
.st_footer .footer__content-top .footer-block__details-content p {
    font-size: 14px;
}
.st_footer .newsletter-form {
    max-width: 400px;
}
.st_footer .newsletter-form__field-wrapper {
    max-width: 100%;
}
.st_footer .newsletter-form__button {
    width: 120px !important;
    height: 50px;
    padding: 10px;
    border-radius: 6px;
}
.st_footer .newsletter-form__button::before, .st_footer .newsletter-form__button::after {
  border-radius: 6px;
}
.st_footer .newsletter-form__field-wrapper .field__input {
    background-color: #FAFAFA;
    border: 1px solid #e5e5e5;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 8px;
}
.footer_social_link {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #fff;
}
.footer_social_link_area {
    position: relative;
  z-index: 3;
}
a.footer_social_box {
    display: flex;
    align-items: center;
    gap: 46px;
    border: 1px solid #fff;
    padding: 16px 32px;
    border-radius: 8px;
    justify-content: space-between;
}
a.footer_social_box div {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    gap: 12px;
}
.st_footer .footer__copyright ul li {
    position: relative;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}
.st_footer .footer__copyright ul li::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 12px;
    width: 1px !important;
    top: 50%;
    left: 0;
    padding: 0;
    transform: translateY(-50%);
}
.st_footer .footer__copyright ul li:first-child::before {
  display: none;
}
.st_footer .footer__copyright ul li:last-child {
  padding-right: 0;
}
.st_footer .copyright__content {
    font-size: 10px !important;
}
/* header */
.transparent-header {
    background: transparent;
    position: absolute;
    width: 100%;
    border-color: var(--color-white);
}
.transparent-header .st_header ul li a {
    color: var(--color-white);
}
.transparent-header .st_header .header__active-menu-item{
  color: var(--color-white);
}
.transparent-header .st_header svg {
  color: var(--color-white) !important;
}
.st_header {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.shopify-section-header-sticky .transparent-header {
    background: var(--color-white);
}
.shopify-section-header-sticky .header-wrapper--border-bottom {
    border-bottom: unset !important;
}
.header__heading-logo-wrapper {
    display: grid;
}
.header__heading-logo-wrapper img {
    grid-column: 1;
    grid-row: 1;
}
.st_header_logo {
    opacity: 0;
}
.st_sticky_logo {
  opacity: 1;
}
.shopify-section-header-sticky .st_header_logo {
  opacity: 0;
}
.shopify-section-header-sticky .st_sticky_logo {
  opacity: 1;
}
.transparent-header .st_header_logo {
    opacity: 1;
}
.transparent-header .st_sticky_logo {
  opacity: 0;
}
.shopify-section-header-sticky .transparent-header .st_header_logo {
  opacity: 0;
}
.shopify-section-header-sticky .transparent-header .st_sticky_logo {
  opacity: 1;
}
.shopify-section-header-sticky .st_header ul li a, .shopify-section-header-sticky .st_header svg, .shopify-section-header-sticky .st_header .header__active-menu-item  {
  color: var(--color-black) !important;
}

/* st-our mission */
.st_our_mission_area {
  overflow: hidden;
}
.st_our_mission {
  padding: 0 40px;
}

.st_our_mission .swiper-wrapper {
  padding: 10px 0;
}
.mission_title, .st_icon_group_title {
    text-align: center;
    margin-bottom: 40px;
}
.mission-btn {
    margin-top: 24px;
}
.st-mission-list {
    border: 1px solid #B5B5B5;
    border-radius: 12px;
    overflow: hidden;
    height: auto;
}
.st-mission-img {
    display: flex;
}
.st_mision_content {
    padding: 16px;
}
.st_mision_content h5 {
    margin-bottom: 6px;
}
/* st-icon-list */
.st_list_icon {
    height: 40px;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
}
.st-icon_cover {
    text-align: center;
}
.st_icon_list_heading, .st_icon_bottom_text {
    text-align: center;
}
.st_icon_cover {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 24px;
}
.st-icon_cover {
    width: 20%;
    padding: 0 20px;
}
.st_valoues_wrapp .st-icon_cover {
    width: 33.33%;
    padding: 0 20px;
}
.st_icon_group_title {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
}
.st_icon_list_title {
    font-family: var(--title-font);
    margin: 10px 0;
}
.st_icon_list_wrapp {
    border: 1px solid #C4C4C4;
    padding: 40px 0;
}
.st_icon_list_heading {
    margin-bottom: 32px;
}
.st_icon_bottom_text {
    margin-top: 32px;
}
/* st-philosophy */
.st_philosophy {
    position: relative;
}
.st_philosophy_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.st_philosophy_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.st_philosophy_cover {
    position: relative;
    display: flex;
    background-color: var(--color-white);
    padding: 50px 80px;
    align-items: center;
    border-radius: 7px;
}
.st_philosophy_title {
    max-width: 430px;
    padding-right: 50px;
}
/* valoues */
.st_valoues_wrapp {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    margin-bottom: 24px;
}
.st_list_icon img {
    height: 100%;
    object-fit: contain;
}
.st_values_list_title {
    margin-top: 8px;
}
.st_icon_list_wrapp {
    border-radius: 10px;
}
.values_mb_img {
  display: none;
}
.st_our_values_area{
  position: relative;
  overflow: hidden;
}
.values_left_img {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 275px;
    left: 0;
}
.values_right_img {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 380px;
    right: 0;
}
.st_values_bottom {
    padding-bottom: 80px;
}
.values_right_img img, .values_left_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
}
/* team */
.st_team_cover {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.st-team-item {
    width: 32.4%;
}
.st_team_content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.st_team_list {
    border: 1px solid var(--color-border);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    height: 100%;
    min-height: 200px;
    background-color: var(--color-white);
}
.st_team_content {
    padding: 20px;
    flex: 1;
}
.st_team_content h5 {
    margin-bottom: 10px;
    font-size: 18px;
}
.st-team-img {
    display: flex;
    width: 45%;
    height: 100%;
}
.st-team-img img {
    object-fit: cover;
    height: 100%;
}
.team_btn {
    color: var(--color-text);
    border: 1px solid var(--color-border);
    padding: 5px 20px 7px 20px;
    border-radius: 8px;
    margin-top: 24px;
    display: inline-block;
    cursor: pointer;
}
.team_btn:hover {
  background-color: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}
.team-bio-btn {
    display: flex;
    justify-content: end;
}
.team-description {
    line-height: 1.3;
    font-size: 15px;
}
.st_team_subtitle h3 {
    color: #696969;
    margin-top: 24px;
}
.st_team_title {
    text-align: center;
    margin-bottom: 40px;
}
.member-designatin{
  margin-bottom: 8px;
}
.custom-bio {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.custom-bio.show {
  display: flex;
}

.bio-inner {
  background: #fff;
  padding: 30px;
  max-width: 800px;
  width: 100%;
  position: relative;
  border-radius: 10px;
}

.bio-close {
  position: absolute;
  right: 15px;
  top: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* faq */
.custom-faq-section{
  display: none;
}
/* serve*/
.serve_extra_text {
    background-color: #E2E2E2;
    display: flex;
    align-items: center;
    gap: 20px;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 6px;
}
.serve_list_content {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding-right: 14px;
}
.serve_list_img {
    display: flex;
    width: 45%;
}
.serve_list ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 13px;
}
.serve_list ul li:before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath fill='%238DBA40' fill-rule='evenodd' d='m11.39 5.312l-4.318 5.399L3.68 7.884l.64-.768l2.608 2.173l3.682-4.601z' clip-rule='evenodd'/%3E%3C/svg%3E");
    top: 50%;
    left: 0;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%);
}
.serve_list ul {
    list-style: none;
}
.image-with-text__text h5 {
    margin-bottom: 16px;
}
/* tab */
.st-product-tabs img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.tab-button.active img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(237deg) brightness(300%) contrast(107%);
}
.st_tab_title {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.st-tab-details {
    display: flex;
    gap: 20px;
}
.st-product-tabs {
    max-width: 328px;
    width: 100%;
}
.st-product-content {
    width: 100%;
    max-width: 892px;
}
.custom-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab-button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid transparent;
  background: var(--color-white);
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  gap: 10px;
  border-image: linear-gradient(100.18deg, #8DBA40 6.06%, #5C5B00 106.95%);
  border-image-slice: 1;
  overflow: hidden;
  cursor: pointer;
}
  .tab-button.active {
    background: linear-gradient(100.18deg, #8DBA40 6.06%, #5C5B00 106.95%);
    color: var(--color-white) !important;
  }
.st_tab_btn {
  background: linear-gradient(100.18deg, #8DBA40 6.06%, #5C5B00 106.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: all 0.3s ease;
}
.tab-button.active .st_tab_btn {
  background: none;
  -webkit-text-fill-color: #ffffff;
  text-fill-color: #ffffff;
}
  .tab-contents .tab-content-box {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
  }
  .tab-contents .tab-content-box.active {
    display: block;
  }
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
.st_tab_box {
    border: 2px solid var(--color-border);
    padding: 32px 24px;
    border-radius: 12px;
    margin-bottom: 20px;
}
.st_box_divider {
    display: flex;
    justify-content: space-between;
}
.st_small_tab_box {
    border: 2px solid var(--color-border);
    border-radius: 12px;
    /* width: calc(50% - 10px); */
    padding: 32px 24px;
  width: 100%;
}
.review-box-2 {
  display: none;
}
.st_tab_box h3 {
    margin-bottom: 16px;
}
.st_small_tab_box h4 {
    margin-top: 12px;
    margin-bottom: 12px;
}
.st_tab_box_info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}
.tab_farified {
    background: linear-gradient(100.18deg, #8DBA40 6.06%, #5C5B00 106.95%);
    color: var(--color-white);
    font-size: 12px;
    padding: 6px 12px;
}
.st_tab_box ul {
    list-style: none;
}
.st_tab_box ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
    font-weight: 600;
}
.st_tab_box ul li::before {
    content: "";
    position: absolute;
    background-color: var(--color-green);
    height: 10px;
    width: 10px;
    border-radius: 100px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* cta */
.st_cta_title h3 {
    line-height: 1.2 !important;
    text-transform: capitalize;
}
.st_cta_title {
    position: relative;
    max-width: 403px;
    padding: 50px 0 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.st_cta_bg {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.st_cta_bg img {
    height: 100%;
    object-fit: cover;
}
.st-cta_list {
    position: relative;
    width: calc(50% - 12px);
}
.st_cta_cover {
    display: flex;
    justify-content: space-between;
}
.st-cta_list:first-child h3 {
    color: var(--color-white);
}
/* compare */
.st_compare_title {
    text-align: center;
    margin-bottom: 24px;
}
.compare_icon_cover {
    text-align: center;
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}
.compare-icon_list {
    width: 33.33%;
    padding: 0 20px;
}
.compare_icon img {
    height: 40px;
    width: 40px;
}
.compare_bottom_text {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.compares_title {
    display: flex;
    gap: 6px;
    margin-bottom: 20px;
    margin-left: auto;
    max-width: 618px;
}
.compares_item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 700;
    width: 200px;
  justify-content: center;
}
.compares_item img {
    height: 50px !important;
}
.compares_table_item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid var(--color-border);
}
.compares_table_content {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
}
.compares_table_icon {
    width: 40px;
}
.compares_table_title {
    font-size: 18px;
    font-weight: 700;
}
.compares_info {
    display: flex;
    width: 206px;
    margin-left: auto;
    justify-content: center;
}
/* st-mein-product */
.st_main_product_top {
    padding-top: 40px !important;
}
.st_accordion_title {
  font-size: 16px;
  font-weight: 500;
  color: #323836;
}
.st_product_accordion .accordion__content{
  font-size: 14px;
  padding-left: 0 !important;
}
.st_product_accordion .accordion summary {
  padding: 20px 0 !important;
}
.st_main_product .rating-star:before {
  display: none !important;
}
.rating-count {
    font-size: 16px;
}
.rating-wrapper {
    display: flex;
    gap: 6px;
}
.st_main_product h1 {
    font-size: 40px;
}
.st_main_product .price__sale, .st_main_product  .price__regular, .st_main_product .price-item.price-item--regular {
    font-size: 32px !important;
    font-weight: 700;
    font-family: var(--title-font);
}
.st_main_product .price {
    align-items: center;
    display: flex;
}
.st_main_product .badge {
    background: linear-gradient(180deg, #FFD900 -13.99%, #FF4000 197.08%);
    border-radius: 0;
    color: var(--color-black);
    font-size: 16px;
    border: none !important;
    font-weight: 400 !important;
    padding: 8px 16px;
}
.st_main_product .price-item.price-item--regular {
    margin: 0 !important;
}
.st_main_product .price__regular .price-item--regular {
    margin-right: 10px !important;
}
.button:disabled {
    opacity: 1 !important;
}
.st_main_product .product__description ul {
    text-align: start;
    list-style: none;
    padding-left: 0;
}
.st_main_product .product__description ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
}
.st_main_product .product__description ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(/cdn/shop/files/Vector_22c0bfa1-9b8b-4481-ab74-315a25998a3d.svg?v=1753876974);
    background-repeat: no-repeat;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    height: 17px;
    width: 17px;
    border-radius: 100px;
}
.st_main_product .product-form__input--pill input[type=radio]:checked+label {
    background-color: #f8f8f3 !important;
    color: var(--color-black) !important;
    border-image: linear-gradient(100.18deg, #8dba40 6.06%, #5c5b00 106.95%);
    border-image-slice: 1;
}
.st_main_product fieldset {
  max-width: 100%;
}
.st_main_product fieldset label {
    height: 162px;
    width: 191px;
    padding: 20px!important;
    border-radius: 0!important;
    position: relative !important;
    color: var(--color-black);
    border: 2px solid;
    padding-top: 85px !important;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--title-font);
    text-transform: uppercase;
}
.st_main_product fieldset label:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 45px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.st_main_product fieldset label:first-of-type:after {
    background-image: url(/cdn/shop/files/Frame_1484582056_1.png?v=1753275785);
}
.st_main_product fieldset label:nth-of-type(2):after {
    background-image: url(/cdn/shop/files/X2.jpg?v=1754078166);
}
.st_main_product fieldset label:last-of-type:after {
    background-image: url(/cdn/shop/files/x3.png?v=1754078167);
}
.st_main_product .product-form__buttons {
    max-width: 100%;
}

.main_info_icon {
  height: 24px;
  width: 24px;
}
.descrip-list-cover {
  display: flex;
  align-items: center;
  gap: 4px;
}
.descrip-list-container {
   display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.st_main_product .product__description {
    border-bottom: 0px solid #E2E2E2;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}
.st_product_price {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 20px;
    margin-bottom: 24px !important;
}
.st_main_product .icon-with-text {
   border-bottom: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
  padding-top: 24px;
  padding-bottom: 24px;
}
.st_main_product li.icon-with-text__item span {
    font-size: 13px !important;
}
.st_main_product legend.form__label {
    font-weight: 600;
}
.st_main_product fieldset .st-variant-2 label:before {
    content: "Recommended"!important;
    position: absolute!important;
    top: -27px!important;
    left: 50%!important;
    transform: translate(-50%)!important;
    z-index: 99!important;
    background: linear-gradient(180deg,#ffd900 -13.99%,#ff4000 197.08%);
    color: var(--color-black);
    font-size: 16px;
    height: 26px;
    width: 100%;
    border-radius: 0!important;
    font-weight: 400!important;
    line-height: 1.7!important;
}

.st_main_product fieldset {
    max-width: 100%;
    display: flex;
    gap: 10px;
}
.st_main_product fieldset .st-variant-0 label:after {
    background-image: url(/cdn/shop/files/Frame_1484582056_1.png?v=1753275785);
}
.st_main_product fieldset .st-variant-1 label:after {
    background-image: url(/cdn/shop/files/x2-new.png?v=1754416573);
}
.st_main_product fieldset .st-variant-2 label:after {
    background-image: url(/cdn/shop/files/x3-new.png?v=1754416572);
}

span.variant-option-shipping {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #F6F6F6;
    padding: 5px;
    font-size: 12px;
    justify-content: center;
    border-radius: 5px;
    margin-top: 5px;
}
span.variant-option-savings {
    position: absolute;
    background: var(--color-green);
    padding: 6px 10px;
    white-space: nowrap;
    box-shadow: 0 0 5px;
    border-radius: 5px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #fff;
}
.st_main_product fieldset label {
    margin-right: 0 !important;
    width: 100%;
}



/* st_compatitive_comparison */
.st_competitive_comparison {
  background-color: #FAFAFA;
}
.st_c_comparison_title {
    text-align: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1095px;
}
.st_c_compare_table_title {
    text-align: center;
    margin-bottom: 20px;
    min-height: 35px;
}
.st_c_compare_table_title ul {
    text-align: start;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}
.diy_banner_img img, .opti_banner_img img {
    height: 115px;
    object-fit: contain;
}
.diy_banner_img {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
}
.st_c_comparison_table {
    display: flex;
    justify-content: space-between;
}
.st_c_comparison {
    width: calc(50% - 8px);
    border: 1px solid var(--color-border);
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.st_c-compare_title_logo {
    text-align: center;
    margin-bottom: 20px;
}
.st_c-compare_title_logo img{
  height: 29px;
}
.st-diy_comparison_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 50px;
    border-top: 1px solid var(--color-border);
    gap: 20px;
}
.st_diy_compare_list_content {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}
.st_diy_compare_list_img {
    width: 37px;
    display: flex;
}
.st_diy_cost_info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.st_diy_cost_text {
    font-size: 12px;
}
.st_diy_cost {
    color: #f15e01;
}
.st_compare_total_cost {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-border);
    padding: 18px 50px;
}
.st_optiventure_compare_text {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 40px 50px;
    border-top: 1px solid var(--color-border);
    justify-content: center;
    height: 100%;
}
/* .st_optiventure_compare_text img {
    width: 21px;
    height: 21px;
    margin-top: 3px;
} */
.st_c_comparison_wrapp {
    min-height: 252px;
    padding: 20px;
    padding-top: 32px;
}
.st_optivanture_compare_cover {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.st_opti_bottom_text {
    background-color: var(--color-green);
    color: var(--color-white);
}
.st_opti_bottom_text h4 {
  color: var(--color-white);
}
.comparison_mobile {
  display: none;
}
/* st-custom-multicolumn */
.custom-multicolumn .multicolumn__title {
    margin-bottom: 40px!important;
    text-align: center!important;
    max-width: 762px;
    margin-left: auto;
    margin-right: auto;
}
.multicolumn-tabs-area {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}
.custom-multicolumn h2 {
    margin-left: auto!important;
    margin-right: auto!important;
}
.multicolumn-tab {
    background-color: var(--color-white);
    color: var(--color-black);
    padding: 18px 36px;
    border-radius: 8px;
    text-transform: uppercase;
    border: 1px solid var(--color-black);
    cursor: pointer;
}
.multicolumn-tab.mixitup-control-active {
    background: linear-gradient(100.18deg, #8DBA40 6.06%, #5C5B00 106.95%);
    color: var(--color-white);
    border: 1px solid var(--color-green);
}
.custom-multicolumn .media>img {
    object-fit: contain!important;
    border-radius: 100px;
}
.custom-multicolumn .media--transparent {
    background-color: var(--color-white);
    padding-bottom: 180px !important;
    width: 180px;
    margin: auto;
}
.custom-multicolumn.multicolumn.background-primary .multicolumn-card {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.st_custom_multicolumn_btn {
    border: 1px solid var(--color-border);
    padding: 10px 20px;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    margin-top: 24px!important;
    font-size: 14px!important;
    font-weight: 500;
    text-decoration: none;
}
.multicolumn-card__info {
    padding: 24px !important;
}
.custom-multicolumn .multicolumn-card__info p, .st-short-description {
    font-size: 12px;
    line-height: 1.2;
}
.custom-multicolumn .multicolumn-card__image-wrapper {
    padding: 20px;
    padding-bottom: 0;
}
.st_multicolumn_btn_cover{
  padding: 20px;
  padding-top: 0;
}
.st-dosage {
    font-size: 16px;
    color: var(--color-black);
}
/* routing */
.st_routing_list_icon img {
    height: 37px;
    object-fit: contain;
    width: 37px;
}
.st_routing_img img {
    height: 415px;
    object-fit: contain;
}
.st_routing_title {
    text-align: center;
    margin-bottom: 48px;
}
.st_routing_color_text h4 {
    background: linear-gradient(100.18deg,#8dba40 6.06%,#5c5b00 106.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: all .3s ease;
    margin-top: 16px;
}
.st_routing_list_title h4{
  font-family: var(--body-font) !important;
}
.st_routing_list_content {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.st-routing_list {
    width: calc(50% - 50px);
    position: relative;
}
.st_routing_cover {
    display: flex;
    justify-content: space-between;
    max-width: 1060px;
    margin: auto;
}
.st_routing_list_title {
    max-width: 240px;
    margin-top: 16px;
    padding-right: 20px;
}
.st_routing_img {
    text-align: end;
}
.st_routing_list_content {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border: 1px solid var(--color-border);
    padding: 32px 20px 32px 36px;
    border-right: 0;
    z-index: -1;
}
.st-routing_list:nth-child(2n) .st_routing_img {
    text-align: start !important;
}
.st-routing_list:nth-child(2n) .st_routing_list_content {
    left: unset;
    right: 0;
    border-right: 1px solid var(--color-border);
}
.st-routing_list:nth-child(2n) .st_routing_list_content {
    padding: 32px 32px 32px 20px;
}
.st-routing_list:nth-child(2n) .st_routing_list_title {
    padding-right: 0;
  padding-left: 20px;
}
.st_routing_title h2 {
    margin-bottom: 40px;
}
.st_custom_faq details summary:after {
    content: "+";
    transition: .2s;
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: FontAwesome;
    font-weight: 700;
    font-size: 24px;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}
.st_custom_faq details[open]>summary:after {
    content: "\2012";
}
.st_custom_faq_cover {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.st_custom_faq_img, .st-custom-faq-wrapp {
    width: calc(50% - 20px);
}
.st_custom_faq_img {
    position: relative;
    display: flex;
}
.st_custom_faq_img img {
    border-radius: 16px;
    object-fit: cover;
}
.st_custom_faq_heading {
    position: absolute;
    top: 36px;
    left: 36px;
  max-width: 345px;
}
.st_custom_faq_heading h2 {
    color: var(--color-white);
    word-break: break-word;
    line-height: 1.2 !important;
}
.faq-heading {
  text-align: center;
  margin-bottom: 60px;
}
.st_custom_faq {
    background-color: #f6f6f6;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.st_custom_faq:not(:last-child) {
    margin-bottom: 12px;
}
.st_custom_faq_content {
    padding: 24px;
    padding-top: 0;
}
.st_custom_faq details summary {
    padding: 24px;
    padding-right: 32px;
}
.st_custom_faq details[open]>summary {
    padding-bottom: 16px;
}
.faq-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
}
.faq-heading h2, .contact h2 {
    font-size: 32px;
}
.bottom_shape, .st-team-slider{
  position: relative;
}
.bottom_shape:before, .st-team-slider::before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg,#f2f3f5,#fff0);
    height: 200px;
    width: 100%;
    bottom: 0;
    right: 0;
}
/* common-faq */
.st_common_faq_heading {
    text-align: center;
    margin-bottom: 30px;
}
.st-common-faq-wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.st_common_faq {
    width: calc(50% - 6px);
}
/* review */
.st-custom-review {
    position: relative;
    background: #FAFAFA;
}
._st-custom-review::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    z-index: 1;
    opacity: .7;
}
.review_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.review_bg img {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.st-review-title {
    position: relative;
    text-align: center;
    opacity: 1;
    z-index: 2;
}
.st-review-title h2 {
    opacity: 1;
}
.st_review_field {
    position: relative;
}
/* contact */
.contact {
    max-width: 1100px;
}
.contact .field::after, .contact .field::before {
  display: none;
}
.contact textarea, .contact input, .contact select {
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-radius: 0;
	/* padding: 20px 24px !important; */
	color: #B2B2B2 !important;
	background: #F6F6F6 !important;
	font-size: 16px !important;
	font-weight: 400;
}
.contact input, .contact select {
	height: 60px !important;
}
.contact textarea {
	height: 274px !important;
}
.contact input:focus, .contact textarea:focus{
	outline: none !important;
}
.contact input::placeholder, .contact textarea::placeholder, .contact select {
    color: #B2B2B2 !important;
}
.contact__fields {
    grid-column-gap: 16px !important;
}
.contact .field {
    margin-bottom: 16px !important;
}
/* single post */
.author_info {
    position: relative;
    padding: 16px;
    margin-bottom: 32px;
}
.author_info_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.author_info_bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.author_info_content {
    position: relative;
    background-color: var(--color-white);
  z-index: 2;
}
.author_info_text{
  padding: 20px;
}
.author_info::before {
    content: "";
    position: absolute;
    background-color: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .3;
}
.recent-posts-sidebar {
    margin-top: 40px;
}
.author_info_text h6 {
    margin-bottom: 16px;
}
.article-hero {
    margin-top: 0 !important;
}
.article-main-content a {
    color: var(--color-black);
    text-decoration: underline;
}
  .recent-posts-sidebar h5{
    margin-bottom: 20px;
  }
.article-hero {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-hero-overlay {
    background: #0006;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
.article-hero-overlay h1 {
    color: var(--color-white);
}
.article-hero-title {
  font-size: 36px;
  margin: 0;
  line-height: 1.2;
}

.article-hero-date {
  margin-top: 10px;
  font-size: 16px;
}
.article-body-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 60px;
    justify-content: space-between;
    padding-bottom: 40px;
}
.article-main-content {
    width: calc(65% - 20px);
}
.recent-posts-sidebar {
    width: calc(35% - 20px);
}
.recent-posts-sidebar h2 {
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.recent-posts-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.recent-post-card {
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}

.recent-post-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.recent-post-image {
  width: 100%;
  height: auto;
  display: block;
}

.recent-post-content {
  padding: 15px;
}

.recent-post-content h4 {
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 1.4;
}

.recent-post-content a {
  text-decoration: none;
  color: #333;
}

.recent-post-content a:hover {
  color: #007ace;
}

.recent-post-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
  .article-main-content h3, .article-main-content h2 {
    margin-bottom: 12px;
    margin-top: 32px;
}
  .article-main-content {
    word-break: break-word;
}
    .article-main-content ul {
    padding-left: 20px;
}
.st_custom_hero .button{
  margin-top: 24px;
}
.article-hero-date {
    margin-top: 24px;
    max-width: 620px;
}
/*  */
.st-review-tab {
    background-color: #F6F6F6;
}
.st_team_area .accordion {
    border: 1px solid var(--color-border) !important;
    border-radius: 6px;
}
.section-template--18475611390106__image_with_text_VajCWt-padding, .custom-multicolumn.multicolumn.section-template--18397775626394__st_custom_multicolumn_3w4yGE-padding {
  position: relative;
}
.st_article_hide{
  display: none !important;
}
.product_custom-btn {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #D0D0D0;
    padding: 16px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 8px;
    margin-top: 16px;
    color: var(--color-black);
    margin-bottom: 24px;
  cursor: pointer;
}
.product_custom-btn:hover{
  background-color: var(--color-black);
  color: var(--color-white);
}
.st_serve_mb_img{
  display: none;
}
.contact h2 {
    text-align: center;
}
.contact__button .button {
    width: 100%;
}
.announcement-bar__message {
    font-family: var(--title-font);
    font-size: 16px !important;
    letter-spacing: 0 !important;
}
/* Marquee styles */
.marquee {
    --gap: 40px;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: 40px;
}
.marquee__content {
	flex-shrink: 0;
	display: flex;
	justify-content: space-around;
	min-width: 100%;
	gap: 40px;
	list-style: none;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}
@keyframes scroll-abs {
    from {
        transform: translateX(calc(100% + var(--gap)));
    }
    to {
        transform: translateX(0);
    }
}
.enable-animation .marquee__content {
    animation: scroll 60s linear infinite;
}
.marquee--reverse .marquee__content {
    animation-direction: reverse;
}
.marquee--hover-pause:hover .marquee__content {
    animation-play-state: paused;
}
.marquee--fit-content {
    max-width: fit-content;
}
.marquee--pos-absolute .marquee__content:last-child {
    position: absolute;
    top: 0;
    left: 0;
}
.enable-animation .marquee--pos-absolute .marquee__content:last-child {
    animation-name: scroll-abs;
}
@media (prefers-reduced-motion: reduce) {
    .marquee__content {
        animation-play-state: paused !important;
    }
}
/* marquee end */
.scrolling-img img {
    height: 24px;
    object-fit: contain;
}
.scrolling-content {
    display: flex;
    align-items: center;
    gap: 8px;
}
.scrolling-img {
    display: flex;
}
section.scrolling-text-area {
    background: linear-gradient(100.18deg, #FFFFFF 6.06%, #E7E7E7 106.95%);
    padding: 24px 0;
}
/* content-update-edits */
.st_img_with_text .image-with-text__media img, .st_who_we_serve .image-with-text__media img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px !important;
    object-fit: cover;
  height: 100%;
}
.st_img_with_text .image-with-text__media, .st_who_we_serve .image-with-text__media {
    display: flex;
    align-items: center;
    justify-content: center;
}
.st_review_box h5 {
    margin-top: 16px;
    margin-bottom: 16px;
}
.st_review_box {
    border: 1px solid var(--color-border);
    padding: 16px;
    background-color: var(--color-white);
    min-height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.st_customers_review .swiper-slide {
    height: auto;
}
.st_testimonials_count {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.st_testimonials_title {
    text-align: center;
    margin-bottom: 60px;
}
.st_customers_testimonials {
  background: linear-gradient(100.18deg, #E7E7E7 6.06%, #FFFFFF 106.95%);
}
.st_review_info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review_farified {
    background: linear-gradient(100.18deg,#8dba40 6.06%,#5c5b00 106.95%);
    color: var(--color-white);
    font-size: 12px;
    padding: 6px 12px;
}
.st_img_with_text .button {
  width: 300px;
}
/* st-custom-banner */
.bb-banner-content {
    color: var(--color-white);
    max-width: 770px;
    position: relative;
}
.bb-banner-title h1 {
    color: var(--color-white);
    margin-bottom: 20px;
}
.banner-btn {
    margin-top: 32px;
}
.bb-banner-area {
  position: relative;
}
.bb-banner-area::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: .5;
}
.st-mission-img img {
    aspect-ratio: 1;
    object-fit: cover;
}
.button[aria-disabled=true] {
    opacity: 1 !important;
}
.st_team_slider {
  padding-bottom: 84px;
}
.st_team_slider .swiper-button-prev {
    left: calc(50% - 70px);
}
.st_team_slider .swiper-button-next {
    right: calc(50% - 70px);
    left: auto;
}
.st_img_with_text div#ImageWithText--template--18397775757466__st_core_system_H438jx {
    padding-right: 0 !important;
}
.st_img_with_text .st_icon_list h5 {
    font-size: 18px;
}
.st_icon_list {
    gap: 16px;
    padding: 16px 20px;
}
.st_serve_img, .image-with-text__media {
    position: relative;
}
.st_serve_img img, .image-with-text__media img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 16px;
}
.img_bottom_text {
    position: relative;
    color: var(--color-black);
    margin-top: auto;
    /* border: 1px solid var(--color-white); */
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    background-color: var(--color-white);
}
.st_who_we_serve div#ImageWithText--template--18426798440602__st_serve_GVggjb, .st_img_with_text div#ImageWithText--template--18426798440602__st_core_system_hkzNEE {
    padding-right: 0 !important;
}
.st_who_we_serve div#ImageWithText--template--18426798440602__st_serve_cEJ9kW {
    padding-left: 0 !important;
}
.icon-with-text--horizontal {
    column-gap: 18px !important;
}
.compares_item:first-child {
    padding-right: 8px;
}
/* st-custom-blog */
.st-blog-post .card__inner::before, .st-blog-post .card__inner::after {
  display: none;
}
.st-blog-post .card__inner {
  height: 180px;
  background: #fff !important;
}
.st-blog-post .article-card__image-wrapper {
    height: 180px!important;
    width: 180px!important;
    margin: auto!important;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px !important;
    overflow: hidden !important;
}
.st-blog-post .article-card-wrapper {
    border: 1px solid var(--color-border);
    padding-top: 20px;
    cursor: pointer;
}
.st-blog-post h3.card__heading {
    font-size: 18px !important;
    margin-bottom: 12px;
}
.st-blog-post .card__information {
  padding: 0 !important;
}
.st-blog-post .card__content {
    padding: 24px 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.st-blog-post .article-card-wrapper:hover a{
  text-decoration: none !important;
}
.st-multicolumn-mb-btn {
    display: none;
}
.st-blog-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-black);
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  width: 100%;
  border-radius: 6px;
  justify-content: center;
  margin-top: 16px;
}
.st-blog-post .card__inner.gradient {
    transform: unset !important;
}
  #custom-popup {
    display: none; 
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
  }
  #custom-popup.show {
    display: flex; 
  }
  .popup-inner {
    background: white;
    padding: 30px;
    max-width: 800px;
    width: 90%;
    position: relative;
    border-radius: 10px;
  }
  .popup-close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
  }
.popup-img-cover {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.popup-img-cover img{
  width: 380px;
  height: 380px;
  object-fit: contain;
}
.popup-img {
    display: flex;
}
.st_mission_mobile_content {
  display: none;
}
/* readmore */
.st_readmore_text {
  position: relative;
}

.readmore-content {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.st_readmore_text.expanded .readmore-content {
  max-height: 100%; 
}

.readmore-toggle {
  background: none;
  border: none;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
  margin-top: 4px;
  display: inline-block;
  padding: 0;
  font-size: 14px;
}
.st_review_info {
    margin-top: 16px;
}
/* single blog */
.st-article-banner {
    display: flex;
    justify-content: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
}
.st-article-img {
    display: flex;
    width: 40%;
    border-radius: 100%;
    overflow: hidden;
}
.st-article-img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}
.st-article-info {
    flex: 1;
    padding-left: 32px;
}
.st-article-info h1 {
    font-size: 32px !important;
    margin-bottom: 14px;
}
.st-article-metafield {
    font-size: 20px;
    font-weight: 500;
}
.st-article-metafield span {
  text-transform: capitalize;
}
.st-social a {
    color: var(--color-black);
}
.st-social {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}
.facet-filters__field .select {
    background-color: #f1f1f19e;
    padding-left: 16px;
}
select#SortBy {
    height: 50px !important;
}
.facets-container {
    margin-bottom: 20px;
}
.product-count.light {
    height: 100%;
    display: flex;
    align-items: center;
}
.st-blog-post h2 {
    font-size: 38px !important;
    text-align: center;
    max-width: 762px;
    margin-left: auto;
    margin-right: auto;
}
.st_blog_text {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    text-align: center;
}
.st-blog-post h2 {
    margin-bottom: 8px;
}
/* privacy-policy */
.shopify-policy__container {
    max-width: 100%!important;
    padding: 0;
}
.shopify-policy__body .rte ol > li, .shopify-policy__body .rte ul > li {
    margin-bottom: 10px !important;
}
.shopify-policy__body {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 20px;
}
.shopify-policy__body .rte ol li ol, .shopify-policy__body .rte ul li ul {
    margin-bottom: 30px;
}
.shopify-policy__body .rte ol li ul {
    margin-bottom: 20px;
}
.st-policy-text {
    margin-bottom: 10px;
}
.shopify-policy__body .rte ol li ul li, .shopify-policy__body .rte ul li ul li {
    margin-bottom: 10px;
}
.shopify-policy__body .rte li::marker {
    font-weight: 700;
}
.shopify-policy__body .rte ol li ol li ul li, .shopify-policy__body .rte ul li ul li ul li {
    list-style: disc !important;
    margin-left: 20px;
}
.shopify-policy__body .rte ol li ul li, .shopify-policy__body .rte ul li ul li ul li {
    list-style: disc;
    margin-left: 20px;
}
.shopify-policy__body .rte p {
    line-height: 1.5 !important;
}
.shopify-policy__body h5 {
    margin-bottom: 16px;
    margin-top: 24px;
}
.shopify-policy__body .rte ul {
    list-style-position: outside;
    padding-left: 2rem;
}
.shopify-policy__title {
    background-image: url(/cdn/shop/files/IMG_01531.jpg?v=1753727176);
    height: 400px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.shopify-policy__title h1 {
    color: #fff;
    position: relative;
    padding: 0 20px;
}
.shopify-policy__title::before {
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}
.shopify-policy__body hr {
    margin: 20px 0;
}
.shopify-policy__body .rte ol li ol, .shopify-policy__body .rte ul li ul, .shopify-policy__body .rte ol li ul {
    margin-top: 10px;
}

/* policy-end */
.st-review-app-block {
    position: relative;
    z-index: 1;
}


/* Reviews */
h2.jdgm-rev-widg__title {
    display: none;
}
/*
.jdgm-rev-widg__body, div .jdgm-rev__timestamp, div .jdgm-rev__location, div .jdgm-histogram__frequency, div .jdgm-widget, div .jdgm-form-wrapper {
    color: #fff;
}
div .jdgm-rev__icon {
    background: #fff;
}
.jdgm-form__fieldset p a {
    color: #fff;
    opacity: .7;
}
*/

.jdgm-prev-badge {
    font-size: 22px;
}
div .jdgm-paginate__page.jdgm-curt {
    font-size: 100%;
}
.jdgm-preview-badge span.jdgm-prev-badge__text {
    color: #121212;
    margin-left: 5px;
}

.article-main-content h2 {
  font-size: 26px;
}
.article-main-content h3 {
    font-size: 20px;
}
.article-main-content h4 {
    font-size: 18px;
}
.article-main-content h5 {
    font-size: 17px;
}
.article-main-content h6 {
    font-size: 16px;
}
.article-main-content ul, .article-main-content ol {
  padding-left: 35px;
}
.article-main-content ul li, .article-main-content ol li {
  margin-bottom: 5px;
}
.st_total_pay_title {
    font-size: 20px;
    font-weight: 700;
}
.article-author-details {
    display: none;
}

.per-day-box {
    background: linear-gradient(100.18deg, #8DBA40 6.06%, #5C5B00 106.95%);
    padding: 10px 15px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    border-radius: 5px;
    gap: 5px;
}
/* marque logo slider */
section.scrolling-text-area {
    background: linear-gradient(100.18deg, #FFFFFF 6.06%, #E7E7E7 106.95%);
    padding: 24px 0;
    position: relative;
}
.scrolling-title {
    position: absolute;
    height: 100%;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    align-items: center;
    /* background-color: #E7E7E7; */
    z-index: 2;
    /* background-color: #fff; */
    padding: 0 30px 0 10px;
    background: linear-gradient(100.18deg, #8dba40 6.06%, #5c5b00 106.95%);
}
.scrolling-title h5 {
    color: #fff;
}
.scrolling-content {
    height: 100%;
}
.scrolling-logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrolling-logo img {
    height: 60px;
}
.marquee {
    --gap: 120px;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: 120px;
}
.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: 120px;
    list-style: none;
}


#locksmith-content {
	padding: 70px 0;
}









/* responsive */
.page-width {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.image-with-text__content {
    padding: 0 !important;
    padding-top: 24px !important;
}
@media screen and (min-width: 1024px) {
  .st_customers_review .swiper-button-next,
  .st_customers_review .swiper-button-prev {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
    .image-with-text__content {
        padding: 0 50px !important;
    }
}

@media screen and (min-width: 750px) {
  .page-width {
      padding-left: 30px !important;
      padding-right: 30px !important;
  }
  /* .st_img_banner .banner__box {
      padding-bottom: 0 !important;
      padding-top: 0 !important;
  } */
   .st_img_banner .banner__content {
     padding-top: 100px !important;
  }
}

@media (max-width: 1330px) {
    h2 {
    	font-size: 32px;
    }
    .st_testimonials_cover {
      width: calc(100vw - (50vw - 580px));
  }
  .st-blog-post h2 {
  font-size: 32px !important;
}
}

@media (max-width: 1199px) {
  .st_tab_box {
    padding: 30px 24px;
}
  .st_small_tab_box {
    padding: 24px 14px;
}
}

@media (max-width: 991px) {
    h3 {
      font-size: 24px;
  }
  .st-product-tabs {
    max-width: 100%;
}
  .st-tab-details {
    flex-direction: column;
}
  .tab-button {
    width: calc(50% - 4px);
}
  .shopify-policy__title {
    height: 350px;
}
  
}

@media (max-width: 750px) {
  body {
    font-size: 14px;
  }
  h1 {
  	font-size: 30px;
  }
  h2 {
  	font-size: 24px;
  }
  h3 {
      font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 16px;
  }
  .btn_100 .button, .btn_100 .banner__buttons{
    width: 100%;
  }
  .st_img_banner br{
    display: none;
  }
    .shopify-policy__title {
    height: 250px;
}
.shopify-policy__body {
    padding: 60px 20px;
}
.st_img_banner .banner__box {
    padding-bottom: 310px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 110px;
}
  .img_with_text_monile_img {
    display: block;
  }
  .img_with_text_monile_img img, .st_serve_mb_img img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    object-fit: cover;
  }
  .st_valoues_wrapp {
    margin-bottom: 50px;
}
.st_main_product_top {
    padding-top: 20px!important;
}
  .st_serve_mb_img{
    display: block;
  }
  .st-testimonials-list {
    border-radius: 10px;
  }
  .img_with_text_monile_img {
    width: 100%;
  }
  .st_img_with_text .image-with-text__content {
      padding: 0!important;
  }
 .st_img_with_text .image-with-text__media-item {
    display: none;
  }
  .st_icon_list_cover {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .st-callto-action-btn {
      flex-direction: column;
  }
  .st_testimonial_title {
      margin-bottom: 20px;
      flex-direction: column;
  }
  .swiper-pagination {
    display: none !important;
  }
  .st_testimonials_cover {
      width: 100%;
      padding: 0 20px;
      padding-bottom: 100px;
  }
  .st_testimonials_area {
      padding-right: 0;
  }
  .st_testimonials_content {
      padding: 24px 16px 12px 16px;
  }
    .swiper-button-next {
      right: calc(50% - 70px);
      left: auto;
  }
    .swiper-button-prev {
      left: calc(50% - 70px);
  }
  .st-testimonials-img img {
      aspect-ratio: 1/1.2;
  }
  .st_multicolumn_btn {
    display: block !important;
  }
  .st_multicolumn_top_btn{
    display: none;
  }
  .st_icon_list {
      gap: 16px;
      padding: 16px;
  }
    .st_multicolumn_btn .button {
      width: 100%;
  }
  .st_footer .footer__blocks-wrapper {
      flex-wrap: wrap;
      padding: 20px;
  }
  .st_footer .footer__blocks-wrapper .footer-block:first-child {
      width: 100%;
  }
  .st_footer .footer__blocks-wrapper .footer-block {
      width: 100%;
  }
  .field {
      flex-direction: column;
  }
  .st_footer .newsletter-form__field-wrapper .field__input {
      margin-right: 0;
  }
  .st_footer .newsletter-form__button {
      width: 100% !important;
      margin-top: 10px;
      margin-left: 4px;
  }
   .st_footer .footer-block__details-content {
      margin-bottom: 0;
  }
  .st_footer .footer-block__details-content .list-menu__item--link {
      padding-top: 0;
      padding-bottom: 0;
  }
  .st_footer .footer__blocks-wrapper .footer-block h2 {
    font-size: 14px!important;
    margin-bottom: 12px !important;
}
  .st_footer .footer__blocks-wrapper .footer-block:not(:last-child) {
    margin-bottom: 30px;
}
  .footer_social_link {
    flex-direction: column;
}
.st_footer .footer__content-bottom {
    padding-top: 32px;
}
  .st_footer .footer__content-top {
    padding-bottom: 0;
  }
  .footer_logo {
    margin: auto;
}
  .st_footer .footer__content-bottom-wrapper--center {
    row-gap: 8px !important;
}
  .st_footer .footer__copyright ul li {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.2;
}
.st_bg_desktop {
  display: none;
}
  .st_bg_mb {
    display: block;
    position: absolute;
    height: 55%;
    width: 100%;
    bottom: 0;
    right: 0;
}
  .st_bg_mb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
  .st_banner_bg{
  position: relative;
}
  .st_banner_bg::before{
    content: "" !important;
    position: absolute !important;
    background-color: #79b3e5 !important;
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1 !important;
    display: block !important;
  }
  .st_multicolumn slider-component.slider-mobile-gutter {
    margin-inline: -20px;
}
.st_multicolumn {
    overflow: hidden;
    padding-top: 40px !important;
}
  .st_footer {
    padding: 40px 0 !important;
}
  .st-icon_cover {
    width: 50%;
    padding: 0 6px;
    padding-bottom: 24px;
}
  .st_icon_list_wrapp {
    padding-top: 24px;
    padding-bottom: 0;
}
  .st_philosophy_cover {
    padding: 20px;
    flex-direction: column;
}
  .st_philosophy_title {
    padding-right: 0;
    margin-bottom: 20px;
}
  .mission_title, .st_icon_group_title {
    text-align: center;
    margin-bottom: 24px;
}
  .st_icon_bottom_text {
    margin-top: 24px;
}
  .st_custom_img_with_text .image-with-text__grid {
    flex-direction: column-reverse !important;
    row-gap: 24px !important;
  }
.values_mb_img {
    display: block;
    margin-bottom: -100px;
}
  .values_left_img, .values_right_img {
    display: none;
  }
  .st_values_bottom {
    padding-bottom: 20px;
}
  .st_our_values_area::before {
    bottom: 0;
}
.accordion-header {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}
  .accordion-content {
    display: none;
  }
  .accordion.active .accordion-content, .accordion.active .accordion-toggle-up {
    display: block;
  }
.accordion {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
}
  .accordion:not(:last-child){
    margin-bottom: 12px;
  }
  .accordion-toggle-up, .accordion.active .accordion-toggle-down {
    display: none;
  }
  .accordion-toggle-down, .accordion-toggle-up {
    height: 24px;
    width: 24px;
}
  .st_default_page_hero.st_img_banner .banner__box {
    padding: 110px 0 40px;
}
  .st_default_page_hero .st_bg_mb {
    height: 100%;
}
  .tab-button {
    padding: 8px;
    height: 45px;
    gap: 8px;
}
  .st_tab_btn {
    font-size: 10px;
    text-align: start;
}
  .st-tab-details {
    gap: 0;
}
  .st_tab_box {
    margin-bottom: 12px;
}
  .st_tab_box {
    padding: 24px 16px;
}
  .st_small_tab_box {
    padding: 16px 12px;
}
  .tab_farified {
    text-align: center;
}
.st_tab_box_info {
    justify-content: center;
}
  .st_cta_cover {
    flex-direction: column;
    gap: 24px;
}
  .st-cta_list {
    width: 100%;
}
.st_cta_title {
    padding: 50px 16px;
    padding-right: 80px;
}
  .compare_icon_cover {
    flex-direction: column;
}
  .compare-icon_list {
    width: 100%;
    padding: 0;
    display: flex;
    text-align: start;
    align-items: center;
    gap: 12px;
}
  .compare_icon_list_text {
    flex: 1;
}
  .compare-icon_list:not(:last-child) {
    margin-bottom: 16px;
}
  .compare_bottom_text {
    margin-top: 32px;
    margin-bottom: 32px;
}
  .compares_title {
    gap: 0;
    justify-content: end;
}
  .compares_item {
    width: 80px;
    flex-direction: column;
    text-align: center;
    font-size: 10px;
    line-height: 1.2;
    gap: 10px;
}
  .compares_table_icon {
    display: none;
}
  .compares_table_title {
    font-size: 13px;
}
.compares_info {
    width: 80px;
    text-align: center;
}
  .st_main_product h1 {
    font-size: 28px;
}
  .descrip-list-container {
    gap: 12px;
    flex-wrap: wrap;
}
  .st_c_comparison_table {
    flex-direction: column;
    display: none;
}
  .st_c_comparison {
    width: 100%;
}
  .diy_banner_img {
    width: 250px;
    margin-left: unset;
    margin-right: auto;
}
  .st_c_comparison:not(:last-child) {
    margin-bottom: 40px;
}
  .st_c_comparison details summary:after {
    content: "+";
    transition: .2s;
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: FontAwesome;
    font-weight: 700;
    font-size: 24px;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}
  .st_c_comparison details[open]>summary:after {
    content: "\2012";
}
  .st_c_comparison_wrapp {
    min-height: unset;
}
  .comparison_mobile{
    display: block;
  }
.st-diy_comparison_list {
    padding: 10px;
    gap: 12px;
}
.st_diy_list_text {
    flex: 1;
    font-size: 12px;
    line-height: 1.3;
}
  .st_diy_compare_list_content {
    gap: 10px;
}
  .st_compare_total_cost {
    padding: 18px 40px;
}
.st_c_comparison_wrapp {
    padding: 24px 16px 16px;
    padding-right: 40px;
}
  .st_c-compare_title_logo, .st_c_compare_table_title {
    margin-bottom: 16px;
}
  .st_optiventure_compare_text {
    padding: 20px 24px;
}
  .st_c_comparison_title {
    margin-bottom: 24px;
}
 .custom-multicolumn .multicolumn-list:not(.slider) {
    padding: 0 !important;
}
  .custom-multicolumn .media--transparent {
    padding-bottom: 120px!important;
    width: 120px;
}
  .custom-multicolumn .multicolumn-card__image-wrapper {
    padding: 12px 12px 0;
}
  h6 {
    font-size: 14px;
}
  .st-blog-post .multicolumn-card__info {
    padding: 16px 12px 16px 0!important;
}
  .st_multicolumn_btn_cover {
    padding: 0 12px 12px;
}
  .st_custom_multicolumn_btn {
    margin-top: 16px !important;
    padding: 10px;
}
.multicolumn-tabs-area, .custom-multicolumn .multicolumn__title {
    margin-bottom: 20px!important;
    gap: 12px;
}
  .multicolumn-tab {
    width: 100%;
}
  .st_routing_cover {
    flex-direction: column;
}
  .st-routing_list {
    width: 100%;
}
.st_routing_img img {
    width: 150px!important;
    height: 250px;
}
  .st_routing_img {
    height: 250px;
}
  .st_routing_list_content {
    padding: 20px 10px 20px 32px;
    width: 190px;
    top: 53%;
}
  .st-routing_list:nth-child(2n) .st_routing_list_content {
    padding: 20px 32px 20px 10px;
}
  .st_routing_title {
    margin-bottom: 20px;
}
.st_custom_faq_cover {
    flex-direction: column-reverse;
}
  .st_custom_faq_img, .st-custom-faq-wrapp {
    width: 100%;
}
  .st_custom_faq_img {
    margin-bottom: 24px;
}
  .st_main_product .icon-with-text--horizontal {
    column-gap: 6px !important;
}
  .st_main_product span.h4.inline-richtext {
    font-size: 11px !important;
}
  .mission-btn .button {
    width: 100%;
}
  .st_mb_disable{
    display: none;
  }
  section.st-custom-callto-action.section-template--18397775823002__st_callto_action_dRwfR3-padding .st-callto-action-content {
    text-align: center;
    margin-left: auto;
  }
  section.st-custom-callto-action.section-template--18397775823002__st_callto_action_dRwfR3-padding .st-callto-action-btn {
      justify-content: center;
  }
  .recent-posts-sidebar {
    margin-top: 0;
}
    .article-body-wrapper {
    flex-direction: column;
  }
  .recent-posts-sidebar {
    width: 100%;
}
    .article-main-content {
    width: 100%;
}
  .article-body-wrapper {
    margin-top: 30px;
}
  .st_testimonial_title {
  gap: 20px;
}
  .st_blog_btn_1{
    width: 100%;
  }
  .st_blog_btn_2, .st_blog_btn_3 {
    width: calc(50% - 8px);
  }
  .st_footer .footer__blocks-wrapper {
    gap: 0px;
    flex-direction: column;
  }
  .st_customers_review {
      padding-bottom: 84px;
  }
  .st_testimonials_title {
      margin-bottom: 40px;
  }
  .st_img_with_text .button {
    width: 100%;
  }
  .st_c_compare_table_title ul {
    max-width: 148px;
}
  .st_valoues_wrapp .st-icon_cover {
    width: 50%;
    padding: 0 20px;
}
  .st_main_product fieldset label {
    width: 47.9%;
}
  .st_custom_faq_heading {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    max-width: 90%;
    top: 24px;
}
  .st_custom_faq_heading h2 {
    font-size: 24px !important;
}
  .faq-heading {
    margin-bottom: 30px;
}
  .st-team-item {
    width: 100%;
}
.st_main_product fieldset label {
    font-size: 13px !important;
}
.st_main_product fieldset label:last-child {
    margin-top: 36px !important;
}
.announcement-bar__message {
    font-size: 14px!important;
}
.st_img_with_text .st_icon_list h5 {
    font-size: 14px;
}
.st_testimonials_cover, .st_multicolumn_btn_cover, .st-blog-btn{
  display: none;
}
.st-testimonials-mb-cover {
  display: block;
}
.st_mission_mobile_content, {
  display: block;
}
.st-multicolumn-mb-btn, .st_main_product .slider-button {
    height: 36px;
    width: 36px;
    border: 1px solid var(--color-text);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
}
.st-blog-post .article-card-wrapper:hover .st-multicolumn-mb-btn {
    background: linear-gradient(100.18deg, #8DBA40 6.06%, #5C5B00 106.95%);
    color: var(--color-white);
    border: 1px solid var(--color-green);
}
.st-multicolumn-mb-cover, .st-blog-post .article-card {
    display: flex;
    flex-direction: unset !important;
}
.st-blog-post .article-card__image-wrapper {
    height: 120px!important;
    width: 120px!important;
    margin: 0 !important;
}
.st-blog-post .card__content {
    padding: 0 12px 16px 0 !important;
}
.st-blog-post h3.card__heading {
    font-size: 14px !important;
    margin-bottom: 8px;
}
.st-blog-post .card__inner {
    height: 120px;
    width: 85% !important;
}
.st-blog-post .article-card-wrapper {
    padding-top: 16px;
}
.st-article-info h1 {
    font-size: 24px !important;
    margin-bottom: 10px;
}
.st-article-info {
    padding-left: 0;
}
.st-article-banner {
    flex-direction: column;
    gap: 24px;
    text-align: center;
}
.st-article-metafield {
    font-size: 18px;
}
.st-blog-post ul {
    margin-bottom: 0 !important;
}
.st-blog-post .blog__posts .card-wrapper {
    background-color: var(--color-white);
}
.st-blog-mb-btn {
    display: flex;
    align-items: center;
    margin-top: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
}
.st-blog-post h2 {
    font-size: 21px !important;
}
.faq-heading h2, .contact h2 {
    font-size: 24px;
}
.st_our_values_area .st_icon_list_wrapp {
    padding-bottom: 24px;
}
/* .st_main_product {
    overflow: hidden;
} 
.st_main_product .slider.slider--mobile li.is-active {
  padding: 0 !important;
  width: 100%;
}
.product-media-container {
    width: 100% !important;
}
*/
.st_main_product .product__description ul li:before {
    left: 5px;
}
.st_main_product .product__description ul li {
    border: 1px solid #D0D0D0;
    border-radius: 6px;
    padding: 5px 8px 5px 30px;
}
.descrip-list-cover {
    border: 1px solid #D0D0D0;
    padding: 5px 10px 5px 5px;
    border-radius: 6px;
}
.st_main_product fieldset label {
    height: 150px;
    padding: 16px 5px!important;
    padding-top: 80px !important;
    font-size: 10px !important;
    width: 100%;
}
.st_main_product fieldset label:last-child:before {
    font-size: 10px;
    line-height: 2.8!important;
}
.team_btn {
    margin-top: 16px;
}
.st_team_content {
    padding: 16px;
}
span.variant-option-shipping svg {
    width: 12px;
    height: 12px;
}
span.variant-option-shipping {
    font-size: 9px;
}
.st_main_product .price__sale, .st_main_product  .price__regular, .st_main_product .price-item.price-item--regular {
    font-size: 20px !important;
}
.article-author-details {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 24px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.single-author-name {
    text-align: end;
    flex: 1;
}
.single-author-img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    overflow: hidden;
}
.single-author-img img {
  height: 100%;
  width: 100%;
}
.single-post-author-name {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
    margin-bottom: 3px;
}
section.scrolling-text-area {
    padding: 16px 0;
}
.scrolling-logo img {
    height: 50px;
}
.scrolling-title h5 {
    font-size: 14px;
}
.scrolling-title {
    padding: 0 16px 0 10px;
}
section.scrolling-text-area {
    padding: 12px 0;
}
.marquee__content {
    gap: 50px;
}
.marquee {
    --gap: 50px;
    gap: 50px;
}

  
}









