.m-0 {
  margin: 0px;
}

@media only screen and (max-width: 767px) {
  .m-m-0 {
    margin: 0px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-0 {
    margin: 0px;
  }
}

.p-0 {
  padding: 0px;
}

@media only screen and (max-width: 767px) {
  .p-m-0 {
    padding: 0px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-0 {
    padding: 0px;
  }
}

.ml-0 {
  margin-left: 0px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-0 {
    margin-left: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-0 {
    margin-left: 0px !important;
  }
}

.pl-0 {
  padding-left: 0px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-0 {
    padding-left: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-0 {
    padding-left: 0px !important;
  }
}

.mr-0 {
  margin-right: 0px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-0 {
    margin-right: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-0 {
    margin-right: 0px !important;
  }
}

.pr-0 {
  padding-right: 0px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-0 {
    padding-right: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-0 {
    padding-right: 0px !important;
  }
}

.mt-0 {
  margin-top: 0px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-0 {
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-0 {
    margin-top: 0px !important;
  }
}

.pt-0 {
  padding-top: 0px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-0 {
    padding-top: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-0 {
    padding-top: 0px !important;
  }
}

.mb-0 {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-0 {
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-0 {
    margin-bottom: 0px !important;
  }
}

.pb-0 {
  padding-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-0 {
    padding-bottom: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-0 {
    padding-bottom: 0px !important;
  }
}

.mx-0 {
  margin: 0 0px 0 0px;
}

@media only screen and (max-width: 767px) {
  .mx-m-0 {
    margin: 0 0px 0 0px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-0 {
    margin: 0 0px 0 0px;
  }
}

.my-0 {
  margin: 0px 0 0px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-0 {
    margin: 0px 0 0px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-0 {
    margin: 0px 0 0px 0;
  }
}

.px-0 {
  padding: 0 0px 0 0px;
}

@media only screen and (max-width: 767px) {
  .px-m-0 {
    padding: 0 0px 0 0px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-0 {
    padding: 0 0px 0 0px;
  }
}

.py-0 {
  padding: 0px 0 0px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-0 {
    padding: 0px 0 0px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-0 {
    padding: 0px 0 0px 0;
  }
}

.m-1 {
  margin: 5px;
}

@media only screen and (max-width: 767px) {
  .m-m-1 {
    margin: 5px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-1 {
    margin: 5px;
  }
}

.p-1 {
  padding: 5px;
}

@media only screen and (max-width: 767px) {
  .p-m-1 {
    padding: 5px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-1 {
    padding: 5px;
  }
}

.ml-1 {
  margin-left: 5px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-1 {
    margin-left: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-1 {
    margin-left: 5px !important;
  }
}

.pl-1 {
  padding-left: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-1 {
    padding-left: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-1 {
    padding-left: 5px !important;
  }
}

.mr-1 {
  margin-right: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-1 {
    margin-right: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-1 {
    margin-right: 5px !important;
  }
}

.pr-1 {
  padding-right: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-1 {
    padding-right: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-1 {
    padding-right: 5px !important;
  }
}

.mt-1 {
  margin-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-1 {
    margin-top: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-1 {
    margin-top: 5px !important;
  }
}

.pt-1 {
  padding-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-1 {
    padding-top: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-1 {
    padding-top: 5px !important;
  }
}

.mb-1 {
  margin-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-1 {
    margin-bottom: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-1 {
    margin-bottom: 5px !important;
  }
}

.pb-1 {
  padding-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-1 {
    padding-bottom: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-1 {
    padding-bottom: 5px !important;
  }
}

.mx-1 {
  margin: 0 5px 0 5px;
}

@media only screen and (max-width: 767px) {
  .mx-m-1 {
    margin: 0 5px 0 5px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-1 {
    margin: 0 5px 0 5px;
  }
}

.my-1 {
  margin: 5px 0 5px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-1 {
    margin: 5px 0 5px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-1 {
    margin: 5px 0 5px 0;
  }
}

.px-1 {
  padding: 0 5px 0 5px;
}

@media only screen and (max-width: 767px) {
  .px-m-1 {
    padding: 0 5px 0 5px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-1 {
    padding: 0 5px 0 5px;
  }
}

.py-1 {
  padding: 5px 0 5px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-1 {
    padding: 5px 0 5px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-1 {
    padding: 5px 0 5px 0;
  }
}

.m-2 {
  margin: 10px;
}

@media only screen and (max-width: 767px) {
  .m-m-2 {
    margin: 10px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-2 {
    margin: 10px;
  }
}

.p-2 {
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .p-m-2 {
    padding: 10px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-2 {
    padding: 10px;
  }
}

.ml-2 {
  margin-left: 10px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-2 {
    margin-left: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-2 {
    margin-left: 10px !important;
  }
}

.pl-2 {
  padding-left: 10px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-2 {
    padding-left: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-2 {
    padding-left: 10px !important;
  }
}

.mr-2 {
  margin-right: 10px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-2 {
    margin-right: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-2 {
    margin-right: 10px !important;
  }
}

.pr-2 {
  padding-right: 10px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-2 {
    padding-right: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-2 {
    padding-right: 10px !important;
  }
}

.mt-2 {
  margin-top: 10px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-2 {
    margin-top: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-2 {
    margin-top: 10px !important;
  }
}

.pt-2 {
  padding-top: 10px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-2 {
    padding-top: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-2 {
    padding-top: 10px !important;
  }
}

.mb-2 {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-2 {
    margin-bottom: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-2 {
    margin-bottom: 10px !important;
  }
}

.pb-2 {
  padding-bottom: 10px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-2 {
    padding-bottom: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-2 {
    padding-bottom: 10px !important;
  }
}

.mx-2 {
  margin: 0 10px 0 10px;
}

@media only screen and (max-width: 767px) {
  .mx-m-2 {
    margin: 0 10px 0 10px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-2 {
    margin: 0 10px 0 10px;
  }
}

.my-2 {
  margin: 10px 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-2 {
    margin: 10px 0 10px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-2 {
    margin: 10px 0 10px 0;
  }
}

.px-2 {
  padding: 0 10px 0 10px;
}

@media only screen and (max-width: 767px) {
  .px-m-2 {
    padding: 0 10px 0 10px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-2 {
    padding: 0 10px 0 10px;
  }
}

.py-2 {
  padding: 10px 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-2 {
    padding: 10px 0 10px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-2 {
    padding: 10px 0 10px 0;
  }
}

.m-3 {
  margin: 15px;
}

@media only screen and (max-width: 767px) {
  .m-m-3 {
    margin: 15px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-3 {
    margin: 15px;
  }
}

.p-3 {
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .p-m-3 {
    padding: 15px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-3 {
    padding: 15px;
  }
}

.ml-3 {
  margin-left: 15px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-3 {
    margin-left: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-3 {
    margin-left: 15px !important;
  }
}

.pl-3 {
  padding-left: 15px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-3 {
    padding-left: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-3 {
    padding-left: 15px !important;
  }
}

.mr-3 {
  margin-right: 15px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-3 {
    margin-right: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-3 {
    margin-right: 15px !important;
  }
}

.pr-3 {
  padding-right: 15px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-3 {
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-3 {
    padding-right: 15px !important;
  }
}

.mt-3 {
  margin-top: 15px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-3 {
    margin-top: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-3 {
    margin-top: 15px !important;
  }
}

.pt-3 {
  padding-top: 15px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-3 {
    padding-top: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-3 {
    padding-top: 15px !important;
  }
}

.mb-3 {
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-3 {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-3 {
    margin-bottom: 15px !important;
  }
}

.pb-3 {
  padding-bottom: 15px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-3 {
    padding-bottom: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-3 {
    padding-bottom: 15px !important;
  }
}

.mx-3 {
  margin: 0 15px 0 15px;
}

@media only screen and (max-width: 767px) {
  .mx-m-3 {
    margin: 0 15px 0 15px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-3 {
    margin: 0 15px 0 15px;
  }
}

.my-3 {
  margin: 15px 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-3 {
    margin: 15px 0 15px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-3 {
    margin: 15px 0 15px 0;
  }
}

.px-3 {
  padding: 0 15px 0 15px;
}

@media only screen and (max-width: 767px) {
  .px-m-3 {
    padding: 0 15px 0 15px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-3 {
    padding: 0 15px 0 15px;
  }
}

.py-3 {
  padding: 15px 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-3 {
    padding: 15px 0 15px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-3 {
    padding: 15px 0 15px 0;
  }
}

.m-4 {
  margin: 20px;
}

@media only screen and (max-width: 767px) {
  .m-m-4 {
    margin: 20px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-4 {
    margin: 20px;
  }
}

.p-4 {
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .p-m-4 {
    padding: 20px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-4 {
    padding: 20px;
  }
}

.ml-4 {
  margin-left: 20px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-4 {
    margin-left: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-4 {
    margin-left: 20px !important;
  }
}

.pl-4 {
  padding-left: 20px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-4 {
    padding-left: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-4 {
    padding-left: 20px !important;
  }
}

.mr-4 {
  margin-right: 20px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-4 {
    margin-right: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-4 {
    margin-right: 20px !important;
  }
}

.pr-4 {
  padding-right: 20px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-4 {
    padding-right: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-4 {
    padding-right: 20px !important;
  }
}

.mt-4 {
  margin-top: 20px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-4 {
    margin-top: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-4 {
    margin-top: 20px !important;
  }
}

.pt-4 {
  padding-top: 20px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-4 {
    padding-top: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-4 {
    padding-top: 20px !important;
  }
}

.mb-4 {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-4 {
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-4 {
    margin-bottom: 20px !important;
  }
}

.pb-4 {
  padding-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-4 {
    padding-bottom: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-4 {
    padding-bottom: 20px !important;
  }
}

.mx-4 {
  margin: 0 20px 0 20px;
}

@media only screen and (max-width: 767px) {
  .mx-m-4 {
    margin: 0 20px 0 20px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-4 {
    margin: 0 20px 0 20px;
  }
}

.my-4 {
  margin: 20px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-4 {
    margin: 20px 0 20px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-4 {
    margin: 20px 0 20px 0;
  }
}

.px-4 {
  padding: 0 20px 0 20px;
}

@media only screen and (max-width: 767px) {
  .px-m-4 {
    padding: 0 20px 0 20px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-4 {
    padding: 0 20px 0 20px;
  }
}

.py-4 {
  padding: 20px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-4 {
    padding: 20px 0 20px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-4 {
    padding: 20px 0 20px 0;
  }
}

.m-5 {
  margin: 25px;
}

@media only screen and (max-width: 767px) {
  .m-m-5 {
    margin: 25px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-5 {
    margin: 25px;
  }
}

.p-5 {
  padding: 25px;
}

@media only screen and (max-width: 767px) {
  .p-m-5 {
    padding: 25px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-5 {
    padding: 25px;
  }
}

.ml-5 {
  margin-left: 25px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-5 {
    margin-left: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-5 {
    margin-left: 25px !important;
  }
}

.pl-5 {
  padding-left: 25px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-5 {
    padding-left: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-5 {
    padding-left: 25px !important;
  }
}

.mr-5 {
  margin-right: 25px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-5 {
    margin-right: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-5 {
    margin-right: 25px !important;
  }
}

.pr-5 {
  padding-right: 25px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-5 {
    padding-right: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-5 {
    padding-right: 25px !important;
  }
}

.mt-5 {
  margin-top: 25px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-5 {
    margin-top: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-5 {
    margin-top: 25px !important;
  }
}

.pt-5 {
  padding-top: 25px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-5 {
    padding-top: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-5 {
    padding-top: 25px !important;
  }
}

.mb-5 {
  margin-bottom: 25px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-5 {
    margin-bottom: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-5 {
    margin-bottom: 25px !important;
  }
}

.pb-5 {
  padding-bottom: 25px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-5 {
    padding-bottom: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-5 {
    padding-bottom: 25px !important;
  }
}

.mx-5 {
  margin: 0 25px 0 25px;
}

@media only screen and (max-width: 767px) {
  .mx-m-5 {
    margin: 0 25px 0 25px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-5 {
    margin: 0 25px 0 25px;
  }
}

.my-5 {
  margin: 25px 0 25px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-5 {
    margin: 25px 0 25px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-5 {
    margin: 25px 0 25px 0;
  }
}

.px-5 {
  padding: 0 25px 0 25px;
}

@media only screen and (max-width: 767px) {
  .px-m-5 {
    padding: 0 25px 0 25px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-5 {
    padding: 0 25px 0 25px;
  }
}

.py-5 {
  padding: 25px 0 25px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-5 {
    padding: 25px 0 25px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-5 {
    padding: 25px 0 25px 0;
  }
}

.m-6 {
  margin: 30px;
}

@media only screen and (max-width: 767px) {
  .m-m-6 {
    margin: 30px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-6 {
    margin: 30px;
  }
}

.p-6 {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .p-m-6 {
    padding: 30px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-6 {
    padding: 30px;
  }
}

.ml-6 {
  margin-left: 30px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-6 {
    margin-left: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-6 {
    margin-left: 30px !important;
  }
}

.pl-6 {
  padding-left: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-6 {
    padding-left: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-6 {
    padding-left: 30px !important;
  }
}

.mr-6 {
  margin-right: 30px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-6 {
    margin-right: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-6 {
    margin-right: 30px !important;
  }
}

.pr-6 {
  padding-right: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-6 {
    padding-right: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-6 {
    padding-right: 30px !important;
  }
}

.mt-6 {
  margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-6 {
    margin-top: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-6 {
    margin-top: 30px !important;
  }
}

.pt-6 {
  padding-top: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-6 {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-6 {
    padding-top: 30px !important;
  }
}

.mb-6 {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-6 {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-6 {
    margin-bottom: 30px !important;
  }
}

.pb-6 {
  padding-bottom: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-6 {
    padding-bottom: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-6 {
    padding-bottom: 30px !important;
  }
}

.mx-6 {
  margin: 0 30px 0 30px;
}

@media only screen and (max-width: 767px) {
  .mx-m-6 {
    margin: 0 30px 0 30px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-6 {
    margin: 0 30px 0 30px;
  }
}

.my-6 {
  margin: 30px 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-6 {
    margin: 30px 0 30px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-6 {
    margin: 30px 0 30px 0;
  }
}

.px-6 {
  padding: 0 30px 0 30px;
}

@media only screen and (max-width: 767px) {
  .px-m-6 {
    padding: 0 30px 0 30px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-6 {
    padding: 0 30px 0 30px;
  }
}

.py-6 {
  padding: 30px 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-6 {
    padding: 30px 0 30px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-6 {
    padding: 30px 0 30px 0;
  }
}

.m-7 {
  margin: 35px;
}

@media only screen and (max-width: 767px) {
  .m-m-7 {
    margin: 35px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-7 {
    margin: 35px;
  }
}

.p-7 {
  padding: 35px;
}

@media only screen and (max-width: 767px) {
  .p-m-7 {
    padding: 35px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-7 {
    padding: 35px;
  }
}

.ml-7 {
  margin-left: 35px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-7 {
    margin-left: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-7 {
    margin-left: 35px !important;
  }
}

.pl-7 {
  padding-left: 35px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-7 {
    padding-left: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-7 {
    padding-left: 35px !important;
  }
}

.mr-7 {
  margin-right: 35px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-7 {
    margin-right: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-7 {
    margin-right: 35px !important;
  }
}

.pr-7 {
  padding-right: 35px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-7 {
    padding-right: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-7 {
    padding-right: 35px !important;
  }
}

.mt-7 {
  margin-top: 35px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-7 {
    margin-top: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-7 {
    margin-top: 35px !important;
  }
}

.pt-7 {
  padding-top: 35px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-7 {
    padding-top: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-7 {
    padding-top: 35px !important;
  }
}

.mb-7 {
  margin-bottom: 35px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-7 {
    margin-bottom: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-7 {
    margin-bottom: 35px !important;
  }
}

.pb-7 {
  padding-bottom: 35px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-7 {
    padding-bottom: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-7 {
    padding-bottom: 35px !important;
  }
}

.mx-7 {
  margin: 0 35px 0 35px;
}

@media only screen and (max-width: 767px) {
  .mx-m-7 {
    margin: 0 35px 0 35px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-7 {
    margin: 0 35px 0 35px;
  }
}

.my-7 {
  margin: 35px 0 35px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-7 {
    margin: 35px 0 35px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-7 {
    margin: 35px 0 35px 0;
  }
}

.px-7 {
  padding: 0 35px 0 35px;
}

@media only screen and (max-width: 767px) {
  .px-m-7 {
    padding: 0 35px 0 35px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-7 {
    padding: 0 35px 0 35px;
  }
}

.py-7 {
  padding: 35px 0 35px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-7 {
    padding: 35px 0 35px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-7 {
    padding: 35px 0 35px 0;
  }
}

.m-8 {
  margin: 40px;
}

@media only screen and (max-width: 767px) {
  .m-m-8 {
    margin: 40px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-8 {
    margin: 40px;
  }
}

.p-8 {
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .p-m-8 {
    padding: 40px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-8 {
    padding: 40px;
  }
}

.ml-8 {
  margin-left: 40px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-8 {
    margin-left: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-8 {
    margin-left: 40px !important;
  }
}

.pl-8 {
  padding-left: 40px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-8 {
    padding-left: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-8 {
    padding-left: 40px !important;
  }
}

.mr-8 {
  margin-right: 40px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-8 {
    margin-right: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-8 {
    margin-right: 40px !important;
  }
}

.pr-8 {
  padding-right: 40px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-8 {
    padding-right: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-8 {
    padding-right: 40px !important;
  }
}

.mt-8 {
  margin-top: 40px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-8 {
    margin-top: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-8 {
    margin-top: 40px !important;
  }
}

.pt-8 {
  padding-top: 40px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-8 {
    padding-top: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-8 {
    padding-top: 40px !important;
  }
}

.mb-8 {
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-8 {
    margin-bottom: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-8 {
    margin-bottom: 40px !important;
  }
}

.pb-8 {
  padding-bottom: 40px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-8 {
    padding-bottom: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-8 {
    padding-bottom: 40px !important;
  }
}

.mx-8 {
  margin: 0 40px 0 40px;
}

@media only screen and (max-width: 767px) {
  .mx-m-8 {
    margin: 0 40px 0 40px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-8 {
    margin: 0 40px 0 40px;
  }
}

.my-8 {
  margin: 40px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-8 {
    margin: 40px 0 40px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-8 {
    margin: 40px 0 40px 0;
  }
}

.px-8 {
  padding: 0 40px 0 40px;
}

@media only screen and (max-width: 767px) {
  .px-m-8 {
    padding: 0 40px 0 40px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-8 {
    padding: 0 40px 0 40px;
  }
}

.py-8 {
  padding: 40px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-8 {
    padding: 40px 0 40px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-8 {
    padding: 40px 0 40px 0;
  }
}

.m-9 {
  margin: 45px;
}

@media only screen and (max-width: 767px) {
  .m-m-9 {
    margin: 45px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-9 {
    margin: 45px;
  }
}

.p-9 {
  padding: 45px;
}

@media only screen and (max-width: 767px) {
  .p-m-9 {
    padding: 45px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-9 {
    padding: 45px;
  }
}

.ml-9 {
  margin-left: 45px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-9 {
    margin-left: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-9 {
    margin-left: 45px !important;
  }
}

.pl-9 {
  padding-left: 45px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-9 {
    padding-left: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-9 {
    padding-left: 45px !important;
  }
}

.mr-9 {
  margin-right: 45px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-9 {
    margin-right: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-9 {
    margin-right: 45px !important;
  }
}

.pr-9 {
  padding-right: 45px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-9 {
    padding-right: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-9 {
    padding-right: 45px !important;
  }
}

.mt-9 {
  margin-top: 45px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-9 {
    margin-top: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-9 {
    margin-top: 45px !important;
  }
}

.pt-9 {
  padding-top: 45px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-9 {
    padding-top: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-9 {
    padding-top: 45px !important;
  }
}

.mb-9 {
  margin-bottom: 45px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-9 {
    margin-bottom: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-9 {
    margin-bottom: 45px !important;
  }
}

.pb-9 {
  padding-bottom: 45px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-9 {
    padding-bottom: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-9 {
    padding-bottom: 45px !important;
  }
}

.mx-9 {
  margin: 0 45px 0 45px;
}

@media only screen and (max-width: 767px) {
  .mx-m-9 {
    margin: 0 45px 0 45px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-9 {
    margin: 0 45px 0 45px;
  }
}

.my-9 {
  margin: 45px 0 45px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-9 {
    margin: 45px 0 45px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-9 {
    margin: 45px 0 45px 0;
  }
}

.px-9 {
  padding: 0 45px 0 45px;
}

@media only screen and (max-width: 767px) {
  .px-m-9 {
    padding: 0 45px 0 45px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-9 {
    padding: 0 45px 0 45px;
  }
}

.py-9 {
  padding: 45px 0 45px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-9 {
    padding: 45px 0 45px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-9 {
    padding: 45px 0 45px 0;
  }
}

.m-10 {
  margin: 50px;
}

@media only screen and (max-width: 767px) {
  .m-m-10 {
    margin: 50px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-10 {
    margin: 50px;
  }
}

.p-10 {
  padding: 50px;
}

@media only screen and (max-width: 767px) {
  .p-m-10 {
    padding: 50px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-10 {
    padding: 50px;
  }
}

.ml-10 {
  margin-left: 50px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-10 {
    margin-left: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-10 {
    margin-left: 50px !important;
  }
}

.pl-10 {
  padding-left: 50px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-10 {
    padding-left: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-10 {
    padding-left: 50px !important;
  }
}

.mr-10 {
  margin-right: 50px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-10 {
    margin-right: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-10 {
    margin-right: 50px !important;
  }
}

.pr-10 {
  padding-right: 50px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-10 {
    padding-right: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-10 {
    padding-right: 50px !important;
  }
}

.mt-10 {
  margin-top: 50px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-10 {
    margin-top: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-10 {
    margin-top: 50px !important;
  }
}

.pt-10 {
  padding-top: 50px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-10 {
    padding-top: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-10 {
    padding-top: 50px !important;
  }
}

.mb-10 {
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-10 {
    margin-bottom: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-10 {
    margin-bottom: 50px !important;
  }
}

.pb-10 {
  padding-bottom: 50px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-10 {
    padding-bottom: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-10 {
    padding-bottom: 50px !important;
  }
}

.mx-10 {
  margin: 0 50px 0 50px;
}

@media only screen and (max-width: 767px) {
  .mx-m-10 {
    margin: 0 50px 0 50px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-10 {
    margin: 0 50px 0 50px;
  }
}

.my-10 {
  margin: 50px 0 50px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-10 {
    margin: 50px 0 50px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-10 {
    margin: 50px 0 50px 0;
  }
}

.px-10 {
  padding: 0 50px 0 50px;
}

@media only screen and (max-width: 767px) {
  .px-m-10 {
    padding: 0 50px 0 50px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-10 {
    padding: 0 50px 0 50px;
  }
}

.py-10 {
  padding: 50px 0 50px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-10 {
    padding: 50px 0 50px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-10 {
    padding: 50px 0 50px 0;
  }
}

.m-11 {
  margin: 55px;
}

@media only screen and (max-width: 767px) {
  .m-m-11 {
    margin: 55px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-11 {
    margin: 55px;
  }
}

.p-11 {
  padding: 55px;
}

@media only screen and (max-width: 767px) {
  .p-m-11 {
    padding: 55px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-11 {
    padding: 55px;
  }
}

.ml-11 {
  margin-left: 55px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-11 {
    margin-left: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-11 {
    margin-left: 55px !important;
  }
}

.pl-11 {
  padding-left: 55px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-11 {
    padding-left: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-11 {
    padding-left: 55px !important;
  }
}

.mr-11 {
  margin-right: 55px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-11 {
    margin-right: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-11 {
    margin-right: 55px !important;
  }
}

.pr-11 {
  padding-right: 55px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-11 {
    padding-right: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-11 {
    padding-right: 55px !important;
  }
}

.mt-11 {
  margin-top: 55px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-11 {
    margin-top: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-11 {
    margin-top: 55px !important;
  }
}

.pt-11 {
  padding-top: 55px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-11 {
    padding-top: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-11 {
    padding-top: 55px !important;
  }
}

.mb-11 {
  margin-bottom: 55px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-11 {
    margin-bottom: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-11 {
    margin-bottom: 55px !important;
  }
}

.pb-11 {
  padding-bottom: 55px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-11 {
    padding-bottom: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-11 {
    padding-bottom: 55px !important;
  }
}

.mx-11 {
  margin: 0 55px 0 55px;
}

@media only screen and (max-width: 767px) {
  .mx-m-11 {
    margin: 0 55px 0 55px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-11 {
    margin: 0 55px 0 55px;
  }
}

.my-11 {
  margin: 55px 0 55px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-11 {
    margin: 55px 0 55px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-11 {
    margin: 55px 0 55px 0;
  }
}

.px-11 {
  padding: 0 55px 0 55px;
}

@media only screen and (max-width: 767px) {
  .px-m-11 {
    padding: 0 55px 0 55px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-11 {
    padding: 0 55px 0 55px;
  }
}

.py-11 {
  padding: 55px 0 55px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-11 {
    padding: 55px 0 55px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-11 {
    padding: 55px 0 55px 0;
  }
}

.m-12 {
  margin: 60px;
}

@media only screen and (max-width: 767px) {
  .m-m-12 {
    margin: 60px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-12 {
    margin: 60px;
  }
}

.p-12 {
  padding: 60px;
}

@media only screen and (max-width: 767px) {
  .p-m-12 {
    padding: 60px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-12 {
    padding: 60px;
  }
}

.ml-12 {
  margin-left: 60px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-12 {
    margin-left: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-12 {
    margin-left: 60px !important;
  }
}

.pl-12 {
  padding-left: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-12 {
    padding-left: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-12 {
    padding-left: 60px !important;
  }
}

.mr-12 {
  margin-right: 60px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-12 {
    margin-right: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-12 {
    margin-right: 60px !important;
  }
}

.pr-12 {
  padding-right: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-12 {
    padding-right: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-12 {
    padding-right: 60px !important;
  }
}

.mt-12 {
  margin-top: 60px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-12 {
    margin-top: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-12 {
    margin-top: 60px !important;
  }
}

.pt-12 {
  padding-top: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-12 {
    padding-top: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-12 {
    padding-top: 60px !important;
  }
}

.mb-12 {
  margin-bottom: 60px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-12 {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-12 {
    margin-bottom: 60px !important;
  }
}

.pb-12 {
  padding-bottom: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-12 {
    padding-bottom: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-12 {
    padding-bottom: 60px !important;
  }
}

.mx-12 {
  margin: 0 60px 0 60px;
}

@media only screen and (max-width: 767px) {
  .mx-m-12 {
    margin: 0 60px 0 60px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-12 {
    margin: 0 60px 0 60px;
  }
}

.my-12 {
  margin: 60px 0 60px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-12 {
    margin: 60px 0 60px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-12 {
    margin: 60px 0 60px 0;
  }
}

.px-12 {
  padding: 0 60px 0 60px;
}

@media only screen and (max-width: 767px) {
  .px-m-12 {
    padding: 0 60px 0 60px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-12 {
    padding: 0 60px 0 60px;
  }
}

.py-12 {
  padding: 60px 0 60px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-12 {
    padding: 60px 0 60px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-12 {
    padding: 60px 0 60px 0;
  }
}

.m-13 {
  margin: 65px;
}

@media only screen and (max-width: 767px) {
  .m-m-13 {
    margin: 65px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-13 {
    margin: 65px;
  }
}

.p-13 {
  padding: 65px;
}

@media only screen and (max-width: 767px) {
  .p-m-13 {
    padding: 65px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-13 {
    padding: 65px;
  }
}

.ml-13 {
  margin-left: 65px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-13 {
    margin-left: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-13 {
    margin-left: 65px !important;
  }
}

.pl-13 {
  padding-left: 65px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-13 {
    padding-left: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-13 {
    padding-left: 65px !important;
  }
}

.mr-13 {
  margin-right: 65px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-13 {
    margin-right: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-13 {
    margin-right: 65px !important;
  }
}

.pr-13 {
  padding-right: 65px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-13 {
    padding-right: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-13 {
    padding-right: 65px !important;
  }
}

.mt-13 {
  margin-top: 65px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-13 {
    margin-top: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-13 {
    margin-top: 65px !important;
  }
}

.pt-13 {
  padding-top: 65px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-13 {
    padding-top: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-13 {
    padding-top: 65px !important;
  }
}

.mb-13 {
  margin-bottom: 65px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-13 {
    margin-bottom: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-13 {
    margin-bottom: 65px !important;
  }
}

.pb-13 {
  padding-bottom: 65px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-13 {
    padding-bottom: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-13 {
    padding-bottom: 65px !important;
  }
}

.mx-13 {
  margin: 0 65px 0 65px;
}

@media only screen and (max-width: 767px) {
  .mx-m-13 {
    margin: 0 65px 0 65px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-13 {
    margin: 0 65px 0 65px;
  }
}

.my-13 {
  margin: 65px 0 65px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-13 {
    margin: 65px 0 65px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-13 {
    margin: 65px 0 65px 0;
  }
}

.px-13 {
  padding: 0 65px 0 65px;
}

@media only screen and (max-width: 767px) {
  .px-m-13 {
    padding: 0 65px 0 65px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-13 {
    padding: 0 65px 0 65px;
  }
}

.py-13 {
  padding: 65px 0 65px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-13 {
    padding: 65px 0 65px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-13 {
    padding: 65px 0 65px 0;
  }
}

.m-14 {
  margin: 70px;
}

@media only screen and (max-width: 767px) {
  .m-m-14 {
    margin: 70px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-14 {
    margin: 70px;
  }
}

.p-14 {
  padding: 70px;
}

@media only screen and (max-width: 767px) {
  .p-m-14 {
    padding: 70px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-14 {
    padding: 70px;
  }
}

.ml-14 {
  margin-left: 70px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-14 {
    margin-left: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-14 {
    margin-left: 70px !important;
  }
}

.pl-14 {
  padding-left: 70px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-14 {
    padding-left: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-14 {
    padding-left: 70px !important;
  }
}

.mr-14 {
  margin-right: 70px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-14 {
    margin-right: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-14 {
    margin-right: 70px !important;
  }
}

.pr-14 {
  padding-right: 70px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-14 {
    padding-right: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-14 {
    padding-right: 70px !important;
  }
}

.mt-14 {
  margin-top: 70px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-14 {
    margin-top: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-14 {
    margin-top: 70px !important;
  }
}

.pt-14 {
  padding-top: 70px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-14 {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-14 {
    padding-top: 70px !important;
  }
}

.mb-14 {
  margin-bottom: 70px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-14 {
    margin-bottom: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-14 {
    margin-bottom: 70px !important;
  }
}

.pb-14 {
  padding-bottom: 70px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-14 {
    padding-bottom: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-14 {
    padding-bottom: 70px !important;
  }
}

.mx-14 {
  margin: 0 70px 0 70px;
}

@media only screen and (max-width: 767px) {
  .mx-m-14 {
    margin: 0 70px 0 70px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-14 {
    margin: 0 70px 0 70px;
  }
}

.my-14 {
  margin: 70px 0 70px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-14 {
    margin: 70px 0 70px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-14 {
    margin: 70px 0 70px 0;
  }
}

.px-14 {
  padding: 0 70px 0 70px;
}

@media only screen and (max-width: 767px) {
  .px-m-14 {
    padding: 0 70px 0 70px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-14 {
    padding: 0 70px 0 70px;
  }
}

.py-14 {
  padding: 70px 0 70px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-14 {
    padding: 70px 0 70px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-14 {
    padding: 70px 0 70px 0;
  }
}

.m-15 {
  margin: 75px;
}

@media only screen and (max-width: 767px) {
  .m-m-15 {
    margin: 75px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-15 {
    margin: 75px;
  }
}

.p-15 {
  padding: 75px;
}

@media only screen and (max-width: 767px) {
  .p-m-15 {
    padding: 75px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-15 {
    padding: 75px;
  }
}

.ml-15 {
  margin-left: 75px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-15 {
    margin-left: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-15 {
    margin-left: 75px !important;
  }
}

.pl-15 {
  padding-left: 75px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-15 {
    padding-left: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-15 {
    padding-left: 75px !important;
  }
}

.mr-15 {
  margin-right: 75px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-15 {
    margin-right: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-15 {
    margin-right: 75px !important;
  }
}

.pr-15 {
  padding-right: 75px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-15 {
    padding-right: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-15 {
    padding-right: 75px !important;
  }
}

.mt-15 {
  margin-top: 75px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-15 {
    margin-top: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-15 {
    margin-top: 75px !important;
  }
}

.pt-15 {
  padding-top: 75px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-15 {
    padding-top: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-15 {
    padding-top: 75px !important;
  }
}

.mb-15 {
  margin-bottom: 75px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-15 {
    margin-bottom: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-15 {
    margin-bottom: 75px !important;
  }
}

.pb-15 {
  padding-bottom: 75px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-15 {
    padding-bottom: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-15 {
    padding-bottom: 75px !important;
  }
}

.mx-15 {
  margin: 0 75px 0 75px;
}

@media only screen and (max-width: 767px) {
  .mx-m-15 {
    margin: 0 75px 0 75px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-15 {
    margin: 0 75px 0 75px;
  }
}

.my-15 {
  margin: 75px 0 75px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-15 {
    margin: 75px 0 75px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-15 {
    margin: 75px 0 75px 0;
  }
}

.px-15 {
  padding: 0 75px 0 75px;
}

@media only screen and (max-width: 767px) {
  .px-m-15 {
    padding: 0 75px 0 75px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-15 {
    padding: 0 75px 0 75px;
  }
}

.py-15 {
  padding: 75px 0 75px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-15 {
    padding: 75px 0 75px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-15 {
    padding: 75px 0 75px 0;
  }
}

.m-16 {
  margin: 80px;
}

@media only screen and (max-width: 767px) {
  .m-m-16 {
    margin: 80px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-16 {
    margin: 80px;
  }
}

.p-16 {
  padding: 80px;
}

@media only screen and (max-width: 767px) {
  .p-m-16 {
    padding: 80px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-16 {
    padding: 80px;
  }
}

.ml-16 {
  margin-left: 80px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-16 {
    margin-left: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-16 {
    margin-left: 80px !important;
  }
}

.pl-16 {
  padding-left: 80px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-16 {
    padding-left: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-16 {
    padding-left: 80px !important;
  }
}

.mr-16 {
  margin-right: 80px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-16 {
    margin-right: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-16 {
    margin-right: 80px !important;
  }
}

.pr-16 {
  padding-right: 80px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-16 {
    padding-right: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-16 {
    padding-right: 80px !important;
  }
}

.mt-16 {
  margin-top: 80px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-16 {
    margin-top: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-16 {
    margin-top: 80px !important;
  }
}

.pt-16 {
  padding-top: 80px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-16 {
    padding-top: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-16 {
    padding-top: 80px !important;
  }
}

.mb-16 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-16 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-16 {
    margin-bottom: 80px !important;
  }
}

.pb-16 {
  padding-bottom: 80px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-16 {
    padding-bottom: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-16 {
    padding-bottom: 80px !important;
  }
}

.mx-16 {
  margin: 0 80px 0 80px;
}

@media only screen and (max-width: 767px) {
  .mx-m-16 {
    margin: 0 80px 0 80px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-16 {
    margin: 0 80px 0 80px;
  }
}

.my-16 {
  margin: 80px 0 80px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-16 {
    margin: 80px 0 80px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-16 {
    margin: 80px 0 80px 0;
  }
}

.px-16 {
  padding: 0 80px 0 80px;
}

@media only screen and (max-width: 767px) {
  .px-m-16 {
    padding: 0 80px 0 80px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-16 {
    padding: 0 80px 0 80px;
  }
}

.py-16 {
  padding: 80px 0 80px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-16 {
    padding: 80px 0 80px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-16 {
    padding: 80px 0 80px 0;
  }
}

.img-5 {
  width: 5px;
}

.img-10 {
  width: 10px;
}

.img-15 {
  width: 15px;
}

.img-20 {
  width: 20px;
}

.img-25 {
  width: 25px;
}

.img-30 {
  width: 30px;
}

.flex {
  display: flex;
}

.inline {
  display: inline-flex;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.flex-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.y-flex-start {
  align-items: flex-start;
}

.y-flex-end {
  align-items: flex-end;
}

.y-flex-center {
  align-items: center;
}

.y-flex-baseline {
  align-items: baseline;
}

.y-flex-stretch {
  align-items: stretch;
}

.reverse {
  flex-direction: row-reverse;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gap-60 {
  gap: 60px;
}

.gap-70 {
  gap: 70px;
}

.gap-80 {
  gap: 80px;
}

.gap-90 {
  gap: 90px;
}

.gap-100 {
  gap: 100px;
}

.col-m-1 {
  flex: 1 1 100%;
}

@media only screen and (min-width: 767px) {
  .col-d-1 {
    flex: 1 1 100%;
  }
}

.col-m-2 {
  flex: 1 1 calc(100% / 2 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-2 {
    flex: 1 1 calc(100% / 2 - 3%);
  }
}

.col-m-3 {
  flex: 1 1 calc(100% / 3 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-3 {
    flex: 1 1 calc(100% / 3 - 3%);
  }
}

.col-m-4 {
  flex: 1 1 calc(100% / 4 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-4 {
    flex: 1 1 calc(100% / 4 - 3%);
  }
}

.col-m-5 {
  flex: 1 1 calc(100% / 5 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-5 {
    flex: 1 1 calc(100% / 5 - 3%);
  }
}

.col-m-6 {
  flex: 1 1 calc(100% / 6 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-6 {
    flex: 1 1 calc(100% / 6 - 3%);
  }
}

.col-m-7 {
  flex: 1 1 calc(100% / 7 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-7 {
    flex: 1 1 calc(100% / 7 - 3%);
  }
}

.col-m-8 {
  flex: 1 1 calc(100% / 8 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-8 {
    flex: 1 1 calc(100% / 8 - 3%);
  }
}

.col-m-9 {
  flex: 1 1 calc(100% / 9 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-9 {
    flex: 1 1 calc(100% / 9 - 3%);
  }
}

.col-m-10 {
  flex: 1 1 calc(100% / 10 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-10 {
    flex: 1 1 calc(100% / 10 - 3%);
  }
}

.col-m-11 {
  flex: 1 1 calc(100% / 11 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-11 {
    flex: 1 1 calc(100% / 11 - 3%);
  }
}

.col-m-12 {
  flex: 1 1 calc(100% / 12 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-12 {
    flex: 1 1 calc(100% / 12 - 3%);
  }
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.t-justify {
  text-align: justify;
}

.fw-m-1 {
  font-weight: 100;
}

@media only screen and (min-width: 767px) {
  .fw-d-1 {
    font-weight: 100;
  }
}

.fw-m-2 {
  font-weight: 200;
}

@media only screen and (min-width: 767px) {
  .fw-d-2 {
    font-weight: 200;
  }
}

.fw-m-3 {
  font-weight: 300;
}

@media only screen and (min-width: 767px) {
  .fw-d-3 {
    font-weight: 300;
  }
}

.fw-m-4 {
  font-weight: 400;
}

@media only screen and (min-width: 767px) {
  .fw-d-4 {
    font-weight: 400;
  }
}

.fw-m-5 {
  font-weight: 500;
}

@media only screen and (min-width: 767px) {
  .fw-d-5 {
    font-weight: 500;
  }
}

.fw-m-6 {
  font-weight: 600;
}

@media only screen and (min-width: 767px) {
  .fw-d-6 {
    font-weight: 600;
  }
}

.fw-m-7 {
  font-weight: 700;
}

@media only screen and (min-width: 767px) {
  .fw-d-7 {
    font-weight: 700;
  }
}

.fw-m-8 {
  font-weight: 800;
}

@media only screen and (min-width: 767px) {
  .fw-d-8 {
    font-weight: 800;
  }
}

.fw-m-9 {
  font-weight: 900;
}

@media only screen and (min-width: 767px) {
  .fw-d-9 {
    font-weight: 900;
  }
}

.fw-m-10 {
  font-weight: 1000;
}

@media only screen and (min-width: 767px) {
  .fw-d-10 {
    font-weight: 1000;
  }
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.none {
  text-transform: none;
}

.bold {
  font-weight: 600 !important;
}

.personalizacion-cabecera {
  color: #3f3e3f;
  font-family: Lato, sans-serif;
}
.personalizacion-cabecera.container {
  width: 100% !important;
  max-width: 1400px !important;
}
@media only screen and (max-width: 767px) {
  .personalizacion-cabecera .contenedor {
    margin: 0 20px;
  }
}
.personalizacion-cabecera__intro {
  margin-top: 40px;
  margin-bottom: 0;
}
.personalizacion-cabecera__banner {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .personalizacion-cabecera__banner {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media only screen and (min-width: 767px) {
  .personalizacion-cabecera__banner {
    max-width: 100%;
    margin: 0 auto;
  }
}
.personalizacion-cabecera__banner img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 767px) {
  .personalizacion-cabecera .movil {
    display: none;
  }
}
.personalizacion-cabecera .desktop {
  display: none;
}
@media only screen and (min-width: 767px) {
  .personalizacion-cabecera .desktop {
    display: block;
  }
}

.personalizacion-opciones {
  color: #3f3e3f;
  font-family: Lato, sans-serif;
}
.personalizacion-opciones__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 767px) {
  .personalizacion-opciones__inner {
    padding: 0 40px;
  }
}
.personalizacion-opciones .iconos {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (min-width: 767px) {
  .personalizacion-opciones .iconos {
    gap: 40px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.personalizacion-opciones .iconos .opcion_producto {
  font-size: 14px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (min-width: 767px) {
  .personalizacion-opciones .iconos .opcion_producto {
    height: 200px;
    padding: 5px;
  }
}
.personalizacion-opciones .iconos .opcion_producto img {
  border-radius: 50%;
  display: inline-block;
}
.personalizacion-opciones .iconos .opcion_producto .hover-darken {
  position: relative;
}
.personalizacion-opciones .iconos .opcion_producto:hover .hover-darken, .personalizacion-opciones .iconos .opcion_producto.activa .hover-darken {
  border: 1px solid #3f3e3f;
}
.personalizacion-opciones .iconos .opcion_producto:hover .textoImagen, .personalizacion-opciones .iconos .opcion_producto.activa .textoImagen {
  font-weight: 600;
}
.personalizacion-opciones .iconos .opcion_producto .identificador {
  width: 10px;
  height: 10px;
  background-color: #3f3e3f;
  transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
  transition: bottom 0.3s ease;
  display: none;
}
@media only screen and (min-width: 767px) {
  .personalizacion-opciones .iconos .opcion_producto .identificador {
    display: block;
  }
}
.personalizacion-opciones .iconos .opcion_producto .identificador.activa {
  bottom: -5px;
}

@media only screen and (min-width: 767px) {
  .personalizacion-desplegables.full-width {
    margin-top: -35px;
  }
}
.personalizacion-desplegables .desplegable {
  box-sizing: border-box;
  position: fixed;
  background: white;
  z-index: 100;
  width: 100vw;
  top: 0;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .personalizacion-desplegables .desplegable {
    height: 100vh;
    padding-top: 30px !important;
  }
}
@media only screen and (min-width: 767px) {
  .personalizacion-desplegables .desplegable {
    border-bottom: 0 solid white;
    border-top: 0 solid white;
    position: relative;
    overflow: hidden;
    top: 0;
    padding-top: 0;
  }
  .personalizacion-desplegables .desplegable.activa {
    border-bottom: 1px solid #3f3e3f;
    border-top: 1px solid #3f3e3f;
  }
}
.personalizacion-desplegables .desplegable .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 180px 20px 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 767px) {
  .personalizacion-desplegables .desplegable .container {
    padding: 150px 40px;
  }
}
.personalizacion-desplegables .desplegable .container .personalizaciones {
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .personalizacion-desplegables .desplegable .container .personalizaciones {
    flex-direction: row;
  }
}
.personalizacion-desplegables .desplegable .container .personalizaciones .item {
  flex-direction: row;
}
@media only screen and (min-width: 767px) {
  .personalizacion-desplegables .desplegable .container .personalizaciones .item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .personalizacion-desplegables .desplegable .container .personalizaciones .item a {
    display: flex;
    gap: 20px;
  }
  .personalizacion-desplegables .desplegable .container .personalizaciones .item img {
    width: 50%;
  }
  .personalizacion-desplegables .desplegable .container .personalizaciones .item div {
    width: 50%;
  }
  .personalizacion-desplegables .desplegable .container .personalizaciones .item:nth-child(2n) img {
    order: 2;
  }
  .personalizacion-desplegables .desplegable .container .personalizaciones .item:nth-child(2n) div {
    order: 1;
  }
}
.personalizacion-desplegables .desplegable .textoImagen {
  color: #3f3e3f;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.personalizacion-desplegables .desplegable .textoImagen .tipo_personalizacion {
  font-size: 16px;
  text-transform: uppercase;
}
.personalizacion-desplegables .desplegable .textoImagen a {
  line-height: 3;
  text-decoration: underline;
}
.personalizacion-desplegables .desplegable .cierre {
  width: 50px;
  position: absolute;
  top: 140px;
  right: 25px;
  cursor: pointer;
}
@media only screen and (min-width: 767px) {
  .personalizacion-desplegables .desplegable .cierre {
    top: 50px;
    right: 50px;
  }
}

.banner-personalizacion {
  width: 100%;
  background-color: #f2f2f2;
  color: #3f3e3f;
  font-family: Lato, sans-serif;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .banner-personalizacion {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.banner-personalizacion__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px 50px;
  box-sizing: border-box;
}
@media only screen and (min-width: 767px) {
  .banner-personalizacion__inner {
    padding: 60px 40px 80px;
  }
}
.banner-personalizacion__header {
  max-width: 900px;
  margin: 32px auto;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .banner-personalizacion__header {
    margin-bottom: 48px;
  }
}
.banner-personalizacion__title {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #3f3e3f;
  text-transform: none;
}
@media only screen and (min-width: 767px) {
  .banner-personalizacion__title {
    font-size: 36px;
  }
}
.banner-personalizacion__intro {
  margin: 0 auto;
  max-width: 760px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.6;
  color: #3f3e3f;
  text-align: center;
}
.banner-personalizacion__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 767px) {
  .banner-personalizacion__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}
.banner-personalizacion__card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.banner-personalizacion__card-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 767px) {
  .banner-personalizacion__card-link {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    height: 100%;
  }
}
.banner-personalizacion__card-link:hover, .banner-personalizacion__card-link:focus {
  text-decoration: none;
  color: inherit;
}
.banner-personalizacion__card-link:hover .banner-personalizacion__btn--desktop,
.banner-personalizacion__card-link:hover .banner-personalizacion__btn--mobile, .banner-personalizacion__card-link:focus .banner-personalizacion__btn--desktop,
.banner-personalizacion__card-link:focus .banner-personalizacion__btn--mobile {
  background: #e59eaf;
  color: #3f3e3f;
}
.banner-personalizacion__card-media {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .banner-personalizacion__card-media {
    flex: none;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.banner-personalizacion__card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 767px) {
  .banner-personalizacion__card-media img {
    height: auto;
    aspect-ratio: 4/3;
  }
}
.banner-personalizacion__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  position: relative;
  padding-right: 52px;
}
@media only screen and (min-width: 767px) {
  .banner-personalizacion__card-body {
    padding: 24px;
    flex: 1;
  }
}
.banner-personalizacion__card-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #3f3e3f;
  text-transform: none;
}
@media only screen and (min-width: 767px) {
  .banner-personalizacion__card-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.banner-personalizacion__card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #7e7c7d;
  text-align: left;
}
@media only screen and (min-width: 767px) {
  .banner-personalizacion__card-text {
    margin-bottom: 20px;
  }
}
.banner-personalizacion__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e5e5e5;
  color: #3f3e3f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: background 0.2s ease;
}
.banner-personalizacion__btn--desktop {
  display: none;
  margin-top: auto;
  padding: 10px 18px;
  border-radius: 999px;
}
@media only screen and (min-width: 767px) {
  .banner-personalizacion__btn--desktop {
    display: inline-flex;
  }
}
.banner-personalizacion__btn--mobile {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
}
@media only screen and (min-width: 767px) {
  .banner-personalizacion__btn--mobile {
    display: none;
  }
}

.pagina-guarderia .banner-personalizacion,
.pagina-infantil .banner-personalizacion,
.pagina-primaria .banner-personalizacion {
  background-color: #fdf4f4;
  margin-bottom: 20px;
}

/*# sourceMappingURL=personalizacion.css.map */
