* {
  -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: $black !important;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local(''), url("../fonts/raleway-v19-latin-regular.woff2") format('woff2'), url("../fonts/raleway-v19-latin-regular.woff") format('woff');
/*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local(''), url("../fonts/raleway-v19-latin-500.woff2") format('woff2'), url("../fonts/raleway-v19-latin-500.woff") format('woff');
/*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local(''), url("../fonts/raleway-v19-latin-700.woff2") format('woff2'), url("../fonts/raleway-v19-latin-700.woff") format('woff');
/*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: local(''), url("../fonts/raleway-v19-latin-800.woff2") format('woff2'), url("../fonts/raleway-v19-latin-800.woff") format('woff');
/*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
}
html,
body {
  font-size: 16px;
  min-height: 100%;
  width: 100%;
}
html body,
body body {
  display: flex;
  flex-flow: column nowrap;
  font-family: 'Raleway';
  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: 414px) {
  .__m-f {
    display: flex !important;
  }
  .__m-jsb {
    justify-content: space-between !important;
  }
  .__m-jsa {
    justify-content: space-around !important;
  }
  .__m-jss {
    justify-content: stretch !important;
  }
  .__m-jfs {
    justify-content: flex-start !important;
  }
  .__m-jfe {
    justify-content: flex-end !important;
  }
  .__m-jcc {
    justify-content: center !important;
  }
  .__m-fdc {
    flex-direction: column !important;
  }
  .__m-fdcr {
    flex-direction: column-reverse !important;
  }
  .__m-fdr {
    flex-direction: row !important;
  }
  .__m-aic {
    align-items: center !important;
  }
  .__m-afs {
    align-items: flex-start !important;
  }
  .__m-afe {
    align-items: flex-end !important;
  }
  .__m-ais {
    align-items: stretch !important;
  }
  .__m-fw {
    flex-wrap: wrap !important;
  }
  .__m-fnw {
    flex-wrap: nowrap !important;
  }
  .__m-asfs {
    align-self: flex-start !important;
  }
  .__m-asfe {
    align-self: flex-end !important;
  }
  .__m-asc {
    align-self: center !important;
  }
  .__m-ase {
    align-self: stretch !important;
  }
  .__m-g {
    flex-grow: 1 !important;
  }
}
.__row {
  display: flex;
  width: 100%;
}
@media (max-width: 414px) {
  .__row {
    flex-direction: column;
  }
}
.__col-1 {
  width: 8.333333333333332%;
}
@media (max-width: 414px) {
  .__col-1 {
    width: 100%;
  }
}
.__col-2 {
  width: 16.666666666666664%;
}
@media (max-width: 414px) {
  .__col-2 {
    width: 100%;
  }
}
.__col-3 {
  width: 25%;
}
@media (max-width: 414px) {
  .__col-3 {
    width: 100%;
  }
}
.__col-4 {
  width: 33.33333333333333%;
}
@media (max-width: 414px) {
  .__col-4 {
    width: 100%;
  }
}
.__col-5 {
  width: 41.66666666666667%;
}
@media (max-width: 414px) {
  .__col-5 {
    width: 100%;
  }
}
.__col-6 {
  width: 50%;
}
@media (max-width: 414px) {
  .__col-6 {
    width: 100%;
  }
}
.__col-7 {
  width: 58.333333333333336%;
}
@media (max-width: 414px) {
  .__col-7 {
    width: 100%;
  }
}
.__col-8 {
  width: 66.66666666666666%;
}
@media (max-width: 414px) {
  .__col-8 {
    width: 100%;
  }
}
.__col-9 {
  width: 75%;
}
@media (max-width: 414px) {
  .__col-9 {
    width: 100%;
  }
}
.__col-10 {
  width: 83.33333333333334%;
}
@media (max-width: 414px) {
  .__col-10 {
    width: 100%;
  }
}
.__col-11 {
  width: 91.66666666666666%;
}
@media (max-width: 414px) {
  .__col-11 {
    width: 100%;
  }
}
.__col-12 {
  width: 100%;
}
@media (max-width: 414px) {
  .__col-12 {
    width: 100%;
  }
}
.__mt-auto {
  margin-top: auto;
}
.__mr-auto {
  margin-right: auto;
}
.__mb-auto {
  margin-bottom: auto;
}
.__ml-auto {
  margin-left: auto;
}
.__m-0 {
  margin: 0px !important;
}
.__mt-0 {
  margin-top: 0px !important;
}
.__mr-0 {
  margin-right: 0px !important;
}
.__mb-0 {
  margin-bottom: 0px !important;
}
.__ml-0 {
  margin-left: 0px !important;
}
.__mlr-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.__mtb-0 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.__m-5 {
  margin: 5px !important;
}
.__mt-5 {
  margin-top: 5px !important;
}
.__mr-5 {
  margin-right: 5px !important;
}
.__mb-5 {
  margin-bottom: 5px !important;
}
.__ml-5 {
  margin-left: 5px !important;
}
.__mlr-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.__mtb-5 {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.__m-10 {
  margin: 10px !important;
}
.__mt-10 {
  margin-top: 10px !important;
}
.__mr-10 {
  margin-right: 10px !important;
}
.__mb-10 {
  margin-bottom: 10px !important;
}
.__ml-10 {
  margin-left: 10px !important;
}
.__mlr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.__mtb-10 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.__m-15 {
  margin: 15px !important;
}
.__mt-15 {
  margin-top: 15px !important;
}
.__mr-15 {
  margin-right: 15px !important;
}
.__mb-15 {
  margin-bottom: 15px !important;
}
.__ml-15 {
  margin-left: 15px !important;
}
.__mlr-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.__mtb-15 {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.__m-20 {
  margin: 20px !important;
}
.__mt-20 {
  margin-top: 20px !important;
}
.__mr-20 {
  margin-right: 20px !important;
}
.__mb-20 {
  margin-bottom: 20px !important;
}
.__ml-20 {
  margin-left: 20px !important;
}
.__mlr-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.__mtb-20 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.__m-25 {
  margin: 25px !important;
}
.__mt-25 {
  margin-top: 25px !important;
}
.__mr-25 {
  margin-right: 25px !important;
}
.__mb-25 {
  margin-bottom: 25px !important;
}
.__ml-25 {
  margin-left: 25px !important;
}
.__mlr-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.__mtb-25 {
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}
.__m-30 {
  margin: 30px !important;
}
.__mt-30 {
  margin-top: 30px !important;
}
.__mr-30 {
  margin-right: 30px !important;
}
.__mb-30 {
  margin-bottom: 30px !important;
}
.__ml-30 {
  margin-left: 30px !important;
}
.__mlr-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.__mtb-30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.__m-35 {
  margin: 35px !important;
}
.__mt-35 {
  margin-top: 35px !important;
}
.__mr-35 {
  margin-right: 35px !important;
}
.__mb-35 {
  margin-bottom: 35px !important;
}
.__ml-35 {
  margin-left: 35px !important;
}
.__mlr-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}
.__mtb-35 {
  margin-bottom: 35px !important;
  margin-top: 35px !important;
}
.__m-40 {
  margin: 40px !important;
}
.__mt-40 {
  margin-top: 40px !important;
}
.__mr-40 {
  margin-right: 40px !important;
}
.__mb-40 {
  margin-bottom: 40px !important;
}
.__ml-40 {
  margin-left: 40px !important;
}
.__mlr-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.__mtb-40 {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.__m-45 {
  margin: 45px !important;
}
.__mt-45 {
  margin-top: 45px !important;
}
.__mr-45 {
  margin-right: 45px !important;
}
.__mb-45 {
  margin-bottom: 45px !important;
}
.__ml-45 {
  margin-left: 45px !important;
}
.__mlr-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
.__mtb-45 {
  margin-bottom: 45px !important;
  margin-top: 45px !important;
}
.__m-50 {
  margin: 50px !important;
}
.__mt-50 {
  margin-top: 50px !important;
}
.__mr-50 {
  margin-right: 50px !important;
}
.__mb-50 {
  margin-bottom: 50px !important;
}
.__ml-50 {
  margin-left: 50px !important;
}
.__mlr-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.__mtb-50 {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}
.__m-60 {
  margin: 60px !important;
}
.__mt-60 {
  margin-top: 60px !important;
}
.__mr-60 {
  margin-right: 60px !important;
}
.__mb-60 {
  margin-bottom: 60px !important;
}
.__ml-60 {
  margin-left: 60px !important;
}
.__mlr-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.__mtb-60 {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}
.__m-65 {
  margin: 65px !important;
}
.__mt-65 {
  margin-top: 65px !important;
}
.__mr-65 {
  margin-right: 65px !important;
}
.__mb-65 {
  margin-bottom: 65px !important;
}
.__ml-65 {
  margin-left: 65px !important;
}
.__mlr-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}
.__mtb-65 {
  margin-bottom: 65px !important;
  margin-top: 65px !important;
}
.__m-70 {
  margin: 70px !important;
}
.__mt-70 {
  margin-top: 70px !important;
}
.__mr-70 {
  margin-right: 70px !important;
}
.__mb-70 {
  margin-bottom: 70px !important;
}
.__ml-70 {
  margin-left: 70px !important;
}
.__mlr-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
.__mtb-70 {
  margin-bottom: 70px !important;
  margin-top: 70px !important;
}
.__m-75 {
  margin: 75px !important;
}
.__mt-75 {
  margin-top: 75px !important;
}
.__mr-75 {
  margin-right: 75px !important;
}
.__mb-75 {
  margin-bottom: 75px !important;
}
.__ml-75 {
  margin-left: 75px !important;
}
.__mlr-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}
.__mtb-75 {
  margin-bottom: 75px !important;
  margin-top: 75px !important;
}
.__m-80 {
  margin: 80px !important;
}
.__mt-80 {
  margin-top: 80px !important;
}
.__mr-80 {
  margin-right: 80px !important;
}
.__mb-80 {
  margin-bottom: 80px !important;
}
.__ml-80 {
  margin-left: 80px !important;
}
.__mlr-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.__mtb-80 {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}
.__m-85 {
  margin: 85px !important;
}
.__mt-85 {
  margin-top: 85px !important;
}
.__mr-85 {
  margin-right: 85px !important;
}
.__mb-85 {
  margin-bottom: 85px !important;
}
.__ml-85 {
  margin-left: 85px !important;
}
.__mlr-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}
.__mtb-85 {
  margin-bottom: 85px !important;
  margin-top: 85px !important;
}
.__m-90 {
  margin: 90px !important;
}
.__mt-90 {
  margin-top: 90px !important;
}
.__mr-90 {
  margin-right: 90px !important;
}
.__mb-90 {
  margin-bottom: 90px !important;
}
.__ml-90 {
  margin-left: 90px !important;
}
.__mlr-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}
.__mtb-90 {
  margin-bottom: 90px !important;
  margin-top: 90px !important;
}
.__m-95 {
  margin: 95px !important;
}
.__mt-95 {
  margin-top: 95px !important;
}
.__mr-95 {
  margin-right: 95px !important;
}
.__mb-95 {
  margin-bottom: 95px !important;
}
.__ml-95 {
  margin-left: 95px !important;
}
.__mlr-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}
.__mtb-95 {
  margin-bottom: 95px !important;
  margin-top: 95px !important;
}
.__m-100 {
  margin: 100px !important;
}
.__mt-100 {
  margin-top: 100px !important;
}
.__mr-100 {
  margin-right: 100px !important;
}
.__mb-100 {
  margin-bottom: 100px !important;
}
.__ml-100 {
  margin-left: 100px !important;
}
.__mlr-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
.__mtb-100 {
  margin-bottom: 100px !important;
  margin-top: 100px !important;
}
.__m-150 {
  margin: 150px !important;
}
.__mt-150 {
  margin-top: 150px !important;
}
.__mr-150 {
  margin-right: 150px !important;
}
.__mb-150 {
  margin-bottom: 150px !important;
}
.__ml-150 {
  margin-left: 150px !important;
}
.__mlr-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}
.__mtb-150 {
  margin-bottom: 150px !important;
  margin-top: 150px !important;
}
.__m-200 {
  margin: 200px !important;
}
.__mt-200 {
  margin-top: 200px !important;
}
.__mr-200 {
  margin-right: 200px !important;
}
.__mb-200 {
  margin-bottom: 200px !important;
}
.__ml-200 {
  margin-left: 200px !important;
}
.__mlr-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}
.__mtb-200 {
  margin-bottom: 200px !important;
  margin-top: 200px !important;
}
@media (max-width: 414px) {
  .__m-mt-auto {
    margin-top: auto;
  }
  .__m-mr-auto {
    margin-right: auto !important;
  }
  .__m-mb-auto {
    margin-bottom: auto;
  }
  .__m-ml-auto {
    margin-left: auto;
  }
  .__m-m-0 {
    margin: 0px !important;
  }
  .__m-mt-0 {
    margin-top: 0px !important;
  }
  .__m-mr-0 {
    margin-right: 0px !important;
  }
  .__m-mb-0 {
    margin-bottom: 0px !important;
  }
  .__m-ml-0 {
    margin-left: 0px !important;
  }
  .__m-mlr-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .__m-mtb-0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .__m-m-5 {
    margin: 5px !important;
  }
  .__m-mt-5 {
    margin-top: 5px !important;
  }
  .__m-mr-5 {
    margin-right: 5px !important;
  }
  .__m-mb-5 {
    margin-bottom: 5px !important;
  }
  .__m-ml-5 {
    margin-left: 5px !important;
  }
  .__m-mlr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .__m-mtb-5 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }
  .__m-m-10 {
    margin: 10px !important;
  }
  .__m-mt-10 {
    margin-top: 10px !important;
  }
  .__m-mr-10 {
    margin-right: 10px !important;
  }
  .__m-mb-10 {
    margin-bottom: 10px !important;
  }
  .__m-ml-10 {
    margin-left: 10px !important;
  }
  .__m-mlr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .__m-mtb-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .__m-m-15 {
    margin: 15px !important;
  }
  .__m-mt-15 {
    margin-top: 15px !important;
  }
  .__m-mr-15 {
    margin-right: 15px !important;
  }
  .__m-mb-15 {
    margin-bottom: 15px !important;
  }
  .__m-ml-15 {
    margin-left: 15px !important;
  }
  .__m-mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .__m-mtb-15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
  .__m-m-20 {
    margin: 20px !important;
  }
  .__m-mt-20 {
    margin-top: 20px !important;
  }
  .__m-mr-20 {
    margin-right: 20px !important;
  }
  .__m-mb-20 {
    margin-bottom: 20px !important;
  }
  .__m-ml-20 {
    margin-left: 20px !important;
  }
  .__m-mlr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .__m-mtb-20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .__m-m-25 {
    margin: 25px !important;
  }
  .__m-mt-25 {
    margin-top: 25px !important;
  }
  .__m-mr-25 {
    margin-right: 25px !important;
  }
  .__m-mb-25 {
    margin-bottom: 25px !important;
  }
  .__m-ml-25 {
    margin-left: 25px !important;
  }
  .__m-mlr-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .__m-mtb-25 {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }
  .__m-m-30 {
    margin: 30px !important;
  }
  .__m-mt-30 {
    margin-top: 30px !important;
  }
  .__m-mr-30 {
    margin-right: 30px !important;
  }
  .__m-mb-30 {
    margin-bottom: 30px !important;
  }
  .__m-ml-30 {
    margin-left: 30px !important;
  }
  .__m-mlr-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .__m-mtb-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .__m-m-35 {
    margin: 35px !important;
  }
  .__m-mt-35 {
    margin-top: 35px !important;
  }
  .__m-mr-35 {
    margin-right: 35px !important;
  }
  .__m-mb-35 {
    margin-bottom: 35px !important;
  }
  .__m-ml-35 {
    margin-left: 35px !important;
  }
  .__m-mlr-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .__m-mtb-35 {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
  }
  .__m-m-40 {
    margin: 40px !important;
  }
  .__m-mt-40 {
    margin-top: 40px !important;
  }
  .__m-mr-40 {
    margin-right: 40px !important;
  }
  .__m-mb-40 {
    margin-bottom: 40px !important;
  }
  .__m-ml-40 {
    margin-left: 40px !important;
  }
  .__m-mlr-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .__m-mtb-40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .__m-m-45 {
    margin: 45px !important;
  }
  .__m-mt-45 {
    margin-top: 45px !important;
  }
  .__m-mr-45 {
    margin-right: 45px !important;
  }
  .__m-mb-45 {
    margin-bottom: 45px !important;
  }
  .__m-ml-45 {
    margin-left: 45px !important;
  }
  .__m-mlr-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .__m-mtb-45 {
    margin-bottom: 45px !important;
    margin-top: 45px !important;
  }
  .__m-m-50 {
    margin: 50px !important;
  }
  .__m-mt-50 {
    margin-top: 50px !important;
  }
  .__m-mr-50 {
    margin-right: 50px !important;
  }
  .__m-mb-50 {
    margin-bottom: 50px !important;
  }
  .__m-ml-50 {
    margin-left: 50px !important;
  }
  .__m-mlr-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .__m-mtb-50 {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  .__m-m-60 {
    margin: 60px !important;
  }
  .__m-mt-60 {
    margin-top: 60px !important;
  }
  .__m-mr-60 {
    margin-right: 60px !important;
  }
  .__m-mb-60 {
    margin-bottom: 60px !important;
  }
  .__m-ml-60 {
    margin-left: 60px !important;
  }
  .__m-mlr-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .__m-mtb-60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }
  .__m-m-65 {
    margin: 65px !important;
  }
  .__m-mt-65 {
    margin-top: 65px !important;
  }
  .__m-mr-65 {
    margin-right: 65px !important;
  }
  .__m-mb-65 {
    margin-bottom: 65px !important;
  }
  .__m-ml-65 {
    margin-left: 65px !important;
  }
  .__m-mlr-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .__m-mtb-65 {
    margin-bottom: 65px !important;
    margin-top: 65px !important;
  }
  .__m-m-70 {
    margin: 70px !important;
  }
  .__m-mt-70 {
    margin-top: 70px !important;
  }
  .__m-mr-70 {
    margin-right: 70px !important;
  }
  .__m-mb-70 {
    margin-bottom: 70px !important;
  }
  .__m-ml-70 {
    margin-left: 70px !important;
  }
  .__m-mlr-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .__m-mtb-70 {
    margin-bottom: 70px !important;
    margin-top: 70px !important;
  }
  .__m-m-75 {
    margin: 75px !important;
  }
  .__m-mt-75 {
    margin-top: 75px !important;
  }
  .__m-mr-75 {
    margin-right: 75px !important;
  }
  .__m-mb-75 {
    margin-bottom: 75px !important;
  }
  .__m-ml-75 {
    margin-left: 75px !important;
  }
  .__m-mlr-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .__m-mtb-75 {
    margin-bottom: 75px !important;
    margin-top: 75px !important;
  }
  .__m-m-80 {
    margin: 80px !important;
  }
  .__m-mt-80 {
    margin-top: 80px !important;
  }
  .__m-mr-80 {
    margin-right: 80px !important;
  }
  .__m-mb-80 {
    margin-bottom: 80px !important;
  }
  .__m-ml-80 {
    margin-left: 80px !important;
  }
  .__m-mlr-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .__m-mtb-80 {
    margin-bottom: 80px !important;
    margin-top: 80px !important;
  }
  .__m-m-85 {
    margin: 85px !important;
  }
  .__m-mt-85 {
    margin-top: 85px !important;
  }
  .__m-mr-85 {
    margin-right: 85px !important;
  }
  .__m-mb-85 {
    margin-bottom: 85px !important;
  }
  .__m-ml-85 {
    margin-left: 85px !important;
  }
  .__m-mlr-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .__m-mtb-85 {
    margin-bottom: 85px !important;
    margin-top: 85px !important;
  }
  .__m-m-90 {
    margin: 90px !important;
  }
  .__m-mt-90 {
    margin-top: 90px !important;
  }
  .__m-mr-90 {
    margin-right: 90px !important;
  }
  .__m-mb-90 {
    margin-bottom: 90px !important;
  }
  .__m-ml-90 {
    margin-left: 90px !important;
  }
  .__m-mlr-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .__m-mtb-90 {
    margin-bottom: 90px !important;
    margin-top: 90px !important;
  }
  .__m-m-95 {
    margin: 95px !important;
  }
  .__m-mt-95 {
    margin-top: 95px !important;
  }
  .__m-mr-95 {
    margin-right: 95px !important;
  }
  .__m-mb-95 {
    margin-bottom: 95px !important;
  }
  .__m-ml-95 {
    margin-left: 95px !important;
  }
  .__m-mlr-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .__m-mtb-95 {
    margin-bottom: 95px !important;
    margin-top: 95px !important;
  }
  .__m-m-100 {
    margin: 100px !important;
  }
  .__m-mt-100 {
    margin-top: 100px !important;
  }
  .__m-mr-100 {
    margin-right: 100px !important;
  }
  .__m-mb-100 {
    margin-bottom: 100px !important;
  }
  .__m-ml-100 {
    margin-left: 100px !important;
  }
  .__m-mlr-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .__m-mtb-100 {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
  .__m-m-150 {
    margin: 150px !important;
  }
  .__m-mt-150 {
    margin-top: 150px !important;
  }
  .__m-mr-150 {
    margin-right: 150px !important;
  }
  .__m-mb-150 {
    margin-bottom: 150px !important;
  }
  .__m-ml-150 {
    margin-left: 150px !important;
  }
  .__m-mlr-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .__m-mtb-150 {
    margin-bottom: 150px !important;
    margin-top: 150px !important;
  }
  .__m-m-200 {
    margin: 200px !important;
  }
  .__m-mt-200 {
    margin-top: 200px !important;
  }
  .__m-mr-200 {
    margin-right: 200px !important;
  }
  .__m-mb-200 {
    margin-bottom: 200px !important;
  }
  .__m-ml-200 {
    margin-left: 200px !important;
  }
  .__m-mlr-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .__m-mtb-200 {
    margin-bottom: 200px !important;
    margin-top: 200px !important;
  }
}
.__p-0 {
  padding: 0px !important;
}
.__pt-0 {
  padding-top: 0px !important;
}
.__pr-0 {
  padding-right: 0px !important;
}
.__pb-0 {
  padding-bottom: 0px !important;
}
.__pl-0 {
  padding-left: 0px !important;
}
.__plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.__ptb-0 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.__p-5 {
  padding: 5px !important;
}
.__pt-5 {
  padding-top: 5px !important;
}
.__pr-5 {
  padding-right: 5px !important;
}
.__pb-5 {
  padding-bottom: 5px !important;
}
.__pl-5 {
  padding-left: 5px !important;
}
.__plr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.__ptb-5 {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.__p-10 {
  padding: 10px !important;
}
.__pt-10 {
  padding-top: 10px !important;
}
.__pr-10 {
  padding-right: 10px !important;
}
.__pb-10 {
  padding-bottom: 10px !important;
}
.__pl-10 {
  padding-left: 10px !important;
}
.__plr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.__ptb-10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.__p-15 {
  padding: 15px !important;
}
.__pt-15 {
  padding-top: 15px !important;
}
.__pr-15 {
  padding-right: 15px !important;
}
.__pb-15 {
  padding-bottom: 15px !important;
}
.__pl-15 {
  padding-left: 15px !important;
}
.__plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.__ptb-15 {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
.__p-20 {
  padding: 20px !important;
}
.__pt-20 {
  padding-top: 20px !important;
}
.__pr-20 {
  padding-right: 20px !important;
}
.__pb-20 {
  padding-bottom: 20px !important;
}
.__pl-20 {
  padding-left: 20px !important;
}
.__plr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.__ptb-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.__p-25 {
  padding: 25px !important;
}
.__pt-25 {
  padding-top: 25px !important;
}
.__pr-25 {
  padding-right: 25px !important;
}
.__pb-25 {
  padding-bottom: 25px !important;
}
.__pl-25 {
  padding-left: 25px !important;
}
.__plr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.__ptb-25 {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}
.__p-30 {
  padding: 30px !important;
}
.__pt-30 {
  padding-top: 30px !important;
}
.__pr-30 {
  padding-right: 30px !important;
}
.__pb-30 {
  padding-bottom: 30px !important;
}
.__pl-30 {
  padding-left: 30px !important;
}
.__plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.__ptb-30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
.__p-35 {
  padding: 35px !important;
}
.__pt-35 {
  padding-top: 35px !important;
}
.__pr-35 {
  padding-right: 35px !important;
}
.__pb-35 {
  padding-bottom: 35px !important;
}
.__pl-35 {
  padding-left: 35px !important;
}
.__plr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.__ptb-35 {
  padding-bottom: 35px !important;
  padding-top: 35px !important;
}
.__p-40 {
  padding: 40px !important;
}
.__pt-40 {
  padding-top: 40px !important;
}
.__pr-40 {
  padding-right: 40px !important;
}
.__pb-40 {
  padding-bottom: 40px !important;
}
.__pl-40 {
  padding-left: 40px !important;
}
.__plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.__ptb-40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.__p-45 {
  padding: 45px !important;
}
.__pt-45 {
  padding-top: 45px !important;
}
.__pr-45 {
  padding-right: 45px !important;
}
.__pb-45 {
  padding-bottom: 45px !important;
}
.__pl-45 {
  padding-left: 45px !important;
}
.__plr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.__ptb-45 {
  padding-bottom: 45px !important;
  padding-top: 45px !important;
}
.__p-50 {
  padding: 50px !important;
}
.__pt-50 {
  padding-top: 50px !important;
}
.__pr-50 {
  padding-right: 50px !important;
}
.__pb-50 {
  padding-bottom: 50px !important;
}
.__pl-50 {
  padding-left: 50px !important;
}
.__plr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.__ptb-50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.__p-60 {
  padding: 60px !important;
}
.__pt-60 {
  padding-top: 60px !important;
}
.__pr-60 {
  padding-right: 60px !important;
}
.__pb-60 {
  padding-bottom: 60px !important;
}
.__pl-60 {
  padding-left: 60px !important;
}
.__plr-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.__ptb-60 {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
.__p-65 {
  padding: 65px !important;
}
.__pt-65 {
  padding-top: 65px !important;
}
.__pr-65 {
  padding-right: 65px !important;
}
.__pb-65 {
  padding-bottom: 65px !important;
}
.__pl-65 {
  padding-left: 65px !important;
}
.__plr-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
.__ptb-65 {
  padding-bottom: 65px !important;
  padding-top: 65px !important;
}
.__p-70 {
  padding: 70px !important;
}
.__pt-70 {
  padding-top: 70px !important;
}
.__pr-70 {
  padding-right: 70px !important;
}
.__pb-70 {
  padding-bottom: 70px !important;
}
.__pl-70 {
  padding-left: 70px !important;
}
.__plr-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.__ptb-70 {
  padding-bottom: 70px !important;
  padding-top: 70px !important;
}
.__p-75 {
  padding: 75px !important;
}
.__pt-75 {
  padding-top: 75px !important;
}
.__pr-75 {
  padding-right: 75px !important;
}
.__pb-75 {
  padding-bottom: 75px !important;
}
.__pl-75 {
  padding-left: 75px !important;
}
.__plr-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.__ptb-75 {
  padding-bottom: 75px !important;
  padding-top: 75px !important;
}
.__p-80 {
  padding: 80px !important;
}
.__pt-80 {
  padding-top: 80px !important;
}
.__pr-80 {
  padding-right: 80px !important;
}
.__pb-80 {
  padding-bottom: 80px !important;
}
.__pl-80 {
  padding-left: 80px !important;
}
.__plr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.__ptb-80 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
.__p-85 {
  padding: 85px !important;
}
.__pt-85 {
  padding-top: 85px !important;
}
.__pr-85 {
  padding-right: 85px !important;
}
.__pb-85 {
  padding-bottom: 85px !important;
}
.__pl-85 {
  padding-left: 85px !important;
}
.__plr-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}
.__ptb-85 {
  padding-bottom: 85px !important;
  padding-top: 85px !important;
}
.__p-90 {
  padding: 90px !important;
}
.__pt-90 {
  padding-top: 90px !important;
}
.__pr-90 {
  padding-right: 90px !important;
}
.__pb-90 {
  padding-bottom: 90px !important;
}
.__pl-90 {
  padding-left: 90px !important;
}
.__plr-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.__ptb-90 {
  padding-bottom: 90px !important;
  padding-top: 90px !important;
}
.__p-95 {
  padding: 95px !important;
}
.__pt-95 {
  padding-top: 95px !important;
}
.__pr-95 {
  padding-right: 95px !important;
}
.__pb-95 {
  padding-bottom: 95px !important;
}
.__pl-95 {
  padding-left: 95px !important;
}
.__plr-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}
.__ptb-95 {
  padding-bottom: 95px !important;
  padding-top: 95px !important;
}
.__p-100 {
  padding: 100px !important;
}
.__pt-100 {
  padding-top: 100px !important;
}
.__pr-100 {
  padding-right: 100px !important;
}
.__pb-100 {
  padding-bottom: 100px !important;
}
.__pl-100 {
  padding-left: 100px !important;
}
.__plr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.__ptb-100 {
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}
.__p-150 {
  padding: 150px !important;
}
.__pt-150 {
  padding-top: 150px !important;
}
.__pr-150 {
  padding-right: 150px !important;
}
.__pb-150 {
  padding-bottom: 150px !important;
}
.__pl-150 {
  padding-left: 150px !important;
}
.__plr-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}
.__ptb-150 {
  padding-bottom: 150px !important;
  padding-top: 150px !important;
}
.__p-200 {
  padding: 200px !important;
}
.__pt-200 {
  padding-top: 200px !important;
}
.__pr-200 {
  padding-right: 200px !important;
}
.__pb-200 {
  padding-bottom: 200px !important;
}
.__pl-200 {
  padding-left: 200px !important;
}
.__plr-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}
.__ptb-200 {
  padding-bottom: 200px !important;
  padding-top: 200px !important;
}
@media (max-width: 414px) {
  .__m-p-0 {
    padding: 0px !important;
  }
  .__m-pt-0 {
    padding-top: 0px !important;
  }
  .__m-pr-0 {
    padding-right: 0px !important;
  }
  .__m-pb-0 {
    padding-bottom: 0px !important;
  }
  .__m-pl-0 {
    padding-left: 0px !important;
  }
  .__m-plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .__m-ptb-0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .__m-p-5 {
    padding: 5px !important;
  }
  .__m-pt-5 {
    padding-top: 5px !important;
  }
  .__m-pr-5 {
    padding-right: 5px !important;
  }
  .__m-pb-5 {
    padding-bottom: 5px !important;
  }
  .__m-pl-5 {
    padding-left: 5px !important;
  }
  .__m-plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .__m-ptb-5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
  .__m-p-10 {
    padding: 10px !important;
  }
  .__m-pt-10 {
    padding-top: 10px !important;
  }
  .__m-pr-10 {
    padding-right: 10px !important;
  }
  .__m-pb-10 {
    padding-bottom: 10px !important;
  }
  .__m-pl-10 {
    padding-left: 10px !important;
  }
  .__m-plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .__m-ptb-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .__m-p-15 {
    padding: 15px !important;
  }
  .__m-pt-15 {
    padding-top: 15px !important;
  }
  .__m-pr-15 {
    padding-right: 15px !important;
  }
  .__m-pb-15 {
    padding-bottom: 15px !important;
  }
  .__m-pl-15 {
    padding-left: 15px !important;
  }
  .__m-plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .__m-ptb-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
  .__m-p-20 {
    padding: 20px !important;
  }
  .__m-pt-20 {
    padding-top: 20px !important;
  }
  .__m-pr-20 {
    padding-right: 20px !important;
  }
  .__m-pb-20 {
    padding-bottom: 20px !important;
  }
  .__m-pl-20 {
    padding-left: 20px !important;
  }
  .__m-plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .__m-ptb-20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .__m-p-25 {
    padding: 25px !important;
  }
  .__m-pt-25 {
    padding-top: 25px !important;
  }
  .__m-pr-25 {
    padding-right: 25px !important;
  }
  .__m-pb-25 {
    padding-bottom: 25px !important;
  }
  .__m-pl-25 {
    padding-left: 25px !important;
  }
  .__m-plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .__m-ptb-25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
  .__m-p-30 {
    padding: 30px !important;
  }
  .__m-pt-30 {
    padding-top: 30px !important;
  }
  .__m-pr-30 {
    padding-right: 30px !important;
  }
  .__m-pb-30 {
    padding-bottom: 30px !important;
  }
  .__m-pl-30 {
    padding-left: 30px !important;
  }
  .__m-plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .__m-ptb-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .__m-p-35 {
    padding: 35px !important;
  }
  .__m-pt-35 {
    padding-top: 35px !important;
  }
  .__m-pr-35 {
    padding-right: 35px !important;
  }
  .__m-pb-35 {
    padding-bottom: 35px !important;
  }
  .__m-pl-35 {
    padding-left: 35px !important;
  }
  .__m-plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .__m-ptb-35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
  .__m-p-40 {
    padding: 40px !important;
  }
  .__m-pt-40 {
    padding-top: 40px !important;
  }
  .__m-pr-40 {
    padding-right: 40px !important;
  }
  .__m-pb-40 {
    padding-bottom: 40px !important;
  }
  .__m-pl-40 {
    padding-left: 40px !important;
  }
  .__m-plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .__m-ptb-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .__m-p-45 {
    padding: 45px !important;
  }
  .__m-pt-45 {
    padding-top: 45px !important;
  }
  .__m-pr-45 {
    padding-right: 45px !important;
  }
  .__m-pb-45 {
    padding-bottom: 45px !important;
  }
  .__m-pl-45 {
    padding-left: 45px !important;
  }
  .__m-plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .__m-ptb-45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
  .__m-p-50 {
    padding: 50px !important;
  }
  .__m-pt-50 {
    padding-top: 50px !important;
  }
  .__m-pr-50 {
    padding-right: 50px !important;
  }
  .__m-pb-50 {
    padding-bottom: 50px !important;
  }
  .__m-pl-50 {
    padding-left: 50px !important;
  }
  .__m-plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .__m-ptb-50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .__m-p-60 {
    padding: 60px !important;
  }
  .__m-pt-60 {
    padding-top: 60px !important;
  }
  .__m-pr-60 {
    padding-right: 60px !important;
  }
  .__m-pb-60 {
    padding-bottom: 60px !important;
  }
  .__m-pl-60 {
    padding-left: 60px !important;
  }
  .__m-plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .__m-ptb-60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
  .__m-p-65 {
    padding: 65px !important;
  }
  .__m-pt-65 {
    padding-top: 65px !important;
  }
  .__m-pr-65 {
    padding-right: 65px !important;
  }
  .__m-pb-65 {
    padding-bottom: 65px !important;
  }
  .__m-pl-65 {
    padding-left: 65px !important;
  }
  .__m-plr-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .__m-ptb-65 {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
  }
  .__m-p-70 {
    padding: 70px !important;
  }
  .__m-pt-70 {
    padding-top: 70px !important;
  }
  .__m-pr-70 {
    padding-right: 70px !important;
  }
  .__m-pb-70 {
    padding-bottom: 70px !important;
  }
  .__m-pl-70 {
    padding-left: 70px !important;
  }
  .__m-plr-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .__m-ptb-70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
  .__m-p-75 {
    padding: 75px !important;
  }
  .__m-pt-75 {
    padding-top: 75px !important;
  }
  .__m-pr-75 {
    padding-right: 75px !important;
  }
  .__m-pb-75 {
    padding-bottom: 75px !important;
  }
  .__m-pl-75 {
    padding-left: 75px !important;
  }
  .__m-plr-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .__m-ptb-75 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }
  .__m-p-80 {
    padding: 80px !important;
  }
  .__m-pt-80 {
    padding-top: 80px !important;
  }
  .__m-pr-80 {
    padding-right: 80px !important;
  }
  .__m-pb-80 {
    padding-bottom: 80px !important;
  }
  .__m-pl-80 {
    padding-left: 80px !important;
  }
  .__m-plr-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .__m-ptb-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
  .__m-p-85 {
    padding: 85px !important;
  }
  .__m-pt-85 {
    padding-top: 85px !important;
  }
  .__m-pr-85 {
    padding-right: 85px !important;
  }
  .__m-pb-85 {
    padding-bottom: 85px !important;
  }
  .__m-pl-85 {
    padding-left: 85px !important;
  }
  .__m-plr-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .__m-ptb-85 {
    padding-bottom: 85px !important;
    padding-top: 85px !important;
  }
  .__m-p-90 {
    padding: 90px !important;
  }
  .__m-pt-90 {
    padding-top: 90px !important;
  }
  .__m-pr-90 {
    padding-right: 90px !important;
  }
  .__m-pb-90 {
    padding-bottom: 90px !important;
  }
  .__m-pl-90 {
    padding-left: 90px !important;
  }
  .__m-plr-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .__m-ptb-90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }
  .__m-p-95 {
    padding: 95px !important;
  }
  .__m-pt-95 {
    padding-top: 95px !important;
  }
  .__m-pr-95 {
    padding-right: 95px !important;
  }
  .__m-pb-95 {
    padding-bottom: 95px !important;
  }
  .__m-pl-95 {
    padding-left: 95px !important;
  }
  .__m-plr-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .__m-ptb-95 {
    padding-bottom: 95px !important;
    padding-top: 95px !important;
  }
  .__m-p-100 {
    padding: 100px !important;
  }
  .__m-pt-100 {
    padding-top: 100px !important;
  }
  .__m-pr-100 {
    padding-right: 100px !important;
  }
  .__m-pb-100 {
    padding-bottom: 100px !important;
  }
  .__m-pl-100 {
    padding-left: 100px !important;
  }
  .__m-plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .__m-ptb-100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
  .__m-p-150 {
    padding: 150px !important;
  }
  .__m-pt-150 {
    padding-top: 150px !important;
  }
  .__m-pr-150 {
    padding-right: 150px !important;
  }
  .__m-pb-150 {
    padding-bottom: 150px !important;
  }
  .__m-pl-150 {
    padding-left: 150px !important;
  }
  .__m-plr-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .__m-ptb-150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }
  .__m-p-200 {
    padding: 200px !important;
  }
  .__m-pt-200 {
    padding-top: 200px !important;
  }
  .__m-pr-200 {
    padding-right: 200px !important;
  }
  .__m-pb-200 {
    padding-bottom: 200px !important;
  }
  .__m-pl-200 {
    padding-left: 200px !important;
  }
  .__m-plr-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .__m-ptb-200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
}
.__circle {
  border-radius: 50%;
}
.__center-y {
  position: relative;
  top: -50%;
  transform: translateY(50%);
}
.__center-x {
  position: relative;
  top: -50%;
  transform: translateX(50%);
}
.__center {
  left: -50%;
  position: relative;
  top: -50%;
  transform: translate3d(50%, 50%, 0);
}
.__hidden {
  display: none;
  margin: 0;
  max-height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}
.__w100 {
  width: 100% !important;
}
.__wauto {
  flex: 0 0 auto !important;
}
.__h100 {
  height: 100% !important;
}
.__hauto {
  height: auto !important;
}
.__100vw {
  width: 100vw;
}
.__100vh {
  height: 100vh;
}
.__relative {
  position: relative;
}
.__wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}
@media (max-width: 414px) {
  .__wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
  }
}
.classification {
  background: #fff;
  position: relative;
}
.classification img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.classification .title {
  color: #141313;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.classification .sub-title {
  color: #777575;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.classification .championship {
  display: flex;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 414px) {
  .classification .championship {
    flex-direction: column;
  }
}
.classification .championship + .championship {
  border-top: 1px solid #ebebeb;
}
@media (max-width: 414px) {
  .classification .championship .data-table {
    margin: 50px auto;
    overflow-x: scroll;
    width: 100%;
  }
}
.classification .championship .data-table .table {
  flex: 0 0 auto;
  margin-right: 30px;
}
.classification .championship .data-table .table + .table {
  margin-top: 30px;
}
.classification .championship .data-table .table table {
  border-bottom: 1px solid #ebebeb;
  border-collapse: collapse;
  margin-top: 20px;
}
.classification .championship .data-table .table table thead tr {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  text-align: center;
}
.classification .championship .data-table .table table thead tr th {
  color: #777575;
  font-size: 13px;
  font-weight: 500;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}
.classification .championship .data-table .table table thead tr th:nth-child(n+3) {
  border-left: 1px solid #ebebeb;
}
.classification .championship .data-table .table table thead tr th.tal {
  text-align: left;
}
@media (max-width: 414px) {
  .classification .championship .data-table .table table thead tr th {
    width: auto;
    padding: 10px;
  }
}
.classification .championship .data-table .table table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.classification .championship .data-table .table table tbody tr td {
  color: #141313;
  font-size: 14px;
  padding: 15px;
  text-align: center;
}
.classification .championship .data-table .table table tbody tr td:nth-child(n+3) {
  border-left: 1px solid #ebebeb;
}
.classification .championship .data-table .table table tbody tr td.tal {
  text-align: left;
}
.classification .championship .data-table .table table tbody tr td.red {
  color: #e2041a;
  font-weight: bold;
}
@media (max-width: 414px) {
  .classification .championship .data-table .table table tbody tr td {
    width: auto;
    padding: 10px;
  }
}
.classification .championship .results {
  padding: 0 40px;
  width: 100%;
}
@media (max-width: 414px) {
  .classification .championship .results {
    padding: 0;
  }
  .classification .championship .results .title {
    text-align: center;
    font-size: 7vw;
  }
}
.classification .championship .results .game {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px 0;
  position: relative;
  width: 100%;
}
.classification .championship .results .game:last-child {
  border-bottom: 0;
}
.classification .championship .results .game .name {
  color: #141313;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 414px) {
  .classification .championship .results .game .name {
    font-size: 6vw;
  }
}
.classification .championship .results .game .date {
  color: #777575;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 414px) {
  .classification .championship .results .game .date {
    font-size: 4vw;
  }
}
.classification .championship .results .game .shield {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 10px;
}
.classification .championship .results .game .shield img {
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 45px;
}
@media (max-width: 414px) {
  .classification .championship .results .game .shield img {
    width: 25vw;
    height: 25vw;
  }
}
.classification .championship .results .game .score {
  color: #141313;
  font-family: monospace;
  font-size: 30px;
  font-weight: bold;
  margin: 0 10px;
}
.classification .championship .results .game .sep {
  color: #e2041a;
  font-size: 20px;
  font-weight: bold;
}
footer {
  background: url("../images/footer-bg.png") center calc(100% + 45px) no-repeat, linear-gradient(to bottom, #141313, #141313 94px, #b1000b 94px, #b1000b 97px, #141313 97px, #141313 100px, #b1000b 100px, #b1000b);
  background-size: 100%, cover;
  height: 480px;
  position: relative;
  width: 100%;
}
@media (max-width: 414px) {
  footer {
    background-position: center bottom;
    height: auto;
  }
}
footer .__wrap {
  align-items: flex-start;
  display: flex;
}
@media (max-width: 414px) {
  footer .__wrap {
    flex-direction: column;
  }
}
footer .__wrap .brand {
  margin-left: 27px;
  width: 144px;
}
@media (max-width: 414px) {
  footer .__wrap .brand {
    margin: 0 auto;
    width: 50%;
  }
}
footer .__wrap .time-mania {
  margin-left: 68px;
  margin-top: 149px;
  width: 461px;
}
@media (max-width: 414px) {
  footer .__wrap .time-mania {
    margin: 0 auto 25px;
    width: 80%;
  }
}
footer .__wrap nav {
  display: flex;
  margin-left: 39px;
  margin-top: 147px;
}
@media (max-width: 414px) {
  footer .__wrap nav {
    flex-direction: column;
    margin: 50px auto;
  }
}
footer .__wrap nav ul {
  margin-right: 20px;
}
@media (max-width: 414px) {
  footer .__wrap nav ul {
    margin: 10px auto;
    text-align: center;
  }
}
footer .__wrap nav ul li:first-child {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media (max-width: 414px) {
  footer .__wrap nav ul li:first-child {
    font-size: 20px;
  }
}
footer .__wrap nav ul li {
  margin-bottom: 3px;
}
@media (max-width: 414px) {
  footer .__wrap nav ul li {
    margin: 10px auto;
  }
}
footer .__wrap nav ul li a {
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}
@media (max-width: 414px) {
  footer .__wrap nav ul li a {
    font-size: 14px;
  }
}
footer .__wrap nav ul li a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.copywriting {
  align-items: center;
  background: #e2041a;
  color: #fff;
  display: flex;
  font-size: 12px;
  height: 50px;
  justify-content: center;
}
@media (max-width: 414px) {
  .copywriting {
    padding: 10px;
    text-align: center;
  }
}
.copywriting img {
  margin-left: 10px;
}
.gallery {
  background: #141313;
  padding-bottom: 17px;
}
.gallery .__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.gallery .__wrap > .title {
  color: #e2041a;
  font-size: 18px;
  font-weight: bold;
  margin: 38px 0;
  text-transform: uppercase;
}
.gallery .gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 12px;
}
.gallery .gallery-list:after {
  content: '';
  flex: auto;
}
.gallery .gallery-list .gallery-item {
  background-size: cover;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 322px;
  justify-content: flex-end;
  margin: 0 11px 17px;
  overflow: hidden;
  padding: 40px;
  position: relative;
  transition: border 0.3s ease-in-out;
  width: 272px;
}
.gallery .gallery-list .gallery-item:before {
  background: linear-gradient(to bottom, transparent 20%, rgba(0,0,0,0.9));
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.gallery .gallery-list .gallery-item:hover {
  border-bottom-color: #e2041a;
}
.gallery .gallery-list .gallery-item:hover:before {
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.9));
}
.gallery .gallery-list .gallery-item:hover img {
  scale: 1.1;
}
.gallery .gallery-list .gallery-item img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  transition: scale 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
.gallery .gallery-list .gallery-item .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
.gallery .gallery-list .gallery-item .date {
  color: #e2041a;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  position: relative;
  z-index: 3;
}
.games {
  background: linear-gradient(to right, #000, #000 50%, #0e0e0e 50%, #0e0e0e);
  height: 345px;
  position: relative;
}
@media (max-width: 414px) {
  .games {
    height: auto;
    background: linear-gradient(to bottom, #000, #000 50%, #0e0e0e 50%, #0e0e0e);
  }
}
.games .__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 414px) {
  .games .__wrap {
    flex-direction: column;
  }
}
@media (max-width: 414px) {
  .games .__mobile {
    display: none;
  }
}
.games .game {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 40px;
  position: relative;
  width: 50%;
}
@media (max-width: 414px) {
  .games .game {
    width: 100%;
    height: 40vh;
    padding: 0;
  }
  .games .game:nth-child(1) {
    border-bottom: 1vw solid #e2041a;
  }
}
.games .game .float-label-left {
  color: #e2041a;
  font-size: 20px;
  font-weight: bold;
  left: -160px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 160px;
  transform: rotate(-90deg);
  width: 345px;
}
@media (max-width: 414px) {
  .games .game .float-label-left {
    transform: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
  }
}
.games .game .float-label-right {
  color: #e2041a;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: -160px;
  text-align: center;
  text-transform: uppercase;
  top: 160px;
  transform: rotate(90deg);
  width: 345px;
}
@media (max-width: 414px) {
  .games .game .data-box {
    margin: 0 auto;
  }
}
.games .game .championship {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.games .game .date {
  color: #777575;
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0 20px;
  text-align: center;
}
.games .game .shield {
  align-items: center;
  background: #fff;
  border-radius: 100%;
  display: flex;
  height: 85px;
  justify-content: center;
  width: 85px;
}
.games .game .shield img {
  height: 55px;
  width: 55px;
}
.games .game .score {
  color: #fff;
  font-family: monospace;
  font-size: 40px;
  font-weight: bold;
  margin: 0 10px;
}
.games .game .sep {
  color: #e2041a;
  font-size: 15px;
  font-weight: bold;
}
.hamburger {
  display: none;
}
@media (max-width: 414px) {
  .hamburger {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
  }
}
.hamburger label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 40px;
}
.hamburger label span {
  background: #fff;
  border-radius: 10px;
  height: 4px;
  margin: 4px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.hamburger label span:nth-of-type(1) {
  width: 50%;
}
.hamburger label span:nth-of-type(2) {
  width: 100%;
}
.hamburger label span:nth-of-type(3) {
  width: 75%;
}
.hamburger input[type='checkbox'] {
  display: none;
}
.hamburger input[type='checkbox']:checked ~ span:nth-of-type(1) {
  transform: rotatez(45deg) translate(5px, 0);
  transform-origin: bottom;
}
.hamburger input[type='checkbox']:checked ~ span:nth-of-type(2) {
  transform: rotatez(-45deg);
  transform-origin: top;
}
.hamburger input[type='checkbox']:checked ~ span:nth-of-type(3) {
  transform: translate(18px, -6px) rotatez(45deg);
  transform-origin: bottom;
  width: 50%;
}
header {
  background: linear-gradient(to bottom, #000, transparent);
  padding: 21px 0 0;
  position: absolute;
  width: 100%;
  z-index: 20;
}
header.__fixed {
  animation: slidedown 0.75s reverse linear;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: rgba(25,25,25,0.5);
  padding: 10px;
  position: fixed;
}
header.__fixed .__wrap {
  align-items: center;
}
header.__fixed .brand {
  width: 40px !important;
}
header.__fixed nav {
  margin-top: 0 !important;
}
header.__fixed .social {
  margin-top: 0 !important;
}
header .__wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 414px) {
  header .__wrap {
    justify-content: flex-start;
  }
}
header .__wrap .brand {
  margin-left: 25px;
  transition: width 0.3s ease-in-out;
  width: 95px;
}
@media (max-width: 414px) {
  header .__wrap .brand {
    width: 40px;
  }
}
header .__wrap nav {
  display: flex;
  margin-top: 30px;
}
header .__wrap nav .close {
  display: none;
}
@media (max-width: 414px) {
  header .__wrap nav {
    align-items: center;
    backdrop-filter: blur(30px);
    background-color: rgba(25,25,25,0.8);
    flex-direction: column;
    height: 100vh;
    justify-content: space-around;
    left: 0;
    margin-top: 0;
    padding: 30px 0;
    position: fixed;
    top: 0;
    transform: translateX(-200%);
    transition: all 0.3s ease-in-out;
    width: 100vw;
    -webkit-backdrop-filter: blur(30px);
  }
  header .__wrap nav.__active {
    transform: translateX(0);
  }
}
header .__wrap nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0 20px;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 414px) {
  header .__wrap nav a {
    font-size: 20px;
  }
}
header .__wrap nav a:first-child {
  margin-left: 170px;
}
@media (max-width: 414px) {
  header .__wrap nav a:first-child {
    margin-left: 20px;
  }
}
header .__wrap nav a:hover {
  color: #e2041a;
}
header .__wrap nav a.__active {
  border-bottom: 3px solid #e2041a;
  color: #e2041a;
  padding-bottom: 5px;
}
header .__wrap nav a.ext {
  color: #e2041a;
  white-space: nowrap;
}
header .__wrap nav a.ext:after {
  content: url("../images/arrow-ext.png");
  margin-left: 5px;
}
header .__wrap .social {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 414px) {
  header .__wrap .social {
    margin-left: 25px;
    margin-top: 16px;
  }
}
header .__wrap .social a {
  margin: 0 6px;
}
@media (max-width: 414px) {
  header .__wrap .social a {
    margin: 0 3px;
  }
}
header .__wrap .social a:hover {
  opacity: 0.5;
}
header .__wrap .social a img {
  width: 32px;
}
@media (max-width: 414px) {
  header .__wrap .social a img {
    width: 25px;
  }
}
@-webkit-keyframes slidedown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200px);
  }
}
@keyframes slidedown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200px);
  }
}
[data-src] {
  opacity: 0;
  transform: scale(0.7);
  transition: 0.5s opacity 0.25s, 0.5s transform 0.25s;
}
[data-src].__visible {
  opacity: 1;
  transform: scale(1);
}
.news {
  background: #141313;
  padding-bottom: 17px;
}
.news .__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.news .__wrap > .title {
  color: #e2041a;
  font-size: 18px;
  font-weight: bold;
  margin: 38px 0;
  text-transform: uppercase;
}
.news .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 12px;
}
@media (max-width: 414px) {
  .news .news-list {
    padding: 0;
  }
}
.news .news-list:after {
  content: '';
  flex: auto;
}
@media (max-width: 414px) {
  .news .news-list:after {
    display: none;
  }
}
.news .news-list .news-item {
  background-size: cover;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 322px;
  justify-content: flex-end;
  margin: 0 11px 17px;
  overflow: hidden;
  padding: 40px;
  position: relative;
  transition: border 0.3s ease-in-out;
  width: 272px;
}
@media (max-width: 414px) {
  .news .news-list .news-item {
    width: 90%;
    margin: 20px auto;
  }
}
.news .news-list .news-item:before {
  background: linear-gradient(to bottom, transparent 20%, rgba(0,0,0,0.9));
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.news .news-list .news-item:hover {
  border-bottom-color: #e2041a;
}
.news .news-list .news-item:hover:before {
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.9));
}
.news .news-list .news-item:hover img {
  scale: 1.1;
}
.news .news-list .news-item img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  transition: scale 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
.news .news-list .news-item .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
.news .news-list .news-item .date {
  color: #e2041a;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  position: relative;
  z-index: 3;
}
.partners {
  background: #141313;
  padding-bottom: 100px;
  position: relative;
}
.partners .__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 900px;
}
.partners .__wrap .logos {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 414px) {
  .partners .__wrap .logos {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.partners .__wrap .logos img {
  filter: grayscale(100%);
  height: 93px;
  margin: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.3s ease-in-out;
  width: 143px;
}
.partners .__wrap .logos img:hover {
  filter: grayscale(0);
}
@media (max-width: 414px) {
  .partners .__wrap .logos img {
    margin: 0;
  }
}
.partners .title {
  color: #e2041a;
  font-size: 18px;
  font-weight: bold;
  margin: 38px 0;
  text-transform: uppercase;
}
@media (max-width: 414px) {
  .partners .title {
    margin: 0;
  }
}
.sub-header {
  align-items: center;
  background: url("../images/club-bg.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 349px;
  justify-content: flex-end;
  padding-bottom: 60px;
  position: relative;
}
.sub-header.effect {
  height: 400px;
  padding-bottom: 150px;
}
.sub-header.effect:after {
  background: linear-gradient(rgba(20,19,19,0.4), rgba(0,0,0,0.8));
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sub-header h1 {
  color: #fff;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
.sub-header h2 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
.sub-header span {
  color: #e2041a;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
  z-index: 1;
}
.supporter-partner {
  background: #141313;
  padding: 50px 0;
  position: relative;
}
.supporter-partner img {
  -o-object-fit: contain;
     object-fit: contain;
}
[data-switcher] [class*='-item'] {
  position: absolute;
  z-index: 1;
}
[data-switcher] [class*='-item'].__active {
  -webkit-animation: fadein 0.4s linear;
          animation: fadein 0.4s linear;
  z-index: 2;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.team {
  align-items: center;
  background: #141313 url("../images/team-a.png") center 30px no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 168px 0 60px;
  position: relative;
  width: 100%;
}
@media (max-width: 414px) {
  .team {
    padding: 50px 0;
  }
}
.team > .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 37px 0 40px;
  text-transform: uppercase;
}
@media (max-width: 414px) {
  .team > .title {
    font-size: 8vw;
    margin-top: 150px;
  }
}
.team .players {
  width: 100%;
}
.team .players .players-rail {
  height: 417px;
  position: relative;
  width: 100%;
}
@media (max-width: 414px) {
  .team .players .players-rail {
    display: flex;
    justify-content: flex-start;
    overflow: scroll;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .team .players .players-rail::-webkit-scrollbar {
    display: none;
  }
}
.team .players .players-rail .players-item {
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 414px) {
  .team .players .players-rail .players-item {
    justify-content: flex-start;
    opacity: 1;
    padding: 0 !important;
    position: relative;
    width: auto;
  }
}
.team .players .players-rail .players-item.__active {
  opacity: 1;
}
.team .players .players-rail .players-item .player {
  background: #fff;
  box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.2);
  cursor: pointer;
  display: flex;
  flex: 0 0 calc((100% / 5) - 40px);
  flex-direction: column;
  height: 100%;
  margin: 0 20px;
  padding: 20px;
  scroll-snap-align: center;
  width: calc((100% / 5) - 40px);
}
@media (max-width: 414px) {
  .team .players .players-rail .players-item .player {
    flex: 0 0 75vw;
    margin: 0 10px;
    width: 75vw;
  }
}
.team .players .players-rail .players-item .player img {
  flex: 0 0 auto;
  height: 280px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.team .players .players-rail .players-item .player .name {
  color: #141313;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.team .players .players-rail .players-item .player .job-title {
  color: #e2041a;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  text-align: center;
}
.team .players .players-previous,
.team .players .players-next {
  background: url("../images/arrow-left-red.png") no-repeat;
  cursor: pointer;
  height: 19px;
  margin: 0 10px;
  width: 28px;
}
@media (max-width: 414px) {
  .team .players .players-previous,
  .team .players .players-next {
    display: none;
  }
}
.team .players .players-next {
  transform: rotate(180deg);
}
.team .players .players-counters {
  display: flex;
  z-index: 3;
}
@media (max-width: 414px) {
  .team .players .players-counters {
    display: none;
  }
}
.team .players .players-counters .counter {
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  height: 10px;
  margin-left: 10px;
  position: relative;
  width: 10px;
}
.team .players .players-counters .counter.__active {
  background: #e2041a;
}
.team .players .players-counters .counter:first-child {
  margin-left: 0;
}
.twitter {
  background: #141313 url("../images/twitter-bg.png") left center no-repeat;
  background-size: 30%;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 414px) {
  .twitter {
    background-position: left 30px;
  }
}
.twitter .__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 900px;
}
@media (max-width: 414px) {
  .twitter .__wrap {
    flex-direction: column;
  }
}
.twitter .title {
  color: #e2041a;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 414px) {
  .twitter .title br {
    display: none;
  }
}
.twitter .at {
  color: #fff;
  margin-top: 15px;
}
@media (max-width: 414px) {
  .twitter .at {
    margin: 20px 0;
  }
}
.base {
  background: #141313;
}
.base .structure {
  background: #141313;
}
.base .structure .__wrap {
  display: flex;
  flex-direction: column;
}
.base .structure .title {
  color: #e2041a;
  font-size: 18px;
  font-weight: bold;
  margin: 38px 0 -20px;
  text-transform: uppercase;
}
@media (max-width: 414px) {
  .base .structure .__fb {
    flex-direction: column-reverse;
  }
}
.base .structure .__fb p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.base .structure .__fb p .red {
  color: #e2041a;
  font-size: 25px;
  font-weight: bold;
}
.base .structure .__fb .photos {
  margin-left: 100px;
  width: 600px;
}
@media (max-width: 414px) {
  .base .structure .__fb .photos {
    margin: 20px auto;
    width: 100%;
  }
}
.club {
  background: #000;
  color: #fff;
}
.club form {
  display: none;
}
@media (max-width: 414px) {
  .club form {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 200px;
  }
}
.club form label select {
  background-color: transparent;
  border: 2px solid #e2041a;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  height: 45px;
  padding-left: 20px;
  position: relative;
  width: 170px;
}
.club form label select option {
  color: #000;
}
.club form label::after {
  border-bottom: 2px solid #e2041a;
  border-left: 2px solid #e2041a;
  content: '';
  height: 8px;
  position: absolute;
  right: 35px;
  top: 15px;
  transform: rotate(-45deg);
  width: 8px;
}
.club .content {
  width: 100%;
}
.club .content .content-counters {
  display: flex;
  justify-content: center;
}
@media (max-width: 414px) {
  .club .content .content-counters {
    display: none;
    height: 50px;
    justify-content: left;
    overflow-x: scroll;
    padding-bottom: 10px;
    width: 100%;
  }
}
.club .content .content-counters .counter {
  border-bottom: 3px solid transparent;
  color: #fff;
  cursor: pointer;
  margin: 0 30px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 414px) {
  .club .content .content-counters .counter {
    font-size: 6vw;
  }
}
.club .content .content-counters .counter:after {
  border: 8px solid transparent;
  content: '';
  left: 50%;
  position: absolute;
  top: 30px;
  transform: translateX(-50%);
}
.club .content .content-counters .counter.__active {
  border-bottom: 3px solid #e2041a;
  color: #e2041a;
}
.club .content .content-counters .counter.__active:after {
  border-top-color: #e2041a;
}
.club .content .content-counters .counter:hover {
  color: #e2041a;
}
.club .content .content-counters .counter:empty {
  display: none;
}
.club .content .content-rail {
  display: flex;
  padding: 50px 0;
}
.club .content .content-item {
  display: none;
  flex-direction: column;
  position: relative !important;
  width: 100%;
}
.club .content .content-item.__active {
  display: flex;
}
@media (max-width: 414px) {
  .club .content .content-item .__fb {
    flex-direction: column-reverse;
  }
}
.club .content .content-item .__fb p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}
@media (max-width: 414px) {
  .club .content .content-item .__fb p {
    margin: 20px auto 0 auto !important;
  }
}
.club .content .content-item .__fb p .red {
  color: #e2041a;
  font-size: 25px;
  font-weight: bold;
}
.club .content .content-item .__fb .title {
  align-items: center;
  border-bottom: 1px solid #777575;
  color: #fff;
  display: flex;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.club .content .content-item .__fb .title .arrow {
  border: 8px solid transparent;
  border-top-color: #e2041a;
  margin-left: 15px;
  margin-top: 15px;
}
.club .content .content-item .flex-box img {
  margin-bottom: 15px;
}
@media (max-width: 414px) {
  .club .content .content-item .flex-box img {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .club .content .content-item .flex-box {
    margin-bottom: 30px;
  }
}
.club .content .content-item .list .list-wrap {
  border-bottom: 1px solid #777575;
  overflow: hidden;
}
.club .content .content-item .list .list-wrap .list-legend {
  color: #e2041a;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.club .content .content-item .list .list-wrap .list-legend:before {
  border-bottom: 2px solid #e2041a;
  border-left: 2px solid #e2041a;
  content: '';
  height: 8px;
  left: 2px;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 8px;
}
.club .content .content-item .list .list-wrap .list-content {
  color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 414px) {
  .club .content .content-item .list .list-wrap .list-content .__fb {
    flex-direction: column-reverse;
  }
}
.club .content .content-item .list .list-wrap .list-content .__fb p {
  line-height: 30px;
  margin-top: 0 !important;
}
.club .content .content-item .list .list-wrap .list-content .__fb img {
  margin-left: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 414px) {
  .club .content .content-item .list .list-wrap .list-content .__fb img {
    width: 100%;
  }
}
.club .content .content-item .list .list-wrap .list-content .flex-box {
  margin-left: 100px;
}
.club .content .content-item .list .list-wrap .list-content .flex-box img {
  margin-bottom: 15px;
}
@media (max-width: 414px) {
  .club .content .content-item .list .list-wrap .list-content .flex-box img {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .club .content .content-item .list .list-wrap .list-content .flex-box {
    margin-bottom: 30px;
    margin-left: 0;
  }
}
.club .content .content-item .list .list-wrap.__active .list-legend:before {
  top: 8px;
  transform: rotate(135deg);
}
.club .content .content-item .list .list-wrap.__active .list-content {
  max-height: 3000px;
}
.section .__f .mt {
  margin-top: 91px;
}
@media (max-width: 414px) {
  .section .__f .mt {
    margin-top: 30px;
  }
}
@media (max-width: 414px) {
  .section img {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 414px) {
  .aspas {
    display: none;
  }
}
.anthem {
  font-size: 13px;
}
@media (max-width: 414px) {
  .anthem {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .anthem span {
    font-weight: bold;
  }
}
@media (max-width: 414px) {
  .mascot {
    width: 100%;
  }
  .mascot p {
    width: 100%;
  }
}
.mascot img {
  margin: 0 auto;
  width: 60%;
}
.gallery-intern {
  background: #141313;
}
.gallery-intern .sub-header {
  background: url("../images/club-bg.jpg") center center no-repeat;
  background-size: cover;
}
.gallery-intern .photos {
  height: 660px;
  margin: 50px 0 100px;
  position: relative;
  width: 100%;
}
@media (max-width: 414px) {
  .gallery-intern .photos {
    height: 270px;
  }
}
.gallery-intern .photos .photos-rail {
  height: 100%;
  width: 100%;
}
.gallery-intern .photos .photos-rail .photos-item {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
.gallery-intern .photos .photos-rail .photos-item img {
  border-radius: 15px;
  height: 100%;
  width: 100%;
}
.gallery-intern .photos .photos-counters {
  display: flex;
  left: 50%;
  margin-top: 15px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}
.gallery-intern .photos .photos-counters .counter {
  border: 2px solid #e2041a;
  border-radius: 100%;
  cursor: pointer;
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
@media (max-width: 414px) {
  .gallery-intern .photos .photos-counters .counter {
    height: 15px;
    width: 15px;
  }
}
.gallery-intern .photos .photos-counters .counter.__active {
  background-color: #e2041a;
}
.gallery-intern .photos .photos-previous {
  align-items: center;
  background-color: #e2041a;
  border-radius: 100%;
  bottom: 285px;
  cursor: pointer;
  display: flex;
  height: 70px;
  justify-content: center;
  left: 15px;
  position: absolute;
  width: 70px;
  z-index: 3;
}
@media (max-width: 414px) {
  .gallery-intern .photos .photos-previous {
    bottom: 120px;
    height: 40px;
    width: 40px;
  }
}
.gallery-intern .photos .photos-previous::after {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  content: '';
  height: 12px;
  transform: rotate(45deg);
  width: 12px;
}
@media (max-width: 414px) {
  .gallery-intern .photos .photos-previous::after {
    height: 8px;
    width: 8px;
  }
}
.gallery-intern .photos .photos-next {
  align-items: center;
  background-color: #e2041a;
  border-radius: 100%;
  bottom: 285px;
  cursor: pointer;
  display: flex;
  height: 70px;
  justify-content: center;
  position: absolute;
  right: 15px;
  width: 70px;
  z-index: 3;
}
@media (max-width: 414px) {
  .gallery-intern .photos .photos-next {
    bottom: 120px;
    height: 40px;
    width: 40px;
  }
}
.gallery-intern .photos .photos-next::after {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  content: '';
  height: 12px;
  transform: rotate(223deg);
  width: 12px;
}
@media (max-width: 414px) {
  .gallery-intern .photos .photos-next::after {
    height: 8px;
    width: 8px;
  }
}
.games-page {
  background: #141313;
  position: relative;
}
.games-page .title {
  color: #e2041a;
  font-size: 18px;
  font-weight: bold;
  margin: 38px 0;
  text-transform: uppercase;
}
.games-page .game {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-around;
  margin: 0 0 30px;
  padding: 35px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 414px) {
  .games-page .game {
    flex-direction: column;
  }
}
.games-page .game.next-games .score {
  font-size: 18px;
}
.games-page .game .teams {
  color: #777575;
  font-size: 13px;
  font-weight: 500;
  margin: 5px 0 0;
  text-align: center;
}
.games-page .game .name {
  color: #141313;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 414px) {
  .games-page .game .name {
    font-size: 6vw;
    margin-top: 20px;
  }
}
.games-page .game .date {
  color: #777575;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 414px) {
  .games-page .game .date {
    font-size: 4vw;
  }
}
.games-page .game .next-play {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 700px;
}
@media (max-width: 414px) {
  .games-page .game .next-play {
    height: auto;
    width: 100%;
  }
}
.games-page .game .last-game {
  width: 100px;
}
.games-page .game .shield {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 10px;
}
.games-page .game .shield img {
  height: 45px;
  width: 45px;
}
@media (max-width: 414px) {
  .games-page .game .shield img {
    height: 25vw;
    width: 25vw;
  }
}
@media (max-width: 414px) {
  .games-page .game .shield {
    margin-top: 20px;
  }
}
.games-page .game span {
  color: #141313;
  font-size: 13px;
  font-weight: 500;
  margin: 5px 0 0;
}
.games-page .game .score {
  color: #141313;
  font-family: monospace;
  font-size: 30px;
  font-weight: bold;
  margin: 0 10px;
}
@media (max-width: 414px) {
  .games-page .game .score {
    font-size: 10vw;
  }
}
.games-page .game .sep {
  color: #e2041a;
  font-size: 20px;
  font-weight: bold;
}
.games-page .game .side_a {
  align-items: center;
  display: flex;
  flex-direction: 40;
  justify-content: center;
  width: 300px;
}
@media (max-width: 414px) {
  .games-page .game .side_a {
    flex-direction: column;
    text-align: center;
    width: 136px;
  }
}
.games-page .game .side_b {
  align-items: center;
  display: flex;
  flex-direction: 40;
  justify-content: center;
  width: 300px;
}
@media (max-width: 414px) {
  .games-page .game .side_b {
    flex-direction: column-reverse;
    text-align: center;
    width: 136px;
  }
}
.home {
  position: relative;
}
.home .banners {
  background: linear-gradient(to right, #e2041a, #e2041a 50%, #141313 50%, #141313);
  counter-reset: counter;
  height: 725px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 414px) {
  .home .banners {
    height: 100vh;
  }
}
.home .banners .banners-rail {
  height: calc(100% - 60px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 414px) {
  .home .banners .banners-rail {
    height: 100vh;
  }
}
.home .banners .banners-rail .banners-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100%;
  width: 100%;
}
.home .banners .banners-rail .banners-item .bg {
  background-color: #000;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 414px) {
  .home .banners .banners-rail .banners-item .bg.desktop {
    display: none;
  }
}
@media (min-width: 1025px) {
  .home .banners .banners-rail .banners-item .bg.mobile {
    display: none;
  }
}
.home .banners .banners-rail .banners-item .bg:after {
  background: rgba(0,0,0,0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home .banners .banners-rail .banners-item .__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 414px) {
  .home .banners .banners-rail .banners-item .__wrap {
    padding-top: 0;
  }
}
.home .banners .banners-rail .banners-item .title {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 414px) {
  .home .banners .banners-rail .banners-item .title {
    font-size: 40px;
  }
}
.home .banners .banners-rail .banners-item .subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.home .banners .banners-rail .banners-item .cta {
  color: #fff;
  color: #e2041a;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  text-decoration: underline;
  text-transform: uppercase;
  white-space: nowrap;
}
.home .banners .banners-rail .banners-item .cta:after {
  content: url("../images/arrow-ext.png");
  margin-left: 5px;
}
.home .banners .banners-previous,
.home .banners .banners-next {
  bottom: 90px;
  cursor: pointer;
  position: absolute;
  right: 268px;
  z-index: 200;
}
.home .banners .banners-previous img,
.home .banners .banners-next img {
  width: 25px;
}
@media (max-width: 414px) {
  .home .banners .banners-previous,
  .home .banners .banners-next {
    bottom: 50px;
    right: 70%;
  }
}
.home .banners .banners-next {
  right: 155px;
}
@media (max-width: 414px) {
  .home .banners .banners-next {
    bottom: 50px;
    right: 25%;
  }
}
.home .banners .banners-next img {
  transform: rotate(180deg);
}
.home .banners .banners-counters {
  bottom: 111px;
  display: flex;
  position: absolute;
  right: 261px;
  z-index: 200;
}
@media (max-width: 414px) {
  .home .banners .banners-counters {
    bottom: 70px;
    right: 58vw;
  }
}
.home .banners .banners-counters .counter {
  margin-bottom: 15px;
  position: absolute;
}
@media (max-width: 414px) {
  .home .banners .banners-counters .counter {
    margin: 0 auto;
  }
}
.home .banners .banners-counters .counter.__active:before {
  opacity: 1;
}
.home .banners .banners-counters .counter:before {
  color: #fff;
  content: '0' counter(counter);
  counter-increment: counter;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  opacity: 0;
  padding: 0 5px;
}
.home .banners .banners-counters:after {
  color: #fff;
  content: '/' attr(data-total);
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  left: 18px;
  margin: 0 10px 15px;
  opacity: 0.8;
  padding: 0 5px;
  position: absolute;
  white-space: nowrap;
}
.home .promotional {
  background: #141313;
  padding: 50px 0;
}
.home .promotional img {
  margin-bottom: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 414px) {
  .home .promotional {
    padding: 50px 0;
  }
  .home .promotional img {
    margin-bottom: 20px;
  }
}
.news-intern {
  background: #141313;
}
@media (max-width: 414px) {
  .news-intern .sub-header h2 {
    font-size: 8vw;
  }
  .news-intern .sub-header span {
    font-size: 5vw;
  }
}
.news-intern .news-content {
  background: #fff;
  margin-top: -100px;
  padding: 50px 60px;
}
@media (max-width: 414px) {
  .news-intern .news-content {
    padding: 50px 5%;
  }
}
.news-intern .news-content img {
  position: relative;
  z-index: 1;
}
.news-intern .news-content .legend {
  background: rgba(0,0,0,0.7);
  color: #fff;
  display: block;
  font-size: 13px;
  margin-top: -45px;
  padding: 15px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.news-intern .news-content p {
  line-height: 30px;
}
.news-intern .news-content p strong {
  color: #e2041a;
}
.news-page {
  background: #141313;
  position: relative;
}
.news-page .news {
  margin-top: 100px;
}
@media (max-width: 414px) {
  .player-info .sub-header h1 {
    font-size: 40px !important;
  }
}
.player-info .info {
  background: #0e0e0e;
  padding: 50px 0;
}
.player-info .info .__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  width: 900px;
}
@media (max-width: 414px) {
  .player-info .info .__wrap {
    flex-direction: column;
  }
}
.player-info .info .__wrap .player {
  background: #fff;
  box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.2);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 20px;
  padding: 20px;
  width: 268px;
}
.player-info .info .__wrap .player img {
  flex: 0 0 auto;
  height: 280px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.player-info .info .__wrap .player .name {
  color: #141313;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.player-info .info .__wrap .player .job-title {
  color: #e2041a;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  text-align: center;
}
.player-info .info .__wrap table {
  border-collapse: collapse;
}
.player-info .info .__wrap table th {
  color: #e2041a;
  font-size: 18px;
  padding-bottom: 15px;
}
.player-info .info .__wrap table tbody td {
  color: #fff;
  padding: 10px;
}
.player-info .info .__wrap table tbody td.title {
  color: #777575;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
.professional {
  position: relative;
}
