@keyframes rotate{
    from{ transform: rotate(360deg); }
    to{ transform: rotate(-360deg); }
}
body, html {
  height: 100%;  
  margin: 0;
}
body {	
  background-color: #000;
	font-family: 'Inter', sans-serif;
}
html {
	scroll-behavior: smooth;
}
a .btn {
	color:#fff;	
}
.wrapper {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}
.arrowdown img {
	width:58px;
}
.affordable a {
	text-decoration: none;
}
.fixed {
	position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #eeeeee;
	text-align: center;
	}
.go-prev, .go-next {
    cursor: pointer;
}
.one {
	background-image: url("../images/bg1.svg")
	}
.two {
	background-image: url("../images/bg2.svg")
	}
.three {
	background-image: url("../images/bg3.svg")
	}
.four {
	background-image: url("../images/bg4.svg")
	}
.five {
	background-image: url("../images/bg5.svg")
	}
.six {
	background-image: url("../images/bg6.svg")
	}
.content {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
}
.one p, .two p {
	color:#fff;	
	font-size: 29px;
	line-height: 39px;
	letter-spacing: 1px;
	font-family: 'Inter', sans-serif;
	font-weight:300;
	text-align:left;
	max-width: 1000px;
    margin-bottom: 5%;
    margin-left: 15%;
	align-self: flex-end;
}
.sharelight {
	display: block;
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;
}
.sharelight p, .sharelight2 p {
	font-family: 'Inter', sans-serif;
	font-weight:400;
	font-size: 100px;
	line-height: 100px;
	letter-spacing: 0px;
	max-width: 100%;
    padding: 0;
    margin: 0;
	text-align: center;	
}
.sharelight2 {
    display: flex;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.affordable {
	max-width: 850px;
    margin: 0 auto;
}
.affordable p {
	font-family: 'Inter', sans-serif;
	font-weight:400;
	font-size: 70px;
	line-height: 77px;
	letter-spacing: 0px;
	max-width: 100%;
    padding: 0;	
    text-align: left;
    max-width: 850px;
    margin: 0 auto;
    margin-left: auto !important;
	margin-top: 35%;
}
.affordable p.small {
	font-family: 'Inter', sans-serif;
	font-weight:300;
	font-size: 29px;
	line-height: 39px;
	letter-spacing: 1px;
	max-width: 100%;
    padding: 0;	
    text-align: left;
    max-width: 850px;
    margin: 0 auto;
    margin-left: auto !important;
	margin-top: 5% !important;
}
.affordable .btn {
	margin-top:5%;
}
.hope {
	max-width: 950px;
    margin: 0 auto;
}
.hope p {
	font-family: 'Inter', sans-serif;
	font-weight:400;
	font-size: 70px;
	line-height: 77px;
	letter-spacing: 0px;
	max-width: 100%;
    padding: 0;	
    text-align: left;    
    margin: 0 auto;
    margin-left: auto !important;
	margin-top: 20% !important;
}
.hope p.seeyou  {
	font-size: 50px;
	line-height: 57px;
	padding-top:30px;
}
.hope p:nth-child(3) {
	margin-top:30% !important;
}
.hope p.small {
	font-family: 'Inter', sans-serif;
	font-weight:300;
	font-size: 29px;
	line-height: 39px;
	letter-spacing: 1px;
	max-width: 100%;
    padding: 0;	
    text-align: left;    
    margin: 0 auto;
    margin-left: auto !important;
	margin-top: 3% !important;
}
.sharelight p:first-child {
	margin-top: 9%;	
	margin-left:-30px;
}
#sixt .sharelight .hope p:first-child {
    margin-top: 9% !important;
}
.four .sharelight p:first-child {
	max-width: 920px;
    text-align: left;
    margin: 0 auto;
}
.four .sharelight p.small,
.four .sharelight2 p.small {
	color: #fff;    
    font-size: 29px;
	line-height: 39px;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    text-align: left;
    max-width: 1000px;
    margin-bottom: 5%;
    margin-left: 15%;
}
.four .everyone {
	padding-top: 10%;
}
.four .everyone .small {
	padding-left: 13%;
    padding-top: 5%;
}
.sharelight p:nth-child(2) {
	margin-top: 0;	
	margin-left:-12%;
}
.sharelight .everyone p:nth-child(2) {
	margin-left:20%;
}
.sharelight .everyone.blue p:nth-child(2) {
    margin-left: 0%;
}
.sharelight p:nth-child(3) {
	margin-top: 0;	
	margin-left: 22%;
}
.windmill {
		right: 0;
    align-self: flex-end;
    display: block;
    position: absolute;
}
.windmill-bottom {
		bottom: -10px;
    display: block;
    position: relative;
    max-height: 87vh;
}
.windmill-top {
		top: 369px;
    height: 637px;
    position: relative;
    z-index: 9;
		animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
}
.everyone {
	padding-top: 5%;
}
.everyone.blue {
	color:#54B5E7;
	padding-bottom: 3%;
}
.arrowdown {
	margin-bottom: 5%;
    margin-left: 10%;
	z-index: 999;
	align-self: flex-end;
}
#first, #second, #thirs, #fourth, #fifth, #sixt {
	scroll-behavior: smooth;
}
.btn {
	background: #0093D0;	
	border-radius: 32px;
	padding: 10px 20px;
	max-width: 145px;
}
.btn a {
	color: #fff;
	text-decoration: none;	
}
@media only screen and (min-width:1921px) {
	.hope p:nth-child(3) {
    	margin-top: 40% !important;
	}
}
@media only screen and (max-width : 991px) and (min-width : 601px) {
.arrowdown {
	margin-bottom: 10%;
	}	
.one p, .two p {    
    font-size: 20px;
    line-height: 25px;
		margin-left: 10%;
	}
.two .secondp	{
		font-size: 19px;
    line-height: 23px;
    margin-left: 7%;
}
.arrowdown img {
	max-width:30px;
	}	
.sharelight p:first-child, #second.two .sharelight p:first-child,
.sharelight p:nth-child(2),
.sharelight p:nth-child(3),
.sharelight2 p {
		font-size: 40px;
    line-height: 40px;		
	}	
.four .sharelight p:first-child {
    max-width: 520px;	
	}
.four .sharelight p.small,
.four .sharelight2 p.small	{
    font-size: 19px;
    line-height: 25px;
    margin-left: 8%;
	}	
.sharelight .affordable p,
.sharelight .hope p {
	font-size: 40px;
    line-height: 40px;
	}
.sharelight .affordable p.small	{
	font-size: 19px;
    line-height: 29px;
	}
.affordable p {
	margin-top: 15%;	
	}	
.btn {    
    padding: 5px 10px;
    max-width: 105px;
    font-size: 12px;
	}
.hope {
    max-width: 550px;	
	}
#sixt .sharelight .hope p {
	margin-top: 40% !important;
	font-size: 30px;
    line-height: 30px;
	}	
#sixt .sharelight .hope p.small {	
	font-size: 20px;
	margin-top: 0 !important;
    line-height: 30px;
}
}

@media only screen and (max-width : 600px) and (min-width : 376px) {
.logoplaceholder {
	display: none;
}	
.logomob {
	position: absolute;
    top: 60px;
    width: 100%;
}	
.windmill {
    right: -75%;
}
.arrowdown {
	margin-bottom: 10%;
	}
.sharelight .everyone.blue p:nth-child(2) {
    margin-left: 20%;
}	
.one p, .two p {    
    font-size: 22px;
    line-height: 27px;
    margin-left: 10%;
    padding-right: 20px;
	}
.everyone {
	margin-top:30%;
	}
.everyone.blue {
	margin-bottom: 20%;
    padding: 20px;
	}	
.four .everyone {
	padding: 0 30px;
	}	
.arrowdown img {
	max-width:30px;
	}	
.sharelight p:first-child,
.sharelight p:nth-child(2),
.sharelight p:nth-child(3),
.sharelight2 p {
	font-size: 50px;
    line-height: 50px;		
	}	
.four .sharelight p:first-child {
    max-width: 320px;	
	}
.four .sharelight p.small,
.four .sharelight2 p.small {
	font-size: 18px;
    line-height: 23px;
	margin-left: 10%;
	}	
.sharelight .affordable p {
	font-size: 40px;
    line-height: 40px;
    max-width: 270px;
    margin-left: 0 !important;
}
.sharelight .hope p {
	font-size: 40px;
    line-height: 40px;
	}
.sharelight .affordable p.small	{
	font-size: 19px;
    line-height: 29px;
	margin-top: 40% !important;
    padding-right: 50px;
	}
.affordable p {
	margin-top: 40% !important;	
	}	
.affordable {
    max-width: 350px;
	padding-left:20px;
	}
.btn {    
    padding: 5px 10px;
    max-width: 105px;
    font-size: 12px;
	}
.hope {
    max-width: 350px;
	padding: 0 20px;
	}
#sixt .sharelight .hope p {
	margin-top: 14% !important;
	font-size: 30px;
    line-height: 30px;
	}	
#sixt .sharelight .hope p.small {	
	font-size: 20px;
    margin-top: 20px !important;
    line-height: 24px;
}	
.five {
	background-position: 78%;
}
.four .everyone .small {
	padding-top: 18%;			
	}
.four .sharelight2 p.small {
	padding-bottom: 40px;
}		
}
@media only screen and (max-width : 375px) {
.logoplaceholder {
	display: none;
}	
.logomob {
	position: absolute;
    top: 60px;
    width: 100%;
}	
.windmill {
    right: -75%;
}
#second.two .sharelight p {
    font-size: 39px;
    line-height: 38px;
	}	
#second.two p {
	font-size: 19px;
    line-height: 22px;
	}
.arrowdown {
	margin-bottom: 10%;
	}	
.sharelight .everyone.blue p:nth-child(2) {
    margin-left: 20%;
}	
.one p, .two p {    
    font-size: 22px;
    line-height: 27px;
    margin-left: 10%;
    padding-right: 20px;
	}
.everyone {
	margin-top:15%;
	}	
.everyone.blue {
	margin-bottom:15%;
	}	
.four .everyone {
	padding: 0 30px;
	}	
.arrowdown img {
	max-width:30px;
	}	
.sharelight p:first-child,
.sharelight p:nth-child(2),
.sharelight p:nth-child(3),
.sharelight2 p {
	font-size: 50px;
    line-height: 50px;		
	}	
.four .sharelight p:first-child {
    max-width: 320px;	
	}
.four .sharelight p.small,
.four .sharelight2 p.small	{
	font-size: 18px;
    line-height: 23px;
	margin-left: 10%;
	}	
.four .sharelight2 p.small {
	padding-bottom: 40px;
}	
.sharelight .hope p {
	font-size: 40px;
    line-height: 40px;
	}
.sharelight .affordable p {
    font-size: 30px;
    line-height: 34px;
    max-width: 200px;
    margin-left: 0 !important;
}	
.sharelight .affordable p.small	{
	font-size: 19px;
    line-height: 29px;
	margin-top: 40% !important;
    padding-right: 50px;
	}
.affordable p {
	margin-top: 15% !important;	
	}	
.affordable {
    max-width: 350px;
	padding-left:20px;
	}
.btn {    
    padding: 5px 10px;
    max-width: 105px;
    font-size: 12px;
	}
.hope {
    max-width: 350px;
	padding: 0 20px;
	}
#sixt .sharelight .hope p {
	margin-top: 14% !important;
	font-size: 30px;
    line-height: 30px;
	}	
#sixt .sharelight .hope p.small {	
	font-size: 20px;
    margin-top: 20px !important;
    line-height: 24px;
}	
.five {
	background-position: 78%;
}
.four .everyone .small {
	padding-top: 30%;			
	}
}	

.arrowdown.up {
	margin-bottom: 10%;
}
.snow {

  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;

  /* Encourage hardware acceleration */
  /* 20vh per row of flakes - adjust falling animation too  */
  transform: translate3d(0, -20vh, 0);

  /* Flex used to space the i tags evenly horizontally. Plays nicely at inbetween widths */
  /* Temporarily disable if you are adjusting the number of flakes on screen */
  display:flex;
  justify-content: space-between;

  /* Allow for multi row snowflakes */
  flex-wrap: wrap;
}



    /* Generic styling of snowflakes, default animation and transform */

[class^="snow_flake"] {
  will-change: transform;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000;
  animation: falling;
  animation-iteration-count: infinite;
 
  /* Filter is completely optional and may cause performance issues on low powered GPUs. */
  /* filter: drop-shadow(0 1px 1px rgba(0,0,0,.125)) blur(1px); */

  background-size: contain;
  background-repeat: no-repeat;
  backface-visibility: hidden;

/* Snowflake image remains the copyright of Tesco PLC. */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96' fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M38.2 65l1-9.7 6.8-3.8v7.8L38.2 65zM58 65l-8-5.8v-7.8l6.8 4 1 9.6zm9.8-17l-9 3.8-6.6-3.8 7-4 8.6 4zm-39.4 0l8.7-4 7 4-6.5 3.8-8.8-4zM58 31l-1 9.6-7 4v-8l8-5.7zm-19.8 0l7.8 5.5v8l-6.7-3.8-1-9.8zm12-17L60.5 3.5l2.8 3-13.3 13v12L63 22l-1.7 16 10.2-5.7 5-18.3 4 1-4 14.4 12.2-7 2 3.6-12 7L93 37l-1.3 3.8-18.2-5-10.2 5.8L78 48l-14.7 6.4 10 5.6 18-5 1.2 4-14.3 3.8L90.6 70l-2 3.5L76 66.3l4 14.4-4 1-5-18.2-9.8-5.6L63 73.3 50 64v11.6L63.3 89l-2.8 3L50 81.5V96h-4V81.5L35.4 92l-2.8-3L46 75.8V64.4l-12.8 9.3 1.7-16-10.5 6-5 18-4-1 4-14.3-12.5 7L5 70l13-7.2-14.5-4 1-3.8L23 60l10-5.7L18.3 48l14.4-6.4-10.2-6-18.3 5-1-3.8 14.3-4-12.2-7 2-3.4 12.2 7-4-14.4 4-1 5 18.2 10.4 6-2-16 13 9.2V19.8L32.4 6.3l3-2.8L46 14V0h4v14z'/%3E%3C/svg%3E");
}


/* Four sizes, each requires individual origins set */

[class^="snow_flake"]:nth-child(4n+0) {
  width: 4rem;
  height: 4rem;
  transform-origin: -5% -5%;
}
[class^="snow_flake"]:nth-child(4n+1) {
  width: 3rem;
  height: 3rem;
  transform-origin: 15% 0;
}
[class^="snow_flake"]:nth-child(4n+2) {
  width: 2rem;
  height: 2rem;
  transform-origin: 0 -30%;
}
[class^="snow_flake"]:nth-child(4n+3) {
  width: 1rem;
  height: 1rem;
  transform-origin: -100% -100%;
}


/* Keep first snowflake close to the edge */

[class^="snow_flake"]:first-child {
  transform-origin: 60% 40%;
}


/* Delay the start times */

[class^="snow_flake"]:nth-of-type(5n+0) {
  animation-delay: 0s;
}
[class^="snow_flake"]:nth-of-type(5n+1) {
  animation-delay: 2s;
}
[class^="snow_flake"]:nth-of-type(5n+2) {
  animation-delay: 4s;
}
[class^="snow_flake"]:nth-of-type(5n+3) {
  animation-delay: 6s;
}
[class^="snow_flake"]:nth-of-type(5n+4) {
  animation-delay: 8s;
}


/* Animation durations are calculated to be multiples of each other +/- a few seconds for initial delays */

[class^="snow_flake"]:nth-child(3n+0) {
  animation-duration: 12s;
}
[class^="snow_flake"]:nth-child(3n+1) {
  animation-duration: 18s;
}
[class^="snow_flake"]:nth-child(3n+2) {
  animation-duration: 24s;
}


/* Tweak timing functions - a tad more random */

[class^="snow_flake"]:nth-of-type(6n+0) {
  animation-timing-function: ease-in-out;
}
[class^="snow_flake"]:nth-of-type(6n+1) {
  animation-timing-function: ease-out;
}
[class^="snow_flake"]:nth-of-type(6n+2) {
  animation-timing-function: ease;
}
[class^="snow_flake"]:nth-of-type(6n+3) {
  animation-timing-function: ease-in;
}
[class^="snow_flake"]:nth-of-type(6n+4) {
  animation-timing-function: linear;
}
[class^="snow_flake"]:nth-of-type(6n+5) {
  animation-timing-function: cubic-bezier(0.2, 0.3, 0.8, 0.9);
}


/* Tweak opacity - more randomness */

[class^="snow_flake"]:nth-of-type(7n+0) {opacity: 0.6;}
[class^="snow_flake"]:nth-of-type(7n+1) {opacity: 0.9;}
[class^="snow_flake"]:nth-of-type(7n+2) {opacity: 0.5;}
[class^="snow_flake"]:nth-of-type(7n+4) {opacity: 0.8;}
[class^="snow_flake"]:nth-of-type(7n+6) {opacity: 0.7;}


/* Filter is completely optional, and it may cause performance issues on low powered GPUs. */

[class^="snow_flake"]:nth-of-type(3n+0) {
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.125));
}
[class^="snow_flake"]:nth-of-type(3n+1) {
  filter: blur(1px);
}


/* Increase number of snowflakes at common device widths */

.snow_flake-600px,
.snow_flake-768px,
.snow_flake-1024px,
.snow_flake-1280px,
.snow_flake-1366px,
.snow_flake-1440px,
.snow_flake-1600px,
.snow_flake-1800px,
.snow_flake-1920px {
  display: none;
}

@media (min-width: 600px) {
.logoplaceholder {
	position: fixed;
    z-index: 9999;
    margin-top: 5%;
    margin-left: 9%;
}
	.logomob {
		display: none;
	}
  .snow_flake-600px {
    display: inline-block;
  }
  .four .everyone {
  	    padding-top: 8%;
  }
#fifth .affordable p {        
    font-size: 20px;
    line-height: 27px;    
    max-width: 400px;    
    margin-top: 20%;
}
#fifth .affordable p.small {
    font-size: 16px;
    line-height: 20px;
}
#fifth .affordable {
    max-width: 400px;
}
.windmill-top {
		width: 250px;
    height: 250px;
    top: 150px;
}
.windmill-top img {
		height: 250px;
    width: 250px;
}
.windmill-bottom img {
		max-width: 28px;
}
}

@media (min-width: 768px) {
  .snow_flake-768px {
    display: inline-block;
  }
  .sharelight p:first-child {
    margin-top: 7%;
}
 #second .sharelight p:first-child {
    margin-top: 9%;
}
#fifth .affordable p {        
		font-size: 30px;
    line-height: 35px;
    max-width: 700px;
    margin-top: 19%;
}
#fifth .affordable p.small {
    font-size: 18px;
    line-height: 22px;
}
#fifth .affordable {
    max-width: 500px;
}
.windmill {
    right: -30px;
}    
.windmill-top {
		width: 300px;
    height: 300px;
    top: 180px;
}
.windmill-top img {
		height: 300px;
    width: 300px;
}
.windmill-bottom img {
		max-width: 40px;
}
}

@media (min-width: 1024px) {
  .snow_flake-1024px {
    display: inline-block;
  }
  #second .sharelight p:first-child {
    margin-top: 6%;
    font-size: 70px;
}
#second .sharelight p:nth-child(2), #second .sharelight p:nth-child(3) {
	    font-size: 70px;
}
.sharelight2 p {
	font-size: 50px;
    line-height: 50px;
}
#fifth .affordable p {        
		font-size: 40px;
    line-height: 45px;
    max-width: 700px;
    margin-top: 28%;
}
#fifth .affordable p.small {
    font-size: 22px;
    line-height: 26px;
}
#fifth .affordable {
    max-width: 600px;
}
.windmill {
    right: 0px;
} 
.windmill-top {
		width: 350px;
    height: 350px;
    top: 208px;
}
.windmill-top img {
		height: 350px;
    width: 350px;
}
.windmill-bottom img {
		max-width: 45px;
}
#sixt .sharelight .hope p:first-child {
	font-size: 40px;
    line-height: 48px;
}
.hope {
    max-width: 600px;
}    
}

@media (min-width: 1280px) {
  .snow_flake-1280px {
    display: inline-block;
  }
   #second .sharelight p:first-child {
    margin-top: 7%;
    font-size: 80px;
}
.sharelight2 p {
	font-size: 70px;
    line-height: 70px;
}
#fifth .affordable p {        
		font-size: 44px;
    line-height: 50px;
    max-width: 800px;
    margin-top: 22%;
}
#fifth .affordable p.small {
    font-size: 28px;
    line-height: 34px;
}
#fifth .affordable {
    max-width: 800px;
}
.windmill {
    right: -40px;
}    
.windmill-top {
		width: 400px;
    height: 400px;
    top: 235px;
}
.windmill-top img {
		width: 400px;
    height: 400px;
}
.windmill-bottom img {
		max-width: 50px;
}
#sixt .sharelight .hope p:first-child {
	font-size: 50px;
    line-height: 60px;
}
.hope {
    max-width: 680px;
}  
.hope p:nth-child(3) {
    margin-top: 35% !important;
}
}

@media (min-width: 1366px) {
  .snow_flake-1366px {
    display: inline-block;
  }
  #second .sharelight p:first-child {
    margin-top: 8%;
        font-size: 90px;
}
.sharelight2 p {
	font-size: 80px;
    line-height: 80px;
}
#fifth .affordable p {        
		font-size: 50px;
    line-height: 55px;
    max-width: 800px;
    margin-top: 28%;
}
#fifth .affordable p.small {
    font-size: 32px;
    line-height: 38px;
}
#fifth .affordable {
    max-width: 800px;
}
.windmill {
    right: -5px;
}    
.windmill-top {
		width: 450px;
    height: 450px;
    top: 266px;
}
.windmill-top img {
		width: 450px;
    height: 450px;
}
.windmill-bottom img {
		max-width: 60px;
} 
#sixt .sharelight .hope p:first-child {
	font-size: 50px;
    line-height: 60px;
}
.hope {
    max-width: 780px;
}  
.hope p:nth-child(3) {
    margin-top: 35% !important;
}
#sixt .sharelight .hope p:first-child {
    margin-top: 15% !important;
}    
}

@media (min-width: 1600px) {
  .snow_flake-1600px {
    display: inline-block;
  }
  .sharelight2 p {
		font-size: 90px;
    line-height: 90px;
}
#fifth .affordable p {        
		font-size: 60px;
    line-height: 65px;
    max-width: 950px;
    margin-top: 28%;
}
#fifth .affordable p.small {
    font-size: 38px;
    line-height: 43px;
}
#fifth .affordable {
    max-width: 950px;
}
.windmill {
    right: -10px;
}    
.windmill-top {
		top: 321px;
    height: 550px;
    width: 550px;
}
.windmill-top img {
    height: 550px;
    width: 550px;
}
.windmill-bottom img {
		max-width: 70px;
} 
#sixt .sharelight .hope p:first-child,
.hope p:nth-child(3) {
	font-size: 60px;
    line-height: 68px;
}
.hope {
    max-width: 880px;
}  
}

@media (min-width: 1800px) {
  .snow_flake-1800px {
    display: inline-block;
  }
  #second .sharelight p:first-child {
    margin-top: 9%;
        font-size: 100px;
}
.sharelight2 p {
	font-size: 100px;
    line-height: 100px;
}
#fifth .affordable p {        
		font-size: 70px;
    line-height: 77px;
    max-width: 1100px;
    margin-top: 28%;
}
#fifth .affordable p.small {
		font-size: 42px;
    line-height: 50px;
}
#fifth .affordable {
    max-width: 1100px;
}
.windmill {
    right: -10px;
}    
.windmill-top {
		top: 367px;
    height: 637px;
    width: 637px;
}
.windmill-top img {
    height: 637px;
    width: 637px;
}
.windmill-bottom img {
		max-width: 90px;
} 
#sixt .sharelight .hope p:first-child,
.hope p:nth-child(3) {
	font-size: 70px;
    line-height: 77px;
}
.hope {
    max-width: 980px;
}  
}

@media (min-width: 1920px) {
  .snow_flake-1920px {
    display: inline-block;
  }
}



/* Animation for all snowflakes */

@keyframes falling {
  from {
    transform: translate(0, 0) rotate(0deg) scale(0.8);
  }
  to {
    transform: translate(0, 120vh) rotate(360deg) scale(1.2);
  }
}

/* Prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  .snow {
    display: none !important;
  }
}