* {
  -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;
}
html,
body {
  min-height: 100%;
  width: 100%;
}
html body,
body body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  font-family: 'Neo Sans';
  font-size: normal;
  min-height: 100vh;
  position: relative;
}
html body .containment,
body body .containment {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
@font-face {
  font-family: 'Neo Sans';
  font-weight: 300;
  src: url("../fonts/Intel/NeoSansIntel-Light.woff2") format('woff2'), url("../fonts/NeoSansIntel-Light.woff") format('woff');
}
@font-face {
  font-family: 'Neo Sans';
  font-weight: normal;
  src: url("../fonts/Intel/NeoSansIntel.woff2") format('woff2'), url("../fonts/NeoSansIntel.woff") format('woff');
}
@font-face {
  font-family: 'Neo Sans';
  font-weight: 500;
  src: url("../fonts/Intel/NeoSansIntel-Medium.woff2") format('woff2'), url("../fonts/NeoSansIntel-Medium.woff") format('woff');
}
.__break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 1px;
}
.__break + * {
  margin-left: 0;
}
.__f {
  display: -ms-flexbox !important;
  display: flex !important;
}
.__jsb {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}
.__jsa {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.__jss {
  -ms-flex-pack: stretch !important;
      justify-content: stretch !important;
}
.__jfs {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}
.__jfe {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}
.__jcc {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}
.__fdc {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}
.__fdr {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}
.__ac {
  -ms-flex-align: center !important;
      -ms-grid-row-align: center !important;
      align-items: center !important;
}
.__afs {
  -ms-flex-align: start !important;
      -ms-grid-row-align: flex-start !important;
      align-items: flex-start !important;
}
.__afe {
  -ms-flex-align: end !important;
      -ms-grid-row-align: flex-end !important;
      align-items: flex-end !important;
}
.__as {
  -ms-flex-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-items: stretch !important;
}
.__fw {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.__fnw {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.__asfs {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.__asfe {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.__asc {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.__ase {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
.__g {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}
.__row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.__col-1 {
  width: 8.333333333333332%;
}
.__col-2 {
  width: 16.666666666666664%;
}
.__col-3 {
  width: 25%;
}
.__col-4 {
  width: 33.33333333333333%;
}
.__col-5 {
  width: 41.66666666666667%;
}
.__col-6 {
  width: 50%;
}
.__col-7 {
  width: 58.333333333333336%;
}
.__col-8 {
  width: 66.66666666666666%;
}
.__col-9 {
  width: 75%;
}
.__col-10 {
  width: 83.33333333333334%;
}
.__col-11 {
  width: 91.66666666666666%;
}
.__col-12 {
  width: 100%;
}
.__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;
}
.__p-0 {
  padding: 0px;
}
.__pt-0 {
  padding-top: 0px;
}
.__pr-0 {
  padding-right: 0px;
}
.__pb-0 {
  padding-bottom: 0px;
}
.__pl-0 {
  padding-left: 0px;
}
.__plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.__p-5 {
  padding: 5px;
}
.__pt-5 {
  padding-top: 5px;
}
.__pr-5 {
  padding-right: 5px;
}
.__pb-5 {
  padding-bottom: 5px;
}
.__pl-5 {
  padding-left: 5px;
}
.__plr-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.__p-10 {
  padding: 10px;
}
.__pt-10 {
  padding-top: 10px;
}
.__pr-10 {
  padding-right: 10px;
}
.__pb-10 {
  padding-bottom: 10px;
}
.__pl-10 {
  padding-left: 10px;
}
.__plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.__p-15 {
  padding: 15px;
}
.__pt-15 {
  padding-top: 15px;
}
.__pr-15 {
  padding-right: 15px;
}
.__pb-15 {
  padding-bottom: 15px;
}
.__pl-15 {
  padding-left: 15px;
}
.__plr-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.__p-20 {
  padding: 20px;
}
.__pt-20 {
  padding-top: 20px;
}
.__pr-20 {
  padding-right: 20px;
}
.__pb-20 {
  padding-bottom: 20px;
}
.__pl-20 {
  padding-left: 20px;
}
.__plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.__p-25 {
  padding: 25px;
}
.__pt-25 {
  padding-top: 25px;
}
.__pr-25 {
  padding-right: 25px;
}
.__pb-25 {
  padding-bottom: 25px;
}
.__pl-25 {
  padding-left: 25px;
}
.__plr-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.__p-30 {
  padding: 30px;
}
.__pt-30 {
  padding-top: 30px;
}
.__pr-30 {
  padding-right: 30px;
}
.__pb-30 {
  padding-bottom: 30px;
}
.__pl-30 {
  padding-left: 30px;
}
.__plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.__p-35 {
  padding: 35px;
}
.__pt-35 {
  padding-top: 35px;
}
.__pr-35 {
  padding-right: 35px;
}
.__pb-35 {
  padding-bottom: 35px;
}
.__pl-35 {
  padding-left: 35px;
}
.__plr-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.__p-40 {
  padding: 40px;
}
.__pt-40 {
  padding-top: 40px;
}
.__pr-40 {
  padding-right: 40px;
}
.__pb-40 {
  padding-bottom: 40px;
}
.__pl-40 {
  padding-left: 40px;
}
.__plr-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.__p-45 {
  padding: 45px;
}
.__pt-45 {
  padding-top: 45px;
}
.__pr-45 {
  padding-right: 45px;
}
.__pb-45 {
  padding-bottom: 45px;
}
.__pl-45 {
  padding-left: 45px;
}
.__plr-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.__p-50 {
  padding: 50px;
}
.__pt-50 {
  padding-top: 50px;
}
.__pr-50 {
  padding-right: 50px;
}
.__pb-50 {
  padding-bottom: 50px;
}
.__pl-50 {
  padding-left: 50px;
}
.__plr-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.__p-60 {
  padding: 60px;
}
.__pt-60 {
  padding-top: 60px;
}
.__pr-60 {
  padding-right: 60px;
}
.__pb-60 {
  padding-bottom: 60px;
}
.__pl-60 {
  padding-left: 60px;
}
.__plr-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.__p-65 {
  padding: 65px;
}
.__pt-65 {
  padding-top: 65px;
}
.__pr-65 {
  padding-right: 65px;
}
.__pb-65 {
  padding-bottom: 65px;
}
.__pl-65 {
  padding-left: 65px;
}
.__plr-65 {
  padding-left: 65px;
  padding-right: 65px;
}
.__p-70 {
  padding: 70px;
}
.__pt-70 {
  padding-top: 70px;
}
.__pr-70 {
  padding-right: 70px;
}
.__pb-70 {
  padding-bottom: 70px;
}
.__pl-70 {
  padding-left: 70px;
}
.__plr-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.__p-75 {
  padding: 75px;
}
.__pt-75 {
  padding-top: 75px;
}
.__pr-75 {
  padding-right: 75px;
}
.__pb-75 {
  padding-bottom: 75px;
}
.__pl-75 {
  padding-left: 75px;
}
.__plr-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.__p-80 {
  padding: 80px;
}
.__pt-80 {
  padding-top: 80px;
}
.__pr-80 {
  padding-right: 80px;
}
.__pb-80 {
  padding-bottom: 80px;
}
.__pl-80 {
  padding-left: 80px;
}
.__plr-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.__p-85 {
  padding: 85px;
}
.__pt-85 {
  padding-top: 85px;
}
.__pr-85 {
  padding-right: 85px;
}
.__pb-85 {
  padding-bottom: 85px;
}
.__pl-85 {
  padding-left: 85px;
}
.__plr-85 {
  padding-left: 85px;
  padding-right: 85px;
}
.__p-90 {
  padding: 90px;
}
.__pt-90 {
  padding-top: 90px;
}
.__pr-90 {
  padding-right: 90px;
}
.__pb-90 {
  padding-bottom: 90px;
}
.__pl-90 {
  padding-left: 90px;
}
.__plr-90 {
  padding-left: 90px;
  padding-right: 90px;
}
.__p-95 {
  padding: 95px;
}
.__pt-95 {
  padding-top: 95px;
}
.__pr-95 {
  padding-right: 95px;
}
.__pb-95 {
  padding-bottom: 95px;
}
.__pl-95 {
  padding-left: 95px;
}
.__plr-95 {
  padding-left: 95px;
  padding-right: 95px;
}
.__p-100 {
  padding: 100px;
}
.__pt-100 {
  padding-top: 100px;
}
.__pr-100 {
  padding-right: 100px;
}
.__pb-100 {
  padding-bottom: 100px;
}
.__pl-100 {
  padding-left: 100px;
}
.__plr-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.__p-150 {
  padding: 150px;
}
.__pt-150 {
  padding-top: 150px;
}
.__pr-150 {
  padding-right: 150px;
}
.__pb-150 {
  padding-bottom: 150px;
}
.__pl-150 {
  padding-left: 150px;
}
.__plr-150 {
  padding-left: 150px;
  padding-right: 150px;
}
.__p-200 {
  padding: 200px;
}
.__pt-200 {
  padding-top: 200px;
}
.__pr-200 {
  padding-right: 200px;
}
.__pb-200 {
  padding-bottom: 200px;
}
.__pl-200 {
  padding-left: 200px;
}
.__plr-200 {
  padding-left: 200px;
  padding-right: 200px;
}
.__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 {
  -ms-flex: 0 0 auto !important;
      flex: 0 0 auto !important;
}
.__h100 {
  height: 100% !important;
}
.__hauto {
  height: auto !important;
}
.__100vh {
  height: 100vh;
}
.__100vw {
  width: 100vw;
}
.__wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}
.benefits {
  background: url("../images/bg-cinza.png") no-repeat center top;
  height: 700px;
  margin-top: 100px;
}
.benefits .title {
  color: #59595b;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 145px;
  padding-top: 160px;
  text-align: center;
}
.benefits .all-items .item {
  margin: 0 50px;
}
.benefits .all-items .item p {
  color: #59595b;
  font-size: 20px;
  margin-bottom: 35px;
  text-align: center;
}
.benefits .all-items .item img {
  margin-bottom: 35px;
}
button,
.button {
  font-size: 15px;
  padding: 20px 40px;
  transform: scale(0.9);
}
button:hover,
.button:hover {
  transform: scale(1);
}
button.-loading,
.button.-loading {
  opacity: 0.5;
  pointer-events: none;
  transform: scale(0.8);
}
button.-blue,
.button.-blue {
  background-color: #25d3ea;
  color: #fff;
  letter-spacing: 1px;
  transition: 0.4s transform ease;
}
.contact {
  background: #25d3ea;
  bottom: 0;
  box-shadow: 0 2px 10px 5px rgba(0,0,0,0.1);
  color: #fff;
  padding: 20px;
  position: fixed;
  right: 0;
}
.contact .email {
  color: #59595b;
  margin-top: 5px;
  text-align: center;
}
footer {
  background-color: #25d3ea;
  height: 80px;
}
footer .content {
  color: #fff;
  font-size: 15px;
  height: 100%;
}
footer .content .logo + p {
  color: #fff;
  font-size: 10px;
  margin-top: 5px;
  text-align: center;
}
form {
  width: 100%;
}
form label {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  opacity: 1;
  padding: 20px;
  transition: 0.4s opacity ease, 0.4s border ease;
  width: 100%;
}
form label.__error {
  border: 1px solid #c71835 !important;
}
form label.__success {
  border: 1px solid #18ac3f !important;
}
form label._disabled {
  opacity: 0.5;
}
form label:nth-child(7) {
  margin-bottom: 45px;
}
form label input,
form label select,
form label textarea {
  background: transparent;
  color: #acacac;
  height: 100%;
  width: 100%;
}
form label select {
  background: transparent url("../images/seta-baixo.svg") no-repeat 99% center;
}
.form-test .first-step > p,
.form-test .second-step > p {
  color: #25d3ea;
  font-size: 20px;
  text-align: center;
}
.form-test .first-step > .content,
.form-test .second-step > .content {
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
}
.form-test .first-step > .content.__active,
.form-test .second-step > .content.__active {
  opacity: 1;
  pointer-events: initial;
}
.form-test .first-step .ask-content,
.form-test .second-step .ask-content {
  margin: 70px 0 100px 0;
  position: relative;
  width: 100%;
}
.form-test .first-step .ask-content:after,
.form-test .second-step .ask-content:after {
  background-color: #59595b;
  bottom: -50px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.form-test .first-step .ask-content .ask p,
.form-test .second-step .ask-content .ask p {
  color: #59595b;
  font-size: 20px;
  margin-left: 20px;
}
.form-test .first-step .ask-content .inputs,
.form-test .second-step .ask-content .inputs {
  margin-left: 30px;
}
.form-test .first-step .ask-content .inputs label,
.form-test .second-step .ask-content .inputs label {
  background: transparent;
  border: none;
  font-size: 18px;
  width: auto;
}
.form-test .first-step .ask-content .inputs label input[type = 'radio'],
.form-test .second-step .ask-content .inputs label input[type = 'radio'] {
  display: none;
}
.form-test .first-step .ask-content .inputs label input[type = 'radio']:checked + .__radio:after,
.form-test .second-step .ask-content .inputs label input[type = 'radio']:checked + .__radio:after {
  height: 12px;
  width: 12px;
}
.form-test .first-step .ask-content .inputs label legend,
.form-test .second-step .ask-content .inputs label legend {
  color: #59595b;
  font-size: 20px;
}
.form-test .first-step .ask-content .inputs label .__radio,
.form-test .second-step .ask-content .inputs label .__radio {
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
  height: 24px;
  margin-right: 20px;
  position: relative;
  width: 24px;
}
.form-test .first-step .ask-content .inputs label .__radio:after,
.form-test .second-step .ask-content .inputs label .__radio:after {
  background-color: #25d3ea;
  border-radius: 100%;
  content: '';
  height: 0px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s width ease, 0.2s height ease;
  width: 0px;
}
header {
  height: 80px;
  padding: 32px 0;
}
header .content {
  position: relative;
}
header .content .logo {
  position: relative;
  z-index: 10;
}
header .content .logo + p {
  color: #59595b;
  font-size: 10px;
  margin-top: 5px;
  width: 200px;
}
header .hamburger-content {
  display: none;
  position: relative;
  z-index: 95;
}
header .hamburger-content .hamburger {
  background: #25d3ea;
  height: 3px;
  position: relative;
  transition: 0.6s background ease;
  width: 40px;
  display: none;
}
header .hamburger-content .hamburger:after,
header .hamburger-content .hamburger:before {
  background: #25d3ea;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.6s transform ease;
  width: 100%;
}
header .hamburger-content .hamburger:after {
  transform: translateY(10px);
}
header .hamburger-content .hamburger:before {
  transform: translateY(-10px);
}
header .hamburger-content .hamburger.__active {
  background: transparent;
  transition: 0.1s background ease;
}
header .hamburger-content .hamburger.__active:after {
  transform: translateY(0) rotate(45deg);
}
header .hamburger-content .hamburger.__active:before {
  transform: translateY(0) rotate(-45deg);
}
header .-languages img {
  cursor: pointer;
  margin-left: 10px;
  opacity: 0.3;
  transition: 0.4s opacity ease;
}
header .-languages img:hover {
  opacity: 0.9;
}
header .-languages img.-active {
  opacity: 0.9;
}
header .-login {
  margin: 0 10px 0 10px;
}
header .-iflogoff {
  margin: 0 40px 0 0px;
}
header .-login .-log-off {
  margin-left: 10px;
}
header .-login .-log-off,
header .-login a {
  color: #59595b;
  cursor: pointer;
  transition: 0.2s color ease;
}
header .-login .-log-off:hover,
header .-login a:hover {
  color: #25d3ea;
}
header .mobile {
  width: 100%;
}
header nav a {
  color: #59595b;
  transition: 0.2s color ease;
}
header nav a:hover {
  color: #25d3ea;
}
header nav .-malf {
  margin-left: 20px;
}
header nav .tests-header {
  position: relative;
}
header nav .tests-header:hover .-dropdown {
  opacity: 1;
  transform: translateX(-50%) translateY(30px);
  transition: 0.4s opacity ease, 0.4s 0.1s transform ease;
  visibility: visible;
}
header nav .tests-header .-dropdown {
  background: #25d3ea;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0px;
  transform: translateX(-50%) translateY(10px);
  transition: 0.4s 1s opacity ease, 0.4s 1s transform ease, 0.4s 1s visibility ease;
  visibility: hidden;
  z-index: 2;
}
header nav .tests-header .-dropdown a {
  margin: 5px;
  padding: 5px;
  position: relative;
  text-align: center;
}
header nav .tests-header .-dropdown a:last-child:after {
  display: none;
}
header nav .tests-header .-dropdown a:after {
  background-color: #59595b;
  bottom: -5px;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.4s background-color ease;
  width: 60%;
}
header nav .tests-header .-dropdown a:hover {
  color: #fff;
}
header nav .tests-header .-dropdown a:hover:after {
  background-color: #fff;
}
header nav .article-header {
  position: relative;
}
header nav .article-header:hover .-dropdown {
  opacity: 1;
  transform: translateX(-50%) translateY(30px);
  transition: 0.4s opacity ease, 0.4s 0.1s transform ease;
  visibility: visible;
}
header nav .article-header .-dropdown {
  background: #25d3ea;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0px;
  transform: translateX(-50%) translateY(10px);
  transition: 0.4s 1s opacity ease, 0.4s 1s transform ease, 0.4s 1s visibility ease;
  visibility: hidden;
  width: 240%;
  z-index: 2;
}
header nav .article-header .-dropdown a {
  margin: 5px;
  padding: 5px;
  position: relative;
  text-align: center;
}
header nav .article-header .-dropdown a:last-child:after {
  display: none;
}
header nav .article-header .-dropdown a:after {
  background-color: #59595b;
  bottom: -5px;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.4s background-color ease;
  width: 60%;
}
header nav .article-header .-dropdown a:hover {
  color: #fff;
}
header nav .article-header .-dropdown a:hover:after {
  background-color: #fff;
}
.articles-page .category {
  margin-bottom: 80px;
}
.articles-page .category .title {
  color: #59595b;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 40px;
  text-align: center;
}
.articles-page .category a {
  color: #59595b;
  font-size: 18px;
  margin: 0 20px;
  position: relative;
  text-align: center;
  transition: 0.4s color ease;
}
.articles-page .category a.__active {
  color: #25d3ea;
}
.articles-page .category a:last-child:after {
  display: none;
}
.articles-page .category a:after {
  background-color: #25d3ea;
  content: '';
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  width: 1px;
}
.articles-page .category a:hover {
  color: #25d3ea;
}
.articles-page .about-articles .div {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  margin-top: 40px;
}
.articles-page .about-articles p {
  color: #59595b;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}
.articles-page .about-articles p.more {
  display: block;
  margin: 40px 0;
  margin-bottom: 80px;
  position: relative;
}
.articles-page .about-articles p.more:after {
  background-color: #25d3ea;
  bottom: -30px;
  content: '';
  height: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 135px;
}
.articles-page .about-articles img {
  margin-right: 40px;
  width: 150px;
}
.articles-page .articles .content > .title {
  color: #59595b;
  font-size: 20px;
  margin-bottom: 70px;
}
.articles-page .articles .content > .title img {
  margin-left: 10px;
}
.articles-page .articles .content .all-articles .erro {
  color: #59595b;
  font-size: 20px;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}
.articles-page .articles .content .all-articles .article {
  cursor: pointer;
  margin-bottom: 100px;
  position: relative;
  width: 100%;
}
.articles-page .articles .content .all-articles .article:after {
  background-color: #59595b;
  bottom: -30px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.articles-page .articles .content .all-articles .article:hover .title {
  text-decoration: underline;
}
.articles-page .articles .content .all-articles .article:hover > img {
  transform: scale(1.2);
}
.articles-page .articles .content .all-articles .article > img {
  margin-right: 50px;
  transform: scale(1);
  transition: 0.4s transform ease;
}
.articles-page .articles .content .all-articles .article .title {
  color: #25d3ea;
  font-size: 25px;
  margin-bottom: 12px;
}
.articles-page .articles .content .all-articles .article .author {
  color: #59595b;
  font-size: 20px;
}
.articles-page .articles .content .all-articles .article .author img {
  margin-right: 10px;
}
.forgot-password-page .esqueci-senha .content {
  margin-top: 60px;
}
.forgot-password-page .esqueci-senha .content .title {
  margin-bottom: 100px;
}
.forgot-password-page .esqueci-senha .content .title p {
  color: #59595b;
  font-size: 25px;
  margin-left: 5px;
}
.forgot-password-page .esqueci-senha .content form {
  margin-bottom: 10px;
  width: 70%;
}
.home-page .first-folder {
  margin-top: 195px;
}
.home-page .first-folder .text p {
  color: #59595b;
  font-size: 20px;
  margin-bottom: 55px;
}
.home-page .first-folder .text p:nth-child(2) {
  margin-bottom: 50px;
}
.home-page .first-folder .text .title {
  font-size: 35px;
  line-height: 55px;
}
.home-page .first-folder .text .button {
  margin-bottom: -100px;
}
.home-page .first-folder .text .frase {
  font-size: 17px;
  margin-bottom: 30px;
}
.internal-article-page .the-article .controllers {
  margin-bottom: 115px;
  margin-top: 90px;
}
.internal-article-page .the-article .controllers p {
  color: #59595b;
  font-size: 15px;
}
.internal-article-page .the-article .controllers .down img,
.internal-article-page .the-article .controllers .back img {
  margin-right: 10px;
}
.internal-article-page .the-article .controllers .down img {
  transform: rotate(-90deg);
}
.internal-article-page .the-article .controllers .text img {
  margin-right: 15px;
}
.internal-article-page .the-article .controllers .text p {
  color: #59595b;
  font-size: 25px;
}
.internal-article-page .the-article .article .ifvideo {
  border: 5px solid #25d3ea;
  height: 550px;
  margin-top: 50px;
  width: 80%;
}
.internal-article-page .the-article .article .text-content {
  color: #59595b;
  font-size: 18px;
  margin: 70px 0;
}
.internal-article-page .the-article .article .text-content p a {
  color: #25d3ea;
}
.internal-article-page .the-article .article .title img {
  margin-right: 45px;
}
.internal-article-page .the-article .article .title .text {
  width: 80%;
}
.internal-article-page .the-article .article .title .author {
  font-size: 15px;
  margin-top: 15px;
}
.internal-article-page .the-article .article .title p {
  color: #59595b;
  font-size: 25px;
}
.login-page .login .box {
  margin: 100px 0;
  width: 500px;
}
.login-page .login .box .title {
  color: #59595b;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}
.login-page .login .box img {
  margin-bottom: 100px;
  margin-top: 60px;
}
.login-page .login a {
  color: #25d3ea;
  margin-top: 20px;
  text-decoration: underline;
}
.pharmacy-guide-page .title {
  margin: 110px 0;
}
.pharmacy-guide-page .title p {
  color: #59595b;
  font-size: 25px;
  margin-left: 5px;
}
.pharmacy-guide-page .box > p {
  color: #59595b;
  font-size: 20px;
  margin-bottom: 50px;
  text-align: left;
}
.pharmacy-guide-page .box > p.author {
  font-size: 18px;
  margin-left: 100px;
}
.pharmacy-guide-page .box .text {
  margin: 20px 0;
}
.pharmacy-guide-page .box .text a {
  color: #25d3ea;
  font-size: 20px;
  margin-left: 5px;
}
.pharmacy-guide-page .box .text a:hover {
  text-decoration: underline;
}
.pharmacy-guide-page .box .text img {
  width: 20px;
}
.profile-page .profile .controllers {
  margin-top: 90px;
}
.profile-page .profile .controllers p {
  color: #59595b;
  font-size: 15px;
}
.profile-page .profile .controllers .back img {
  margin-right: 10px;
}
.profile-page .profile .profile-items .box {
  margin-bottom: 60px;
  margin-top: 110px;
  width: 50%;
}
.profile-page .profile .profile-items .top > p {
  color: #59595b;
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
}
.profile-page .profile .profile-items .top .title > p {
  color: #59595b;
  font-size: 27px;
  margin-left: 10px;
}
.redefin-page .redefinir-senha .content {
  margin-top: 60px;
}
.redefin-page .redefinir-senha .content .title {
  margin-bottom: 100px;
}
.redefin-page .redefinir-senha .content .title p {
  color: #59595b;
  font-size: 25px;
  margin-left: 5px;
}
.redefin-page .redefinir-senha .content form {
  margin-bottom: 10px;
  width: 70%;
}
.register-page .crm {
  color: #59595b;
  font-size: 20px;
  line-height: 35px;
  margin-top: -150px;
  text-align: center;
}
.register-page .register,
.register-page .register .content,
.register-page .box {
  height: 100%;
}
.register-page .register {
  padding-bottom: 200px;
}
.register-page .register .box {
  margin-bottom: 50px;
  width: 100%;
}
.register-page .register .box .title {
  color: #59595b;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 135px;
  margin-top: 105px;
  text-align: center;
}
.register-page .register .box .form {
  display: none !important;
  width: 105%;
}
.register-page .register .box .form .button {
  cursor: pointer;
}
.register-page .register .box .form.__active {
  display: -ms-flexbox !important;
  display: flex !important;
}
.register-page .register .box .form .group {
  width: 100%;
}
.register-page .register .box .form .group .group-two {
  width: 48%;
}
.register-page .register .box .form legend {
  color: #59595b;
  font-size: 16px;
  margin-bottom: 5px;
  width: 100%;
}
.register-page .register .box .form label {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
.register-page .register .box .form label:nth-child(7) {
  margin-bottom: 45px;
}
.register-page .register .box .form label select {
  color: #2d2d2d !important;
}
.register-page .register .box .form label select option {
  color: #2d2d2d !important;
}
.register-page .register .box .form label input,
.register-page .register .box .form label select,
.register-page .register .box .form label textarea {
  background: transparent;
  color: #acacac;
  height: 100%;
  width: 100%;
}
.register-page .register .box .form label select {
  background: transparent url("../images/seta-baixo.svg") no-repeat 99% center;
}
.result-page .the-result .controllers {
  margin-bottom: 130px;
  margin-top: 100px;
}
.result-page .the-result .controllers .back,
.result-page .the-result .controllers .down {
  color: #59595b;
  font-size: 15px;
}
.result-page .the-result .controllers .back img,
.result-page .the-result .controllers .down img {
  margin-right: 10px;
}
.result-page .the-result .controllers .down img {
  transform: rotate(-90deg);
}
.result-page .the-result .controllers .text {
  color: #59595b;
  display: block;
  font-size: 35px;
  position: relative;
  text-align: center;
}
.result-page .the-result .controllers .text:after {
  background-color: #25d3ea;
  bottom: -30px;
  content: '';
  height: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 135px;
}
.result-page .the-result .result p {
  color: #59595b;
  font-size: 18px;
  margin-right: 5px;
}
.result-page .the-result .result .points p {
  margin-bottom: 50px;
  margin-top: 90px;
}
.result-page .the-result .result .points .list {
  margin-bottom: 100px;
}
.result-page .the-result .result .points .list li {
  color: #59595b;
  font-size: 20px;
  margin-bottom: 25px;
}
.result-page .the-result .result .points .list li span {
  color: #25d3ea;
}
.result-page .the-result .result .table {
  margin: 40px 0;
}
.result-page .the-result .result .table p {
  margin: 5px 0px;
  padding: 10px 60px;
  text-align: center;
  width: 33.33%;
}
.result-page .the-result .result .table .item:last-child {
  border-bottom: none;
}
.result-page .the-result .result .table .item,
.result-page .the-result .result .table .top {
  border-bottom: 1px solid #25d3ea;
}
.result-page .the-result .result .table .item p,
.result-page .the-result .result .table .top p {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  max-height: 140px;
  min-height: 100px;
  position: relative;
}
.result-page .the-result .result .table .item p:nth-child(even),
.result-page .the-result .result .table .top p:nth-child(even) {
  border-left: 1px solid #25d3ea;
  border-right: 1px solid #25d3ea;
}
.result-page .the-result .result .table .item p:last-child:after,
.result-page .the-result .result .table .top p:last-child:after {
  background-color: transparent;
}
.tests-page .title {
  color: #59595b;
  font-size: 25px;
  margin-bottom: 50px;
  margin-top: 105px;
  text-align: center;
}
.tests-page .all-items {
  background: url("../images/bg-testes.jpg") no-repeat center top;
  margin-bottom: 100px;
}
.tests-page .all-items .item {
  width: 50%;
}
.tests-page .all-items .item .text p {
  color: #59595b;
  font-size: 20px;
  line-height: 35px;
  margin: 60px 0;
}
.tests-page .all-items .item:nth-child(2) .text {
  margin-left: 50px;
}
.tests-page .all-items .item:nth-child(2) .text .button {
  margin-left: -50px;
}
.tests-page .all-items .item .top {
  height: 350px;
  position: relative;
  width: 100%;
}
.tests-page .all-items .item .top p {
  color: #59595b;
  font-size: 25px;
  margin-top: 40px;
  text-align: center;
}
.tests-page .all-items .item .top:after {
  background-color: #25d3ea;
  bottom: 0;
  content: '';
  height: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 135px;
}
.project-page .project .title {
  margin: 110px 0;
}
.project-page .project .title p {
  color: #59595b;
  font-size: 25px;
  margin-left: 5px;
}
.project-page .project .text {
  text-align: center;
  width: 720px;
}
.project-page .project .text p {
  color: #59595b;
  font-size: 20px;
  margin-bottom: 50px;
}
.project-page .project .text p span {
  color: #25d3ea;
}
.project-page .project .other-text {
  color: #59595b;
  font-size: 25px;
  margin-top: 50px;
  position: relative;
  text-align: center;
}
.project-page .project .other-text:after {
  background-color: #25d3ea;
  bottom: -50px;
  content: '';
  height: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 160px;
}
.test-page .test .controllers {
  margin-top: 95px;
}
.test-page .test .controllers .back p {
  color: #59595b;
  font-size: 15px;
}
.test-page .test .controllers .back img {
  margin-right: 10px;
}
.test-page .test .texts-content {
  margin-bottom: 50px;
}
.test-page .test .texts-content img {
  margin-right: -50px;
}
.test-page .test .texts-content .texts {
  margin-right: 50px;
}
.test-page .test .texts-content .texts .title {
  color: #59595b;
  display: block;
  font-size: 35px;
  line-height: 55px;
  position: relative;
  text-align: center;
}
.test-page .test .texts-content .texts .title:after {
  background-color: #25d3ea;
  bottom: -30px;
  content: '';
  height: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 135px;
}
.test-page .test .texts-content .texts p:nth-child(2) {
  color: #59595b;
  font-size: 20px;
  line-height: 35px;
  margin-top: 70px;
  text-align: center;
}
.test-page .test .texts-content .texts p:nth-child(2) span {
  color: #25d3ea;
}
.test-page .form-test .btns {
  margin-bottom: 100px;
}
.test-page .form-test .btns img {
  margin-left: 20px;
}
.videos-page .title-page .title {
  margin: 110px 0;
  margin-bottom: 40px;
}
.videos-page .title-page .title p {
  color: #59595b;
  font-size: 25px;
  margin-left: 5px;
}
.videos-page .title-page .other-text {
  color: #59595b;
  font-size: 25px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}
.videos-page .title-page .other-text:after {
  background-color: #25d3ea;
  bottom: -50px;
  content: '';
  height: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 160px;
}
.videos-page .videos .content {
  margin-top: 100px;
  text-align: center;
}
.videos-page .videos .content .video-item {
  border-bottom: 2px #25d3ea solid;
  margin: 25px;
  width: 45%;
}
.videos-page .videos .content .video-item .vd p {
  color: #25d3ea;
  margin: 30px 0 10px 0;
}
.videos-page .videos .content .video-item iframe {
  height: 300px;
  width: 100%;
}
.videos-page .videos .content .text {
  margin-bottom: 20px;
}
.videos-page .videos .content .text img {
  margin-right: 10px;
  width: 20px;
}
@media (max-width: 414px) {
  html body br,
  body body br {
    display: none;
  }
  .__m-f {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .__m-jsb {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .__m-jsa {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .__m-jss {
    -ms-flex-pack: stretch !important;
        justify-content: stretch !important;
  }
  .__m-jfa {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .__m-jfe {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .__m-jcc {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .__m-fdc {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .__m-fdr {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .__m-ac {
    -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important;
  }
  .__m-afs {
    -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important;
  }
  .__m-afe {
    -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important;
  }
  .__m-as {
    -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important;
  }
  .__m-fw {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .__m-fnw {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .__m-asfs {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .__m-asfe {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .__m-asc {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .__m-ase {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .__m-g {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .__row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .__col-1 {
    width: 100%;
  }
  .__col-2 {
    width: 100%;
  }
  .__col-3 {
    width: 100%;
  }
  .__col-4 {
    width: 100%;
  }
  .__col-5 {
    width: 100%;
  }
  .__col-6 {
    width: 100%;
  }
  .__col-7 {
    width: 100%;
  }
  .__col-8 {
    width: 100%;
  }
  .__col-9 {
    width: 100%;
  }
  .__col-10 {
    width: 100%;
  }
  .__col-11 {
    width: 100%;
  }
  .__col-12 {
    width: 100%;
  }
  .__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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-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-mbt-200 {
    margin-bottom: 200px !important;
    margin-top: 200px !important;
  }
  .__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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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;
  }
  .__wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
  }
  .benefits {
    background-size: cover;
    height: auto;
  }
  .benefits .all-items {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .contact {
    bottom: 20px;
    display: none;
    right: 20px;
  }
  footer .content .logo + p {
    display: none;
  }
  .form-test .first-step .ask-content .ask p,
  .form-test .second-step .ask-content .ask p {
    font-size: 18px;
  }
  .form-test .first-step .ask-content .inputs,
  .form-test .second-step .ask-content .inputs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
  }
  .form-test .first-step .ask-content .inputs label,
  .form-test .second-step .ask-content .inputs label {
    width: 100%;
  }
  header {
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  header .content .logo + p {
    display: none;
  }
  header .hamburger-content {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
  }
  header .hamburger-content .hamburger {
    display: block;
  }
  header .-languages {
    margin-top: 40px;
  }
  header .-languages img {
    height: 35px;
    margin: 0 10px;
    width: 50px;
  }
  header .-login {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
  }
  header .-iflogin {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  header .-iflogoff {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
  }
  header .-login .-log-off,
  header .-login a {
    margin-bottom: 20px;
  }
  header .mobile {
    background: #fff;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 110vh;
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    padding-top: 100px;
    position: fixed;
    right: 0px;
    top: -30px;
    transform: translateX(100%);
    transition: 0.4s transform ease;
    width: 100vw;
    z-index: 9;
  }
  header .mobile.__active {
    transform: translateX(0%);
  }
  header nav {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 20px;
  }
  header nav a {
    margin: 20px 0;
  }
  header nav .-malf {
    margin-left: 0;
  }
  header nav .article-header {
    margin-top: 20px;
  }
  header nav .article-header .-dropdown {
    display: none;
  }
  .articles-page .category {
    display: none;
  }
  .articles-page .about-articles .div {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-top: 100px;
  }
  .articles-page .about-articles p {
    font-size: 20px;
    line-height: 25px;
  }
  .articles-page .about-articles img {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .articles-page .articles .content .all-articles .article {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .articles-page .articles .content .all-articles .article .text {
    width: 100%;
  }
  .articles-page .articles .content .all-articles .article > img {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .articles-page .articles .content .all-articles .article .title {
    text-align: center;
  }
  .articles-page .articles .content .all-articles .article .author {
    font-size: 14px;
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .home-page .first-folder .content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .home-page .first-folder .content img {
    margin-bottom: 30px;
  }
  .home-page .first-folder .text p {
    font-size: 18px;
  }
  .internal-article-page .the-article .controllers {
    margin-bottom: 25px;
    margin-top: 140px;
  }
  .internal-article-page .the-article .controllers .down,
  .internal-article-page .the-article .controllers .back {
    display: none !important;
  }
  .internal-article-page .the-article .controllers .text p {
    font-size: 18px;
  }
  .internal-article-page .the-article .article .ifvideo {
    height: auto;
    width: 100%;
  }
  .internal-article-page .the-article .article .text-content {
    font-size: 16px;
    width: 100%;
  }
  .internal-article-page .the-article .article .text-content p a {
    width: 100%;
  }
  .internal-article-page .the-article .article .title {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .internal-article-page .the-article .article .title img {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .login-page .login .box {
    width: 100%;
  }
  .pharmacy-guide-page .title p {
    font-size: 20px;
  }
  .pharmacy-guide-page .box > p.author {
    font-size: 16px;
    margin-left: 0px;
  }
  .pharmacy-guide-page .box > p {
    font-size: 18px;
  }
  .pharmacy-guide-page .box > p br {
    display: initial !important;
  }
  .profile-page .profile .controllers {
    margin-top: 140px;
  }
  .profile-page .profile .controllers .back {
    display: none !important;
  }
  .profile-page .profile .profile-items .box {
    margin-top: 50px;
    width: 100%;
  }
  .redefin-page .redefinir-senha .content {
    margin-top: 200px;
  }
  .redefin-page .redefinir-senha .content .title {
    margin-bottom: 30px;
  }
  .register-page .crm {
    margin-top: -280px;
  }
  .register-page .register {
    padding-bottom: 300px;
  }
  .register-page .register .box .title {
    margin-bottom: 22px;
    margin-top: 155px;
  }
  .register-page .register .box .form .group {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .register-page .register .box .form .group .group-two {
    width: 100%;
  }
  .result-page .the-result .controllers {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .result-page .the-result .controllers .back,
  .result-page .the-result .controllers .down {
    display: none !important;
  }
  .result-page .the-result .result .top img {
    width: 30%;
  }
  .result-page .the-result .result .points {
    -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important;
    overflow-x: scroll;
  }
  .result-page .the-result .result .table .item p,
  .result-page .the-result .result .table .top p {
    max-height: 200px;
    width: 320px;
  }
  .tests-page .the-testes .content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .tests-page .all-items {
    background: none;
  }
  .tests-page .all-items .item {
    width: 100%;
  }
  .tests-page .all-items .item .text {
    margin-bottom: 40px;
  }
  .tests-page .all-items .item:nth-child(2) .text {
    margin-left: 0;
  }
  .tests-page .all-items .item:nth-child(2) .text .button {
    margin-left: 0;
  }
  .tests-page .all-items .item .top {
    background-color: #fafafa;
  }
  .project-page .project .title p {
    font-size: 20px;
  }
  .project-page .project .text {
    width: 100%;
  }
  .project-page .project .text p {
    font-size: 18px;
  }
  .project-page .project .text p br {
    display: initial !important;
  }
  .test-page .test .controllers .back {
    display: none !important;
  }
  .test-page .test .texts-content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .test-page .test .texts-content img {
    margin-right: 0;
  }
  .test-page .test .texts-content .texts {
    margin-right: 0;
  }
  .videos-page .title-page .title p {
    font-size: 20px;
  }
  .videos-page .videos .content .video-item {
    width: 100%;
  }
}
