@import 'fontello.css';
*{
  outline: none !important;
}
html,
body, #app{
  height: 100%;
  background-color: #fff;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #3E3E3E;
  font-size: 0.75vw;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background-color: #3E3E3E;
  color: #fff;
}
::selection {
  background-color: #3E3E3E;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
.txt-whatsapp {
    position: absolute;
    right: 45px;
    line-height: 15px;
    height: 2em;
    color: #3E3E3E
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
.h1 {
  font-size: 4vw;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 1vw;
}
h5,
.h5 {
  font-size: 0.8vw;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 600;
}
a {
  text-decoration: none !important;
  color: #3E3E3E;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #9B2F77;
  text-decoration: none;
}
a:focus {
  color: #3E3E3E;
  text-decoration: none;
}
p {
  color: #3E3E3E;
  margin: 0;
}
.form-group{
  margin-bottom: 1vw;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-control {
  padding: 0.85vw 1.2vw;
  height: auto;
  background: #FFFFFF;
  border: 0.5px solid #D8D8D8;
  border-radius: 0.4vw;
  font-size: 0.8vw;
  font-weight: 600;
  box-shadow: none;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #9B2F77;
}
.form-label {
  position: relative;
}
.form-label span{
  font-size: 0.5vw;
  position: absolute;
  top: 0.75vw;
  left: 1.2vw;
  z-index: 10;
}
.form-label .form-control{
  padding-top: 1.5vw;
}
.form-select {
  background: #FFFFFF;
  border: 0.5px solid #D8D8D8;
  border-radius: 0.4vw;
  font-size: 0.8vw;
  font-weight: 600;
  position: relative;
  padding: 0;
  margin: 0;
}
.form-select:after {
  content: "\e8b0";
  font-family: 'fontello';
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -9px;
  font-size: 13px;
}
.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: auto;
}
.form-group label{
  font-weight: 600;
  font-size: 0.8vw;
  margin: 0 0 0.5vw 0;
  padding: 0;
  color: #878787;
}
.phone-input{
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-gap: 10px;
}
.form-obs{
  display: block;
  text-align: center;
  margin: 0.75vw 0 1.5vw 0;
}
.form-obs p{
  font-size: 0.5vw;
}
.form-obs a{
  color: #9B2F77;
  display: block;
}
.form-obs a:hover{
  color: #611c4a;
}
.form-obs.center p{
  text-align: center;
}
.form-group input[type=date]{
  line-height: 1;
}
section {
  padding: 5vw 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
}
.title {
  margin: 0 0 1.5vw 0;
  position: relative;
  z-index: 10;
}
.title.right {
  text-align: right;
}
.title.center {
  text-align: center;
}
.title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 2vw;
}
.title h3 {
  margin: 0;
  font-weight: 700;
  font-size: 1.25vw;
}
.title h4 {
  font-size: 0.8vw;
  margin: 0 0 1vw 0;
}
.title p {
  font-size: 0.95vw;
  margin: 5px 0 0 0;
  font-weight: 400;
}
.title strong{
  display: block;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  text-align: center;
  background-color: #3E3E3E;
}
#mask {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#mask img{
  width: 200px;
}
#topnav {
  position: absolute;
  right: 0;
  left: 0;
  top: 2vw;
  z-index: 300;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#topnav.scroll{
  top: 0;
}
#topnav .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#topnav #navigation{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
#topnav #navigation a{
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  margin-left: 1vw;
  font-size: 0.8vw;
  opacity: 1;
}
#topnav #navigation a:hover{
  opacity: 0.7;
}
#topnav #navigation .default{
  display: flex;
  align-items: center;
}
#topnav #navigation .default img{
  margin-left: 1vw;
  margin-bottom: 5px;
}
#topnav #navigation .default:hover{
  color: #611c4a !important;
}
#topnav .menu-extras {
  position: absolute;
  right: 20px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  z-index: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
#topnav .navbar-toggle.open span {
  position: relative;
}
#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  right: -100%;
  opacity: 0;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: -6px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
#topnav .navbar-toggle.open span:first-child{
  width: 100%;
}
#topnav .navbar-toggle:hover span{
  opacity: 0.7;
}
#topnav .navbar-toggle span {
  opacity: 1;
  height: 1px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navbar-toggle span:first-child {
  width: 100%;
}
#topnav .navbar-toggle span:last-child {
  width: 90%;
  margin-bottom: 0;
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:hover span {
  width: 100% !important;
}
#topnav .logo img{
  height: 3.5vw;
  width: auto;
  max-width: initial;
}
.alert {
  border-radius: 0;
  font-size: 0.8vw;
  background-color: transparent;
}
.alert.alert-danger {
  border-color: #e74c3c;
  color: #e74c3c;
}
.alert.alert-success {
  border-color: #2ecc71;
  color: #2ecc71;
}
.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.upper {
  text-transform: uppercase;
}
.ov-v {
  overflow: visible;
}
.ov-h {
  overflow: hidden;
}
.b-0 {
  border: 0!important;
}
.bt-0 {
  border-top: 0!important;
}
.br-0 {
  border-right: 0!important;
}
.bb-0 {
  border-bottom: 0!important;
}
.bl-0 {
  border-left: 0!important;
}
.border-top {
  border-top: 1px solid #e7e7e7;
}
.border-right {
  border-right: 1px solid #e7e7e7;
}
.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
.border-left {
  border-left: 1px solid #e7e7e7;
}
.m-0 {
  margin: 0!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mt-0 {
  margin-top: 0!important;
}
.mr-0 {
  margin-right: 0!important;
}
.ml-0 {
  margin-left: 0!important;
}
.mb-10 {
  margin-bottom: 10px!important;
}
.mr-10 {
  margin-right: 10px!important;
}
.ml-10 {
  margin-left: 10px!important;
}
.mt-10 {
  margin-top: 10px!important;
}
.mb-15 {
  margin-bottom: 0.75vw!important;
}
.mr-15 {
  margin-right: 0.75vw!important;
}
.ml-15 {
  margin-left: 0.75vw!important;
}
.mt-15 {
  margin-top: 0.75vw!important;
}
.mb-25 {
  margin-bottom: 1.25vw!important;
}
.mr-25 {
  margin-right: 1.25vw!important;
}
.ml-25 {
  margin-left: 1.25vw!important;
}
.mt-25 {
  margin-top: 1.25vw!important;
}
.mb-50 {
  margin-bottom: 2.5vw!important;
}
.mr-50 {
  margin-right: 2.5vw!important;
}
.ml-50 {
  margin-left: 2.5vw!important;
}
.mt-50 {
  margin-top: 2.5vw!important;
}
.p-0 {
  padding: 0!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.pt-0 {
  padding-top: 0!important;
}
.pr-0 {
  padding-right: 0!important;
}
.pl-0 {
  padding-left: 0!important;
}
.pb-15 {
  padding-bottom: 0.75vw;
}
.pr-15 {
  padding-right: 0.75vw;
}
.pl-15 {
  padding-left: 0.75vw;
}
.pt-15 {
  padding-top: 0.75vw;
}
.pb-25 {
  padding-bottom: 1.25vw;
}
.pr-25 {
  padding-right: 1.25vw;
}
.pl-25 {
  padding-left: 1.25vw;
}
.pt-25 {
  padding-top: 1.25vw;
}
.pb-50 {
  padding-bottom: 2.5vw;
}
.pr-50 {
  padding-right: 2.5vw;
}
.pl-50 {
  padding-left: 2.5vw;
}
.pt-50 {
  padding-top: 2.5vw;
}
.default{
  color: #9B2F77 !important;
}
.container{
  width: 100%;
  max-width: 95%;
}
.btn-mid {
  border: none;
  outline: none;
  padding: 0.75vw 2.5vw;
	display: inline-flex;
	align-items: center;
	justify-content: center;
  cursor: pointer;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  color: #fff !important;
  opacity: 1;
  position: relative;
  border-radius: 0.5vw;
  background-color: #9B2F77;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-def {
  border: none;
  outline: none;
  padding: 0.75vw 2.5vw;
	display: inline-flex;
	align-items: center;
	justify-content: center;
  cursor: pointer;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  color: #fff !important;
  opacity: 1;
  position: relative;
  border-radius: 0.5vw;
  background-color: #878787;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-def:hover{
	background-color: #D8D8D8;
}
.btn-mid:hover{
	background-color: #611c4a;
}
.btn-center{
  display: block;
  text-align: center;
  margin-top: 3vw;
}
.cover-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#home{
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 0;
  margin: 0;
  max-height: 85%;
  overflow: hidden;
}
#home img{
  display: block;
  width: 100%;
}
#home img.home-mobile{
  display: none;
}
#home .container{
  position: absolute;
}
#home .home-title{
  width: 100%;
  max-width: 27.5vw;
  position: absolute;
  z-index: 15;
}
.home-title h1 {
  font-size: 2.6vw;
  margin-top: -5.5vw;
}
.home-title h1 span{
  font-weight: 700;
}
#form {
  overflow: visible;
  z-index: 40;
  padding: 0;
  background-color: transparent;
}
#form .container{
  margin-top: -15vw;
  margin-bottom: -5vw;
}
.form-box {
  display: block;
  width: 100%;
  max-width: 27.5vw;
  padding: 2vw 2.5vw;
  border-radius: 2vw;
  background-color: #f9f9f9;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.form-bg{
  position: absolute;
  width: 528.5px;
  height: 456px;
  left: -2vw;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.form-title{
  display: block;
  text-align: center;
  margin-bottom: 1.5vw;
}
.form-box h3{
  font-weight: 700;
  font-size: 1vw;
}
.range-slider {
	margin-top: 0.75vw;
  -webkit-appearance: none;
  width: 100%;
  height: 0.2vw;
	border-radius: 0.2vw;
  background-color: #d8d8d8;
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.range-slider:hover {
  opacity: 1;
}
.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 27px;
  height: 27px;
	background-color: #9B2F77;
	border-radius: 100%;
  cursor: pointer;
}
.range-slider::-moz-range-thumb {
  width: 1.4vw;
  height: 1.4vw;
	border: 0.3vw solid #0078E6;
	background-color: #FFFFFF;
	border-radius: 100%;
  cursor: pointer;
}
.calculator-range{
	position: relative;
}
.range-qty{
	position: absolute;
	font-size: 0.75vw;
  color: #878787;
	bottom: -1.5vw;
}
.range-qty:nth-of-type(1){
	left: 0;
}
.range-qty.qty-mid{
	left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.range-qty:nth-of-type(3){
	right: 0;
}
.calculator-result{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  margin-top: 1vw;
}
.calculator-result p{
  font-size: 17px;
  color: #878787;
}
.calculator-result span{
  font-weight: 700;
  color: #3E3E3E;
}
.calculator-amount{
	display: inline-flex;
  align-items: center;
  padding: 0.4vw 1.5vw;
  border: 1px solid #d8d8d8;
  border-radius: 0.5vw;
  margin: 0 auto;
  margin-top: 3vw;
}
.calculator-amount p{
  display: flex;
  align-items: center;
	font-size: 0.75vw;
	color: #878787;
}
.calculator-amount span{
	display: block;
	color: #3e3e3e;
	font-size: 2vw;
  font-weight: 700;
  line-height: 1;
  margin-left: 1.25vw;
}
.calculator-due{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 1vw;
}
.calculator-block{
  display: block;
  margin-top: 1.5vw;
  position: relative;
}
.due-box{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 3vw;
  height: 3vw;
  border-radius: 0.65vw;
  font-weight: 600;
  background-color: transparent;
  color: #d8d8d8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.due-box:hover{
  background-color: #d8d8d8;
  color: #3E3E3E;
}
.due-box.active{
  background-color: #9B2F77;
  color: #fff;
  font-weight: 700;
}
.form-box .btn-mid{
  margin-top: 0.5vw;
}
.form-box .btn-def{
  margin-top: 0.5vw;
}
#how{
  background-color: #fff;
  padding-top: 0;
  margin-top: 0;
  overflow: visible;
  z-index: 30;
}
.half-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.how-container{
  display: block;
  margin: 2.5vw 0;
}
.half-1{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1vw;
}
.half-2{
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 0.75vw;
}
.half-3{
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-gap: 1.5vw;
  margin-top: 0.75vw;
}
.half-4{
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  grid-gap: 1.5vw;
}
.half-5{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 5vw;
}
.how-right{
  display: grid;
  grid-template-columns: 8vw 1fr;
  grid-gap: 1vw;
  align-items: center;
}
.how-left{
  display: flex;
  grid-template-columns: 1fr 8vw;
  grid-gap: 1vw;
  align-items: center;
  justify-content: flex-end;
}
.how-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8vw;
}
.how-icon img{
  display: block;
  width: 100%;
}
.how-text{
  display: grid;
  grid-template-columns: 1.5vw 1fr;
  grid-gap: 5px;
}
.how-text h3{
  font-size: 1vw;
  font-weight: 500;
  margin-bottom: 5px;
}
.how-text span{
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 1;
  display: inline-flex;
  margin-right: 0.4vw;
}
.how-text p{
  font-size: 1vw;
  font-weight: 300;
  color: #878787;
  width: 100%;
  max-width: 17vw;
}
.line-1{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.line-2{
  display: flex;
  align-items: flex-end;
}
.line-2 img{
  top: 0.75vw;
  position: relative;
}
.line-3{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.line-4{
  display: flex;
  align-items: flex-end;
}
.line-4 img{
  position: relative;
  top: 2vw;
}
.line-5 img{
  display: none;
}
.contact-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5vw;
  width: 100%;
  max-width: 810px;
  position: relative;
  z-index: 15;
  margin: 0 auto;
  margin-top: 3vw;
}
.contact-box{
  display: flex;
  align-items: center;
  position: relative;
}
.contact-icon{
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4vw;
  z-index: 15;
}
.contact-icon img{
  display: block;
  width: 100%;
}
.contact-btn{
  width: 100%;
  border: none;
  outline: none;
  padding: 0.75vw 2.5vw;
	display: inline-flex;
	align-items: center;
	justify-content: center;
  cursor: pointer;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  color: #fff !important;
  opacity: 1;
  position: relative;
  border-radius: 0.5vw;
  background-color: #9B2F77;
  margin-left: 1.5vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-box:hover .contact-btn{
  background-color: #611c4a;
}
.faq-grid .accordion{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2vw;
  margin-top: 2.5vw;
}
.faq-grid .accordion::before{
  display: none;
}
.faq-grid ul.accordion{
	padding: 0;
}
.faq-grid .accordion li{
	list-style: none;
  padding: 0;
  margin: 0;
}
.accordion-title {
	position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: transparent;
  border-bottom: 1px solid #9B2F77;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-title h4 {
  margin: 0;
  padding: 1vw 2.5vw 1vw 1.5vw;
  position: relative;
  cursor: pointer;
  color: #3E3E3E;
  font-weight: 500;
  font-size: 0.85vw;
}
.accordion-title:before {
  color: #3E3E3E;
  content: "\e8b0";
  font-family: "fontello";
  font-size: 0.75vw;
  position: absolute;
  right: 1vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion>li.active .accordion-title:before {
  transform: rotate(225deg);
}
.accordion-content {
  display: none;
  padding: 1.5vw;
  background-color: #f9f9f9;
  margin-top: 0.75vw;
}
.accordion-content p {
  font-size: 0.75vw;
  line-height: 1.4;
  color: #191b1d;
  margin-bottom: 10px;
}
.accordion-content p:last-child {
  margin-bottom: 0;
}
.accordion-content ul{
  padding: 0;
}
.accordion-content a{
  text-decoration: underline;
}
#form-full{
  padding: 0;
  margin: 0;
}
.form-grid{
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.form-left{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F9F9;
}
.form-right{
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-main .title{
  margin-bottom: 0;
}
.form-main .title strong{
  display: inline-block;
}
.form-main .title h1{
  font-size: 2.3vw;
}
.form-main{
  width: 100%;
  max-width: 23.5vw;
  padding: 0 1vw;
  position: relative;
  z-index: 10;
}
.form-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9vw;
  margin: 0 auto;
  margin-bottom: 1vw;
}
.form-icon img{
  display: block;
  width: 100%;
}
.form-right form{
  width: 100%;
  max-width: 485px;
  padding: 0 1vw;
}
.form-right form .btn-mid{
  width: 100%;
  margin-bottom: 5px;
}
.form-right form .btn-def{
  width: 100%;
}
.form-close{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #D8D8D8 !important;
  color: #D8D8D8 !important;
  padding: 0 !important;
  max-width: initial !important;
  width: 37px !important;
  height: 37px !important;
  position: absolute;
  top: 1vw;
  right: 55px;
  border-radius: 10px !important;
  z-index: 20;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-close:hover{
  color: #3E3E3E !important;
  border: 2px solid #3E3E3E !important;
}
.form-close button{
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.form-grey .title h1{
  color: #878787;
}
.form-main .title .name::first-letter{
  text-transform: uppercase;
}
.form-text p,
.form-text span{
  font-size: 1vw;
  display: block;
  font-weight: 600;
  margin: 1vw;
  text-align: center;
}
.form-text li{
  font-weight: 600;
  margin: 1vw;
}
.form-text ul{
  padding: 0;
  margin: 0 0 1vw 0;
}
.form-list p{
  color: #878787;
  display: block;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #D8D8D8;
}
.form-list strong{
  color: #3E3E3E;
}
.form-logo{
  position: absolute;
  top: 1vw;
  left: 1.5vw;
  z-index: 20;
}
.form-wha{
    left: 44.5vw !important;
    top: 2.5vw !important;
}
.modal-about{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -10;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-about.active{
  opacity: 1;
  pointer-events: visible;
  z-index: 400;
}
.about-text{
  width: 100%;
  max-width: 30vw;
}
.about-text p{
  margin-bottom: 1vw;
}
.about-text p:last-child{
  margin-bottom: 0;
}
.modal-logo{
  display: block;
  margin-bottom: 1vw;
}
footer{
  position: relative;
  z-index: 20;
  background-color: #9B2F77;
  padding: 2vw 0 1.5vw 0;
  text-align: center;
}
footer p{
  color: #fff;
  font-size: 12px;
  margin: 0;
}
.footer-logo{
  display: block;
  margin: 0 auto;
  margin-bottom: 2vw;
}
