@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//heaplight.ae/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.2.5") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
	background-image: none;
}

:root{
--wd-text-font:"Raleway", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Neutral", Arial, Helvetica, sans-serif;
--wd-title-font-weight:400;
--wd-title-color:rgb(0,0,0);
}
:root{
--wd-entities-title-font:"Raleway", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Raleway", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Raleway", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Neutral", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(237,159,70);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:#83b735;
}
:root{
--btn-accented-bgcolor-hover:#74a32f;
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
									--btn-default-brd-radius: 0px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
				--btn-default-box-shadow-active: none;
				--btn-default-bottom: 0px;
			
			
			
					
					
							--btn-accented-bottom-active: -1px;
				--btn-accented-brd-radius: 0px;
				--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
				--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
			
			
					
							
					--wd-brd-radius: 0px;
			}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1192px;
			}
		}

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
@font-face {
	font-family: "Neutral";
	src: url("//heaplight.ae/wp-content/uploads/2024/11/NeutralFaceRegular.woff2") format("woff2"), 
url("//heaplight.ae/wp-content/uploads/2024/11/NeutralFaceRegular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

h1 {
	font-family: Neutral !important;
}

.btn-size-default {
    font-family: 'Neutral';
    font-weight: 400;
    padding: 18px 35px;
    letter-spacing: 1px;
}

.main-img {
		filter: drop-shadow(-50px 60px 5px rgba(0 0 0 / 2%)) drop-shadow(-60px 70px 40px rgba(0 0 0 / 15%));
}

#lightBulb {
    filter: drop-shadow(-50px 60px 5px rgba(0 0 0 / 2%)) drop-shadow(-60px 70px 40px rgba(0 0 0 / 15%));
	  pointer-events: none;
    cursor: default;
	  transition: 0.1s;
}

#lightBulb.on {
    filter: drop-shadow(0px 50px 5px rgba(0 0 0 / 1%)) drop-shadow(0px 40px 70px rgba(0 0 0 / 10%));
}

#icon-1, #icon-2, #icon-3 {
    pointer-events: none;
    cursor: default;
    transition: 0.1s;
    z-index: 2;
    position: relative;
}

div:has(> #icon-1):after, div:has(> #icon-2):after, div:has(> #icon-3):after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
    background: #000;
    filter: blur(50px);
    opacity: 0.05;
    z-index: 1;
}

#building {
    filter: drop-shadow(-50px 60px 5px rgba(0 0 0 / 2%)) drop-shadow(-60px 70px 40px rgba(0 0 0 / 15%));
	  pointer-events: none;
    cursor: default;
	  transition: 0.1s;
}

.bg {
    width: 100vw;
    height: 100vh;
    left: -12vw;
    position: absolute;
}

.bg:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(/wp-content/uploads/2024/11/HomeOverlay4-8.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg.right:after {
    display: none;
}

.cell-col {
    width: 13px;
    height: 100%;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-content: space-between;
}

.cell {
    width: 5px;
    height: 10px;
    background: #e4e4e4;
    animation-name: dataGlow;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0;
}

@keyframes dataGlow {
	0% {opacity: 0;}
	20% {opacity: 1;}
	40% {opacity: 0;}
	100% {opacity: 0;}
}

.cell-col.var-1 {
    left: 2vw;
}

.cell-col.var-2 {
    left: 2.5vw;
}

.cell-col.var-3 {
    left: 3vw;
}

.cell-col.var-4 {
    left: 3.5vw;
}

.cell-col.var-5 {
    left: 4vw;
}

.cell-col.var-6 {
    left: 4.5vw;
}

.cell-col.var-7 {
    left: 5vw;
}

.cell-col.var-8 {
    left: 5.5vw;
}

.cell-col.var-9 {
   left: 6vw;
}

.cell-col.var-10 {
    left: 6.5vw;
}

.cell-col.var-11 {
    left: 7vw;
}

.cell-col.var-12 {
    left: 7.5vw;
}

.cell-col.var-13 {
    left: 8vw;
}

.cell-col.var-14 {
    left: 8.5vw;
}

.cell-col.var-15 {
    left: 9vw;
}

.cell-col.var-16 {
    left: 9.5vw;
}

.cell-col.var-17 {
    left: 10vw;
}

.cell-col.var-18 {
    left: 10.5vw;
}

.cell-col.var-19 {
    left: 11vw;
}

.cell-col.var-20 {
    left: 11.5vw;
}

.cell-col.var-21 {
    left: 12vw;
}

.cell-col.var-22 {
    left: 12.5vw;
}

.cell-col.var-23 {
    left: 13vw;
}

.cell-col.var-24 {
    left: 13.5vw;
}

.cell-col.var-25 {
    left: 14vw;
}

.cell-col.var-26 {
    left: 14.5vw;
}

.cell-col.var-27 {
    left: 15vw;
}

.cell-col.var-28 {
    left: 15.5vw;
}

.cell-col.var-29 {
    left: 16vw;
}

.cell-col.var-30 {
    left: 16.5vw;
}

.cell-col.var-31 {
    left: 17vw;
}

.cell-col.var-32 {
    left: 17.5vw;
}

.cell-col.var-33 {
    left: 18vw;
}

.cell-col.var-34 {
    left: 18.5vw;
}

.cell-col.var-35 {
    left: 19vw;
}

.cell-col.var-36 {
    left: 19.5vw;
}

.cell-col.var-37 {
    left: 20vw;
}

.cell-col.var-38 {
    left: 20.5vw;
}

.cell-col.var-39 {
    left: 21vw;
}

.cell-col.var-40 {
    left: 21.5vw;
}

.cell-col.var-41 {
    left: 22vw;
}

.cell-col.var-42 {
    left: 22.5vw;
}




.bg.right .cell-col.var-1 {
    left: 72vw;
}

.bg.right .cell-col.var-2 {
    left: 72.5vw;
}

.bg.right .cell-col.var-3 {
    left: 73vw;
}

.bg.right .cell-col.var-4 {
    left: 73.5vw;
}

.bg.right .cell-col.var-5 {
    left: 74vw;
}

.bg.right .cell-col.var-6 {
    left: 74.5vw;
}

.bg.right .cell-col.var-7 {
    left: 75vw;
}

.bg.right .cell-col.var-8 {
    left: 75.5vw;
}

.bg.right .cell-col.var-9 {
   left: 76vw;
}

.bg.right .cell-col.var-10 {
    left: 76.5vw;
}

.bg.right .cell-col.var-11 {
    left: 77vw;
}

.bg.right .cell-col.var-12 {
    left: 77.5vw;
}

.bg.right .cell-col.var-13 {
    left: 78vw;
}

.bg.right .cell-col.var-14 {
    left: 78.5vw;
}

.bg.right .cell-col.var-15 {
    left: 79vw;
}

.bg.right .cell-col.var-16 {
    left: 79.5vw;
}

.bg.right .cell-col.var-17 {
    left: 80vw;
}

.bg.right .cell-col.var-18 {
    left: 80.5vw;
}

.bg.right .cell-col.var-19 {
    left: 81vw;
}

.bg.right .cell-col.var-20 {
    left: 81.5vw;
}

.bg.right .cell-col.var-21 {
    left: 82vw;
}

.bg.right .cell-col.var-22 {
    left: 82.5vw;
}

.bg.right .cell-col.var-23 {
    left: 83vw;
}

.bg.right .cell-col.var-24 {
    left: 83.5vw;
}

.bg.right .cell-col.var-25 {
    left: 84vw;
}

.bg.right .cell-col.var-26 {
    left: 84.5vw;
}

.bg.right .cell-col.var-27 {
    left: 85vw;
}

.bg.right .cell-col.var-28 {
    left: 85.5vw;
}

.bg.right .cell-col.var-29 {
    left: 86vw;
}

.bg.right .cell-col.var-30 {
    left: 86.5vw;
}

.bg.right .cell-col.var-31 {
    left: 87vw;
}

.bg.right .cell-col.var-32 {
    left: 87.5vw;
}

.bg.right .cell-col.var-33 {
    left: 88vw;
}

.bg.right .cell-col.var-34 {
    left: 88.5vw;
}

.bg.right .cell-col.var-35 {
    left: 89vw;
}

.bg.right .cell-col.var-36 {
    left: 89.5vw;
}

.bg.right .cell-col.var-37 {
    left: 90vw;
}

.bg.right .cell-col.var-38 {
    left: 90.5vw;
}

.bg.right .cell-col.var-39 {
    left: 91vw;
}

.bg.right .cell-col.var-40 {
    left: 91.5vw;
}

.bg.right .cell-col.var-41 {
    left: 92vw;
}

.bg.right .cell-col.var-42 {
    left: 92.5vw;
}

.bg.right .cell-col.var-43 {
    left: 93vw;
}

.bg.right .cell-col.var-44 {
    left: 93.5vw;
}

.bg.right .cell-col.var-45 {
    left: 94vw;
}

.bg.right .cell-col.var-46 {
    left: 94.5vw;
}

.bg.right .cell-col.var-47 {
    left: 95vw;
}

.bg.right .cell-col.var-48 {
    left: 95.5vw;
}

.bg.right .cell-col.var-49 {
    left: 96vw;
}

.bg.right .cell-col.var-50 {
    left: 96.5vw;
}

.bg.right .cell-col.var-51 {
    left: 97vw;
}

.bg.right .cell-col.var-52 {
    left: 97.5vw;
}

.bg.right .cell-col.var-53 {
    left: 98vw;
}

.bg.right .cell-col.var-54 {
    left: 98.5vw;
}



.cell:nth-child(2) {
    animation-delay: 0.2s;
}

.cell:nth-child(3) {
    animation-delay: 0.4s;
}

.cell:nth-child(4) {
    animation-delay: 0.6s;
}

.cell:nth-child(5) {
    animation-delay: 0.8s;
}

.cell:nth-child(6) {
    animation-delay: 1s;
}

.cell:nth-child(7) {
    animation-delay: 1.2s;
}

.cell:nth-child(8) {
    animation-delay: 1.4s;
}

.cell:nth-child(9) {
    animation-delay: 1.6s;
}

.cell:nth-child(10) {
    animation-delay: 1.8s;
}

.cell:nth-child(11) {
    animation-delay: 2s;
}

.cell:nth-child(12) {
    animation-delay: 2.2s;
}

.cell:nth-child(13) {
    animation-delay: 2.4s;
}

.cell:nth-child(14) {
    animation-delay: 2.6s;
}

.cell:nth-child(15) {
    animation-delay: 2.8s;
}

.cell:nth-child(16) {
    animation-delay: 3s;
}

.cell:nth-child(17) {
    animation-delay: 3.2s;
}

.cell:nth-child(18) {
    animation-delay: 3.4s;
}

.cell:nth-child(19) {
    animation-delay: 3.6s;
}

.cell:nth-child(20) {
    animation-delay: 3.8s;
}

.cell:nth-child(21) {
    animation-delay: 4s;
}

.cell:nth-child(22) {
    animation-delay: 4.2s;
}

.cell:nth-child(23) {
    animation-delay: 4.4s;
}

.cell:nth-child(24) {
    animation-delay: 4.6s;
}

.cell:nth-child(25) {
    animation-delay: 4.8s;
}

.cell:nth-child(26) {
    animation-delay: 5s;
}

.cell:nth-child(27) {
    animation-delay: 5.2s;
}

.cell:nth-child(28) {
    animation-delay: 5.4s;
}

.cell:nth-child(29) {
    animation-delay: 5.6s;
}

.cell:nth-child(30) {
    animation-delay: 5.8s;
}

.cell:nth-child(31) {
    animation-delay: 6s;
}

.cell:nth-child(32) {
    animation-delay: 6.2s;
}

.cell:nth-child(33) {
    animation-delay: 6.4s;
}

.cell:nth-child(34) {
    animation-delay: 6.6s;
}

.cell:nth-child(35) {
    animation-delay: 6.8s;
}

.cell:nth-child(36) {
    animation-delay: 7s;
}

.cell:nth-child(37) {
    animation-delay: 7.2s;
}

.cell:nth-child(38) {
    animation-delay: 7.4s;
}

.cell:nth-child(39) {
    animation-delay: 7.6s;
}

.cell:nth-child(40) {
    animation-delay: 7.8s;
}

.cell:nth-child(41) {
    animation-delay: 8s;
}

.cell:nth-child(42) {
    animation-delay: 8.2s;
}

.cell:nth-child(43) {
    animation-delay: 8.4s;
}

.cell:nth-child(44) {
    animation-delay: 8.6s;
}

.cell:nth-child(45) {
    animation-delay: 8.8s;
}

.cell:nth-child(46) {
    animation-delay: 9s;
}

.cell:nth-child(47) {
    animation-delay: 9.2s;
}

.cell:nth-child(48) {
    animation-delay: 9.4s;
}

.cell:nth-child(49) {
    animation-delay: 9.6s;
}

.cell:nth-child(50) {
    animation-delay: 9.8s;
}

.cell:nth-child(51) {
    animation-delay: 10s;
}

.cell:nth-child(52) {
    animation-delay: 10.2s;
}

.cell:nth-child(53) {
    animation-delay: 10.4s;
}

.cell:nth-child(54) {
    animation-delay: 10.6s;
}

.cell:nth-child(55) {
    animation-delay: 10.8s;
}

.cell:nth-child(56) {
    animation-delay: 11s;
}


.cell-col:nth-child(2n) .cell:nth-child(2) {
    animation-delay: 1.2s;
}

.cell-col:nth-child(2n) .cell:nth-child(3) {
    animation-delay: 1.4s;
}

.cell-col:nth-child(2n) .cell:nth-child(4) {
    animation-delay: 1.6s;
}

.cell-col:nth-child(2n) .cell:nth-child(5) {
    animation-delay: 1.8s;
}

.cell-col:nth-child(2n) .cell:nth-child(6) {
    animation-delay: 2s;
}

.cell-col:nth-child(2n) .cell:nth-child(7) {
    animation-delay: 2.2s;
}

.cell-col:nth-child(2n) .cell:nth-child(8) {
    animation-delay: 2.4s;
}

.cell-col:nth-child(2n) .cell:nth-child(9) {
    animation-delay: 2.6s;
}

.cell-col:nth-child(2n) .cell:nth-child(10) {
    animation-delay: 2.8s;
}

.cell-col:nth-child(2n) .cell:nth-child(11) {
    animation-delay: 3s;
}

.cell-col:nth-child(2n) .cell:nth-child(12) {
    animation-delay: 3.2s;
}

.cell-col:nth-child(2n) .cell:nth-child(13) {
    animation-delay: 3.4s;
}

.cell-col:nth-child(2n) .cell:nth-child(14) {
    animation-delay: 3.6s;
}

.cell-col:nth-child(2n) .cell:nth-child(15) {
    animation-delay: 3.8s;
}

.cell-col:nth-child(2n) .cell:nth-child(16) {
    animation-delay: 4s;
}

.cell-col:nth-child(2n) .cell:nth-child(17) {
    animation-delay: 4.2s;
}

.cell-col:nth-child(2n) .cell:nth-child(18) {
    animation-delay: 4.4s;
}

.cell-col:nth-child(2n) .cell:nth-child(19) {
    animation-delay: 4.6s;
}

.cell-col:nth-child(2n) .cell:nth-child(20) {
    animation-delay: 4.8s;
}

.cell-col:nth-child(2n) .cell:nth-child(21) {
    animation-delay: 5s;
}

.cell-col:nth-child(2n) .cell:nth-child(22) {
    animation-delay: 5.2s;
}

.cell-col:nth-child(2n) .cell:nth-child(23) {
    animation-delay: 5.4s;
}

.cell-col:nth-child(2n) .cell:nth-child(24) {
    animation-delay: 5.6s;
}

.cell-col:nth-child(2n) .cell:nth-child(25) {
    animation-delay: 5.8s;
}

.cell-col:nth-child(2n) .cell:nth-child(26) {
    animation-delay: 6s;
}

.cell-col:nth-child(2n) .cell:nth-child(27) {
    animation-delay: 6.2s;
}

.cell-col:nth-child(2n) .cell:nth-child(28) {
    animation-delay: 6.4s;
}

.cell-col:nth-child(2n) .cell:nth-child(29) {
    animation-delay: 6.6s;
}

.cell-col:nth-child(2n) .cell:nth-child(29) {
    animation-delay: 6.8s;
}

.cell-col:nth-child(2n) .cell:nth-child(30) {
    animation-delay: 7s;
}

.cell-col:nth-child(2n) .cell:nth-child(31) {
    animation-delay: 7.2s;
}

.cell-col:nth-child(2n) .cell:nth-child(32) {
    animation-delay: 7.4s;
}

.cell-col:nth-child(2n) .cell:nth-child(33) {
    animation-delay: 7.6s;
}

.cell-col:nth-child(2n) .cell:nth-child(34) {
    animation-delay: 7.8s;
}

.cell-col:nth-child(2n) .cell:nth-child(35) {
    animation-delay: 8s;
}

.cell-col:nth-child(2n) .cell:nth-child(36) {
    animation-delay: 8.2s;
}

.cell-col:nth-child(2n) .cell:nth-child(37) {
    animation-delay: 8.4s;
}

.cell-col:nth-child(2n) .cell:nth-child(38) {
    animation-delay: 8.6s;
}

.cell-col:nth-child(2n) .cell:nth-child(39) {
    animation-delay: 8.8s;
}

.cell-col:nth-child(2n) .cell:nth-child(40) {
    animation-delay: 9s;
}

.cell-col:nth-child(2n) .cell:nth-child(41) {
    animation-delay: 9.2s;
}

.cell-col:nth-child(2n) .cell:nth-child(42) {
    animation-delay: 9.4s;
}

.cell-col:nth-child(2n) .cell:nth-child(43) {
    animation-delay: 9.6s;
}

.cell-col:nth-child(2n) .cell:nth-child(44) {
    animation-delay: 9.8s;
}

.cell-col:nth-child(2n) .cell:nth-child(45) {
    animation-delay: 10s;
}

.cell-col:nth-child(2n) .cell:nth-child(46) {
    animation-delay: 10.2s;
}

.cell-col:nth-child(2n) .cell:nth-child(47) {
    animation-delay: 10.4s;
}

.cell-col:nth-child(2n) .cell:nth-child(48) {
    animation-delay: 10.6s;
}

.cell-col:nth-child(2n) .cell:nth-child(49) {
    animation-delay: 10.8s;
}

.cell-col:nth-child(2n) .cell:nth-child(50) {
    animation-delay: 11s;
}

.cell-col:nth-child(2n) .cell:nth-child(51) {
    animation-delay: 11.2s;
}

.cell-col:nth-child(2n) .cell:nth-child(52) {
    animation-delay: 11.4s;
}

.cell-col:nth-child(2n) .cell:nth-child(53) {
    animation-delay: 11.6s;
}

.cell-col:nth-child(2n) .cell:nth-child(54) {
    animation-delay: 11.8s;
}

.cell-col:nth-child(2n) .cell:nth-child(55) {
    animation-delay: 12s;
}

.cell-col:nth-child(2n) .cell:nth-child(56) {
    animation-delay: 12.2s;
}



.cell-col:nth-child(3n) .cell:nth-child(2) {
    animation-delay: 2.2s;
}

.cell-col:nth-child(3n) .cell:nth-child(3) {
    animation-delay: 2.4s;
}

.cell-col:nth-child(3n) .cell:nth-child(4) {
    animation-delay: 2.6s;
}

.cell-col:nth-child(3n) .cell:nth-child(5) {
    animation-delay: 2.8s;
}

.cell-col:nth-child(3n) .cell:nth-child(6) {
    animation-delay: 3s;
}

.cell-col:nth-child(3n) .cell:nth-child(7) {
    animation-delay: 3.2s;
}

.cell-col:nth-child(3n) .cell:nth-child(8) {
    animation-delay: 3.4s;
}

.cell-col:nth-child(3n) .cell:nth-child(9) {
    animation-delay: 3.6s;
}

.cell-col:nth-child(3n) .cell:nth-child(10) {
    animation-delay: 3.8s;
}

.cell-col:nth-child(3n) .cell:nth-child(11) {
    animation-delay: 4s;
}

.cell-col:nth-child(3n) .cell:nth-child(12) {
    animation-delay: 4.2s;
}

.cell-col:nth-child(3n) .cell:nth-child(13) {
    animation-delay: 4.4s;
}

.cell-col:nth-child(3n) .cell:nth-child(14) {
    animation-delay: 4.6s;
}

.cell-col:nth-child(3n) .cell:nth-child(15) {
    animation-delay: 4.8s;
}

.cell-col:nth-child(3n) .cell:nth-child(16) {
    animation-delay: 5s;
}

.cell-col:nth-child(3n) .cell:nth-child(17) {
    animation-delay: 5.2s;
}

.cell-col:nth-child(3n) .cell:nth-child(18) {
    animation-delay: 5.4s;
}

.cell-col:nth-child(3n) .cell:nth-child(19) {
    animation-delay: 5.6s;
}

.cell-col:nth-child(3n) .cell:nth-child(20) {
    animation-delay: 5.8s;
}

.cell-col:nth-child(3n) .cell:nth-child(21) {
    animation-delay: 6s;
}

.cell-col:nth-child(3n) .cell:nth-child(22) {
    animation-delay: 6.2s;
}

.cell-col:nth-child(3n) .cell:nth-child(23) {
    animation-delay: 6.4s;
}

.cell-col:nth-child(3n) .cell:nth-child(24) {
    animation-delay: 6.6s;
}

.cell-col:nth-child(3n) .cell:nth-child(25) {
    animation-delay: 6.8s;
}

.cell-col:nth-child(3n) .cell:nth-child(26) {
    animation-delay: 7s;
}

.cell-col:nth-child(3n) .cell:nth-child(27) {
    animation-delay: 7.2s;
}

.cell-col:nth-child(3n) .cell:nth-child(28) {
    animation-delay: 7.4s;
}

.cell-col:nth-child(3n) .cell:nth-child(29) {
    animation-delay: 7.6s;
}

.cell-col:nth-child(3n) .cell:nth-child(29) {
    animation-delay: 7.8s;
}

.cell-col:nth-child(3n) .cell:nth-child(30) {
    animation-delay: 8s;
}

.cell-col:nth-child(3n) .cell:nth-child(31) {
    animation-delay: 8.2s;
}

.cell-col:nth-child(3n) .cell:nth-child(32) {
    animation-delay: 8.4s;
}

.cell-col:nth-child(3n) .cell:nth-child(33) {
    animation-delay: 8.6s;
}

.cell-col:nth-child(3n) .cell:nth-child(34) {
    animation-delay: 8.8s;
}

.cell-col:nth-child(3n) .cell:nth-child(35) {
    animation-delay: 9s;
}

.cell-col:nth-child(3n) .cell:nth-child(36) {
    animation-delay: 9.2s;
}

.cell-col:nth-child(3n) .cell:nth-child(37) {
    animation-delay: 9.4s;
}

.cell-col:nth-child(3n) .cell:nth-child(38) {
    animation-delay: 9.6s;
}

.cell-col:nth-child(3n) .cell:nth-child(39) {
    animation-delay: 9.8s;
}

.cell-col:nth-child(3n) .cell:nth-child(40) {
    animation-delay: 10s;
}

.cell-col:nth-child(3n) .cell:nth-child(41) {
    animation-delay: 10.2s;
}

.cell-col:nth-child(3n) .cell:nth-child(42) {
    animation-delay: 10.4s;
}

.cell-col:nth-child(3n) .cell:nth-child(43) {
    animation-delay: 10.6s;
}

.cell-col:nth-child(3n) .cell:nth-child(44) {
    animation-delay: 10.8s;
}

.cell-col:nth-child(3n) .cell:nth-child(45) {
    animation-delay: 11s;
}

.cell-col:nth-child(3n) .cell:nth-child(46) {
    animation-delay: 11.2s;
}

.cell-col:nth-child(3n) .cell:nth-child(47) {
    animation-delay: 11.4s;
}

.cell-col:nth-child(3n) .cell:nth-child(48) {
    animation-delay: 11.6s;
}

.cell-col:nth-child(3n) .cell:nth-child(49) {
    animation-delay: 11.8s;
}

.cell-col:nth-child(3n) .cell:nth-child(50) {
    animation-delay: 12s;
}

.cell-col:nth-child(3n) .cell:nth-child(51) {
    animation-delay: 12.2s;
}

.cell-col:nth-child(3n) .cell:nth-child(52) {
    animation-delay: 12.4s;
}

.cell-col:nth-child(3n) .cell:nth-child(53) {
    animation-delay: 12.6s;
}

.cell-col:nth-child(3n) .cell:nth-child(54) {
    animation-delay: 12.8s;
}

.cell-col:nth-child(3n) .cell:nth-child(55) {
    animation-delay: 13s;
}

.cell-col:nth-child(3n) .cell:nth-child(56) {
    animation-delay: 13.2s;
}



.elementor-widget-slider_revolution {
    z-index: 2;
    margin-top: -25px;
}

#lightBulbScreen .grey .wd-text-block {
    color: #1f1f1f !important;
}

#lightBulbScreen.on .grey .wd-text-block {
    color: #828282 !important;
}

.grey .wd-text-block {
    color: #828282;
}

.grey .wd-text-block em {
    color: #1f1f1f;
}


.card {
		overflow: hidden;
}

.card .elementor-widget-divider {
    width: 200% !important;
    max-width: 200% !important;
    min-width: 200% !important;
    left: -50% !important;
}

.btn-size-large {
    font-family: 'Neutral';
    font-weight: 400;
    padding: 20px 45px;
    letter-spacing: 1px;
    font-size: 15px;
}

.site-content {
    margin-bottom: 0px !important;
}

.wd-prefooter {
    padding-bottom: 0px !important;
}

footer {
    z-index: 99;
    position: relative;
}

#lightBulbScreen {
    box-shadow: inset 0px 0px 50px 0px rgba(0 0 0 / 10%);
}

body > b, body > br, body > text {
    display: none;
}

.wd-tools-icon {
    width: 52px !important;
    height: 52px !important;
    border-radius: 5px !important;
    border: 1px solid #cbcbcb !important;
}

.popmake h3 {
    text-align: center;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
    border: none;
    background: #f4f4f4;
    border-radius: 5px;
    height: 65px;
    padding: 20px;
	  font-weight: 500;
}

.wpcf7-submit {
    font-family: 'Neutral';
    font-weight: 400;
    padding: 24px 35px;
    letter-spacing: 1px;
    width: 100%;
    color: #fff;
    background: var(--wd-primary-color);
    border-radius: 5px;
}@media (max-width: 576px) {
	#icon-1, #icon-2, #icon-3 {
    margin-left: -75px;
    transform: scale(0.8);
    margin-top: -95px;
    margin-bottom: -100px;
}
}

