@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
.loading-text {
  display: inline-block;
  width: 100%;
  color: transparent;
  background: linear-gradient(89deg, #F8F9FA, #cccccc);
  background-size: 400% 400%;
  -webkit-animation: loading-background 1.5s ease infinite;
  -moz-animation: loading-background 1.5s ease infinite;
  animation: loading-background 1.5s ease infinite; }

.loading-img {
  width: 100%;
  display: inline-block;
  background: linear-gradient(89deg, #F8F9FA, #cccccc);
  background-size: 400% 400%;
  -webkit-animation: loading-background 1.5s ease infinite;
  -moz-animation: loading-background 1.5s ease infinite;
  animation: loading-background 1.5s ease infinite; }

.arrow-animate {
  display: inline-block;
  min-width: 30px; }
  .arrow-animate svg {
    margin-top: 4px;
    margin-left: 0px;
    animation: arrowMove .6s ease-in infinite alternate;
    -webkit-animation: arrowMove .6s ease-in infinite alternate; }

.fadeIn {
  animation: fadeIn 2s ease-in-out; }

@keyframes arrowMove {
  from {
    margin-left: 15px; }
  to {
    margin-left: 0px; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes loading-background {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/*Text helpers */
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.text-bold {
  font-weight: 700; }

.hide {
  display: none; }

/*Padding/Margin */
.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.p-0 {
  padding: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.m-0 {
  margin: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.p-5 {
  padding: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.m-5 {
  margin: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.p-10 {
  padding: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.m-10 {
  margin: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.p-15 {
  padding: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.m-15 {
  margin: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.p-20 {
  padding: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.m-20 {
  margin: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.p-25 {
  padding: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.m-25 {
  margin: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.p-30 {
  padding: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.m-30 {
  margin: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.p-35 {
  padding: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.m-35 {
  margin: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.p-40 {
  padding: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.m-40 {
  margin: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.p-45 {
  padding: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.m-45 {
  margin: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.p-50 {
  padding: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.m-50 {
  margin: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

@media (max-width: 991px) {
  .sm-p-0 {
    padding: 0px !important; }

  .sm-pl-0 {
    padding-left: 0px !important; }

  .sm-pr-0 {
    padding-right: 0px !important; }

  .sm-pt-0 {
    padding-top: 0px !important; }

  .sm-pb-0 {
    padding-bottom: 0px !important; }

  .sm-m-0 {
    margin: 0px !important; }

  .sm-ml-0 {
    margin-left: 0px !important; }

  .sm-mr-0 {
    margin-right: 0px !important; }

  .sm-mt-0 {
    margin-top: 0px !important; }

  .sm-mb-0 {
    margin-bottom: 0px !important; }

  .sm-p-5 {
    padding: 5px !important; }

  .sm-pl-5 {
    padding-left: 5px !important; }

  .sm-pr-5 {
    padding-right: 5px !important; }

  .sm-pt-5 {
    padding-top: 5px !important; }

  .sm-pb-5 {
    padding-bottom: 5px !important; }

  .sm-m-5 {
    margin: 5px !important; }

  .sm-ml-5 {
    margin-left: 5px !important; }

  .sm-mr-5 {
    margin-right: 5px !important; }

  .sm-mt-5 {
    margin-top: 5px !important; }

  .sm-mb-5 {
    margin-bottom: 5px !important; }

  .sm-p-10 {
    padding: 10px !important; }

  .sm-pl-10 {
    padding-left: 10px !important; }

  .sm-pr-10 {
    padding-right: 10px !important; }

  .sm-pt-10 {
    padding-top: 10px !important; }

  .sm-pb-10 {
    padding-bottom: 10px !important; }

  .sm-m-10 {
    margin: 10px !important; }

  .sm-ml-10 {
    margin-left: 10px !important; }

  .sm-mr-10 {
    margin-right: 10px !important; }

  .sm-mt-10 {
    margin-top: 10px !important; }

  .sm-mb-10 {
    margin-bottom: 10px !important; }

  .sm-p-15 {
    padding: 15px !important; }

  .sm-pl-15 {
    padding-left: 15px !important; }

  .sm-pr-15 {
    padding-right: 15px !important; }

  .sm-pt-15 {
    padding-top: 15px !important; }

  .sm-pb-15 {
    padding-bottom: 15px !important; }

  .sm-m-15 {
    margin: 15px !important; }

  .sm-ml-15 {
    margin-left: 15px !important; }

  .sm-mr-15 {
    margin-right: 15px !important; }

  .sm-mt-15 {
    margin-top: 15px !important; }

  .sm-mb-15 {
    margin-bottom: 15px !important; }

  .sm-p-20 {
    padding: 20px !important; }

  .sm-pl-20 {
    padding-left: 20px !important; }

  .sm-pr-20 {
    padding-right: 20px !important; }

  .sm-pt-20 {
    padding-top: 20px !important; }

  .sm-pb-20 {
    padding-bottom: 20px !important; }

  .sm-m-20 {
    margin: 20px !important; }

  .sm-ml-20 {
    margin-left: 20px !important; }

  .sm-mr-20 {
    margin-right: 20px !important; }

  .sm-mt-20 {
    margin-top: 20px !important; }

  .sm-mb-20 {
    margin-bottom: 20px !important; }

  .sm-p-25 {
    padding: 25px !important; }

  .sm-pl-25 {
    padding-left: 25px !important; }

  .sm-pr-25 {
    padding-right: 25px !important; }

  .sm-pt-25 {
    padding-top: 25px !important; }

  .sm-pb-25 {
    padding-bottom: 25px !important; }

  .sm-m-25 {
    margin: 25px !important; }

  .sm-ml-25 {
    margin-left: 25px !important; }

  .sm-mr-25 {
    margin-right: 25px !important; }

  .sm-mt-25 {
    margin-top: 25px !important; }

  .sm-mb-25 {
    margin-bottom: 25px !important; }

  .sm-p-30 {
    padding: 30px !important; }

  .sm-pl-30 {
    padding-left: 30px !important; }

  .sm-pr-30 {
    padding-right: 30px !important; }

  .sm-pt-30 {
    padding-top: 30px !important; }

  .sm-pb-30 {
    padding-bottom: 30px !important; }

  .sm-m-30 {
    margin: 30px !important; }

  .sm-ml-30 {
    margin-left: 30px !important; }

  .sm-mr-30 {
    margin-right: 30px !important; }

  .sm-mt-30 {
    margin-top: 30px !important; }

  .sm-mb-30 {
    margin-bottom: 30px !important; }

  .sm-p-35 {
    padding: 35px !important; }

  .sm-pl-35 {
    padding-left: 35px !important; }

  .sm-pr-35 {
    padding-right: 35px !important; }

  .sm-pt-35 {
    padding-top: 35px !important; }

  .sm-pb-35 {
    padding-bottom: 35px !important; }

  .sm-m-35 {
    margin: 35px !important; }

  .sm-ml-35 {
    margin-left: 35px !important; }

  .sm-mr-35 {
    margin-right: 35px !important; }

  .sm-mt-35 {
    margin-top: 35px !important; }

  .sm-mb-35 {
    margin-bottom: 35px !important; }

  .sm-p-40 {
    padding: 40px !important; }

  .sm-pl-40 {
    padding-left: 40px !important; }

  .sm-pr-40 {
    padding-right: 40px !important; }

  .sm-pt-40 {
    padding-top: 40px !important; }

  .sm-pb-40 {
    padding-bottom: 40px !important; }

  .sm-m-40 {
    margin: 40px !important; }

  .sm-ml-40 {
    margin-left: 40px !important; }

  .sm-mr-40 {
    margin-right: 40px !important; }

  .sm-mt-40 {
    margin-top: 40px !important; }

  .sm-mb-40 {
    margin-bottom: 40px !important; }

  .sm-p-45 {
    padding: 45px !important; }

  .sm-pl-45 {
    padding-left: 45px !important; }

  .sm-pr-45 {
    padding-right: 45px !important; }

  .sm-pt-45 {
    padding-top: 45px !important; }

  .sm-pb-45 {
    padding-bottom: 45px !important; }

  .sm-m-45 {
    margin: 45px !important; }

  .sm-ml-45 {
    margin-left: 45px !important; }

  .sm-mr-45 {
    margin-right: 45px !important; }

  .sm-mt-45 {
    margin-top: 45px !important; }

  .sm-mb-45 {
    margin-bottom: 45px !important; }

  .sm-p-50 {
    padding: 50px !important; }

  .sm-pl-50 {
    padding-left: 50px !important; }

  .sm-pr-50 {
    padding-right: 50px !important; }

  .sm-pt-50 {
    padding-top: 50px !important; }

  .sm-pb-50 {
    padding-bottom: 50px !important; }

  .sm-m-50 {
    margin: 50px !important; }

  .sm-ml-50 {
    margin-left: 50px !important; }

  .sm-mr-50 {
    margin-right: 50px !important; }

  .sm-mt-50 {
    margin-top: 50px !important; }

  .sm-mb-50 {
    margin-bottom: 50px !important; }

  .sm-p-55 {
    padding: 55px !important; }

  .sm-pl-55 {
    padding-left: 55px !important; }

  .sm-pr-55 {
    padding-right: 55px !important; }

  .sm-pt-55 {
    padding-top: 55px !important; }

  .sm-pb-55 {
    padding-bottom: 55px !important; }

  .sm-m-55 {
    margin: 55px !important; }

  .sm-ml-55 {
    margin-left: 55px !important; }

  .sm-mr-55 {
    margin-right: 55px !important; }

  .sm-mt-55 {
    margin-top: 55px !important; }

  .sm-mb-55 {
    margin-bottom: 55px !important; }

  .sm-p-60 {
    padding: 60px !important; }

  .sm-pl-60 {
    padding-left: 60px !important; }

  .sm-pr-60 {
    padding-right: 60px !important; }

  .sm-pt-60 {
    padding-top: 60px !important; }

  .sm-pb-60 {
    padding-bottom: 60px !important; }

  .sm-m-60 {
    margin: 60px !important; }

  .sm-ml-60 {
    margin-left: 60px !important; }

  .sm-mr-60 {
    margin-right: 60px !important; }

  .sm-mt-60 {
    margin-top: 60px !important; }

  .sm-mb-60 {
    margin-bottom: 60px !important; }

  .sm-p-65 {
    padding: 65px !important; }

  .sm-pl-65 {
    padding-left: 65px !important; }

  .sm-pr-65 {
    padding-right: 65px !important; }

  .sm-pt-65 {
    padding-top: 65px !important; }

  .sm-pb-65 {
    padding-bottom: 65px !important; }

  .sm-m-65 {
    margin: 65px !important; }

  .sm-ml-65 {
    margin-left: 65px !important; }

  .sm-mr-65 {
    margin-right: 65px !important; }

  .sm-mt-65 {
    margin-top: 65px !important; }

  .sm-mb-65 {
    margin-bottom: 65px !important; }

  .sm-p-70 {
    padding: 70px !important; }

  .sm-pl-70 {
    padding-left: 70px !important; }

  .sm-pr-70 {
    padding-right: 70px !important; }

  .sm-pt-70 {
    padding-top: 70px !important; }

  .sm-pb-70 {
    padding-bottom: 70px !important; }

  .sm-m-70 {
    margin: 70px !important; }

  .sm-ml-70 {
    margin-left: 70px !important; }

  .sm-mr-70 {
    margin-right: 70px !important; }

  .sm-mt-70 {
    margin-top: 70px !important; }

  .sm-mb-70 {
    margin-bottom: 70px !important; }

  .sm-p-75 {
    padding: 75px !important; }

  .sm-pl-75 {
    padding-left: 75px !important; }

  .sm-pr-75 {
    padding-right: 75px !important; }

  .sm-pt-75 {
    padding-top: 75px !important; }

  .sm-pb-75 {
    padding-bottom: 75px !important; }

  .sm-m-75 {
    margin: 75px !important; }

  .sm-ml-75 {
    margin-left: 75px !important; }

  .sm-mr-75 {
    margin-right: 75px !important; }

  .sm-mt-75 {
    margin-top: 75px !important; }

  .sm-mb-75 {
    margin-bottom: 75px !important; }

  .sm-p-80 {
    padding: 80px !important; }

  .sm-pl-80 {
    padding-left: 80px !important; }

  .sm-pr-80 {
    padding-right: 80px !important; }

  .sm-pt-80 {
    padding-top: 80px !important; }

  .sm-pb-80 {
    padding-bottom: 80px !important; }

  .sm-m-80 {
    margin: 80px !important; }

  .sm-ml-80 {
    margin-left: 80px !important; }

  .sm-mr-80 {
    margin-right: 80px !important; }

  .sm-mt-80 {
    margin-top: 80px !important; }

  .sm-mb-80 {
    margin-bottom: 80px !important; }

  .sm-p-85 {
    padding: 85px !important; }

  .sm-pl-85 {
    padding-left: 85px !important; }

  .sm-pr-85 {
    padding-right: 85px !important; }

  .sm-pt-85 {
    padding-top: 85px !important; }

  .sm-pb-85 {
    padding-bottom: 85px !important; }

  .sm-m-85 {
    margin: 85px !important; }

  .sm-ml-85 {
    margin-left: 85px !important; }

  .sm-mr-85 {
    margin-right: 85px !important; }

  .sm-mt-85 {
    margin-top: 85px !important; }

  .sm-mb-85 {
    margin-bottom: 85px !important; }

  .sm-p-90 {
    padding: 90px !important; }

  .sm-pl-90 {
    padding-left: 90px !important; }

  .sm-pr-90 {
    padding-right: 90px !important; }

  .sm-pt-90 {
    padding-top: 90px !important; }

  .sm-pb-90 {
    padding-bottom: 90px !important; }

  .sm-m-90 {
    margin: 90px !important; }

  .sm-ml-90 {
    margin-left: 90px !important; }

  .sm-mr-90 {
    margin-right: 90px !important; }

  .sm-mt-90 {
    margin-top: 90px !important; }

  .sm-mb-90 {
    margin-bottom: 90px !important; }

  .sm-p-95 {
    padding: 95px !important; }

  .sm-pl-95 {
    padding-left: 95px !important; }

  .sm-pr-95 {
    padding-right: 95px !important; }

  .sm-pt-95 {
    padding-top: 95px !important; }

  .sm-pb-95 {
    padding-bottom: 95px !important; }

  .sm-m-95 {
    margin: 95px !important; }

  .sm-ml-95 {
    margin-left: 95px !important; }

  .sm-mr-95 {
    margin-right: 95px !important; }

  .sm-mt-95 {
    margin-top: 95px !important; }

  .sm-mb-95 {
    margin-bottom: 95px !important; }

  .sm-p-100 {
    padding: 100px !important; }

  .sm-pl-100 {
    padding-left: 100px !important; }

  .sm-pr-100 {
    padding-right: 100px !important; }

  .sm-pt-100 {
    padding-top: 100px !important; }

  .sm-pb-100 {
    padding-bottom: 100px !important; }

  .sm-m-100 {
    margin: 100px !important; }

  .sm-ml-100 {
    margin-left: 100px !important; }

  .sm-mr-100 {
    margin-right: 100px !important; }

  .sm-mt-100 {
    margin-top: 100px !important; }

  .sm-mb-100 {
    margin-bottom: 100px !important; }

  .sm-p-105 {
    padding: 105px !important; }

  .sm-pl-105 {
    padding-left: 105px !important; }

  .sm-pr-105 {
    padding-right: 105px !important; }

  .sm-pt-105 {
    padding-top: 105px !important; }

  .sm-pb-105 {
    padding-bottom: 105px !important; }

  .sm-m-105 {
    margin: 105px !important; }

  .sm-ml-105 {
    margin-left: 105px !important; }

  .sm-mr-105 {
    margin-right: 105px !important; }

  .sm-mt-105 {
    margin-top: 105px !important; }

  .sm-mb-105 {
    margin-bottom: 105px !important; }

  .sm-p-110 {
    padding: 110px !important; }

  .sm-pl-110 {
    padding-left: 110px !important; }

  .sm-pr-110 {
    padding-right: 110px !important; }

  .sm-pt-110 {
    padding-top: 110px !important; }

  .sm-pb-110 {
    padding-bottom: 110px !important; }

  .sm-m-110 {
    margin: 110px !important; }

  .sm-ml-110 {
    margin-left: 110px !important; }

  .sm-mr-110 {
    margin-right: 110px !important; }

  .sm-mt-110 {
    margin-top: 110px !important; }

  .sm-mb-110 {
    margin-bottom: 110px !important; }

  .sm-p-115 {
    padding: 115px !important; }

  .sm-pl-115 {
    padding-left: 115px !important; }

  .sm-pr-115 {
    padding-right: 115px !important; }

  .sm-pt-115 {
    padding-top: 115px !important; }

  .sm-pb-115 {
    padding-bottom: 115px !important; }

  .sm-m-115 {
    margin: 115px !important; }

  .sm-ml-115 {
    margin-left: 115px !important; }

  .sm-mr-115 {
    margin-right: 115px !important; }

  .sm-mt-115 {
    margin-top: 115px !important; }

  .sm-mb-115 {
    margin-bottom: 115px !important; }

  .sm-p-120 {
    padding: 120px !important; }

  .sm-pl-120 {
    padding-left: 120px !important; }

  .sm-pr-120 {
    padding-right: 120px !important; }

  .sm-pt-120 {
    padding-top: 120px !important; }

  .sm-pb-120 {
    padding-bottom: 120px !important; }

  .sm-m-120 {
    margin: 120px !important; }

  .sm-ml-120 {
    margin-left: 120px !important; }

  .sm-mr-120 {
    margin-right: 120px !important; }

  .sm-mt-120 {
    margin-top: 120px !important; }

  .sm-mb-120 {
    margin-bottom: 120px !important; }

  .sm-p-125 {
    padding: 125px !important; }

  .sm-pl-125 {
    padding-left: 125px !important; }

  .sm-pr-125 {
    padding-right: 125px !important; }

  .sm-pt-125 {
    padding-top: 125px !important; }

  .sm-pb-125 {
    padding-bottom: 125px !important; }

  .sm-m-125 {
    margin: 125px !important; }

  .sm-ml-125 {
    margin-left: 125px !important; }

  .sm-mr-125 {
    margin-right: 125px !important; }

  .sm-mt-125 {
    margin-top: 125px !important; }

  .sm-mb-125 {
    margin-bottom: 125px !important; }

  .sm-p-130 {
    padding: 130px !important; }

  .sm-pl-130 {
    padding-left: 130px !important; }

  .sm-pr-130 {
    padding-right: 130px !important; }

  .sm-pt-130 {
    padding-top: 130px !important; }

  .sm-pb-130 {
    padding-bottom: 130px !important; }

  .sm-m-130 {
    margin: 130px !important; }

  .sm-ml-130 {
    margin-left: 130px !important; }

  .sm-mr-130 {
    margin-right: 130px !important; }

  .sm-mt-130 {
    margin-top: 130px !important; }

  .sm-mb-130 {
    margin-bottom: 130px !important; }

  .sm-p-135 {
    padding: 135px !important; }

  .sm-pl-135 {
    padding-left: 135px !important; }

  .sm-pr-135 {
    padding-right: 135px !important; }

  .sm-pt-135 {
    padding-top: 135px !important; }

  .sm-pb-135 {
    padding-bottom: 135px !important; }

  .sm-m-135 {
    margin: 135px !important; }

  .sm-ml-135 {
    margin-left: 135px !important; }

  .sm-mr-135 {
    margin-right: 135px !important; }

  .sm-mt-135 {
    margin-top: 135px !important; }

  .sm-mb-135 {
    margin-bottom: 135px !important; }

  .sm-p-140 {
    padding: 140px !important; }

  .sm-pl-140 {
    padding-left: 140px !important; }

  .sm-pr-140 {
    padding-right: 140px !important; }

  .sm-pt-140 {
    padding-top: 140px !important; }

  .sm-pb-140 {
    padding-bottom: 140px !important; }

  .sm-m-140 {
    margin: 140px !important; }

  .sm-ml-140 {
    margin-left: 140px !important; }

  .sm-mr-140 {
    margin-right: 140px !important; }

  .sm-mt-140 {
    margin-top: 140px !important; }

  .sm-mb-140 {
    margin-bottom: 140px !important; }

  .sm-p-145 {
    padding: 145px !important; }

  .sm-pl-145 {
    padding-left: 145px !important; }

  .sm-pr-145 {
    padding-right: 145px !important; }

  .sm-pt-145 {
    padding-top: 145px !important; }

  .sm-pb-145 {
    padding-bottom: 145px !important; }

  .sm-m-145 {
    margin: 145px !important; }

  .sm-ml-145 {
    margin-left: 145px !important; }

  .sm-mr-145 {
    margin-right: 145px !important; }

  .sm-mt-145 {
    margin-top: 145px !important; }

  .sm-mb-145 {
    margin-bottom: 145px !important; }

  .sm-p-150 {
    padding: 150px !important; }

  .sm-pl-150 {
    padding-left: 150px !important; }

  .sm-pr-150 {
    padding-right: 150px !important; }

  .sm-pt-150 {
    padding-top: 150px !important; }

  .sm-pb-150 {
    padding-bottom: 150px !important; }

  .sm-m-150 {
    margin: 150px !important; }

  .sm-ml-150 {
    margin-left: 150px !important; }

  .sm-mr-150 {
    margin-right: 150px !important; }

  .sm-mt-150 {
    margin-top: 150px !important; }

  .sm-mb-150 {
    margin-bottom: 150px !important; }

  .sm-p-155 {
    padding: 155px !important; }

  .sm-pl-155 {
    padding-left: 155px !important; }

  .sm-pr-155 {
    padding-right: 155px !important; }

  .sm-pt-155 {
    padding-top: 155px !important; }

  .sm-pb-155 {
    padding-bottom: 155px !important; }

  .sm-m-155 {
    margin: 155px !important; }

  .sm-ml-155 {
    margin-left: 155px !important; }

  .sm-mr-155 {
    margin-right: 155px !important; }

  .sm-mt-155 {
    margin-top: 155px !important; }

  .sm-mb-155 {
    margin-bottom: 155px !important; }

  .sm-p-160 {
    padding: 160px !important; }

  .sm-pl-160 {
    padding-left: 160px !important; }

  .sm-pr-160 {
    padding-right: 160px !important; }

  .sm-pt-160 {
    padding-top: 160px !important; }

  .sm-pb-160 {
    padding-bottom: 160px !important; }

  .sm-m-160 {
    margin: 160px !important; }

  .sm-ml-160 {
    margin-left: 160px !important; }

  .sm-mr-160 {
    margin-right: 160px !important; }

  .sm-mt-160 {
    margin-top: 160px !important; }

  .sm-mb-160 {
    margin-bottom: 160px !important; }

  .sm-p-165 {
    padding: 165px !important; }

  .sm-pl-165 {
    padding-left: 165px !important; }

  .sm-pr-165 {
    padding-right: 165px !important; }

  .sm-pt-165 {
    padding-top: 165px !important; }

  .sm-pb-165 {
    padding-bottom: 165px !important; }

  .sm-m-165 {
    margin: 165px !important; }

  .sm-ml-165 {
    margin-left: 165px !important; }

  .sm-mr-165 {
    margin-right: 165px !important; }

  .sm-mt-165 {
    margin-top: 165px !important; }

  .sm-mb-165 {
    margin-bottom: 165px !important; }

  .sm-p-170 {
    padding: 170px !important; }

  .sm-pl-170 {
    padding-left: 170px !important; }

  .sm-pr-170 {
    padding-right: 170px !important; }

  .sm-pt-170 {
    padding-top: 170px !important; }

  .sm-pb-170 {
    padding-bottom: 170px !important; }

  .sm-m-170 {
    margin: 170px !important; }

  .sm-ml-170 {
    margin-left: 170px !important; }

  .sm-mr-170 {
    margin-right: 170px !important; }

  .sm-mt-170 {
    margin-top: 170px !important; }

  .sm-mb-170 {
    margin-bottom: 170px !important; }

  .sm-p-175 {
    padding: 175px !important; }

  .sm-pl-175 {
    padding-left: 175px !important; }

  .sm-pr-175 {
    padding-right: 175px !important; }

  .sm-pt-175 {
    padding-top: 175px !important; }

  .sm-pb-175 {
    padding-bottom: 175px !important; }

  .sm-m-175 {
    margin: 175px !important; }

  .sm-ml-175 {
    margin-left: 175px !important; }

  .sm-mr-175 {
    margin-right: 175px !important; }

  .sm-mt-175 {
    margin-top: 175px !important; }

  .sm-mb-175 {
    margin-bottom: 175px !important; }

  .sm-p-180 {
    padding: 180px !important; }

  .sm-pl-180 {
    padding-left: 180px !important; }

  .sm-pr-180 {
    padding-right: 180px !important; }

  .sm-pt-180 {
    padding-top: 180px !important; }

  .sm-pb-180 {
    padding-bottom: 180px !important; }

  .sm-m-180 {
    margin: 180px !important; }

  .sm-ml-180 {
    margin-left: 180px !important; }

  .sm-mr-180 {
    margin-right: 180px !important; }

  .sm-mt-180 {
    margin-top: 180px !important; }

  .sm-mb-180 {
    margin-bottom: 180px !important; }

  .sm-p-185 {
    padding: 185px !important; }

  .sm-pl-185 {
    padding-left: 185px !important; }

  .sm-pr-185 {
    padding-right: 185px !important; }

  .sm-pt-185 {
    padding-top: 185px !important; }

  .sm-pb-185 {
    padding-bottom: 185px !important; }

  .sm-m-185 {
    margin: 185px !important; }

  .sm-ml-185 {
    margin-left: 185px !important; }

  .sm-mr-185 {
    margin-right: 185px !important; }

  .sm-mt-185 {
    margin-top: 185px !important; }

  .sm-mb-185 {
    margin-bottom: 185px !important; }

  .sm-p-190 {
    padding: 190px !important; }

  .sm-pl-190 {
    padding-left: 190px !important; }

  .sm-pr-190 {
    padding-right: 190px !important; }

  .sm-pt-190 {
    padding-top: 190px !important; }

  .sm-pb-190 {
    padding-bottom: 190px !important; }

  .sm-m-190 {
    margin: 190px !important; }

  .sm-ml-190 {
    margin-left: 190px !important; }

  .sm-mr-190 {
    margin-right: 190px !important; }

  .sm-mt-190 {
    margin-top: 190px !important; }

  .sm-mb-190 {
    margin-bottom: 190px !important; }

  .sm-p-195 {
    padding: 195px !important; }

  .sm-pl-195 {
    padding-left: 195px !important; }

  .sm-pr-195 {
    padding-right: 195px !important; }

  .sm-pt-195 {
    padding-top: 195px !important; }

  .sm-pb-195 {
    padding-bottom: 195px !important; }

  .sm-m-195 {
    margin: 195px !important; }

  .sm-ml-195 {
    margin-left: 195px !important; }

  .sm-mr-195 {
    margin-right: 195px !important; }

  .sm-mt-195 {
    margin-top: 195px !important; }

  .sm-mb-195 {
    margin-bottom: 195px !important; }

  .sm-p-200 {
    padding: 200px !important; }

  .sm-pl-200 {
    padding-left: 200px !important; }

  .sm-pr-200 {
    padding-right: 200px !important; }

  .sm-pt-200 {
    padding-top: 200px !important; }

  .sm-pb-200 {
    padding-bottom: 200px !important; }

  .sm-m-200 {
    margin: 200px !important; }

  .sm-ml-200 {
    margin-left: 200px !important; }

  .sm-mr-200 {
    margin-right: 200px !important; }

  .sm-mt-200 {
    margin-top: 200px !important; }

  .sm-mb-200 {
    margin-bottom: 200px !important; }

  .sm-p-205 {
    padding: 205px !important; }

  .sm-pl-205 {
    padding-left: 205px !important; }

  .sm-pr-205 {
    padding-right: 205px !important; }

  .sm-pt-205 {
    padding-top: 205px !important; }

  .sm-pb-205 {
    padding-bottom: 205px !important; }

  .sm-m-205 {
    margin: 205px !important; }

  .sm-ml-205 {
    margin-left: 205px !important; }

  .sm-mr-205 {
    margin-right: 205px !important; }

  .sm-mt-205 {
    margin-top: 205px !important; }

  .sm-mb-205 {
    margin-bottom: 205px !important; }

  .sm-p-210 {
    padding: 210px !important; }

  .sm-pl-210 {
    padding-left: 210px !important; }

  .sm-pr-210 {
    padding-right: 210px !important; }

  .sm-pt-210 {
    padding-top: 210px !important; }

  .sm-pb-210 {
    padding-bottom: 210px !important; }

  .sm-m-210 {
    margin: 210px !important; }

  .sm-ml-210 {
    margin-left: 210px !important; }

  .sm-mr-210 {
    margin-right: 210px !important; }

  .sm-mt-210 {
    margin-top: 210px !important; }

  .sm-mb-210 {
    margin-bottom: 210px !important; }

  .sm-p-215 {
    padding: 215px !important; }

  .sm-pl-215 {
    padding-left: 215px !important; }

  .sm-pr-215 {
    padding-right: 215px !important; }

  .sm-pt-215 {
    padding-top: 215px !important; }

  .sm-pb-215 {
    padding-bottom: 215px !important; }

  .sm-m-215 {
    margin: 215px !important; }

  .sm-ml-215 {
    margin-left: 215px !important; }

  .sm-mr-215 {
    margin-right: 215px !important; }

  .sm-mt-215 {
    margin-top: 215px !important; }

  .sm-mb-215 {
    margin-bottom: 215px !important; }

  .sm-p-220 {
    padding: 220px !important; }

  .sm-pl-220 {
    padding-left: 220px !important; }

  .sm-pr-220 {
    padding-right: 220px !important; }

  .sm-pt-220 {
    padding-top: 220px !important; }

  .sm-pb-220 {
    padding-bottom: 220px !important; }

  .sm-m-220 {
    margin: 220px !important; }

  .sm-ml-220 {
    margin-left: 220px !important; }

  .sm-mr-220 {
    margin-right: 220px !important; }

  .sm-mt-220 {
    margin-top: 220px !important; }

  .sm-mb-220 {
    margin-bottom: 220px !important; }

  .sm-p-225 {
    padding: 225px !important; }

  .sm-pl-225 {
    padding-left: 225px !important; }

  .sm-pr-225 {
    padding-right: 225px !important; }

  .sm-pt-225 {
    padding-top: 225px !important; }

  .sm-pb-225 {
    padding-bottom: 225px !important; }

  .sm-m-225 {
    margin: 225px !important; }

  .sm-ml-225 {
    margin-left: 225px !important; }

  .sm-mr-225 {
    margin-right: 225px !important; }

  .sm-mt-225 {
    margin-top: 225px !important; }

  .sm-mb-225 {
    margin-bottom: 225px !important; }

  .sm-p-230 {
    padding: 230px !important; }

  .sm-pl-230 {
    padding-left: 230px !important; }

  .sm-pr-230 {
    padding-right: 230px !important; }

  .sm-pt-230 {
    padding-top: 230px !important; }

  .sm-pb-230 {
    padding-bottom: 230px !important; }

  .sm-m-230 {
    margin: 230px !important; }

  .sm-ml-230 {
    margin-left: 230px !important; }

  .sm-mr-230 {
    margin-right: 230px !important; }

  .sm-mt-230 {
    margin-top: 230px !important; }

  .sm-mb-230 {
    margin-bottom: 230px !important; }

  .sm-p-235 {
    padding: 235px !important; }

  .sm-pl-235 {
    padding-left: 235px !important; }

  .sm-pr-235 {
    padding-right: 235px !important; }

  .sm-pt-235 {
    padding-top: 235px !important; }

  .sm-pb-235 {
    padding-bottom: 235px !important; }

  .sm-m-235 {
    margin: 235px !important; }

  .sm-ml-235 {
    margin-left: 235px !important; }

  .sm-mr-235 {
    margin-right: 235px !important; }

  .sm-mt-235 {
    margin-top: 235px !important; }

  .sm-mb-235 {
    margin-bottom: 235px !important; }

  .sm-p-240 {
    padding: 240px !important; }

  .sm-pl-240 {
    padding-left: 240px !important; }

  .sm-pr-240 {
    padding-right: 240px !important; }

  .sm-pt-240 {
    padding-top: 240px !important; }

  .sm-pb-240 {
    padding-bottom: 240px !important; }

  .sm-m-240 {
    margin: 240px !important; }

  .sm-ml-240 {
    margin-left: 240px !important; }

  .sm-mr-240 {
    margin-right: 240px !important; }

  .sm-mt-240 {
    margin-top: 240px !important; }

  .sm-mb-240 {
    margin-bottom: 240px !important; }

  .sm-p-245 {
    padding: 245px !important; }

  .sm-pl-245 {
    padding-left: 245px !important; }

  .sm-pr-245 {
    padding-right: 245px !important; }

  .sm-pt-245 {
    padding-top: 245px !important; }

  .sm-pb-245 {
    padding-bottom: 245px !important; }

  .sm-m-245 {
    margin: 245px !important; }

  .sm-ml-245 {
    margin-left: 245px !important; }

  .sm-mr-245 {
    margin-right: 245px !important; }

  .sm-mt-245 {
    margin-top: 245px !important; }

  .sm-mb-245 {
    margin-bottom: 245px !important; }

  .sm-p-250 {
    padding: 250px !important; }

  .sm-pl-250 {
    padding-left: 250px !important; }

  .sm-pr-250 {
    padding-right: 250px !important; }

  .sm-pt-250 {
    padding-top: 250px !important; }

  .sm-pb-250 {
    padding-bottom: 250px !important; }

  .sm-m-250 {
    margin: 250px !important; }

  .sm-ml-250 {
    margin-left: 250px !important; }

  .sm-mr-250 {
    margin-right: 250px !important; }

  .sm-mt-250 {
    margin-top: 250px !important; }

  .sm-mb-250 {
    margin-bottom: 250px !important; } }
.w-0 {
  width: 0px; }

.w-10 {
  width: 10px; }

.minw-0 {
  min-width: 0px; }

.minw-10 {
  min-width: 10px; }

.maxw-0 {
  max-width: 0px; }

.maxw-10 {
  max-width: 10px; }

.grid-gap-10 {
  grid-gap: 10px !important; }

.w-1 {
  width: 1px; }

.w-20 {
  width: 20px; }

.minw-1 {
  min-width: 1px; }

.minw-20 {
  min-width: 20px; }

.maxw-1 {
  max-width: 1px; }

.maxw-20 {
  max-width: 20px; }

.grid-gap-20 {
  grid-gap: 20px !important; }

.w-2 {
  width: 2px; }

.w-30 {
  width: 30px; }

.minw-2 {
  min-width: 2px; }

.minw-30 {
  min-width: 30px; }

.maxw-2 {
  max-width: 2px; }

.maxw-30 {
  max-width: 30px; }

.grid-gap-30 {
  grid-gap: 30px !important; }

.w-3 {
  width: 3px; }

.w-40 {
  width: 40px; }

.minw-3 {
  min-width: 3px; }

.minw-40 {
  min-width: 40px; }

.maxw-3 {
  max-width: 3px; }

.maxw-40 {
  max-width: 40px; }

.grid-gap-40 {
  grid-gap: 40px !important; }

.w-4 {
  width: 4px; }

.w-50 {
  width: 50px; }

.minw-4 {
  min-width: 4px; }

.minw-50 {
  min-width: 50px; }

.maxw-4 {
  max-width: 4px; }

.maxw-50 {
  max-width: 50px; }

.grid-gap-50 {
  grid-gap: 50px !important; }

.w-5 {
  width: 5px; }

.w-60 {
  width: 60px; }

.minw-5 {
  min-width: 5px; }

.minw-60 {
  min-width: 60px; }

.maxw-5 {
  max-width: 5px; }

.maxw-60 {
  max-width: 60px; }

.grid-gap-60 {
  grid-gap: 60px !important; }

.w-6 {
  width: 6px; }

.w-70 {
  width: 70px; }

.minw-6 {
  min-width: 6px; }

.minw-70 {
  min-width: 70px; }

.maxw-6 {
  max-width: 6px; }

.maxw-70 {
  max-width: 70px; }

.grid-gap-70 {
  grid-gap: 70px !important; }

.w-7 {
  width: 7px; }

.w-80 {
  width: 80px; }

.minw-7 {
  min-width: 7px; }

.minw-80 {
  min-width: 80px; }

.maxw-7 {
  max-width: 7px; }

.maxw-80 {
  max-width: 80px; }

.grid-gap-80 {
  grid-gap: 80px !important; }

.w-8 {
  width: 8px; }

.w-90 {
  width: 90px; }

.minw-8 {
  min-width: 8px; }

.minw-90 {
  min-width: 90px; }

.maxw-8 {
  max-width: 8px; }

.maxw-90 {
  max-width: 90px; }

.grid-gap-90 {
  grid-gap: 90px !important; }

.w-9 {
  width: 9px; }

.w-100 {
  width: 100px; }

.minw-9 {
  min-width: 9px; }

.minw-100 {
  min-width: 100px; }

.maxw-9 {
  max-width: 9px; }

.maxw-100 {
  max-width: 100px; }

.grid-gap-100 {
  grid-gap: 100px !important; }

.w-10 {
  width: 10px; }

.w-110 {
  width: 110px; }

.minw-10 {
  min-width: 10px; }

.minw-110 {
  min-width: 110px; }

.maxw-10 {
  max-width: 10px; }

.maxw-110 {
  max-width: 110px; }

.grid-gap-110 {
  grid-gap: 110px !important; }

.w-11 {
  width: 11px; }

.w-120 {
  width: 120px; }

.minw-11 {
  min-width: 11px; }

.minw-120 {
  min-width: 120px; }

.maxw-11 {
  max-width: 11px; }

.maxw-120 {
  max-width: 120px; }

.grid-gap-120 {
  grid-gap: 120px !important; }

.w-12 {
  width: 12px; }

.w-130 {
  width: 130px; }

.minw-12 {
  min-width: 12px; }

.minw-130 {
  min-width: 130px; }

.maxw-12 {
  max-width: 12px; }

.maxw-130 {
  max-width: 130px; }

.grid-gap-130 {
  grid-gap: 130px !important; }

.w-13 {
  width: 13px; }

.w-140 {
  width: 140px; }

.minw-13 {
  min-width: 13px; }

.minw-140 {
  min-width: 140px; }

.maxw-13 {
  max-width: 13px; }

.maxw-140 {
  max-width: 140px; }

.grid-gap-140 {
  grid-gap: 140px !important; }

.w-14 {
  width: 14px; }

.w-150 {
  width: 150px; }

.minw-14 {
  min-width: 14px; }

.minw-150 {
  min-width: 150px; }

.maxw-14 {
  max-width: 14px; }

.maxw-150 {
  max-width: 150px; }

.grid-gap-150 {
  grid-gap: 150px !important; }

.w-15 {
  width: 15px; }

.w-160 {
  width: 160px; }

.minw-15 {
  min-width: 15px; }

.minw-160 {
  min-width: 160px; }

.maxw-15 {
  max-width: 15px; }

.maxw-160 {
  max-width: 160px; }

.grid-gap-160 {
  grid-gap: 160px !important; }

.w-16 {
  width: 16px; }

.w-170 {
  width: 170px; }

.minw-16 {
  min-width: 16px; }

.minw-170 {
  min-width: 170px; }

.maxw-16 {
  max-width: 16px; }

.maxw-170 {
  max-width: 170px; }

.grid-gap-170 {
  grid-gap: 170px !important; }

.w-17 {
  width: 17px; }

.w-180 {
  width: 180px; }

.minw-17 {
  min-width: 17px; }

.minw-180 {
  min-width: 180px; }

.maxw-17 {
  max-width: 17px; }

.maxw-180 {
  max-width: 180px; }

.grid-gap-180 {
  grid-gap: 180px !important; }

.w-18 {
  width: 18px; }

.w-190 {
  width: 190px; }

.minw-18 {
  min-width: 18px; }

.minw-190 {
  min-width: 190px; }

.maxw-18 {
  max-width: 18px; }

.maxw-190 {
  max-width: 190px; }

.grid-gap-190 {
  grid-gap: 190px !important; }

.w-19 {
  width: 19px; }

.w-200 {
  width: 200px; }

.minw-19 {
  min-width: 19px; }

.minw-200 {
  min-width: 200px; }

.maxw-19 {
  max-width: 19px; }

.maxw-200 {
  max-width: 200px; }

.grid-gap-200 {
  grid-gap: 200px !important; }

.w-20 {
  width: 20px; }

.w-210 {
  width: 210px; }

.minw-20 {
  min-width: 20px; }

.minw-210 {
  min-width: 210px; }

.maxw-20 {
  max-width: 20px; }

.maxw-210 {
  max-width: 210px; }

.grid-gap-210 {
  grid-gap: 210px !important; }

.w-21 {
  width: 21px; }

.w-220 {
  width: 220px; }

.minw-21 {
  min-width: 21px; }

.minw-220 {
  min-width: 220px; }

.maxw-21 {
  max-width: 21px; }

.maxw-220 {
  max-width: 220px; }

.grid-gap-220 {
  grid-gap: 220px !important; }

.w-22 {
  width: 22px; }

.w-230 {
  width: 230px; }

.minw-22 {
  min-width: 22px; }

.minw-230 {
  min-width: 230px; }

.maxw-22 {
  max-width: 22px; }

.maxw-230 {
  max-width: 230px; }

.grid-gap-230 {
  grid-gap: 230px !important; }

.w-23 {
  width: 23px; }

.w-240 {
  width: 240px; }

.minw-23 {
  min-width: 23px; }

.minw-240 {
  min-width: 240px; }

.maxw-23 {
  max-width: 23px; }

.maxw-240 {
  max-width: 240px; }

.grid-gap-240 {
  grid-gap: 240px !important; }

.w-24 {
  width: 24px; }

.w-250 {
  width: 250px; }

.minw-24 {
  min-width: 24px; }

.minw-250 {
  min-width: 250px; }

.maxw-24 {
  max-width: 24px; }

.maxw-250 {
  max-width: 250px; }

.grid-gap-250 {
  grid-gap: 250px !important; }

.w-25 {
  width: 25px; }

.w-260 {
  width: 260px; }

.minw-25 {
  min-width: 25px; }

.minw-260 {
  min-width: 260px; }

.maxw-25 {
  max-width: 25px; }

.maxw-260 {
  max-width: 260px; }

.grid-gap-260 {
  grid-gap: 260px !important; }

.w-26 {
  width: 26px; }

.w-270 {
  width: 270px; }

.minw-26 {
  min-width: 26px; }

.minw-270 {
  min-width: 270px; }

.maxw-26 {
  max-width: 26px; }

.maxw-270 {
  max-width: 270px; }

.grid-gap-270 {
  grid-gap: 270px !important; }

.w-27 {
  width: 27px; }

.w-280 {
  width: 280px; }

.minw-27 {
  min-width: 27px; }

.minw-280 {
  min-width: 280px; }

.maxw-27 {
  max-width: 27px; }

.maxw-280 {
  max-width: 280px; }

.grid-gap-280 {
  grid-gap: 280px !important; }

.w-28 {
  width: 28px; }

.w-290 {
  width: 290px; }

.minw-28 {
  min-width: 28px; }

.minw-290 {
  min-width: 290px; }

.maxw-28 {
  max-width: 28px; }

.maxw-290 {
  max-width: 290px; }

.grid-gap-290 {
  grid-gap: 290px !important; }

.w-29 {
  width: 29px; }

.w-300 {
  width: 300px; }

.minw-29 {
  min-width: 29px; }

.minw-300 {
  min-width: 300px; }

.maxw-29 {
  max-width: 29px; }

.maxw-300 {
  max-width: 300px; }

.grid-gap-300 {
  grid-gap: 300px !important; }

.w-30 {
  width: 30px; }

.w-310 {
  width: 310px; }

.minw-30 {
  min-width: 30px; }

.minw-310 {
  min-width: 310px; }

.maxw-30 {
  max-width: 30px; }

.maxw-310 {
  max-width: 310px; }

.grid-gap-310 {
  grid-gap: 310px !important; }

.w-31 {
  width: 31px; }

.w-320 {
  width: 320px; }

.minw-31 {
  min-width: 31px; }

.minw-320 {
  min-width: 320px; }

.maxw-31 {
  max-width: 31px; }

.maxw-320 {
  max-width: 320px; }

.grid-gap-320 {
  grid-gap: 320px !important; }

.w-32 {
  width: 32px; }

.w-330 {
  width: 330px; }

.minw-32 {
  min-width: 32px; }

.minw-330 {
  min-width: 330px; }

.maxw-32 {
  max-width: 32px; }

.maxw-330 {
  max-width: 330px; }

.grid-gap-330 {
  grid-gap: 330px !important; }

.w-33 {
  width: 33px; }

.w-340 {
  width: 340px; }

.minw-33 {
  min-width: 33px; }

.minw-340 {
  min-width: 340px; }

.maxw-33 {
  max-width: 33px; }

.maxw-340 {
  max-width: 340px; }

.grid-gap-340 {
  grid-gap: 340px !important; }

.w-34 {
  width: 34px; }

.w-350 {
  width: 350px; }

.minw-34 {
  min-width: 34px; }

.minw-350 {
  min-width: 350px; }

.maxw-34 {
  max-width: 34px; }

.maxw-350 {
  max-width: 350px; }

.grid-gap-350 {
  grid-gap: 350px !important; }

.w-35 {
  width: 35px; }

.w-360 {
  width: 360px; }

.minw-35 {
  min-width: 35px; }

.minw-360 {
  min-width: 360px; }

.maxw-35 {
  max-width: 35px; }

.maxw-360 {
  max-width: 360px; }

.grid-gap-360 {
  grid-gap: 360px !important; }

.w-36 {
  width: 36px; }

.w-370 {
  width: 370px; }

.minw-36 {
  min-width: 36px; }

.minw-370 {
  min-width: 370px; }

.maxw-36 {
  max-width: 36px; }

.maxw-370 {
  max-width: 370px; }

.grid-gap-370 {
  grid-gap: 370px !important; }

.w-37 {
  width: 37px; }

.w-380 {
  width: 380px; }

.minw-37 {
  min-width: 37px; }

.minw-380 {
  min-width: 380px; }

.maxw-37 {
  max-width: 37px; }

.maxw-380 {
  max-width: 380px; }

.grid-gap-380 {
  grid-gap: 380px !important; }

.w-38 {
  width: 38px; }

.w-390 {
  width: 390px; }

.minw-38 {
  min-width: 38px; }

.minw-390 {
  min-width: 390px; }

.maxw-38 {
  max-width: 38px; }

.maxw-390 {
  max-width: 390px; }

.grid-gap-390 {
  grid-gap: 390px !important; }

.w-39 {
  width: 39px; }

.w-400 {
  width: 400px; }

.minw-39 {
  min-width: 39px; }

.minw-400 {
  min-width: 400px; }

.maxw-39 {
  max-width: 39px; }

.maxw-400 {
  max-width: 400px; }

.grid-gap-400 {
  grid-gap: 400px !important; }

.w-40 {
  width: 40px; }

.w-410 {
  width: 410px; }

.minw-40 {
  min-width: 40px; }

.minw-410 {
  min-width: 410px; }

.maxw-40 {
  max-width: 40px; }

.maxw-410 {
  max-width: 410px; }

.grid-gap-410 {
  grid-gap: 410px !important; }

.w-41 {
  width: 41px; }

.w-420 {
  width: 420px; }

.minw-41 {
  min-width: 41px; }

.minw-420 {
  min-width: 420px; }

.maxw-41 {
  max-width: 41px; }

.maxw-420 {
  max-width: 420px; }

.grid-gap-420 {
  grid-gap: 420px !important; }

.w-42 {
  width: 42px; }

.w-430 {
  width: 430px; }

.minw-42 {
  min-width: 42px; }

.minw-430 {
  min-width: 430px; }

.maxw-42 {
  max-width: 42px; }

.maxw-430 {
  max-width: 430px; }

.grid-gap-430 {
  grid-gap: 430px !important; }

.w-43 {
  width: 43px; }

.w-440 {
  width: 440px; }

.minw-43 {
  min-width: 43px; }

.minw-440 {
  min-width: 440px; }

.maxw-43 {
  max-width: 43px; }

.maxw-440 {
  max-width: 440px; }

.grid-gap-440 {
  grid-gap: 440px !important; }

.w-44 {
  width: 44px; }

.w-450 {
  width: 450px; }

.minw-44 {
  min-width: 44px; }

.minw-450 {
  min-width: 450px; }

.maxw-44 {
  max-width: 44px; }

.maxw-450 {
  max-width: 450px; }

.grid-gap-450 {
  grid-gap: 450px !important; }

.w-45 {
  width: 45px; }

.w-460 {
  width: 460px; }

.minw-45 {
  min-width: 45px; }

.minw-460 {
  min-width: 460px; }

.maxw-45 {
  max-width: 45px; }

.maxw-460 {
  max-width: 460px; }

.grid-gap-460 {
  grid-gap: 460px !important; }

.w-46 {
  width: 46px; }

.w-470 {
  width: 470px; }

.minw-46 {
  min-width: 46px; }

.minw-470 {
  min-width: 470px; }

.maxw-46 {
  max-width: 46px; }

.maxw-470 {
  max-width: 470px; }

.grid-gap-470 {
  grid-gap: 470px !important; }

.w-47 {
  width: 47px; }

.w-480 {
  width: 480px; }

.minw-47 {
  min-width: 47px; }

.minw-480 {
  min-width: 480px; }

.maxw-47 {
  max-width: 47px; }

.maxw-480 {
  max-width: 480px; }

.grid-gap-480 {
  grid-gap: 480px !important; }

.w-48 {
  width: 48px; }

.w-490 {
  width: 490px; }

.minw-48 {
  min-width: 48px; }

.minw-490 {
  min-width: 490px; }

.maxw-48 {
  max-width: 48px; }

.maxw-490 {
  max-width: 490px; }

.grid-gap-490 {
  grid-gap: 490px !important; }

.w-49 {
  width: 49px; }

.w-500 {
  width: 500px; }

.minw-49 {
  min-width: 49px; }

.minw-500 {
  min-width: 500px; }

.maxw-49 {
  max-width: 49px; }

.maxw-500 {
  max-width: 500px; }

.grid-gap-500 {
  grid-gap: 500px !important; }

.w-50 {
  width: 50px; }

.w-510 {
  width: 510px; }

.minw-50 {
  min-width: 50px; }

.minw-510 {
  min-width: 510px; }

.maxw-50 {
  max-width: 50px; }

.maxw-510 {
  max-width: 510px; }

.grid-gap-510 {
  grid-gap: 510px !important; }

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

/*Gridbox */
.gridbox {
  gap: 0px 20px;
  place-items: stretch;
  display: grid; }
  .gridbox.gap--10 {
    gap: 0px 10px; }
  .gridbox.gap--v10 {
    gap: 10px 0px; }
  .gridbox.align--center > label, .gridbox.align--center > div, .gridbox.align--center > div label {
    justify-content: center;
    text-align: center; }
  .gridbox.size--1 {
    grid-template-columns: 1fr; }
  .gridbox.size--2 {
    grid-template-columns: 1fr 1fr; }
  .gridbox.size--1-auto {
    grid-template-columns: 1fr auto; }
  .gridbox.size--3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .gridbox.size--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .gridbox.size--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
  .gridbox.size--6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  .gridbox.size--8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  .gridbox.size--120-fr {
    grid-template-columns: 120px 1fr; }

@media (max-width: 991px) {
  .gridbox.md-size--1 {
    grid-template-columns: 1fr; }
  .gridbox.md-size--2 {
    grid-template-columns: 1fr 1fr; }
  .gridbox.md-size--3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .gridbox.md-size--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .gridbox.md-size--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
  .gridbox.md-size--6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }
@media (max-width: 543px) {
  .gridbox.xs-size--1 {
    grid-template-columns: 1fr; }
  .gridbox.xs-size--2 {
    grid-template-columns: 1fr 1fr; }
  .gridbox.xs-size--3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .gridbox.xs-size--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .gridbox.xs-size--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
  .gridbox.xs-size--6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  .gridbox.xs-gap--v10 {
    gap: 10px 0px; } }
/*newflybanner body fixer */
body.disable-scroll {
  overflow: hidden; }

/*newflybanner */
.newflybanner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  .newflybanner .close {
    position: absolute;
    color: #000000;
    z-index: 1;
    text-decoration: none;
    cursor: pointer; }
    .newflybanner .close:hover, .newflybanner .close:active, .newflybanner .close:focus {
      text-decoration: none; }
    .newflybanner .close.t {
      top: 10px; }
    .newflybanner .close.b {
      bottom: 10px; }
    .newflybanner .close.m {
      top: 50%;
      transform: translateY(-50%); }
    .newflybanner .close.l {
      left: 10px; }
    .newflybanner .close.c {
      left: 50%;
      transform: translateX(-50%); }
    .newflybanner .close.r {
      right: 10px; }
  .newflybanner .backdrop {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(33, 33, 33, 0.5) 50%, rgba(0, 0, 0, 0.65) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .newflybanner > .box {
    z-index: 1;
    width: 600px;
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }
    .newflybanner > .box .backstripe {
      -webkit-transition: .2s all;
      -moz-transition: .2s all;
      -ms-transition: .2s all;
      transition: .2s all;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 60px;
      z-index: -1; }
    .newflybanner > .box > .content {
      display: flex;
      flex-direction: column;
      height: 100%;
      max-height: 90vh; }
      .newflybanner > .box > .content > .title {
        -webkit-transition: .2s all;
        -moz-transition: .2s all;
        -ms-transition: .2s all;
        transition: .2s all;
        text-align: center;
        padding: 0 40px; }
        .newflybanner > .box > .content > .title h1 {
          font-size: 24px;
          margin: 20px 0 20px 0; }
      .newflybanner > .box > .content > .text {
        text-align: center;
        padding: 20px 40px;
        flex: 1;
        overflow-y: auto;
        font-size: 16px; }
        .newflybanner > .box > .content > .text iframe {
          width: 100%; }
  .newflybanner.full > .box {
    width: 100%;
    height: 100%; }
    .newflybanner.full > .box > .content {
      max-height: 100%; }
  .newflybanner.lg > .box {
    width: 800px; }
  .newflybanner.md > .box {
    width: 600px; }
  .newflybanner.sm > .box {
    width: 500px; }
  .newflybanner.xs > .box {
    width: 400px; }
  .newflybanner.title-full > .box .backstripe {
    height: 100%; }
  .newflybanner.title-half > .box .backstripe {
    height: 50%; }
  .newflybanner.title-md > .box .backstripe {
    height: 200px; }
  .newflybanner.title-sm > .box .backstripe {
    height: 60px; }
  .newflybanner.title-xs > .box .backstripe {
    height: 10px; }
  .newflybanner.title-white > .box .title h1 {
    color: #FFF; }
  .newflybanner.text-white > .box .text {
    color: #FFF; }
  .newflybanner.type--text > .box > .content > .image-holder {
    display: none; }
  .newflybanner.type--image > .box {
    background: transparent !important;
    box-shadow: none;
    border: 0px; }
    .newflybanner.type--image > .box .backstripe {
      display: none; }
    .newflybanner.type--image > .box .content > .title, .newflybanner.type--image > .box .content > .text, .newflybanner.type--image > .box .content > .close {
      display: none; }
    .newflybanner.type--image > .box .content > .image-holder {
      height: 90vh; }
      .newflybanner.type--image > .box .content > .image-holder > .image {
        position: absolute;
        display: inline;
        width: 100%;
        left: 50%;
        top: 0px;
        transform: translateX(-50%); }
        .newflybanner.type--image > .box .content > .image-holder > .image img {
          max-width: 100%;
          object-fit: contain;
          position: relative;
          max-height: 90vh; }

.newflybanner.fixed-top {
  align-items: flex-start; }

@media (max-width: 991px) {
  .newflybanner.hide--modal {
    display: none; }

  .newflybanner {
    align-items: flex-start; }
    .newflybanner > .box, .newflybanner > .box.lg, .newflybanner > .box.md, .newflybanner > .box.sm, .newflybanner > .box.xs {
      max-width: 100%;
      max-height: 100%; }
      .newflybanner > .box > .content, .newflybanner > .box.lg > .content, .newflybanner > .box.md > .content, .newflybanner > .box.sm > .content, .newflybanner > .box.xs > .content {
        height: 100vh;
        height: calc((var(--vh, 1vh) * 100));
        max-height: 100%;
        width: 100%; }
        .newflybanner > .box > .content > .text, .newflybanner > .box.lg > .content > .text, .newflybanner > .box.md > .content > .text, .newflybanner > .box.sm > .content > .text, .newflybanner > .box.xs > .content > .text {
          padding: 0 10px;
          min-height: 0px; } }
.newflybanner.api .backstripe {
  background: linear-gradient(250.5deg, #8a50a5 0%, rgba(255, 255, 255, 0) 100%), #ad80c1; }

.newflybanner.youtube .backstripe {
  background: linear-gradient(250.5deg, #ff0000 0%, rgba(255, 255, 255, 0) 100%), #ff4d4d; }

.newflybanner.blue .backstripe {
  background: linear-gradient(250.5deg, #1976D2 0%, rgba(255, 255, 255, 0) 100%), #4e9cea; }

.newflybanner.red .backstripe {
  background: linear-gradient(250.5deg, #C83820 0%, rgba(255, 255, 255, 0) 100%), #e36651; }

.newflybanner.green .backstripe {
  background: linear-gradient(250.5deg, #00875A 0%, rgba(255, 255, 255, 0) 100%), #00d48d; }

.newflybanner.yellow .backstripe {
  background: linear-gradient(250.5deg, #FF9929 0%, rgba(255, 255, 255, 0) 100%), #ffbd76; }

.newflybanner.orange .backstripe {
  background: linear-gradient(250.5deg, #EF6C00 0%, rgba(255, 255, 255, 0) 100%), #ff943d; }

* {
  font-family: "Noto Sans", sans-serif;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  list-style: none;
  border: 0;
  outline: none !important; }

html {
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth; }
  @media (max-width: 767px) {
    html {
      font-size: 62.5%; } }

body {
  font-size: 16px;
  overflow-x: hidden;
  color: #000; }

p {
  font-size: 16px; }

a {
  color: inherit; }
  a:hover {
    color: inherit; }

b, strong {
  font-weight: bold; }

.text--regular {
  font-size: 16px !important; }

.text--smaller {
  font-size: 14px !important; }

.text--large {
  font-size: 18px !important; }

svg {
  color: #F8C301; }

.color-font-primary {
  color: #000 !important; }

.color-primary {
  color: #0B086F !important; }

.color-destaque {
  color: #808080 !important; }

.color-accent {
  color: #F8C301 !important; }

.background-accent {
  background-color: #F8C301; }

.color-tomato {
  color: tomato; }

.background-white {
  background-color: #fff !important; }

.color-white {
  color: #fff; }
  .color-white:hover {
    color: #0B086F; }

.bg-whatsapp {
  background-color: #6AC335 !important;
  border-color: #6AC335 !important;
  color: #fff !important; }

.bg-destaque {
  background-color: #f5f5f5; }

.bg-destaque-custom {
  background-color: #f5f5f5;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: right bottom; }

.btn {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 20px;
  white-space: normal;
  -webkit-transition: box-shadow 0.8s ease;
  -moz-transition: box-shadow 0.8s ease;
  -ms-transition: box-shadow 0.8s ease;
  transition: box-shadow 0.8s ease; }
  .btn:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.btn.btn-primary {
  color: #fff;
  background-color: #0B086F;
  border-color: #0B086F;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  min-width: 180px; }
  .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #06053f;
    border-color: #050436; }
  .open > .btn.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #06053f;
    border-color: #050436;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-primary.dropdown-toggle:hover, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #03021e;
      border-color: black; }
  .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary:disabled:focus, .btn.btn-primary:disabled.focus {
    background-color: #0B086F;
    border-color: #0B086F; }
  .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover {
    background-color: #0B086F;
    border-color: #0B086F; }

.btn.btn-secondary {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  min-width: 180px; }
  .btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary.active, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #141414; }
  .open > .btn.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #141414;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-secondary.dropdown-toggle:hover, .open > .btn.btn-secondary.dropdown-toggle:focus, .open > .btn.btn-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #080808;
      border-color: black; }
  .btn.btn-secondary.disabled:focus, .btn.btn-secondary.disabled.focus, .btn.btn-secondary:disabled:focus, .btn.btn-secondary:disabled.focus {
    background-color: #333333;
    border-color: #333333; }
  .btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover {
    background-color: #333333;
    border-color: #333333; }

.btn.btn-tertiary {
  color: #0B086F;
  background-color: #808080;
  border-color: #808080;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn.btn-tertiary:hover, .btn.btn-tertiary:active, .btn.btn-tertiary.active, .btn.btn-tertiary:focus, .btn.btn-tertiary.focus, .btn.btn-tertiary:not(:disabled):not(.disabled).active, .btn.btn-tertiary:not(:disabled):not(.disabled):active {
    color: #0B086F;
    background-color: #676767;
    border-color: #616161; }
  .open > .btn.btn-tertiary.dropdown-toggle {
    color: #0B086F;
    background-color: #676767;
    border-color: #616161;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-tertiary.dropdown-toggle:hover, .open > .btn.btn-tertiary.dropdown-toggle:focus, .open > .btn.btn-tertiary.dropdown-toggle.focus {
      color: #0B086F;
      background-color: #555555;
      border-color: #404040; }
  .btn.btn-tertiary.disabled:focus, .btn.btn-tertiary.disabled.focus, .btn.btn-tertiary:disabled:focus, .btn.btn-tertiary:disabled.focus {
    background-color: #808080;
    border-color: #808080; }
  .btn.btn-tertiary.disabled:hover, .btn.btn-tertiary:disabled:hover {
    background-color: #808080;
    border-color: #808080; }

.btn.btn-light {
  color: #000;
  background-color: #fff;
  border-color: #CCC;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 5px 20px; }
  .btn.btn-light:hover, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:not(:disabled):not(.disabled).active, .btn.btn-light:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .open > .btn.btn-light.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-light.dropdown-toggle:hover, .open > .btn.btn-light.dropdown-toggle:focus, .open > .btn.btn-light.dropdown-toggle.focus {
      color: #000;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn.btn-light.disabled:focus, .btn.btn-light.disabled.focus, .btn.btn-light:disabled:focus, .btn.btn-light:disabled.focus {
    background-color: #fff;
    border-color: #CCC; }
  .btn.btn-light.disabled:hover, .btn.btn-light:disabled:hover {
    background-color: #fff;
    border-color: #CCC; }

.btn.btn-whatsapp {
  color: #fff;
  background-color: #6AC335;
  border-color: #6AC335;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  min-width: 180px; }
  .btn.btn-whatsapp:hover, .btn.btn-whatsapp:active, .btn.btn-whatsapp.active, .btn.btn-whatsapp:focus, .btn.btn-whatsapp.focus, .btn.btn-whatsapp:not(:disabled):not(.disabled).active, .btn.btn-whatsapp:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #549b2a;
    border-color: #509328; }
  .open > .btn.btn-whatsapp.dropdown-toggle {
    color: #fff;
    background-color: #549b2a;
    border-color: #509328;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-whatsapp.dropdown-toggle:hover, .open > .btn.btn-whatsapp.dropdown-toggle:focus, .open > .btn.btn-whatsapp.dropdown-toggle.focus {
      color: #fff;
      background-color: #457f22;
      border-color: #345f1a; }
  .btn.btn-whatsapp.disabled:focus, .btn.btn-whatsapp.disabled.focus, .btn.btn-whatsapp:disabled:focus, .btn.btn-whatsapp:disabled.focus {
    background-color: #6AC335;
    border-color: #6AC335; }
  .btn.btn-whatsapp.disabled:hover, .btn.btn-whatsapp:disabled:hover {
    background-color: #6AC335;
    border-color: #6AC335; }
  .btn.btn-whatsapp svg {
    color: #ffffff !important; }

.btn.btn-white {
  color: transparent;
  background-color: #fff;
  border-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white.active, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:not(:disabled):not(.disabled).active, .btn.btn-white:not(:disabled):not(.disabled):active {
    color: transparent;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .open > .btn.btn-white.dropdown-toggle {
    color: transparent;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-white.dropdown-toggle:hover, .open > .btn.btn-white.dropdown-toggle:focus, .open > .btn.btn-white.dropdown-toggle.focus {
      color: transparent;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn.btn-white.disabled:focus, .btn.btn-white.disabled.focus, .btn.btn-white:disabled:focus, .btn.btn-white:disabled.focus {
    background-color: #fff;
    border-color: #fff; }
  .btn.btn-white.disabled:hover, .btn.btn-white:disabled:hover {
    background-color: #fff;
    border-color: #fff; }

.btn.btn-border-primary {
  color: #0B086F;
  background-color: transparent;
  border-color: #0B086F;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn.btn-border-primary:hover, .btn.btn-border-primary:active, .btn.btn-border-primary.active, .btn.btn-border-primary:focus, .btn.btn-border-primary.focus, .btn.btn-border-primary:not(:disabled):not(.disabled).active, .btn.btn-border-primary:not(:disabled):not(.disabled):active {
    color: #0B086F;
    background-color: rgba(0, 0, 0, 0);
    border-color: #050436; }
  .open > .btn.btn-border-primary.dropdown-toggle {
    color: #0B086F;
    background-color: rgba(0, 0, 0, 0);
    border-color: #050436;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-border-primary.dropdown-toggle:hover, .open > .btn.btn-border-primary.dropdown-toggle:focus, .open > .btn.btn-border-primary.dropdown-toggle.focus {
      color: #0B086F;
      background-color: rgba(0, 0, 0, 0);
      border-color: black; }
  .btn.btn-border-primary.disabled:focus, .btn.btn-border-primary.disabled.focus, .btn.btn-border-primary:disabled:focus, .btn.btn-border-primary:disabled.focus {
    background-color: transparent;
    border-color: #0B086F; }
  .btn.btn-border-primary.disabled:hover, .btn.btn-border-primary:disabled:hover {
    background-color: transparent;
    border-color: #0B086F; }

.btn.btn-transparent {
  color: #fff;
  background-color: #0B086F;
  border-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 5px 20px;
  font-weight: bold;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase; }
  .btn.btn-transparent:hover, .btn.btn-transparent:active, .btn.btn-transparent.active, .btn.btn-transparent:focus, .btn.btn-transparent.focus, .btn.btn-transparent:not(:disabled):not(.disabled).active, .btn.btn-transparent:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #06053f;
    border-color: #e0e0e0; }
  .open > .btn.btn-transparent.dropdown-toggle {
    color: #fff;
    background-color: #06053f;
    border-color: #e0e0e0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-transparent.dropdown-toggle:hover, .open > .btn.btn-transparent.dropdown-toggle:focus, .open > .btn.btn-transparent.dropdown-toggle.focus {
      color: #fff;
      background-color: #03021e;
      border-color: #bfbfbf; }
  .btn.btn-transparent.disabled:focus, .btn.btn-transparent.disabled.focus, .btn.btn-transparent:disabled:focus, .btn.btn-transparent:disabled.focus {
    background-color: #0B086F;
    border-color: #fff; }
  .btn.btn-transparent.disabled:hover, .btn.btn-transparent:disabled:hover {
    background-color: #0B086F;
    border-color: #fff; }
  .btn.btn-transparent:hover {
    background-color: #0B086F;
    color: #fff; }

.btn-round {
  border-radius: 50%;
  min-width: 56px;
  width: min-content;
  padding: 15px; }

.btn-rounded {
  border-radius: 10px;
  padding: 8px 10px; }

.btn-float {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  vertical-align: middle; }

.btn-link-white {
  color: #FFF; }
  .btn-link-white:hover {
    color: #FFF; }

.fixed-btn {
  position: fixed;
  right: 25px;
  bottom: 25px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 100; }

.title {
  font-size: 24px;
  font-weight: bold;
  line-height: 140%; }

.subtitle {
  font-size: 18px;
  font-weight: bold; }

.image-seo {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.text-seo {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

.line-height-large {
  line-height: 200%; }

.bootstrap-select .dropdown-menu {
  font-size: 16px;
  min-width: unset !important;
  width: -webkit-fill-available; }

.input-custom {
  padding: 16px 20px !important;
  text-transform: uppercase;
  font-size: text !important;
  font-weight: bold !important;
  border-radius: 5px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.photo-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  object-fit: cover; }

.photo-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  object-fit: cover; }

.line-separator {
  margin-top: 30px; }

.header-section.header-section--search {
  background-color: #fff !important; }

.card {
  background-color: #f5f5f5;
  -webkit-transition: box-shadow 0.8s ease;
  -moz-transition: box-shadow 0.8s ease;
  -ms-transition: box-shadow 0.8s ease;
  transition: box-shadow 0.8s ease;
  border-radius: 5px;
  border: 0;
  color: #000;
  overflow: hidden; }
  .card.card--Venda, .card.card--Locação {
    background-color: #f5f5f5; }
    .card.card--Venda .favoritar, .card.card--Locação .favoritar {
      background-color: rgba(0, 0, 0, 0.7); }
      .card.card--Venda .favoritar .favorito, .card.card--Locação .favoritar .favorito {
        color: #fff; }
    .card.card--Venda .caracteristicas .caracteristica .icon, .card.card--Locação .caracteristicas .caracteristica .icon {
      color: #0B086F; }
    .card.card--Venda .price .btn, .card.card--Locação .price .btn {
      background-color: #000;
      color: #FFF; }
  .card:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
  .card .card-image {
    height: 480px;
    object-fit: cover;
    position: relative; }
    .card .card-image figure img {
      height: 480px;
      width: 100%;
      object-fit: cover; }
    .card .card-image .code {
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      color: #FFF;
      background-color: rgba(0, 0, 0, 0.7);
      border-radius: 5px;
      max-width: fit-content;
      align-items: center;
      padding: 0 10px; }
    .card .card-image .price {
      position: absolute;
      bottom: -30px;
      left: 0;
      right: 0;
      margin: auto;
      display: flex;
      justify-content: center; }
      .card .card-image .price .btn {
        color: #fff;
        font-weight: bold; }
  .card .card-content {
    padding: 20px 0px 0px;
    text-align: center; }
    .card .card-content .item {
      font-size: 16px;
      color: #000; }
      .card .card-content .item:first-child {
        margin: 0; }
      .card .card-content .item address {
        margin: 0; }
      .card .card-content .item p {
        margin: 0;
        color: #000;
        line-height: 20px; }
      .card .card-content .item .btn {
        color: #000;
        padding: 2px 20px;
        margin-bottom: 5px;
        font-size: 16px; }

.cards .card-content {
  padding: 5%;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25); }
  .cards .card-content .btn {
    width: max-content;
    margin: auto; }
  @media (max-width: 767px) {
    .cards .card-content br {
      display: none; } }

.card-border {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  padding: 2em;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .card-border.card-hover--primary {
    cursor: pointer; }
    .card-border.card-hover--primary:hover {
      color: #0B086F;
      text-decoration: none; }
  .card-border.card-border--primary {
    border-color: #0B086F; }
    .card-border.card-border--primary svg {
      color: #0B086F; }
    .card-border.card-border--primary:hover {
      transform: scale(0.9);
      outline: none;
      text-decoration: none; }

.hover-transform {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear; }
  .hover-transform:hover {
    transform: scale(1.1); }

.icon-transform {
  -webkit-transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -moz-transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -ms-transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
  .icon-transform svg {
    -webkit-transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -moz-transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -ms-transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
  .icon-transform:hover {
    text-decoration: none; }
    .icon-transform:hover svg {
      transform: scale(1.3); }

/* Grid Helpers */
.grid {
  display: grid;
  grid-gap: 20px; }

.grid-size--1 {
  grid-template-columns: 1fr; }

.grid-size--2 {
  grid-template-columns: 1fr 1fr; }

.grid-size--3 {
  grid-template-columns: 1fr 1fr 1fr; }

.grid-size--4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.grid-size--5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

@media (min-width: 544px) {
  .grid-size-sm--1 {
    grid-template-columns: 1fr; }

  .grid-size-sm--2 {
    grid-template-columns: 1fr 1fr; }

  .grid-size-sm--3 {
    grid-template-columns: 1fr 1fr 1fr; }

  .grid-size-sm--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }

  .grid-size-sm--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
@media (min-width: 992px) {
  .grid-size-lg--1 {
    grid-template-columns: 1fr; }

  .grid-size-lg--2 {
    grid-template-columns: 1fr 1fr; }

  .grid-size-lg--3 {
    grid-template-columns: 1fr 1fr 1fr; }

  .grid-size-lg--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }

  .grid-size-lg--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
@media (max-width: 991px) {
  .grid-size-xs--1 {
    grid-template-columns: 1fr; }

  .grid-size-xs--2 {
    grid-template-columns: 1fr 1fr; }

  .grid-size-xs--3 {
    grid-template-columns: 1fr 1fr 1fr; }

  .grid-size-xs--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }

  .grid-size-xs--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
.popover {
  z-index: 1 !important;
  font-size: 12px !important; }
  .popover .popover-header {
    font-size: 12px !important; }

.form-group.multiple .bootstrap-select .dropdown-menu {
  min-width: 180px !important;
  width: auto; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #0B086F;
  color: #FFF; }

.validated input:invalid, .validated select:invalid, .validated textarea:invalid {
  border-color: #dc3545; }

.hide-0 {
  display: none !important; }

@media (min-width: 1200px) {
  .hidden-xl {
    display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none; } }
@media (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none; } }
@media (max-width: 543px) {
  .hidden-xs {
    display: none; } }
.vitrine.slick-dotted.slick-slider {
  margin-bottom: 0; }
.vitrine .slick-dots {
  bottom: 10px; }
  .vitrine .slick-dots li button::before {
    color: #f5f5f5;
    font-size: 18px;
    opacity: 0.85; }
  .vitrine .slick-dots li.slick-active button::before, .vitrine .slick-dots li:hover button::before {
    color: #F8C301; }

.slick-dots {
  bottom: -20px; }
  .slick-dots li button::before {
    color: #ccc;
    font-size: 16px; }
  .slick-dots li.slick-active button::before, .slick-dots li:hover button::before {
    color: #F8C301; }

.list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list li {
    margin-bottom: 10px; }
  .list .list-item {
    display: inline-block; }
  .list.list--point .list-item {
    margin-right: -5px; }
    .list.list--point .list-item:first-child:before {
      display: none; }
    .list.list--point .list-item:before {
      content: "";
      width: 2px;
      height: 2px;
      border-radius: 50%;
      background: #fff;
      display: inline-block;
      margin: 3px 10px; }
  .list.list--point-destaque .list-item {
    margin-right: -5px; }
    .list.list--point-destaque .list-item:first-child:before {
      display: none; }
    .list.list--point-destaque .list-item:before {
      content: "";
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: #0B086F;
      display: inline-block;
      margin: 3px 10px; }

.list-cycle li {
  margin-left: 18px;
  list-style: circle;
  font-size: 16px;
  margin-bottom: 5px; }

ul li.no-list-style {
  list-style: none;
  margin-left: 0;
  margin-top: 15px; }

.grid-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .grid-images .grid-images__item {
    flex: 1;
    padding: 10px;
    min-width: 250px;
    max-height: 290px; }

/* Header */
.header.header--double .navbar-collapse .menu.menu--bottom, .header.header--single .navbar-collapse .menu.menu--bottom {
  width: 100%;
  justify-content: space-between; }
.header.header--double .navbar-collapse .menu.menu--top .item a, .header.header--single .navbar-collapse .menu.menu--top .item a {
  font-weight: unset;
  font-size: 14px; }
.header.header--double .navbar-collapse .menu.menu--top .item .btn, .header.header--single .navbar-collapse .menu.menu--top .item .btn {
  font-weight: bold !important; }
@media (max-width: 1199px) {
  .header .navbar .menu {
    margin-top: 1.5em; } }
.header .navbar .menu .item a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  white-space: nowrap; }
  .header .navbar .menu .item a .icon {
    font-size: 16px;
    color: #F8C301; }
.header .navbar .menu .item .btn {
  padding: 5px 10px;
  font-weight: bold;
  color: #fff; }
  .header .navbar .menu .item .btn:hover {
    color: #fff; }

@media (min-width: 992px) {
  .header--double .navbar-collapse .menu .item, .header--single .navbar-collapse .menu .item {
    margin-left: 2em !important; }

  .header .navbar .menu--bottom .item {
    margin-left: 2em !important; }

  .header .navbar .menu--top .item {
    margin-left: 2em !important; }

  .header .navbar .menu .item a:hover {
    color: #0B086F; }
  .header .navbar .menu .item.dropdown.show .dropdown-toggle {
    color: #0B086F; }
  .header .navbar .menu .item.dropdown .dropdown-menu {
    background-color: #333333;
    color: #fff; }
    .header .navbar .menu .item.dropdown .dropdown-menu:before {
      border-top: 8px solid #333333; }
    .header .navbar .menu .item.dropdown .dropdown-menu .dropdown-item {
      -webkit-transition: all 0.1s ease-in;
      -moz-transition: all 0.1s ease-in;
      -ms-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in;
      color: #fff;
      font-weight: bold; }
      .header .navbar .menu .item.dropdown .dropdown-menu .dropdown-item:focus, .header .navbar .menu .item.dropdown .dropdown-menu .dropdown-item:hover {
        color: #0B086F; }
  .header .navbar .menu .item.dropdown .dropdown-toggle[aria-expanded="true"] {
    color: #0B086F; } }
/* Fim Header */
/*Header Perseguidor */
.header-follower {
  z-index: 1000;
  position: fixed;
  background-color: inherit;
  top: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear; }

.scroll .header-follower {
  box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000; }

/*Fim Header Perseguidor */
/*Header Transform */
.header--transform {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .header--transform .logo {
    min-width: 200px; }
    .header--transform .logo img {
      max-height: 60px; }
      @media (min-width: 992px) {
        .header--transform .logo img {
          -webkit-transition: max-height 0.6s ease;
          -moz-transition: max-height 0.6s ease;
          -ms-transition: max-height 0.6s ease;
          transition: max-height 0.6s ease;
          max-height: 100px;
          width: auto; } }

@media (min-width: 992px) {
  .no-scroll .header--double.header--transform .logo.logo--transform, .no-scroll .header--single.header--transform .logo.logo--transform {
    background-image: none; }
    .no-scroll .header--double.header--transform .logo.logo--transform img, .no-scroll .header--single.header--transform .logo.logo--transform img {
      visibility: visible; }
  .no-scroll .header--double.header--transform .navbar-collapse .menu--bottom, .no-scroll .header--single.header--transform .navbar-collapse .menu--bottom {
    justify-content: space-between; }

  .scroll .scroll-hide {
    display: none; }
  .scroll .header--transform .logo img {
    max-height: 60px !important; }
  .scroll .header--transform .navbar-collapse {
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    transition: all 0.8s linear; }
    .scroll .header--transform .navbar-collapse .menu .item {
      -webkit-transition: all 0.8s linear;
      -moz-transition: all 0.8s linear;
      -ms-transition: all 0.8s linear;
      transition: all 0.8s linear; }
  .scroll .header--double.header--transform .navbar-collapse, .scroll .header--single.header--transform .navbar-collapse {
    flex-direction: row-reverse;
    justify-content: end !important;
    align-items: center; }
    .scroll .header--double.header--transform .navbar-collapse .menu, .scroll .header--single.header--transform .navbar-collapse .menu {
      border: 0;
      margin: 0;
      padding: 0; }
      .scroll .header--double.header--transform .navbar-collapse .menu.menu--top .item, .scroll .header--single.header--transform .navbar-collapse .menu.menu--top .item {
        display: none; }
        .scroll .header--double.header--transform .navbar-collapse .menu.menu--top .item:last-child, .scroll .header--single.header--transform .navbar-collapse .menu.menu--top .item:last-child {
          display: block; } }
/*Fim Header Transform */
/* Home */
.section {
  padding-top: 2.5em; }
  .section .itens .item.item--content {
    padding-top: 20px;
    padding-bottom: 20px; }
  .section .section__margin {
    margin: 1em 0 1.1em; }
  .section .buttons .btn {
    flex: 1;
    margin: 20px 20px 0 0; }
  @media (max-width: 767px) {
    .section .itens .item.item--content {
      text-align: center; } }
  @media (max-width: 991px) {
    .section .buttons .btn {
      width: 100%;
      margin: 20px 0 0; } }

.section-seguroconteudo .media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px; }
  .section-seguroconteudo .media .left {
    flex-basis: 20%;
    font-size: 120px;
    color: #333333; }
.section-seguroconteudo .premios .itens {
  display: flex; }
  .section-seguroconteudo .premios .itens .item {
    width: 50%; }
    .section-seguroconteudo .premios .itens .item:last-child {
      border-left: 1px solid #333333;
      padding-left: 20px; }
    .section-seguroconteudo .premios .itens .item:first-child {
      margin-right: 10px; }
    .section-seguroconteudo .premios .itens .item h4 {
      color: #0B086F;
      text-align: center;
      font-size: 25px;
      margin: 20px 0; }
    .section-seguroconteudo .premios .itens .item .table {
      text-align: center; }
      .section-seguroconteudo .premios .itens .item .table .table-itens {
        display: flex;
        padding: 5px 0;
        font-size: 16px; }
        .section-seguroconteudo .premios .itens .item .table .table-itens:last-child {
          border-bottom: none; }
        .section-seguroconteudo .premios .itens .item .table .table-itens .table-item {
          width: 50%;
          background-color: #e8e8e8;
          padding: 20px 0;
          margin-right: 10px;
          font-size: 16px; }
      .section-seguroconteudo .premios .itens .item .table .table-itens.table-itens--destaque .table-item {
        background-color: #0B086F;
        color: #ffffff; }
.section-seguroconteudo .premios small {
  text-align: center;
  display: block;
  margin: 25px 0;
  font-size: 90%; }
.section-seguroconteudo .content .itens {
  color: #ffffff;
  background-color: #09031c;
  display: flex;
  align-items: center;
  padding: 50px 50px 50px 0px;
  margin-bottom: 20px; }
  .section-seguroconteudo .content .itens .item:first-child {
    flex-basis: 30%; }
  .section-seguroconteudo .content .itens .item p {
    font-size: 16px;
    margin-bottom: 15px; }
    .section-seguroconteudo .content .itens .item p strong {
      color: #333333; }
.section-seguroconteudo .content .text-destaque {
  color: #0B086F;
  font-weight: 700; }
  .section-seguroconteudo .content .text-destaque a {
    color: #0B086F; }
    .section-seguroconteudo .content .text-destaque a:hover, .section-seguroconteudo .content .text-destaque a:visited {
      color: #333333; }
.section-seguroconteudo .content .logo img {
  margin: 20px auto; }

@media (max-width: 991px) {
  .section-seguroconteudo .media {
    flex-direction: column; }
  .section-seguroconteudo .premios .itens {
    flex-direction: column; }
    .section-seguroconteudo .premios .itens .item {
      width: 100%; }
      .section-seguroconteudo .premios .itens .item:last-child {
        border-left: 0;
        padding-left: 0; }
      .section-seguroconteudo .premios .itens .item:first-child {
        margin-right: 0; }
      .section-seguroconteudo .premios .itens .item .table .table-itens .table-item {
        width: 100%;
        white-space: nowrap;
        padding: 10px 5px;
        margin: 0; }
        .section-seguroconteudo .premios .itens .item .table .table-itens .table-item:first-child {
          min-width: 155px;
          margin-right: 5px; }
  .section-seguroconteudo .premios small {
    margin: 15px 0; }
  .section-seguroconteudo .content .itens {
    flex-direction: column;
    padding: 10px; }
    .section-seguroconteudo .content .itens .item:first-child {
      margin: 20px 0 40px 0; }
  .section-seguroconteudo .content .text-destaque {
    color: #0B086F;
    font-weight: 700; }
    .section-seguroconteudo .content .text-destaque a {
      color: #0B086F; }
      .section-seguroconteudo .content .text-destaque a:hover, .section-seguroconteudo .content .text-destaque a:visited {
        color: #333333; }
  .section-seguroconteudo .content .logo {
    margin-bottom: 20px; } }
.section-aplicativo {
  background-color: #FEE33E;
  background-image: url("/assets/images/bannerAplicativo.jpg");
  background-position: center;
  height: 432px;
  padding: 0;
  display: grid;
  align-items: center; }
  .section-aplicativo .box {
    background-color: #FFF;
    max-width: 490px;
    padding: 20px;
    text-align: center; }

@media (max-width: 1199px) {
  .section-aplicativo {
    background-image: none; }
    .section-aplicativo .box {
      margin: 0 auto; } }
.section-adm-condominios {
  color: #fff;
  background-color: #f5f5f5;
  background-image: url("/assets/images/bannerCondominios.png");
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: cover;
  padding: 2em 0; }

.conteudo-internas {
  padding-bottom: 40px; }
  .conteudo-internas p {
    line-height: 30px; }
  .conteudo-internas h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold; }

.destaques-home .header {
  position: relative;
  text-align: center; }
  @media (min-width: 992px) {
    .destaques-home .header .link {
      position: absolute;
      right: 0;
      top: 0; } }

.section.instagram .header {
  position: relative;
  text-align: center; }
  @media (min-width: 992px) {
    .section.instagram .header .link {
      position: absolute;
      right: 0;
      top: 0; } }

/* Fim Home */
.busca {
  background-color: #f1f1f1; }

.searchbar {
  z-index: 200 !important; }

.searchbar .item .btn,
.searchbar .item .form-group .btn,
.searchbar .item .form-group input {
  border: 0;
  box-shadow: none;
  padding: 10px 20px;
  height: 45px; }
.searchbar .item .form-group .dropdown-menu input {
  border: 1px solid #ccc; }
.searchbar .item .form-group .btn,
.searchbar .item .form-group input {
  font-size: 14px !important;
  font-weight: unset !important;
  text-transform: unset;
  color: #000; }

.searchbar.searchbar--home {
  display: grid;
  padding: 0 0 0 0;
  height: 550px;
  align-items: center;
  display: grid;
  justify-content: center; }
  .searchbar.searchbar--home form {
    background-color: #FFF;
    border-radius: 5px;
    max-width: 955px; }
  .searchbar.searchbar--home .form-row {
    margin: 0; }
  .searchbar.searchbar--home .form-group {
    margin: 0 !important; }
  .searchbar.searchbar--home .item.col {
    padding-left: 5px;
    padding-right: 5px;
    min-width: 100px;
    position: relative; }
    .searchbar.searchbar--home .item.col:before {
      content: "";
      left: 0;
      position: absolute;
      width: 1px;
      height: 50%;
      background-color: #CCC;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1; }
    .searchbar.searchbar--home .item.col:first-child {
      padding-left: 0px;
      padding-right: 5px; }
      .searchbar.searchbar--home .item.col:first-child:before {
        display: none; }
    .searchbar.searchbar--home .item.col:last-child {
      padding-left: 0px;
      padding-right: 0px; }
      .searchbar.searchbar--home .item.col:last-child:before {
        display: none; }
  .searchbar.searchbar--home .col--cidades, .searchbar.searchbar--home .col--bairros, .searchbar.searchbar--home .col--dormitorios, .searchbar.searchbar--home .col--vagas, .searchbar.searchbar--home .col--endereco, .searchbar.searchbar--home .col--recursos {
    display: none; }
  .searchbar.searchbar--home .col--tipodenegociacao .btn {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .searchbar.searchbar--home .col--codigo input {
    border-radius: 0 !important; }
  .searchbar.searchbar--home .col--buscar {
    margin: 0; }
    .searchbar.searchbar--home .col--buscar button {
      margin: 0px !important;
      border-radius: 5px;
      border: 2px solid #FFF;
      height: 45px;
      padding: 0;
      display: grid;
      align-items: center;
      justify-content: center;
      text-transform: capitalize; }

@media (max-width: 991px) {
  .searchbar.searchbar--home .form-row {
    display: inline-block; }
  .searchbar.searchbar--home .item.col {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .searchbar.searchbar--home .item.col:before {
      content: "";
      left: 50%;
      position: absolute;
      width: 50%;
      height: 1px;
      background-color: #CCC;
      top: 0;
      transform: translateX(-50%);
      z-index: 1; }
    .searchbar.searchbar--home .item.col:first-child {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 0px;
      padding-bottom: 5px; }
    .searchbar.searchbar--home .item.col:last-child {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 5px;
      padding-bottom: 0px; } }
.box-itens-icon .item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #333333; }
  .box-itens-icon .item:first-child {
    border-top: 0; }
  .box-itens-icon .item .infos h2 {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center; }
  .box-itens-icon .item .icon {
    text-align: center;
    margin-bottom: 10px;
    font-size: 75px;
    color: #0B086F; }

@media (max-width: 767px) {
  .box-itens-icon .item .infos .btn {
    width: 100%;
    text-align: center; } }
@media (min-width: 544px) {
  .box-itens-icon .item {
    display: flex;
    align-items: center; }
    .box-itens-icon .item .infos {
      margin-left: 20px;
      flex: 1;
      margin-left: 20px; }
      .box-itens-icon .item .infos h2 {
        text-align: left; }
      .box-itens-icon .item .infos p {
        text-align: justify; }
    .box-itens-icon .item .icon {
      flex: 1;
      font-size: 128px; } }
.icons-sociais-inline {
  list-style: none;
  display: flex;
  align-items: center; }
  .icons-sociais-inline .icon {
    margin: 5px; }
    .icons-sociais-inline .icon:first-child {
      margin-left: 0; }
    .icons-sociais-inline .icon a {
      font-size: 25px !important;
      color: #fff; }
    .icons-sociais-inline .icon:hover {
      color: #0B086F; }

.share-item {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
  font-size: 10px; }
  .share-item svg {
    font-size: 18px; }
  .share-item:hover svg {
    transform: scale(1.2); }

.favoritar {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .favoritar .favorito {
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative; }
    .favoritar .favorito svg {
      width: 100%;
      height: 100%; }

.formulario {
  margin-top: 20px; }
  .formulario label {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px; }
  .formulario .form-control {
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 14px;
    min-height: 40px; }
  .formulario .form-group {
    margin-bottom: 10px; }

.features {
  grid-gap: 5px;
  margin-left: 25px; }

/* Footer */
@media (min-width: 992px) {
  .footer-slideout main {
    background-color: #fff;
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 55px);
    padding-bottom: 20px; }
  .footer-slideout footer {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%; } }
.fixed-bar {
  background-color: #0B086F;
  margin-top: 100px; }

.footer-banner {
  background-color: #0B086F;
  text-align: center;
  padding: 1em 0; }
  .footer-banner .footer-banner__box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  .footer-banner .footer-banner__item {
    color: #fff;
    font-size: 16px; }
    .footer-banner .footer-banner__item:first-child:before {
      display: none; }
    .footer-banner .footer-banner__item:before {
      content: "";
      width: 2px;
      height: 2px;
      border-radius: 50%;
      background: #F8C301;
      display: inline-block;
      margin: 3px 10px; }
    .footer-banner .footer-banner__item:before {
      margin: 3px 5px; }
    .footer-banner .footer-banner__item b {
      white-space: nowrap; }

@media (max-width: 991px) {
  .footer-banner .footer-banner__box {
    flex-direction: column; }
    .footer-banner .footer-banner__box .footer-banner__item {
      margin-bottom: 10px; }
      .footer-banner .footer-banner__box .footer-banner__item:last-child {
        margin-bottom: 0px; }
      .footer-banner .footer-banner__box .footer-banner__item:before {
        display: none; } }
footer {
  color: #fff; }
  footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
  footer p, footer a, footer h3 {
    color: #fff;
    font-weight: 300; }
    footer p b, footer a b, footer h3 b {
      font-weight: 700; }
  footer svg {
    color: #F8C301; }
  footer .informacoes {
    background-color: #000;
    padding-top: 3%; }
    footer .informacoes .itens .item:last-child {
      max-width: 200px; }
    footer .informacoes .itens .item h2 {
      font-size: 18px; }
    footer .informacoes .itens .item h3 {
      font-size: 14px; }
    footer .informacoes .itens .item a, footer .informacoes .itens .item p {
      font-size: 14px; }
    footer .informacoes .itens .item ul {
      margin-top: 10px; }
      footer .informacoes .itens .item ul li p, footer .informacoes .itens .item ul li a {
        line-height: 200%; }
  footer .disclaimer {
    color: #cccccc;
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 20px 0px; }
    footer .disclaimer a {
      color: #fff; }
  footer .copyright {
    color: #aaaaaa;
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding-bottom: 20px; }
    footer .copyright a {
      color: #aaaaaa; }

@media (min-width: 768px) {
  footer .informacoes .itens {
    display: flex;
    justify-content: space-between; }
    footer .informacoes .itens .item {
      flex: 1; }
    footer .informacoes .itens .item--right {
      flex: 1.2;
      display: flex;
      justify-content: space-between; }
      footer .informacoes .itens .item--right ul:nth-child(1) {
        text-align: left; }
      footer .informacoes .itens .item--right ul:nth-child(2) {
        text-align: right; }

  .copyright {
    padding-top: 50px; } }
@media (max-width: 767px) {
  footer .informacoes .itens .item {
    text-align: center;
    margin-top: 20px; }
    footer .informacoes .itens .item:last-child {
      max-width: 100%; }
  footer .icons-sociais-inline {
    justify-content: center; } }
.section-sobre {
  background-image: url("images/Sobre.jpg");
  height: 450px;
  background-position: center; }
  .section-sobre .content {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px 50px;
    color: #FFF;
    max-width: 50%; }
    .section-sobre .content p {
      line-height: 30px;
      padding-top: 10px; }

@media (max-width: 767px) {
  .section-sobre {
    padding-bottom: 2.5em;
    background-size: cover;
    height: auto; }
    .section-sobre .content {
      max-width: 100%; } }

/*# sourceMappingURL=style.css.map */
