
				.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;
				}
				a {
						color: #2a2a2a;
				}
				a:hover, a:focus{
						color: #2a2a2a;
						opacity: 0.8;
				}
				.social-icons li:hover.social-icons-facebook a {
						background: #e36159 !important;
				}
			
:root { 
	--bsx-color-primary: #2a2a2a;
	--bsx-color-primary-dark: #101010;
	--bsx-color-primary-darken: #000000;
	--bsx-color-primary-darkest: #000000;
	--bsx-color-primary-light: #434343;
	--bsx-color-primary-lighten: #5d5d5d;
	--bsx-color-primary-lightest: #767676;
	--bsx-color-secondary: #e36159;
	--bsx-color-secondary-dark: #c9473f;
	--bsx-color-secondary-darken: #b02e26;
	--bsx-color-secondary-darkest: #96140c;
	--bsx-color-secondary-light: #fc7a72;
	--bsx-color-secondary-lighten: #ff948c;
	--bsx-color-secondary-lightest: #ffada5;
	--bsx-color-third: #a86074;
	--bsx-color-third-dark: #8e465a;
	--bsx-color-third-darken: #752d41;
	--bsx-color-third-darkest: #5b1327;
	--bsx-color-third-light: #c1798d;
	--bsx-color-third-lighten: #db93a7;
	--bsx-color-third-lightest: #f4acc0;
 }
          .bsx-text-primary { color: #2a2a2a !important; }
          .bsx-text-before-primary:before { color: #2a2a2a !important; }
          .bsx-text-after-primary:after { color: #2a2a2a !important; }
          .bsx-text-hover-primary:hover { color: #2a2a2a !important; }
          .bsx-text-active-primary.active { color: #2a2a2a !important; }
          .bsx-text-focus-primary:focus { color: #2a2a2a !important; }
          .bsx-text-stroke-primary { -webkit-text-stroke-color: #2a2a2a !important; text-stroke-color: #2a2a2a !important; }
          .bsx-bg-primary { background-color: #2a2a2a !important; }
          .bsx-bg-active-primary:active, .bsx-bg-active-primary.active { background-color: #2a2a2a !important; }
          .bsx-bg-hover-primary:hover { background-color: #2a2a2a !important; }
          .bsx-bg-before-primary:before { background-color: #2a2a2a !important; }
          .bsx-bg-after-primary:after { background-color: #2a2a2a !important; }
          .bsx-fill-primary { fill: #2a2a2a !important; }
          .bsx-border-primary { border-color: #2a2a2a !important; }
          .bsx-border-hover-primary:hover { border-color: #2a2a2a !important; }
          .bsx-border-before-primary:before { border-color: #2a2a2a !important; }
          .bsx-border-after-primary:after { border-color: #2a2a2a !important; }
          .bsx-border-t-primary { border-top-color: #2a2a2a !important; }
          .bsx-border-l-primary { border-left-color: #2a2a2a !important; }
          .bsx-border-b-primary { border-bottom-color: #2a2a2a !important; }
          .bsx-border-r-primary { border-right-color: #2a2a2a !important; }
          .bsx-owl-arrow-primary .owl-next, .bsx-owl-arrow-primary .owl-prev { color: #2a2a2a !important; }
        
          .bsx-text-primary-dark { color: #101010 !important; }
          .bsx-text-before-primary-dark:before { color: #101010 !important; }
          .bsx-text-after-primary-dark:after { color: #101010 !important; }
          .bsx-text-hover-primary-dark:hover { color: #101010 !important; }
          .bsx-text-active-primary-dark.active { color: #101010 !important; }
          .bsx-text-focus-primary-dark:focus { color: #101010 !important; }
          .bsx-text-stroke-primary-dark { -webkit-text-stroke-color: #101010 !important; text-stroke-color: #101010 !important; }
          .bsx-bg-primary-dark { background-color: #101010 !important; }
          .bsx-bg-active-primary-dark:active, .bsx-bg-active-primary-dark.active { background-color: #101010 !important; }
          .bsx-bg-hover-primary-dark:hover { background-color: #101010 !important; }
          .bsx-bg-before-primary-dark:before { background-color: #101010 !important; }
          .bsx-bg-after-primary-dark:after { background-color: #101010 !important; }
          .bsx-fill-primary-dark { fill: #101010 !important; }
          .bsx-border-primary-dark { border-color: #101010 !important; }
          .bsx-border-hover-primary-dark:hover { border-color: #101010 !important; }
          .bsx-border-before-primary-dark:before { border-color: #101010 !important; }
          .bsx-border-after-primary-dark:after { border-color: #101010 !important; }
          .bsx-border-t-primary-dark { border-top-color: #101010 !important; }
          .bsx-border-l-primary-dark { border-left-color: #101010 !important; }
          .bsx-border-b-primary-dark { border-bottom-color: #101010 !important; }
          .bsx-border-r-primary-dark { border-right-color: #101010 !important; }
          .bsx-owl-arrow-primary-dark .owl-next, .bsx-owl-arrow-primary-dark .owl-prev { color: #101010 !important; }
        
          .bsx-text-primary-darken { color: #000000 !important; }
          .bsx-text-before-primary-darken:before { color: #000000 !important; }
          .bsx-text-after-primary-darken:after { color: #000000 !important; }
          .bsx-text-hover-primary-darken:hover { color: #000000 !important; }
          .bsx-text-active-primary-darken.active { color: #000000 !important; }
          .bsx-text-focus-primary-darken:focus { color: #000000 !important; }
          .bsx-text-stroke-primary-darken { -webkit-text-stroke-color: #000000 !important; text-stroke-color: #000000 !important; }
          .bsx-bg-primary-darken { background-color: #000000 !important; }
          .bsx-bg-active-primary-darken:active, .bsx-bg-active-primary-darken.active { background-color: #000000 !important; }
          .bsx-bg-hover-primary-darken:hover { background-color: #000000 !important; }
          .bsx-bg-before-primary-darken:before { background-color: #000000 !important; }
          .bsx-bg-after-primary-darken:after { background-color: #000000 !important; }
          .bsx-fill-primary-darken { fill: #000000 !important; }
          .bsx-border-primary-darken { border-color: #000000 !important; }
          .bsx-border-hover-primary-darken:hover { border-color: #000000 !important; }
          .bsx-border-before-primary-darken:before { border-color: #000000 !important; }
          .bsx-border-after-primary-darken:after { border-color: #000000 !important; }
          .bsx-border-t-primary-darken { border-top-color: #000000 !important; }
          .bsx-border-l-primary-darken { border-left-color: #000000 !important; }
          .bsx-border-b-primary-darken { border-bottom-color: #000000 !important; }
          .bsx-border-r-primary-darken { border-right-color: #000000 !important; }
          .bsx-owl-arrow-primary-darken .owl-next, .bsx-owl-arrow-primary-darken .owl-prev { color: #000000 !important; }
        
          .bsx-text-primary-darkest { color: #000000 !important; }
          .bsx-text-before-primary-darkest:before { color: #000000 !important; }
          .bsx-text-after-primary-darkest:after { color: #000000 !important; }
          .bsx-text-hover-primary-darkest:hover { color: #000000 !important; }
          .bsx-text-active-primary-darkest.active { color: #000000 !important; }
          .bsx-text-focus-primary-darkest:focus { color: #000000 !important; }
          .bsx-text-stroke-primary-darkest { -webkit-text-stroke-color: #000000 !important; text-stroke-color: #000000 !important; }
          .bsx-bg-primary-darkest { background-color: #000000 !important; }
          .bsx-bg-active-primary-darkest:active, .bsx-bg-active-primary-darkest.active { background-color: #000000 !important; }
          .bsx-bg-hover-primary-darkest:hover { background-color: #000000 !important; }
          .bsx-bg-before-primary-darkest:before { background-color: #000000 !important; }
          .bsx-bg-after-primary-darkest:after { background-color: #000000 !important; }
          .bsx-fill-primary-darkest { fill: #000000 !important; }
          .bsx-border-primary-darkest { border-color: #000000 !important; }
          .bsx-border-hover-primary-darkest:hover { border-color: #000000 !important; }
          .bsx-border-before-primary-darkest:before { border-color: #000000 !important; }
          .bsx-border-after-primary-darkest:after { border-color: #000000 !important; }
          .bsx-border-t-primary-darkest { border-top-color: #000000 !important; }
          .bsx-border-l-primary-darkest { border-left-color: #000000 !important; }
          .bsx-border-b-primary-darkest { border-bottom-color: #000000 !important; }
          .bsx-border-r-primary-darkest { border-right-color: #000000 !important; }
          .bsx-owl-arrow-primary-darkest .owl-next, .bsx-owl-arrow-primary-darkest .owl-prev { color: #000000 !important; }
        
          .bsx-text-primary-light { color: #434343 !important; }
          .bsx-text-before-primary-light:before { color: #434343 !important; }
          .bsx-text-after-primary-light:after { color: #434343 !important; }
          .bsx-text-hover-primary-light:hover { color: #434343 !important; }
          .bsx-text-active-primary-light.active { color: #434343 !important; }
          .bsx-text-focus-primary-light:focus { color: #434343 !important; }
          .bsx-text-stroke-primary-light { -webkit-text-stroke-color: #434343 !important; text-stroke-color: #434343 !important; }
          .bsx-bg-primary-light { background-color: #434343 !important; }
          .bsx-bg-active-primary-light:active, .bsx-bg-active-primary-light.active { background-color: #434343 !important; }
          .bsx-bg-hover-primary-light:hover { background-color: #434343 !important; }
          .bsx-bg-before-primary-light:before { background-color: #434343 !important; }
          .bsx-bg-after-primary-light:after { background-color: #434343 !important; }
          .bsx-fill-primary-light { fill: #434343 !important; }
          .bsx-border-primary-light { border-color: #434343 !important; }
          .bsx-border-hover-primary-light:hover { border-color: #434343 !important; }
          .bsx-border-before-primary-light:before { border-color: #434343 !important; }
          .bsx-border-after-primary-light:after { border-color: #434343 !important; }
          .bsx-border-t-primary-light { border-top-color: #434343 !important; }
          .bsx-border-l-primary-light { border-left-color: #434343 !important; }
          .bsx-border-b-primary-light { border-bottom-color: #434343 !important; }
          .bsx-border-r-primary-light { border-right-color: #434343 !important; }
          .bsx-owl-arrow-primary-light .owl-next, .bsx-owl-arrow-primary-light .owl-prev { color: #434343 !important; }
        
          .bsx-text-primary-lighten { color: #5d5d5d !important; }
          .bsx-text-before-primary-lighten:before { color: #5d5d5d !important; }
          .bsx-text-after-primary-lighten:after { color: #5d5d5d !important; }
          .bsx-text-hover-primary-lighten:hover { color: #5d5d5d !important; }
          .bsx-text-active-primary-lighten.active { color: #5d5d5d !important; }
          .bsx-text-focus-primary-lighten:focus { color: #5d5d5d !important; }
          .bsx-text-stroke-primary-lighten { -webkit-text-stroke-color: #5d5d5d !important; text-stroke-color: #5d5d5d !important; }
          .bsx-bg-primary-lighten { background-color: #5d5d5d !important; }
          .bsx-bg-active-primary-lighten:active, .bsx-bg-active-primary-lighten.active { background-color: #5d5d5d !important; }
          .bsx-bg-hover-primary-lighten:hover { background-color: #5d5d5d !important; }
          .bsx-bg-before-primary-lighten:before { background-color: #5d5d5d !important; }
          .bsx-bg-after-primary-lighten:after { background-color: #5d5d5d !important; }
          .bsx-fill-primary-lighten { fill: #5d5d5d !important; }
          .bsx-border-primary-lighten { border-color: #5d5d5d !important; }
          .bsx-border-hover-primary-lighten:hover { border-color: #5d5d5d !important; }
          .bsx-border-before-primary-lighten:before { border-color: #5d5d5d !important; }
          .bsx-border-after-primary-lighten:after { border-color: #5d5d5d !important; }
          .bsx-border-t-primary-lighten { border-top-color: #5d5d5d !important; }
          .bsx-border-l-primary-lighten { border-left-color: #5d5d5d !important; }
          .bsx-border-b-primary-lighten { border-bottom-color: #5d5d5d !important; }
          .bsx-border-r-primary-lighten { border-right-color: #5d5d5d !important; }
          .bsx-owl-arrow-primary-lighten .owl-next, .bsx-owl-arrow-primary-lighten .owl-prev { color: #5d5d5d !important; }
        
          .bsx-text-primary-lightest { color: #767676 !important; }
          .bsx-text-before-primary-lightest:before { color: #767676 !important; }
          .bsx-text-after-primary-lightest:after { color: #767676 !important; }
          .bsx-text-hover-primary-lightest:hover { color: #767676 !important; }
          .bsx-text-active-primary-lightest.active { color: #767676 !important; }
          .bsx-text-focus-primary-lightest:focus { color: #767676 !important; }
          .bsx-text-stroke-primary-lightest { -webkit-text-stroke-color: #767676 !important; text-stroke-color: #767676 !important; }
          .bsx-bg-primary-lightest { background-color: #767676 !important; }
          .bsx-bg-active-primary-lightest:active, .bsx-bg-active-primary-lightest.active { background-color: #767676 !important; }
          .bsx-bg-hover-primary-lightest:hover { background-color: #767676 !important; }
          .bsx-bg-before-primary-lightest:before { background-color: #767676 !important; }
          .bsx-bg-after-primary-lightest:after { background-color: #767676 !important; }
          .bsx-fill-primary-lightest { fill: #767676 !important; }
          .bsx-border-primary-lightest { border-color: #767676 !important; }
          .bsx-border-hover-primary-lightest:hover { border-color: #767676 !important; }
          .bsx-border-before-primary-lightest:before { border-color: #767676 !important; }
          .bsx-border-after-primary-lightest:after { border-color: #767676 !important; }
          .bsx-border-t-primary-lightest { border-top-color: #767676 !important; }
          .bsx-border-l-primary-lightest { border-left-color: #767676 !important; }
          .bsx-border-b-primary-lightest { border-bottom-color: #767676 !important; }
          .bsx-border-r-primary-lightest { border-right-color: #767676 !important; }
          .bsx-owl-arrow-primary-lightest .owl-next, .bsx-owl-arrow-primary-lightest .owl-prev { color: #767676 !important; }
        
          .bsx-text-secondary { color: #e36159 !important; }
          .bsx-text-before-secondary:before { color: #e36159 !important; }
          .bsx-text-after-secondary:after { color: #e36159 !important; }
          .bsx-text-hover-secondary:hover { color: #e36159 !important; }
          .bsx-text-active-secondary.active { color: #e36159 !important; }
          .bsx-text-focus-secondary:focus { color: #e36159 !important; }
          .bsx-text-stroke-secondary { -webkit-text-stroke-color: #e36159 !important; text-stroke-color: #e36159 !important; }
          .bsx-bg-secondary { background-color: #e36159 !important; }
          .bsx-bg-active-secondary:active, .bsx-bg-active-secondary.active { background-color: #e36159 !important; }
          .bsx-bg-hover-secondary:hover { background-color: #e36159 !important; }
          .bsx-bg-before-secondary:before { background-color: #e36159 !important; }
          .bsx-bg-after-secondary:after { background-color: #e36159 !important; }
          .bsx-fill-secondary { fill: #e36159 !important; }
          .bsx-border-secondary { border-color: #e36159 !important; }
          .bsx-border-hover-secondary:hover { border-color: #e36159 !important; }
          .bsx-border-before-secondary:before { border-color: #e36159 !important; }
          .bsx-border-after-secondary:after { border-color: #e36159 !important; }
          .bsx-border-t-secondary { border-top-color: #e36159 !important; }
          .bsx-border-l-secondary { border-left-color: #e36159 !important; }
          .bsx-border-b-secondary { border-bottom-color: #e36159 !important; }
          .bsx-border-r-secondary { border-right-color: #e36159 !important; }
          .bsx-owl-arrow-secondary .owl-next, .bsx-owl-arrow-secondary .owl-prev { color: #e36159 !important; }
        
          .bsx-text-secondary-dark { color: #c9473f !important; }
          .bsx-text-before-secondary-dark:before { color: #c9473f !important; }
          .bsx-text-after-secondary-dark:after { color: #c9473f !important; }
          .bsx-text-hover-secondary-dark:hover { color: #c9473f !important; }
          .bsx-text-active-secondary-dark.active { color: #c9473f !important; }
          .bsx-text-focus-secondary-dark:focus { color: #c9473f !important; }
          .bsx-text-stroke-secondary-dark { -webkit-text-stroke-color: #c9473f !important; text-stroke-color: #c9473f !important; }
          .bsx-bg-secondary-dark { background-color: #c9473f !important; }
          .bsx-bg-active-secondary-dark:active, .bsx-bg-active-secondary-dark.active { background-color: #c9473f !important; }
          .bsx-bg-hover-secondary-dark:hover { background-color: #c9473f !important; }
          .bsx-bg-before-secondary-dark:before { background-color: #c9473f !important; }
          .bsx-bg-after-secondary-dark:after { background-color: #c9473f !important; }
          .bsx-fill-secondary-dark { fill: #c9473f !important; }
          .bsx-border-secondary-dark { border-color: #c9473f !important; }
          .bsx-border-hover-secondary-dark:hover { border-color: #c9473f !important; }
          .bsx-border-before-secondary-dark:before { border-color: #c9473f !important; }
          .bsx-border-after-secondary-dark:after { border-color: #c9473f !important; }
          .bsx-border-t-secondary-dark { border-top-color: #c9473f !important; }
          .bsx-border-l-secondary-dark { border-left-color: #c9473f !important; }
          .bsx-border-b-secondary-dark { border-bottom-color: #c9473f !important; }
          .bsx-border-r-secondary-dark { border-right-color: #c9473f !important; }
          .bsx-owl-arrow-secondary-dark .owl-next, .bsx-owl-arrow-secondary-dark .owl-prev { color: #c9473f !important; }
        
          .bsx-text-secondary-darken { color: #b02e26 !important; }
          .bsx-text-before-secondary-darken:before { color: #b02e26 !important; }
          .bsx-text-after-secondary-darken:after { color: #b02e26 !important; }
          .bsx-text-hover-secondary-darken:hover { color: #b02e26 !important; }
          .bsx-text-active-secondary-darken.active { color: #b02e26 !important; }
          .bsx-text-focus-secondary-darken:focus { color: #b02e26 !important; }
          .bsx-text-stroke-secondary-darken { -webkit-text-stroke-color: #b02e26 !important; text-stroke-color: #b02e26 !important; }
          .bsx-bg-secondary-darken { background-color: #b02e26 !important; }
          .bsx-bg-active-secondary-darken:active, .bsx-bg-active-secondary-darken.active { background-color: #b02e26 !important; }
          .bsx-bg-hover-secondary-darken:hover { background-color: #b02e26 !important; }
          .bsx-bg-before-secondary-darken:before { background-color: #b02e26 !important; }
          .bsx-bg-after-secondary-darken:after { background-color: #b02e26 !important; }
          .bsx-fill-secondary-darken { fill: #b02e26 !important; }
          .bsx-border-secondary-darken { border-color: #b02e26 !important; }
          .bsx-border-hover-secondary-darken:hover { border-color: #b02e26 !important; }
          .bsx-border-before-secondary-darken:before { border-color: #b02e26 !important; }
          .bsx-border-after-secondary-darken:after { border-color: #b02e26 !important; }
          .bsx-border-t-secondary-darken { border-top-color: #b02e26 !important; }
          .bsx-border-l-secondary-darken { border-left-color: #b02e26 !important; }
          .bsx-border-b-secondary-darken { border-bottom-color: #b02e26 !important; }
          .bsx-border-r-secondary-darken { border-right-color: #b02e26 !important; }
          .bsx-owl-arrow-secondary-darken .owl-next, .bsx-owl-arrow-secondary-darken .owl-prev { color: #b02e26 !important; }
        
          .bsx-text-secondary-darkest { color: #96140c !important; }
          .bsx-text-before-secondary-darkest:before { color: #96140c !important; }
          .bsx-text-after-secondary-darkest:after { color: #96140c !important; }
          .bsx-text-hover-secondary-darkest:hover { color: #96140c !important; }
          .bsx-text-active-secondary-darkest.active { color: #96140c !important; }
          .bsx-text-focus-secondary-darkest:focus { color: #96140c !important; }
          .bsx-text-stroke-secondary-darkest { -webkit-text-stroke-color: #96140c !important; text-stroke-color: #96140c !important; }
          .bsx-bg-secondary-darkest { background-color: #96140c !important; }
          .bsx-bg-active-secondary-darkest:active, .bsx-bg-active-secondary-darkest.active { background-color: #96140c !important; }
          .bsx-bg-hover-secondary-darkest:hover { background-color: #96140c !important; }
          .bsx-bg-before-secondary-darkest:before { background-color: #96140c !important; }
          .bsx-bg-after-secondary-darkest:after { background-color: #96140c !important; }
          .bsx-fill-secondary-darkest { fill: #96140c !important; }
          .bsx-border-secondary-darkest { border-color: #96140c !important; }
          .bsx-border-hover-secondary-darkest:hover { border-color: #96140c !important; }
          .bsx-border-before-secondary-darkest:before { border-color: #96140c !important; }
          .bsx-border-after-secondary-darkest:after { border-color: #96140c !important; }
          .bsx-border-t-secondary-darkest { border-top-color: #96140c !important; }
          .bsx-border-l-secondary-darkest { border-left-color: #96140c !important; }
          .bsx-border-b-secondary-darkest { border-bottom-color: #96140c !important; }
          .bsx-border-r-secondary-darkest { border-right-color: #96140c !important; }
          .bsx-owl-arrow-secondary-darkest .owl-next, .bsx-owl-arrow-secondary-darkest .owl-prev { color: #96140c !important; }
        
          .bsx-text-secondary-light { color: #fc7a72 !important; }
          .bsx-text-before-secondary-light:before { color: #fc7a72 !important; }
          .bsx-text-after-secondary-light:after { color: #fc7a72 !important; }
          .bsx-text-hover-secondary-light:hover { color: #fc7a72 !important; }
          .bsx-text-active-secondary-light.active { color: #fc7a72 !important; }
          .bsx-text-focus-secondary-light:focus { color: #fc7a72 !important; }
          .bsx-text-stroke-secondary-light { -webkit-text-stroke-color: #fc7a72 !important; text-stroke-color: #fc7a72 !important; }
          .bsx-bg-secondary-light { background-color: #fc7a72 !important; }
          .bsx-bg-active-secondary-light:active, .bsx-bg-active-secondary-light.active { background-color: #fc7a72 !important; }
          .bsx-bg-hover-secondary-light:hover { background-color: #fc7a72 !important; }
          .bsx-bg-before-secondary-light:before { background-color: #fc7a72 !important; }
          .bsx-bg-after-secondary-light:after { background-color: #fc7a72 !important; }
          .bsx-fill-secondary-light { fill: #fc7a72 !important; }
          .bsx-border-secondary-light { border-color: #fc7a72 !important; }
          .bsx-border-hover-secondary-light:hover { border-color: #fc7a72 !important; }
          .bsx-border-before-secondary-light:before { border-color: #fc7a72 !important; }
          .bsx-border-after-secondary-light:after { border-color: #fc7a72 !important; }
          .bsx-border-t-secondary-light { border-top-color: #fc7a72 !important; }
          .bsx-border-l-secondary-light { border-left-color: #fc7a72 !important; }
          .bsx-border-b-secondary-light { border-bottom-color: #fc7a72 !important; }
          .bsx-border-r-secondary-light { border-right-color: #fc7a72 !important; }
          .bsx-owl-arrow-secondary-light .owl-next, .bsx-owl-arrow-secondary-light .owl-prev { color: #fc7a72 !important; }
        
          .bsx-text-secondary-lighten { color: #ff948c !important; }
          .bsx-text-before-secondary-lighten:before { color: #ff948c !important; }
          .bsx-text-after-secondary-lighten:after { color: #ff948c !important; }
          .bsx-text-hover-secondary-lighten:hover { color: #ff948c !important; }
          .bsx-text-active-secondary-lighten.active { color: #ff948c !important; }
          .bsx-text-focus-secondary-lighten:focus { color: #ff948c !important; }
          .bsx-text-stroke-secondary-lighten { -webkit-text-stroke-color: #ff948c !important; text-stroke-color: #ff948c !important; }
          .bsx-bg-secondary-lighten { background-color: #ff948c !important; }
          .bsx-bg-active-secondary-lighten:active, .bsx-bg-active-secondary-lighten.active { background-color: #ff948c !important; }
          .bsx-bg-hover-secondary-lighten:hover { background-color: #ff948c !important; }
          .bsx-bg-before-secondary-lighten:before { background-color: #ff948c !important; }
          .bsx-bg-after-secondary-lighten:after { background-color: #ff948c !important; }
          .bsx-fill-secondary-lighten { fill: #ff948c !important; }
          .bsx-border-secondary-lighten { border-color: #ff948c !important; }
          .bsx-border-hover-secondary-lighten:hover { border-color: #ff948c !important; }
          .bsx-border-before-secondary-lighten:before { border-color: #ff948c !important; }
          .bsx-border-after-secondary-lighten:after { border-color: #ff948c !important; }
          .bsx-border-t-secondary-lighten { border-top-color: #ff948c !important; }
          .bsx-border-l-secondary-lighten { border-left-color: #ff948c !important; }
          .bsx-border-b-secondary-lighten { border-bottom-color: #ff948c !important; }
          .bsx-border-r-secondary-lighten { border-right-color: #ff948c !important; }
          .bsx-owl-arrow-secondary-lighten .owl-next, .bsx-owl-arrow-secondary-lighten .owl-prev { color: #ff948c !important; }
        
          .bsx-text-secondary-lightest { color: #ffada5 !important; }
          .bsx-text-before-secondary-lightest:before { color: #ffada5 !important; }
          .bsx-text-after-secondary-lightest:after { color: #ffada5 !important; }
          .bsx-text-hover-secondary-lightest:hover { color: #ffada5 !important; }
          .bsx-text-active-secondary-lightest.active { color: #ffada5 !important; }
          .bsx-text-focus-secondary-lightest:focus { color: #ffada5 !important; }
          .bsx-text-stroke-secondary-lightest { -webkit-text-stroke-color: #ffada5 !important; text-stroke-color: #ffada5 !important; }
          .bsx-bg-secondary-lightest { background-color: #ffada5 !important; }
          .bsx-bg-active-secondary-lightest:active, .bsx-bg-active-secondary-lightest.active { background-color: #ffada5 !important; }
          .bsx-bg-hover-secondary-lightest:hover { background-color: #ffada5 !important; }
          .bsx-bg-before-secondary-lightest:before { background-color: #ffada5 !important; }
          .bsx-bg-after-secondary-lightest:after { background-color: #ffada5 !important; }
          .bsx-fill-secondary-lightest { fill: #ffada5 !important; }
          .bsx-border-secondary-lightest { border-color: #ffada5 !important; }
          .bsx-border-hover-secondary-lightest:hover { border-color: #ffada5 !important; }
          .bsx-border-before-secondary-lightest:before { border-color: #ffada5 !important; }
          .bsx-border-after-secondary-lightest:after { border-color: #ffada5 !important; }
          .bsx-border-t-secondary-lightest { border-top-color: #ffada5 !important; }
          .bsx-border-l-secondary-lightest { border-left-color: #ffada5 !important; }
          .bsx-border-b-secondary-lightest { border-bottom-color: #ffada5 !important; }
          .bsx-border-r-secondary-lightest { border-right-color: #ffada5 !important; }
          .bsx-owl-arrow-secondary-lightest .owl-next, .bsx-owl-arrow-secondary-lightest .owl-prev { color: #ffada5 !important; }
        
          .bsx-text-third { color: #a86074 !important; }
          .bsx-text-before-third:before { color: #a86074 !important; }
          .bsx-text-after-third:after { color: #a86074 !important; }
          .bsx-text-hover-third:hover { color: #a86074 !important; }
          .bsx-text-active-third.active { color: #a86074 !important; }
          .bsx-text-focus-third:focus { color: #a86074 !important; }
          .bsx-text-stroke-third { -webkit-text-stroke-color: #a86074 !important; text-stroke-color: #a86074 !important; }
          .bsx-bg-third { background-color: #a86074 !important; }
          .bsx-bg-active-third:active, .bsx-bg-active-third.active { background-color: #a86074 !important; }
          .bsx-bg-hover-third:hover { background-color: #a86074 !important; }
          .bsx-bg-before-third:before { background-color: #a86074 !important; }
          .bsx-bg-after-third:after { background-color: #a86074 !important; }
          .bsx-fill-third { fill: #a86074 !important; }
          .bsx-border-third { border-color: #a86074 !important; }
          .bsx-border-hover-third:hover { border-color: #a86074 !important; }
          .bsx-border-before-third:before { border-color: #a86074 !important; }
          .bsx-border-after-third:after { border-color: #a86074 !important; }
          .bsx-border-t-third { border-top-color: #a86074 !important; }
          .bsx-border-l-third { border-left-color: #a86074 !important; }
          .bsx-border-b-third { border-bottom-color: #a86074 !important; }
          .bsx-border-r-third { border-right-color: #a86074 !important; }
          .bsx-owl-arrow-third .owl-next, .bsx-owl-arrow-third .owl-prev { color: #a86074 !important; }
        
          .bsx-text-third-dark { color: #8e465a !important; }
          .bsx-text-before-third-dark:before { color: #8e465a !important; }
          .bsx-text-after-third-dark:after { color: #8e465a !important; }
          .bsx-text-hover-third-dark:hover { color: #8e465a !important; }
          .bsx-text-active-third-dark.active { color: #8e465a !important; }
          .bsx-text-focus-third-dark:focus { color: #8e465a !important; }
          .bsx-text-stroke-third-dark { -webkit-text-stroke-color: #8e465a !important; text-stroke-color: #8e465a !important; }
          .bsx-bg-third-dark { background-color: #8e465a !important; }
          .bsx-bg-active-third-dark:active, .bsx-bg-active-third-dark.active { background-color: #8e465a !important; }
          .bsx-bg-hover-third-dark:hover { background-color: #8e465a !important; }
          .bsx-bg-before-third-dark:before { background-color: #8e465a !important; }
          .bsx-bg-after-third-dark:after { background-color: #8e465a !important; }
          .bsx-fill-third-dark { fill: #8e465a !important; }
          .bsx-border-third-dark { border-color: #8e465a !important; }
          .bsx-border-hover-third-dark:hover { border-color: #8e465a !important; }
          .bsx-border-before-third-dark:before { border-color: #8e465a !important; }
          .bsx-border-after-third-dark:after { border-color: #8e465a !important; }
          .bsx-border-t-third-dark { border-top-color: #8e465a !important; }
          .bsx-border-l-third-dark { border-left-color: #8e465a !important; }
          .bsx-border-b-third-dark { border-bottom-color: #8e465a !important; }
          .bsx-border-r-third-dark { border-right-color: #8e465a !important; }
          .bsx-owl-arrow-third-dark .owl-next, .bsx-owl-arrow-third-dark .owl-prev { color: #8e465a !important; }
        
          .bsx-text-third-darken { color: #752d41 !important; }
          .bsx-text-before-third-darken:before { color: #752d41 !important; }
          .bsx-text-after-third-darken:after { color: #752d41 !important; }
          .bsx-text-hover-third-darken:hover { color: #752d41 !important; }
          .bsx-text-active-third-darken.active { color: #752d41 !important; }
          .bsx-text-focus-third-darken:focus { color: #752d41 !important; }
          .bsx-text-stroke-third-darken { -webkit-text-stroke-color: #752d41 !important; text-stroke-color: #752d41 !important; }
          .bsx-bg-third-darken { background-color: #752d41 !important; }
          .bsx-bg-active-third-darken:active, .bsx-bg-active-third-darken.active { background-color: #752d41 !important; }
          .bsx-bg-hover-third-darken:hover { background-color: #752d41 !important; }
          .bsx-bg-before-third-darken:before { background-color: #752d41 !important; }
          .bsx-bg-after-third-darken:after { background-color: #752d41 !important; }
          .bsx-fill-third-darken { fill: #752d41 !important; }
          .bsx-border-third-darken { border-color: #752d41 !important; }
          .bsx-border-hover-third-darken:hover { border-color: #752d41 !important; }
          .bsx-border-before-third-darken:before { border-color: #752d41 !important; }
          .bsx-border-after-third-darken:after { border-color: #752d41 !important; }
          .bsx-border-t-third-darken { border-top-color: #752d41 !important; }
          .bsx-border-l-third-darken { border-left-color: #752d41 !important; }
          .bsx-border-b-third-darken { border-bottom-color: #752d41 !important; }
          .bsx-border-r-third-darken { border-right-color: #752d41 !important; }
          .bsx-owl-arrow-third-darken .owl-next, .bsx-owl-arrow-third-darken .owl-prev { color: #752d41 !important; }
        
          .bsx-text-third-darkest { color: #5b1327 !important; }
          .bsx-text-before-third-darkest:before { color: #5b1327 !important; }
          .bsx-text-after-third-darkest:after { color: #5b1327 !important; }
          .bsx-text-hover-third-darkest:hover { color: #5b1327 !important; }
          .bsx-text-active-third-darkest.active { color: #5b1327 !important; }
          .bsx-text-focus-third-darkest:focus { color: #5b1327 !important; }
          .bsx-text-stroke-third-darkest { -webkit-text-stroke-color: #5b1327 !important; text-stroke-color: #5b1327 !important; }
          .bsx-bg-third-darkest { background-color: #5b1327 !important; }
          .bsx-bg-active-third-darkest:active, .bsx-bg-active-third-darkest.active { background-color: #5b1327 !important; }
          .bsx-bg-hover-third-darkest:hover { background-color: #5b1327 !important; }
          .bsx-bg-before-third-darkest:before { background-color: #5b1327 !important; }
          .bsx-bg-after-third-darkest:after { background-color: #5b1327 !important; }
          .bsx-fill-third-darkest { fill: #5b1327 !important; }
          .bsx-border-third-darkest { border-color: #5b1327 !important; }
          .bsx-border-hover-third-darkest:hover { border-color: #5b1327 !important; }
          .bsx-border-before-third-darkest:before { border-color: #5b1327 !important; }
          .bsx-border-after-third-darkest:after { border-color: #5b1327 !important; }
          .bsx-border-t-third-darkest { border-top-color: #5b1327 !important; }
          .bsx-border-l-third-darkest { border-left-color: #5b1327 !important; }
          .bsx-border-b-third-darkest { border-bottom-color: #5b1327 !important; }
          .bsx-border-r-third-darkest { border-right-color: #5b1327 !important; }
          .bsx-owl-arrow-third-darkest .owl-next, .bsx-owl-arrow-third-darkest .owl-prev { color: #5b1327 !important; }
        
          .bsx-text-third-light { color: #c1798d !important; }
          .bsx-text-before-third-light:before { color: #c1798d !important; }
          .bsx-text-after-third-light:after { color: #c1798d !important; }
          .bsx-text-hover-third-light:hover { color: #c1798d !important; }
          .bsx-text-active-third-light.active { color: #c1798d !important; }
          .bsx-text-focus-third-light:focus { color: #c1798d !important; }
          .bsx-text-stroke-third-light { -webkit-text-stroke-color: #c1798d !important; text-stroke-color: #c1798d !important; }
          .bsx-bg-third-light { background-color: #c1798d !important; }
          .bsx-bg-active-third-light:active, .bsx-bg-active-third-light.active { background-color: #c1798d !important; }
          .bsx-bg-hover-third-light:hover { background-color: #c1798d !important; }
          .bsx-bg-before-third-light:before { background-color: #c1798d !important; }
          .bsx-bg-after-third-light:after { background-color: #c1798d !important; }
          .bsx-fill-third-light { fill: #c1798d !important; }
          .bsx-border-third-light { border-color: #c1798d !important; }
          .bsx-border-hover-third-light:hover { border-color: #c1798d !important; }
          .bsx-border-before-third-light:before { border-color: #c1798d !important; }
          .bsx-border-after-third-light:after { border-color: #c1798d !important; }
          .bsx-border-t-third-light { border-top-color: #c1798d !important; }
          .bsx-border-l-third-light { border-left-color: #c1798d !important; }
          .bsx-border-b-third-light { border-bottom-color: #c1798d !important; }
          .bsx-border-r-third-light { border-right-color: #c1798d !important; }
          .bsx-owl-arrow-third-light .owl-next, .bsx-owl-arrow-third-light .owl-prev { color: #c1798d !important; }
        
          .bsx-text-third-lighten { color: #db93a7 !important; }
          .bsx-text-before-third-lighten:before { color: #db93a7 !important; }
          .bsx-text-after-third-lighten:after { color: #db93a7 !important; }
          .bsx-text-hover-third-lighten:hover { color: #db93a7 !important; }
          .bsx-text-active-third-lighten.active { color: #db93a7 !important; }
          .bsx-text-focus-third-lighten:focus { color: #db93a7 !important; }
          .bsx-text-stroke-third-lighten { -webkit-text-stroke-color: #db93a7 !important; text-stroke-color: #db93a7 !important; }
          .bsx-bg-third-lighten { background-color: #db93a7 !important; }
          .bsx-bg-active-third-lighten:active, .bsx-bg-active-third-lighten.active { background-color: #db93a7 !important; }
          .bsx-bg-hover-third-lighten:hover { background-color: #db93a7 !important; }
          .bsx-bg-before-third-lighten:before { background-color: #db93a7 !important; }
          .bsx-bg-after-third-lighten:after { background-color: #db93a7 !important; }
          .bsx-fill-third-lighten { fill: #db93a7 !important; }
          .bsx-border-third-lighten { border-color: #db93a7 !important; }
          .bsx-border-hover-third-lighten:hover { border-color: #db93a7 !important; }
          .bsx-border-before-third-lighten:before { border-color: #db93a7 !important; }
          .bsx-border-after-third-lighten:after { border-color: #db93a7 !important; }
          .bsx-border-t-third-lighten { border-top-color: #db93a7 !important; }
          .bsx-border-l-third-lighten { border-left-color: #db93a7 !important; }
          .bsx-border-b-third-lighten { border-bottom-color: #db93a7 !important; }
          .bsx-border-r-third-lighten { border-right-color: #db93a7 !important; }
          .bsx-owl-arrow-third-lighten .owl-next, .bsx-owl-arrow-third-lighten .owl-prev { color: #db93a7 !important; }
        
          .bsx-text-third-lightest { color: #f4acc0 !important; }
          .bsx-text-before-third-lightest:before { color: #f4acc0 !important; }
          .bsx-text-after-third-lightest:after { color: #f4acc0 !important; }
          .bsx-text-hover-third-lightest:hover { color: #f4acc0 !important; }
          .bsx-text-active-third-lightest.active { color: #f4acc0 !important; }
          .bsx-text-focus-third-lightest:focus { color: #f4acc0 !important; }
          .bsx-text-stroke-third-lightest { -webkit-text-stroke-color: #f4acc0 !important; text-stroke-color: #f4acc0 !important; }
          .bsx-bg-third-lightest { background-color: #f4acc0 !important; }
          .bsx-bg-active-third-lightest:active, .bsx-bg-active-third-lightest.active { background-color: #f4acc0 !important; }
          .bsx-bg-hover-third-lightest:hover { background-color: #f4acc0 !important; }
          .bsx-bg-before-third-lightest:before { background-color: #f4acc0 !important; }
          .bsx-bg-after-third-lightest:after { background-color: #f4acc0 !important; }
          .bsx-fill-third-lightest { fill: #f4acc0 !important; }
          .bsx-border-third-lightest { border-color: #f4acc0 !important; }
          .bsx-border-hover-third-lightest:hover { border-color: #f4acc0 !important; }
          .bsx-border-before-third-lightest:before { border-color: #f4acc0 !important; }
          .bsx-border-after-third-lightest:after { border-color: #f4acc0 !important; }
          .bsx-border-t-third-lightest { border-top-color: #f4acc0 !important; }
          .bsx-border-l-third-lightest { border-left-color: #f4acc0 !important; }
          .bsx-border-b-third-lightest { border-bottom-color: #f4acc0 !important; }
          .bsx-border-r-third-lightest { border-right-color: #f4acc0 !important; }
          .bsx-owl-arrow-third-lightest .owl-next, .bsx-owl-arrow-third-lightest .owl-prev { color: #f4acc0 !important; }
        