* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  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;
}
@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  src: url("../fonts/Roboto-Regular.woff2") format('woff2'), url("../fonts/Roboto-Regular.woff") format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  src: url("../fonts/Roboto-Bold.woff2") format('woff2'), url("../fonts/Roboto-Bold.woff") format('woff');
}
@font-face {
  font-family: 'Sole';
  font-weight: normal;
  src: url("../fonts/Sole-Serif-Headline-Regular.woff2") format('woff2'), url("../fonts/Sole-Serif-Headline-Regular.woff") format('woff');
}
@font-face {
  font-family: 'Sole';
  font-weight: bold;
  src: url("../fonts/Sole-Serif-Headline-Bold.woff2") format('woff2'), url("../fonts/Sole-Serif-Headline-Bold.woff") format('woff');
}
html,
body {
  font-size: 16px;
  min-height: 100%;
  width: 100%;
}
html body,
body body {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
  position: relative;
}
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: 428px) {
  .__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: 428px) {
  .__row {
    flex-direction: column;
  }
}
.__col-1 {
  width: 8.333333333333332%;
}
@media (max-width: 428px) {
  .__col-1 {
    width: 100%;
  }
}
.__col-2 {
  width: 16.666666666666664%;
}
@media (max-width: 428px) {
  .__col-2 {
    width: 100%;
  }
}
.__col-3 {
  width: 25%;
}
@media (max-width: 428px) {
  .__col-3 {
    width: 100%;
  }
}
.__col-4 {
  width: 33.33333333333333%;
}
@media (max-width: 428px) {
  .__col-4 {
    width: 100%;
  }
}
.__col-5 {
  width: 41.66666666666667%;
}
@media (max-width: 428px) {
  .__col-5 {
    width: 100%;
  }
}
.__col-6 {
  width: 50%;
}
@media (max-width: 428px) {
  .__col-6 {
    width: 100%;
  }
}
.__col-7 {
  width: 58.333333333333336%;
}
@media (max-width: 428px) {
  .__col-7 {
    width: 100%;
  }
}
.__col-8 {
  width: 66.66666666666666%;
}
@media (max-width: 428px) {
  .__col-8 {
    width: 100%;
  }
}
.__col-9 {
  width: 75%;
}
@media (max-width: 428px) {
  .__col-9 {
    width: 100%;
  }
}
.__col-10 {
  width: 83.33333333333334%;
}
@media (max-width: 428px) {
  .__col-10 {
    width: 100%;
  }
}
.__col-11 {
  width: 91.66666666666666%;
}
@media (max-width: 428px) {
  .__col-11 {
    width: 100%;
  }
}
.__col-12 {
  width: 100%;
}
@media (max-width: 428px) {
  .__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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-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;
}
.__mrl-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}
.__mtb-200 {
  margin-bottom: 200px !important;
  margin-top: 200px !important;
}
@media (max-width: 428px) {
  .__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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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-mrl-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: 428px) {
  .__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: 428px) {
  .__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: 428px) {
  .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: 428px) {
  .banners .banners-next {
    right: 25px;
  }
}
.banners .banners-counters {
  bottom: 50px;
  display: flex;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}
.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;
}
.flag {
  display: none;
}
@media (max-width: 428px) {
  .flag {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    position: relative;
    width: 100%;
  }
}
.flag .flag-rail {
  height: 50px;
  width: 100%;
}
.flag .flag-rail .flag-item {
  display: flex;
  justify-content: center;
  width: 100%;
}
.flag .flag-rail .flag-item .credit-flag {
  margin-right: 15px;
}
.flag .flag-rail .flag-item .credit-flag:last-child {
  margin-right: 0;
}
.flag .flag-counters {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  margin: 20px auto 0;
  width: 100px;
}
.flag .flag-counters .counter {
  border: 2px solid #dc0216;
  border-radius: 100%;
  cursor: pointer;
  height: 10px;
  width: 10px;
  z-index: 2;
}
.flag .flag-counters .counter.__active {
  background: #dc0216;
  height: 10px;
  width: 10px;
}
.footer {
  background: #f2f2f2;
  color: #68788b;
  font-family: 'Roboto';
  font-weight: normal;
  padding: 70px 0;
}
.footer a {
  font-weight: normal;
}
.footer a:hover {
  color: #001b72;
  transition: 0.7s ease;
}
.footer .border {
  background: #707070;
  height: 1px;
  width: 100%;
}
.footer .box-01 {
  font-size: 18px;
  margin-bottom: 40px;
}
.footer .box-01 p {
  text-align: left;
}
.footer .box-01 .inc-cards {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .footer .box-01 .inc-cards {
    display: none;
  }
}
.footer .box-02 {
  display: flex;
  justify-content: flex-end;
  line-height: 21px;
  margin: 48px 0 52px;
}
@media (max-width: 428px) {
  .footer .box-02 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 428px) {
  .footer .box-02 .logo {
    margin: 0 auto 30px;
    width: 75%;
  }
}
.footer .box-02 a {
  font-size: 14px;
}
.footer .box-02 .links {
  display: flex;
  gap: 70px;
  margin: 0 90px;
}
@media (max-width: 428px) {
  .footer .box-02 .links {
    flex-direction: column;
    gap: 0;
    margin: 0 0 30px;
    text-align: center;
  }
}
.footer .box-02 .links .box-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer .box-02 .links a {
  font-weight: normal;
}
.footer .box-02 .contacts {
  margin-right: 65px;
}
@media (max-width: 428px) {
  .footer .box-02 .contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
}
.footer .box-02 .contacts .number .box {
  align-items: center;
  display: flex;
  gap: 10px;
}
@media (max-width: 428px) {
  .footer .box-02 .contacts .number .box {
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer .box-02 .contacts .number .box:last-child {
    margin-bottom: 0;
  }
  .footer .box-02 .contacts .number .box:last-child .icon {
    display: none;
  }
}
.footer .box-02 .contacts .number a {
  font-weight: normal;
}
.footer .box-02 .contacts .email,
.footer .box-02 .contacts .location {
  align-items: center;
  display: flex;
  gap: 10px;
}
@media (max-width: 428px) {
  .footer .box-02 .contacts .email,
  .footer .box-02 .contacts .location {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.footer .box-02 .contacts .email a,
.footer .box-02 .contacts .location a {
  font-weight: normal;
}
.footer .box-02 .contacts .email {
  margin: 20px 0;
}
.footer .box-02 .contacts .location a {
  display: block;
  width: 225px;
}
@media (max-width: 428px) {
  .footer .box-02 .social-media {
    margin: 30px auto 0;
    text-align: center;
  }
}
.footer .box-02 .social-media .icons-sm {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 428px) {
  .footer .box-02 .social-media .icons-sm {
    justify-content: center;
  }
}
.footer .box-02 .social-media .icons-sm svg path:hover {
  fill: #07f;
  transition: 0.7s ease;
}
.footer .box-03 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 428px) {
  .footer .box-03 {
    flex-direction: column;
  }
  .footer .box-03 span {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.footer .box-03 a path:hover,
.footer .box-03 svg path:hover {
  fill: #001b72;
}
.__hamburger-menu {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 20px;
  width: 60px;
  z-index: 16;
}
@media (min-width: 1025px) {
  .__hamburger-menu {
    display: none;
  }
}
.__hamburger-menu.__active .bars {
  background: transparent;
  transition: all 0.4s ease-in-out;
}
.__hamburger-menu.__active .bars:before {
  top: 0;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.__hamburger-menu.__active .bars:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.__hamburger-menu .bars {
  background: #dc0216;
  height: 2px;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: 30px;
}
.__hamburger-menu .bars:before {
  background: #dc0216;
  content: '';
  height: 2px;
  position: absolute;
  top: -10px;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.__hamburger-menu .bars:after {
  background: #dc0216;
  bottom: -10px;
  content: '';
  height: 2px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
header {
  background-color: #fff;
}
header .bg-mobile {
  display: none;
}
@media (max-width: 428px) {
  header .bg-mobile {
    align-items: center;
    background-color: #fff;
    box-shadow: 0 1px 5px #d0d3d4;
    display: flex;
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 20;
  }
}
@media (max-width: 428px) {
  header .bg-mobile .logo-mobile {
    margin-left: 20px;
    width: 60%;
  }
}
header nav {
  box-shadow: 0 1px 5px #d0d3d4;
  height: 120px;
  position: relative;
}
@media (max-width: 428px) {
  header nav {
    background-color: #fff;
    height: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 79px;
    transform: translateX(150%);
    transition: transform 0.5s ease-in-out;
    z-index: 32;
  }
  header nav.__active {
    transform: translateX(0);
    width: 100vw;
  }
}
header nav .__wrap {
  align-items: center;
  display: flex;
}
@media (max-width: 428px) {
  header nav .__wrap {
    flex-direction: column;
    padding-top: 40px;
  }
}
header nav .__wrap a:not(.social,
header nav .__wrap .cta,
header nav .__wrap .home) {
  color: #68788b;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: normal;
  margin-right: 40px;
}
@media (max-width: 428px) {
  header nav .__wrap a:not(.social,
  header nav .__wrap .cta,
  header nav .__wrap .home) {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
header nav .__wrap a:not(.social:last-child,
header nav .__wrap .cta:last-child,
header nav .__wrap .home):last-child {
  margin-right: 0;
}
header nav .__wrap a:not(.social.__active,
header nav .__wrap .cta.__active,
header nav .__wrap .home).__active {
  color: #dc0216;
}
header nav .__wrap a:not(.social:hover,
header nav .__wrap .cta:hover,
header nav .__wrap .home):hover {
  color: #dc0216;
  transition: 0.5s;
}
header nav .__wrap .home {
  display: none;
}
@media (max-width: 428px) {
  header nav .__wrap .home {
    color: #68788b;
    display: inline;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  header nav .__wrap .home.__active {
    color: #dc0216;
  }
}
@media (max-width: 428px) {
  header nav .__wrap .brand {
    display: none !important;
  }
}
header nav .__wrap .social_medias {
  display: flex;
}
@media (max-width: 428px) {
  header nav .__wrap .social_medias {
    margin: 20px 0;
  }
}
header nav .__wrap .social_medias .social {
  margin-right: 10px;
}
header nav .__wrap .social_medias .social:last-child {
  margin-right: 20px;
}
@media (max-width: 428px) {
  header nav .__wrap .social_medias .social:last-child {
    margin-right: 0;
  }
}
header nav .__wrap .cta {
  background-color: #fff;
  border: 2px solid #005da9;
  border-radius: 30px;
  color: #005da9;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  padding: 12px 38px;
}
header nav .__wrap .cta:hover {
  background-color: #005da9;
  color: #fff;
  transition: all 0.9s ease;
}
@media (max-width: 428px) {
  header nav .__wrap .cta {
    margin-bottom: 40px;
  }
}
.inc-products-mobile .header {
  margin-bottom: 10px;
}
.inc-products-mobile .header h2 {
  color: #fff;
}
.inc-products-mobile ul {
  color: #68788b;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
}
.inc-products-mobile ul li {
  list-style: disc;
  list-style-position: inside;
}
.inc-products {
  display: inline-grid;
  grid-template-columns: repeat(4, 25%);
  width: 100%;
}
.inc-products .product {
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 40vh;
  justify-content: center;
}
.inc-products .product .content {
  align-items: center;
  background: rgba(5,18,50,0.8);
  border-radius: 40px 40px 0 0;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  text-align: center;
  transform-origin: 0;
  transition: 0.7s linear;
  width: 100%;
}
.inc-products .product .content .text {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.red_bar {
  background-color: #dc0216;
  height: 32px;
  margin-bottom: 100px;
  position: relative;
  top: 1px;
  width: 100%;
}
@media (max-width: 428px) {
  .red_bar {
    display: none;
  }
}
.red-btn {
  align-items: center;
  background: #dc0216;
  border-radius: 25px;
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 180px;
}
.red-btn:hover {
  opacity: 0.7;
  transition: 0.7s ease;
}
.red-btn a {
  display: block;
}
[data-switcher] [class*='-item'] {
  opacity: 0;
  position: absolute;
  transition: opacity 0.6s;
  z-index: 1;
}
[data-switcher] [class*='-item'].__active {
  opacity: 1;
  z-index: 2;
}
label.__error input,
label.__error select,
label.__error textarea,
label.__error legend {
  border-color: #c4183c;
  color: #c4183c;
}
.company .sec_1 {
  background: linear-gradient(to bottom, #fff 29%, #f2f2f2 15%);
}
.company .sec_1 .block_1,
.company .sec_1 .block_2 {
  padding-left: 70px;
}
@media (max-width: 428px) {
  .company .sec_1 .block_1,
  .company .sec_1 .block_2 {
    padding-left: 0;
  }
}
.company .sec_1 .block_1 {
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .company .sec_1 .block_1 {
    margin-bottom: 15px;
    margin-top: 95px;
  }
}
.company .sec_1 .block_1 .__wrap {
  display: flex;
}
.company .sec_1 .block_1 .__wrap .text {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  width: 435px;
}
@media (max-width: 428px) {
  .company .sec_1 .block_1 .__wrap .text {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}
.company .sec_1 .block_1 .__wrap .text .title {
  color: #dc0216;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px;
}
@media (max-width: 428px) {
  .company .sec_1 .block_1 .__wrap .text .title {
    font-size: 16px;
    margin-top: 0;
  }
}
.company .sec_1 .block_1 .__wrap .text .sub {
  color: #005da9;
  font-family: 'Sole';
  font-size: 55px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .company .sec_1 .block_1 .__wrap .text .sub {
    font-size: 25px;
    margin: 15px 0;
  }
}
.company .sec_1 .block_1 .__wrap .text p {
  color: #68788b;
  font-family: 'Roboto';
  font-size: 18px;
}
@media (max-width: 428px) {
  .company .sec_1 .block_1 .__wrap .text p {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  .company .sec_1 .block_1 .__wrap .img_01 {
    display: none;
  }
}
@media (max-width: 428px) {
  .company .sec_1 .block_2 {
    display: none;
  }
}
.company .sec_1 .block_2 .__wrap {
  display: flex;
}
.company .sec_1 .block_2 .__wrap .gallery {
  display: flex;
  height: 508px;
}
@media (max-width: 428px) {
  .company .sec_1 .block_2 .__wrap .gallery {
    display: none;
  }
}
.company .sec_1 .block_2 .__wrap .gallery .img_03 {
  height: 335px;
  width: 290px;
}
.company .sec_1 .block_2 .__wrap .gallery .img_04 {
  height: 508px;
  position: relative;
  right: 40px;
  width: 50%;
}
.company .sec_1 .block_2 .__wrap .gallery .gallery_block {
  bottom: 367px;
  display: flex;
  flex-direction: column;
  position: relative;
  right: 20px;
}
.company .sec_1 .block_2 .__wrap .gallery .gallery_block .img_02 {
  height: 506px;
  margin-bottom: 20px;
  width: 260px;
}
.company .sec_1 .block_3 .__wrap {
  margin-top: 80px;
}
.company .sec_1 .block_3 .__wrap iframe {
  border-radius: 30px;
  height: 675px;
  width: 1200px;
}
@media (max-width: 428px) {
  .company .sec_1 .block_3 .__wrap iframe {
    border-radius: 15px;
    height: 200px;
    width: 100%;
  }
}
.company .sec_1 .block_4 {
  margin-bottom: 90px;
  margin-top: 140px;
  padding-bottom: 170px;
}
@media (max-width: 428px) {
  .company .sec_1 .block_4 {
    margin: 30px 0;
    padding-bottom: 30px;
  }
}
.company .sec_1 .block_4 .__wrap {
  display: flex;
  flex-direction: column;
}
.company .sec_1 .block_4 .__wrap h2 {
  color: #005da9;
  font-family: 'Sole';
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 428px) {
  .company .sec_1 .block_4 .__wrap h2 {
    font-size: 25px;
    margin-bottom: 23px;
  }
}
.company .sec_1 .block_4 .__wrap .flex_content {
  display: flex;
}
@media (max-width: 428px) {
  .company .sec_1 .block_4 .__wrap .flex_content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.company .sec_1 .block_4 .__wrap .flex_content .circle {
  align-items: center;
  background-color: #005da9;
  border-radius: 100%;
  display: flex;
  height: 370px;
  justify-content: center;
  margin-right: 45px;
  width: 370px;
}
@media (max-width: 428px) {
  .company .sec_1 .block_4 .__wrap .flex_content .circle {
    height: 270px;
    margin-bottom: 23px;
    margin-right: 0;
    width: 270px;
  }
}
.company .sec_1 .block_4 .__wrap .flex_content .circle:last-child {
  margin-right: 0;
}
.company .sec_1 .block_4 .__wrap .flex_content .circle:last-child::after {
  content: url("../images/company/red_circle.png");
  position: absolute;
  right: 30px;
  top: 460px;
}
@media (max-width: 428px) {
  .company .sec_1 .block_4 .__wrap .flex_content .circle:last-child::after {
    display: none;
  }
}
@media (max-width: 428px) {
  .company .sec_1 .block_4 .__wrap .flex_content .circle:last-child {
    margin-bottom: 0;
  }
}
.company .sec_1 .block_4 .__wrap .flex_content .circle .dotted_circle {
  align-items: center;
  border: 4px dotted #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  height: 338px;
  justify-content: center;
  width: 338px;
}
@media (max-width: 428px) {
  .company .sec_1 .block_4 .__wrap .flex_content .circle .dotted_circle {
    height: 238px;
    width: 238px;
  }
}
.company .sec_1 .block_4 .__wrap .flex_content .circle .dotted_circle p {
  color: #fff;
  font-family: 'Roboto';
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .company .sec_1 .block_4 .__wrap .flex_content .circle .dotted_circle p {
    font-size: 26px;
  }
}
.company .sec_1 .block_4 .__wrap .flex_content .circle .dotted_circle .__blue_border {
  border: 2px solid #001b72;
  border-radius: 30px;
  margin-top: 35px;
  width: 118px;
}
.company .sec_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.company .sec_2 h2 {
  color: #005da9;
  font-family: 'Sole';
  font-size: 40px;
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 428px) {
  .company .sec_2 h2 {
    font-size: 33px;
    margin-bottom: 35px;
  }
}
.company .sec_2 .customers_flex {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  .company .sec_2 .customers_flex {
    display: none;
    justify-content: center;
  }
}
.company .sec_2 .customers_flex .customer {
  margin: 0 35px 60px;
  width: 14%;
}
@media (max-width: 428px) {
  .company .sec_2 .customers_flex .customer {
    margin: 0 15px 30px;
    width: 38%;
  }
}
.company .sec_2 .partners {
  display: none;
}
@media (max-width: 428px) {
  .company .sec_2 .partners {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 350px;
    position: relative;
    width: 100%;
  }
}
.company .sec_2 .partners .partners-rail {
  height: 280px;
  position: relative;
  width: 100%;
}
.company .sec_2 .partners .partners-rail .partners-item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 40%;
  justify-content: space-between;
  opacity: 0;
  position: absolute;
  row-gap: 1%;
  width: 100%;
}
.company .sec_2 .partners .partners-rail .partners-item:nth-of-type(5) {
  height: 30%;
}
.company .sec_2 .partners .partners-rail .partners-item.__active {
  opacity: 1;
}
.company .sec_2 .partners .partners-rail .partners-item .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  width: 50%;
}
.company .sec_2 .partners .partners-counters {
  align-items: center;
  bottom: 65px;
  display: flex;
  justify-content: space-around;
  margin: 20px auto 0;
  position: absolute;
  width: 100px;
}
.company .sec_2 .partners .partners-counters .counter {
  border: 2px solid #dc0216;
  border-radius: 100%;
  cursor: pointer;
  height: 10px;
  width: 10px;
  z-index: 2;
}
.company .sec_2 .partners .partners-counters .counter.__active {
  background: #dc0216;
  height: 10px;
  width: 10px;
}
.contact .contact_cta {
  margin-bottom: 70px;
}
@media (max-width: 428px) {
  .contact .contact_cta {
    margin-bottom: 15px;
    margin-top: 95px;
  }
}
.contact .contact_cta .contact_title {
  color: #dc0216;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .contact .contact_cta .contact_title {
    font-size: 16px;
    text-align: center;
  }
}
.contact .contact_cta .contact_subtitle {
  color: #005da9;
  font-family: 'Sole';
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .contact .contact_cta .contact_subtitle {
    font-size: 24px;
    text-align: center;
  }
}
.contact .sec_1 {
  margin-bottom: 100px;
}
@media (max-width: 428px) {
  .contact .sec_1 {
    margin-bottom: 30px;
  }
}
.contact .sec_1 .__wrap {
  display: flex;
}
@media (max-width: 428px) {
  .contact .sec_1 .__wrap {
    flex-direction: column;
  }
}
.contact .sec_1 .__wrap .contact_form {
  align-items: center;
  background-color: #005da9;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  height: 640px;
  justify-content: center;
  margin-right: 172px;
  width: 570px;
}
@media (max-width: 428px) {
  .contact .sec_1 .__wrap .contact_form {
    align-items: normal;
    height: 560px;
    margin-right: 0;
    margin-top: 30px;
    padding: 0 20px;
    width: 100%;
  }
}
.contact .sec_1 .__wrap .contact_form label input:not(.textarea) {
  border-radius: 35px;
  color: #68788b;
  font-family: 'Roboto';
  font-size: 18px;
  height: 70px;
  margin-bottom: 20px;
  padding-left: 40px;
  width: 430px;
}
@media (max-width: 428px) {
  .contact .sec_1 .__wrap .contact_form label input:not(.textarea) {
    font-size: 16px;
    height: 55px;
    width: 100%;
  }
}
.contact .sec_1 .__wrap .contact_form label .textarea {
  border-radius: 35px;
  color: #68788b;
  font-family: 'Roboto';
  font-size: 18px;
  height: 162px;
  margin-bottom: 20px;
  padding-bottom: 100px;
  padding-left: 40px;
  width: 430px;
}
@media (max-width: 428px) {
  .contact .sec_1 .__wrap .contact_form label .textarea {
    width: 100%;
  }
}
.contact .sec_1 .__wrap .contact_form label.__error input {
  border: 1px solid #f00;
}
.contact .sec_1 .__wrap .contact_form .btn_contact {
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 430px;
}
@media (max-width: 428px) {
  .contact .sec_1 .__wrap .contact_form .btn_contact {
    align-self: center;
    width: 100%;
  }
}
.contact .sec_1 .__wrap .contact_form .btn_contact span {
  color: #005da9;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .contact .sec_1 .__wrap .contact_form .btn_contact span {
    font-size: 16px;
  }
}
.contact .sec_1 .__wrap .contact_form .btn_contact:hover {
  background-color: #005da9;
  border: 2px solid #fff;
  transition: all 0.7s ease;
}
.contact .sec_1 .__wrap .contact_form .btn_contact:hover span {
  color: #fff;
}
.contact .sec_1 .__wrap .infos {
  display: flex;
  flex-direction: column;
  margin-top: 111px;
}
@media (max-width: 428px) {
  .contact .sec_1 .__wrap .infos {
    margin-top: 40px;
  }
}
.contact .sec_1 .__wrap .infos .info_block_1 {
  align-content: center;
  color: #68788b;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  font-size: 18px;
  margin-bottom: 40px;
  width: 318px;
}
@media (max-width: 428px) {
  .contact .sec_1 .__wrap .infos .info_block_1 {
    font-size: 16px;
    width: 100%;
  }
}
.contact .sec_1 .__wrap .infos .info_block_1 a {
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .contact .sec_1 .__wrap .infos .info_block_1 a {
    font-size: 16px;
  }
}
.contact .sec_1 .__wrap .infos .info_block_1 a:hover {
  color: #001b72;
  transition: 0.7s ease;
}
.contact .sec_1 .__wrap .infos .info_block_1 .n1 {
  align-items: center;
  display: flex;
}
.contact .sec_1 .__wrap .infos .info_block_1 .n1::before {
  content: url("../svg/telefone.svg");
  margin-right: 13px;
}
.contact .sec_1 .__wrap .infos .info_block_1 .n2 {
  align-items: center;
  display: flex;
}
.contact .sec_1 .__wrap .infos .info_block_1 .n2::before {
  content: url("../svg/celular.svg");
  margin-right: 13px;
}
.contact .sec_1 .__wrap .infos .info_block_1 .email {
  align-items: center;
  display: flex;
}
.contact .sec_1 .__wrap .infos .info_block_1 .email::before {
  content: url("../svg/envelope.svg");
  margin-right: 13px;
}
.contact .sec_1 .__wrap .infos .info_block_1 .street {
  align-items: center;
  display: flex;
}
.contact .sec_1 .__wrap .infos .info_block_1 .street::before {
  content: url("../svg/localizacao.svg");
  margin-right: 13px;
}
.contact .sec_1 .__wrap .infos .info_block_2 .info_title {
  color: #005da9;
  font-family: 'Roboto';
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 428px) {
  .contact .sec_1 .__wrap .infos .info_block_2 .info_title {
    font-size: 20px;
  }
}
.contact .sec_1 .__wrap .infos .info_block_2 .n3,
.contact .sec_1 .__wrap .infos .info_block_2 p {
  color: #68788b;
  font-family: 'Roboto';
  font-size: 18px;
}
@media (max-width: 428px) {
  .contact .sec_1 .__wrap .infos .info_block_2 .n3,
  .contact .sec_1 .__wrap .infos .info_block_2 p {
    font-size: 16px;
  }
}
.contact .sec_1 .__wrap .infos .info_block_2 .n3 {
  align-items: center;
  display: flex;
  margin-bottom: 40px;
}
.contact .sec_1 .__wrap .infos .info_block_2 .n3::before {
  content: url("../svg/telefone.svg");
  margin-right: 13px;
}
.contact .sec_1 .__wrap .infos .info_block_2 .n3:hover {
  color: #001b72;
  transition: 0.7s ease;
}
.contact .sec_1 .__wrap .infos .info_block_2 .sub_block {
  display: flex;
  flex-wrap: wrap;
}
.contact .sec_1 .__wrap .infos .info_block_2 .sub_block .hour_block {
  display: flex;
}
.contact .sec_1 .__wrap .infos .info_block_2 .sub_block .hour_block .hour {
  margin-right: 30px;
}
.contact .sec_1 .__wrap .infos .info_block_2 .sub_block .hour_block .day {
  margin-right: 72px;
}
.contact .sec_1 .__wrap .infos .info_block_2 .sub_block::before {
  content: url("../svg/relogio.svg");
  margin-right: 13px;
}
.contact .sec_2 {
  margin-bottom: 150px;
}
@media (max-width: 428px) {
  .contact .sec_2 {
    margin-bottom: 30px;
  }
}
.contact .sec_2 .__wrap iframe {
  border-radius: 30px;
}
@media (max-width: 428px) {
  .contact .sec_2 .__wrap iframe {
    height: 200px;
    width: 100%;
  }
}
.home a {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
}
.home .header h2 {
  color: #005da9;
  font-family: 'Sole';
  font-size: 40px;
}
@media (max-width: 428px) {
  .home .header h2 {
    font-size: 25px;
    line-height: 37.5px;
  }
}
.home .red-link {
  color: #dc0216;
}
.home .red-link:hover {
  transition: 0.7s ease;
}
.home .text {
  color: #68788b;
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 428px) {
  .home .text {
    font-size: 16px;
  }
}
.home .section01 {
  margin: 50px 0;
}
@media (max-width: 428px) {
  .home .section01 {
    margin-top: 95px;
  }
}
.home .section01 p,
.home .section01 a {
  font-family: 'Roboto';
}
.home .section01 a {
  display: block;
}
.home .section01 p {
  color: #68788b;
  font-size: 22px;
  line-height: 33px;
}
@media (max-width: 428px) {
  .home .section01 p {
    font-size: 16px;
    line-height: 24px;
  }
}
.home .section01 h1 {
  color: #005da9;
  font-family: 'Sole';
  font-size: 55px;
}
@media (max-width: 428px) {
  .home .section01 h1 {
    font-size: 25px;
    text-align: center;
  }
}
.home .section01 .__wrap {
  align-items: center;
  display: flex;
}
@media (max-width: 428px) {
  .home .section01 .__wrap {
    flex-direction: column-reverse;
  }
}
.home .section01 .content {
  width: 600px;
}
@media (max-width: 428px) {
  .home .section01 .content {
    width: 100%;
  }
}
.home .section01 .content p {
  margin: 30px 0;
  width: 500px;
}
@media (max-width: 428px) {
  .home .section01 .content p {
    width: 100%;
  }
}
.home .section01 .content .components {
  align-items: center;
  display: flex;
  gap: 25px;
}
@media (max-width: 428px) {
  .home .section01 .content .components {
    flex-direction: column-reverse;
  }
}
.home .section01 .content .components .red-btn {
  align-items: center;
  display: flex;
  justify-content: center;
}
.home .section01 .content .components .red-link {
  position: relative;
}
.home .section01 .content .components .red-link::after {
  background: #dc0216;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 0;
}
.home .section01 .content .components .red-link:hover::after {
  transition: all 0.9s linear;
  width: 100%;
}
.home .section01 .img {
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  width: 600px;
}
@media (max-width: 428px) {
  .home .section01 .img {
    background-size: contain;
    height: 200px;
    width: 100%;
  }
}
.home .our-benefits .layer {
  background: #f2f2f2;
  border-radius: 55px;
  padding: 65px 145px 75px;
  width: 100%;
}
@media (max-width: 428px) {
  .home .our-benefits .layer {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
  }
}
.home .our-benefits .layer .header {
  text-align: center;
}
.home .our-benefits .layer .header p {
  margin: 18px 0 67px;
}
@media (max-width: 428px) {
  .home .our-benefits .layer .header p {
    margin: 10px 0 20px;
  }
}
.home .our-benefits .layer .benefits {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .home .our-benefits .layer .benefits {
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 428px) {
  .home .our-benefits .layer .benefits .d-mobile {
    margin-top: 30px;
  }
}
.home .our-benefits .layer .benefits .desc {
  text-align: center;
  width: 165px;
}
@media (max-width: 428px) {
  .home .our-benefits .layer .benefits .desc {
    width: 100%;
  }
}
.home .our-benefits .layer .benefits .desc .img {
  background-position: center;
  background-repeat: no-repeat;
  height: 90px;
  margin-bottom: 27px;
  width: 100%;
}
@media (max-width: 428px) {
  .home .our-benefits .layer .benefits .desc .img {
    margin-bottom: 15px;
  }
}
.home .about-us-home {
  margin: 100px 0;
}
@media (max-width: 428px) {
  .home .about-us-home {
    margin: 15px 0;
  }
}
.home .about-us-home .__wrap {
  display: flex;
  justify-content: space-between;
}
.home .about-us-home .__wrap .header {
  padding-top: 80px;
  text-align: start;
  width: 500px;
}
@media (max-width: 428px) {
  .home .about-us-home .__wrap .header {
    padding-top: 50px;
    width: 100%;
  }
}
.home .about-us-home .__wrap .header .text {
  margin: 20px 0 28px;
  width: 440px;
}
@media (max-width: 428px) {
  .home .about-us-home .__wrap .header .text {
    margin: 15px 0;
    width: 100%;
  }
}
.home .about-us-home .__wrap .header .red-link::after {
  content: url("../svg/red-arrow.svg");
  position: relative;
  top: 2px;
}
.home .about-us-home .__wrap .header .red-link:hover::after {
  left: 5px;
  transition: all 0.9s linear;
}
.home .about-us-home .__wrap .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 600px;
  width: 650px;
}
@media (max-width: 428px) {
  .home .about-us-home .__wrap .img {
    display: none;
  }
}
.home .help-home {
  margin: 55px 0 100px;
  text-align: center;
}
@media (max-width: 428px) {
  .home .help-home {
    margin-bottom: 50px;
  }
}
.home .help-home .content {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
@media (max-width: 428px) {
  .home .help-home .content {
    flex-direction: column;
    margin-top: 20px;
  }
}
@media (max-width: 428px) {
  .home .help-home .content .box {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.home .help-home .content .box img {
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  .home .help-home .content .box img {
    height: 80%;
    margin-bottom: 20px;
    width: 80%;
  }
}
.home .help-home .content .h-mobile {
  margin-bottom: 30px;
}
.home .prod-home {
  width: 100%;
}
@media (max-width: 428px) {
  .home .prod-home .inc-products {
    display: none;
  }
}
.home .prod-home .inc-products .product {
  cursor: pointer;
  overflow: hidden;
}
.home .prod-home .inc-products .product:hover .content {
  border-radius: 0;
  padding-top: 25%;
  transform: translateY(0) translateZ(0);
  transition: all 1s ease-in-out;
}
.home .prod-home .inc-products .product .content {
  background: rgba(5,18,50,0.8);
  border-radius: 40px 40px 0 0;
  display: block;
  height: 100%;
  padding-top: 15px;
  position: relative;
  transform: translateY(100%) translateY(-60px) translateZ(0);
  transform-origin: 0;
}
.home .prod-home .inc-products .product .content .text {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.home .prod-home .inc-products .product .content .red-btn {
  margin: 20px auto 0;
}
.home .prod-home .inc-segments {
  display: none;
  width: 100%;
}
.home .prod-home .inc-segments .segments {
  display: flex;
  flex-direction: column;
  height: 60vh;
  position: relative;
  width: 100%;
}
.home .prod-home .inc-segments .segments .segments-rail {
  height: 50vh;
  position: relative;
  width: 100%;
}
.home .prod-home .inc-segments .segments .segments-rail .segments-item {
  display: inline-grid;
  grid-template-columns: repeat(2, 50%);
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home .prod-home .inc-segments .segments .segments-rail .segments-item.__active {
  opacity: 1;
}
.home .prod-home .inc-segments .segments .segments-rail .segments-item .segment {
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.home .prod-home .inc-segments .segments .segments-rail .segments-item .segment .text {
  background: rgba(5,18,50,0.8);
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.home .prod-home .inc-segments .segments .segments-counters {
  display: flex;
  height: 20px;
  justify-content: space-between;
  margin: auto;
  width: 100px;
}
.home .prod-home .inc-segments .segments .segments-counters .counter {
  border: 2px solid #dc0216;
  border-radius: 100%;
  height: 100%;
  width: 20%;
}
.home .prod-home .inc-segments .segments .segments-counters .counter.__active {
  background: #dc0216;
}
.home .prod-home .inc-segments .segments .segments-previous,
.home .prod-home .inc-segments .segments .segments-next {
  bottom: 2%;
  height: 45px;
  position: absolute;
  width: 45px;
}
.home .prod-home .inc-segments .segments .segments-previous svg,
.home .prod-home .inc-segments .segments .segments-next svg {
  height: 100%;
  width: 100%;
}
.home .prod-home .inc-segments .segments .segments-previous {
  left: 2%;
  transform: rotate(180deg);
}
.home .prod-home .inc-segments .segments .segments-next {
  right: 2%;
}
@media (max-width: 428px) {
  .home .prod-home .inc-segments {
    display: block;
  }
}
.home .customers-partners-home {
  margin: 95px 0 150px;
}
@media (max-width: 428px) {
  .home .customers-partners-home {
    margin: 50px 0;
  }
}
.home .customers-partners-home .header {
  text-align: center;
}
@media (max-width: 428px) {
  .home .customers-partners-home .header {
    margin-bottom: 20px;
  }
}
.home .customers-partners-home .customers-partners {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 215px;
  position: relative;
  width: 100%;
}
@media (max-width: 428px) {
  .home .customers-partners-home .customers-partners {
    height: 350px;
  }
}
.home .customers-partners-home .customers-partners .customers-partners-rail {
  height: 200px;
  position: relative;
  width: 100%;
}
@media (max-width: 428px) {
  .home .customers-partners-home .customers-partners .customers-partners-rail {
    height: 280px;
  }
}
.home .customers-partners-home .customers-partners .customers-partners-rail .customers-partners-item {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 428px) {
  .home .customers-partners-home .customers-partners .customers-partners-rail .customers-partners-item {
    align-content: space-between;
    flex-wrap: wrap;
    height: 40%;
    row-gap: 2%;
    width: 100%;
  }
  .home .customers-partners-home .customers-partners .customers-partners-rail .customers-partners-item:nth-of-type(5) {
    height: 30%;
  }
}
.home .customers-partners-home .customers-partners .customers-partners-rail .customers-partners-item.__active {
  opacity: 1;
}
.home .customers-partners-home .customers-partners .customers-partners-rail .customers-partners-item .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  width: 200px;
}
@media (max-width: 428px) {
  .home .customers-partners-home .customers-partners .customers-partners-rail .customers-partners-item .item {
    background-size: 95% 80%;
    width: 50%;
  }
}
.home .customers-partners-home .customers-partners .customers-partners-counters {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  margin: 20px auto 0;
  position: absolute;
  width: 100px;
}
@media (max-width: 428px) {
  .home .customers-partners-home .customers-partners .customers-partners-counters {
    bottom: 25px;
  }
}
.home .customers-partners-home .customers-partners .customers-partners-counters .counter {
  border: 2px solid #dc0216;
  border-radius: 100%;
  cursor: pointer;
  height: 10px;
  width: 10px;
  z-index: 2;
}
.home .customers-partners-home .customers-partners .customers-partners-counters .counter.__active {
  background: #dc0216;
  height: 10px;
  width: 10px;
}
.home .special-projects-home {
  margin-bottom: 150px;
}
@media (max-width: 428px) {
  .home .special-projects-home {
    margin-bottom: 15px;
  }
}
.home .special-projects-home .__wrap {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.home .special-projects-home .__wrap .header {
  width: 330px;
}
@media (max-width: 428px) {
  .home .special-projects-home .__wrap .header {
    width: 100%;
  }
}
.home .special-projects-home .__wrap .header h2 {
  padding-right: 20px;
}
@media (max-width: 428px) {
  .home .special-projects-home .__wrap .header h2 {
    text-align: center;
  }
}
.home .special-projects-home .__wrap .header .text {
  margin: 20px 0 28px;
}
@media (max-width: 428px) {
  .home .special-projects-home .__wrap .header .text {
    margin: 15px 0;
  }
}
.home .special-projects-home .__wrap .header .red-btn {
  width: 270px;
}
@media (max-width: 428px) {
  .home .special-projects-home .__wrap .header .red-btn {
    margin: 0 auto;
  }
}
.home .special-projects-home .__wrap .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 520px;
  width: 610px;
}
@media (max-width: 428px) {
  .home .special-projects-home .__wrap .img {
    display: none;
  }
}
.maintenance .maintenance_cta {
  margin-bottom: 100px;
}
@media (max-width: 428px) {
  .maintenance .maintenance_cta {
    margin-bottom: 15px;
    margin-top: 95px;
  }
}
.maintenance .maintenance_cta .maintenance_title {
  color: #dc0216;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .maintenance .maintenance_cta .maintenance_title {
    font-size: 16px;
    text-align: center;
  }
}
.maintenance .maintenance_cta .maintenance_subtitle {
  color: #005da9;
  font-family: 'Sole';
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  .maintenance .maintenance_cta .maintenance_subtitle {
    font-size: 25px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.maintenance .maintenance_cta .maintenance_text {
  color: #68788b;
  font-family: 'Roboto';
  font-size: 22px;
}
@media (max-width: 428px) {
  .maintenance .maintenance_cta .maintenance_text {
    font-size: 16px;
  }
}
.maintenance .sec_1 {
  margin-bottom: 150px;
}
@media (max-width: 428px) {
  .maintenance .sec_1 {
    margin-bottom: 30px;
  }
}
.maintenance .sec_1 .gallery {
  display: flex;
}
@media (max-width: 428px) {
  .maintenance .sec_1 .gallery {
    flex-wrap: wrap-reverse;
  }
}
.maintenance .sec_1 .gallery .img_01 {
  height: 465px;
}
@media (max-width: 428px) {
  .maintenance .sec_1 .gallery .img_01 {
    display: none;
  }
}
.maintenance .sec_1 .gallery .img_02 {
  bottom: 0;
  position: absolute;
  right: 0;
}
@media (max-width: 428px) {
  .maintenance .sec_1 .gallery .img_02 {
    position: static;
  }
}
.maintenance .sec_2 {
  margin-bottom: 150px;
}
@media (max-width: 428px) {
  .maintenance .sec_2 {
    margin-bottom: 30px;
  }
}
.maintenance .sec_2 .__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.maintenance .sec_2 .__wrap h2 {
  color: #005da9;
  font-family: 'Sole';
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 428px) {
  .maintenance .sec_2 .__wrap h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.maintenance .sec_2 .__wrap .flex_content {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 428px) {
  .maintenance .sec_2 .__wrap .flex_content {
    flex-direction: column;
  }
}
.maintenance .sec_2 .__wrap .flex_content .__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 428px) {
  .maintenance .sec_2 .__wrap .flex_content .__item {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.maintenance .sec_2 .__wrap .flex_content .__item p {
  color: #68788b;
  font-family: 'Roboto';
  font-size: 18px;
  margin-top: 30px;
}
@media (max-width: 428px) {
  .maintenance .sec_2 .__wrap .flex_content .__item p {
    font-size: 16px;
  }
}
.maintenance .sec_2 .__wrap .flex_content .__item:last-child {
  margin-right: 0;
}
.maintenance .sec_2 .__wrap .red-cta {
  align-items: center;
  background-color: #dc0216;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  text-align: center;
  width: 262px;
}
@media (max-width: 428px) {
  .maintenance .sec_2 .__wrap .red-cta {
    font-size: 16px;
  }
}
.maintenance .sec_2 .__wrap .red-cta:hover {
  opacity: 0.7;
  transition: all 0.7s ease;
}
.maintenance .sec_3 {
  margin-bottom: 150px;
}
@media (max-width: 428px) {
  .maintenance .sec_3 {
    margin-bottom: 30px;
  }
}
.maintenance .sec_3 .__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.maintenance .sec_3 .__wrap h2 {
  color: #005da9;
  font-family: 'Sole';
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 428px) {
  .maintenance .sec_3 .__wrap h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.maintenance .sec_3 .__wrap .flex_cards {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 428px) {
  .maintenance .sec_3 .__wrap .flex_cards {
    display: none;
  }
}
.maintenance .sec_3 .__wrap .flex_cards .card {
  align-items: center;
  background-color: #001b72;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  height: 465px;
  justify-content: center;
  margin-right: 40px;
  width: 373px;
}
.maintenance .sec_3 .__wrap .flex_cards .card:last-child {
  margin-right: 0;
}
.maintenance .sec_3 .__wrap .flex_cards .card img {
  margin-bottom: 40px;
}
.maintenance .sec_3 .__wrap .flex_cards .card p {
  color: #fff;
  font-family: 'Roboto';
  font-size: 18px;
}
.maintenance .sec_3 .__wrap .cards {
  display: none;
  position: relative;
}
@media (max-width: 428px) {
  .maintenance .sec_3 .__wrap .cards {
    display: inline;
    width: 100%;
  }
}
.maintenance .sec_3 .__wrap .cards .cards-rail {
  display: flex;
  height: 400px;
  justify-content: center;
  width: 100%;
}
.maintenance .sec_3 .__wrap .cards .cards-rail .cards-item {
  align-items: center;
  background-color: #001b72;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  height: 370px;
  justify-content: center;
  opacity: 0;
  width: 85%;
}
.maintenance .sec_3 .__wrap .cards .cards-rail .cards-item p {
  color: #fff;
  font-family: 'Roboto';
  font-size: 20px;
  margin-top: 15px;
}
@media (max-width: 428px) {
  .maintenance .sec_3 .__wrap .cards .cards-rail .cards-item p {
    font-size: 16px;
  }
}
.maintenance .sec_3 .__wrap .cards .cards-rail .cards-item .img_content {
  width: 75%;
}
.maintenance .sec_3 .__wrap .cards .cards-rail .cards-item.__active {
  opacity: 1;
}
.maintenance .sec_3 .__wrap .cards .cards-previous {
  position: absolute;
  top: 145px;
  width: 15%;
  z-index: 3;
}
.maintenance .sec_3 .__wrap .cards .cards-next {
  position: absolute;
  right: 0;
  top: 145px;
  width: 15%;
  z-index: 3;
}
.maintenance .sec_3 .__wrap .cards .cards-counters {
  display: none;
}
.maintenance .sec_3 .__wrap .red-cta {
  align-items: center;
  background-color: #dc0216;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  text-align: center;
  width: 262px;
}
@media (max-width: 428px) {
  .maintenance .sec_3 .__wrap .red-cta {
    font-size: 16px;
  }
}
.maintenance .sec_3 .__wrap .red-cta:hover {
  opacity: 0.7;
  transition: all 0.7s ease;
}
.products .header {
  font-family: 'Sole';
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 428px) {
  .products .header {
    margin-bottom: 20px;
  }
}
.products .header h2 {
  color: #005da9;
  font-size: 40px;
}
@media (max-width: 428px) {
  .products .header h2 {
    font-size: 25px;
    line-height: 37.5px;
  }
}
.products .text {
  color: #68788b;
  font-family: 'Roboto';
  font-size: 22px;
  font-weight: normal;
  line-height: 33px;
}
@media (max-width: 428px) {
  .products .text {
    font-size: 16px;
    line-height: 24px;
  }
}
.products .header-products {
  margin: 40px 0 60px;
}
@media (max-width: 428px) {
  .products .header-products {
    margin: 95px 0 50px;
  }
}
.products .header-products .legend {
  color: #dc0216;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .products .header-products .legend {
    font-size: 16px;
  }
}
.products .header-products h1 {
  color: #005da9;
  font-family: 'Sole';
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 40px;
  padding-right: 150px;
}
@media (max-width: 428px) {
  .products .header-products h1 {
    font-size: 25px;
    line-height: 37.5px;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.products .header-products ul {
  color: #68788b;
  font-family: 'Roboto';
  font-size: 22px;
  font-weight: normal;
}
@media (max-width: 428px) {
  .products .header-products ul {
    font-size: 16px;
  }
}
.products .header-products ul li {
  line-height: 33px;
  list-style: disc;
  list-style-position: inside;
}
@media (max-width: 428px) {
  .products .header-products ul li {
    line-height: 24px;
  }
}
.products .sec-products .products .box-prod {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .products .sec-products .products .box-prod {
    flex-direction: column;
  }
}
.products .sec-products .products .box-prod .product {
  height: auto;
  width: 350px;
}
@media (max-width: 428px) {
  .products .sec-products .products .box-prod .product {
    width: 100%;
  }
}
.products .sec-products .products .box-prod .product .img-zoom {
  border-radius: 30px;
  cursor: pointer;
  height: 330px;
  margin-bottom: 22px;
  transition: 0.9s ease;
  width: 100%;
}
@media (max-width: 428px) {
  .products .sec-products .products .box-prod .product .img-zoom {
    height: 300px;
    margin-bottom: 17px;
  }
}
.products .sec-products .products .box-prod .product .img-zoom:hover {
  opacity: 0.6;
}
.products .sec-products .products .box-prod .product .img-zoom img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
.products .sec-products .products .box-prod .product .legend {
  color: #005da9;
  font-family: 'Roboto';
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .products .sec-products .products .box-prod .product .legend {
    font-size: 16px;
  }
}
.products .sec-products .products .box-prod .product .text {
  font-family: 'Roboto';
  font-size: 22px;
  font-weight: normal;
  line-height: 33px;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .products .sec-products .products .box-prod .product .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}
@media (max-width: 428px) {
  .products .sec-products .products .mobile-top {
    margin-top: 25px;
  }
}
.products .sec-products .products .m-top {
  margin-top: 100px;
}
@media (max-width: 428px) {
  .products .sec-products .products .m-top {
    margin-top: 0;
  }
}
.products .sec-products .products .p-right {
  padding-right: 31px;
}
.products .sec-detergent {
  margin: 90px 0 100px;
}
@media (max-width: 428px) {
  .products .sec-detergent {
    margin: 50px 0;
  }
}
.products .sec-detergent .box-detergent {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .products .sec-detergent .box-detergent {
    flex-direction: column;
    width: 100%;
  }
}
.products .sec-detergent .box-detergent .detergent {
  width: 540px;
}
@media (max-width: 428px) {
  .products .sec-detergent .box-detergent .detergent {
    width: 100%;
  }
  .products .sec-detergent .box-detergent .detergent:nth-of-type(2) {
    margin-top: 30px;
  }
}
.products .sec-detergent .box-detergent .detergent .img {
  height: 370px;
  margin-bottom: 22px;
  width: 100%;
}
@media (max-width: 428px) {
  .products .sec-detergent .box-detergent .detergent .img {
    height: 300px;
  }
}
.products .sec-detergent .box-detergent .detergent .img img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
@media (max-width: 428px) {
  .products .sec-detergent .box-detergent .detergent .img img {
    -o-object-fit: 100%;
       object-fit: 100%;
  }
}
.products .sec-detergent .box-detergent .detergent .legend,
.products .sec-detergent .box-detergent .detergent .text {
  font-family: 'Roboto';
  font-size: 22px;
  line-height: 33px;
}
@media (max-width: 428px) {
  .products .sec-detergent .box-detergent .detergent .legend,
  .products .sec-detergent .box-detergent .detergent .text {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
}
.products .sec-detergent .box-detergent .detergent .legend {
  color: #005da9;
  font-weight: bold;
  text-transform: uppercase;
}
.products .sec-detergent .box-detergent .detergent .text {
  margin-top: 20px;
  padding-right: 95px;
}
@media (max-width: 428px) {
  .products .sec-detergent .box-detergent .detergent .text {
    margin-top: 10px;
    padding-right: 0;
  }
}
.products .sec-detergent .box-detergent .detergent .txt {
  padding-right: 150px;
}
@media (max-width: 428px) {
  .products .sec-detergent .box-detergent .detergent .txt {
    padding-right: 0;
  }
}
.products .sec-customized {
  background: #f2f2f2;
  padding: 100px 0;
}
@media (max-width: 428px) {
  .products .sec-customized {
    padding: 10px;
  }
}
.products .sec-customized .__wrap {
  padding: 0 5%;
}
.products .sec-customized .__wrap .customized {
  height: 600px;
  position: relative;
  width: 100%;
}
@media (max-width: 428px) {
  .products .sec-customized .__wrap .customized {
    height: 300px;
  }
}
.products .sec-customized .__wrap .customized .customized-rail {
  height: 550px;
  position: relative;
  width: 100%;
}
@media (max-width: 428px) {
  .products .sec-customized .__wrap .customized .customized-rail {
    height: 250px;
  }
}
.products .sec-customized .__wrap .customized .customized-rail .customized-item {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.products .sec-customized .__wrap .customized .customized-rail .customized-item.__active {
  opacity: 1;
}
.products .sec-customized .__wrap .customized .customized-rail .customized-item .img,
.products .sec-customized .__wrap .customized .customized-rail .customized-item img {
  height: 100%;
  width: 90%;
}
.products .sec-customized .__wrap .customized .customized-rail .customized-item .img {
  background: #f4f4f4;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}
.products .sec-customized .__wrap .customized .customized-rail .customized-item img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.products .sec-customized .__wrap .customized .prev-next {
  bottom: 280px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (max-width: 428px) {
  .products .sec-customized .__wrap .customized .prev-next {
    bottom: 140px;
    padding: 0 5px;
  }
}
.products .sec-customized .__wrap .customized .prev-next .customized-previous,
.products .sec-customized .__wrap .customized .prev-next .customized-next {
  cursor: pointer;
}
@media (max-width: 428px) {
  .products .sec-customized .__wrap .customized .prev-next .customized-previous svg,
  .products .sec-customized .__wrap .customized .prev-next .customized-next svg {
    height: 50px;
    width: 50px;
  }
}
.products .sec-customized .__wrap .customized .prev-next .customized-previous svg:hover,
.products .sec-customized .__wrap .customized .prev-next .customized-next svg:hover {
  opacity: 0.7;
  transition: 0.7s ease;
}
.products .sec-customized .__wrap .customized .prev-next .customized-previous {
  transform: rotate(180deg);
}
.products .sec-customized .__wrap .customized .customized-counters {
  display: flex;
  height: 10px;
  justify-content: space-between;
  margin: 25px auto 0;
  width: 100px;
}
.products .sec-customized .__wrap .customized .customized-counters .counter {
  border: 2px solid #dc0216;
  border-radius: 100%;
  cursor: pointer;
  height: 100%;
  width: 10px;
}
.products .sec-customized .__wrap .customized .customized-counters .counter:hover {
  background: #dc0216;
  transition: 0.7s ease;
}
.products .sec-customized .__wrap .customized .customized-counters .counter.__active {
  background: #dc0216;
}
@media (max-width: 428px) {
  .products .sec-customized .__wrap {
    padding: 0;
  }
}
.products .sec-customized .__wrap .text {
  margin-top: 30px;
  padding: 0 85px;
  text-align: center;
}
@media (max-width: 428px) {
  .products .sec-customized .__wrap .text {
    margin-top: 15px;
    padding: 0;
  }
}
.products .sec-gallery {
  width: 100%;
}
@media (max-width: 428px) {
  .products .sec-gallery {
    display: none;
  }
}
.products .sec-gallery .inc-products .product .content .red-btn {
  display: none;
}
.products .sec-gallery-mobile {
  display: none;
  margin-top: 50px;
}
@media (max-width: 428px) {
  .products .sec-gallery-mobile {
    display: block;
  }
  .products .sec-gallery-mobile .red-btn {
    display: none;
  }
}
.products .sec-washer {
  margin: 150px 0;
}
@media (max-width: 428px) {
  .products .sec-washer {
    margin: 50px 0 15px;
  }
}
.products .sec-washer .__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.products .sec-washer .__wrap .card {
  align-items: center;
  background: #001b72;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  padding: 50px;
  width: 425px;
}
@media (max-width: 428px) {
  .products .sec-washer .__wrap .card {
    padding: 30px;
    width: 100%;
  }
}
@media (max-width: 428px) {
  .products .sec-washer .__wrap .card .content {
    text-align: center;
  }
}
.products .sec-washer .__wrap .card .content .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 130px;
  margin-bottom: 13px;
  width: 130px;
}
@media (max-width: 428px) {
  .products .sec-washer .__wrap .card .content .img {
    height: 100px;
    margin: 0 auto 13px;
    width: 100px;
  }
}
.products .sec-washer .__wrap .card .content .header h2,
.products .sec-washer .__wrap .card .content .text {
  color: #fff;
}
@media (max-width: 428px) {
  .products .sec-washer .__wrap .card .content .header h2,
  .products .sec-washer .__wrap .card .content .text {
    text-align: center;
  }
}
.products .sec-washer .__wrap .card .content .header {
  font-family: 'Sole';
  margin-bottom: 10px;
  text-align: left;
}
.products .sec-washer .__wrap .card .content .red-btn {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  margin-top: 20px;
  width: 262px;
}
@media (max-width: 428px) {
  .products .sec-washer .__wrap .card .content .red-btn {
    font-size: 16px;
    margin: 20px auto 0;
    width: 100%;
  }
}
.products .sec-washer .__wrap .m-top {
  margin-top: 20px;
}
.products .modal {
  background-color: rgba(0,0,0,0.7);
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
@media (max-width: 428px) {
  .products .modal {
    height: 100vh;
    top: 0;
    z-index: 40;
  }
}
.products .modal .close-modal {
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 5%;
}
@media (max-width: 428px) {
  .products .modal .close-modal {
    height: 45px;
    width: 45px;
  }
  .products .modal .close-modal img {
    height: 100%;
    width: 100%;
  }
}
.products .modal .m-content {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}
.products .modal .m-content #m-img {
  width: 30vw;
}
@media (max-width: 428px) {
  .products .modal .m-content #m-img {
    width: 70vw;
  }
}
.products .m-active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 428px) {
  .services .sec_1 {
    margin-top: 95px;
  }
}
.services .sec_1 .__wrap {
  display: flex;
}
@media (max-width: 428px) {
  .services .sec_1 .__wrap {
    flex-direction: column;
  }
}
.services .sec_1 .__wrap .__cta .__wrap {
  display: flex;
  flex-direction: column;
}
.services .sec_1 .__wrap .__cta .__wrap .cta_title {
  color: #dc0216;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .services .sec_1 .__wrap .__cta .__wrap .cta_title {
    font-size: 16px;
    text-align: center;
  }
}
.services .sec_1 .__wrap .__cta .__wrap .cta_subtitle {
  color: #005da9;
  font-family: 'Sole';
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .services .sec_1 .__wrap .__cta .__wrap .cta_subtitle {
    font-size: 24px;
    text-align: center;
  }
}
.services .sec_1 .__wrap .__cta .__wrap .cta_text {
  color: #68788b;
  font-family: 'Roboto';
  font-size: 22px;
  width: 409px;
}
@media (max-width: 428px) {
  .services .sec_1 .__wrap .__cta .__wrap .cta_text {
    font-size: 16px;
    width: 100%;
  }
}
.services .sec_1 .__wrap .request_budget {
  display: flex;
}
.services .sec_1 .__wrap .request_budget .budget {
  align-items: center;
  background-color: #005da9;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  height: 640px;
  justify-content: center;
  width: 570px;
}
@media (max-width: 428px) {
  .services .sec_1 .__wrap .request_budget .budget {
    align-items: normal;
    height: 560px;
    margin-top: 30px;
    padding: 0 20px;
    width: 100%;
  }
}
.services .sec_1 .__wrap .request_budget .budget label input:not(.textarea) {
  border-radius: 35px;
  color: #68788b;
  font-family: 'Roboto';
  font-size: 18px;
  height: 70px;
  margin-bottom: 20px;
  padding-left: 40px;
  width: 430px;
}
@media (max-width: 428px) {
  .services .sec_1 .__wrap .request_budget .budget label input:not(.textarea) {
    font-size: 16px;
    height: 55px;
    width: 100%;
  }
}
.services .sec_1 .__wrap .request_budget .budget label .textarea {
  border-radius: 35px;
  color: #68788b;
  font-family: 'Roboto';
  font-size: 18px;
  height: 162px;
  margin-bottom: 20px;
  padding-bottom: 100px;
  padding-left: 40px;
  width: 430px;
}
@media (max-width: 428px) {
  .services .sec_1 .__wrap .request_budget .budget label .textarea {
    font-size: 16px;
    width: 100%;
  }
}
.services .sec_1 .__wrap .request_budget .budget label.__error input {
  border: 1px solid #f00;
}
.services .sec_1 .__wrap .request_budget .budget .btn_budget {
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 430px;
}
.services .sec_1 .__wrap .request_budget .budget .btn_budget:hover {
  background-color: #005da9;
  border: 2px solid #fff;
  transition: all 0.7s ease;
}
.services .sec_1 .__wrap .request_budget .budget .btn_budget:hover span {
  color: #fff;
}
@media (max-width: 428px) {
  .services .sec_1 .__wrap .request_budget .budget .btn_budget {
    align-self: center;
    width: 100%;
  }
}
.services .sec_1 .__wrap .request_budget .budget .btn_budget span {
  color: #005da9;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .services .sec_1 .__wrap .request_budget .budget .btn_budget span {
    font-size: 16px;
  }
}
.services .sec_1 .__wrap .request_budget .circles {
  height: 101px;
  position: relative;
  top: 581px;
  width: 88px;
}
@media (max-width: 428px) {
  .services .sec_1 .__wrap .request_budget .circles {
    display: none;
  }
}
.services .sec_2 {
  margin-bottom: 100px;
}
@media (max-width: 428px) {
  .services .sec_2 {
    margin-bottom: 30px;
  }
}
.services .sec_2 .__wrap .img_01 {
  bottom: 60px;
  position: relative;
}
@media (max-width: 428px) {
  .services .sec_2 .__wrap .img_01 {
    display: none;
  }
}
.services .sec_2 .__wrap .block {
  display: flex;
}
@media (max-width: 428px) {
  .services .sec_2 .__wrap .block {
    justify-content: center;
  }
}
.services .sec_2 .__wrap .block .img_02 {
  margin-right: 60px;
}
@media (max-width: 428px) {
  .services .sec_2 .__wrap .block .img_02 {
    display: none;
  }
}
.services .sec_2 .__wrap .block .text_block {
  margin-top: 40px;
}
@media (max-width: 428px) {
  .services .sec_2 .__wrap .block .text_block {
    margin-top: 30px;
  }
}
.services .sec_2 .__wrap .block .text_block .block_title {
  color: #005da9;
  font-family: 'Sole';
  font-size: 40px;
  margin-bottom: 93px;
}
@media (max-width: 428px) {
  .services .sec_2 .__wrap .block .text_block .block_title {
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.services .sec_2 .__wrap .block .text_block .block_text {
  color: #68788b;
  font-family: 'Roboto';
  font-size: 22px;
  margin-bottom: 50px;
  width: 532px;
}
@media (max-width: 428px) {
  .services .sec_2 .__wrap .block .text_block .block_text {
    font-size: 16px;
    width: 100%;
  }
}
.services .sec_2 .__wrap .block .text_block .request {
  align-items: center;
  background-color: #dc0216;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  text-align: center;
  width: 262px;
}
@media (max-width: 428px) {
  .services .sec_2 .__wrap .block .text_block .request {
    font-size: 16px;
    margin: 0 auto;
  }
}
.services .sec_2 .__wrap .block .text_block .request:hover {
  opacity: 0.7;
  transition: all 0.7s ease;
}
