
/* Dropdown */
.dropdown[data-v-486a5278] {
  display: inline-block;
  position: relative;
}
.dd-button[data-v-486a5278] {
  display: inline-block;
  border: none;
  /*border: 1px solid gray;*/
  border-radius: 0;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}
.dd-button[data-v-486a5278]:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #727272;
}
.dd-button[data-v-486a5278]:hover {
  background-color: #eeeeee;
}
.dd-menu[data-v-486a5278] {
  position: absolute;
  top: 100%;
  /*border: 1px solid #ccc;*/
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
  min-width: 100%;
}
.dd-menu li[data-v-486a5278] {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}
.dd-menu li[data-v-486a5278]:hover {
  background-color: #f6f6f6;
}
.dd-menu li a[data-v-486a5278] {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}
.dd-menu li.divider[data-v-486a5278]{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
html[data-v-486a5278] {
  overflow: auto!important;
}
[data-v-486a5278] {
  font-family: 'Product Sans Regular';
}
.input_forms[data-v-486a5278] {
  font-size: 1.1rem;
}
.input_forms[data-v-486a5278]:focus {
  border-bottom: 2px solid #38b5aa;
  /*border-bottom: 2px solid #00baf6;*/
}
.context h1[data-v-486a5278]{
  text-align: center;
  color: #fff;
  font-size: 50px;
}
.circles li[data-v-486a5278]{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate-486a5278 25s linear infinite;
  bottom: -150px;
}
.circles li[data-v-486a5278]:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li[data-v-486a5278]:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li[data-v-486a5278]:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li[data-v-486a5278]:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li[data-v-486a5278]:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li[data-v-486a5278]:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li[data-v-486a5278]:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li[data-v-486a5278]:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li[data-v-486a5278]:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li[data-v-486a5278]:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate-486a5278 {
0%{
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
}
100%{
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
}
}
