* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  box-sizing: border-box;
  color: inherit;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}
ul {
  list-style: none;
}
.preload * {
  transition: none !important;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
}
img {
  display: block;
  max-width: 100%;
}
button {
  background: none;
  cursor: pointer;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}
select option {
  color: #000 !important;
}
html,
body {
  min-height: 100%;
  width: 100%;
}
html body,
body body {
  display: flex;
  flex-flow: column nowrap;
  font-family: 'Montserrat';
  min-height: 100vh;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 414px) {
  html body,
  body body {
    padding-top: 80px;
  }
}
html body .containment,
body body .containment {
  flex: 1 0 auto;
}
.__break {
  flex-basis: 100%;
  height: 1px;
}
.__break + * {
  margin-left: 0;
}
.__f {
  display: flex !important;
}
.__jsb {
  justify-content: space-between !important;
}
.__jsa {
  justify-content: space-around !important;
}
.__jss {
  justify-content: stretch !important;
}
.__jfs {
  justify-content: flex-start !important;
}
.__jfe {
  justify-content: flex-end !important;
}
.__jcc {
  justify-content: center !important;
}
.__fdc {
  flex-direction: column !important;
}
.__fdr {
  flex-direction: row !important;
}
.__aic {
  align-items: center !important;
}
.__afs {
  align-items: flex-start !important;
}
.__afe {
  align-items: flex-end !important;
}
.__ais {
  align-items: stretch !important;
}
.__fw {
  flex-wrap: wrap !important;
}
.__fnw {
  flex-wrap: nowrap !important;
}
.__asfs {
  align-self: flex-start !important;
}
.__asfe {
  align-self: flex-end !important;
}
.__asc {
  align-self: center !important;
}
.__ase {
  align-self: stretch !important;
}
.__g {
  flex-grow: 1 !important;
}
@media (max-width: 414px) {
  .__m-f {
    display: flex !important;
  }
  .__m-jsb {
    justify-content: space-between !important;
  }
  .__m-jsa {
    justify-content: space-around !important;
  }
  .__m-jss {
    justify-content: stretch !important;
  }
  .__m-jfs {
    justify-content: flex-start !important;
  }
  .__m-jfe {
    justify-content: flex-end !important;
  }
  .__m-jcc {
    justify-content: center !important;
  }
  .__m-fdc {
    flex-direction: column !important;
  }
  .__m-fdr {
    flex-direction: row !important;
  }
  .__m-aic {
    align-items: center !important;
  }
  .__m-afs {
    align-items: flex-start !important;
  }
  .__m-afe {
    align-items: flex-end !important;
  }
  .__m-ais {
    align-items: stretch !important;
  }
  .__m-fw {
    flex-wrap: wrap !important;
  }
  .__m-fnw {
    flex-wrap: nowrap !important;
  }
  .__m-asfs {
    align-self: flex-start !important;
  }
  .__m-asfe {
    align-self: flex-end !important;
  }
  .__m-asc {
    align-self: center !important;
  }
  .__m-ase {
    align-self: stretch !important;
  }
  .__m-g {
    flex-grow: 1 !important;
  }
}
.__row {
  display: flex;
  width: 100%;
}
@media (max-width: 414px) {
  .__row {
    flex-direction: column;
  }
}
.__col-1 {
  width: 8.333333333333332%;
}
@media (max-width: 414px) {
  .__col-1 {
    width: 100%;
  }
}
.__col-2 {
  width: 16.666666666666664%;
}
@media (max-width: 414px) {
  .__col-2 {
    width: 100%;
  }
}
.__col-3 {
  width: 25%;
}
@media (max-width: 414px) {
  .__col-3 {
    width: 100%;
  }
}
.__col-4 {
  width: 33.33333333333333%;
}
@media (max-width: 414px) {
  .__col-4 {
    width: 100%;
  }
}
.__col-5 {
  width: 41.66666666666667%;
}
@media (max-width: 414px) {
  .__col-5 {
    width: 100%;
  }
}
.__col-6 {
  width: 50%;
}
@media (max-width: 414px) {
  .__col-6 {
    width: 100%;
  }
}
.__col-7 {
  width: 58.333333333333336%;
}
@media (max-width: 414px) {
  .__col-7 {
    width: 100%;
  }
}
.__col-8 {
  width: 66.66666666666666%;
}
@media (max-width: 414px) {
  .__col-8 {
    width: 100%;
  }
}
.__col-9 {
  width: 75%;
}
@media (max-width: 414px) {
  .__col-9 {
    width: 100%;
  }
}
.__col-10 {
  width: 83.33333333333334%;
}
@media (max-width: 414px) {
  .__col-10 {
    width: 100%;
  }
}
.__col-11 {
  width: 91.66666666666666%;
}
@media (max-width: 414px) {
  .__col-11 {
    width: 100%;
  }
}
.__col-12 {
  width: 100%;
}
@media (max-width: 414px) {
  .__col-12 {
    width: 100%;
  }
}
.__mt-auto {
  margin-top: auto;
}
.__mr-auto {
  margin-right: auto;
}
.__mb-auto {
  margin-bottom: auto;
}
.__ml-auto {
  margin-left: auto;
}
.__m-0 {
  margin: 0px !important;
}
.__mt-0 {
  margin-top: 0px !important;
}
.__mr-0 {
  margin-right: 0px !important;
}
.__mb-0 {
  margin-bottom: 0px !important;
}
.__ml-0 {
  margin-left: 0px !important;
}
.__mlr-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.__mtb-0 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.__m-5 {
  margin: 5px !important;
}
.__mt-5 {
  margin-top: 5px !important;
}
.__mr-5 {
  margin-right: 5px !important;
}
.__mb-5 {
  margin-bottom: 5px !important;
}
.__ml-5 {
  margin-left: 5px !important;
}
.__mlr-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.__mtb-5 {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.__m-10 {
  margin: 10px !important;
}
.__mt-10 {
  margin-top: 10px !important;
}
.__mr-10 {
  margin-right: 10px !important;
}
.__mb-10 {
  margin-bottom: 10px !important;
}
.__ml-10 {
  margin-left: 10px !important;
}
.__mlr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.__mtb-10 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.__m-15 {
  margin: 15px !important;
}
.__mt-15 {
  margin-top: 15px !important;
}
.__mr-15 {
  margin-right: 15px !important;
}
.__mb-15 {
  margin-bottom: 15px !important;
}
.__ml-15 {
  margin-left: 15px !important;
}
.__mlr-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.__mtb-15 {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.__m-20 {
  margin: 20px !important;
}
.__mt-20 {
  margin-top: 20px !important;
}
.__mr-20 {
  margin-right: 20px !important;
}
.__mb-20 {
  margin-bottom: 20px !important;
}
.__ml-20 {
  margin-left: 20px !important;
}
.__mlr-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.__mtb-20 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.__m-25 {
  margin: 25px !important;
}
.__mt-25 {
  margin-top: 25px !important;
}
.__mr-25 {
  margin-right: 25px !important;
}
.__mb-25 {
  margin-bottom: 25px !important;
}
.__ml-25 {
  margin-left: 25px !important;
}
.__mlr-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.__mtb-25 {
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}
.__m-30 {
  margin: 30px !important;
}
.__mt-30 {
  margin-top: 30px !important;
}
.__mr-30 {
  margin-right: 30px !important;
}
.__mb-30 {
  margin-bottom: 30px !important;
}
.__ml-30 {
  margin-left: 30px !important;
}
.__mlr-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.__mtb-30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.__m-35 {
  margin: 35px !important;
}
.__mt-35 {
  margin-top: 35px !important;
}
.__mr-35 {
  margin-right: 35px !important;
}
.__mb-35 {
  margin-bottom: 35px !important;
}
.__ml-35 {
  margin-left: 35px !important;
}
.__mlr-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}
.__mtb-35 {
  margin-bottom: 35px !important;
  margin-top: 35px !important;
}
.__m-40 {
  margin: 40px !important;
}
.__mt-40 {
  margin-top: 40px !important;
}
.__mr-40 {
  margin-right: 40px !important;
}
.__mb-40 {
  margin-bottom: 40px !important;
}
.__ml-40 {
  margin-left: 40px !important;
}
.__mlr-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.__mtb-40 {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.__m-45 {
  margin: 45px !important;
}
.__mt-45 {
  margin-top: 45px !important;
}
.__mr-45 {
  margin-right: 45px !important;
}
.__mb-45 {
  margin-bottom: 45px !important;
}
.__ml-45 {
  margin-left: 45px !important;
}
.__mlr-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
.__mtb-45 {
  margin-bottom: 45px !important;
  margin-top: 45px !important;
}
.__m-50 {
  margin: 50px !important;
}
.__mt-50 {
  margin-top: 50px !important;
}
.__mr-50 {
  margin-right: 50px !important;
}
.__mb-50 {
  margin-bottom: 50px !important;
}
.__ml-50 {
  margin-left: 50px !important;
}
.__mlr-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.__mtb-50 {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}
.__m-60 {
  margin: 60px !important;
}
.__mt-60 {
  margin-top: 60px !important;
}
.__mr-60 {
  margin-right: 60px !important;
}
.__mb-60 {
  margin-bottom: 60px !important;
}
.__ml-60 {
  margin-left: 60px !important;
}
.__mlr-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.__mtb-60 {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}
.__m-65 {
  margin: 65px !important;
}
.__mt-65 {
  margin-top: 65px !important;
}
.__mr-65 {
  margin-right: 65px !important;
}
.__mb-65 {
  margin-bottom: 65px !important;
}
.__ml-65 {
  margin-left: 65px !important;
}
.__mlr-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}
.__mtb-65 {
  margin-bottom: 65px !important;
  margin-top: 65px !important;
}
.__m-70 {
  margin: 70px !important;
}
.__mt-70 {
  margin-top: 70px !important;
}
.__mr-70 {
  margin-right: 70px !important;
}
.__mb-70 {
  margin-bottom: 70px !important;
}
.__ml-70 {
  margin-left: 70px !important;
}
.__mlr-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
.__mtb-70 {
  margin-bottom: 70px !important;
  margin-top: 70px !important;
}
.__m-75 {
  margin: 75px !important;
}
.__mt-75 {
  margin-top: 75px !important;
}
.__mr-75 {
  margin-right: 75px !important;
}
.__mb-75 {
  margin-bottom: 75px !important;
}
.__ml-75 {
  margin-left: 75px !important;
}
.__mlr-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}
.__mtb-75 {
  margin-bottom: 75px !important;
  margin-top: 75px !important;
}
.__m-80 {
  margin: 80px !important;
}
.__mt-80 {
  margin-top: 80px !important;
}
.__mr-80 {
  margin-right: 80px !important;
}
.__mb-80 {
  margin-bottom: 80px !important;
}
.__ml-80 {
  margin-left: 80px !important;
}
.__mlr-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.__mtb-80 {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}
.__m-85 {
  margin: 85px !important;
}
.__mt-85 {
  margin-top: 85px !important;
}
.__mr-85 {
  margin-right: 85px !important;
}
.__mb-85 {
  margin-bottom: 85px !important;
}
.__ml-85 {
  margin-left: 85px !important;
}
.__mlr-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}
.__mtb-85 {
  margin-bottom: 85px !important;
  margin-top: 85px !important;
}
.__m-90 {
  margin: 90px !important;
}
.__mt-90 {
  margin-top: 90px !important;
}
.__mr-90 {
  margin-right: 90px !important;
}
.__mb-90 {
  margin-bottom: 90px !important;
}
.__ml-90 {
  margin-left: 90px !important;
}
.__mlr-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}
.__mtb-90 {
  margin-bottom: 90px !important;
  margin-top: 90px !important;
}
.__m-95 {
  margin: 95px !important;
}
.__mt-95 {
  margin-top: 95px !important;
}
.__mr-95 {
  margin-right: 95px !important;
}
.__mb-95 {
  margin-bottom: 95px !important;
}
.__ml-95 {
  margin-left: 95px !important;
}
.__mlr-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}
.__mtb-95 {
  margin-bottom: 95px !important;
  margin-top: 95px !important;
}
.__m-100 {
  margin: 100px !important;
}
.__mt-100 {
  margin-top: 100px !important;
}
.__mr-100 {
  margin-right: 100px !important;
}
.__mb-100 {
  margin-bottom: 100px !important;
}
.__ml-100 {
  margin-left: 100px !important;
}
.__mlr-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
.__mtb-100 {
  margin-bottom: 100px !important;
  margin-top: 100px !important;
}
.__m-150 {
  margin: 150px !important;
}
.__mt-150 {
  margin-top: 150px !important;
}
.__mr-150 {
  margin-right: 150px !important;
}
.__mb-150 {
  margin-bottom: 150px !important;
}
.__ml-150 {
  margin-left: 150px !important;
}
.__mlr-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}
.__mtb-150 {
  margin-bottom: 150px !important;
  margin-top: 150px !important;
}
.__m-200 {
  margin: 200px !important;
}
.__mt-200 {
  margin-top: 200px !important;
}
.__mr-200 {
  margin-right: 200px !important;
}
.__mb-200 {
  margin-bottom: 200px !important;
}
.__ml-200 {
  margin-left: 200px !important;
}
.__mlr-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}
.__mtb-200 {
  margin-bottom: 200px !important;
  margin-top: 200px !important;
}
@media (max-width: 414px) {
  .__m-mt-auto {
    margin-top: auto;
  }
  .__m-mr-auto {
    margin-right: auto;
  }
  .__m-mb-auto {
    margin-bottom: auto;
  }
  .__m-ml-auto {
    margin-left: auto;
  }
  .__m-m-0 {
    margin: 0px !important;
  }
  .__m-mt-0 {
    margin-top: 0px !important;
  }
  .__m-mr-0 {
    margin-right: 0px !important;
  }
  .__m-mb-0 {
    margin-bottom: 0px !important;
  }
  .__m-ml-0 {
    margin-left: 0px !important;
  }
  .__m-mlr-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .__m-mtb-0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .__m-m-5 {
    margin: 5px !important;
  }
  .__m-mt-5 {
    margin-top: 5px !important;
  }
  .__m-mr-5 {
    margin-right: 5px !important;
  }
  .__m-mb-5 {
    margin-bottom: 5px !important;
  }
  .__m-ml-5 {
    margin-left: 5px !important;
  }
  .__m-mlr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .__m-mtb-5 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }
  .__m-m-10 {
    margin: 10px !important;
  }
  .__m-mt-10 {
    margin-top: 10px !important;
  }
  .__m-mr-10 {
    margin-right: 10px !important;
  }
  .__m-mb-10 {
    margin-bottom: 10px !important;
  }
  .__m-ml-10 {
    margin-left: 10px !important;
  }
  .__m-mlr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .__m-mtb-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .__m-m-15 {
    margin: 15px !important;
  }
  .__m-mt-15 {
    margin-top: 15px !important;
  }
  .__m-mr-15 {
    margin-right: 15px !important;
  }
  .__m-mb-15 {
    margin-bottom: 15px !important;
  }
  .__m-ml-15 {
    margin-left: 15px !important;
  }
  .__m-mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .__m-mtb-15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
  .__m-m-20 {
    margin: 20px !important;
  }
  .__m-mt-20 {
    margin-top: 20px !important;
  }
  .__m-mr-20 {
    margin-right: 20px !important;
  }
  .__m-mb-20 {
    margin-bottom: 20px !important;
  }
  .__m-ml-20 {
    margin-left: 20px !important;
  }
  .__m-mlr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .__m-mtb-20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .__m-m-25 {
    margin: 25px !important;
  }
  .__m-mt-25 {
    margin-top: 25px !important;
  }
  .__m-mr-25 {
    margin-right: 25px !important;
  }
  .__m-mb-25 {
    margin-bottom: 25px !important;
  }
  .__m-ml-25 {
    margin-left: 25px !important;
  }
  .__m-mlr-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .__m-mtb-25 {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }
  .__m-m-30 {
    margin: 30px !important;
  }
  .__m-mt-30 {
    margin-top: 30px !important;
  }
  .__m-mr-30 {
    margin-right: 30px !important;
  }
  .__m-mb-30 {
    margin-bottom: 30px !important;
  }
  .__m-ml-30 {
    margin-left: 30px !important;
  }
  .__m-mlr-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .__m-mtb-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .__m-m-35 {
    margin: 35px !important;
  }
  .__m-mt-35 {
    margin-top: 35px !important;
  }
  .__m-mr-35 {
    margin-right: 35px !important;
  }
  .__m-mb-35 {
    margin-bottom: 35px !important;
  }
  .__m-ml-35 {
    margin-left: 35px !important;
  }
  .__m-mlr-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .__m-mtb-35 {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
  }
  .__m-m-40 {
    margin: 40px !important;
  }
  .__m-mt-40 {
    margin-top: 40px !important;
  }
  .__m-mr-40 {
    margin-right: 40px !important;
  }
  .__m-mb-40 {
    margin-bottom: 40px !important;
  }
  .__m-ml-40 {
    margin-left: 40px !important;
  }
  .__m-mlr-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .__m-mtb-40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .__m-m-45 {
    margin: 45px !important;
  }
  .__m-mt-45 {
    margin-top: 45px !important;
  }
  .__m-mr-45 {
    margin-right: 45px !important;
  }
  .__m-mb-45 {
    margin-bottom: 45px !important;
  }
  .__m-ml-45 {
    margin-left: 45px !important;
  }
  .__m-mlr-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .__m-mtb-45 {
    margin-bottom: 45px !important;
    margin-top: 45px !important;
  }
  .__m-m-50 {
    margin: 50px !important;
  }
  .__m-mt-50 {
    margin-top: 50px !important;
  }
  .__m-mr-50 {
    margin-right: 50px !important;
  }
  .__m-mb-50 {
    margin-bottom: 50px !important;
  }
  .__m-ml-50 {
    margin-left: 50px !important;
  }
  .__m-mlr-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .__m-mtb-50 {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  .__m-m-60 {
    margin: 60px !important;
  }
  .__m-mt-60 {
    margin-top: 60px !important;
  }
  .__m-mr-60 {
    margin-right: 60px !important;
  }
  .__m-mb-60 {
    margin-bottom: 60px !important;
  }
  .__m-ml-60 {
    margin-left: 60px !important;
  }
  .__m-mlr-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .__m-mtb-60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }
  .__m-m-65 {
    margin: 65px !important;
  }
  .__m-mt-65 {
    margin-top: 65px !important;
  }
  .__m-mr-65 {
    margin-right: 65px !important;
  }
  .__m-mb-65 {
    margin-bottom: 65px !important;
  }
  .__m-ml-65 {
    margin-left: 65px !important;
  }
  .__m-mlr-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .__m-mtb-65 {
    margin-bottom: 65px !important;
    margin-top: 65px !important;
  }
  .__m-m-70 {
    margin: 70px !important;
  }
  .__m-mt-70 {
    margin-top: 70px !important;
  }
  .__m-mr-70 {
    margin-right: 70px !important;
  }
  .__m-mb-70 {
    margin-bottom: 70px !important;
  }
  .__m-ml-70 {
    margin-left: 70px !important;
  }
  .__m-mlr-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .__m-mtb-70 {
    margin-bottom: 70px !important;
    margin-top: 70px !important;
  }
  .__m-m-75 {
    margin: 75px !important;
  }
  .__m-mt-75 {
    margin-top: 75px !important;
  }
  .__m-mr-75 {
    margin-right: 75px !important;
  }
  .__m-mb-75 {
    margin-bottom: 75px !important;
  }
  .__m-ml-75 {
    margin-left: 75px !important;
  }
  .__m-mlr-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .__m-mtb-75 {
    margin-bottom: 75px !important;
    margin-top: 75px !important;
  }
  .__m-m-80 {
    margin: 80px !important;
  }
  .__m-mt-80 {
    margin-top: 80px !important;
  }
  .__m-mr-80 {
    margin-right: 80px !important;
  }
  .__m-mb-80 {
    margin-bottom: 80px !important;
  }
  .__m-ml-80 {
    margin-left: 80px !important;
  }
  .__m-mlr-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .__m-mtb-80 {
    margin-bottom: 80px !important;
    margin-top: 80px !important;
  }
  .__m-m-85 {
    margin: 85px !important;
  }
  .__m-mt-85 {
    margin-top: 85px !important;
  }
  .__m-mr-85 {
    margin-right: 85px !important;
  }
  .__m-mb-85 {
    margin-bottom: 85px !important;
  }
  .__m-ml-85 {
    margin-left: 85px !important;
  }
  .__m-mlr-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .__m-mtb-85 {
    margin-bottom: 85px !important;
    margin-top: 85px !important;
  }
  .__m-m-90 {
    margin: 90px !important;
  }
  .__m-mt-90 {
    margin-top: 90px !important;
  }
  .__m-mr-90 {
    margin-right: 90px !important;
  }
  .__m-mb-90 {
    margin-bottom: 90px !important;
  }
  .__m-ml-90 {
    margin-left: 90px !important;
  }
  .__m-mlr-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .__m-mtb-90 {
    margin-bottom: 90px !important;
    margin-top: 90px !important;
  }
  .__m-m-95 {
    margin: 95px !important;
  }
  .__m-mt-95 {
    margin-top: 95px !important;
  }
  .__m-mr-95 {
    margin-right: 95px !important;
  }
  .__m-mb-95 {
    margin-bottom: 95px !important;
  }
  .__m-ml-95 {
    margin-left: 95px !important;
  }
  .__m-mlr-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .__m-mtb-95 {
    margin-bottom: 95px !important;
    margin-top: 95px !important;
  }
  .__m-m-100 {
    margin: 100px !important;
  }
  .__m-mt-100 {
    margin-top: 100px !important;
  }
  .__m-mr-100 {
    margin-right: 100px !important;
  }
  .__m-mb-100 {
    margin-bottom: 100px !important;
  }
  .__m-ml-100 {
    margin-left: 100px !important;
  }
  .__m-mlr-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .__m-mtb-100 {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
  .__m-m-150 {
    margin: 150px !important;
  }
  .__m-mt-150 {
    margin-top: 150px !important;
  }
  .__m-mr-150 {
    margin-right: 150px !important;
  }
  .__m-mb-150 {
    margin-bottom: 150px !important;
  }
  .__m-ml-150 {
    margin-left: 150px !important;
  }
  .__m-mlr-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .__m-mtb-150 {
    margin-bottom: 150px !important;
    margin-top: 150px !important;
  }
  .__m-m-200 {
    margin: 200px !important;
  }
  .__m-mt-200 {
    margin-top: 200px !important;
  }
  .__m-mr-200 {
    margin-right: 200px !important;
  }
  .__m-mb-200 {
    margin-bottom: 200px !important;
  }
  .__m-ml-200 {
    margin-left: 200px !important;
  }
  .__m-mlr-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .__m-mtb-200 {
    margin-bottom: 200px !important;
    margin-top: 200px !important;
  }
}
.__p-0 {
  padding: 0px !important;
}
.__pt-0 {
  padding-top: 0px !important;
}
.__pr-0 {
  padding-right: 0px !important;
}
.__pb-0 {
  padding-bottom: 0px !important;
}
.__pl-0 {
  padding-left: 0px !important;
}
.__plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.__ptb-0 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.__p-5 {
  padding: 5px !important;
}
.__pt-5 {
  padding-top: 5px !important;
}
.__pr-5 {
  padding-right: 5px !important;
}
.__pb-5 {
  padding-bottom: 5px !important;
}
.__pl-5 {
  padding-left: 5px !important;
}
.__plr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.__ptb-5 {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.__p-10 {
  padding: 10px !important;
}
.__pt-10 {
  padding-top: 10px !important;
}
.__pr-10 {
  padding-right: 10px !important;
}
.__pb-10 {
  padding-bottom: 10px !important;
}
.__pl-10 {
  padding-left: 10px !important;
}
.__plr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.__ptb-10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.__p-15 {
  padding: 15px !important;
}
.__pt-15 {
  padding-top: 15px !important;
}
.__pr-15 {
  padding-right: 15px !important;
}
.__pb-15 {
  padding-bottom: 15px !important;
}
.__pl-15 {
  padding-left: 15px !important;
}
.__plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.__ptb-15 {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
.__p-20 {
  padding: 20px !important;
}
.__pt-20 {
  padding-top: 20px !important;
}
.__pr-20 {
  padding-right: 20px !important;
}
.__pb-20 {
  padding-bottom: 20px !important;
}
.__pl-20 {
  padding-left: 20px !important;
}
.__plr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.__ptb-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.__p-25 {
  padding: 25px !important;
}
.__pt-25 {
  padding-top: 25px !important;
}
.__pr-25 {
  padding-right: 25px !important;
}
.__pb-25 {
  padding-bottom: 25px !important;
}
.__pl-25 {
  padding-left: 25px !important;
}
.__plr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.__ptb-25 {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}
.__p-30 {
  padding: 30px !important;
}
.__pt-30 {
  padding-top: 30px !important;
}
.__pr-30 {
  padding-right: 30px !important;
}
.__pb-30 {
  padding-bottom: 30px !important;
}
.__pl-30 {
  padding-left: 30px !important;
}
.__plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.__ptb-30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
.__p-35 {
  padding: 35px !important;
}
.__pt-35 {
  padding-top: 35px !important;
}
.__pr-35 {
  padding-right: 35px !important;
}
.__pb-35 {
  padding-bottom: 35px !important;
}
.__pl-35 {
  padding-left: 35px !important;
}
.__plr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.__ptb-35 {
  padding-bottom: 35px !important;
  padding-top: 35px !important;
}
.__p-40 {
  padding: 40px !important;
}
.__pt-40 {
  padding-top: 40px !important;
}
.__pr-40 {
  padding-right: 40px !important;
}
.__pb-40 {
  padding-bottom: 40px !important;
}
.__pl-40 {
  padding-left: 40px !important;
}
.__plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.__ptb-40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.__p-45 {
  padding: 45px !important;
}
.__pt-45 {
  padding-top: 45px !important;
}
.__pr-45 {
  padding-right: 45px !important;
}
.__pb-45 {
  padding-bottom: 45px !important;
}
.__pl-45 {
  padding-left: 45px !important;
}
.__plr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.__ptb-45 {
  padding-bottom: 45px !important;
  padding-top: 45px !important;
}
.__p-50 {
  padding: 50px !important;
}
.__pt-50 {
  padding-top: 50px !important;
}
.__pr-50 {
  padding-right: 50px !important;
}
.__pb-50 {
  padding-bottom: 50px !important;
}
.__pl-50 {
  padding-left: 50px !important;
}
.__plr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.__ptb-50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.__p-60 {
  padding: 60px !important;
}
.__pt-60 {
  padding-top: 60px !important;
}
.__pr-60 {
  padding-right: 60px !important;
}
.__pb-60 {
  padding-bottom: 60px !important;
}
.__pl-60 {
  padding-left: 60px !important;
}
.__plr-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.__ptb-60 {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
.__p-65 {
  padding: 65px !important;
}
.__pt-65 {
  padding-top: 65px !important;
}
.__pr-65 {
  padding-right: 65px !important;
}
.__pb-65 {
  padding-bottom: 65px !important;
}
.__pl-65 {
  padding-left: 65px !important;
}
.__plr-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
.__ptb-65 {
  padding-bottom: 65px !important;
  padding-top: 65px !important;
}
.__p-70 {
  padding: 70px !important;
}
.__pt-70 {
  padding-top: 70px !important;
}
.__pr-70 {
  padding-right: 70px !important;
}
.__pb-70 {
  padding-bottom: 70px !important;
}
.__pl-70 {
  padding-left: 70px !important;
}
.__plr-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.__ptb-70 {
  padding-bottom: 70px !important;
  padding-top: 70px !important;
}
.__p-75 {
  padding: 75px !important;
}
.__pt-75 {
  padding-top: 75px !important;
}
.__pr-75 {
  padding-right: 75px !important;
}
.__pb-75 {
  padding-bottom: 75px !important;
}
.__pl-75 {
  padding-left: 75px !important;
}
.__plr-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.__ptb-75 {
  padding-bottom: 75px !important;
  padding-top: 75px !important;
}
.__p-80 {
  padding: 80px !important;
}
.__pt-80 {
  padding-top: 80px !important;
}
.__pr-80 {
  padding-right: 80px !important;
}
.__pb-80 {
  padding-bottom: 80px !important;
}
.__pl-80 {
  padding-left: 80px !important;
}
.__plr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.__ptb-80 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
.__p-85 {
  padding: 85px !important;
}
.__pt-85 {
  padding-top: 85px !important;
}
.__pr-85 {
  padding-right: 85px !important;
}
.__pb-85 {
  padding-bottom: 85px !important;
}
.__pl-85 {
  padding-left: 85px !important;
}
.__plr-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}
.__ptb-85 {
  padding-bottom: 85px !important;
  padding-top: 85px !important;
}
.__p-90 {
  padding: 90px !important;
}
.__pt-90 {
  padding-top: 90px !important;
}
.__pr-90 {
  padding-right: 90px !important;
}
.__pb-90 {
  padding-bottom: 90px !important;
}
.__pl-90 {
  padding-left: 90px !important;
}
.__plr-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.__ptb-90 {
  padding-bottom: 90px !important;
  padding-top: 90px !important;
}
.__p-95 {
  padding: 95px !important;
}
.__pt-95 {
  padding-top: 95px !important;
}
.__pr-95 {
  padding-right: 95px !important;
}
.__pb-95 {
  padding-bottom: 95px !important;
}
.__pl-95 {
  padding-left: 95px !important;
}
.__plr-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}
.__ptb-95 {
  padding-bottom: 95px !important;
  padding-top: 95px !important;
}
.__p-100 {
  padding: 100px !important;
}
.__pt-100 {
  padding-top: 100px !important;
}
.__pr-100 {
  padding-right: 100px !important;
}
.__pb-100 {
  padding-bottom: 100px !important;
}
.__pl-100 {
  padding-left: 100px !important;
}
.__plr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.__ptb-100 {
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}
.__p-150 {
  padding: 150px !important;
}
.__pt-150 {
  padding-top: 150px !important;
}
.__pr-150 {
  padding-right: 150px !important;
}
.__pb-150 {
  padding-bottom: 150px !important;
}
.__pl-150 {
  padding-left: 150px !important;
}
.__plr-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}
.__ptb-150 {
  padding-bottom: 150px !important;
  padding-top: 150px !important;
}
.__p-200 {
  padding: 200px !important;
}
.__pt-200 {
  padding-top: 200px !important;
}
.__pr-200 {
  padding-right: 200px !important;
}
.__pb-200 {
  padding-bottom: 200px !important;
}
.__pl-200 {
  padding-left: 200px !important;
}
.__plr-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}
.__ptb-200 {
  padding-bottom: 200px !important;
  padding-top: 200px !important;
}
@media (max-width: 414px) {
  .__m-p-0 {
    padding: 0px !important;
  }
  .__m-pt-0 {
    padding-top: 0px !important;
  }
  .__m-pr-0 {
    padding-right: 0px !important;
  }
  .__m-pb-0 {
    padding-bottom: 0px !important;
  }
  .__m-pl-0 {
    padding-left: 0px !important;
  }
  .__m-plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .__m-ptb-0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .__m-p-5 {
    padding: 5px !important;
  }
  .__m-pt-5 {
    padding-top: 5px !important;
  }
  .__m-pr-5 {
    padding-right: 5px !important;
  }
  .__m-pb-5 {
    padding-bottom: 5px !important;
  }
  .__m-pl-5 {
    padding-left: 5px !important;
  }
  .__m-plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .__m-ptb-5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
  .__m-p-10 {
    padding: 10px !important;
  }
  .__m-pt-10 {
    padding-top: 10px !important;
  }
  .__m-pr-10 {
    padding-right: 10px !important;
  }
  .__m-pb-10 {
    padding-bottom: 10px !important;
  }
  .__m-pl-10 {
    padding-left: 10px !important;
  }
  .__m-plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .__m-ptb-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .__m-p-15 {
    padding: 15px !important;
  }
  .__m-pt-15 {
    padding-top: 15px !important;
  }
  .__m-pr-15 {
    padding-right: 15px !important;
  }
  .__m-pb-15 {
    padding-bottom: 15px !important;
  }
  .__m-pl-15 {
    padding-left: 15px !important;
  }
  .__m-plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .__m-ptb-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
  .__m-p-20 {
    padding: 20px !important;
  }
  .__m-pt-20 {
    padding-top: 20px !important;
  }
  .__m-pr-20 {
    padding-right: 20px !important;
  }
  .__m-pb-20 {
    padding-bottom: 20px !important;
  }
  .__m-pl-20 {
    padding-left: 20px !important;
  }
  .__m-plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .__m-ptb-20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .__m-p-25 {
    padding: 25px !important;
  }
  .__m-pt-25 {
    padding-top: 25px !important;
  }
  .__m-pr-25 {
    padding-right: 25px !important;
  }
  .__m-pb-25 {
    padding-bottom: 25px !important;
  }
  .__m-pl-25 {
    padding-left: 25px !important;
  }
  .__m-plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .__m-ptb-25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
  .__m-p-30 {
    padding: 30px !important;
  }
  .__m-pt-30 {
    padding-top: 30px !important;
  }
  .__m-pr-30 {
    padding-right: 30px !important;
  }
  .__m-pb-30 {
    padding-bottom: 30px !important;
  }
  .__m-pl-30 {
    padding-left: 30px !important;
  }
  .__m-plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .__m-ptb-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .__m-p-35 {
    padding: 35px !important;
  }
  .__m-pt-35 {
    padding-top: 35px !important;
  }
  .__m-pr-35 {
    padding-right: 35px !important;
  }
  .__m-pb-35 {
    padding-bottom: 35px !important;
  }
  .__m-pl-35 {
    padding-left: 35px !important;
  }
  .__m-plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .__m-ptb-35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
  .__m-p-40 {
    padding: 40px !important;
  }
  .__m-pt-40 {
    padding-top: 40px !important;
  }
  .__m-pr-40 {
    padding-right: 40px !important;
  }
  .__m-pb-40 {
    padding-bottom: 40px !important;
  }
  .__m-pl-40 {
    padding-left: 40px !important;
  }
  .__m-plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .__m-ptb-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .__m-p-45 {
    padding: 45px !important;
  }
  .__m-pt-45 {
    padding-top: 45px !important;
  }
  .__m-pr-45 {
    padding-right: 45px !important;
  }
  .__m-pb-45 {
    padding-bottom: 45px !important;
  }
  .__m-pl-45 {
    padding-left: 45px !important;
  }
  .__m-plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .__m-ptb-45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
  .__m-p-50 {
    padding: 50px !important;
  }
  .__m-pt-50 {
    padding-top: 50px !important;
  }
  .__m-pr-50 {
    padding-right: 50px !important;
  }
  .__m-pb-50 {
    padding-bottom: 50px !important;
  }
  .__m-pl-50 {
    padding-left: 50px !important;
  }
  .__m-plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .__m-ptb-50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .__m-p-60 {
    padding: 60px !important;
  }
  .__m-pt-60 {
    padding-top: 60px !important;
  }
  .__m-pr-60 {
    padding-right: 60px !important;
  }
  .__m-pb-60 {
    padding-bottom: 60px !important;
  }
  .__m-pl-60 {
    padding-left: 60px !important;
  }
  .__m-plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .__m-ptb-60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
  .__m-p-65 {
    padding: 65px !important;
  }
  .__m-pt-65 {
    padding-top: 65px !important;
  }
  .__m-pr-65 {
    padding-right: 65px !important;
  }
  .__m-pb-65 {
    padding-bottom: 65px !important;
  }
  .__m-pl-65 {
    padding-left: 65px !important;
  }
  .__m-plr-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .__m-ptb-65 {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
  }
  .__m-p-70 {
    padding: 70px !important;
  }
  .__m-pt-70 {
    padding-top: 70px !important;
  }
  .__m-pr-70 {
    padding-right: 70px !important;
  }
  .__m-pb-70 {
    padding-bottom: 70px !important;
  }
  .__m-pl-70 {
    padding-left: 70px !important;
  }
  .__m-plr-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .__m-ptb-70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
  .__m-p-75 {
    padding: 75px !important;
  }
  .__m-pt-75 {
    padding-top: 75px !important;
  }
  .__m-pr-75 {
    padding-right: 75px !important;
  }
  .__m-pb-75 {
    padding-bottom: 75px !important;
  }
  .__m-pl-75 {
    padding-left: 75px !important;
  }
  .__m-plr-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .__m-ptb-75 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }
  .__m-p-80 {
    padding: 80px !important;
  }
  .__m-pt-80 {
    padding-top: 80px !important;
  }
  .__m-pr-80 {
    padding-right: 80px !important;
  }
  .__m-pb-80 {
    padding-bottom: 80px !important;
  }
  .__m-pl-80 {
    padding-left: 80px !important;
  }
  .__m-plr-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .__m-ptb-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
  .__m-p-85 {
    padding: 85px !important;
  }
  .__m-pt-85 {
    padding-top: 85px !important;
  }
  .__m-pr-85 {
    padding-right: 85px !important;
  }
  .__m-pb-85 {
    padding-bottom: 85px !important;
  }
  .__m-pl-85 {
    padding-left: 85px !important;
  }
  .__m-plr-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .__m-ptb-85 {
    padding-bottom: 85px !important;
    padding-top: 85px !important;
  }
  .__m-p-90 {
    padding: 90px !important;
  }
  .__m-pt-90 {
    padding-top: 90px !important;
  }
  .__m-pr-90 {
    padding-right: 90px !important;
  }
  .__m-pb-90 {
    padding-bottom: 90px !important;
  }
  .__m-pl-90 {
    padding-left: 90px !important;
  }
  .__m-plr-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .__m-ptb-90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }
  .__m-p-95 {
    padding: 95px !important;
  }
  .__m-pt-95 {
    padding-top: 95px !important;
  }
  .__m-pr-95 {
    padding-right: 95px !important;
  }
  .__m-pb-95 {
    padding-bottom: 95px !important;
  }
  .__m-pl-95 {
    padding-left: 95px !important;
  }
  .__m-plr-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .__m-ptb-95 {
    padding-bottom: 95px !important;
    padding-top: 95px !important;
  }
  .__m-p-100 {
    padding: 100px !important;
  }
  .__m-pt-100 {
    padding-top: 100px !important;
  }
  .__m-pr-100 {
    padding-right: 100px !important;
  }
  .__m-pb-100 {
    padding-bottom: 100px !important;
  }
  .__m-pl-100 {
    padding-left: 100px !important;
  }
  .__m-plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .__m-ptb-100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
  .__m-p-150 {
    padding: 150px !important;
  }
  .__m-pt-150 {
    padding-top: 150px !important;
  }
  .__m-pr-150 {
    padding-right: 150px !important;
  }
  .__m-pb-150 {
    padding-bottom: 150px !important;
  }
  .__m-pl-150 {
    padding-left: 150px !important;
  }
  .__m-plr-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .__m-ptb-150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }
  .__m-p-200 {
    padding: 200px !important;
  }
  .__m-pt-200 {
    padding-top: 200px !important;
  }
  .__m-pr-200 {
    padding-right: 200px !important;
  }
  .__m-pb-200 {
    padding-bottom: 200px !important;
  }
  .__m-pl-200 {
    padding-left: 200px !important;
  }
  .__m-plr-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .__m-ptb-200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
}
.__circle {
  border-radius: 50%;
}
.__center-y {
  position: relative;
  top: -50%;
  transform: translateY(50%);
}
.__center-x {
  position: relative;
  top: -50%;
  transform: translateX(50%);
}
.__center {
  left: -50%;
  position: relative;
  top: -50%;
  transform: translate3d(50%, 50%, 0);
}
.__hidden {
  display: none;
  margin: 0;
  max-height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}
.__w100 {
  width: 100% !important;
}
.__wauto {
  flex: 0 0 auto !important;
}
.__h100 {
  height: 100% !important;
}
.__hauto {
  height: auto !important;
}
.__100vw {
  width: 100vw;
}
.__100vh {
  height: 100vh;
}
.__relative {
  position: relative;
}
.__wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}
@media (max-width: 414px) {
  .__wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
  }
}
.banners {
  background: #f00;
  height: 600px;
  position: relative;
  width: 100%;
}
.banners .banners-rail {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banners .banners-rail .banners-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.banners .banners-previous {
  border-left: 3px solid #f00;
  border-top: 3px solid #f00;
  height: 50px;
  left: calc((100vw - 1200px) / 2 + 10px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center center;
  width: 50px;
  z-index: 3;
}
@media (max-width: 414px) {
  .banners .banners-previous {
    left: 25px;
  }
}
.banners .banners-next {
  border-left: 3px solid #f00;
  border-top: 3px solid #f00;
  height: 50px;
  position: absolute;
  right: calc((100vw - 1200px) / 2 + 10px);
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transform-origin: center center;
  width: 50px;
  z-index: 3;
}
@media (max-width: 414px) {
  .banners .banners-next {
    right: 25px;
  }
}
.banners .banners-counters {
  bottom: 50px;
  display: flex;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.banners .banners-counters .counter {
  background: #fff;
  border: 2px solid #000;
  border-radius: 100%;
  height: 20px;
  margin-left: 10px;
  position: relative;
  width: 20px;
}
.banners .banners-counters .counter.__active {
  background: #f00;
}
.banners .banners-counters .counter:first-child {
  margin-left: 0;
}
button,
.button {
  align-items: center;
  border-radius: 50px;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  height: 63px;
  justify-content: center;
  margin: 20px 0;
  padding: 0 45px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(0);
  transition: 0.4s border-bottom ease, 0.4s transform ease;
  width: auto;
}
button:after,
.button:after {
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  content: '';
  height: 0;
  left: 92%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
}
button:hover,
.button:hover {
  transform: translateY(4px);
}
button.-short,
.button.-short {
  font-size: 12px;
  height: 40px;
  padding: 0 25px;
}
button.-short:after,
.button.-short:after {
  left: 90%;
}
button.-green,
.button.-green {
  background: #126e39;
  border-bottom: 4px #85b197 solid;
  color: #fff;
}
button.-green:hover,
.button.-green:hover {
  border-bottom: 0 #85b197 solid;
}
button.-green:after,
.button.-green:after {
  border-left: 8px solid #a7cf0b;
}
button.-wine,
.button.-wine {
  background: #580404;
  border-bottom: 4px #ea7603 solid;
  color: #fff;
}
button.-wine:hover,
.button.-wine:hover {
  border-bottom: 0 #ea7603 solid;
}
button.-wine:after,
.button.-wine:after {
  border-left: 8px solid #ff4800;
}
button.-orange,
.button.-orange {
  background: #bf2228;
  border-bottom: 4px #7d4321 solid;
  color: #fff;
}
button.-orange:hover,
.button.-orange:hover {
  border-bottom: 0 #7d4321 solid;
}
button.-orange:after,
.button.-orange:after {
  border-left: 8px solid #0a341c;
}
.__button.__success {
  background: #17c671;
}
.__button.__danger {
  background: #c4183c;
}
.__button.__loading {
  pointer-events: none;
}
.__button.__loading:before {
  animation: spinner 0.75s linear infinite;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 0;
  margin-right: 10px;
  width: 10px;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
footer .top {
  background: #0a341c;
}
footer .top .__content {
  border-bottom: 4px #a7cf0b solid;
  height: 450px;
  padding: 65px 0;
}
@media (max-width: 414px) {
  footer .top .__content {
    height: auto;
  }
}
@media (max-width: 414px) {
  footer .top nav {
    flex-direction: column;
  }
}
footer .top nav ul li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}
footer .top nav ul li a:hover {
  text-decoration: underline;
}
footer .top nav ul li:first-child {
  color: #58bf79;
  font-weight: 800;
  margin-bottom: 20px;
}
footer .top nav div .title {
  color: #58bf79;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 20px;
}
footer .top nav div div {
  margin-bottom: 20px;
}
footer .top nav div div p {
  color: #fff;
  font-size: 14px;
}
footer .top nav div div p b {
  font-size: 20px;
  font-weight: 800;
}
footer .top nav div div img {
  height: 21px;
  margin-right: 10px;
  width: 23px;
}
footer .top nav .logo {
  align-self: center;
  height: 119px;
  width: 185px;
}
footer .bottom {
  background: #00240f;
  height: 95px;
  padding: 35px 0;
}
footer .bottom p {
  color: #929090;
  font-size: 14px;
}
footer .bottom p b {
  color: #58bf79;
  font-weight: 800;
}
footer .bottom img {
  height: 26px;
  width: 42px;
}
header {
  background: #fff;
  box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
header .__content {
  height: 110px;
  padding: 10px 0;
  justify-content: center !important
}
@media (max-width: 414px) {
  header .__content {
    height: 80px;
  }
}
header .__content .logo {
  height: 73px;
  transform: translateX(0);
  transition: 0.4s transform ease;
  width: 114px;
  z-index: 95;
}
@media (max-width: 414px) {
  header .__content .logo {
    height: 53px;
    width: 94px;
  }
}
header .__content .logo._active_research {
  transform: translateX(-90px);
}
header .__content .hamburger-content {
  display: none;
  position: relative;
  z-index: 95;
}
@media (max-width: 414px) {
  header .__content .hamburger-content {
    cursor: pointer;
    display: flex;
    height: 30px;
  }
}
header .__content .hamburger-content .hamburger {
  background: #bf2228;
  border-radius: 30px;
  height: 3px;
  position: relative;
  transition: 0.6s background ease;
  width: 40px;
  display: none;
}
header .__content .hamburger-content .hamburger:after,
header .__content .hamburger-content .hamburger:before {
  background: #bf2228;
  border-radius: 30px;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.6s transform ease;
  width: 100%;
}
header .__content .hamburger-content .hamburger:after {
  transform: translateY(10px);
}
header .__content .hamburger-content .hamburger:before {
  transform: translateY(-10px);
}
header .__content .hamburger-content .hamburger._active {
  background: transparent;
  transition: 0.1s background ease;
}
header .__content .hamburger-content .hamburger._active:after {
  transform: translateY(0) rotate(45deg);
}
header .__content .hamburger-content .hamburger._active:before {
  transform: translateY(0) rotate(-45deg);
}
@media (max-width: 414px) {
  header .__content .hamburger-content .hamburger {
    display: block;
  }
}
header .__content nav {
  transform: translateX(0);
  transition: 0.4s transform ease;
}
header .__content nav._active_research {
  transform: translateX(-120px);
}
header .__content nav a {
  color: #bf2228;
  font-size: 14px;
  font-weight: normal;
  margin-left: 45px;
  position: relative;
}
header .__content nav a:after {
  background: #bf2228;
  bottom: -5px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.4s width ease;
  width: 0;
}
header .__content nav a:hover:after {
  width: 100%;
}
header .__content nav a + a {
  margin-left: 20px;
}
@media (max-width: 414px) {
  header .__content nav {
    background: #fff;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start !important;
    left: 0;
    padding-top: 90px;
    position: absolute;
    top: 0;
    transform: translateX(100%);
    transition: 0.4s transform ease;
    width: 100vw;
  }
  header .__content nav._active {
    transform: translateX(0);
  }
  header .__content nav a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-left: 0;
  }
  header .__content nav a + a {
    margin-left: 0;
  }
}
header .__content .research {
  position: relative;
  width: 5%;
}
@media (max-width: 414px) {
  header .__content .research {
    display: none !important;
  }
}
header .__content .research:hover img {
  transform: scale(1.1);
}
header .__content .research._active_research input {
  border: 1px #bf2228 solid;
  transition: 0.4s 0.4s width ease, 0.4s border ease;
  width: 120px;
}
header .__content .research input {
  border: 0 #bf2228 solid;
  border-radius: 30px;
  position: absolute;
  right: 40px;
  top: -1px;
  transition: 0.4s width ease, 0.4s 0.3s border ease;
  width: 0;
}
header .__content .research img {
  cursor: pointer;
  margin-left: 15px;
  transform: scale(1);
  transition: 0.4s transform ease;
  width: 25px;
}
.lgpd-warning {
  align-items: center;
  animation: slideup 0.75s reverse ease-in-out;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 30px;
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.lgpd-warning.__accepted {
  display: none;
}
.lgpd-warning .lgpd-box {
  align-items: center;
  background: rgba(0,0,0,0.6);
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  color: #fff;
  display: flex;
  font: normal 14px/16px sans-serif;
  justify-content: center;
  max-width: 1300px;
  padding: 20px;
  text-align: center;
}
@media (max-width: 414px) {
  .lgpd-warning .lgpd-box {
    flex-direction: column;
  }
}
.lgpd-warning .lgpd-box a {
  color: inherit;
  text-decoration: underline;
}
.lgpd-warning .lgpd-box .lgpd-button {
  background: #bf2228;
  color: #fff;
  cursor: pointer;
  font: normal 14px sans-serif;
  margin-left: 30px;
  padding: 10px 50px;
  text-align: center;
}
@media (max-width: 414px) {
  .lgpd-warning .lgpd-box .lgpd-button {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
@keyframes slideup {
  from {
    bottom: 0;
  }
  to {
    bottom: -200px;
  }
}
.logos {
  padding-bottom: 100px;
  padding-top: 50px;
}
.logos .title {
  color: #bf2228;
  font-size: 30px;
  font-weight: 800;
}
.logos img:nth-child(1) {
  margin-right: 100px;
  margin-top: 50px;
}
.logos img:nth-child(2) {
  margin-right: 100px;
  margin-top: 50px;
}
.logos img:nth-child(3) {
  margin-right: 100px;
  margin-top: 50px;
}
@media (max-width: 414px) {
  .logos .logos-box {
    flex-direction: column;
  }
  .logos .logos-box img {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
[data-switcher] [class$="-item"] {
  opacity: 0;
  position: absolute;
  transition: all 0.6s;
  z-index: 1;
}
[data-switcher] [class$="-item"].__active {
  opacity: 1;
  z-index: 2;
}
.company-page .banner {
  background: url("../images/company/banner.webp") no-repeat center;
  background-size: cover;
}
@media (max-width: 414px) {
  .company-page .banner {
    padding: 30px;
  }
}
.company-page .banner h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
.company-page .banner img {
  transform: translateX(100px);
}
@media (max-width: 414px) {
  .company-page .banner img {
    transform: translateX(0);
  }
  .company-page .banner img:nth-child(2) {
    display: none;
  }
}
.company-page .the-brassuco {
  background: linear-gradient(to right, #fff 50%, #bf2228 50%);
  padding: 100px 0;
}
@media (max-width: 414px) {
  .company-page .the-brassuco {
    background: #fff;
    border-bottom: 4px #bf2228 solid;
    padding: 50px 0;
  }
  .company-page .the-brassuco .__content {
    flex-direction: column;
  }
}
.company-page .the-brassuco .left {
  margin-right: 15px;
  width: 55%;
}
@media (max-width: 414px) {
  .company-page .the-brassuco .left {
    width: 100%;
  }
}
.company-page .the-brassuco .left > p {
  color: #929090;
  font-size: 18px;
  margin-bottom: 20px;
  width: 382px;
}
@media (max-width: 414px) {
  .company-page .the-brassuco .left > p br {
    display: none;
  }
}
.company-page .the-brassuco .left .title {
  margin-bottom: 20px;
  transform: translateX(-55px);
}
.company-page .the-brassuco .left .title p {
  color: #bf2228;
  font-size: 40px;
  font-weight: 800;
}
@media (max-width: 414px) {
  .company-page .the-brassuco .left .title p {
    font-size: 32px;
  }
}
.company-page .the-brassuco .left .title img {
  height: 34px;
  margin-right: 12px;
  width: 43px;
}
.company-page .the-brassuco .right img:nth-child(1) {
  margin-right: 30px;
}
@media (max-width: 414px) {
  .company-page .the-brassuco .right img:nth-child(1) {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.company-page .the-brassuco .right img:nth-child(2) {
  margin-top: 20px;
}
@media (max-width: 414px) {
  .company-page .the-brassuco .right img:nth-child(2) {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.company-page .the-brassuco .right img:nth-child(3) {
  margin-right: 30px;
  margin-top: -10px;
}
@media (max-width: 414px) {
  .company-page .the-brassuco .right img:nth-child(3) {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.company-page .the-brassuco .right img:nth-child(4) {
  margin-top: 30px;
}
@media (max-width: 414px) {
  .company-page .the-brassuco .right img:nth-child(4) {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.company-page .pack-products {
  background: url("../images/company/packprodutos-bg.webp") no-repeat center;
  margin-top: -80px;
}
@media (max-width: 414px) {
  .company-page .pack-products {
    display: none;
  }
}
.company-page .pack-products .__content {
  height: 790px;
}
.company-page .pack-products .__content img {
  margin-top: 100px;
}
.company-page .history-line {
  padding: 100px 0;
}
.company-page .history-line .__content .title {
  padding-bottom: 200px;
}
.company-page .history-line .__content .title p {
  color: #bf2228;
  font-size: 40px;
  font-weight: 800;
}
@media (max-width: 414px) {
  .company-page .history-line .__content .title p {
    text-align: center;
  }
}
.company-page .history-line .__content .title img {
  height: 34px;
  margin-right: 12px;
  width: 43px;
}
@media (max-width: 414px) {
  .company-page .history-line .__content .title img {
    display: none;
  }
}
.company-page .history-line .__content .items {
  position: relative;
}
.company-page .history-line .__content .items:after {
  background: #58bf79;
  border-radius: 30px;
  content: '';
  height: 105%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  z-index: 1;
}
@media (max-width: 414px) {
  .company-page .history-line .__content .items:after {
    left: 18px;
  }
}
@media (max-width: 414px) {
  .company-page .history-line .__content .item {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  .company-page .history-line .__content .item .content {
    align-items: flex-end !important;
    flex-direction: column;
    justify-content: flex-end !important;
  }
  .company-page .history-line .__content .item .content .imgs {
    align-items: flex-end !important;
    justify-content: flex-end !important;
    margin: 0 !important;
  }
  .company-page .history-line .__content .item .content .text {
    align-items: flex-start !important;
    justify-content: flex-end !important;
    margin: 20px 0 !important;
  }
}
.company-page .history-line .__content .item:nth-child(odd) .content .text {
  margin-left: 80px;
}
.company-page .history-line .__content .item:nth-child(odd) .content .imgs {
  margin-right: 80px;
}
.company-page .history-line .__content .item:nth-child(odd) .content .imgs img:nth-child(1) {
  z-index: 2;
}
.company-page .history-line .__content .item:nth-child(odd) .content .imgs img:nth-child(2) {
  left: 130px;
  top: -70px;
  z-index: 1;
}
.company-page .history-line .__content .item:nth-child(even) .content .text {
  margin-right: 80px;
}
.company-page .history-line .__content .item:nth-child(even) .content .imgs {
  margin-left: 80px;
}
.company-page .history-line .__content .item:nth-child(even) .content .imgs img:nth-child(1) {
  z-index: 2;
}
.company-page .history-line .__content .item:nth-child(even) .content .imgs img:nth-child(2) {
  left: 240px;
  top: -80px;
  z-index: 1;
}
.company-page .history-line .__content .item .year {
  background: #fff;
  color: #58bf79;
  font-size: 40px;
  font-weight: 800;
  position: relative;
  z-index: 2;
}
.company-page .history-line .__content .item .desc {
  background: #fff;
  color: #c1bfbf;
  font-size: 25px;
  font-weight: 800;
  padding-bottom: 2px;
  z-index: 2;
}
.company-page .history-line .__content .item .-w-desc:after {
  background: #efefef;
  boder-radius: 30px;
  bottom: 0;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.company-page .history-line .__content .item .content {
  margin: 30px 0;
}
.company-page .history-line .__content .item .content .imgs,
.company-page .history-line .__content .item .content .text {
  position: relative;
  width: 50%;
}
@media (max-width: 414px) {
  .company-page .history-line .__content .item .content .imgs,
  .company-page .history-line .__content .item .content .text {
    width: 90%;
  }
}
.company-page .history-line .__content .item .content .text p {
  color: #929090;
  font-size: 20px;
  margin-bottom: 20px;
  width: 80%;
}
.company-page .history-line .__content .item .content .imgs img:nth-child(2) {
  left: 0;
  position: absolute;
  top: 0;
}
.company-page .family {
  background: linear-gradient(to right, #58bf79 50%, #d1c69c 50%);
  margin-top: 100px;
}
@media (max-width: 414px) {
  .company-page .family {
    background: linear-gradient(to bottom, #58bf79 72%, #d1c69c 50%);
  }
  .company-page .family .__content {
    flex-direction: column;
  }
}
.company-page .family img {
  width: 50%;
}
@media (max-width: 414px) {
  .company-page .family img {
    width: 100%;
  }
}
.company-page .family .text {
  margin-right: 30px;
  width: 50%;
}
@media (max-width: 414px) {
  .company-page .family .text {
    margin-right: 0;
    width: 90%;
  }
}
.company-page .family .text .title {
  margin-bottom: 20px;
}
.company-page .family .text .title p {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
}
.company-page .family .text .title img {
  height: 34px;
  margin-right: 12px;
  width: 43px;
}
.company-page .family .text > p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.company-page .logos {
  padding: 100px 0;
}
.contact-page .form-contact {
  background: url("../images/contact/bg1.webp") no-repeat center;
  background-size: cover;
  padding-top: 100px;
}
.contact-page .form-contact .title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (max-width: 414px) {
  .contact-page .form-contact .title {
    font-size: 20px;
  }
}
.contact-page .form-contact .title img {
  margin-right: 10px;
  width: 43px;
}
.contact-page .form-contact .right {
  width: 40%;
}
@media (max-width: 414px) {
  .contact-page .form-contact .right {
    display: none;
    width: 0;
  }
}
.contact-page .form-contact .right img {
  transform: translateX(-50px);
}
@media (max-width: 414px) {
  .contact-page .form-contact .right img {
    display: none;
  }
}
.contact-page .form-contact .contacts-number {
  bottom: 360px;
  color: #fff;
  position: relative;
  width: 240px;
}
@media (max-width: 414px) {
  .contact-page .form-contact .contacts-number {
    align-self: baseline;
    position: static;
  }
}
.contact-page .form-contact .contacts-number div .title {
  color: #58bf79;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 20px;
}
.contact-page .form-contact .contacts-number div div {
  margin-bottom: 20px;
}
.contact-page .form-contact .contacts-number div div p {
  color: #fff;
  font-size: 14px;
}
.contact-page .form-contact .contacts-number div div p b {
  font-size: 20px;
  font-weight: 800;
}
.contact-page .form-contact .contacts-number div div img {
  height: 21px;
  margin-right: 10px;
  width: 23px;
}
.contact-page .form-contact .left {
  transform: translateY(-50px);
  width: 60%;
}
@media (max-width: 414px) {
  .contact-page .form-contact .left {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .contact-page .form-contact form {
    width: 100%;
  }
}
.contact-page .form-contact form input {
  background: #fff;
  border-radius: 10px;
  color: #929090;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
.contact-page .form-contact form textarea {
  background: #fff;
  border-radius: 10px;
  color: #929090;
  font-size: 18px;
  height: 200px;
  padding: 20px;
  width: 100%;
}
.contact-page .form-work {
  background: url("../images/contact/bg2.webp") no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.contact-page .form-work .title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (max-width: 414px) {
  .contact-page .form-work .title {
    font-size: 20px;
  }
}
.contact-page .form-work .title img {
  margin-right: 10px;
  width: 43px;
}
.contact-page .form-work .right {
  width: 60%;
}
@media (max-width: 414px) {
  .contact-page .form-work .right {
    width: 100%;
  }
}
.contact-page .form-work .left {
  width: 40%;
}
@media (max-width: 414px) {
  .contact-page .form-work .left {
    display: none;
    width: 0;
  }
}
.contact-page .form-work .left img:nth-child(1) {
  margin-bottom: 10px;
  margin-right: 10px;
}
.contact-page .form-work .left img:nth-child(2) {
  margin-bottom: 10px;
  margin-top: 30px;
}
.contact-page .form-work .left img:nth-child(3) {
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 0;
}
.contact-page .form-work .left img:nth-child(4) {
  margin-bottom: 10px;
  margin-top: 20px;
}
.contact-page .form-work form input {
  background: #fff;
  border-radius: 10px;
  color: #929090;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
.contact-page .form-work form textarea {
  background: #fff;
  border-radius: 10px;
  color: #929090;
  font-size: 18px;
  height: 200px;
  padding: 20px;
  width: 100%;
}
.contact-page .datas {
  background-color: #bf2228;
  padding: 50px 0;
}
@media (max-width: 414px) {
  .contact-page .datas .__content {
    flex-direction: column;
  }
}
.contact-page .datas .sac {
  color: #fff;
  width: 25%;
}
@media (max-width: 414px) {
  .contact-page .datas .sac {
    margin-bottom: 20px;
    width: 100%;
  }
}
.contact-page .datas .sac .sac-tel {
  width: 100%;
}
.contact-page .datas .sac p {
  font-size: 16px;
}
.contact-page .datas .sac p b {
  font-size: 20px;
}
.contact-page .datas .sac img {
  height: 21px;
  margin-right: 10px;
  width: 23px;
}
.contact-page .datas .address {
  color: #fff;
}
@media (max-width: 414px) {
  .contact-page .datas .address {
    width: 100%;
  }
}
.contact-page .datas .address img {
  height: 22px;
  margin-right: 10px;
  width: 17px;
}
.contact-page .map {
  border-bottom: 4px #58bf79 solid;
}
.contact-page .map iframe {
  height: 521px;
  width: 100%;
}
.home-page .banner .__content {
  background-size: cover;
  height: 100vh;
  margin-bottom: 5%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 414px) {
  .home-page .banner .__content {
    background: none;
    height: auto;
    margin-top: 0;
  }
}
.home-page .banner .__content video {
  height: 135%;
  left: 0;
  position: absolute;
  top: -30%;
  width: 100%;
}
.home-page .banner .__content video:after {
  background: #ffa801;
  bottom: 0;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (max-width: 414px) {
  .home-page .banner .__content video {
    position: initial;
  }
}
.home-page .structure {
  background: url("../images/home/structure-bg.jpg") no-repeat center;
  margin-top: -100px;
}
@media (max-width: 414px) {
  .home-page .structure {
    margin-top: 20px;
  }
}
.home-page .structure .__content {
  height: 745px;
  padding: 90px 0;
}
@media (max-width: 414px) {
  .home-page .structure .__content {
    flex-direction: column;
    height: auto;
  }
}
.home-page .structure .left {
  position: relative;
}
@media (max-width: 414px) {
  .home-page .structure .left {
    width: 100%;
  }
}
.home-page .structure .left img {
  height: 250px;
  width: 234px;
}
@media (max-width: 414px) {
  .home-page .structure .left img {
    height: 170px;
    margin-bottom: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -110px;
    width: 150px;
  }
}
.home-page .structure .left .images {
  left: 150px;
  position: absolute;
  top: 140px;
  z-index: 5;
}
@media (max-width: 414px) {
  .home-page .structure .left .images {
    left: 0;
    position: relative;
    top: -100px;
  }
}
.home-page .structure .left .images .images-rail {
  background-color: transparent;
  border-radius: 33px;
  height: 621px;
  position: relative;
  width: 443px;
}
@media (max-width: 414px) {
  .home-page .structure .left .images .images-rail {
    width: 100%;
  }
}
.home-page .structure .left .images .images-item {
  border-radius: 33px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 414px) {
  .home-page .structure .left .images .images-item {
    border-radius: 20px;
  }
}
.home-page .structure .right {
  border: 4px #bf2228 solid;
  border-radius: 15px;
  margin-top: 10px;
  padding: 80px 80px 80px 220px;
}
@media (max-width: 414px) {
  .home-page .structure .right {
    margin-top: -40px;
    padding: 20px;
  }
}
.home-page .structure .right .title {
  margin-bottom: 20px;
  transform: translateX(-55px);
}
@media (max-width: 414px) {
  .home-page .structure .right .title {
    transform: translateX(0);
  }
}
.home-page .structure .right .title p {
  color: #bf2228;
  font-size: 40px;
  font-weight: 800;
}
.home-page .structure .right .title img {
  height: 34px;
  margin-right: 12px;
  width: 43px;
}
.home-page .structure .right .text p {
  color: #929090;
  font-size: 20px;
  width: 405px;
}
@media (max-width: 414px) {
  .home-page .structure .right .text p {
    font-size: 18px;
    width: 100%;
  }
  .home-page .structure .right .text p br {
    display: none;
  }
}
.home-page .guidelines {
  box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
  padding-bottom: 90px;
}
.home-page .guidelines .__content {
  height: 776px;
  padding-bottom: 150px;
  padding-top: 180px;
}
@media (max-width: 414px) {
  .home-page .guidelines .__content {
    height: auto;
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.home-page .guidelines .__content .title {
  margin-bottom: 25px;
}
.home-page .guidelines .__content .title p {
  color: #bf2228;
  font-size: 40px;
  font-weight: 800;
}
.home-page .guidelines .__content .title img {
  height: 34px;
  margin-right: 12px;
  width: 43px;
}
@media (max-width: 414px) {
  .home-page .guidelines .__content .items {
    flex-direction: column;
  }
}
.home-page .guidelines .__content .items .item {
  border-radius: 30px;
  box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
  min-height: 373px;
  padding: 0 20px;
  margin: 0px 15px;
  width: 350px;
}
@media (max-width: 414px) {
  .home-page .guidelines .__content .items .item {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.home-page .guidelines .__content .items .item p {
  text-align: center;
}
@media (max-width: 414px) {
  .home-page .guidelines .__content .items .item p br {
    display: none;
  }
}
.home-page .guidelines .__content .items .item p:nth-child(1) {
  color: #bf2228;
  font-size: 30px;
}
.home-page .guidelines .__content .items .item p:nth-child(3) {
  color: #929090;
  font-size: 14px;
}
.home-page .guidelines .__content .items .item img {
  margin: 20px 0;
}
.home-page .guidelines .__content .items .item img:nth-child(1) {
  height: 66px;
  width: 56px;
}
.home-page .guidelines .__content .items .item img:nth-child(2) {
  height: 66px;
  width: 74px;
}
.home-page .guidelines .__content .items .item img:nth-child(3) {
  height: 62px;
  width: 62px;
}
.home-page .lual-leve {
  background: url("../images/home/lualleve-bg.webp") no-repeat center;
  margin-top: -120px;
}
.home-page .lual-leve .__content {
  height: 915px;
  padding-top: 200px;
}
@media (max-width: 414px) {
  .home-page .lual-leve .__content {
    height: auto;
  }
  .home-page .lual-leve .__content .imgs {
    flex-direction: column;
  }
}
.home-page .lual-leve .__content img:nth-child(1) {
  height: 491px;
  width: 374px;
}
@media (max-width: 414px) {
  .home-page .lual-leve .__content img:nth-child(1) {
    height: auto;
    width: 100%;
  }
}
.home-page .lual-leve .__content img:nth-child(2) {
  height: 438px;
  width: 802px;
}
@media (max-width: 414px) {
  .home-page .lual-leve .__content img:nth-child(2) {
    height: auto;
    width: 100%;
  }
}
.home-page .recipes {
  background: url("../images/home/receitas-bg.jpg") no-repeat center;
}
.home-page .recipes .__content {
  height: 957px;
}
@media (max-width: 414px) {
  .home-page .recipes .__content {
    height: auto;
  }
}
.home-page .recipes .__content .title {
  align-self: flex-start;
  margin-bottom: 25px;
}
.home-page .recipes .__content .title p {
  color: #bf2228;
  font-size: 40px;
  font-weight: 800;
}
.home-page .recipes .__content .title img {
  height: 34px;
  margin-right: 12px;
  width: 43px;
}
.home-page .recipes .__content .items {
  width: 100%;
}
@media (max-width: 414px) {
  .home-page .recipes .__content .items {
    flex-direction: column;
  }
}
.home-page .recipes .__content .items .item {
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  height: 467px;
  padding: 20px;
  position: relative;
  transform: scale(0.95);
  transition: 0.4s transform ease;
  width: 311px;
}
@media (max-width: 414px) {
  .home-page .recipes .__content .items .item {
    height: auto;
    width: 100%;
  }
}
.home-page .recipes .__content .items .item:hover {
  transform: scale(1);
}
.home-page .recipes .__content .items .item:nth-child(2) {
  height: 620px;
  width: 443px;
}
@media (max-width: 414px) {
  .home-page .recipes .__content .items .item:nth-child(2) {
    height: auto;
    width: 100%;
  }
}
.home-page .recipes .__content .items .item:nth-child(2) p {
  width: 75%;
}
.home-page .recipes .__content .items .item p {
  color: #fff;
  font-size: 35px;
  font-weight: 800;
  line-height: 35px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.home-page .recipes .__content .items .item:nth-child(odd) {
  background-color: #58bf79;
}
.home-page .recipes .__content .items .item:after {
  background: linear-gradient(to top, #000 -10%, transparent 40%);
  border-radius: inherit;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.home-page .recipes .__content .button {
  align-self: flex-end;
  margin-top: -60px;
}
@media (max-width: 414px) {
  .home-page .recipes .__content .button {
    margin-top: 20px;
  }
}
.home-page .where-to-buy {
  background: url("../images/home/ondecomprar-bg.webp") no-repeat center;
}
.home-page .where-to-buy .__content {
  height: 600px;
}
@media (max-width: 414px) {
  .home-page .where-to-buy .__content {
    flex-direction: column;
    height: auto;
    justify-content: center !important;
    padding-top: 20px;
  }
}
.home-page .where-to-buy .__content > img {
  height: 368px;
  margin-right: 30px;
  width: 560px;
}
@media (max-width: 414px) {
  .home-page .where-to-buy .__content > img {
    height: auto;
    margin-right: 0;
    width: 100%;
  }
}
.home-page .where-to-buy .__content .text .title {
  align-self: flex-start;
  margin-bottom: 25px;
}
.home-page .where-to-buy .__content .text .title p {
  color: #fff;
  font-size: 35px;
  font-weight: 800;
}
@media (max-width: 414px) {
  .home-page .where-to-buy .__content .text .title p {
    font-size: 30px;
  }
}
.home-page .where-to-buy .__content .text .title > img {
  height: 34px;
  height: 34px;
  width: 43px;
}
@media (max-width: 414px) {
  .home-page .where-to-buy .__content .text .where {
    justify-content: center !important;
  }
}
.home-page .where-to-buy .__content .text .where img {
  margin-right: 12px;
}
.home-page .news {
  background: #0a341c;
}
.home-page .news .__content {
  height: 600px;
}
@media (max-width: 414px) {
  .home-page .news .__content {
    height: auto;
    padding: 20px 0;
    padding-bottom: 180px;
  }
}
.home-page .news .__content .title {
  margin-bottom: 25px;
}
.home-page .news .__content .title p {
  color: #fff;
  font-size: 35px;
  font-weight: 800;
}
.home-page .news .__content .title > img {
  height: 34px;
  margin-right: 12px;
  width: 43px;
}
@media (max-width: 414px) {
  .home-page .news .__content .news-box {
    flex-direction: column;
  }
}
.home-page .news .__content .news-box .new {
  position: relative;
}
@media (max-width: 414px) {
  .home-page .news .__content .news-box .new {
    border-bottom: 4px #fff solid;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.home-page .news .__content .news-box .new:after {
  background: #a7cf0b;
  border-radius: 30px;
  content: '';
  height: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
@media (max-width: 414px) {
  .home-page .news .__content .news-box .new:after {
    display: none;
  }
}
.home-page .news .__content .news-box .new:nth-child(1):after {
  left: -30px;
}
@media (max-width: 414px) {
  .home-page .news .__content .news-box .new:nth-child(2) {
    border-bottom: none;
  }
}
.home-page .news .__content .news-box .new:nth-child(2):after {
  right: -30px;
}
.home-page .news .__content .news-box .new .img {
  background-color: #a7cf0b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 232px;
  width: 241px;
}
@media (max-width: 414px) {
  .home-page .news .__content .news-box .new .img {
    height: 300px;
    margin-bottom: 20px;
    width: 300px;
  }
}
.home-page .news .__content .news-box .new .text {
  margin-left: 15px;
  width: 50%;
}
@media (max-width: 414px) {
  .home-page .news .__content .news-box .new .text {
    width: 100%;
  }
}
.home-page .news .__content .news-box .new .text .date {
  color: #a7cf0b;
  font-size: 20px;
  margin-bottom: 20px;
}
.home-page .news .__content .news-box .new .text .description {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.home-page .peanut img {
  margin-top: 100px;
}
.home-page .instagram {
  padding-bottom: 100px;
}
.home-page .instagram .title p {
  color: #bf2228;
  font-size: 40px;
  font-weight: 800;
  margin-left: 12px;
}
.home-page .instagram .title img {
  width: 43px;
}
.home-page .instagram .instas {
  position: relative;
}
@media (max-width: 414px) {
  .home-page .instagram .instas {
    flex-direction: column;
  }
  .home-page .instagram .instas > img {
    display: none;
  }
}
.home-page .instagram .instas:after {
  background: #a7cf0b;
  border-radius: 30px;
  content: '';
  height: 4px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 80%;
}
.home-page .instagram .instas .item img:nth-child(1) {
  margin-bottom: 15px;
}
.internal-news-page .banner {
  background: url("../images/internal-new/bg1.webp") no-repeat center;
}
.internal-news-page .banner .__content {
  height: auto;
  padding-top: 50px;
}
.internal-news-page .banner .__content .title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 50px;
  text-align: center;
}
.internal-news-page .banner .__content .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  height: 400px;
  width: 50%;
}
.internal-news-page .new {
  background: url("../images/internal-new/bg2.webp") no-repeat center top;
  border-top: 4px #fff solid;
}
.internal-news-page .new .__content {
  padding: 50px 0;
}
.internal-news-page .new .__content .share img {
  cursor: pointer;
  height: 65px;
  margin-left: 20px;
  transform: scale(0.9);
  transition: 0.4s transform ease;
  width: 65px;
}
.internal-news-page .new .__content .share img:hover {
  transform: scale(1);
}
.internal-news-page .new .__content .share p {
  color: #fff;
  font-size: 18px;
}
.internal-news-page .new .__content .content-new {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
  height: 720px;
  margin-top: 50px;
  padding: 100px 200px;
  width: 100%;
}
@media (max-width: 414px) {
  .internal-news-page .new .__content .content-new {
    height: auto;
    padding: 20px;
  }
}
.internal-news-page .new .__content .content-new .date {
  color: #bf2228;
  font-size: 20px;
  text-align: center;
}
.internal-news-page .new .__content .content-new p {
  color: #929090;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.internal-news-page .last-news .__content {
  padding: 50px 0;
}
.internal-news-page .last-news .__content .title {
  margin-bottom: 40px;
  transform: translateX(-25px);
}
@media (max-width: 414px) {
  .internal-news-page .last-news .__content .title {
    transform: translateX(0);
  }
}
.internal-news-page .last-news .__content .title p {
  color: #bf2228;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 414px) {
  .internal-news-page .last-news .__content .title p {
    font-size: 32px;
  }
  .internal-news-page .last-news .__content .title p br {
    display: none;
  }
}
.internal-news-page .last-news .__content .title img {
  height: 34px;
  margin-right: 12px;
  width: 43px;
}
@media (max-width: 414px) {
  .internal-news-page .last-news .__content .title img {
    display: none;
  }
}
@media (max-width: 414px) {
  .internal-news-page .last-news .news-box {
    flex-direction: column;
  }
}
.internal-news-page .last-news .news-box .new-item {
  position: relative;
  width: 50%;
}
@media (max-width: 414px) {
  .internal-news-page .last-news .news-box .new-item {
    border-bottom: 4px #fff solid;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.internal-news-page .last-news .news-box .new-item:after {
  background: #a7cf0b;
  border-radius: 30px;
  content: '';
  height: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
@media (max-width: 414px) {
  .internal-news-page .last-news .news-box .new-item:after {
    display: none;
  }
}
.internal-news-page .last-news .news-box .new-item:nth-child(1):after {
  left: -30px;
}
@media (max-width: 414px) {
  .internal-news-page .last-news .news-box .new-item:nth-child(2) {
    border-bottom: none;
  }
}
.internal-news-page .last-news .news-box .new-item:nth-child(2):after {
  right: -30px;
}
.internal-news-page .last-news .news-box .new-item .img {
  background-color: #a7cf0b;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  height: 232px;
  width: 241px;
}
@media (max-width: 414px) {
  .internal-news-page .last-news .news-box .new-item .img {
    height: 300px;
    margin-bottom: 20px;
    width: 300px;
  }
}
.internal-news-page .last-news .news-box .new-item .text {
  margin-left: 15px;
  width: 50%;
}
@media (max-width: 414px) {
  .internal-news-page .last-news .news-box .new-item .text {
    width: 100%;
  }
}
.internal-news-page .last-news .news-box .new-item .text .date {
  color: #a7cf0b;
  font-size: 20px;
  margin-bottom: 20px;
}
.internal-news-page .last-news .news-box .new-item .text .description {
  color: #00622a;
  font-size: 20px;
  font-weight: 800;
}
.internal-recipe-page .banner {
  background: url("../images/internal-recipe/bg.webp") no-repeat center;
  border-bottom: 4px #fff solid;
}
.internal-recipe-page .banner .__content {
  height: 169px;
}
.internal-recipe-page .banner .__content .title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
.internal-recipe-page .recipe-content {
  background: transparent;
  position: relative;
  z-index: 2;
}
.internal-recipe-page .recipe-content .img-recipe {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 544px;
}
.internal-recipe-page .recipe-content .__content {
  background: transparent;
}
.internal-recipe-page .recipe-content .__content .actions {
  background: #fff;
  padding-top: 20px;
}
.internal-recipe-page .recipe-content .__content .actions .share img {
  cursor: pointer;
  height: 65px;
  margin-left: 20px;
  transform: scale(0.9);
  transition: 0.4s transform ease;
  width: 65px;
}
.internal-recipe-page .recipe-content .__content .actions .share img:hover {
  transform: scale(1);
}
.internal-recipe-page .recipe-content .__content .actions .share p {
  color: #929090;
  font-size: 18px;
}
.internal-recipe-page .recipe-content .__content .how-prepare {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 55px 0 rgba(0,0,0,0.1);
  margin-bottom: 100px;
  margin-top: 20px;
  min-height: 700px;
  padding: 100px;
  position: relative;
}
.internal-recipe-page .recipe-content .__content .how-prepare video {
  display: flex;
  margin: 0 auto;
  width: 930px;
}
.internal-recipe-page .recipe-content .__content .how-prepare p {
  color: #00240f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.internal-recipe-page .recipe-content .__content .how-prepare > h1,
.internal-recipe-page .recipe-content .__content .how-prepare h2,
.internal-recipe-page .recipe-content .__content .how-prepare h3,
.internal-recipe-page .recipe-content .__content .how-prepare h4 {
  color: #bf2228;
  font-size: 22px;
  font-weight: 700;
}
.internal-recipe-page .recipe-content .__content .how-prepare > ul {
  margin: 10px 0;
}
.internal-recipe-page .recipe-content .__content .how-prepare > ul li {
  color: #00240f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.internal-recipe-page .recipe-content .__content .how-prepare > ul li:after {
  background-color: #bf2228;
  border-radius: 100%;
  content: '';
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.internal-recipe-page .recipe-content .__content .how-prepare:before {
  background: #52b271;
  content: '';
  height: 4px;
  left: 50%;
  position: absolute;
  top: -2px;
  transform: translateX(-50%);
  width: 80%;
}
.internal-recipe-page .recipe-content .__content .how-prepare .right,
.internal-recipe-page .recipe-content .__content .how-prepare .left {
  width: 45%;
}
.internal-recipe-page .recipe-content .__content .how-prepare .right .title,
.internal-recipe-page .recipe-content .__content .how-prepare .left .title {
  color: #58bf79;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
.internal-recipe-page .recipe-content .__content .how-prepare .right p {
  color: #929090;
  font-size: 20px;
  width: 100%;
}
.internal-recipe-page .recipe-content .__content .how-prepare .left .title {
  color: #58bf79;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
.internal-recipe-page .recipe-content .__content .how-prepare .left ul li {
  margin-bottom: 12px;
}
.internal-recipe-page .recipe-content .__content .how-prepare .left ul li img {
  height: 14px;
  margin-right: 10px;
  width: 18px;
}
.internal-recipe-page .recipe-content .__content .how-prepare .left ul li p {
  color: #929090;
  font-size: 20px;
}
.internal-recipe-page .coment {
  background: url("../images/internal-recipe/bg-recipe.webp") no-repeat center;
  margin-bottom: 100px;
  margin-top: -500px;
  position: relative;
  z-index: 1;
}
.internal-recipe-page .coment .__content {
  height: 965px;
}
.internal-recipe-page .coment .__content form {
  margin-bottom: 100px;
}
.internal-recipe-page .coment .__content form .title {
  margin-bottom: 20px;
  margin-left: -55px;
}
.internal-recipe-page .coment .__content form .title p {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
}
.internal-recipe-page .coment .__content form .title img {
  height: 34px;
  margin-right: 12px;
  margin-top: 10px;
  width: 43px;
}
.internal-recipe-page .coment .__content form textarea {
  border-radius: 20px;
  color: #929090;
  height: 150px;
  padding: 20px;
  width: 100%;
}
.jobs .form-work {
  background: url("../images/contact/bg2.webp") no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.jobs .form-work .title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (max-width: 414px) {
  .jobs .form-work .title {
    font-size: 20px;
  }
}
.jobs .form-work .title img {
  margin-right: 10px;
  width: 43px;
}
.jobs .form-work .right {
  width: 60%;
}
@media (max-width: 414px) {
  .jobs .form-work .right {
    width: 100%;
  }
}
.jobs .form-work .left {
  width: 40%;
}
@media (max-width: 414px) {
  .jobs .form-work .left {
    display: none;
    width: 0;
  }
}
.jobs .form-work .left img:nth-child(1) {
  margin-bottom: 10px;
  margin-right: 10px;
}
.jobs .form-work .left img:nth-child(2) {
  margin-bottom: 10px;
  margin-top: 30px;
}
.jobs .form-work .left img:nth-child(3) {
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 0;
}
.jobs .form-work .left img:nth-child(4) {
  margin-bottom: 10px;
  margin-top: 20px;
}
.jobs .form-work form input {
  background: #fff;
  border-radius: 10px;
  color: #929090;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
.jobs .form-work form textarea {
  background: #fff;
  border-radius: 10px;
  color: #929090;
  font-size: 18px;
  height: 200px;
  padding: 20px;
  width: 100%;
}
.news-page .banner {
  background: url("../images/news/bg.webp") no-repeat center;
  background-size: cover;
}
.news-page .banner h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
.news-page .banner img {
  transform: translateX(100px);
}
.news-page .title-search {
  padding: 80px 0;
}
.news-page .title-search .title {
  margin-bottom: 20px;
}
.news-page .title-search .title p {
  color: #bf2228;
  font-size: 40px;
  font-weight: 800;
}
.news-page .title-search .title img {
  height: 34px;
  margin-right: 12px;
  width: 43px;
}
.news-page .title-search .research-new {
  background-color: #e0f0ea;
  border-radius: 30px;
  height: 60px;
  padding: 10px 30px;
  width: 90%;
}
.news-page .title-search .research-new input {
  background: transparent;
  color: #929090;
  font-size: 20px;
  height: 100%;
  width: 90%;
}
.news-page .title-search .research-new img {
  cursor: pointer;
  width: 30px;
}
.news-page .news {
  background: #e6eae8;
  margin-bottom: 100px;
  padding: 100px 0;
}
.news-page .news .news-box .new {
  margin-bottom: 40px;
  position: relative;
  width: 50%;
}
.news-page .news .news-box .new:after {
  background: #a7cf0b;
  border-radius: 30px;
  content: '';
  height: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
.news-page .news .news-box .new:nth-child(odd):after {
  left: -30px;
}
.news-page .news .news-box .new:nth-child(even):after {
  right: -30px;
}
.news-page .news .news-box .new .img {
  background-color: #a7cf0b;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  height: 232px;
  width: 241px;
}
.news-page .news .news-box .new .text {
  margin-left: 15px;
  width: 50%;
}
.news-page .news .news-box .new .text .date {
  color: #a7cf0b;
  font-size: 20px;
  margin-bottom: 20px;
}
.news-page .news .news-box .new .text .description {
  color: #00622a;
  font-size: 20px;
  font-weight: 800;
}
.our-initiatives-page .banner {
  background: url("../images/our-initiatives/background.webp") no-repeat center;
  background-size: cover;
}
.our-initiatives-page .banner h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 414px) {
  .our-initiatives-page .banner h2 {
    text-align: center;
  }
}
.our-initiatives-page .banner img {
  transform: translateX(50px);
}
@media (max-width: 414px) {
  .our-initiatives-page .banner img {
    transform: translateX(0);
  }
}
@media (max-width: 414px) {
  .our-initiatives-page .banner {
    padding: 50px 0;
  }
  .our-initiatives-page .banner img:nth-child(2) {
    display: none;
  }
}
.our-initiatives-page .brassuco-world .__content {
  height: 750px;
  padding-bottom: 100px;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 414px) {
  .our-initiatives-page .brassuco-world .__content {
    flex-direction: column;
    height: auto;
  }
}
.our-initiatives-page .brassuco-world .__content > img {
  height: auto;
  position: absolute;
  right: 50px;
  top: 32%;
  width: 50%;
  border-radius: 60px;
}
@media (max-width: 414px) {
  .our-initiatives-page .brassuco-world .__content > img {
    height: auto;
    margin-top: 20px;
    position: relative;
    right: 0;
    width: 100%;
  }
}
.our-initiatives-page .brassuco-world .__content .text {
  border: 2px #bf2228 solid;
  border-radius: 15px;
  padding: 90px 120px 90px 90px;
  width: 55%;
}
@media (max-width: 414px) {
  .our-initiatives-page .brassuco-world .__content .text {
    padding: 20px;
    width: 100%;
  }
}
.our-initiatives-page .brassuco-world .__content .text > p {
  color: #929090;
  font-size: 20px;
}
.our-initiatives-page .brassuco-world .__content .text .title {
  margin-bottom: 20px;
  transform: translateX(-55px);
}
@media (max-width: 414px) {
  .our-initiatives-page .brassuco-world .__content .text .title {
    transform: translateX(0);
  }
}
.our-initiatives-page .brassuco-world .__content .text .title p {
  color: #bf2228;
  font-size: 40px;
  font-weight: 800;
}
@media (max-width: 414px) {
  .our-initiatives-page .brassuco-world .__content .text .title p {
    font-size: 30px;
  }
}
.our-initiatives-page .brassuco-world .__content .text .title img {
  height: 34px;
  margin-right: 12px;
  margin-top: 10px;
  width: 43px;
}
.our-initiatives-page .our-products {
  background: url("../images/our-initiatives/bg-amarelo.webp") no-repeat center;
}
.our-initiatives-page .our-products .title {
  margin-bottom: 25px;
}
.our-initiatives-page .our-products .title p {
  color: #bf2228;
  font-size: 40px;
  font-weight: 800;
}
.our-initiatives-page .our-products .title img {
  height: 34px;
  margin-right: 12px;
  width: 43px;
}
.our-initiatives-page .our-products .products {
  padding: 50px 0;
}
@media (max-width: 414px) {
  .our-initiatives-page .our-products .products .products-rail .products-item {
    flex-direction: column;
  }
}
.our-initiatives-page .our-products .products .products-rail .products-item .text .title {
  color: #58bf79;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (max-width: 414px) {
  .our-initiatives-page .our-products .products .products-rail .products-item .text .title {
    font-size: 32px;
  }
}
.our-initiatives-page .our-products .products .products-rail .products-item .text p {
  color: #929090;
  font-size: 20px;
}
.our-initiatives-page .our-products .products .products-rail .products-item .imgs {
  margin-right: 80px;
  position: relative;
}
@media (max-width: 414px) {
  .our-initiatives-page .our-products .products .products-rail .products-item .imgs {
    margin-right: 0;
  }
}
.our-initiatives-page .our-products .products .products-rail .products-item .imgs .imgs-rail {
  background: url("../images/our-initiatives/bg-produtos.webp") no-repeat center;
  height: 550px;
  position: relative;
  width: 600px;
}
@media (max-width: 414px) {
  .our-initiatives-page .our-products .products .products-rail .products-item .imgs .imgs-rail {
    border-radius: 20px;
    height: auto;
    min-height: 400px;
    min-width: 300px;
    width: auto;
  }
}
.our-initiatives-page .our-products .products .products-rail .products-item .imgs .imgs-rail .imgs-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 90%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.our-initiatives-page .our-products .products .products-rail .products-item .imgs .imgs-previous {
  left: -5%;
}
@media (max-width: 414px) {
  .our-initiatives-page .our-products .products .products-rail .products-item .imgs .imgs-previous {
    left: -9%;
  }
}
.our-initiatives-page .our-products .products .products-rail .products-item .imgs .imgs-next {
  left: 95%;
}
@media (max-width: 414px) {
  .our-initiatives-page .our-products .products .products-rail .products-item .imgs .imgs-next {
    left: 90%;
  }
}
.our-initiatives-page .our-products .products .products-rail .products-item .imgs .imgs-previous,
.our-initiatives-page .our-products .products .products-rail .products-item .imgs .imgs-next {
  background-color: #126e39;
  border-radius: 30px;
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.3);
  cursor: pointer;
  height: 151px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) scale(0.9);
  transition: 0.4s transform ease;
  width: 61px;
  z-index: 2;
}
.our-initiatives-page .our-products .products .products-rail .products-item .imgs .imgs-previous:hover,
.our-initiatives-page .our-products .products .products-rail .products-item .imgs .imgs-next:hover {
  transform: translateY(-50%) scale(1);
}
.our-initiatives-page .our-products .products .products-rail .products-item .imgs .imgs-previous p,
.our-initiatives-page .our-products .products .products-rail .products-item .imgs .imgs-next p {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
}
.our-initiatives-page .our-products .products .actions {
  padding: 80px 0;
}
.our-initiatives-page .our-products .products .actions .products-next,
.our-initiatives-page .our-products .products .actions .products-previous {
  color: #929090;
  cursor: pointer;
  font-size: 15px;
  text-decoration: underline;
  transform: scale(1);
  transition: 0.4s transform ease;
}
.our-initiatives-page .our-products .products .actions .products-next:hover,
.our-initiatives-page .our-products .products .actions .products-previous:hover {
  transform: scale(1.1);
}
.our-initiatives-page .our-products .products .actions .products-counters {
  margin: 0 20px;
}
.our-initiatives-page .our-products .products .actions .products-counters .counter {
  border: 3px #f02626 solid;
  border-radius: 100%;
  cursor: pointer;
  height: 15px;
  margin: 0 3px;
  transition: 0.4s all ease;
  width: 15px;
}
.our-initiatives-page .our-products .products .actions .products-counters .counter:hover {
  border: 4px #126e39 solid;
}
.our-initiatives-page .our-products .products .actions .products-counters .counter.__active {
  border: 4px #126e39 solid;
  height: 25px;
  width: 25px;
}
.our-initiatives-page .invest-products {
  background-color: #7a0202;
  padding: 100px 0;
}
@media (max-width: 414px) {
  .our-initiatives-page .invest-products .__content {
    flex-direction: column;
  }
}
.our-initiatives-page .invest-products .__content > img {
  width: 55%;
}
@media (max-width: 414px) {
  .our-initiatives-page .invest-products .__content > img {
    margin-top: 20px;
    width: 90%;
  }
}
.our-initiatives-page .invest-products .__content .left {
  padding-left: 50px;
  width: 45%;
}
@media (max-width: 414px) {
  .our-initiatives-page .invest-products .__content .left {
    width: 100%;
  }
}
.our-initiatives-page .invest-products .__content .left p {
  color: #fff;
  font-size: 20px;
}
.our-initiatives-page .invest-products .__content .left .title {
  transform: translateX(-55px);
  width: 100%;
}
.our-initiatives-page .invest-products .__content .left .title img {
  margin-right: 15px;
  margin-top: 5px;
  width: 43px;
}
.our-initiatives-page .invest-products .__content .left .title p {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
}
@media (max-width: 414px) {
  .our-initiatives-page .invest-products .__content .left .title p {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .our-initiatives-page .invest-products .__content .left .title p br {
    display: none;
  }
}
.our-initiatives-page .benefits {
  background-color: #f7f7f7;
}
.our-initiatives-page .benefits .__content {
  border-bottom: 3px #bf2228 solid;
  padding: 100px 0;
}
.our-initiatives-page .benefits .__content > p {
  color: #929090;
  font-size: 20px;
  text-align: center;
  width: 35%;
}
@media (max-width: 414px) {
  .our-initiatives-page .benefits .__content > p {
    width: 100%;
  }
}
.our-initiatives-page .benefits .__content .title {
  margin-bottom: 20px;
  transform: translateX(-25px);
}
@media (max-width: 414px) {
  .our-initiatives-page .benefits .__content .title {
    transform: translateX(0);
  }
}
.our-initiatives-page .benefits .__content .title p {
  color: #bf2228;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 414px) {
  .our-initiatives-page .benefits .__content .title p {
    font-size: 32px;
  }
  .our-initiatives-page .benefits .__content .title p br {
    display: none;
  }
}
.our-initiatives-page .benefits .__content .title img {
  height: 34px;
  margin-right: 12px;
  margin-top: 10px;
  width: 43px;
}
@media (max-width: 414px) {
  .our-initiatives-page .benefits .__content .title img {
    display: none;
  }
}
.our-initiatives-page .benefits .__content .items {
  margin-top: 50px;
}
@media (max-width: 414px) {
  .our-initiatives-page .benefits .__content .items {
    flex-direction: column;
  }
}
.our-initiatives-page .benefits .__content .items .item {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
  height: 193px;
  padding: 30px 20px;
  width: 215px;
}
.our-initiatives-page .benefits .__content .items .item + .item {
  margin-left: 20px;
}
@media (max-width: 414px) {
  .our-initiatives-page .benefits .__content .items .item + .item {
    margin-left: 0;
    margin-top: 20px;
  }
}
.our-initiatives-page .benefits .__content .items .item p {
  color: #bf2228;
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
}
.our-initiatives-page .benefits .__content .items .item:nth-child(1) img {
  height: 56px;
  width: 43px;
}
.our-initiatives-page .benefits .__content .items .item:nth-child(2) img {
  height: 61px;
  width: 66px;
}
.our-initiatives-page .benefits .__content .items .item:nth-child(3) img {
  height: 67px;
  width: 70px;
}
.our-initiatives-page .benefits .__content .items .item:nth-child(4) img {
  height: 63px;
  width: 79px;
}
.our-initiatives-page .benefits .__content .items .item:nth-child(5) img {
  height: 61px;
  width: 59px;
}
.our-initiatives-page .form {
  background-color: #58bf79;
  margin-bottom: 100px;
}
.our-initiatives-page .form .__content {
  padding: 100px 0;
}
.our-initiatives-page .form .__content .title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (max-width: 414px) {
  .our-initiatives-page .form .__content .title {
    text-align: center;
  }
}
.our-initiatives-page .form .__content form {
  width: 50%;
}
@media (max-width: 414px) {
  .our-initiatives-page .form .__content form {
    width: 100%;
  }
}
.our-initiatives-page .form .__content form label {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 10px;
  width: 100%;
}
.our-initiatives-page .form .__content form label input {
  height: 100%;
  width: 100%;
}
.our-initiatives-page .form .__content form label textarea {
  height: 200px;
}
.products-page .banner {
  background: url("../images/products/bg.webp") no-repeat center;
}
.products-page .banner .__content {
  height: 512px;
}
.products-page .banner .__content h2 {
  color: #084c25;
  font-size: 40px;
  font-weight: bold;
}
.products-page .banner .__content img:nth-child(2) {
  margin-bottom: -360px;
  margin-top: 40px;
}
@media (max-width: 414px) {
  .products-page .banner .__content img:nth-child(2) {
    margin-bottom: 0;
  }
}
.products-page .products .__content {
  padding-bottom: 100px;
  padding-top: 300px;
}
@media (max-width: 414px) {
  .products-page .products .__content {
    padding-bottom: 100px;
    padding-top: 50px;
  }
}
.products-page .products .__content .title {
  margin-bottom: 20px;
  margin-left: -55px;
}
.products-page .products .__content .title p {
  color: #bf2228;
  font-size: 40px;
  font-weight: 800;
}
.products-page .products .__content .title img {
  height: 34px;
  margin-right: 12px;
  width: 43px;
}
.products-page .products .__content .items .item {
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  height: 348px;
  margin: 20px;
  padding: 40px;
  width: 489px;
}
.products-page .products .__content .items .item:nth-child(1) img {
  height: 97px;
  width: 100px;
}
.products-page .products .__content .items .item:nth-child(2) img {
  height: 90px;
  width: 89px;
}
.products-page .products .__content .items .item:nth-child(3) img {
  height: 73px;
  width: 92px;
}
.products-page .products .__content .items .item:nth-child(4) img {
  height: 89px;
  width: 89px;
}
.products-page .products .__content .items .item p {
  color: #58bf79;
  font-size: 30px;
  font-weight: 800;
  margin-top: 20px;
}
.products-page .products .__content .items .item a {
  height: 63px;
  margin-bottom: 0;
}
.recipes-page .banner {
  background: url("../images/recipes/bg.webp") no-repeat center;
}
.recipes-page .banner h2 {
  color: #084c25;
  font-size: 40px;
  font-weight: bold;
}
.recipes-page .banner img:nth-child(1) {
  transform: translateX(140px);
}
@media (max-width: 414px) {
  .recipes-page .banner img:nth-child(1) {
    transform: translateX(0);
  }
}
@media (max-width: 414px) {
  .recipes-page .banner {
    padding: 30px;
  }
  .recipes-page .banner img:nth-child(2) {
    display: none;
  }
}
.recipes-page .recipes .__content {
  padding: 100px 0;
}
.recipes-page .recipes .__content .title p {
  color: #bf2228;
  font-size: 40px;
  font-weight: 800;
}
@media (max-width: 414px) {
  .recipes-page .recipes .__content .title p {
    font-size: 30px;
  }
  .recipes-page .recipes .__content .title p br {
    display: none;
  }
}
.recipes-page .recipes .__content .title img {
  margin-right: 10px;
  margin-top: 8px;
  width: 43px;
}
.recipes-page .recipes .__content .recipe-actions {
  margin: 100px 0;
}
@media (max-width: 414px) {
  .recipes-page .recipes .__content .recipe-actions {
    flex-direction: column;
  }
  .recipes-page .recipes .__content .recipe-actions .filter {
    flex-wrap: wrap;
  }
}
.recipes-page .recipes .__content .recipe-actions a {
  background: #0bca81;
  border-radius: 20px;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  height: 70px;
  transition: 0.4s background ease, 0.4s box-shadow ease;
  width: 128px;
}
@media (max-width: 414px) {
  .recipes-page .recipes .__content .recipe-actions a {
    margin-bottom: 20px;
    width: 40%;
  }
}
.recipes-page .recipes .__content .recipe-actions a + a {
  margin-left: 20px;
}
@media (max-width: 414px) {
  .recipes-page .recipes .__content .recipe-actions a + a {
    margin-left: 0;
  }
}
.recipes-page .recipes .__content .recipe-actions a.__active,
.recipes-page .recipes .__content .recipe-actions a:hover {
  background: #ffa801;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
}
.recipes-page .recipes .__content .recipe-actions .research-recipe {
  background-color: #e0f0ea;
  border-radius: 30px;
  height: 60px;
  padding: 10px 30px;
  width: 530px;
}
@media (max-width: 414px) {
  .recipes-page .recipes .__content .recipe-actions .research-recipe {
    width: 100%;
  }
}
.recipes-page .recipes .__content .recipe-actions .research-recipe input {
  background: transparent;
  color: #929090;
  font-size: 20px;
  height: 100%;
  width: 90%;
}
.recipes-page .recipes .__content .recipe-actions .research-recipe img {
  cursor: pointer;
  width: 40px;
}
.recipes-page .recipes .__content .recipes-items .recipe-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  height: 300px;
  line-height: 35px;
  margin-bottom: 50px;
  margin-right: 5px;
  padding: 40px;
  position: relative;
  transform: scale(0.95);
  transition: 0.4s transform ease;
  width: 33%;
}
.recipes-page .recipes .__content .recipes-items .recipe-item:after {
  background-color: #00240f;
  border-radius: inherit;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.recipes-page .recipes .__content .recipes-items .recipe-item p {
  z-index: 2;
}
.recipes-page .recipes .__content .recipes-items .recipe-item:hover {
  transform: scale(1);
}
.recipes-page .recipes .__content .recipes-items .recipe-item:nth-child(3n) {
  margin-right: 0;
}
.recipes-page .recipes .__content .recipes-items .recipe-item:nth-child(odd) {
  background-color: #bf2228;
}
.recipes-page .recipes .__content .recipes-items .recipe-item:nth-child(even) {
  background-color: #126e39;
}
.recipes-page .send-recipe {
  background: url("../images/recipes/bg-send-recipes.webp") no-repeat center;
  background-size: cover;
  margin-bottom: 100px;
}
.recipes-page .send-recipe .__content {
  height: 600px;
}
@media (max-width: 414px) {
  .recipes-page .send-recipe .__content {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }
}
.recipes-page .send-recipe .__content > img {
  transform: translateY(50px);
}
@media (max-width: 414px) {
  .recipes-page .send-recipe .__content > img {
    transform: translateY(0);
    transform: translateX(-50px);
  }
}
.recipes-page .send-recipe .__content .right {
  margin-left: 100px;
  transform: translateY(-50px);
}
@media (max-width: 414px) {
  .recipes-page .send-recipe .__content .right {
    margin-left: 0;
  }
}
.recipes-page .send-recipe .__content .right .title {
  margin-bottom: 20px;
  transform: translateX(-55px);
  width: 100%;
}
@media (max-width: 414px) {
  .recipes-page .send-recipe .__content .right .title {
    transform: translateX(0);
  }
}
.recipes-page .send-recipe .__content .right .title p {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
}
.recipes-page .send-recipe .__content .right .title img {
  margin-right: 8px;
  width: 43px;
}
@media (max-width: 414px) {
  .recipes-page .send-recipe .__content .right .title img {
    display: none;
  }
}
.recipes-page .send-recipe .__content .right > p {
  color: #fff;
  font-size: 20px;
  width: 70%;
}
@media (max-width: 414px) {
  .recipes-page .send-recipe .__content .right > p {
    width: 100%;
  }
}
.where-buy-page .banner {
  background: url("../images/where-buy/bg.webp") no-repeat center;
}
@media (max-width: 414px) {
  .where-buy-page .banner {
    background-position: left center;
  }
}
.where-buy-page .banner .__content {
  height: 500px;
}
.where-buy-page .banner .__content h2 {
  color: #053d1d;
  font-size: 40px;
  margin-left: 70px;
}
@media (max-width: 414px) {
  .where-buy-page .banner .__content h2 {
    margin-left: 0;
    text-align: center;
  }
}
.where-buy-page .banner .__content img {
  margin-left: 200px;
}
@media (max-width: 414px) {
  .where-buy-page .banner .__content img {
    margin-left: 0;
  }
}
.where-buy-page .where-buy .__content {
  padding: 100px 0 50px;
}
.where-buy-page .where-buy .title {
  margin-bottom: 20px;
  margin-left: -55px;
}
@media (max-width: 414px) {
  .where-buy-page .where-buy .title {
    margin-left: 0;
  }
}
.where-buy-page .where-buy .title p {
  color: #bf2228;
  font-size: 40px;
  font-weight: 800;
}
@media (max-width: 414px) {
  .where-buy-page .where-buy .title p {
    font-size: 32px;
  }
}
.where-buy-page .where-buy .title img {
  height: 34px;
  margin-right: 12px;
  width: 43px;
}
.where-buy-page .where-buy .map {
  height: 637px;
  margin-top: 10px;
  width: 100%;
}
.where-buy-page .where-buy .maps {
  height: 637px;
  margin-top: 10px;
  width: 100%;
}
.where-buy-page .where-buy .maps iframe {
  height: 100%;
  width: 100%;
}
.where-buy-page .where-buy a {
  align-self: flex-end;
  color: #929090;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
}
.where-buy-page .where-buy a:hover {
  text-decoration: underline;
}
.where-buy-page .representatives {
  margin-bottom: 30px;
}
.where-buy-page .representatives .title {
  margin-bottom: 20px;
  margin-left: -55px;
}
.where-buy-page .representatives .title p {
  color: #bf2228;
  font-size: 40px;
  font-weight: 800;
}
.where-buy-page .representatives .title img {
  height: 34px;
  margin-right: 12px;
  width: 43px;
}
.where-buy-page .representatives form {
  background: #0bca81;
  border-radius: 20px;
  padding: 50px;
  width: 60%;
}
@media (max-width: 414px) {
  .where-buy-page .representatives form {
    width: 100%;
  }
}
.where-buy-page .representatives form input {
  background: #fff;
  border-radius: 10px;
  color: #929090;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
.where-buy-page .representatives form textarea {
  background: #fff;
  border-radius: 10px;
  color: #929090;
  font-size: 18px;
  height: 200px;
  padding: 20px;
  width: 100%;
}









.logo-header-img{
  width: 100px;
}

#missao-visao-valores > div > div > div.item.__f.__aic.__jcc.__fdc > p{
  color: #929090;
  font-size: 16px;
  text-align: center;
  width: 60%;
  margin-bottom: 40px;
  line-height: 1.5em;
}

#missao-visao-valores > div > div > div.items.__f.__afs.__jsb > div:nth-child(4) > ul > li{
  font-size: 14px;
  color: #929090;
  text-align: center;
}