@font-face {
	font-family: StyreneAlc-Light;
	src: url("assets/fonts/StyreneALC-Light.woff");
}

@font-face {
	font-family: StyreneAlc-Regular;
	src: url("assets/fonts/StyreneALC-Regular.woff");
}

@font-face {
	font-family: StyreneBlc-Medium;
	src: url("assets/fonts/StyreneBLC-Medium.woff");
}

.privacy-header {
	position: relative;
}

ol {
	font-size: 14px;
	color: white;
	font-family: StyreneAlc-Regular;
	padding-left: 0;
}

.back-button {
	font-family: StyreneAlc-Regular;
	position: absolute;
	top: 60px;
	right: 40px;
}

.privacy-content {
	position: relative;
	text-align: justify;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10vh 10%
}

.privacy-content  h3 {
	font-family: StyreneBlc-Medium;
	color: white
}

.privacy-content  p {
	font-family: StyreneAlc-Regular;
	color: white;
	font-size: 14px;
}

.privacy-content  a {
	font-family: StyreneAlc-Regular;
	color: #16D6A8;
	font-size: 14px;
}

a {
	cursor: pointer !important;
}

#cookies_inner {
  font-family: StyreneAlc-Regular;
  position: fixed;
  width: 100%;
  bottom: 0px;
  margin-left: 0;
  text-align: center;
  font-size: .8rem;
  background: transparent;
  color: white;
  z-index: 1000;
  background: rgba(22, 214, 168, .8);
}

.cc-btn {
  margin-right: 0;
  margin-bottom: 10px;
  float: none;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  border: 2px solid white;
  height: 32px;
  width: auto;
  font-size: 1rem;
  cursor: pointer;
}
.cc-btn:hover {
	opacity: 0.6;
}

.cc-btn:focus {
	outline: none;
}

/* Form */

.form {
	padding: 30px;
	margin: 0 auto;
	opacity: 0;
	font-size: 1vw;
	color: white;
	font-family: StyreneAlc-Regular;
	margin-bottom: 1vh;
	height: 60vh;
	background-color: #16D6A8;
	width: auto;
	max-width: 25%;
	height: auto;
	margin-top: 5vh;
}

.form-fields input {
  display: block;
  margin: 0 auto;
  color: white;
  background-color: #16D6A8;
  transition: background-color 150ms ease-out;
  outline: 0 none;
  border: none;
  width: 100%;
  font-size: 1.5rem;
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}

.form-fields textarea {
	background-color: rgba(0, 0, 0, .1);
  border: none;
  resize: none;
  height: 100px;
  margin-top: 10px;
  font-size: 1rem;
  padding: 2px;
  color: white;
}

.form-fields label.disclaimer {
width: 100%;
  float: right;
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin: 10px 0;
}

.form-fields textarea:focus {
	background-color: rgba(0, 0, 0, .25);
	transition: background-color 150ms ease-out;
	border: none;
	outline: none;
}

.form-fields input:focus {
	background-color: rgba(0, 0, 0, .25);
	transition: background-color 150ms ease-out;
}

.form-fields label {
	font-family: StyreneAlc-Light;
	font-size: 2.0vh;
	text-align: left !IMPORTANT;
}

.form p {
	visibility: hidden;
	height: 0px;
	margin: 0;
}

#error_message {
	visibility: hidden;
}

.error {
	visibility: visible !important;
  color: red !important;
  font-family: StyreneBlc-Medium !important
}

.success {
	visibility: visible !important;
	color: white;
	font-family: StyreneBlc-Medium !important;
}

.container {
	position: absolute;
	z-index: -1;
	height: 100vh;
	width: 100vw;
	top: 0;
	position: absolute;
}

.close-form {
	float: right;
	height: 2vh;
	width: auto;
	margin-top: -4vh;
}

#message {
	height: 150px;
	padding-top: 0px;
}

input[type=submit] {
  border: 1px solid white !important;
  width: 100%;
  font-size: 1rem;
  color: white;
  margin-bottom: 0;
  margin-top: 20px;
  height: 40px;
}

input[type=checkbox] {
	height: 25;
	width: 15px;
	height: 16px;
	margin-top: -3px;
	float: left;
	margin: 0;
	margin-right: 15px;
}

.checkmark {
	background-color: #73E6CB;
	transition: background-color 150ms ease-out
}

.checkmark {
	margin-left: 0px;
	margin-top: 4px;
	min-height: 25px;
	min-width: 25px;
}

input:checked~.checkmark {
	background-color: #10A07E;
	transition: background-color 150ms ease-out
}

.checkmark:hover {
	background-color: #10A07E;
	transition: background-color 150ms ease-out
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 1px;
  width: 6px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input:checked~.checkmark:after {
	display: none;
}

.form h3 {
	text-align: left;
	font-size: 3vh;
	display: block;
	font-family: StyreneBlc-Medium;
	margin: 0;
	margin-bottom: 15px;
}

.submit {
	margin-top: 20px;
	text-align: right;
}

.agents-mobile {
    display:none;
  }

.background {
	background-color: white;
	height: 0vh;
	width: 100vw;
	position: absolute;
}

.form-body {
	opacity: 1;
}

textarea {
	background-color: white;
	width: 100%;
	margin-bottom: 0;
	background-color: #73E6CB;
	color: white;
}

.mobile {
	visibility: hidden;
	z-index: -10;
	font-size: 0px;
}

.background-video {
	z-index: -10;
	position: fixed;
	width: 110%;
	height: 100%;
}

.background-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	width: auto;
	min-height: 100%;
	margin: 0 auto;
	transform: translate(-50%, -50%);
}


.desktop-hide {
	display: none;
}

/* Map Desktop */

.map {
	height: 0px;
	opacity: 0;
	visibility: visible;
}

.close {
	opacity: 0;
	position: absolute;
	right: 40px;
	top: 40px;
	height: 40px;
	width: 40px;
	transition: all 0.5s ease;
}

.close img {
	height: 40px;
	width: 40px;
	transition: all 0.2s ease;
}

.map-slide {
  position: fixed;
	top: 42vh;
}

.map-text {
  color: white;
  text-align: right;
  width: 50%;
  position: fixed;
  right: 70px;
}

.map-text h1 {
  text-align: right;
 margin-top: 15px;
margin-bottom: 5px;
  opacity: 0;
  font-size: 2.5rem;
  font-family: StyreneBlc-Medium;
}

.map-text h3 {
  text-align: right;
  opacity: 0;
  font-size: 1.6rem;
  margin-top: 0px;
  font-family: StyreneAlc-Light;
}

.map-icon {
	position: absolute;
	right: 4vw;
	top: 50px;
	max-width: 50px;
	width: 3vw;
	transition: all 0.2s ease-in-out;
}

.map-icon:hover {
	transform: scale(0.8);
}

a:hover {
	opacity: 0.8;
	transition: opacity 0.2s ease;
}

body {
	height: 100%;
	height: calc(var(--vh, 1vh) * 100);
	background-color: white;
	background-size: cover;
	background: repeating-radial-gradient();
}

.fullpage {
	height: 100vh;
	/*overflow: scroll;*/
}

header {
	text-align: center;
	height: 15vh;
	height: calc(var(--vh, 1vh) * 15);
	width: 100%;
	position: fixed;
	z-index: 1000;
}

.via-verde-logo {
	padding: 35px 0 0 0;
	max-width: 370px;
	width: 25vw;
	align-self: center;
	z-index: 10;
}

.close img:hover {
	transform: scale(0.8);
	transition: all 0.2s ease;
}

.map-text h1 {
	opacity: 0;
}

.map-text h3 {
	opacity: 0;
}

.content {
	height: calc(var(--vh, 1vh) * 70);
	max-width: 1000px;
	z-index: 1;
	display: flex;
}

/* h1 {
	font-family: StyreneBlc-Medium;
	font-size: 3.5rem;
	font-weight: 500;
	color: white;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	position: relative;
}

h2 {
	font-family: StyreneAlc-Regular;
	font-weight: 100;
	color: white;
	z-index: 1000;
	font-size: 1vw;
}

h3 {
	font-family: StyreneAlc-Light;
	font-size: 2rem;
	font-weight: 100;
	color: white;
	text-align: center;
	z-index: 1000;
} */

.text-container {
  color: white;
  margin-top: 30vh;
}

.text-1 {
	/* opacity: 1;
	position: absolute;
	top: 40vh;
	width: 100vw; */
}

.text-2 {
	/* opacity: 1;
	position: absolute;
	top: 40vh;
	width: 100vw; */
}

.text-3 {
	/* opacity: 1;
	position: absolute;
	top: 40vh;
	width: 100vw; */
}

.text-4 {
	/* opacity: 1;
	position: absolute;
	top: 40vh;
	width: 100vw; */
}

.text-5 {
	/* opacity: 1;
	position: absolute;
	top: 40vh;
	width: 100vw; */
}

.text-1-h1,
.text-2-h1,
.text-3-h1,
.text-4-h1,
.text-5-h1 {
    text-align: center;
  opacity: 0;
  font-size: 2.5rem;
  position: fixed;
  width: 100%;
  font-family: StyreneBlc-Medium;
}

.text-2-h3,
.text-3-h3,
.text-4-h3,
.text-5-h3 {
	text-align: center;
  opacity: 0;
  font-size: 1.6rem;
  margin-top: 100px;
  position: fixed;
  width: 100%;
  font-family: StyreneAlc-Light;
}

.enquire {    
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-family: StyreneAlc-Regular;
  font-size: 2rem;
  position: fixed;
  margin-top: 200px;
  opacity: 0;
}

.cta_button {
	border: 2px solid rgba(255, 255, 255, 1);
  padding: 10px 0;
  display: block;
  margin-top: 20px;
  text-align: center;
  width: 230px;
  margin: auto;
  font-family: StyreneBlc-Medium;
}

.cta_button:hover {
	opacity: 0.6;
	transition: opacity 0.2s ease;
}

.footer {
  position: fixed;
  bottom: 0;
  height: auto;
  width: 100%;
  max-height: 180px;
}

/* .developer-container {
	height: calc(var(--vh, 1vh) * 15);
	margin-left: 4vw;
	position: fixed;
	bottom: 30px;
	height: auto;
	z-index: 1000;
} */

.knight-frank-svg {
	height: 50px;
	width: auto;
}

.knight-frank {
	text-align: left;
	float: left;
	align-self: flex-end;
}

.qre-rea {
	margin-left: 40px;
  float: left;
}

.qre-rea-svg {
  height: 50px;
	width: auto;
}

/* .core-capital {
	position: fixed;
	right: 0;
	width: 20vw;
} */

.core-capital h2 {
	text-align: right;
	position: absolute;
	right: 10vw;
	bottom: 0vw;
}

.developer-container {
  width: 38%;
  max-width: 400px;
  float:left;
  margin-left: 40px;
}

.joint {
  width: 100%;
  text-align: center;
  font-family: StyreneAlc-Regular;
  color: white;
  margin: 20px 0;
  font-size: 1rem;
}

.dev-text {
  width: 100%;
  text-align: center;
  font-family: StyreneAlc-Regular;
  color: white;
  margin: 20px 0;
  font-size: 1rem;
}

.agent-desktop {
  width: 38%;
  max-width: 400px;
  float: right;
  margin-right: 40px;
  margin-bottom: 40px;
}

.core-capital-logo {
  height: 80px;
  float: right
}

.oakmount-logo {
  width: 150px;
  float: right;
  margin-right: 40px;
  margin-top: 40px;
}

/* .core-capital-logo {
	height: 6vw;
	z-index: 10;
	position: absolute;
	right: 4vw;
} */

/* .oakmount {
	position: fixed;
	float: right;
	margin-top: 4vh;
	right: 17vw;
	width: 11vw;
} */

/* .oakmount-logo {
	height: 2vw;
} */

/* .psra-mobile {
	visibility: hidden;
	height: 0px;
} */

.psra-desktop {
	color: white;
}

.psra-desktop h2 {
  padding-top: 5px;
  margin: 0;
  font-family: StyreneBlc-Medium;
  font-size: 1.5rem;
  margin-top: -5px;
}

.psra-desktop h3 {
	padding-top: 3px;
	margin: 0;
	text-align: left;
	font-size: 8px;
	font-family: StyreneAlc-light;
}

a {
	text-decoration: none;
	color: white;
	transition: all 0.2s ease;
}

a :hover {
	opacity: 0.8;
	transition: opacity 0.2s ease;
}

.map-icon:hover {
	opacity: 0.8;
}

.mobile-dev{
  display: none;
}

.development-by-mobile {
    font-family: StyreneAlc-light;
    color:white;
    display:none;
}

.development-by-mobile img{
    max-width:120px;
}

.oakmount-logo-mobile {
    display:none;
}

.enquire-mobile {
  display: none;
}

 @media screen and (max-width: 790px) {
  .developer-container {
    width: 50%;
    float: left;
    margin-left: 40px;
}

.agent-desktop {
  width: 39%;
  float: right;
  margin-right: 20px;
  margin-bottom: 60px;
}
.oakmount-logo {
  width: 90px;
  float: right;
  margin-right: 20px;
  margin-top: 30px;
}
.core-capital-logo {
  height: 70px;
  float: right;
}
#cookies_inner {
  font-family: StyreneAlc-Regular;
  position: fixed;
  width: 50%;
  bottom: -10px;
  margin-left: 40px;
  text-align: left;
  font-size: .6rem;
  background: transparent;
  color: white;
  padding: 10px 0px;
  z-index: 1000;
}
.map-text {
  color: white;
  text-align: right;
  width: 100%;
  position: fixed;
  right: 50px;
}
.map-slide {
  position: fixed;
  top: 20vh;
}

.form {
  padding: 16px;
  margin: 0 auto;
  opacity: 0;
  font-size: 1vw;
  color: white;
  font-family: StyreneAlc-Regular;
  margin-bottom: 1vh;
  height: 60vh;
  background-color: #16D6A8;
  width: auto;
  max-width: 65%;
  height: auto;
  margin-top: 20vh;
}

.text-2-h3, .text-3-h3, .text-4-h3, .text-5-h3 {
  text-align: center;
    opacity: 0;
    font-size: 1.6rem;
    margin-top: 100px;
    position: fixed;
    font-family: StyreneAlc-Light;
}
}

@media screen and (max-width: 600px) {
  .mobile-hide {
    display: none;
  }
  .mobile-dev{
    display: block;
  }
	#cookies_inner {
		font-family: StyreneAlc-Regular;
		position: absolute;
		width: 100%;
		bottom: 0;
		margin-left: 0;
		text-align: center;
		font-size: .7rem;
		color: white;
		background: #12a6b3d9;
		padding: 0px 0px;
		padding-bottom: 20px;
		z-index: 2000;
	}
	.cc-btn {
		margin-right: 0px;
		margin-top: 0px;
		float: right;
		border: none;
		background-color: rgba(0, 0, 0, 0);
		color: white;
    border: 2px solid white;
    height: 22px;
	}
	.close-form {
		height: 20px;
		margin-top: -35px;
	}
	html {
		overflow-y: scroll !important;
		touch-action: pan-y;
	}
	.container {
		height: 100%;
		overflow: scroll;
	}
	.form {
		max-width: 75%;
		margin-top: 10px;
	}
	.form-fields label {
	font-size: 12px;
    line-height: 24px;
    padding-top: 8px;
    display: block;
	}
	.form-fields input {
	min-height: 30px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid white;
    width: 95%;
    margin-bottom:0;
  }
  input#agree_check{
	min-height: 30px;
    font-size: 16px;
    border: none;
    width: 30px;
    border-bottom: 1px solid white;
	}
  #register_sbumit {
    border: 1px solid white;
  }
	textarea {
		min-height: 90px;
		font-size: 16px;
	}
	body {
		height: 100%;
		overflow-y: scroll !important;
		touch-action: pan-y;
		-webkit-overflow-scrolling: touch !important;
	}
	header {
		text-align: left;
	}
	.via-verde-logo {
		height: 60px;
		width: auto;
	}
	.map-icon {
		height: 30px;
		width: 30px;
		top: 25px;
		right: 25px;
	}
	.map .close {
		height: 25px;
		width: 25px;
	}
	.map .close img {
		height: 30px;
		width: 30px;
  }
  .enquire-mobile {
    display: block;
    width: 100%;
	}
  .agents-mobile {
    display: block;
    min-height: 110px;
  }
  
.development-by-mobile {
  display:block;
  height: 110px;
    width: 100%;
    margin-top: 30px;
  }

  .agent-desktop {
  display: none;
  }

  .joint-mobile {
    font-size: 12px;
    font-family: StyreneAlc-Regular;
    color: white;
    margin-bottom: 15px;
  }
	.developer-container-mobile {
    text-align: center;
    /* margin-top: -145px; */
  }
	.knight-frank-mobile  {
    width: 50%;
    float: left;
  }
  .knight-frank-svg-mobile {
    width: 65%;
    margin: auto;
  }
	.qre-rea-mobile  {
    width: 50%;
    float: right;
  }
  .qre-rea-svg-mobile {
    width: 90%;
    margin: auto;
  }
	.psra-desktop {
		visibility: hidden;
		height: 0px;
	}
	.psra-mobile {
    visibility: visible;
    font-family: StyreneAlc-Regular;
    color: white;
  }
  .psra-mobile h2 {
    font-size: 16px;
    margin: 5px 0;
	}
  .psra-mobile h3{
    font-size: 7px;
    margin: 5px 0;
  }
  .development-by {
      display:block;
    height: 110px;
    width: 100%;
    margin-top: 30px;
  }
  .dev-text-mobile {
    font-size: 12px;
    font-family: StyreneAlc-Regular;
    color: white;
    margin: 0;
  }
  .core-capital-mobile {
    width: 50%;
    float: right;
  }
	.core-capital-logo-mobile {
    width: 60%;
    margin: auto;
	}
	.oakmount-mobile {
		width: 50%;
    float: right;
	}
	.oakmount-logo-mobile {
	width: 60%;
    margin: auto;
    display:block;
    margin-top: 15%;
	}
	.via-verde-logo {
		padding: 0;
		margin: 25px 0 0 25px;
	}
	/* .content {
		width: 60vw;
		margin: 0;
  } */
  .text-container {
    height: 70vh;
    width: 85%;
    margin: auto;
    font-family: StyreneAlc-Regular;
    color: white;
  }
	.text-1,
	.text-2,
	.text-3,
	.text-4,
	.text-5 {
    position:fixed;
    top: 14vh;
    width:90%;
    max-width: 90vw;
	}
	.text-1-h1 {
    font-size: 2.5rem;
	text-align: left;
	width: 80%;
	}
	.text-2-h1,
	.text-3-h1,
	.text-4-h1,
	.text-5-h1 {
    font-size: 2rem;
    text-align: left;
    margin: 50px 0;
    max-width: 80%;
  }
  
	.text-2-h3,
	.text-4-h3,
	.text-5-h3 {
    text-align: left;
    font-size: 1rem;
    margin-top: 165px;
    max-width: 80%;
  }
  
  .text-3-h3 {
    text-align: left;
    font-size: 1rem;
    margin-top: 135px;
    max-width: 80%;
  }

  .enquire {    
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    padding: 0px;
    font-family: StyreneAlc-Regular;
    font-size: 1rem;
    position: fixed;
    margin-top: 260px;
  }
  
  .close {
	opacity: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	height: 40px;
	width: 40px;
	transition: all 0.5s ease;
    }

    .close img {
	height: 20px;
	width: 20px;
	transition: all 0.2s ease;
    }

.map-slide {
  position: fixed;
	top: 8vh;
}

  .cookiewidth {
    width: 85%;
    margin: auto;
    padding: 10px;
  }
  
  .cta_button {
    border: 2px solid rgba(255, 255, 255, 1);
    padding: 10px 0;
    display: block;
    margin-top: 20px;
    text-align: center;
    width: 210px;
    margin: auto;
    font-family: StyreneBlc-Medium;
  }
  
  .cta_button:hover {
    opacity: 0.6;
    transition: opacity 0.2s ease;
  }
  
	.map-slide h1 {
    font-size: 20px;
    width: auto;
    padding-left: 20px;
	}
	.map-slide h3 {
		font-size: 16px;
	}
	.joint {
		position: absolute;
		bottom: 26vh;
		left: 26vw;
	}
	.dev {
		position: absolute;
		left: 14vw;
		bottom: 7vh;
	}
	h2 {
		font-size: 12px;
	}
	.core-capital h2 {
		text-align: center;
		position: absolute;
		bottom: 15vw;
		left: 18vw;
		width: 40vw;
  }
  
  .cc-btn {
    text-align: center;
    margin-right: 0;
    margin-top: 0;
    float: none;
  }

}

@media screen and (max-width: 321px) {
	.text-1-h1 {
		letter-spacing: -1px;
		font-size: 36px;
		position: relative;
		text-align: left;
		margin: 25px 0;
	}
	.text-2-h1,
	.text-3-h1,
	.text-4-h1,
	.text-5-h1 {
		letter-spacing: -1px;
		position: relative;
		margin: 25px 0;
		text-align: left;
		margin-bottom: 6px;
		line-height: 28px;
		font-size: 25px;
	}
	.text-2-h3,
	.text-3-h3,
	.text-4-h3,
	.text-5-h3 {
		margin: 0;
		font-size: 15px;
		text-align: left;
		line-height: 18px;
  }
  
  .enquire {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    padding: 0px;
    font-family: StyreneAlc-Regular;
    font-size: 3vh;
    position: fixed;
    margin-top: 90px;
}
}

@media screen and (min-width: 1600px) {
  .map-text {
    color: white;
    text-align: right;
    width: 50%;
    position: fixed;
    right: 250px;
}
}


.fp-tableCell {
	vertical-align: inherit;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
	align-items: center;
    height: 100vh;

}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
  width: 50%;
}

.text-column {
  font-family: "StyreneAlc-Light", sans-serif;
  height: auto;
  padding: 50px;
  color: white;
    align-self: center;
	    width: 60%;
    font-size: 22px;
}

@media screen and (max-width: 1281px) {
.text-column {
    width: 70%;
    font-size: 16px;
    line-height: 1.3;
}
}

@media screen and (max-width: 1024px) {
.column {
width: 100%;
    font-size: 14px;
}
.text-column {
    width: 90%;
    font-size: 14px;
    line-height: 1.4;
	padding: 0px;
}
.row {
	flex-direction: column-reverse;
	height: auto;
    margin-top: 120px;
}
}

.slider-column {
  height: auto;
  align-items: center;
}

.swiper-container {
  width: 90%;
  height:  auto;
}

.swiper-container img{
  width: 100%;
  height:  auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	color: white;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	color: white;
}

.swiper-pagination-bullet-active {
	background: white;
}

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
  transform: scale(.7);
}

.arrows path {
  stroke: white;
  fill: transparent;
  stroke-width: 2px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}

@media screen and (max-width: 600px) {
.arrows {
  left: 9%;
	bottom: 0;
	transform: scale(.4);
}
.desktop-hide {
	display: block;
}
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
.arrows {
	bottom: 200px;
	transform: scale(.4);
}
.desktop-hide {
	display: block;
}
}