
.noUi-connect{
  background: #2e6b02;
  box-shadow: none;
}
.noUi-handle{
  background: #2e6b02;
}
.breadcrumb-item.active a{
  color: #2e6b02; ?>;
}

				.body-loading{
					position: fixed;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					transition: all .5s ease-in-out;
					background: #fff;
					opacity: 1;
					visibility: visible;
					z-index: 999999;
				}
				.loaded .body-loading{
					opacity: 0;
					visibility: hidden;
				}
				#header .header-nav-main nav > ul:not(:hover) > li > a.active{
					color: #fff !important;
					background-color: #2e6b02;
				}
				#header .header-nav-main nav > ul > li.dropdown.open > a::before, #header .header-nav-main nav > ul > li.dropdown:hover > a::before{
					border-bottom-color: #2e6b02;
				}
				#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li.accessibility-open > a, #header .header-nav-main nav > ul > li:hover > a{
					color: #fff !important;
				}
				#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a{
					background-color: #2e6b02;
				}
				#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active{
					background: #2e6b02;
					color: white !important;
				}
				#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus, #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover{
					background: #2e6b02;
				}
				#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:focus, #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:hover{
					background: #2e6b02;
				}
				#header .header-nav-main nav > ul li a{
					color: #2e6b02;
				}
				#footer .footer-ribbon::before{
					border-right-color: var(--bsx-color-primary-light);
					border-left-color: var(--bsx-color-primary-light);
				}
		
:root { 
	--bsx-color-primary: #2e6b02;
	--bsx-color-primary-dark: #173601;
	--bsx-color-primary-darken: #020400;
	--bsx-color-primary-darkest: #132c00;
	--bsx-color-primary-overdarkest: #020400;
	--bsx-color-primary-light: #429a03;
	--bsx-color-primary-lighten: #57cc04;
	--bsx-color-primary-lightest: #6efa0a;
	--bsx-color-primary-overlightest: #8bfb3c;
	--bsx-color-primary-soft: rgba(46, 107, 2, 0.70);
	--bsx-color-primary-soften: rgba(46, 107, 2, 0.50);
	--bsx-color-primary-softest: rgba(46, 107, 2, 0.20);
	--bsx-color-primary-oversoftest: rgba(46, 107, 2, 0.05);
	--bsx-color-secondary: #ff6666;
	--bsx-color-secondary-dark: #ff3232;
	--bsx-color-secondary-darken: #ff0000;
	--bsx-color-secondary-darkest: #cc0000;
	--bsx-color-secondary-light: #ff9999;
	--bsx-color-secondary-lighten: #fecccc;
	--bsx-color-secondary-lightest: #ffffff;
	--bsx-color-secondary-overlightest: #e5e5e5;
	--bsx-color-secondary-soft: rgba(255, 102, 102, 0.70);
	--bsx-color-secondary-soften: rgba(255, 102, 102, 0.50);
	--bsx-color-secondary-softest: rgba(255, 102, 102, 0.20);
	--bsx-color-secondary-oversoftest: rgba(255, 102, 102, 0.05);
	--bsx-color-third: #800000;
	--bsx-color-third-dark: #4c0000;
	--bsx-color-third-darken: #190000;
	--bsx-color-third-darkest: #190000;
	--bsx-color-third-light: #b20000;
	--bsx-color-third-lighten: #e50000;
	--bsx-color-third-lightest: #ff1919;
	--bsx-color-third-overlightest: #fe4c4c;
	--bsx-color-third-soft: rgba(128, 0, 0, 0.70);
	--bsx-color-third-soften: rgba(128, 0, 0, 0.50);
	--bsx-color-third-softest: rgba(128, 0, 0, 0.20);
	--bsx-color-third-oversoftest: rgba(128, 0, 0, 0.05);
 }
          .bsx-text-primary { color: #2e6b02 !important; }
          .bsx-text-before-primary:before { color: #2e6b02 !important; }
          .bsx-text-after-primary:after { color: #2e6b02 !important; }
          .bsx-text-hover-primary:hover { color: #2e6b02 !important; }
          .bsx-text-active-primary.active { color: #2e6b02 !important; }
          .bsx-text-focus-primary:focus { color: #2e6b02 !important; }
          .bsx-text-stroke-primary { -webkit-text-stroke-color: #2e6b02 !important; text-stroke-color: #2e6b02 !important; }
          .bsx-bg-primary { background-color: #2e6b02 !important; }
          .bsx-bg-active-primary:active, .bsx-bg-active-primary.active { background-color: #2e6b02 !important; }
          .bsx-bg-hover-primary:hover { background-color: #2e6b02 !important; }
          .bsx-bg-before-primary:before { background-color: #2e6b02 !important; }
          .bsx-bg-after-primary:after { background-color: #2e6b02 !important; }
          .bsx-fill-primary { fill: #2e6b02 !important; }
          .bsx-border-primary { border-color: #2e6b02 !important; }
          .bsx-border-hover-primary:hover { border-color: #2e6b02 !important; }
          .bsx-border-before-primary:before { border-color: #2e6b02 !important; }
          .bsx-border-after-primary:after { border-color: #2e6b02 !important; }
          .bsx-border-t-primary { border-top-color: #2e6b02 !important; }
          .bsx-border-l-primary { border-left-color: #2e6b02 !important; }
          .bsx-border-b-primary { border-bottom-color: #2e6b02 !important; }
          .bsx-border-r-primary { border-right-color: #2e6b02 !important; }
          .bsx-owl-arrow-primary .owl-next, .bsx-owl-arrow-primary .owl-prev { color: #2e6b02 !important; }
        
          .bsx-text-primary-dark { color: #173601 !important; }
          .bsx-text-before-primary-dark:before { color: #173601 !important; }
          .bsx-text-after-primary-dark:after { color: #173601 !important; }
          .bsx-text-hover-primary-dark:hover { color: #173601 !important; }
          .bsx-text-active-primary-dark.active { color: #173601 !important; }
          .bsx-text-focus-primary-dark:focus { color: #173601 !important; }
          .bsx-text-stroke-primary-dark { -webkit-text-stroke-color: #173601 !important; text-stroke-color: #173601 !important; }
          .bsx-bg-primary-dark { background-color: #173601 !important; }
          .bsx-bg-active-primary-dark:active, .bsx-bg-active-primary-dark.active { background-color: #173601 !important; }
          .bsx-bg-hover-primary-dark:hover { background-color: #173601 !important; }
          .bsx-bg-before-primary-dark:before { background-color: #173601 !important; }
          .bsx-bg-after-primary-dark:after { background-color: #173601 !important; }
          .bsx-fill-primary-dark { fill: #173601 !important; }
          .bsx-border-primary-dark { border-color: #173601 !important; }
          .bsx-border-hover-primary-dark:hover { border-color: #173601 !important; }
          .bsx-border-before-primary-dark:before { border-color: #173601 !important; }
          .bsx-border-after-primary-dark:after { border-color: #173601 !important; }
          .bsx-border-t-primary-dark { border-top-color: #173601 !important; }
          .bsx-border-l-primary-dark { border-left-color: #173601 !important; }
          .bsx-border-b-primary-dark { border-bottom-color: #173601 !important; }
          .bsx-border-r-primary-dark { border-right-color: #173601 !important; }
          .bsx-owl-arrow-primary-dark .owl-next, .bsx-owl-arrow-primary-dark .owl-prev { color: #173601 !important; }
        
          .bsx-text-primary-darken { color: #020400 !important; }
          .bsx-text-before-primary-darken:before { color: #020400 !important; }
          .bsx-text-after-primary-darken:after { color: #020400 !important; }
          .bsx-text-hover-primary-darken:hover { color: #020400 !important; }
          .bsx-text-active-primary-darken.active { color: #020400 !important; }
          .bsx-text-focus-primary-darken:focus { color: #020400 !important; }
          .bsx-text-stroke-primary-darken { -webkit-text-stroke-color: #020400 !important; text-stroke-color: #020400 !important; }
          .bsx-bg-primary-darken { background-color: #020400 !important; }
          .bsx-bg-active-primary-darken:active, .bsx-bg-active-primary-darken.active { background-color: #020400 !important; }
          .bsx-bg-hover-primary-darken:hover { background-color: #020400 !important; }
          .bsx-bg-before-primary-darken:before { background-color: #020400 !important; }
          .bsx-bg-after-primary-darken:after { background-color: #020400 !important; }
          .bsx-fill-primary-darken { fill: #020400 !important; }
          .bsx-border-primary-darken { border-color: #020400 !important; }
          .bsx-border-hover-primary-darken:hover { border-color: #020400 !important; }
          .bsx-border-before-primary-darken:before { border-color: #020400 !important; }
          .bsx-border-after-primary-darken:after { border-color: #020400 !important; }
          .bsx-border-t-primary-darken { border-top-color: #020400 !important; }
          .bsx-border-l-primary-darken { border-left-color: #020400 !important; }
          .bsx-border-b-primary-darken { border-bottom-color: #020400 !important; }
          .bsx-border-r-primary-darken { border-right-color: #020400 !important; }
          .bsx-owl-arrow-primary-darken .owl-next, .bsx-owl-arrow-primary-darken .owl-prev { color: #020400 !important; }
        
          .bsx-text-primary-darkest { color: #132c00 !important; }
          .bsx-text-before-primary-darkest:before { color: #132c00 !important; }
          .bsx-text-after-primary-darkest:after { color: #132c00 !important; }
          .bsx-text-hover-primary-darkest:hover { color: #132c00 !important; }
          .bsx-text-active-primary-darkest.active { color: #132c00 !important; }
          .bsx-text-focus-primary-darkest:focus { color: #132c00 !important; }
          .bsx-text-stroke-primary-darkest { -webkit-text-stroke-color: #132c00 !important; text-stroke-color: #132c00 !important; }
          .bsx-bg-primary-darkest { background-color: #132c00 !important; }
          .bsx-bg-active-primary-darkest:active, .bsx-bg-active-primary-darkest.active { background-color: #132c00 !important; }
          .bsx-bg-hover-primary-darkest:hover { background-color: #132c00 !important; }
          .bsx-bg-before-primary-darkest:before { background-color: #132c00 !important; }
          .bsx-bg-after-primary-darkest:after { background-color: #132c00 !important; }
          .bsx-fill-primary-darkest { fill: #132c00 !important; }
          .bsx-border-primary-darkest { border-color: #132c00 !important; }
          .bsx-border-hover-primary-darkest:hover { border-color: #132c00 !important; }
          .bsx-border-before-primary-darkest:before { border-color: #132c00 !important; }
          .bsx-border-after-primary-darkest:after { border-color: #132c00 !important; }
          .bsx-border-t-primary-darkest { border-top-color: #132c00 !important; }
          .bsx-border-l-primary-darkest { border-left-color: #132c00 !important; }
          .bsx-border-b-primary-darkest { border-bottom-color: #132c00 !important; }
          .bsx-border-r-primary-darkest { border-right-color: #132c00 !important; }
          .bsx-owl-arrow-primary-darkest .owl-next, .bsx-owl-arrow-primary-darkest .owl-prev { color: #132c00 !important; }
        
          .bsx-text-primary-overdarkest { color: #020400 !important; }
          .bsx-text-before-primary-overdarkest:before { color: #020400 !important; }
          .bsx-text-after-primary-overdarkest:after { color: #020400 !important; }
          .bsx-text-hover-primary-overdarkest:hover { color: #020400 !important; }
          .bsx-text-active-primary-overdarkest.active { color: #020400 !important; }
          .bsx-text-focus-primary-overdarkest:focus { color: #020400 !important; }
          .bsx-text-stroke-primary-overdarkest { -webkit-text-stroke-color: #020400 !important; text-stroke-color: #020400 !important; }
          .bsx-bg-primary-overdarkest { background-color: #020400 !important; }
          .bsx-bg-active-primary-overdarkest:active, .bsx-bg-active-primary-overdarkest.active { background-color: #020400 !important; }
          .bsx-bg-hover-primary-overdarkest:hover { background-color: #020400 !important; }
          .bsx-bg-before-primary-overdarkest:before { background-color: #020400 !important; }
          .bsx-bg-after-primary-overdarkest:after { background-color: #020400 !important; }
          .bsx-fill-primary-overdarkest { fill: #020400 !important; }
          .bsx-border-primary-overdarkest { border-color: #020400 !important; }
          .bsx-border-hover-primary-overdarkest:hover { border-color: #020400 !important; }
          .bsx-border-before-primary-overdarkest:before { border-color: #020400 !important; }
          .bsx-border-after-primary-overdarkest:after { border-color: #020400 !important; }
          .bsx-border-t-primary-overdarkest { border-top-color: #020400 !important; }
          .bsx-border-l-primary-overdarkest { border-left-color: #020400 !important; }
          .bsx-border-b-primary-overdarkest { border-bottom-color: #020400 !important; }
          .bsx-border-r-primary-overdarkest { border-right-color: #020400 !important; }
          .bsx-owl-arrow-primary-overdarkest .owl-next, .bsx-owl-arrow-primary-overdarkest .owl-prev { color: #020400 !important; }
        
          .bsx-text-primary-light { color: #429a03 !important; }
          .bsx-text-before-primary-light:before { color: #429a03 !important; }
          .bsx-text-after-primary-light:after { color: #429a03 !important; }
          .bsx-text-hover-primary-light:hover { color: #429a03 !important; }
          .bsx-text-active-primary-light.active { color: #429a03 !important; }
          .bsx-text-focus-primary-light:focus { color: #429a03 !important; }
          .bsx-text-stroke-primary-light { -webkit-text-stroke-color: #429a03 !important; text-stroke-color: #429a03 !important; }
          .bsx-bg-primary-light { background-color: #429a03 !important; }
          .bsx-bg-active-primary-light:active, .bsx-bg-active-primary-light.active { background-color: #429a03 !important; }
          .bsx-bg-hover-primary-light:hover { background-color: #429a03 !important; }
          .bsx-bg-before-primary-light:before { background-color: #429a03 !important; }
          .bsx-bg-after-primary-light:after { background-color: #429a03 !important; }
          .bsx-fill-primary-light { fill: #429a03 !important; }
          .bsx-border-primary-light { border-color: #429a03 !important; }
          .bsx-border-hover-primary-light:hover { border-color: #429a03 !important; }
          .bsx-border-before-primary-light:before { border-color: #429a03 !important; }
          .bsx-border-after-primary-light:after { border-color: #429a03 !important; }
          .bsx-border-t-primary-light { border-top-color: #429a03 !important; }
          .bsx-border-l-primary-light { border-left-color: #429a03 !important; }
          .bsx-border-b-primary-light { border-bottom-color: #429a03 !important; }
          .bsx-border-r-primary-light { border-right-color: #429a03 !important; }
          .bsx-owl-arrow-primary-light .owl-next, .bsx-owl-arrow-primary-light .owl-prev { color: #429a03 !important; }
        
          .bsx-text-primary-lighten { color: #57cc04 !important; }
          .bsx-text-before-primary-lighten:before { color: #57cc04 !important; }
          .bsx-text-after-primary-lighten:after { color: #57cc04 !important; }
          .bsx-text-hover-primary-lighten:hover { color: #57cc04 !important; }
          .bsx-text-active-primary-lighten.active { color: #57cc04 !important; }
          .bsx-text-focus-primary-lighten:focus { color: #57cc04 !important; }
          .bsx-text-stroke-primary-lighten { -webkit-text-stroke-color: #57cc04 !important; text-stroke-color: #57cc04 !important; }
          .bsx-bg-primary-lighten { background-color: #57cc04 !important; }
          .bsx-bg-active-primary-lighten:active, .bsx-bg-active-primary-lighten.active { background-color: #57cc04 !important; }
          .bsx-bg-hover-primary-lighten:hover { background-color: #57cc04 !important; }
          .bsx-bg-before-primary-lighten:before { background-color: #57cc04 !important; }
          .bsx-bg-after-primary-lighten:after { background-color: #57cc04 !important; }
          .bsx-fill-primary-lighten { fill: #57cc04 !important; }
          .bsx-border-primary-lighten { border-color: #57cc04 !important; }
          .bsx-border-hover-primary-lighten:hover { border-color: #57cc04 !important; }
          .bsx-border-before-primary-lighten:before { border-color: #57cc04 !important; }
          .bsx-border-after-primary-lighten:after { border-color: #57cc04 !important; }
          .bsx-border-t-primary-lighten { border-top-color: #57cc04 !important; }
          .bsx-border-l-primary-lighten { border-left-color: #57cc04 !important; }
          .bsx-border-b-primary-lighten { border-bottom-color: #57cc04 !important; }
          .bsx-border-r-primary-lighten { border-right-color: #57cc04 !important; }
          .bsx-owl-arrow-primary-lighten .owl-next, .bsx-owl-arrow-primary-lighten .owl-prev { color: #57cc04 !important; }
        
          .bsx-text-primary-lightest { color: #6efa0a !important; }
          .bsx-text-before-primary-lightest:before { color: #6efa0a !important; }
          .bsx-text-after-primary-lightest:after { color: #6efa0a !important; }
          .bsx-text-hover-primary-lightest:hover { color: #6efa0a !important; }
          .bsx-text-active-primary-lightest.active { color: #6efa0a !important; }
          .bsx-text-focus-primary-lightest:focus { color: #6efa0a !important; }
          .bsx-text-stroke-primary-lightest { -webkit-text-stroke-color: #6efa0a !important; text-stroke-color: #6efa0a !important; }
          .bsx-bg-primary-lightest { background-color: #6efa0a !important; }
          .bsx-bg-active-primary-lightest:active, .bsx-bg-active-primary-lightest.active { background-color: #6efa0a !important; }
          .bsx-bg-hover-primary-lightest:hover { background-color: #6efa0a !important; }
          .bsx-bg-before-primary-lightest:before { background-color: #6efa0a !important; }
          .bsx-bg-after-primary-lightest:after { background-color: #6efa0a !important; }
          .bsx-fill-primary-lightest { fill: #6efa0a !important; }
          .bsx-border-primary-lightest { border-color: #6efa0a !important; }
          .bsx-border-hover-primary-lightest:hover { border-color: #6efa0a !important; }
          .bsx-border-before-primary-lightest:before { border-color: #6efa0a !important; }
          .bsx-border-after-primary-lightest:after { border-color: #6efa0a !important; }
          .bsx-border-t-primary-lightest { border-top-color: #6efa0a !important; }
          .bsx-border-l-primary-lightest { border-left-color: #6efa0a !important; }
          .bsx-border-b-primary-lightest { border-bottom-color: #6efa0a !important; }
          .bsx-border-r-primary-lightest { border-right-color: #6efa0a !important; }
          .bsx-owl-arrow-primary-lightest .owl-next, .bsx-owl-arrow-primary-lightest .owl-prev { color: #6efa0a !important; }
        
          .bsx-text-primary-overlightest { color: #8bfb3c !important; }
          .bsx-text-before-primary-overlightest:before { color: #8bfb3c !important; }
          .bsx-text-after-primary-overlightest:after { color: #8bfb3c !important; }
          .bsx-text-hover-primary-overlightest:hover { color: #8bfb3c !important; }
          .bsx-text-active-primary-overlightest.active { color: #8bfb3c !important; }
          .bsx-text-focus-primary-overlightest:focus { color: #8bfb3c !important; }
          .bsx-text-stroke-primary-overlightest { -webkit-text-stroke-color: #8bfb3c !important; text-stroke-color: #8bfb3c !important; }
          .bsx-bg-primary-overlightest { background-color: #8bfb3c !important; }
          .bsx-bg-active-primary-overlightest:active, .bsx-bg-active-primary-overlightest.active { background-color: #8bfb3c !important; }
          .bsx-bg-hover-primary-overlightest:hover { background-color: #8bfb3c !important; }
          .bsx-bg-before-primary-overlightest:before { background-color: #8bfb3c !important; }
          .bsx-bg-after-primary-overlightest:after { background-color: #8bfb3c !important; }
          .bsx-fill-primary-overlightest { fill: #8bfb3c !important; }
          .bsx-border-primary-overlightest { border-color: #8bfb3c !important; }
          .bsx-border-hover-primary-overlightest:hover { border-color: #8bfb3c !important; }
          .bsx-border-before-primary-overlightest:before { border-color: #8bfb3c !important; }
          .bsx-border-after-primary-overlightest:after { border-color: #8bfb3c !important; }
          .bsx-border-t-primary-overlightest { border-top-color: #8bfb3c !important; }
          .bsx-border-l-primary-overlightest { border-left-color: #8bfb3c !important; }
          .bsx-border-b-primary-overlightest { border-bottom-color: #8bfb3c !important; }
          .bsx-border-r-primary-overlightest { border-right-color: #8bfb3c !important; }
          .bsx-owl-arrow-primary-overlightest .owl-next, .bsx-owl-arrow-primary-overlightest .owl-prev { color: #8bfb3c !important; }
        
          .bsx-text-primary-soft { color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-text-before-primary-soft:before { color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-text-after-primary-soft:after { color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-text-hover-primary-soft:hover { color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-text-active-primary-soft.active { color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-text-focus-primary-soft:focus { color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-text-stroke-primary-soft { -webkit-text-stroke-color: rgba(46, 107, 2, 0.70) !important; text-stroke-color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-bg-primary-soft { background-color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-bg-active-primary-soft:active, .bsx-bg-active-primary-soft.active { background-color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-bg-hover-primary-soft:hover { background-color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-bg-before-primary-soft:before { background-color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-bg-after-primary-soft:after { background-color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-fill-primary-soft { fill: rgba(46, 107, 2, 0.70) !important; }
          .bsx-border-primary-soft { border-color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-border-hover-primary-soft:hover { border-color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-border-before-primary-soft:before { border-color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-border-after-primary-soft:after { border-color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-border-t-primary-soft { border-top-color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-border-l-primary-soft { border-left-color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-border-b-primary-soft { border-bottom-color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-border-r-primary-soft { border-right-color: rgba(46, 107, 2, 0.70) !important; }
          .bsx-owl-arrow-primary-soft .owl-next, .bsx-owl-arrow-primary-soft .owl-prev { color: rgba(46, 107, 2, 0.70) !important; }
        
          .bsx-text-primary-soften { color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-text-before-primary-soften:before { color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-text-after-primary-soften:after { color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-text-hover-primary-soften:hover { color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-text-active-primary-soften.active { color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-text-focus-primary-soften:focus { color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-text-stroke-primary-soften { -webkit-text-stroke-color: rgba(46, 107, 2, 0.50) !important; text-stroke-color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-bg-primary-soften { background-color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-bg-active-primary-soften:active, .bsx-bg-active-primary-soften.active { background-color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-bg-hover-primary-soften:hover { background-color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-bg-before-primary-soften:before { background-color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-bg-after-primary-soften:after { background-color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-fill-primary-soften { fill: rgba(46, 107, 2, 0.50) !important; }
          .bsx-border-primary-soften { border-color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-border-hover-primary-soften:hover { border-color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-border-before-primary-soften:before { border-color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-border-after-primary-soften:after { border-color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-border-t-primary-soften { border-top-color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-border-l-primary-soften { border-left-color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-border-b-primary-soften { border-bottom-color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-border-r-primary-soften { border-right-color: rgba(46, 107, 2, 0.50) !important; }
          .bsx-owl-arrow-primary-soften .owl-next, .bsx-owl-arrow-primary-soften .owl-prev { color: rgba(46, 107, 2, 0.50) !important; }
        
          .bsx-text-primary-softest { color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-text-before-primary-softest:before { color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-text-after-primary-softest:after { color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-text-hover-primary-softest:hover { color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-text-active-primary-softest.active { color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-text-focus-primary-softest:focus { color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-text-stroke-primary-softest { -webkit-text-stroke-color: rgba(46, 107, 2, 0.20) !important; text-stroke-color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-bg-primary-softest { background-color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-bg-active-primary-softest:active, .bsx-bg-active-primary-softest.active { background-color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-bg-hover-primary-softest:hover { background-color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-bg-before-primary-softest:before { background-color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-bg-after-primary-softest:after { background-color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-fill-primary-softest { fill: rgba(46, 107, 2, 0.20) !important; }
          .bsx-border-primary-softest { border-color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-border-hover-primary-softest:hover { border-color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-border-before-primary-softest:before { border-color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-border-after-primary-softest:after { border-color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-border-t-primary-softest { border-top-color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-border-l-primary-softest { border-left-color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-border-b-primary-softest { border-bottom-color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-border-r-primary-softest { border-right-color: rgba(46, 107, 2, 0.20) !important; }
          .bsx-owl-arrow-primary-softest .owl-next, .bsx-owl-arrow-primary-softest .owl-prev { color: rgba(46, 107, 2, 0.20) !important; }
        
          .bsx-text-primary-oversoftest { color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-text-before-primary-oversoftest:before { color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-text-after-primary-oversoftest:after { color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-text-hover-primary-oversoftest:hover { color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-text-active-primary-oversoftest.active { color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-text-focus-primary-oversoftest:focus { color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-text-stroke-primary-oversoftest { -webkit-text-stroke-color: rgba(46, 107, 2, 0.05) !important; text-stroke-color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-bg-primary-oversoftest { background-color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-bg-active-primary-oversoftest:active, .bsx-bg-active-primary-oversoftest.active { background-color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-bg-hover-primary-oversoftest:hover { background-color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-bg-before-primary-oversoftest:before { background-color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-bg-after-primary-oversoftest:after { background-color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-fill-primary-oversoftest { fill: rgba(46, 107, 2, 0.05) !important; }
          .bsx-border-primary-oversoftest { border-color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-border-hover-primary-oversoftest:hover { border-color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-border-before-primary-oversoftest:before { border-color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-border-after-primary-oversoftest:after { border-color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-border-t-primary-oversoftest { border-top-color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-border-l-primary-oversoftest { border-left-color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-border-b-primary-oversoftest { border-bottom-color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-border-r-primary-oversoftest { border-right-color: rgba(46, 107, 2, 0.05) !important; }
          .bsx-owl-arrow-primary-oversoftest .owl-next, .bsx-owl-arrow-primary-oversoftest .owl-prev { color: rgba(46, 107, 2, 0.05) !important; }
        
          .bsx-text-secondary { color: #ff6666 !important; }
          .bsx-text-before-secondary:before { color: #ff6666 !important; }
          .bsx-text-after-secondary:after { color: #ff6666 !important; }
          .bsx-text-hover-secondary:hover { color: #ff6666 !important; }
          .bsx-text-active-secondary.active { color: #ff6666 !important; }
          .bsx-text-focus-secondary:focus { color: #ff6666 !important; }
          .bsx-text-stroke-secondary { -webkit-text-stroke-color: #ff6666 !important; text-stroke-color: #ff6666 !important; }
          .bsx-bg-secondary { background-color: #ff6666 !important; }
          .bsx-bg-active-secondary:active, .bsx-bg-active-secondary.active { background-color: #ff6666 !important; }
          .bsx-bg-hover-secondary:hover { background-color: #ff6666 !important; }
          .bsx-bg-before-secondary:before { background-color: #ff6666 !important; }
          .bsx-bg-after-secondary:after { background-color: #ff6666 !important; }
          .bsx-fill-secondary { fill: #ff6666 !important; }
          .bsx-border-secondary { border-color: #ff6666 !important; }
          .bsx-border-hover-secondary:hover { border-color: #ff6666 !important; }
          .bsx-border-before-secondary:before { border-color: #ff6666 !important; }
          .bsx-border-after-secondary:after { border-color: #ff6666 !important; }
          .bsx-border-t-secondary { border-top-color: #ff6666 !important; }
          .bsx-border-l-secondary { border-left-color: #ff6666 !important; }
          .bsx-border-b-secondary { border-bottom-color: #ff6666 !important; }
          .bsx-border-r-secondary { border-right-color: #ff6666 !important; }
          .bsx-owl-arrow-secondary .owl-next, .bsx-owl-arrow-secondary .owl-prev { color: #ff6666 !important; }
        
          .bsx-text-secondary-dark { color: #ff3232 !important; }
          .bsx-text-before-secondary-dark:before { color: #ff3232 !important; }
          .bsx-text-after-secondary-dark:after { color: #ff3232 !important; }
          .bsx-text-hover-secondary-dark:hover { color: #ff3232 !important; }
          .bsx-text-active-secondary-dark.active { color: #ff3232 !important; }
          .bsx-text-focus-secondary-dark:focus { color: #ff3232 !important; }
          .bsx-text-stroke-secondary-dark { -webkit-text-stroke-color: #ff3232 !important; text-stroke-color: #ff3232 !important; }
          .bsx-bg-secondary-dark { background-color: #ff3232 !important; }
          .bsx-bg-active-secondary-dark:active, .bsx-bg-active-secondary-dark.active { background-color: #ff3232 !important; }
          .bsx-bg-hover-secondary-dark:hover { background-color: #ff3232 !important; }
          .bsx-bg-before-secondary-dark:before { background-color: #ff3232 !important; }
          .bsx-bg-after-secondary-dark:after { background-color: #ff3232 !important; }
          .bsx-fill-secondary-dark { fill: #ff3232 !important; }
          .bsx-border-secondary-dark { border-color: #ff3232 !important; }
          .bsx-border-hover-secondary-dark:hover { border-color: #ff3232 !important; }
          .bsx-border-before-secondary-dark:before { border-color: #ff3232 !important; }
          .bsx-border-after-secondary-dark:after { border-color: #ff3232 !important; }
          .bsx-border-t-secondary-dark { border-top-color: #ff3232 !important; }
          .bsx-border-l-secondary-dark { border-left-color: #ff3232 !important; }
          .bsx-border-b-secondary-dark { border-bottom-color: #ff3232 !important; }
          .bsx-border-r-secondary-dark { border-right-color: #ff3232 !important; }
          .bsx-owl-arrow-secondary-dark .owl-next, .bsx-owl-arrow-secondary-dark .owl-prev { color: #ff3232 !important; }
        
          .bsx-text-secondary-darken { color: #ff0000 !important; }
          .bsx-text-before-secondary-darken:before { color: #ff0000 !important; }
          .bsx-text-after-secondary-darken:after { color: #ff0000 !important; }
          .bsx-text-hover-secondary-darken:hover { color: #ff0000 !important; }
          .bsx-text-active-secondary-darken.active { color: #ff0000 !important; }
          .bsx-text-focus-secondary-darken:focus { color: #ff0000 !important; }
          .bsx-text-stroke-secondary-darken { -webkit-text-stroke-color: #ff0000 !important; text-stroke-color: #ff0000 !important; }
          .bsx-bg-secondary-darken { background-color: #ff0000 !important; }
          .bsx-bg-active-secondary-darken:active, .bsx-bg-active-secondary-darken.active { background-color: #ff0000 !important; }
          .bsx-bg-hover-secondary-darken:hover { background-color: #ff0000 !important; }
          .bsx-bg-before-secondary-darken:before { background-color: #ff0000 !important; }
          .bsx-bg-after-secondary-darken:after { background-color: #ff0000 !important; }
          .bsx-fill-secondary-darken { fill: #ff0000 !important; }
          .bsx-border-secondary-darken { border-color: #ff0000 !important; }
          .bsx-border-hover-secondary-darken:hover { border-color: #ff0000 !important; }
          .bsx-border-before-secondary-darken:before { border-color: #ff0000 !important; }
          .bsx-border-after-secondary-darken:after { border-color: #ff0000 !important; }
          .bsx-border-t-secondary-darken { border-top-color: #ff0000 !important; }
          .bsx-border-l-secondary-darken { border-left-color: #ff0000 !important; }
          .bsx-border-b-secondary-darken { border-bottom-color: #ff0000 !important; }
          .bsx-border-r-secondary-darken { border-right-color: #ff0000 !important; }
          .bsx-owl-arrow-secondary-darken .owl-next, .bsx-owl-arrow-secondary-darken .owl-prev { color: #ff0000 !important; }
        
          .bsx-text-secondary-darkest { color: #cc0000 !important; }
          .bsx-text-before-secondary-darkest:before { color: #cc0000 !important; }
          .bsx-text-after-secondary-darkest:after { color: #cc0000 !important; }
          .bsx-text-hover-secondary-darkest:hover { color: #cc0000 !important; }
          .bsx-text-active-secondary-darkest.active { color: #cc0000 !important; }
          .bsx-text-focus-secondary-darkest:focus { color: #cc0000 !important; }
          .bsx-text-stroke-secondary-darkest { -webkit-text-stroke-color: #cc0000 !important; text-stroke-color: #cc0000 !important; }
          .bsx-bg-secondary-darkest { background-color: #cc0000 !important; }
          .bsx-bg-active-secondary-darkest:active, .bsx-bg-active-secondary-darkest.active { background-color: #cc0000 !important; }
          .bsx-bg-hover-secondary-darkest:hover { background-color: #cc0000 !important; }
          .bsx-bg-before-secondary-darkest:before { background-color: #cc0000 !important; }
          .bsx-bg-after-secondary-darkest:after { background-color: #cc0000 !important; }
          .bsx-fill-secondary-darkest { fill: #cc0000 !important; }
          .bsx-border-secondary-darkest { border-color: #cc0000 !important; }
          .bsx-border-hover-secondary-darkest:hover { border-color: #cc0000 !important; }
          .bsx-border-before-secondary-darkest:before { border-color: #cc0000 !important; }
          .bsx-border-after-secondary-darkest:after { border-color: #cc0000 !important; }
          .bsx-border-t-secondary-darkest { border-top-color: #cc0000 !important; }
          .bsx-border-l-secondary-darkest { border-left-color: #cc0000 !important; }
          .bsx-border-b-secondary-darkest { border-bottom-color: #cc0000 !important; }
          .bsx-border-r-secondary-darkest { border-right-color: #cc0000 !important; }
          .bsx-owl-arrow-secondary-darkest .owl-next, .bsx-owl-arrow-secondary-darkest .owl-prev { color: #cc0000 !important; }
        
          .bsx-text-secondary-light { color: #ff9999 !important; }
          .bsx-text-before-secondary-light:before { color: #ff9999 !important; }
          .bsx-text-after-secondary-light:after { color: #ff9999 !important; }
          .bsx-text-hover-secondary-light:hover { color: #ff9999 !important; }
          .bsx-text-active-secondary-light.active { color: #ff9999 !important; }
          .bsx-text-focus-secondary-light:focus { color: #ff9999 !important; }
          .bsx-text-stroke-secondary-light { -webkit-text-stroke-color: #ff9999 !important; text-stroke-color: #ff9999 !important; }
          .bsx-bg-secondary-light { background-color: #ff9999 !important; }
          .bsx-bg-active-secondary-light:active, .bsx-bg-active-secondary-light.active { background-color: #ff9999 !important; }
          .bsx-bg-hover-secondary-light:hover { background-color: #ff9999 !important; }
          .bsx-bg-before-secondary-light:before { background-color: #ff9999 !important; }
          .bsx-bg-after-secondary-light:after { background-color: #ff9999 !important; }
          .bsx-fill-secondary-light { fill: #ff9999 !important; }
          .bsx-border-secondary-light { border-color: #ff9999 !important; }
          .bsx-border-hover-secondary-light:hover { border-color: #ff9999 !important; }
          .bsx-border-before-secondary-light:before { border-color: #ff9999 !important; }
          .bsx-border-after-secondary-light:after { border-color: #ff9999 !important; }
          .bsx-border-t-secondary-light { border-top-color: #ff9999 !important; }
          .bsx-border-l-secondary-light { border-left-color: #ff9999 !important; }
          .bsx-border-b-secondary-light { border-bottom-color: #ff9999 !important; }
          .bsx-border-r-secondary-light { border-right-color: #ff9999 !important; }
          .bsx-owl-arrow-secondary-light .owl-next, .bsx-owl-arrow-secondary-light .owl-prev { color: #ff9999 !important; }
        
          .bsx-text-secondary-lighten { color: #fecccc !important; }
          .bsx-text-before-secondary-lighten:before { color: #fecccc !important; }
          .bsx-text-after-secondary-lighten:after { color: #fecccc !important; }
          .bsx-text-hover-secondary-lighten:hover { color: #fecccc !important; }
          .bsx-text-active-secondary-lighten.active { color: #fecccc !important; }
          .bsx-text-focus-secondary-lighten:focus { color: #fecccc !important; }
          .bsx-text-stroke-secondary-lighten { -webkit-text-stroke-color: #fecccc !important; text-stroke-color: #fecccc !important; }
          .bsx-bg-secondary-lighten { background-color: #fecccc !important; }
          .bsx-bg-active-secondary-lighten:active, .bsx-bg-active-secondary-lighten.active { background-color: #fecccc !important; }
          .bsx-bg-hover-secondary-lighten:hover { background-color: #fecccc !important; }
          .bsx-bg-before-secondary-lighten:before { background-color: #fecccc !important; }
          .bsx-bg-after-secondary-lighten:after { background-color: #fecccc !important; }
          .bsx-fill-secondary-lighten { fill: #fecccc !important; }
          .bsx-border-secondary-lighten { border-color: #fecccc !important; }
          .bsx-border-hover-secondary-lighten:hover { border-color: #fecccc !important; }
          .bsx-border-before-secondary-lighten:before { border-color: #fecccc !important; }
          .bsx-border-after-secondary-lighten:after { border-color: #fecccc !important; }
          .bsx-border-t-secondary-lighten { border-top-color: #fecccc !important; }
          .bsx-border-l-secondary-lighten { border-left-color: #fecccc !important; }
          .bsx-border-b-secondary-lighten { border-bottom-color: #fecccc !important; }
          .bsx-border-r-secondary-lighten { border-right-color: #fecccc !important; }
          .bsx-owl-arrow-secondary-lighten .owl-next, .bsx-owl-arrow-secondary-lighten .owl-prev { color: #fecccc !important; }
        
          .bsx-text-secondary-lightest { color: #ffffff !important; }
          .bsx-text-before-secondary-lightest:before { color: #ffffff !important; }
          .bsx-text-after-secondary-lightest:after { color: #ffffff !important; }
          .bsx-text-hover-secondary-lightest:hover { color: #ffffff !important; }
          .bsx-text-active-secondary-lightest.active { color: #ffffff !important; }
          .bsx-text-focus-secondary-lightest:focus { color: #ffffff !important; }
          .bsx-text-stroke-secondary-lightest { -webkit-text-stroke-color: #ffffff !important; text-stroke-color: #ffffff !important; }
          .bsx-bg-secondary-lightest { background-color: #ffffff !important; }
          .bsx-bg-active-secondary-lightest:active, .bsx-bg-active-secondary-lightest.active { background-color: #ffffff !important; }
          .bsx-bg-hover-secondary-lightest:hover { background-color: #ffffff !important; }
          .bsx-bg-before-secondary-lightest:before { background-color: #ffffff !important; }
          .bsx-bg-after-secondary-lightest:after { background-color: #ffffff !important; }
          .bsx-fill-secondary-lightest { fill: #ffffff !important; }
          .bsx-border-secondary-lightest { border-color: #ffffff !important; }
          .bsx-border-hover-secondary-lightest:hover { border-color: #ffffff !important; }
          .bsx-border-before-secondary-lightest:before { border-color: #ffffff !important; }
          .bsx-border-after-secondary-lightest:after { border-color: #ffffff !important; }
          .bsx-border-t-secondary-lightest { border-top-color: #ffffff !important; }
          .bsx-border-l-secondary-lightest { border-left-color: #ffffff !important; }
          .bsx-border-b-secondary-lightest { border-bottom-color: #ffffff !important; }
          .bsx-border-r-secondary-lightest { border-right-color: #ffffff !important; }
          .bsx-owl-arrow-secondary-lightest .owl-next, .bsx-owl-arrow-secondary-lightest .owl-prev { color: #ffffff !important; }
        
          .bsx-text-secondary-overlightest { color: #e5e5e5 !important; }
          .bsx-text-before-secondary-overlightest:before { color: #e5e5e5 !important; }
          .bsx-text-after-secondary-overlightest:after { color: #e5e5e5 !important; }
          .bsx-text-hover-secondary-overlightest:hover { color: #e5e5e5 !important; }
          .bsx-text-active-secondary-overlightest.active { color: #e5e5e5 !important; }
          .bsx-text-focus-secondary-overlightest:focus { color: #e5e5e5 !important; }
          .bsx-text-stroke-secondary-overlightest { -webkit-text-stroke-color: #e5e5e5 !important; text-stroke-color: #e5e5e5 !important; }
          .bsx-bg-secondary-overlightest { background-color: #e5e5e5 !important; }
          .bsx-bg-active-secondary-overlightest:active, .bsx-bg-active-secondary-overlightest.active { background-color: #e5e5e5 !important; }
          .bsx-bg-hover-secondary-overlightest:hover { background-color: #e5e5e5 !important; }
          .bsx-bg-before-secondary-overlightest:before { background-color: #e5e5e5 !important; }
          .bsx-bg-after-secondary-overlightest:after { background-color: #e5e5e5 !important; }
          .bsx-fill-secondary-overlightest { fill: #e5e5e5 !important; }
          .bsx-border-secondary-overlightest { border-color: #e5e5e5 !important; }
          .bsx-border-hover-secondary-overlightest:hover { border-color: #e5e5e5 !important; }
          .bsx-border-before-secondary-overlightest:before { border-color: #e5e5e5 !important; }
          .bsx-border-after-secondary-overlightest:after { border-color: #e5e5e5 !important; }
          .bsx-border-t-secondary-overlightest { border-top-color: #e5e5e5 !important; }
          .bsx-border-l-secondary-overlightest { border-left-color: #e5e5e5 !important; }
          .bsx-border-b-secondary-overlightest { border-bottom-color: #e5e5e5 !important; }
          .bsx-border-r-secondary-overlightest { border-right-color: #e5e5e5 !important; }
          .bsx-owl-arrow-secondary-overlightest .owl-next, .bsx-owl-arrow-secondary-overlightest .owl-prev { color: #e5e5e5 !important; }
        
          .bsx-text-secondary-soft { color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-text-before-secondary-soft:before { color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-text-after-secondary-soft:after { color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-text-hover-secondary-soft:hover { color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-text-active-secondary-soft.active { color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-text-focus-secondary-soft:focus { color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-text-stroke-secondary-soft { -webkit-text-stroke-color: rgba(255, 102, 102, 0.70) !important; text-stroke-color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-bg-secondary-soft { background-color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-bg-active-secondary-soft:active, .bsx-bg-active-secondary-soft.active { background-color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-bg-hover-secondary-soft:hover { background-color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-bg-before-secondary-soft:before { background-color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-bg-after-secondary-soft:after { background-color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-fill-secondary-soft { fill: rgba(255, 102, 102, 0.70) !important; }
          .bsx-border-secondary-soft { border-color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-border-hover-secondary-soft:hover { border-color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-border-before-secondary-soft:before { border-color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-border-after-secondary-soft:after { border-color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-border-t-secondary-soft { border-top-color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-border-l-secondary-soft { border-left-color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-border-b-secondary-soft { border-bottom-color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-border-r-secondary-soft { border-right-color: rgba(255, 102, 102, 0.70) !important; }
          .bsx-owl-arrow-secondary-soft .owl-next, .bsx-owl-arrow-secondary-soft .owl-prev { color: rgba(255, 102, 102, 0.70) !important; }
        
          .bsx-text-secondary-soften { color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-text-before-secondary-soften:before { color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-text-after-secondary-soften:after { color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-text-hover-secondary-soften:hover { color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-text-active-secondary-soften.active { color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-text-focus-secondary-soften:focus { color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-text-stroke-secondary-soften { -webkit-text-stroke-color: rgba(255, 102, 102, 0.50) !important; text-stroke-color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-bg-secondary-soften { background-color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-bg-active-secondary-soften:active, .bsx-bg-active-secondary-soften.active { background-color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-bg-hover-secondary-soften:hover { background-color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-bg-before-secondary-soften:before { background-color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-bg-after-secondary-soften:after { background-color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-fill-secondary-soften { fill: rgba(255, 102, 102, 0.50) !important; }
          .bsx-border-secondary-soften { border-color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-border-hover-secondary-soften:hover { border-color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-border-before-secondary-soften:before { border-color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-border-after-secondary-soften:after { border-color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-border-t-secondary-soften { border-top-color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-border-l-secondary-soften { border-left-color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-border-b-secondary-soften { border-bottom-color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-border-r-secondary-soften { border-right-color: rgba(255, 102, 102, 0.50) !important; }
          .bsx-owl-arrow-secondary-soften .owl-next, .bsx-owl-arrow-secondary-soften .owl-prev { color: rgba(255, 102, 102, 0.50) !important; }
        
          .bsx-text-secondary-softest { color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-text-before-secondary-softest:before { color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-text-after-secondary-softest:after { color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-text-hover-secondary-softest:hover { color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-text-active-secondary-softest.active { color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-text-focus-secondary-softest:focus { color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-text-stroke-secondary-softest { -webkit-text-stroke-color: rgba(255, 102, 102, 0.20) !important; text-stroke-color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-bg-secondary-softest { background-color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-bg-active-secondary-softest:active, .bsx-bg-active-secondary-softest.active { background-color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-bg-hover-secondary-softest:hover { background-color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-bg-before-secondary-softest:before { background-color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-bg-after-secondary-softest:after { background-color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-fill-secondary-softest { fill: rgba(255, 102, 102, 0.20) !important; }
          .bsx-border-secondary-softest { border-color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-border-hover-secondary-softest:hover { border-color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-border-before-secondary-softest:before { border-color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-border-after-secondary-softest:after { border-color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-border-t-secondary-softest { border-top-color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-border-l-secondary-softest { border-left-color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-border-b-secondary-softest { border-bottom-color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-border-r-secondary-softest { border-right-color: rgba(255, 102, 102, 0.20) !important; }
          .bsx-owl-arrow-secondary-softest .owl-next, .bsx-owl-arrow-secondary-softest .owl-prev { color: rgba(255, 102, 102, 0.20) !important; }
        
          .bsx-text-secondary-oversoftest { color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-text-before-secondary-oversoftest:before { color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-text-after-secondary-oversoftest:after { color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-text-hover-secondary-oversoftest:hover { color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-text-active-secondary-oversoftest.active { color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-text-focus-secondary-oversoftest:focus { color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-text-stroke-secondary-oversoftest { -webkit-text-stroke-color: rgba(255, 102, 102, 0.05) !important; text-stroke-color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-bg-secondary-oversoftest { background-color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-bg-active-secondary-oversoftest:active, .bsx-bg-active-secondary-oversoftest.active { background-color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-bg-hover-secondary-oversoftest:hover { background-color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-bg-before-secondary-oversoftest:before { background-color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-bg-after-secondary-oversoftest:after { background-color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-fill-secondary-oversoftest { fill: rgba(255, 102, 102, 0.05) !important; }
          .bsx-border-secondary-oversoftest { border-color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-border-hover-secondary-oversoftest:hover { border-color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-border-before-secondary-oversoftest:before { border-color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-border-after-secondary-oversoftest:after { border-color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-border-t-secondary-oversoftest { border-top-color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-border-l-secondary-oversoftest { border-left-color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-border-b-secondary-oversoftest { border-bottom-color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-border-r-secondary-oversoftest { border-right-color: rgba(255, 102, 102, 0.05) !important; }
          .bsx-owl-arrow-secondary-oversoftest .owl-next, .bsx-owl-arrow-secondary-oversoftest .owl-prev { color: rgba(255, 102, 102, 0.05) !important; }
        
          .bsx-text-third { color: #800000 !important; }
          .bsx-text-before-third:before { color: #800000 !important; }
          .bsx-text-after-third:after { color: #800000 !important; }
          .bsx-text-hover-third:hover { color: #800000 !important; }
          .bsx-text-active-third.active { color: #800000 !important; }
          .bsx-text-focus-third:focus { color: #800000 !important; }
          .bsx-text-stroke-third { -webkit-text-stroke-color: #800000 !important; text-stroke-color: #800000 !important; }
          .bsx-bg-third { background-color: #800000 !important; }
          .bsx-bg-active-third:active, .bsx-bg-active-third.active { background-color: #800000 !important; }
          .bsx-bg-hover-third:hover { background-color: #800000 !important; }
          .bsx-bg-before-third:before { background-color: #800000 !important; }
          .bsx-bg-after-third:after { background-color: #800000 !important; }
          .bsx-fill-third { fill: #800000 !important; }
          .bsx-border-third { border-color: #800000 !important; }
          .bsx-border-hover-third:hover { border-color: #800000 !important; }
          .bsx-border-before-third:before { border-color: #800000 !important; }
          .bsx-border-after-third:after { border-color: #800000 !important; }
          .bsx-border-t-third { border-top-color: #800000 !important; }
          .bsx-border-l-third { border-left-color: #800000 !important; }
          .bsx-border-b-third { border-bottom-color: #800000 !important; }
          .bsx-border-r-third { border-right-color: #800000 !important; }
          .bsx-owl-arrow-third .owl-next, .bsx-owl-arrow-third .owl-prev { color: #800000 !important; }
        
          .bsx-text-third-dark { color: #4c0000 !important; }
          .bsx-text-before-third-dark:before { color: #4c0000 !important; }
          .bsx-text-after-third-dark:after { color: #4c0000 !important; }
          .bsx-text-hover-third-dark:hover { color: #4c0000 !important; }
          .bsx-text-active-third-dark.active { color: #4c0000 !important; }
          .bsx-text-focus-third-dark:focus { color: #4c0000 !important; }
          .bsx-text-stroke-third-dark { -webkit-text-stroke-color: #4c0000 !important; text-stroke-color: #4c0000 !important; }
          .bsx-bg-third-dark { background-color: #4c0000 !important; }
          .bsx-bg-active-third-dark:active, .bsx-bg-active-third-dark.active { background-color: #4c0000 !important; }
          .bsx-bg-hover-third-dark:hover { background-color: #4c0000 !important; }
          .bsx-bg-before-third-dark:before { background-color: #4c0000 !important; }
          .bsx-bg-after-third-dark:after { background-color: #4c0000 !important; }
          .bsx-fill-third-dark { fill: #4c0000 !important; }
          .bsx-border-third-dark { border-color: #4c0000 !important; }
          .bsx-border-hover-third-dark:hover { border-color: #4c0000 !important; }
          .bsx-border-before-third-dark:before { border-color: #4c0000 !important; }
          .bsx-border-after-third-dark:after { border-color: #4c0000 !important; }
          .bsx-border-t-third-dark { border-top-color: #4c0000 !important; }
          .bsx-border-l-third-dark { border-left-color: #4c0000 !important; }
          .bsx-border-b-third-dark { border-bottom-color: #4c0000 !important; }
          .bsx-border-r-third-dark { border-right-color: #4c0000 !important; }
          .bsx-owl-arrow-third-dark .owl-next, .bsx-owl-arrow-third-dark .owl-prev { color: #4c0000 !important; }
        
          .bsx-text-third-darken { color: #190000 !important; }
          .bsx-text-before-third-darken:before { color: #190000 !important; }
          .bsx-text-after-third-darken:after { color: #190000 !important; }
          .bsx-text-hover-third-darken:hover { color: #190000 !important; }
          .bsx-text-active-third-darken.active { color: #190000 !important; }
          .bsx-text-focus-third-darken:focus { color: #190000 !important; }
          .bsx-text-stroke-third-darken { -webkit-text-stroke-color: #190000 !important; text-stroke-color: #190000 !important; }
          .bsx-bg-third-darken { background-color: #190000 !important; }
          .bsx-bg-active-third-darken:active, .bsx-bg-active-third-darken.active { background-color: #190000 !important; }
          .bsx-bg-hover-third-darken:hover { background-color: #190000 !important; }
          .bsx-bg-before-third-darken:before { background-color: #190000 !important; }
          .bsx-bg-after-third-darken:after { background-color: #190000 !important; }
          .bsx-fill-third-darken { fill: #190000 !important; }
          .bsx-border-third-darken { border-color: #190000 !important; }
          .bsx-border-hover-third-darken:hover { border-color: #190000 !important; }
          .bsx-border-before-third-darken:before { border-color: #190000 !important; }
          .bsx-border-after-third-darken:after { border-color: #190000 !important; }
          .bsx-border-t-third-darken { border-top-color: #190000 !important; }
          .bsx-border-l-third-darken { border-left-color: #190000 !important; }
          .bsx-border-b-third-darken { border-bottom-color: #190000 !important; }
          .bsx-border-r-third-darken { border-right-color: #190000 !important; }
          .bsx-owl-arrow-third-darken .owl-next, .bsx-owl-arrow-third-darken .owl-prev { color: #190000 !important; }
        
          .bsx-text-third-darkest { color: #190000 !important; }
          .bsx-text-before-third-darkest:before { color: #190000 !important; }
          .bsx-text-after-third-darkest:after { color: #190000 !important; }
          .bsx-text-hover-third-darkest:hover { color: #190000 !important; }
          .bsx-text-active-third-darkest.active { color: #190000 !important; }
          .bsx-text-focus-third-darkest:focus { color: #190000 !important; }
          .bsx-text-stroke-third-darkest { -webkit-text-stroke-color: #190000 !important; text-stroke-color: #190000 !important; }
          .bsx-bg-third-darkest { background-color: #190000 !important; }
          .bsx-bg-active-third-darkest:active, .bsx-bg-active-third-darkest.active { background-color: #190000 !important; }
          .bsx-bg-hover-third-darkest:hover { background-color: #190000 !important; }
          .bsx-bg-before-third-darkest:before { background-color: #190000 !important; }
          .bsx-bg-after-third-darkest:after { background-color: #190000 !important; }
          .bsx-fill-third-darkest { fill: #190000 !important; }
          .bsx-border-third-darkest { border-color: #190000 !important; }
          .bsx-border-hover-third-darkest:hover { border-color: #190000 !important; }
          .bsx-border-before-third-darkest:before { border-color: #190000 !important; }
          .bsx-border-after-third-darkest:after { border-color: #190000 !important; }
          .bsx-border-t-third-darkest { border-top-color: #190000 !important; }
          .bsx-border-l-third-darkest { border-left-color: #190000 !important; }
          .bsx-border-b-third-darkest { border-bottom-color: #190000 !important; }
          .bsx-border-r-third-darkest { border-right-color: #190000 !important; }
          .bsx-owl-arrow-third-darkest .owl-next, .bsx-owl-arrow-third-darkest .owl-prev { color: #190000 !important; }
        
          .bsx-text-third-light { color: #b20000 !important; }
          .bsx-text-before-third-light:before { color: #b20000 !important; }
          .bsx-text-after-third-light:after { color: #b20000 !important; }
          .bsx-text-hover-third-light:hover { color: #b20000 !important; }
          .bsx-text-active-third-light.active { color: #b20000 !important; }
          .bsx-text-focus-third-light:focus { color: #b20000 !important; }
          .bsx-text-stroke-third-light { -webkit-text-stroke-color: #b20000 !important; text-stroke-color: #b20000 !important; }
          .bsx-bg-third-light { background-color: #b20000 !important; }
          .bsx-bg-active-third-light:active, .bsx-bg-active-third-light.active { background-color: #b20000 !important; }
          .bsx-bg-hover-third-light:hover { background-color: #b20000 !important; }
          .bsx-bg-before-third-light:before { background-color: #b20000 !important; }
          .bsx-bg-after-third-light:after { background-color: #b20000 !important; }
          .bsx-fill-third-light { fill: #b20000 !important; }
          .bsx-border-third-light { border-color: #b20000 !important; }
          .bsx-border-hover-third-light:hover { border-color: #b20000 !important; }
          .bsx-border-before-third-light:before { border-color: #b20000 !important; }
          .bsx-border-after-third-light:after { border-color: #b20000 !important; }
          .bsx-border-t-third-light { border-top-color: #b20000 !important; }
          .bsx-border-l-third-light { border-left-color: #b20000 !important; }
          .bsx-border-b-third-light { border-bottom-color: #b20000 !important; }
          .bsx-border-r-third-light { border-right-color: #b20000 !important; }
          .bsx-owl-arrow-third-light .owl-next, .bsx-owl-arrow-third-light .owl-prev { color: #b20000 !important; }
        
          .bsx-text-third-lighten { color: #e50000 !important; }
          .bsx-text-before-third-lighten:before { color: #e50000 !important; }
          .bsx-text-after-third-lighten:after { color: #e50000 !important; }
          .bsx-text-hover-third-lighten:hover { color: #e50000 !important; }
          .bsx-text-active-third-lighten.active { color: #e50000 !important; }
          .bsx-text-focus-third-lighten:focus { color: #e50000 !important; }
          .bsx-text-stroke-third-lighten { -webkit-text-stroke-color: #e50000 !important; text-stroke-color: #e50000 !important; }
          .bsx-bg-third-lighten { background-color: #e50000 !important; }
          .bsx-bg-active-third-lighten:active, .bsx-bg-active-third-lighten.active { background-color: #e50000 !important; }
          .bsx-bg-hover-third-lighten:hover { background-color: #e50000 !important; }
          .bsx-bg-before-third-lighten:before { background-color: #e50000 !important; }
          .bsx-bg-after-third-lighten:after { background-color: #e50000 !important; }
          .bsx-fill-third-lighten { fill: #e50000 !important; }
          .bsx-border-third-lighten { border-color: #e50000 !important; }
          .bsx-border-hover-third-lighten:hover { border-color: #e50000 !important; }
          .bsx-border-before-third-lighten:before { border-color: #e50000 !important; }
          .bsx-border-after-third-lighten:after { border-color: #e50000 !important; }
          .bsx-border-t-third-lighten { border-top-color: #e50000 !important; }
          .bsx-border-l-third-lighten { border-left-color: #e50000 !important; }
          .bsx-border-b-third-lighten { border-bottom-color: #e50000 !important; }
          .bsx-border-r-third-lighten { border-right-color: #e50000 !important; }
          .bsx-owl-arrow-third-lighten .owl-next, .bsx-owl-arrow-third-lighten .owl-prev { color: #e50000 !important; }
        
          .bsx-text-third-lightest { color: #ff1919 !important; }
          .bsx-text-before-third-lightest:before { color: #ff1919 !important; }
          .bsx-text-after-third-lightest:after { color: #ff1919 !important; }
          .bsx-text-hover-third-lightest:hover { color: #ff1919 !important; }
          .bsx-text-active-third-lightest.active { color: #ff1919 !important; }
          .bsx-text-focus-third-lightest:focus { color: #ff1919 !important; }
          .bsx-text-stroke-third-lightest { -webkit-text-stroke-color: #ff1919 !important; text-stroke-color: #ff1919 !important; }
          .bsx-bg-third-lightest { background-color: #ff1919 !important; }
          .bsx-bg-active-third-lightest:active, .bsx-bg-active-third-lightest.active { background-color: #ff1919 !important; }
          .bsx-bg-hover-third-lightest:hover { background-color: #ff1919 !important; }
          .bsx-bg-before-third-lightest:before { background-color: #ff1919 !important; }
          .bsx-bg-after-third-lightest:after { background-color: #ff1919 !important; }
          .bsx-fill-third-lightest { fill: #ff1919 !important; }
          .bsx-border-third-lightest { border-color: #ff1919 !important; }
          .bsx-border-hover-third-lightest:hover { border-color: #ff1919 !important; }
          .bsx-border-before-third-lightest:before { border-color: #ff1919 !important; }
          .bsx-border-after-third-lightest:after { border-color: #ff1919 !important; }
          .bsx-border-t-third-lightest { border-top-color: #ff1919 !important; }
          .bsx-border-l-third-lightest { border-left-color: #ff1919 !important; }
          .bsx-border-b-third-lightest { border-bottom-color: #ff1919 !important; }
          .bsx-border-r-third-lightest { border-right-color: #ff1919 !important; }
          .bsx-owl-arrow-third-lightest .owl-next, .bsx-owl-arrow-third-lightest .owl-prev { color: #ff1919 !important; }
        
          .bsx-text-third-overlightest { color: #fe4c4c !important; }
          .bsx-text-before-third-overlightest:before { color: #fe4c4c !important; }
          .bsx-text-after-third-overlightest:after { color: #fe4c4c !important; }
          .bsx-text-hover-third-overlightest:hover { color: #fe4c4c !important; }
          .bsx-text-active-third-overlightest.active { color: #fe4c4c !important; }
          .bsx-text-focus-third-overlightest:focus { color: #fe4c4c !important; }
          .bsx-text-stroke-third-overlightest { -webkit-text-stroke-color: #fe4c4c !important; text-stroke-color: #fe4c4c !important; }
          .bsx-bg-third-overlightest { background-color: #fe4c4c !important; }
          .bsx-bg-active-third-overlightest:active, .bsx-bg-active-third-overlightest.active { background-color: #fe4c4c !important; }
          .bsx-bg-hover-third-overlightest:hover { background-color: #fe4c4c !important; }
          .bsx-bg-before-third-overlightest:before { background-color: #fe4c4c !important; }
          .bsx-bg-after-third-overlightest:after { background-color: #fe4c4c !important; }
          .bsx-fill-third-overlightest { fill: #fe4c4c !important; }
          .bsx-border-third-overlightest { border-color: #fe4c4c !important; }
          .bsx-border-hover-third-overlightest:hover { border-color: #fe4c4c !important; }
          .bsx-border-before-third-overlightest:before { border-color: #fe4c4c !important; }
          .bsx-border-after-third-overlightest:after { border-color: #fe4c4c !important; }
          .bsx-border-t-third-overlightest { border-top-color: #fe4c4c !important; }
          .bsx-border-l-third-overlightest { border-left-color: #fe4c4c !important; }
          .bsx-border-b-third-overlightest { border-bottom-color: #fe4c4c !important; }
          .bsx-border-r-third-overlightest { border-right-color: #fe4c4c !important; }
          .bsx-owl-arrow-third-overlightest .owl-next, .bsx-owl-arrow-third-overlightest .owl-prev { color: #fe4c4c !important; }
        
          .bsx-text-third-soft { color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-text-before-third-soft:before { color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-text-after-third-soft:after { color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-text-hover-third-soft:hover { color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-text-active-third-soft.active { color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-text-focus-third-soft:focus { color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-text-stroke-third-soft { -webkit-text-stroke-color: rgba(128, 0, 0, 0.70) !important; text-stroke-color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-bg-third-soft { background-color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-bg-active-third-soft:active, .bsx-bg-active-third-soft.active { background-color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-bg-hover-third-soft:hover { background-color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-bg-before-third-soft:before { background-color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-bg-after-third-soft:after { background-color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-fill-third-soft { fill: rgba(128, 0, 0, 0.70) !important; }
          .bsx-border-third-soft { border-color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-border-hover-third-soft:hover { border-color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-border-before-third-soft:before { border-color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-border-after-third-soft:after { border-color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-border-t-third-soft { border-top-color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-border-l-third-soft { border-left-color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-border-b-third-soft { border-bottom-color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-border-r-third-soft { border-right-color: rgba(128, 0, 0, 0.70) !important; }
          .bsx-owl-arrow-third-soft .owl-next, .bsx-owl-arrow-third-soft .owl-prev { color: rgba(128, 0, 0, 0.70) !important; }
        
          .bsx-text-third-soften { color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-text-before-third-soften:before { color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-text-after-third-soften:after { color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-text-hover-third-soften:hover { color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-text-active-third-soften.active { color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-text-focus-third-soften:focus { color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-text-stroke-third-soften { -webkit-text-stroke-color: rgba(128, 0, 0, 0.50) !important; text-stroke-color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-bg-third-soften { background-color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-bg-active-third-soften:active, .bsx-bg-active-third-soften.active { background-color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-bg-hover-third-soften:hover { background-color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-bg-before-third-soften:before { background-color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-bg-after-third-soften:after { background-color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-fill-third-soften { fill: rgba(128, 0, 0, 0.50) !important; }
          .bsx-border-third-soften { border-color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-border-hover-third-soften:hover { border-color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-border-before-third-soften:before { border-color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-border-after-third-soften:after { border-color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-border-t-third-soften { border-top-color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-border-l-third-soften { border-left-color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-border-b-third-soften { border-bottom-color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-border-r-third-soften { border-right-color: rgba(128, 0, 0, 0.50) !important; }
          .bsx-owl-arrow-third-soften .owl-next, .bsx-owl-arrow-third-soften .owl-prev { color: rgba(128, 0, 0, 0.50) !important; }
        
          .bsx-text-third-softest { color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-text-before-third-softest:before { color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-text-after-third-softest:after { color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-text-hover-third-softest:hover { color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-text-active-third-softest.active { color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-text-focus-third-softest:focus { color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-text-stroke-third-softest { -webkit-text-stroke-color: rgba(128, 0, 0, 0.20) !important; text-stroke-color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-bg-third-softest { background-color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-bg-active-third-softest:active, .bsx-bg-active-third-softest.active { background-color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-bg-hover-third-softest:hover { background-color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-bg-before-third-softest:before { background-color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-bg-after-third-softest:after { background-color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-fill-third-softest { fill: rgba(128, 0, 0, 0.20) !important; }
          .bsx-border-third-softest { border-color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-border-hover-third-softest:hover { border-color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-border-before-third-softest:before { border-color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-border-after-third-softest:after { border-color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-border-t-third-softest { border-top-color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-border-l-third-softest { border-left-color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-border-b-third-softest { border-bottom-color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-border-r-third-softest { border-right-color: rgba(128, 0, 0, 0.20) !important; }
          .bsx-owl-arrow-third-softest .owl-next, .bsx-owl-arrow-third-softest .owl-prev { color: rgba(128, 0, 0, 0.20) !important; }
        
          .bsx-text-third-oversoftest { color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-text-before-third-oversoftest:before { color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-text-after-third-oversoftest:after { color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-text-hover-third-oversoftest:hover { color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-text-active-third-oversoftest.active { color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-text-focus-third-oversoftest:focus { color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-text-stroke-third-oversoftest { -webkit-text-stroke-color: rgba(128, 0, 0, 0.05) !important; text-stroke-color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-bg-third-oversoftest { background-color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-bg-active-third-oversoftest:active, .bsx-bg-active-third-oversoftest.active { background-color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-bg-hover-third-oversoftest:hover { background-color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-bg-before-third-oversoftest:before { background-color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-bg-after-third-oversoftest:after { background-color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-fill-third-oversoftest { fill: rgba(128, 0, 0, 0.05) !important; }
          .bsx-border-third-oversoftest { border-color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-border-hover-third-oversoftest:hover { border-color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-border-before-third-oversoftest:before { border-color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-border-after-third-oversoftest:after { border-color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-border-t-third-oversoftest { border-top-color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-border-l-third-oversoftest { border-left-color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-border-b-third-oversoftest { border-bottom-color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-border-r-third-oversoftest { border-right-color: rgba(128, 0, 0, 0.05) !important; }
          .bsx-owl-arrow-third-oversoftest .owl-next, .bsx-owl-arrow-third-oversoftest .owl-prev { color: rgba(128, 0, 0, 0.05) !important; }
        