/* roboto-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); 
  }
  
  /* roboto-500 - latin */
  
  @font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2');
  }
  /* roboto-700 - latin */
  @font-face {
	font-display: swap; 
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'); 
  }
  
  
  @font-face {
	font-family: 'Metropolis';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/metropolis.regular.otf') format('opentype');
	
  }
  
  @font-face {
	font-family: 'Metropolis thin';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/metropolis.thin.otf') format('opentype');
	
  }
  
  @font-face {
	font-family: 'Metropolis medium';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/metropolis.medium.otf') format('opentype');
	
  }

  .body{
	position:relative;
	}
	.popupbox {
		    position: fixed;
    background-color: #f9f9f9;
    z-index: 999;
    width: 90%;
    max-width: 320px;
    border-radius: 18px;
    right: 50%;
    transform: translateX(50%);
    font-family: 'Roboto', sans-serif;
    padding: 20px;
    top: -300px;
    opacity: 0;
    transition: all 0.5s 
ease;
    border-color: #c6c6c6;
    border-width: 2px;
    box-shadow: 0px 0px 20px -15px #000000;
	}
	
	.popupboxvisible {
		top: 100px;
		opacity: 1;
	}
	
	.closebutton {
	   
		position: absolute;
		right: 7px;
		top: 8px;
		cursor: pointer;
		border-radius: 5px;
		padding: 5px;
		transition: all 0.3s ease;
	}
	
	.closebutton:hover {
		background-color: #1CA3F0;
		top: 14px;
		stroke:#FFF;
		fill:#fff;
	}
	
	.emailinput {
		width: calc(100% - 20px);
    font-size: 16px;
    border-radius: 18px;
    height: 36px;
    border: solid 0.5px #b3b3b3;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
	}

	.enrollbutton {
		background-color: #ffffff;
		text-align: center;
		margin-top: 12px;
		padding: 10px;
		border-radius: 35px;
		color: #000000;
		cursor: pointer;
		font-family: 'Metropolis thin';
		font-size: 18px;
	    border: solid;
    border-color: #dedede;
    border-width: 2px;
    box-shadow: 0px 0px 20px -15px #555555;
	}

	.popupheader {
	   
		font-size: 18px;
		font-family: 'Metropolis medium';
	}
	
	.popuptext {
		font-weight: 300;
		font-size: 14px;
		line-height: 1.5;
		font-family: 'Metropolis';
	}
	
	.message {
		font-size: 11px;
		background-color: #ff000029;
		color: red;
		padding: 5px;
		border-radius: 5px;
		margin-top: 6px;
		text-align: center;
		line-height: 1;
	}



  html, body {
    height: 100%;
    margin: 0;
}


  html{
	  height: 100%;
	  overflow-x: hidden;
  width: 100%;
  }
  body {
	  margin: 0;
	  width: 100%;
	  overflow-x: hidden;
	  font-family: 'Metropolis';
	  color: #000427;
	  line-height: 1;
	  font-size: 12px;
	  font-weight: 400;
	  letter-spacing: -0.01em;
  }
  

.footerspacing{
	font-family: 'Metropolis' !important;
	color: #000427;
}
  .thumbcontainer {
    width: 100%;
    display: flex
;
    gap: 10px;
    background-color: #00000000;
    z-index: 99;
    position: relative;
}
.thumbcolumn {
	width: 100%;
    display: flex;
    gap: 10px;
    background-color: #00000000;
    z-index: 99;
    position: relative;
    flex-direction: column;
}


.thumbcontainer-hero {
    width: calc(100% + 100px);
    display: flex;
    gap: 10px;
    margin-left: -80px;
    background-color: #00000000;
    padding: 34px;
    border-radius: 50px;
    z-index: 99;
    position: relative;
    backdrop-filter: blur(9px);
    margin-bottom: 30px;
    box-shadow: 0px 0px 16px 0px #00000042;
}


  .grey{
	  background-color: #ebebeb;
  }
  
  
  .header{
	  background-color: #ffffffeb;
	  color: #000;   
	   padding-top: 8px;
	  padding-bottom: 12px;
	  width: 100%;
	  position: fixed;
	  top: 0px;
	  z-index: 99;
	
	  backdrop-filter: blur(10px);
	  box-shadow: 0px 0px 10px -4px #00000047
  }
  
  .topmenuposition{
	  position: absolute;
	  right: 0px;
	  padding: 10px;
	  cursor: pointer;
	  display: flex;
	  flex-direction: row;
	  gap: 30px;
  }
  
  .loginbtn a:link, .navigation-div a:visited {
	color: #000;
  }
  .loginbtn a:-webkit-any-link {
	color: #000;
  }
  .loginbtn a:-any-link {
	color: #000;
  }
  .loginbtn a:visited {
  color: #000;
  }
  .signupbutton a:visited {
  color: #000000;
  }
  
  
  .footermenu a:link, .navigation-div a:visited{
  color: #000;
  }
  
  .footermenu a:-webkit-any-link{
  color: #000;
  }
  .footermenu a:-any-link{
  color: #000;
  }
  .footermenu a:visited {
  color: #000;
  }
  
  
  .sectionpadding{
	  
  }
  
  .container{
	  margin-left: auto;
	  margin-right: auto;
	  max-width: 1024px;
	  padding-left: 20px;
	  padding-right: 20px;
	  
  }
  
  .containerfixed{
	  max-width: 1000px;
	  margin-left: auto;
	  margin-right: auto;
  }
  
  .vbackground {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100vw;
	  height: 100vh;
	  background: linear-gradient(
		  135deg,
		  #87CEEB 0%,  /* Sky blue */
		  #4682B4 25%, /* Steel blue */
		  #D3D3D3 50%, /* Light gray (cloudy) */
		  #ff00f2 75%, /* Golden yellow (sun) */
		  #778899 100% /* Slate gray (stormy) */
	  );
	  z-index: -1;
	  animation: weatherShift 15s ease infinite;
  }
  
  /* Optional animation for a subtle weather-like flow */
  @keyframes weatherShift {
	  0% { background-position: 0% 50%; }
	  50% { background-position: 100% 50%; }
	  100% { background-position: 0% 50%; }
  }
  
  
  
  
  .containerpadding{
	  padding-top:25px;	
	  padding-bottom:25px;
	  position: relative;
	  padding-left: 150px;
		  padding-right: 150px;
		  overflow: hidden;
  }
  
  .containerpaddinglarge{
	  padding-top:170px;
	  padding-bottom:170px;
  }
  .weatherwizztitle{
	  font-size: 24px;
	  
  
		margin-left: 8px;
		margin-top: 2px;
	
  
  }
  
  .checkout-container{
	margin-top: 20px;
	margin-bottom: 50px;
  }
  
  .signuptextheader{
	  font-size: 45px;
	  line-height: 1;
	  font-family: 'Metropolis';
	  color: #000427;
	  padding-bottom: 20px;
	
  }
  
  .columnfull{
	  width: 100%;
	  max-width:1000px;
	  padding: 25px;
  }
  .column{
    width: 50%;

   
    display: flex
;
    flex-direction: column;
    justify-content: center;
  }
  .columnleft{
	  width: 50%;
	  max-width:500px;
	  padding: 25px 25px 25px 0px;
	  position: relative;
  }
  
  .columnright{
	  width: 50%;
	  max-width:500px;
	  padding: 25px 0px 25px 25px;	
	  position:relative;
  }
  
  .verticalcenter{
		margin: 0;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
  }
  
  .darkbg{
	  background-color:#0000009C;
	  border-radius: 5px;
	  padding: 20px;
  }
  
  .darkbg2{
	  background-color: #0000009C;
	  border-radius: 5px;
	  padding: 20px;
	  margin-left: 150px;
	  margin-right: 150px;
  }
  
  
  .slidheader{
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .slidheader-center{
	display: flex    ;
		flex-direction: row;
		gap: 5px;
		align-content: center;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap; 
}

  .textheader {
	 
	 
	  padding-bottom: 20px;
		text-align: center;
	  display: flex;
	  width: fit-content;
	  margin-left: auto;
	  margin-right: auto;
	  font-size: 28px;
	  line-height: 1.14286;
	  font-weight: 400;
	  letter-spacing: .007em;
	  font-family: 'Metropolis';
	  color: #000427;
	 
  }
  
  .textheaderleft{
	  
	  display:flex;
	  font-size: 28px;
	  line-height: 1.14286;
	  font-weight: 400;
	  letter-spacing: .007em;
	  font-family: 'Metropolis';
	  color: #000427;
  }
  
  .faqtextheader{
	  font-size: 35px;
	  line-height: 1;
	  font-family: 'Roboto', serif;
	  color:#000;
	  padding-bottom: 20px;
	  font-weight: 600;
	  display:flex;
	  width: fit-content;
  }
  
  
  
  .textheaderleftalt{
	  font-size: 35px;
	  line-height: 1;
	  font-family: 'Roboto', serif;
	  color:#000;
	  font-weight: 600;
	  display:flex;
	  width: fit-content;
  }
  .textsubheaderleftalt{
	  font-size: 18px;
	  line-height: 1;
	  font-family: 'Roboto', serif;
	  color:#000;
	  display:flex;
	  width: fit-content;
  }
  .your{
	  color:#FFF;
	  background-color:#1CA3F0;
	  border-radius:5px;
	  padding: 8px;
  height: 30px;
  width: fit-content;
  }
  .padd{
  padding: 8px;
  
  }
  
  .subtitlecontainer
  {
	  margin-bottom: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Metropolis regular';
	color: #000427;
  }
  
  .faqsubtitlecontainer
  {
  max-width: 800px;
   padding:5px;
  }
  
  .subtitlecontainerleft
  {
	  margin-top: 30px;
  }
  
  .liststyle{
	font-family: 'Metropolis';
	color: #000427;
	  font-size: 14px;
	  line-height: 1.4;
  }
  .subheadertext{
  
	  
	  margin-top: 6px;
	  font-size: 16px;
	  line-height: 1.19048;
	
	  letter-spacing: .011em;
	  font-family: 'Metropolis';
	  color: #000427;
		line-height: 1.8;
  }
  
  .subheadertext-small{
  
	  
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.19048;
	font-weight: 400;
	letter-spacing: .011em;
	font-family: 'Metropolis';
	color: #000427;
	  line-height: 1.8;
}


  .subheadertextsmall{
	  font-size: 14px;
	  font-family: 'Roboto', sans-serif;
	  color:#FFF;
	  line-height: 1.6;
  }
  
  .subheadertextmedium{
	  font-size: 18px;
	  font-family: 'Roboto', sans-serif;
	  color:#FFF;
	  line-height: 1.6;
  }
  
  
  
  .subheadertextsmall a:link, .subheadertextsmall a:visited {
	  color:#000000;
  }
  
  .minitextheaderblack{
	  font-size: 15px;
	  line-height: 1;
	  font-family: 'Metropolis';
	  color: #000427;
	  padding-bottom: 20px;
	
	  margin-top: 25px;
	  margin-left: 5px;
  }
  .textheaderblack{
	  font-size: 35px;
	  line-height: 1;
	  font-family: 'Metropolis';
	  color: #000427;
	  padding-bottom: 20px;
	
  }
  .textheaderblacksmall{
	  font-size: 30px;
	  line-height: 1;
	  font-family: 'Metropolis';
	  color: #000427;
	  padding-bottom: 20px;
	
  }
  .center{
	  text-align:center;
  }
  .subheadertextblack{
	  font-size: 16px;
	  font-family: 'Metropolis';
	  color: #000427;
	  line-height: 1.6;
	  
  }
  
  
  .subheadertextblack2{
	  font-size: 22px;
	  font-family: 'Metropolis';
	  color: #000427;
	  line-height: 1.6;
	  margin-bottom: 20px;
	  font-weight: 600;
  }
  
  .subheadertextblackmedium{
	  font-size: 26px;
	  font-family: 'Metropolis';
	  color: #000427;
	  line-height: 1.6;
	  margin-bottom: 20px;
	  font-weight: 800;
  }
  
  .signupdisclaimertextblack{
	  font-size: 20px;
	  font-family: 'Roboto', sans-serif;
	  color:#000;
	  line-height: 1;
	  margin-bottom: 20px;
	  font-weight: 400;
  }
  .signupdisclaimertextblacksmall{
	  font-size: 14px;
	  font-family: 'Metropolis';
	  color: #000427;
	  line-height: 1;
	  margin-bottom: 20px;
  }
  
  
  
  .pricing{
		  padding: 20px;
	  display:flex; 
  
  }
  
  
  .signupbutton{
    background-color: #ffffff;
    color: #fff;
    font-size: 22px;
    padding: 20px 40px 20px 40px;
    text-align: center;
    border-radius: 40px;
    font-family: Metropolis;
    font-weight: 500;
    cursor: pointer;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    border: solid;
    border-color: #dedede;
    border-width: 2px;
    box-shadow: 0px 0px 20px -15px #555555;
  }
  
  .signupbutton:hover{
	  background-color: #5cd4f0;
  }
  
  .signupbutton a:link, .navigation-div a:visited {
	  color:#000000;
  }
  .signupbutton a:-webkit-any-link{
  color: #080808;
  
  }
  
  .planbox{
	  background-color: #f7f7f7;
	  border-radius: 18px;
	  margin-left: auto;
	  margin-right: auto;
	  box-shadow: 0px 0px 3px 1px #0000005e;
	  margin-top: 30px;
	  display: block;
	  width: 750px;
	  overflow: hidden;
  }
  
  .planinnerheader{
	  background-color: #bdbdbd;
	  color:#FFF;
	  font-size: 35px;
	  line-height: 1;
	  text-align: center;
	  font-family: 'Khula', sans-serif;
	  padding: 20px;
	  border-radius: 5px 5px 0px 0px;
  }
  
  
  .wwfeatureitem{
	  display:flex;
	  margin: 5px;
		  height: fit-content;
	  box-shadow: 0px 0px 3px 0px #00000054;
	  padding: 12px 10px 10px 10px;
	  border-radius: 18px;
		  min-width: fit-content;
  }
  
  
  .featureitem{
	  display:flex;
	  margin: 5px;
		  height: fit-content;
  }
  .featureitemextended{
	  display: flex
  ;
	  flex-direction: row;
	  flex-wrap: nowrap;
	  justify-content: center;
	  align-items: center;
	  font-family: 'Metropolis';
	  color: #000427;
  }
  
  a:link {
	text-decoration: none;
  }
  
  .featureitemextendedwhite{
	  display:block;
	  margin: 5px;
	  margin-bottom: 10px;
  }
  
  .featureitemtextalt a:link, .navigation-div a:visited {
	color: #000000;
  }
  .featureitemtextalt{
	  margin-left:5px;
	  font-size:18px;
	  font-family: 'Roboto', sans-serif;
		font-weight: 400;
  }
  
  .featureitemtext{
	  margin-left:5px;
	  font-size:16px;
	  font-family: 'Metropolis';
	  color: #000427;
		font-weight: 400;
	  display:flex;
  }
  .featureitemtext a:link, .navigation-div a:visited {
	color: #000;
  }
  
  .featureitemtextwhite{
	  color:#FFF;
	  margin-left:5px;
	  font-size:18px;
	  font-family: 'Roboto', sans-serif;
		font-weight: 400;
  }
  .plancolumnleft{
	  width: 50%;
	  max-width:500px;
	  padding: 25px;
	  position: relative;
  }
  
  .plancolumnright{
	  width: 50%;
	  padding: 25px;	
	  position:relative;
  }
  
  .backgroundcoloralt{
	  background-color:#829BA9;
  }
  
  .sampleimage{
  border-radius:5px;
  margin-bottom: 30px;
  }
  
  .columnrightimages{
	  width: 50%;
	  max-width:500px;
	  padding: 0px 0px 25px 25px;	
	  
  }
  
  .scrollable{
	  height:calc(100% - 200px);
	  overflow-y:auto;
	  margin-bottom:200px;
  }
  
  .footer{
  background-color: #F4F4F4;
	height: 140px;
  
	overflow: hidden;
  
	  bottom: 0pt;
	  margin: 0 auto auto;
	  margin-top: auto;
	
  }
  
  
  
  
  
  .footermenucontainer{
	  display:flex
  }
  .footermenu{
	  padding:10px;
  }
  
  .footerspacing{
	  padding:10px;
	  font-size:14px;
	  font-family: 'Roboto', sans-serif;
	  	          display: flex;
        flex-direction: column;
        gap: 5px;

  }
  
  
  .maintenancecontainerpadding{
  margin-top: 170px;
  margin-bottom: 170px;
  }
  
  .columncontainer{
  box-shadow: 0px 0px 2px 1px #EEE;
	  border-radius: 20px;
	  padding: 20px 50px 20px 50px;
	  margin-top: 70px;
	  background-color: #fbfbfb;
	  display:flex;
  }
  
  .stickyfooter{
	  background-color: #f4f4f4;
	  height: 100px;
	  font-family: roboto,sans-serif;
	  position: absolute;
	  bottom: 0;
	  width: 100%;
  }
  
  .sideimges{
		display: flex;

  }


  .centerimage{
  display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;

  }
  .centerimagesmall{
  display: block;
	  width:100%;
	margin-left: auto;
	margin-right: auto;
   
	  border-radius: 5px;
  max-width: 1400px;
  }
  
  .centerimagesmallright{
  display: block;
	  width:100%;
	margin-left: auto;
	margin-right: auto;
	  border-radius: 5px;
  
  }
  
  .centerimage_cta{
  display: block;
	  width:100%;
	margin-left: auto;
	margin-right: auto;
	  border-radius: 5px;
  
  }
  
  .centerimagesmall60{
  display: block;
	  width:100%;
	margin-left: auto;
	margin-right: auto;
	  border-radius: 5px;
  
  }
  
  .flex{
  display:flex;
  }
  
  .columnpadding{
  padding: 0px 0px 0px 50px;
  }
  
  .columnpaddingright{
  padding: 0px 0px 0px 50px;
  }
  
  .columnpadding3{
  padding: 20px;
  
	border-radius: 10px;
  margin:10px;
  transition: all .5s;
  background-color: #f5f5f5;
  width:50%;
  
  }
  
  .innersection_cta{
	  padding-top: 150px;
	  padding-bottom: 150px;
	  padding-left: 150px;
	  padding-right: 150px;
  }
  
  .innersection{
	  padding-top: 60px;
	  padding-left: 150px;
	  padding-right: 150px;
  }
  .backgroundblue{
	  background-color:#5f5f5f0f;
  }
  .backgroundgrey{
	  background-color:#7f7f7f14;
	  padding-bottom: 5px;
  }
  
  .oshape{
  position: absolute;
	z-index: -1;
	opacity: 0.1;
	  width: 100%;
  left: 20%;
  }
  .oshapea{
  position: absolute;
	z-index: -1;
	opacity: 0.2;
	width: 84%;
	right: 0px;
	rotate: -221deg;
	margin-top: 200px;
  }
  
  .containerfixed{
  width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: sticky;
	top: 0px;
	z-index: -1;
  }
  
  .featurebox{
  background-color: #f1f1f1;
	height: 400px;
	margin-top: 20px;
	border-radius: 10px;
	border-color: #FFF;
	border-width: 5px;
	border: solid;
	  border-top-color: currentcolor;
	  border-right-color: currentcolor;
	  border-bottom-color: currentcolor;
	  border-left-color: currentcolor;
   
	border-color: #FFF;
	padding: 10px;
  }
  
  .imgbg{
  background-color: #ffffff;
	height: 260px;
	border-radius: 0px;
	  margin-bottom: 18px;
	  overflow: hidden;
  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
  }
  
  
  .slidheader{
  transition: all 1.6s;
	border-radius: 5px;
	line-height: 1;
  
  }
  

  
  .transitionelement {
	  transition: all .8s
  
  }
  
  .smallcolumn{
	  width:30%
  }
  .largecolumn{
	  width:70%
  }
  
  .slideup{
	  transform: scale(1) !important;
  }
  .slideupneutral{
	   transform: scale(1);
  }
  
  .scrollFade {
	opacity: 1;
	pointer-events: all;
  }
  .scrollFade--hidden {
	opacity: 0;
	pointer-events: none;
  }
  .scrollFade--visible {
	opacity: 1;
	pointer-events: all;
  }
  .scrollFade--animate {
	transition: opacity 0.4s ease-in-out;
  }
  
  
  
  .headerbox{
	  
  }
  
  .screenshotimg{
	  width:100%;
	  border-radius:4px;
	  box-shadow: 0px 0px 5px 1px #0000001a;
  }
  .imagesalt{
	  width:100%;
	  border-radius:4px;
  }
  
  .faqquestion{
	  font-size: 20px;
	  font-family: 'Roboto';
	  font-weight: 500;
	  padding: 10px;
	  background-color: #f1f1f1;
	  border-radius: 4px;
	  cursor:pointer;
  }
  
  
  
  .faqanswer{
	  font-size: 18px;
	  font-family: 'Roboto';
	  font-weight: 300;
	  padding: 5px;
	  background-color: #fdfdfd;
	  transition: all .3s;
	  overflow: hidden;
	  height: 0px;
	  transition: all .3s;
	  opacity: 0;
  }
  
  .vplayer{
  border-radius: 10px;
	  box-shadow: 0px 0px 5px 0px #c7c7c7;
  }
  
  .disclaimertext{
  font-size: 12px;
	color: #B1B1B1;
	margin-top: 4px;
	margin-left: 5px;
  }
  
  .price{
	  width: 100px;
	  height: 100px;
	  font-size: 60px;
	  margin-left: auto;
	  margin-right: auto;
	  background-color: #EEE;
	  border-radius: 50%;
	  line-height: 1.6;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  position:relative;
  }
  
  
  .minidecimal{
  font-size: 15px;
	  margin-top: 24px;
	  font-family: 'Roboto';
  }
  
  .whitebg{
	  background-color: #FFF;
	  justify-content: center;
	  border: solid;
	  border-width: 0px 0px 2px 0px;
	  border-color: #000;
  }
  
  .pricinglargetext{
	  font-size: 45px;
	  line-height: 1;
	  font-family: 'Roboto', serif;
	  color: #000;
	  font-weight: 600;
  }
  
  .pricingminitextheaderblack {
	  font-size: 15px;
	  line-height: 1;
	  font-family: 'Roboto', serif;
	  color: #000;
	
	  font-weight: 500;
	  margin-top: 25px;
	  margin-left: 5px;
  }
  
  .rightdisplainertext{
  
  justify-content: left;
	  margin-left: 10px;
  }
  
  .steptext{
	  font-size: 18px;
	  font-family: 'Roboto', sans-serif;
	  color:#000;
	  line-height: 1.6;
		text-align: center;
  
  }
  
  .stepcolumn{
	  width: 33%;
	  background-color: #fbfbfb;
	  padding: 20px;
	  margin: 10px;
	  border-radius: 10px;
	  box-shadow: 0px 0px 4px 1px #00000045;
  }
  
  .stepnumber{
	  font-size: 50px;
	  font-family: 'Roboto';
	  margin-left: auto;
	  margin-right: auto;
	  background-color: #1CA3F0;
	  width: fit-content;
	  padding: 10px 20px 10px 20px;
	  width: 40px;
	  border-radius: 50%;
	  text-align: center;
	  border: solid;
	  border-color: #FFF;
	  color: #FFF;
	  position: absolute;
	  box-shadow: 0px 0px 8px 2px #00000042;
  }
  
  .imageborder{
	  box-shadow: 0px 0px 3px 2px #00000026;
  }
  

  
  .centerimage_cta_mobile{
	  display: block;
	  width: 600px;
	  border-radius: 5px;
	  position: absolute;
	  left: 150px;
	  top: -150px;
  }
  
  .iconimage{
	  margin-left:auto;
	  margin-right:auto;
	  width: 100%;
  }
  
  .imagesaltA{
	  width:100%;
	  margin-left:auto;
	  margin-right:auto;
   background-size: cover;
	  background-position: center;
  
  }
  
  .dynamicSpacerA{
	  height: 0px;
	 
  }
  
  .wordpresstext{
  position: absolute;
	  left: -200px;
	  background-color: whitesmoke;
	  padding: 20px;
	  border-radius: 10px;
	  box-shadow: 0px 0px 3px 1px #EEE;
  }
  
  .workswithbg2{
	  background-image:url('/images/cloudiot.webp');
	   background-size: cover;
	  background-position: center;
  }
  .workswithfg{
		  backdrop-filter: blur(10px);
  }
  
  
  .localweather{
	  position: absolute;
	  top: 195px;
	  right: 0px;
  }
  
  .easycolumns{
	  display:flex;
  }
  
  
  .itemfeatures{
	  display:flex;
  }
  
  
  .mainlogo{
	  display:flex;
	  padding:5px;
  }
  
  .menuarea{
	  display:flex;
  }
  .toppadding{
	  height:150px;
  }
  
  .burgermenuicon{
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  .gallerycontainer{
	display: flex;
	max-width: 1000px;
  }

  @media screen and (max-width: 600px) {

    .gallerycontainer {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

	.textheader{
		font-size: 38px;
		text-align: center;
		line-height: 1.14286;
		font-weight: 400;
		letter-spacing: .007em;
		font-family: 'Metropolis';
		color: #000427;
		}


	.faq {
width: calc(100% - 62px) !important;
margin-left: 10px !important;
margin-right: 10px !important;
}

  .grey{
	 	padding: 0px !important;
	      padding-top: 50px !important;
  }
  
	.signupbuttonmenu{
	    text-align: center !important;
    color: #FFF !important;
    width: -webkit-fill-available !important;
    height: 20px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;	
    border: solid;
    border-color: #dedede;
    border-width: 2px;
    box-shadow: 0px 0px 20px -15px #555555;
	}
	.standardmenu{
		display: none !important;
	}
	.burgermenu{
		display: flex !important;
	}
	.topmenuposition{
		padding: 0px;
	}

	.menulinks{
		font-size: 18px !important;
	}
}
		
.burgermenuitems{
	display: none;

    flex-flow: column;
    align-content: center;
    gap: 15px;
    background-color: rgb(222, 222, 222);
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 0px 10px -5px;

}

  @media screen and (max-width: 800px) {

.textheaderleft{
	font-size: 18px;
}
		

  .toppadding{
	  height:150px;
  }
  .footermenucontainer{
	  display:block
  }
  .footermenu {
	  padding: 4px;
  }
  .footerspacing {
	  padding: 4px;
	
	  padding-top:20px;
	  padding-bottom:20px;
  
  }
  
 .topmenuposition{
	gap:10px;
	
 }
  
  .loginbtn {
	  
	  position: inherit;
	  
  }
  
  .signupdisclaimertextblack {
	  font-size: 12px;
  }
	  .itemfeatures{
		  display:block;
	  }
	  .plancolumnleft{
		  width: 100%;
		  padding: 0px;
	  }
	  .plancolumnright{
		  width: 100%;
		  padding: 0px;
	  }
	  .easycolumns{
			  display: block;
			  width: -webkit-fill-available;
			  margin-right: 80px;
			  margin-left: 30px;
		  }
  
	  .stepcolumn{
		  width:100%;
		  margin-bottom:30px;
	  }
	  .flex{
		  display:block;
	  }
	
	  .planbox{
		  width: 100%;
	  }
	  .wordpresstext{
			  position: initial;
			  left: 0px;
			
		  }
	  .smallcolumn {
		  width: 100% !important;
	  padding-top: 20px;
	  padding-bottom: 30px;
	  }
	  .localweather{
		  position: initial;
		  width: 100% !important;
	  }
  
  
  
  .columncontainer{
  padding: 5px !important;
  display:block;
  }
  
  .columnleft{
		  width: 100%;
	  max-width: none;
	  padding: 0px;
	  position: inherit;
  }
  .columnright{
  width:100%;
  padding: 0px;
  margin-top:40px;
  }
 
  .textheader {
	  width: unset;
	  margin-top:10px;
	  flex-direction: column;
  }
  
  }
  
  



  
  
  
  
  .spacera{
	  height:250px;
  }
  
  .spacerb{
	  height:150px;
  }
  
  .spacerc{
	  height:52px;
  }
  




  
  @media screen and (max-width: 1200px) {

	.columnfull{
		width: 90%;
	}
	.wwfeatureitem {
		
		padding: 12px 6px 10px 6px;
		
		}


	.footer{
		padding-top: 10px;
	}
	.slidheader{
		justify-content: left;
	}
	/* .menuarea {
		display: block;
	} */
	
	  .spacera{
		  height:50px;
	  }
  
  .spacerb{
	  height:50px;
  }
		
	  .innersection_cta{
			padding-left: 30px;
			  padding-right: 30px;
	  }
	  .centerimage_cta_mobile {
		  width: 380px;
		  left: 0px;
	  }
	  .largecolumn {
		  width:40%;
	  }
	  .smallcolumn{
		  width:60%;
	  }
	  .dynamicSpacerA{
		  height:0px;
	  }
	  .innersection{
			padding-left: 30px;
			  padding-right: 30px;
	  }
	  .localweather{
		  top: 220px;
		  width: 530px;
	  }
	  .containerpadding{
			padding-left: 30px;
			  padding-right: 30px;
	  }
  }
  
  @media screen and (max-width: 1000px) {
  
  .containeralt{
	  
	  padding-left: 0px;
	  padding-right: 0px;
	  
  }
	.itemfeatures{
		padding: 10px;
	}
	.sideimges{
		display: flex;
    flex-direction: column;

  }
  .signupdisclaimertextblacksmall {
	margin-left:10%;
	margin-right:10%;
  }

  .column {
    width: 100%;
    display: flex;
   }

    .thumbcontainer {
        width: calc(100% + 100px);
        display: flex;
        gap: 10px;
        margin-top: 20px;
        margin-left: -97px;
        background-color: #00000000;
        padding: 34px;
        border-radius: 50px;
        z-index: 99;
        position: relative;
        backdrop-filter: blur(9px);
        margin-bottom: 0px;
        box-shadow: 0px 0px 16px 0px #00000042;
    }

		.columnpadding{
		padding: 20px 0px 0px 0px;
		}

	  .innersection_cta{
			padding-left: 30px;
			  padding-right: 30px;
	  }
	  .centerimage_cta_mobile {
		  width: 310px;
		  left: 0px;
	  }
	  .steptext{
			  font-size: 14px;
	  }

	  .subheadertextalt{
		text-align: center;
	  }
	  .subheadertext-small{
text-align: center;
	  }

	  .featureitemextended{
display: flex
;
        flex-direction: column;
        flex-wrap: wrap;
	  }
	
  .centerimage_cta_mobile {
	  display: block;
	  border-radius: 5px;
	  position: inherit;
	  left: 0px;
	  top: 0px; 
  }
  .largecolumn {
	  width: 100%;
  }
  
  .columnpaddingright {
	  padding: 0px 0px 0px 0px;
	  margin-top:20px;
  }
  
  .textheaderblack {
	  font-size: 24px;
	  line-height: 1;
	  font-family: 'Roboto', serif;
	  color: #000;
	  padding-bottom: 20px;
	 
  }
  

  

  }
  
  .featurecontainer{
  display: flex;
	  background-color: #FFF;
	  padding: 10px;
	  border-radius: 10px;
   
	  height: 35px;
	  position: relative;
  }
  .featurecheck{
  padding: 16px 20px 10px 20px;
	  width: 55px;
	  border-radius: 50%;
	  text-align: center;
	  position: absolute;
	  top: -17px;
	  left: -45px;
	  height: 64px;
  }
  
  .featurechecktext{
	  font-size: 28px;
	  font-family: 'Roboto';
	  margin-left: 30px;
	  width: fit-content;
	  padding: 1px 20px 10px 0px;
	  color: #000;
  }
   

  
  
  
  
  
  
  
  .hidediscountdisplay{
	  display:none;
	  }
  .showdiscountdisplay{
  display: flex;
	  background-color: #d6ffbc;
	  border-radius: 10px;
	  border: solid;
	  border-color: #00cd00;
  border-width: 1px;
	  }
  
  .lineitembuttonactiveleft{
	  width: 50%;
	  font-size: 18px;
	  padding: 10px;
	  font-family: 'Metropolis';
	  
	  background-color: rgb(28, 163, 240);
	  color: #FFF;
	  border-radius: 20px 0px 0px 20px;
	  
	  cursor: pointer;
	  text-align: center;
  }
  .lineitembuttoninactiveleft{
	  width: 50%;
	  font-size: 18px;
	  padding: 10px;
	  font-family: 'Metropolis';
	
	   background-color: rgb(229 229 229);
	  color: #FFF;
	  border-radius: 20px 0px 0px 20px;
	
	  cursor: pointer;
	  text-align: center;
  }
  .lineitembuttoninactiveleft:hover{
	  background-color: rgb(107 201 255);
	  color: #FFF;
  }
  .lineitembuttoninactiveright{
  
	  width: 50%;
	  font-size: 18px;
	  padding: 10px;
	  font-family: 'Metropolis';
	  
	  background-color: rgb(229 229 229);
	  color: #FFF;
	  border-radius: 0px 20px 20px 0px;
	  
		 text-align: center;
	  cursor: pointer;
  }
  .lineitembuttoninactiveright:hover{
	  background-color: rgb(107 201 255);
	  color: #FFF;
  }
  .lineitembuttonactiveright{
	  width: 50%;
	  font-size: 18px;
	  padding: 10px;
	  font-family: 'Metropolis';
	
	  background-color: rgb(28, 163, 240);
	  color: #FFF;
	  border-radius: 0px 20px 20px 0px;
	
	  text-align: center;
  }
  
  .hidedisplay{
	  display:none;
  }
  .showdisplay{
	  display:block;
  }
  
  .spinner{
	  width:40px;
		  height: 40px;
	  margin-left:auto;
	  margin-right:auto;
	  -webkit-animation:spin 2s linear infinite;
	  -moz-animation:spin 2s linear infinite;
	  animation:spin 2s linear infinite;
  }
  
  @-moz-keyframes spin { 
	  100% { -moz-transform: rotate(360deg); } 
  }
  @-webkit-keyframes spin { 
	  100% { -webkit-transform: rotate(360deg); } 
  }
  @keyframes spin { 
	  100% { 
		  -webkit-transform: rotate(360deg); 
		  transform:rotate(360deg); 
	  } 
  }
  
  .formlineitem{
	  display:block;
	  width:100%;
  }
  .formlineflex{
	  display:flex;
	  width:100%;
  }
  .formlabel{
	  font-size: 14px;
	  padding: 10px;
	  font-family: 'Roboto';
  }
  .formvalue{
	  font-size: 18px;
	  padding: 0px 10px 10px 10px;
	  font-family: 'Roboto';
	  margin-top: -10px;
  }
  .forminput{
	  font-size: 18px;
	  border-radius: 5px;
	  border-width: 0.5px;
	  width: 100%;
	  padding: 5px;
  }
  .checkoutline{
	  display:flex;
	  width:100%;
  }
  
  .lineitem{
  width: 50%;
	  font-size: 18px;
	  padding: 10px;
	  font-family: 'Metropolis';
	color: #000427;
  }
  .lineitemfull{
  width: 100%;
	  font-size: 18px;
	  padding: 10px 0px 10px 00px;
	  font-family: 'Roboto';
  }
  
  
  .lineitemvalue{
  width: 50%;
	  font-size: 18px;
	  padding: 10px;
	  font-family: 'Metropolis';
	  color: #000427;
	  font-weight: 500;
	  text-align: right;
  }
  
  .userdetails{
  width: 30%;
	  font-size: 18px;
	  padding: 10px;
	  font-family: 'Roboto';
  }
  .userdetailsvalue{
  width: 70%;
	  font-size: 18px;
	  padding: 10px;
	  font-family: 'Roboto';
  font-weight: 600;
  }
  
  .subheadertextsmall{
	  font-size: 14px;
	  font-family: 'Roboto', sans-serif;
	  color:#000;
	  line-height: 1.6;
  }
  
  .subheadertextmedium{
	  font-size: 18px;
	  font-family: 'Roboto', sans-serif;
	  color:#FFF;
	  line-height: 1.6;
  }
  
  
  
  .subheadertextsmall a:link, .subheadertextsmall a:visited {
	  color:#000;
  }
  
  
  .faqsmall{
	
		width: fit-content;
		font-size: 22px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -24px;
		background-color: #ffffff;
		color: #000000;
		padding: 10px 20px 10px 20px;
		border-radius: 30px;
		font-family: 'Metropolis';
		   border: solid;
    border-color: #dedede;
    border-width: 2px;
    box-shadow: 0px 0px 20px -15px #555555;
	
}
  
  .faqquestion{
	  font-size: 20px;
	  font-family: 'Roboto';
	  font-weight: 500;
	  padding: 10px;
	  background-color: #f1f1f1;
	  border-radius: 4px;
	  cursor:pointer;
	  margin-bottom: 8px;
  }
  
  .faqquestion:hover {
	  
		  background-color: #1CA3F0;
		  color:#fff;
  }
  
  .faqanswer{
	  font-size: 18px;
	  font-family: 'Roboto';
	  font-weight: 300;
	 
	  background-color: #fdfdfd;
	  transition: all .3s;
	  overflow: hidden;
	  height: 0px;
	  transition: all .3s;
	  opacity: 0;
  
  }
  .faqinner{
   padding: 25px;
  
  }
  .faqansweropen{
		  height: fit-content;
			  opacity: 1;
			  
  }
  .faqquestionopen {
	  background-color: #1CA3F0;
	  color:#fff;
		  
  }
  
  
  
  
  
  
  .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
  }
  
  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #2196F3;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
  
  
  .button{
	  background-color: #1CA3F0;
	  width: fit-content;
	  padding: 10px;
	  color: #FFF;
	  font-family: 'Roboto';
	  border-radius: 4px;
	  position: absolute;
	  right: 0px;
	  cursor: pointer;
  }
  .button:hover{
	  background-color: #6ac9ff;
	  
  }
  .buttondisabled{
  
	  background-color: #efefef;
	  width: fit-content;
	  padding: 10px;
	  color: #FFF;
	  font-family: 'Roboto';
	  border-radius: 4px;
	  position: absolute;
	  right: 0px;
  }
  
  .backgroundgreen {
	  background-color: #3e7e28b0;
  }
  
  
  
  
  .grey{
	  background-color: #f2f2f2;
	  padding: 20px;
	      padding-top: 100px;
  }
  
  .quickcheckout{
	  padding: 0px 50px;
  }
  
  .singupcontainertc{
	  padding-bottom: 40px;
	  display: flex;
	  flex-direction: column;
	  align-content: center;
	  gap: 10px;
	  margin-top: 10px;
	  margin-left: 65px;
  }
  
  
  .signupbuttonmenu {
	  background-color: #ffffff;
	  color: #000000;
	  font-size: 22px;
	  padding: 5px;
	  text-align: center;
	  border-radius: 30px;
	  font-family: 'Metropolis';
	padding-left: 15px;
		padding-right: 15px;
	  font-weight: 500;
	  cursor: pointer;
	  width: fit-content;
	  margin-right: auto;
	  margin-left: auto;
	  margin-top: -5px;
    border: solid;
    border-color: #dedede;
    border-width: 2px;
    box-shadow: 0px 0px 20px -15px #555555;
  }
  



  .footercontainer{
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    height: 100%;
}



.topmenuposition a,
.topmenuposition a:visited {
    color: rgb(0, 0, 0);
    text-decoration: none; /* Optional: removes underline */
}

.signupbuttonmenu a,
.signupbuttonmenu a:visited {
    color: #080808;
    text-decoration: none; /* Optional: removes underline */
}

.menulinks{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
	font-family: 'Metropolis';
	color: #000427;
}

.workswith{
	height: fit-content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	margin-bottom: 50px;
}

.faq{
	
width: fit-content;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -24px;
    background-color: #ffffff;
    color: #020202;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    font-family: 'Metropolis';
  border: solid;
    border-color: #dedede;
    border-width: 2px;
    box-shadow: 0px 0px 20px -15px #555555;
		
	
}

.alink,
.alink:visited,
.alink:hover,
.alink:active,
.alink:focus {
    color: black !important;
    text-decoration: none;
}

.sectioncontainer{
	min-height: calc(100% - 120px);
}

.thumbn{
	width:100%;
}



.faqaccordion {
    background-color: #f9f9f9;
	font-family: 'Metropolis medium';
	color: #000427;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    border: none;
    text-align: left;
  
    outline: none;
    transition: background-color 0.2s ease;
    border-radius: 6px;
    margin-bottom: 5px;
	font-size: 15px;
}

.faqaccordion:hover {
    background-color: #e6e6e6;
}

.faqpanel {
    padding: 0 20px;
    display: none;
    background-color: white;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
	font-family: 'Metropolis';
	color: #000427;
    margin-bottom: 20px;
	line-height: 2;
	font-size: 15px;
}

#designerdemoimage {

  width: 100%;
  height: auto;
  display: block;
}

.profileimage{
	max-width: 80px;
    width: 80px;
    border-radius: 50%;
	overflow: hidden;
}




.founder-section {
  background-color: #f7f7f7;
  padding: 40px 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.founder-card {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.founder-image .profile-image {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  object-fit: cover;
}

.founder-text {
  flex: 1;
  min-width: 250px;
}

.founder-greeting {
  font-size: 24px;
  margin: 0 0 24px 0;
      line-height: 1.4;
}

.founder-message {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.burgermenu{
	display: none;
}
.standardmenu{
	display: flex;
    gap: 20px;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}








.anamsplitter{
	display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, white 50%, #f2f2f2 50%);
}



