@charset "UTF-8";
/* CSS Document */

::-moz-selection {background: #fff; color: #60b158;}
::selection {background: #fff; color: #60b158;}
@media (min-width: 991.98px) {.mobile{display: none;}}
@media (max-width: 992px) {.desktop{display: none;}}

html {scroll-behavior: smooth;}

.btn{white-space: normal;}

/* Testi */
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	pointer-events: inherit;
}
.interlinea{
	line-height: 1.5!important;
}
ul,li,p,small{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #595959;
	pointer-events: inherit;
}
button{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	pointer-events: inherit;
}

.tx-x2{font-size: 200%;}
.tx-x3{font-size: 300%;}
.tx-x4{font-size: 400%;}
.tx-x5{font-size: 500%;}
.tx-x6{font-size: 600%;}

/* colori */
.tx-primary-1 {color:#60b158}
.tx-primary-2 {color:#8cd4bc}
.tx-white{color:#fff}
.tx-light{color:#f0f0f0}
.tx-black{color:#000}
.tx-dark{color:#595959}


.bg-black{background-color:#000}
.bg-primary-1 {background-color:#60b158}
.bg-primary-2 {background-color:#8cd4bc}



/* background */
html {
  height:100%;
}

body {
  margin:0;
}
/* buttons */
.badge-primary-1 {
  color: #ffffff;
   background-color: #60b158;
   font-weight: 300;
}

.btn-primary-1 {
	white-space: normal;
    color: #ffffff;
    background-color: #60b158;
    border-color: #60b158;
    display: inline-block;
    font-weight: 300;
	  font-family: 'Montserrat', sans-serif;
	  text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none!important;
    border: 1px solid transparent;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2.5rem;
    
}
.btn-primary-1:hover{
	transition:
		color .30s ease-in-out,
		background-color .30s ease-in-out,
		border-color .30s ease-in-out;
	background-color: #000;
    border-color: #000;
}
.btn-primary-2 {
	white-space: normal;
    color: #ffffff;
    background-color: #8cd4bc;
    border-color: #8cd4bc;
    display: inline-block;
    font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none!important;
    border: 1px solid transparent;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2.5rem;
    
}
.btn-primary-2:hover{
	transition:
		color .30s ease-in-out,
		background-color .30s ease-in-out,
		border-color .30s ease-in-out;
	background-color: #000;
    border-color: #000;
}

.btn-black {
	white-space: normal;
    color: #ffffff;
    background-color: #000;
    border-color: #000;
    display: inline-block;
    font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none!important;
    border: 1px solid transparent;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2.5rem;
    
}
.btn-black:hover{
	transition:
		color .30s ease-in-out,
		background-color .30s ease-in-out,
		border-color .30s ease-in-out;
	background-color: #595959!important;
    border-color: #595959!important;
}

/* Card */
.card {
   border: 0px solid rgba(0,0,0,.125); 
	border-radius: 0rem;
}
.card:hover{
	transition: .30s ease-in-out;
	transform: scale(1.05);
	pointer-events: visible;
}
/* Background modal fade */
.show{
	background-color: rgba(240,240,240,0.80)!important;
}

.modal-content {
    background-color: transparent;
    border: 0px solid rgba(0,0,0,.2);
}
/* Background */

body {
  display: table;
  width: 100%;
  background-color: #fff;
  line-height: 1.6;
  position: relative;
  font-family: sans-serif;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
z-index:-100;
}
.lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, #60b158), to(#60b158));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #60b158 75%, #60b158 100%);
  -webkit-animation: run 10s 0s infinite;
          animation: run 10s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
  margin-left: -25%;
}
.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.lines .line:nth-child(3) {
  margin-left: 25%;
}
.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}


@media (max-width: 991.98px) {
	.tx-x3{font-size: 150%;}
	.tx-x4{font-size: 250%;}
	.tx-x2{font-size: 180%;}
	.card:hover{
	transition: none;
	transform: none;
	pointer-events: none;
}
}
div#verticale {
	width: 1000px;
	height: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
}