
				.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;
				}
		
:root { 
	--bsx-color-primary: #2256b2;
	--bsx-color-primary-dark: #083c98;
	--bsx-color-primary-darken: #00237f;
	--bsx-color-primary-darkest: #000965;
	--bsx-color-primary-light: #3b6fcb;
	--bsx-color-primary-lighten: #5589e5;
	--bsx-color-primary-lightest: #6ea2fe;
	--bsx-color-secondary: #f7d947;
	--bsx-color-secondary-dark: #ddbf2d;
	--bsx-color-secondary-darken: #c4a614;
	--bsx-color-secondary-darkest: #aa8c00;
	--bsx-color-secondary-light: #fff260;
	--bsx-color-secondary-lighten: #ffff7a;
	--bsx-color-secondary-lightest: #ffff93;
	--bsx-color-third: #383f48;
	--bsx-color-third-dark: #1e252e;
	--bsx-color-third-darken: #050c15;
	--bsx-color-third-darkest: #000000;
	--bsx-color-third-light: #515861;
	--bsx-color-third-lighten: #6b727b;
	--bsx-color-third-lightest: #848b94;
	--bsx-color-fourth: #e24868;
	--bsx-color-fourth-dark: #c82e4e;
	--bsx-color-fourth-darken: #af1535;
	--bsx-color-fourth-darkest: #95001b;
	--bsx-color-fourth-light: #fb6181;
	--bsx-color-fourth-lighten: #ff7b9b;
	--bsx-color-fourth-lightest: #ff94b4;
 }
          .bsx-text-primary { color: #2256b2 !important; }
          .bsx-text-before-primary:before { color: #2256b2 !important; }
          .bsx-text-after-primary:after { color: #2256b2 !important; }
          .bsx-text-hover-primary:hover { color: #2256b2 !important; }
          .bsx-text-active-primary.active { color: #2256b2 !important; }
          .bsx-text-focus-primary:focus { color: #2256b2 !important; }
          .bsx-text-stroke-primary { -webkit-text-stroke-color: #2256b2 !important; text-stroke-color: #2256b2 !important; }
          .bsx-bg-primary { background-color: #2256b2 !important; }
          .bsx-bg-active-primary:active, .bsx-bg-active-primary.active { background-color: #2256b2 !important; }
          .bsx-bg-hover-primary:hover { background-color: #2256b2 !important; }
          .bsx-bg-before-primary:before { background-color: #2256b2 !important; }
          .bsx-bg-after-primary:after { background-color: #2256b2 !important; }
          .bsx-fill-primary { fill: #2256b2 !important; }
          .bsx-border-primary { border-color: #2256b2 !important; }
          .bsx-border-hover-primary:hover { border-color: #2256b2 !important; }
          .bsx-border-before-primary:before { border-color: #2256b2 !important; }
          .bsx-border-after-primary:after { border-color: #2256b2 !important; }
          .bsx-border-t-primary { border-top-color: #2256b2 !important; }
          .bsx-border-l-primary { border-left-color: #2256b2 !important; }
          .bsx-border-b-primary { border-bottom-color: #2256b2 !important; }
          .bsx-border-r-primary { border-right-color: #2256b2 !important; }
          .bsx-owl-arrow-primary .owl-next, .bsx-owl-arrow-primary .owl-prev { color: #2256b2 !important; }
        
          .bsx-text-primary-dark { color: #083c98 !important; }
          .bsx-text-before-primary-dark:before { color: #083c98 !important; }
          .bsx-text-after-primary-dark:after { color: #083c98 !important; }
          .bsx-text-hover-primary-dark:hover { color: #083c98 !important; }
          .bsx-text-active-primary-dark.active { color: #083c98 !important; }
          .bsx-text-focus-primary-dark:focus { color: #083c98 !important; }
          .bsx-text-stroke-primary-dark { -webkit-text-stroke-color: #083c98 !important; text-stroke-color: #083c98 !important; }
          .bsx-bg-primary-dark { background-color: #083c98 !important; }
          .bsx-bg-active-primary-dark:active, .bsx-bg-active-primary-dark.active { background-color: #083c98 !important; }
          .bsx-bg-hover-primary-dark:hover { background-color: #083c98 !important; }
          .bsx-bg-before-primary-dark:before { background-color: #083c98 !important; }
          .bsx-bg-after-primary-dark:after { background-color: #083c98 !important; }
          .bsx-fill-primary-dark { fill: #083c98 !important; }
          .bsx-border-primary-dark { border-color: #083c98 !important; }
          .bsx-border-hover-primary-dark:hover { border-color: #083c98 !important; }
          .bsx-border-before-primary-dark:before { border-color: #083c98 !important; }
          .bsx-border-after-primary-dark:after { border-color: #083c98 !important; }
          .bsx-border-t-primary-dark { border-top-color: #083c98 !important; }
          .bsx-border-l-primary-dark { border-left-color: #083c98 !important; }
          .bsx-border-b-primary-dark { border-bottom-color: #083c98 !important; }
          .bsx-border-r-primary-dark { border-right-color: #083c98 !important; }
          .bsx-owl-arrow-primary-dark .owl-next, .bsx-owl-arrow-primary-dark .owl-prev { color: #083c98 !important; }
        
          .bsx-text-primary-darken { color: #00237f !important; }
          .bsx-text-before-primary-darken:before { color: #00237f !important; }
          .bsx-text-after-primary-darken:after { color: #00237f !important; }
          .bsx-text-hover-primary-darken:hover { color: #00237f !important; }
          .bsx-text-active-primary-darken.active { color: #00237f !important; }
          .bsx-text-focus-primary-darken:focus { color: #00237f !important; }
          .bsx-text-stroke-primary-darken { -webkit-text-stroke-color: #00237f !important; text-stroke-color: #00237f !important; }
          .bsx-bg-primary-darken { background-color: #00237f !important; }
          .bsx-bg-active-primary-darken:active, .bsx-bg-active-primary-darken.active { background-color: #00237f !important; }
          .bsx-bg-hover-primary-darken:hover { background-color: #00237f !important; }
          .bsx-bg-before-primary-darken:before { background-color: #00237f !important; }
          .bsx-bg-after-primary-darken:after { background-color: #00237f !important; }
          .bsx-fill-primary-darken { fill: #00237f !important; }
          .bsx-border-primary-darken { border-color: #00237f !important; }
          .bsx-border-hover-primary-darken:hover { border-color: #00237f !important; }
          .bsx-border-before-primary-darken:before { border-color: #00237f !important; }
          .bsx-border-after-primary-darken:after { border-color: #00237f !important; }
          .bsx-border-t-primary-darken { border-top-color: #00237f !important; }
          .bsx-border-l-primary-darken { border-left-color: #00237f !important; }
          .bsx-border-b-primary-darken { border-bottom-color: #00237f !important; }
          .bsx-border-r-primary-darken { border-right-color: #00237f !important; }
          .bsx-owl-arrow-primary-darken .owl-next, .bsx-owl-arrow-primary-darken .owl-prev { color: #00237f !important; }
        
          .bsx-text-primary-darkest { color: #000965 !important; }
          .bsx-text-before-primary-darkest:before { color: #000965 !important; }
          .bsx-text-after-primary-darkest:after { color: #000965 !important; }
          .bsx-text-hover-primary-darkest:hover { color: #000965 !important; }
          .bsx-text-active-primary-darkest.active { color: #000965 !important; }
          .bsx-text-focus-primary-darkest:focus { color: #000965 !important; }
          .bsx-text-stroke-primary-darkest { -webkit-text-stroke-color: #000965 !important; text-stroke-color: #000965 !important; }
          .bsx-bg-primary-darkest { background-color: #000965 !important; }
          .bsx-bg-active-primary-darkest:active, .bsx-bg-active-primary-darkest.active { background-color: #000965 !important; }
          .bsx-bg-hover-primary-darkest:hover { background-color: #000965 !important; }
          .bsx-bg-before-primary-darkest:before { background-color: #000965 !important; }
          .bsx-bg-after-primary-darkest:after { background-color: #000965 !important; }
          .bsx-fill-primary-darkest { fill: #000965 !important; }
          .bsx-border-primary-darkest { border-color: #000965 !important; }
          .bsx-border-hover-primary-darkest:hover { border-color: #000965 !important; }
          .bsx-border-before-primary-darkest:before { border-color: #000965 !important; }
          .bsx-border-after-primary-darkest:after { border-color: #000965 !important; }
          .bsx-border-t-primary-darkest { border-top-color: #000965 !important; }
          .bsx-border-l-primary-darkest { border-left-color: #000965 !important; }
          .bsx-border-b-primary-darkest { border-bottom-color: #000965 !important; }
          .bsx-border-r-primary-darkest { border-right-color: #000965 !important; }
          .bsx-owl-arrow-primary-darkest .owl-next, .bsx-owl-arrow-primary-darkest .owl-prev { color: #000965 !important; }
        
          .bsx-text-primary-light { color: #3b6fcb !important; }
          .bsx-text-before-primary-light:before { color: #3b6fcb !important; }
          .bsx-text-after-primary-light:after { color: #3b6fcb !important; }
          .bsx-text-hover-primary-light:hover { color: #3b6fcb !important; }
          .bsx-text-active-primary-light.active { color: #3b6fcb !important; }
          .bsx-text-focus-primary-light:focus { color: #3b6fcb !important; }
          .bsx-text-stroke-primary-light { -webkit-text-stroke-color: #3b6fcb !important; text-stroke-color: #3b6fcb !important; }
          .bsx-bg-primary-light { background-color: #3b6fcb !important; }
          .bsx-bg-active-primary-light:active, .bsx-bg-active-primary-light.active { background-color: #3b6fcb !important; }
          .bsx-bg-hover-primary-light:hover { background-color: #3b6fcb !important; }
          .bsx-bg-before-primary-light:before { background-color: #3b6fcb !important; }
          .bsx-bg-after-primary-light:after { background-color: #3b6fcb !important; }
          .bsx-fill-primary-light { fill: #3b6fcb !important; }
          .bsx-border-primary-light { border-color: #3b6fcb !important; }
          .bsx-border-hover-primary-light:hover { border-color: #3b6fcb !important; }
          .bsx-border-before-primary-light:before { border-color: #3b6fcb !important; }
          .bsx-border-after-primary-light:after { border-color: #3b6fcb !important; }
          .bsx-border-t-primary-light { border-top-color: #3b6fcb !important; }
          .bsx-border-l-primary-light { border-left-color: #3b6fcb !important; }
          .bsx-border-b-primary-light { border-bottom-color: #3b6fcb !important; }
          .bsx-border-r-primary-light { border-right-color: #3b6fcb !important; }
          .bsx-owl-arrow-primary-light .owl-next, .bsx-owl-arrow-primary-light .owl-prev { color: #3b6fcb !important; }
        
          .bsx-text-primary-lighten { color: #5589e5 !important; }
          .bsx-text-before-primary-lighten:before { color: #5589e5 !important; }
          .bsx-text-after-primary-lighten:after { color: #5589e5 !important; }
          .bsx-text-hover-primary-lighten:hover { color: #5589e5 !important; }
          .bsx-text-active-primary-lighten.active { color: #5589e5 !important; }
          .bsx-text-focus-primary-lighten:focus { color: #5589e5 !important; }
          .bsx-text-stroke-primary-lighten { -webkit-text-stroke-color: #5589e5 !important; text-stroke-color: #5589e5 !important; }
          .bsx-bg-primary-lighten { background-color: #5589e5 !important; }
          .bsx-bg-active-primary-lighten:active, .bsx-bg-active-primary-lighten.active { background-color: #5589e5 !important; }
          .bsx-bg-hover-primary-lighten:hover { background-color: #5589e5 !important; }
          .bsx-bg-before-primary-lighten:before { background-color: #5589e5 !important; }
          .bsx-bg-after-primary-lighten:after { background-color: #5589e5 !important; }
          .bsx-fill-primary-lighten { fill: #5589e5 !important; }
          .bsx-border-primary-lighten { border-color: #5589e5 !important; }
          .bsx-border-hover-primary-lighten:hover { border-color: #5589e5 !important; }
          .bsx-border-before-primary-lighten:before { border-color: #5589e5 !important; }
          .bsx-border-after-primary-lighten:after { border-color: #5589e5 !important; }
          .bsx-border-t-primary-lighten { border-top-color: #5589e5 !important; }
          .bsx-border-l-primary-lighten { border-left-color: #5589e5 !important; }
          .bsx-border-b-primary-lighten { border-bottom-color: #5589e5 !important; }
          .bsx-border-r-primary-lighten { border-right-color: #5589e5 !important; }
          .bsx-owl-arrow-primary-lighten .owl-next, .bsx-owl-arrow-primary-lighten .owl-prev { color: #5589e5 !important; }
        
          .bsx-text-primary-lightest { color: #6ea2fe !important; }
          .bsx-text-before-primary-lightest:before { color: #6ea2fe !important; }
          .bsx-text-after-primary-lightest:after { color: #6ea2fe !important; }
          .bsx-text-hover-primary-lightest:hover { color: #6ea2fe !important; }
          .bsx-text-active-primary-lightest.active { color: #6ea2fe !important; }
          .bsx-text-focus-primary-lightest:focus { color: #6ea2fe !important; }
          .bsx-text-stroke-primary-lightest { -webkit-text-stroke-color: #6ea2fe !important; text-stroke-color: #6ea2fe !important; }
          .bsx-bg-primary-lightest { background-color: #6ea2fe !important; }
          .bsx-bg-active-primary-lightest:active, .bsx-bg-active-primary-lightest.active { background-color: #6ea2fe !important; }
          .bsx-bg-hover-primary-lightest:hover { background-color: #6ea2fe !important; }
          .bsx-bg-before-primary-lightest:before { background-color: #6ea2fe !important; }
          .bsx-bg-after-primary-lightest:after { background-color: #6ea2fe !important; }
          .bsx-fill-primary-lightest { fill: #6ea2fe !important; }
          .bsx-border-primary-lightest { border-color: #6ea2fe !important; }
          .bsx-border-hover-primary-lightest:hover { border-color: #6ea2fe !important; }
          .bsx-border-before-primary-lightest:before { border-color: #6ea2fe !important; }
          .bsx-border-after-primary-lightest:after { border-color: #6ea2fe !important; }
          .bsx-border-t-primary-lightest { border-top-color: #6ea2fe !important; }
          .bsx-border-l-primary-lightest { border-left-color: #6ea2fe !important; }
          .bsx-border-b-primary-lightest { border-bottom-color: #6ea2fe !important; }
          .bsx-border-r-primary-lightest { border-right-color: #6ea2fe !important; }
          .bsx-owl-arrow-primary-lightest .owl-next, .bsx-owl-arrow-primary-lightest .owl-prev { color: #6ea2fe !important; }
        
          .bsx-text-secondary { color: #f7d947 !important; }
          .bsx-text-before-secondary:before { color: #f7d947 !important; }
          .bsx-text-after-secondary:after { color: #f7d947 !important; }
          .bsx-text-hover-secondary:hover { color: #f7d947 !important; }
          .bsx-text-active-secondary.active { color: #f7d947 !important; }
          .bsx-text-focus-secondary:focus { color: #f7d947 !important; }
          .bsx-text-stroke-secondary { -webkit-text-stroke-color: #f7d947 !important; text-stroke-color: #f7d947 !important; }
          .bsx-bg-secondary { background-color: #f7d947 !important; }
          .bsx-bg-active-secondary:active, .bsx-bg-active-secondary.active { background-color: #f7d947 !important; }
          .bsx-bg-hover-secondary:hover { background-color: #f7d947 !important; }
          .bsx-bg-before-secondary:before { background-color: #f7d947 !important; }
          .bsx-bg-after-secondary:after { background-color: #f7d947 !important; }
          .bsx-fill-secondary { fill: #f7d947 !important; }
          .bsx-border-secondary { border-color: #f7d947 !important; }
          .bsx-border-hover-secondary:hover { border-color: #f7d947 !important; }
          .bsx-border-before-secondary:before { border-color: #f7d947 !important; }
          .bsx-border-after-secondary:after { border-color: #f7d947 !important; }
          .bsx-border-t-secondary { border-top-color: #f7d947 !important; }
          .bsx-border-l-secondary { border-left-color: #f7d947 !important; }
          .bsx-border-b-secondary { border-bottom-color: #f7d947 !important; }
          .bsx-border-r-secondary { border-right-color: #f7d947 !important; }
          .bsx-owl-arrow-secondary .owl-next, .bsx-owl-arrow-secondary .owl-prev { color: #f7d947 !important; }
        
          .bsx-text-secondary-dark { color: #ddbf2d !important; }
          .bsx-text-before-secondary-dark:before { color: #ddbf2d !important; }
          .bsx-text-after-secondary-dark:after { color: #ddbf2d !important; }
          .bsx-text-hover-secondary-dark:hover { color: #ddbf2d !important; }
          .bsx-text-active-secondary-dark.active { color: #ddbf2d !important; }
          .bsx-text-focus-secondary-dark:focus { color: #ddbf2d !important; }
          .bsx-text-stroke-secondary-dark { -webkit-text-stroke-color: #ddbf2d !important; text-stroke-color: #ddbf2d !important; }
          .bsx-bg-secondary-dark { background-color: #ddbf2d !important; }
          .bsx-bg-active-secondary-dark:active, .bsx-bg-active-secondary-dark.active { background-color: #ddbf2d !important; }
          .bsx-bg-hover-secondary-dark:hover { background-color: #ddbf2d !important; }
          .bsx-bg-before-secondary-dark:before { background-color: #ddbf2d !important; }
          .bsx-bg-after-secondary-dark:after { background-color: #ddbf2d !important; }
          .bsx-fill-secondary-dark { fill: #ddbf2d !important; }
          .bsx-border-secondary-dark { border-color: #ddbf2d !important; }
          .bsx-border-hover-secondary-dark:hover { border-color: #ddbf2d !important; }
          .bsx-border-before-secondary-dark:before { border-color: #ddbf2d !important; }
          .bsx-border-after-secondary-dark:after { border-color: #ddbf2d !important; }
          .bsx-border-t-secondary-dark { border-top-color: #ddbf2d !important; }
          .bsx-border-l-secondary-dark { border-left-color: #ddbf2d !important; }
          .bsx-border-b-secondary-dark { border-bottom-color: #ddbf2d !important; }
          .bsx-border-r-secondary-dark { border-right-color: #ddbf2d !important; }
          .bsx-owl-arrow-secondary-dark .owl-next, .bsx-owl-arrow-secondary-dark .owl-prev { color: #ddbf2d !important; }
        
          .bsx-text-secondary-darken { color: #c4a614 !important; }
          .bsx-text-before-secondary-darken:before { color: #c4a614 !important; }
          .bsx-text-after-secondary-darken:after { color: #c4a614 !important; }
          .bsx-text-hover-secondary-darken:hover { color: #c4a614 !important; }
          .bsx-text-active-secondary-darken.active { color: #c4a614 !important; }
          .bsx-text-focus-secondary-darken:focus { color: #c4a614 !important; }
          .bsx-text-stroke-secondary-darken { -webkit-text-stroke-color: #c4a614 !important; text-stroke-color: #c4a614 !important; }
          .bsx-bg-secondary-darken { background-color: #c4a614 !important; }
          .bsx-bg-active-secondary-darken:active, .bsx-bg-active-secondary-darken.active { background-color: #c4a614 !important; }
          .bsx-bg-hover-secondary-darken:hover { background-color: #c4a614 !important; }
          .bsx-bg-before-secondary-darken:before { background-color: #c4a614 !important; }
          .bsx-bg-after-secondary-darken:after { background-color: #c4a614 !important; }
          .bsx-fill-secondary-darken { fill: #c4a614 !important; }
          .bsx-border-secondary-darken { border-color: #c4a614 !important; }
          .bsx-border-hover-secondary-darken:hover { border-color: #c4a614 !important; }
          .bsx-border-before-secondary-darken:before { border-color: #c4a614 !important; }
          .bsx-border-after-secondary-darken:after { border-color: #c4a614 !important; }
          .bsx-border-t-secondary-darken { border-top-color: #c4a614 !important; }
          .bsx-border-l-secondary-darken { border-left-color: #c4a614 !important; }
          .bsx-border-b-secondary-darken { border-bottom-color: #c4a614 !important; }
          .bsx-border-r-secondary-darken { border-right-color: #c4a614 !important; }
          .bsx-owl-arrow-secondary-darken .owl-next, .bsx-owl-arrow-secondary-darken .owl-prev { color: #c4a614 !important; }
        
          .bsx-text-secondary-darkest { color: #aa8c00 !important; }
          .bsx-text-before-secondary-darkest:before { color: #aa8c00 !important; }
          .bsx-text-after-secondary-darkest:after { color: #aa8c00 !important; }
          .bsx-text-hover-secondary-darkest:hover { color: #aa8c00 !important; }
          .bsx-text-active-secondary-darkest.active { color: #aa8c00 !important; }
          .bsx-text-focus-secondary-darkest:focus { color: #aa8c00 !important; }
          .bsx-text-stroke-secondary-darkest { -webkit-text-stroke-color: #aa8c00 !important; text-stroke-color: #aa8c00 !important; }
          .bsx-bg-secondary-darkest { background-color: #aa8c00 !important; }
          .bsx-bg-active-secondary-darkest:active, .bsx-bg-active-secondary-darkest.active { background-color: #aa8c00 !important; }
          .bsx-bg-hover-secondary-darkest:hover { background-color: #aa8c00 !important; }
          .bsx-bg-before-secondary-darkest:before { background-color: #aa8c00 !important; }
          .bsx-bg-after-secondary-darkest:after { background-color: #aa8c00 !important; }
          .bsx-fill-secondary-darkest { fill: #aa8c00 !important; }
          .bsx-border-secondary-darkest { border-color: #aa8c00 !important; }
          .bsx-border-hover-secondary-darkest:hover { border-color: #aa8c00 !important; }
          .bsx-border-before-secondary-darkest:before { border-color: #aa8c00 !important; }
          .bsx-border-after-secondary-darkest:after { border-color: #aa8c00 !important; }
          .bsx-border-t-secondary-darkest { border-top-color: #aa8c00 !important; }
          .bsx-border-l-secondary-darkest { border-left-color: #aa8c00 !important; }
          .bsx-border-b-secondary-darkest { border-bottom-color: #aa8c00 !important; }
          .bsx-border-r-secondary-darkest { border-right-color: #aa8c00 !important; }
          .bsx-owl-arrow-secondary-darkest .owl-next, .bsx-owl-arrow-secondary-darkest .owl-prev { color: #aa8c00 !important; }
        
          .bsx-text-secondary-light { color: #fff260 !important; }
          .bsx-text-before-secondary-light:before { color: #fff260 !important; }
          .bsx-text-after-secondary-light:after { color: #fff260 !important; }
          .bsx-text-hover-secondary-light:hover { color: #fff260 !important; }
          .bsx-text-active-secondary-light.active { color: #fff260 !important; }
          .bsx-text-focus-secondary-light:focus { color: #fff260 !important; }
          .bsx-text-stroke-secondary-light { -webkit-text-stroke-color: #fff260 !important; text-stroke-color: #fff260 !important; }
          .bsx-bg-secondary-light { background-color: #fff260 !important; }
          .bsx-bg-active-secondary-light:active, .bsx-bg-active-secondary-light.active { background-color: #fff260 !important; }
          .bsx-bg-hover-secondary-light:hover { background-color: #fff260 !important; }
          .bsx-bg-before-secondary-light:before { background-color: #fff260 !important; }
          .bsx-bg-after-secondary-light:after { background-color: #fff260 !important; }
          .bsx-fill-secondary-light { fill: #fff260 !important; }
          .bsx-border-secondary-light { border-color: #fff260 !important; }
          .bsx-border-hover-secondary-light:hover { border-color: #fff260 !important; }
          .bsx-border-before-secondary-light:before { border-color: #fff260 !important; }
          .bsx-border-after-secondary-light:after { border-color: #fff260 !important; }
          .bsx-border-t-secondary-light { border-top-color: #fff260 !important; }
          .bsx-border-l-secondary-light { border-left-color: #fff260 !important; }
          .bsx-border-b-secondary-light { border-bottom-color: #fff260 !important; }
          .bsx-border-r-secondary-light { border-right-color: #fff260 !important; }
          .bsx-owl-arrow-secondary-light .owl-next, .bsx-owl-arrow-secondary-light .owl-prev { color: #fff260 !important; }
        
          .bsx-text-secondary-lighten { color: #ffff7a !important; }
          .bsx-text-before-secondary-lighten:before { color: #ffff7a !important; }
          .bsx-text-after-secondary-lighten:after { color: #ffff7a !important; }
          .bsx-text-hover-secondary-lighten:hover { color: #ffff7a !important; }
          .bsx-text-active-secondary-lighten.active { color: #ffff7a !important; }
          .bsx-text-focus-secondary-lighten:focus { color: #ffff7a !important; }
          .bsx-text-stroke-secondary-lighten { -webkit-text-stroke-color: #ffff7a !important; text-stroke-color: #ffff7a !important; }
          .bsx-bg-secondary-lighten { background-color: #ffff7a !important; }
          .bsx-bg-active-secondary-lighten:active, .bsx-bg-active-secondary-lighten.active { background-color: #ffff7a !important; }
          .bsx-bg-hover-secondary-lighten:hover { background-color: #ffff7a !important; }
          .bsx-bg-before-secondary-lighten:before { background-color: #ffff7a !important; }
          .bsx-bg-after-secondary-lighten:after { background-color: #ffff7a !important; }
          .bsx-fill-secondary-lighten { fill: #ffff7a !important; }
          .bsx-border-secondary-lighten { border-color: #ffff7a !important; }
          .bsx-border-hover-secondary-lighten:hover { border-color: #ffff7a !important; }
          .bsx-border-before-secondary-lighten:before { border-color: #ffff7a !important; }
          .bsx-border-after-secondary-lighten:after { border-color: #ffff7a !important; }
          .bsx-border-t-secondary-lighten { border-top-color: #ffff7a !important; }
          .bsx-border-l-secondary-lighten { border-left-color: #ffff7a !important; }
          .bsx-border-b-secondary-lighten { border-bottom-color: #ffff7a !important; }
          .bsx-border-r-secondary-lighten { border-right-color: #ffff7a !important; }
          .bsx-owl-arrow-secondary-lighten .owl-next, .bsx-owl-arrow-secondary-lighten .owl-prev { color: #ffff7a !important; }
        
          .bsx-text-secondary-lightest { color: #ffff93 !important; }
          .bsx-text-before-secondary-lightest:before { color: #ffff93 !important; }
          .bsx-text-after-secondary-lightest:after { color: #ffff93 !important; }
          .bsx-text-hover-secondary-lightest:hover { color: #ffff93 !important; }
          .bsx-text-active-secondary-lightest.active { color: #ffff93 !important; }
          .bsx-text-focus-secondary-lightest:focus { color: #ffff93 !important; }
          .bsx-text-stroke-secondary-lightest { -webkit-text-stroke-color: #ffff93 !important; text-stroke-color: #ffff93 !important; }
          .bsx-bg-secondary-lightest { background-color: #ffff93 !important; }
          .bsx-bg-active-secondary-lightest:active, .bsx-bg-active-secondary-lightest.active { background-color: #ffff93 !important; }
          .bsx-bg-hover-secondary-lightest:hover { background-color: #ffff93 !important; }
          .bsx-bg-before-secondary-lightest:before { background-color: #ffff93 !important; }
          .bsx-bg-after-secondary-lightest:after { background-color: #ffff93 !important; }
          .bsx-fill-secondary-lightest { fill: #ffff93 !important; }
          .bsx-border-secondary-lightest { border-color: #ffff93 !important; }
          .bsx-border-hover-secondary-lightest:hover { border-color: #ffff93 !important; }
          .bsx-border-before-secondary-lightest:before { border-color: #ffff93 !important; }
          .bsx-border-after-secondary-lightest:after { border-color: #ffff93 !important; }
          .bsx-border-t-secondary-lightest { border-top-color: #ffff93 !important; }
          .bsx-border-l-secondary-lightest { border-left-color: #ffff93 !important; }
          .bsx-border-b-secondary-lightest { border-bottom-color: #ffff93 !important; }
          .bsx-border-r-secondary-lightest { border-right-color: #ffff93 !important; }
          .bsx-owl-arrow-secondary-lightest .owl-next, .bsx-owl-arrow-secondary-lightest .owl-prev { color: #ffff93 !important; }
        
          .bsx-text-third { color: #383f48 !important; }
          .bsx-text-before-third:before { color: #383f48 !important; }
          .bsx-text-after-third:after { color: #383f48 !important; }
          .bsx-text-hover-third:hover { color: #383f48 !important; }
          .bsx-text-active-third.active { color: #383f48 !important; }
          .bsx-text-focus-third:focus { color: #383f48 !important; }
          .bsx-text-stroke-third { -webkit-text-stroke-color: #383f48 !important; text-stroke-color: #383f48 !important; }
          .bsx-bg-third { background-color: #383f48 !important; }
          .bsx-bg-active-third:active, .bsx-bg-active-third.active { background-color: #383f48 !important; }
          .bsx-bg-hover-third:hover { background-color: #383f48 !important; }
          .bsx-bg-before-third:before { background-color: #383f48 !important; }
          .bsx-bg-after-third:after { background-color: #383f48 !important; }
          .bsx-fill-third { fill: #383f48 !important; }
          .bsx-border-third { border-color: #383f48 !important; }
          .bsx-border-hover-third:hover { border-color: #383f48 !important; }
          .bsx-border-before-third:before { border-color: #383f48 !important; }
          .bsx-border-after-third:after { border-color: #383f48 !important; }
          .bsx-border-t-third { border-top-color: #383f48 !important; }
          .bsx-border-l-third { border-left-color: #383f48 !important; }
          .bsx-border-b-third { border-bottom-color: #383f48 !important; }
          .bsx-border-r-third { border-right-color: #383f48 !important; }
          .bsx-owl-arrow-third .owl-next, .bsx-owl-arrow-third .owl-prev { color: #383f48 !important; }
        
          .bsx-text-third-dark { color: #1e252e !important; }
          .bsx-text-before-third-dark:before { color: #1e252e !important; }
          .bsx-text-after-third-dark:after { color: #1e252e !important; }
          .bsx-text-hover-third-dark:hover { color: #1e252e !important; }
          .bsx-text-active-third-dark.active { color: #1e252e !important; }
          .bsx-text-focus-third-dark:focus { color: #1e252e !important; }
          .bsx-text-stroke-third-dark { -webkit-text-stroke-color: #1e252e !important; text-stroke-color: #1e252e !important; }
          .bsx-bg-third-dark { background-color: #1e252e !important; }
          .bsx-bg-active-third-dark:active, .bsx-bg-active-third-dark.active { background-color: #1e252e !important; }
          .bsx-bg-hover-third-dark:hover { background-color: #1e252e !important; }
          .bsx-bg-before-third-dark:before { background-color: #1e252e !important; }
          .bsx-bg-after-third-dark:after { background-color: #1e252e !important; }
          .bsx-fill-third-dark { fill: #1e252e !important; }
          .bsx-border-third-dark { border-color: #1e252e !important; }
          .bsx-border-hover-third-dark:hover { border-color: #1e252e !important; }
          .bsx-border-before-third-dark:before { border-color: #1e252e !important; }
          .bsx-border-after-third-dark:after { border-color: #1e252e !important; }
          .bsx-border-t-third-dark { border-top-color: #1e252e !important; }
          .bsx-border-l-third-dark { border-left-color: #1e252e !important; }
          .bsx-border-b-third-dark { border-bottom-color: #1e252e !important; }
          .bsx-border-r-third-dark { border-right-color: #1e252e !important; }
          .bsx-owl-arrow-third-dark .owl-next, .bsx-owl-arrow-third-dark .owl-prev { color: #1e252e !important; }
        
          .bsx-text-third-darken { color: #050c15 !important; }
          .bsx-text-before-third-darken:before { color: #050c15 !important; }
          .bsx-text-after-third-darken:after { color: #050c15 !important; }
          .bsx-text-hover-third-darken:hover { color: #050c15 !important; }
          .bsx-text-active-third-darken.active { color: #050c15 !important; }
          .bsx-text-focus-third-darken:focus { color: #050c15 !important; }
          .bsx-text-stroke-third-darken { -webkit-text-stroke-color: #050c15 !important; text-stroke-color: #050c15 !important; }
          .bsx-bg-third-darken { background-color: #050c15 !important; }
          .bsx-bg-active-third-darken:active, .bsx-bg-active-third-darken.active { background-color: #050c15 !important; }
          .bsx-bg-hover-third-darken:hover { background-color: #050c15 !important; }
          .bsx-bg-before-third-darken:before { background-color: #050c15 !important; }
          .bsx-bg-after-third-darken:after { background-color: #050c15 !important; }
          .bsx-fill-third-darken { fill: #050c15 !important; }
          .bsx-border-third-darken { border-color: #050c15 !important; }
          .bsx-border-hover-third-darken:hover { border-color: #050c15 !important; }
          .bsx-border-before-third-darken:before { border-color: #050c15 !important; }
          .bsx-border-after-third-darken:after { border-color: #050c15 !important; }
          .bsx-border-t-third-darken { border-top-color: #050c15 !important; }
          .bsx-border-l-third-darken { border-left-color: #050c15 !important; }
          .bsx-border-b-third-darken { border-bottom-color: #050c15 !important; }
          .bsx-border-r-third-darken { border-right-color: #050c15 !important; }
          .bsx-owl-arrow-third-darken .owl-next, .bsx-owl-arrow-third-darken .owl-prev { color: #050c15 !important; }
        
          .bsx-text-third-darkest { color: #000000 !important; }
          .bsx-text-before-third-darkest:before { color: #000000 !important; }
          .bsx-text-after-third-darkest:after { color: #000000 !important; }
          .bsx-text-hover-third-darkest:hover { color: #000000 !important; }
          .bsx-text-active-third-darkest.active { color: #000000 !important; }
          .bsx-text-focus-third-darkest:focus { color: #000000 !important; }
          .bsx-text-stroke-third-darkest { -webkit-text-stroke-color: #000000 !important; text-stroke-color: #000000 !important; }
          .bsx-bg-third-darkest { background-color: #000000 !important; }
          .bsx-bg-active-third-darkest:active, .bsx-bg-active-third-darkest.active { background-color: #000000 !important; }
          .bsx-bg-hover-third-darkest:hover { background-color: #000000 !important; }
          .bsx-bg-before-third-darkest:before { background-color: #000000 !important; }
          .bsx-bg-after-third-darkest:after { background-color: #000000 !important; }
          .bsx-fill-third-darkest { fill: #000000 !important; }
          .bsx-border-third-darkest { border-color: #000000 !important; }
          .bsx-border-hover-third-darkest:hover { border-color: #000000 !important; }
          .bsx-border-before-third-darkest:before { border-color: #000000 !important; }
          .bsx-border-after-third-darkest:after { border-color: #000000 !important; }
          .bsx-border-t-third-darkest { border-top-color: #000000 !important; }
          .bsx-border-l-third-darkest { border-left-color: #000000 !important; }
          .bsx-border-b-third-darkest { border-bottom-color: #000000 !important; }
          .bsx-border-r-third-darkest { border-right-color: #000000 !important; }
          .bsx-owl-arrow-third-darkest .owl-next, .bsx-owl-arrow-third-darkest .owl-prev { color: #000000 !important; }
        
          .bsx-text-third-light { color: #515861 !important; }
          .bsx-text-before-third-light:before { color: #515861 !important; }
          .bsx-text-after-third-light:after { color: #515861 !important; }
          .bsx-text-hover-third-light:hover { color: #515861 !important; }
          .bsx-text-active-third-light.active { color: #515861 !important; }
          .bsx-text-focus-third-light:focus { color: #515861 !important; }
          .bsx-text-stroke-third-light { -webkit-text-stroke-color: #515861 !important; text-stroke-color: #515861 !important; }
          .bsx-bg-third-light { background-color: #515861 !important; }
          .bsx-bg-active-third-light:active, .bsx-bg-active-third-light.active { background-color: #515861 !important; }
          .bsx-bg-hover-third-light:hover { background-color: #515861 !important; }
          .bsx-bg-before-third-light:before { background-color: #515861 !important; }
          .bsx-bg-after-third-light:after { background-color: #515861 !important; }
          .bsx-fill-third-light { fill: #515861 !important; }
          .bsx-border-third-light { border-color: #515861 !important; }
          .bsx-border-hover-third-light:hover { border-color: #515861 !important; }
          .bsx-border-before-third-light:before { border-color: #515861 !important; }
          .bsx-border-after-third-light:after { border-color: #515861 !important; }
          .bsx-border-t-third-light { border-top-color: #515861 !important; }
          .bsx-border-l-third-light { border-left-color: #515861 !important; }
          .bsx-border-b-third-light { border-bottom-color: #515861 !important; }
          .bsx-border-r-third-light { border-right-color: #515861 !important; }
          .bsx-owl-arrow-third-light .owl-next, .bsx-owl-arrow-third-light .owl-prev { color: #515861 !important; }
        
          .bsx-text-third-lighten { color: #6b727b !important; }
          .bsx-text-before-third-lighten:before { color: #6b727b !important; }
          .bsx-text-after-third-lighten:after { color: #6b727b !important; }
          .bsx-text-hover-third-lighten:hover { color: #6b727b !important; }
          .bsx-text-active-third-lighten.active { color: #6b727b !important; }
          .bsx-text-focus-third-lighten:focus { color: #6b727b !important; }
          .bsx-text-stroke-third-lighten { -webkit-text-stroke-color: #6b727b !important; text-stroke-color: #6b727b !important; }
          .bsx-bg-third-lighten { background-color: #6b727b !important; }
          .bsx-bg-active-third-lighten:active, .bsx-bg-active-third-lighten.active { background-color: #6b727b !important; }
          .bsx-bg-hover-third-lighten:hover { background-color: #6b727b !important; }
          .bsx-bg-before-third-lighten:before { background-color: #6b727b !important; }
          .bsx-bg-after-third-lighten:after { background-color: #6b727b !important; }
          .bsx-fill-third-lighten { fill: #6b727b !important; }
          .bsx-border-third-lighten { border-color: #6b727b !important; }
          .bsx-border-hover-third-lighten:hover { border-color: #6b727b !important; }
          .bsx-border-before-third-lighten:before { border-color: #6b727b !important; }
          .bsx-border-after-third-lighten:after { border-color: #6b727b !important; }
          .bsx-border-t-third-lighten { border-top-color: #6b727b !important; }
          .bsx-border-l-third-lighten { border-left-color: #6b727b !important; }
          .bsx-border-b-third-lighten { border-bottom-color: #6b727b !important; }
          .bsx-border-r-third-lighten { border-right-color: #6b727b !important; }
          .bsx-owl-arrow-third-lighten .owl-next, .bsx-owl-arrow-third-lighten .owl-prev { color: #6b727b !important; }
        
          .bsx-text-third-lightest { color: #848b94 !important; }
          .bsx-text-before-third-lightest:before { color: #848b94 !important; }
          .bsx-text-after-third-lightest:after { color: #848b94 !important; }
          .bsx-text-hover-third-lightest:hover { color: #848b94 !important; }
          .bsx-text-active-third-lightest.active { color: #848b94 !important; }
          .bsx-text-focus-third-lightest:focus { color: #848b94 !important; }
          .bsx-text-stroke-third-lightest { -webkit-text-stroke-color: #848b94 !important; text-stroke-color: #848b94 !important; }
          .bsx-bg-third-lightest { background-color: #848b94 !important; }
          .bsx-bg-active-third-lightest:active, .bsx-bg-active-third-lightest.active { background-color: #848b94 !important; }
          .bsx-bg-hover-third-lightest:hover { background-color: #848b94 !important; }
          .bsx-bg-before-third-lightest:before { background-color: #848b94 !important; }
          .bsx-bg-after-third-lightest:after { background-color: #848b94 !important; }
          .bsx-fill-third-lightest { fill: #848b94 !important; }
          .bsx-border-third-lightest { border-color: #848b94 !important; }
          .bsx-border-hover-third-lightest:hover { border-color: #848b94 !important; }
          .bsx-border-before-third-lightest:before { border-color: #848b94 !important; }
          .bsx-border-after-third-lightest:after { border-color: #848b94 !important; }
          .bsx-border-t-third-lightest { border-top-color: #848b94 !important; }
          .bsx-border-l-third-lightest { border-left-color: #848b94 !important; }
          .bsx-border-b-third-lightest { border-bottom-color: #848b94 !important; }
          .bsx-border-r-third-lightest { border-right-color: #848b94 !important; }
          .bsx-owl-arrow-third-lightest .owl-next, .bsx-owl-arrow-third-lightest .owl-prev { color: #848b94 !important; }
        
          .bsx-text-fourth { color: #e24868 !important; }
          .bsx-text-before-fourth:before { color: #e24868 !important; }
          .bsx-text-after-fourth:after { color: #e24868 !important; }
          .bsx-text-hover-fourth:hover { color: #e24868 !important; }
          .bsx-text-active-fourth.active { color: #e24868 !important; }
          .bsx-text-focus-fourth:focus { color: #e24868 !important; }
          .bsx-text-stroke-fourth { -webkit-text-stroke-color: #e24868 !important; text-stroke-color: #e24868 !important; }
          .bsx-bg-fourth { background-color: #e24868 !important; }
          .bsx-bg-active-fourth:active, .bsx-bg-active-fourth.active { background-color: #e24868 !important; }
          .bsx-bg-hover-fourth:hover { background-color: #e24868 !important; }
          .bsx-bg-before-fourth:before { background-color: #e24868 !important; }
          .bsx-bg-after-fourth:after { background-color: #e24868 !important; }
          .bsx-fill-fourth { fill: #e24868 !important; }
          .bsx-border-fourth { border-color: #e24868 !important; }
          .bsx-border-hover-fourth:hover { border-color: #e24868 !important; }
          .bsx-border-before-fourth:before { border-color: #e24868 !important; }
          .bsx-border-after-fourth:after { border-color: #e24868 !important; }
          .bsx-border-t-fourth { border-top-color: #e24868 !important; }
          .bsx-border-l-fourth { border-left-color: #e24868 !important; }
          .bsx-border-b-fourth { border-bottom-color: #e24868 !important; }
          .bsx-border-r-fourth { border-right-color: #e24868 !important; }
          .bsx-owl-arrow-fourth .owl-next, .bsx-owl-arrow-fourth .owl-prev { color: #e24868 !important; }
        
          .bsx-text-fourth-dark { color: #c82e4e !important; }
          .bsx-text-before-fourth-dark:before { color: #c82e4e !important; }
          .bsx-text-after-fourth-dark:after { color: #c82e4e !important; }
          .bsx-text-hover-fourth-dark:hover { color: #c82e4e !important; }
          .bsx-text-active-fourth-dark.active { color: #c82e4e !important; }
          .bsx-text-focus-fourth-dark:focus { color: #c82e4e !important; }
          .bsx-text-stroke-fourth-dark { -webkit-text-stroke-color: #c82e4e !important; text-stroke-color: #c82e4e !important; }
          .bsx-bg-fourth-dark { background-color: #c82e4e !important; }
          .bsx-bg-active-fourth-dark:active, .bsx-bg-active-fourth-dark.active { background-color: #c82e4e !important; }
          .bsx-bg-hover-fourth-dark:hover { background-color: #c82e4e !important; }
          .bsx-bg-before-fourth-dark:before { background-color: #c82e4e !important; }
          .bsx-bg-after-fourth-dark:after { background-color: #c82e4e !important; }
          .bsx-fill-fourth-dark { fill: #c82e4e !important; }
          .bsx-border-fourth-dark { border-color: #c82e4e !important; }
          .bsx-border-hover-fourth-dark:hover { border-color: #c82e4e !important; }
          .bsx-border-before-fourth-dark:before { border-color: #c82e4e !important; }
          .bsx-border-after-fourth-dark:after { border-color: #c82e4e !important; }
          .bsx-border-t-fourth-dark { border-top-color: #c82e4e !important; }
          .bsx-border-l-fourth-dark { border-left-color: #c82e4e !important; }
          .bsx-border-b-fourth-dark { border-bottom-color: #c82e4e !important; }
          .bsx-border-r-fourth-dark { border-right-color: #c82e4e !important; }
          .bsx-owl-arrow-fourth-dark .owl-next, .bsx-owl-arrow-fourth-dark .owl-prev { color: #c82e4e !important; }
        
          .bsx-text-fourth-darken { color: #af1535 !important; }
          .bsx-text-before-fourth-darken:before { color: #af1535 !important; }
          .bsx-text-after-fourth-darken:after { color: #af1535 !important; }
          .bsx-text-hover-fourth-darken:hover { color: #af1535 !important; }
          .bsx-text-active-fourth-darken.active { color: #af1535 !important; }
          .bsx-text-focus-fourth-darken:focus { color: #af1535 !important; }
          .bsx-text-stroke-fourth-darken { -webkit-text-stroke-color: #af1535 !important; text-stroke-color: #af1535 !important; }
          .bsx-bg-fourth-darken { background-color: #af1535 !important; }
          .bsx-bg-active-fourth-darken:active, .bsx-bg-active-fourth-darken.active { background-color: #af1535 !important; }
          .bsx-bg-hover-fourth-darken:hover { background-color: #af1535 !important; }
          .bsx-bg-before-fourth-darken:before { background-color: #af1535 !important; }
          .bsx-bg-after-fourth-darken:after { background-color: #af1535 !important; }
          .bsx-fill-fourth-darken { fill: #af1535 !important; }
          .bsx-border-fourth-darken { border-color: #af1535 !important; }
          .bsx-border-hover-fourth-darken:hover { border-color: #af1535 !important; }
          .bsx-border-before-fourth-darken:before { border-color: #af1535 !important; }
          .bsx-border-after-fourth-darken:after { border-color: #af1535 !important; }
          .bsx-border-t-fourth-darken { border-top-color: #af1535 !important; }
          .bsx-border-l-fourth-darken { border-left-color: #af1535 !important; }
          .bsx-border-b-fourth-darken { border-bottom-color: #af1535 !important; }
          .bsx-border-r-fourth-darken { border-right-color: #af1535 !important; }
          .bsx-owl-arrow-fourth-darken .owl-next, .bsx-owl-arrow-fourth-darken .owl-prev { color: #af1535 !important; }
        
          .bsx-text-fourth-darkest { color: #95001b !important; }
          .bsx-text-before-fourth-darkest:before { color: #95001b !important; }
          .bsx-text-after-fourth-darkest:after { color: #95001b !important; }
          .bsx-text-hover-fourth-darkest:hover { color: #95001b !important; }
          .bsx-text-active-fourth-darkest.active { color: #95001b !important; }
          .bsx-text-focus-fourth-darkest:focus { color: #95001b !important; }
          .bsx-text-stroke-fourth-darkest { -webkit-text-stroke-color: #95001b !important; text-stroke-color: #95001b !important; }
          .bsx-bg-fourth-darkest { background-color: #95001b !important; }
          .bsx-bg-active-fourth-darkest:active, .bsx-bg-active-fourth-darkest.active { background-color: #95001b !important; }
          .bsx-bg-hover-fourth-darkest:hover { background-color: #95001b !important; }
          .bsx-bg-before-fourth-darkest:before { background-color: #95001b !important; }
          .bsx-bg-after-fourth-darkest:after { background-color: #95001b !important; }
          .bsx-fill-fourth-darkest { fill: #95001b !important; }
          .bsx-border-fourth-darkest { border-color: #95001b !important; }
          .bsx-border-hover-fourth-darkest:hover { border-color: #95001b !important; }
          .bsx-border-before-fourth-darkest:before { border-color: #95001b !important; }
          .bsx-border-after-fourth-darkest:after { border-color: #95001b !important; }
          .bsx-border-t-fourth-darkest { border-top-color: #95001b !important; }
          .bsx-border-l-fourth-darkest { border-left-color: #95001b !important; }
          .bsx-border-b-fourth-darkest { border-bottom-color: #95001b !important; }
          .bsx-border-r-fourth-darkest { border-right-color: #95001b !important; }
          .bsx-owl-arrow-fourth-darkest .owl-next, .bsx-owl-arrow-fourth-darkest .owl-prev { color: #95001b !important; }
        
          .bsx-text-fourth-light { color: #fb6181 !important; }
          .bsx-text-before-fourth-light:before { color: #fb6181 !important; }
          .bsx-text-after-fourth-light:after { color: #fb6181 !important; }
          .bsx-text-hover-fourth-light:hover { color: #fb6181 !important; }
          .bsx-text-active-fourth-light.active { color: #fb6181 !important; }
          .bsx-text-focus-fourth-light:focus { color: #fb6181 !important; }
          .bsx-text-stroke-fourth-light { -webkit-text-stroke-color: #fb6181 !important; text-stroke-color: #fb6181 !important; }
          .bsx-bg-fourth-light { background-color: #fb6181 !important; }
          .bsx-bg-active-fourth-light:active, .bsx-bg-active-fourth-light.active { background-color: #fb6181 !important; }
          .bsx-bg-hover-fourth-light:hover { background-color: #fb6181 !important; }
          .bsx-bg-before-fourth-light:before { background-color: #fb6181 !important; }
          .bsx-bg-after-fourth-light:after { background-color: #fb6181 !important; }
          .bsx-fill-fourth-light { fill: #fb6181 !important; }
          .bsx-border-fourth-light { border-color: #fb6181 !important; }
          .bsx-border-hover-fourth-light:hover { border-color: #fb6181 !important; }
          .bsx-border-before-fourth-light:before { border-color: #fb6181 !important; }
          .bsx-border-after-fourth-light:after { border-color: #fb6181 !important; }
          .bsx-border-t-fourth-light { border-top-color: #fb6181 !important; }
          .bsx-border-l-fourth-light { border-left-color: #fb6181 !important; }
          .bsx-border-b-fourth-light { border-bottom-color: #fb6181 !important; }
          .bsx-border-r-fourth-light { border-right-color: #fb6181 !important; }
          .bsx-owl-arrow-fourth-light .owl-next, .bsx-owl-arrow-fourth-light .owl-prev { color: #fb6181 !important; }
        
          .bsx-text-fourth-lighten { color: #ff7b9b !important; }
          .bsx-text-before-fourth-lighten:before { color: #ff7b9b !important; }
          .bsx-text-after-fourth-lighten:after { color: #ff7b9b !important; }
          .bsx-text-hover-fourth-lighten:hover { color: #ff7b9b !important; }
          .bsx-text-active-fourth-lighten.active { color: #ff7b9b !important; }
          .bsx-text-focus-fourth-lighten:focus { color: #ff7b9b !important; }
          .bsx-text-stroke-fourth-lighten { -webkit-text-stroke-color: #ff7b9b !important; text-stroke-color: #ff7b9b !important; }
          .bsx-bg-fourth-lighten { background-color: #ff7b9b !important; }
          .bsx-bg-active-fourth-lighten:active, .bsx-bg-active-fourth-lighten.active { background-color: #ff7b9b !important; }
          .bsx-bg-hover-fourth-lighten:hover { background-color: #ff7b9b !important; }
          .bsx-bg-before-fourth-lighten:before { background-color: #ff7b9b !important; }
          .bsx-bg-after-fourth-lighten:after { background-color: #ff7b9b !important; }
          .bsx-fill-fourth-lighten { fill: #ff7b9b !important; }
          .bsx-border-fourth-lighten { border-color: #ff7b9b !important; }
          .bsx-border-hover-fourth-lighten:hover { border-color: #ff7b9b !important; }
          .bsx-border-before-fourth-lighten:before { border-color: #ff7b9b !important; }
          .bsx-border-after-fourth-lighten:after { border-color: #ff7b9b !important; }
          .bsx-border-t-fourth-lighten { border-top-color: #ff7b9b !important; }
          .bsx-border-l-fourth-lighten { border-left-color: #ff7b9b !important; }
          .bsx-border-b-fourth-lighten { border-bottom-color: #ff7b9b !important; }
          .bsx-border-r-fourth-lighten { border-right-color: #ff7b9b !important; }
          .bsx-owl-arrow-fourth-lighten .owl-next, .bsx-owl-arrow-fourth-lighten .owl-prev { color: #ff7b9b !important; }
        
          .bsx-text-fourth-lightest { color: #ff94b4 !important; }
          .bsx-text-before-fourth-lightest:before { color: #ff94b4 !important; }
          .bsx-text-after-fourth-lightest:after { color: #ff94b4 !important; }
          .bsx-text-hover-fourth-lightest:hover { color: #ff94b4 !important; }
          .bsx-text-active-fourth-lightest.active { color: #ff94b4 !important; }
          .bsx-text-focus-fourth-lightest:focus { color: #ff94b4 !important; }
          .bsx-text-stroke-fourth-lightest { -webkit-text-stroke-color: #ff94b4 !important; text-stroke-color: #ff94b4 !important; }
          .bsx-bg-fourth-lightest { background-color: #ff94b4 !important; }
          .bsx-bg-active-fourth-lightest:active, .bsx-bg-active-fourth-lightest.active { background-color: #ff94b4 !important; }
          .bsx-bg-hover-fourth-lightest:hover { background-color: #ff94b4 !important; }
          .bsx-bg-before-fourth-lightest:before { background-color: #ff94b4 !important; }
          .bsx-bg-after-fourth-lightest:after { background-color: #ff94b4 !important; }
          .bsx-fill-fourth-lightest { fill: #ff94b4 !important; }
          .bsx-border-fourth-lightest { border-color: #ff94b4 !important; }
          .bsx-border-hover-fourth-lightest:hover { border-color: #ff94b4 !important; }
          .bsx-border-before-fourth-lightest:before { border-color: #ff94b4 !important; }
          .bsx-border-after-fourth-lightest:after { border-color: #ff94b4 !important; }
          .bsx-border-t-fourth-lightest { border-top-color: #ff94b4 !important; }
          .bsx-border-l-fourth-lightest { border-left-color: #ff94b4 !important; }
          .bsx-border-b-fourth-lightest { border-bottom-color: #ff94b4 !important; }
          .bsx-border-r-fourth-lightest { border-right-color: #ff94b4 !important; }
          .bsx-owl-arrow-fourth-lightest .owl-next, .bsx-owl-arrow-fourth-lightest .owl-prev { color: #ff94b4 !important; }
        