html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter: alpha(opacity=54);
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
body,
html,
input,
textarea,
select,
option {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
html {
  width: 100%;
  position: relative;
}
html {
  overflow-x: hidden;
}
body {
  overflow: hidden;
  padding-bottom: 0 !important;
  background-color: #fff;
}
img {
  max-width: 100%;
}
.baseline {
  background-image: linear-gradient(to bottom, #e9e9e9 0, rgba(255,255,255,0) 1px);
  background-repeat: repeat-y;
  background-size: 100% 8px;
  background-position: left 0px;
}
.wrapper {
  margin: 0 auto;
  max-width: 1096px;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
  zoom: 1;
}
.col {
  position: relative;
  float: left;
  box-sizing: border-box;
}
.col.center {
  float: none;
  clear: both;
}
.col.false {
  height: 10px;
}
.wrapper {
  padding: 0 10px;
}
.xs-1 {
  width: 25%;
}
.xs-2 {
  width: 50%;
}
.xs-3 {
  width: 75%;
}
.xs-4 {
  width: 100%;
}
.col {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding: 0 10px;
  }
  .m-0 {
    width: 0%;
  }
  .m-1 {
    width: 8.333333333333334%;
  }
  .m-2 {
    width: 16.666666666666668%;
  }
  .m-3 {
    width: 25%;
  }
  .m-4 {
    width: 33.333333333333336%;
  }
  .m-5 {
    width: 41.66666666666667%;
  }
  .m-6 {
    width: 50%;
  }
  .m-7 {
    width: 58.333333333333336%;
  }
  .m-8 {
    width: 66.66666666666667%;
  }
  .m-9 {
    width: 75%;
  }
  .m-10 {
    width: 83.33333333333334%;
  }
  .m-11 {
    width: 91.66666666666667%;
  }
  .m-12 {
    width: 100%;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper {
    padding: 0 20px;
  }
  .l-0 {
    width: 0%;
  }
  .l-1 {
    width: 8.333333333333334%;
  }
  .l-2 {
    width: 16.666666666666668%;
  }
  .l-3 {
    width: 25%;
  }
  .l-4 {
    width: 33.333333333333336%;
  }
  .l-5 {
    width: 41.66666666666667%;
  }
  .l-6 {
    width: 50%;
  }
  .l-7 {
    width: 58.333333333333336%;
  }
  .l-8 {
    width: 66.66666666666667%;
  }
  .l-9 {
    width: 75%;
  }
  .l-10 {
    width: 83.33333333333334%;
  }
  .l-11 {
    width: 91.66666666666667%;
  }
  .l-12 {
    width: 100%;
  }
  .col {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .wrapper {
    padding: 0 20px;
  }
  .xl-0 {
    width: 0%;
  }
  .xl-1 {
    width: 8.333333333333334%;
  }
  .xl-2 {
    width: 16.666666666666668%;
  }
  .xl-3 {
    width: 25%;
  }
  .xl-4 {
    width: 33.333333333333336%;
  }
  .xl-5 {
    width: 41.66666666666667%;
  }
  .xl-6 {
    width: 50%;
  }
  .xl-7 {
    width: 58.333333333333336%;
  }
  .xl-8 {
    width: 66.66666666666667%;
  }
  .xl-9 {
    width: 75%;
  }
  .xl-10 {
    width: 83.33333333333334%;
  }
  .xl-11 {
    width: 91.66666666666667%;
  }
  .xl-12 {
    width: 100%;
  }
  .col {
    padding-left: 12px;
    padding-right: 12px;
  }
}
html,
body {
  font-family: ingra-2, sans-serif;
  color: #302e2b;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 700;
  letter-spacing: -0.6px;
  font-size: 3.733rem;
  line-height: 4.267rem;
  margin: 16px 0;
  padding: 4px 0;
}
h2,
.h2 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 700;
  font-size: 3.067rem;
  line-height: 3.733rem;
  margin: 16px 0;
  padding: 6px 0 2px;
}
h3,
.h3 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 700;
  letter-spacing: -0.6px;
  font-size: 2.133rem;
  line-height: 3.2rem;
  margin: 16px 0;
  padding: 4px 0;
}
h4,
.h4 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 700;
  letter-spacing: -0.6px;
  font-size: 1.6rem;
  line-height: 1.867rem;
  margin: 16px 0;
  padding: 4px 0;
}
h5,
.h5 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 700;
  letter-spacing: -0.6px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin: 16px 0;
  padding: 4px 0;
}
h6,
.h6 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.933rem;
  line-height: 3.2rem;
  margin: 16px 0;
  padding: 4px 0;
}
p,
a,
li,
.text {
  margin: 16px 0;
  padding: 4px 0;
}
.text--big,
.text--big p,
.text--big a,
.text--big li,
.content--journal blockquote {
  font-size: 1.733rem;
  line-height: 2.933rem;
}
.text--small,
.text--small p,
.text--small a,
.text--small li {
  font-size: 1.067rem;
  line-height: 1.6rem;
}
a {
  text-decoration: none;
  color: linkColor;
  outline: 0;
  transition: all 0.3s ease 0s;
}
a:not(.button):hover {
  color: linkHoverColor;
}
strong {
  font-weight: 700;
}
ul {
  margin: 0;
  padding: 0 0 0 20px;
}
li.custom-li {
  position: relative;
  list-style: none;
}
li.custom-li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -19px;
  top: 10px;
  background: #7b3eee;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 4.933rem;
    line-height: 5.6rem;
  }
  h2,
  .h2 {
    font-size: 4.133rem;
    line-height: 4.8rem;
  }
  h3,
  .h3 {
    font-size: 3.067rem;
    line-height: 3.733rem;
  }
}
@media screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .text-center-m {
    text-align: center;
  }
  .text-justify-m {
    text-align: justify;
  }
  .text-left-m {
    text-align: left;
  }
  .text-right-m {
    text-align: right;
  }
  .center-m {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .text-center-l {
    text-align: center;
  }
  .text-justify-l {
    text-align: justify;
  }
  .text-left-l {
    text-align: left;
  }
  .text-right-l {
    text-align: right;
  }
  .center-l {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .text-center-xl {
    text-align: center;
  }
  .text-justify-xl {
    text-align: justify;
  }
  .text-left-xl {
    text-align: left;
  }
  .text-right-xl {
    text-align: right;
  }
  .center-xl {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.left {
  float: left;
}
.right {
  float: right;
}
.none {
  float: none;
}
.both {
  clear: both;
}
@media screen and (min-width: 768px) {
  .left-m {
    float: left;
  }
  .right-m {
    float: right;
  }
  .none-m {
    float: none;
  }
  .both-m {
    clear: both;
  }
}
@media screen and (min-width: 1024px) {
  .left-l {
    float: left;
  }
  .right-l {
    float: right;
  }
  .none-l {
    float: none;
  }
  .both-l {
    clear: both;
  }
}
@media screen and (min-width: 1280px) {
  .left-xl {
    float: left;
  }
  .right-xl {
    float: right;
  }
  .none-xl {
    float: none;
  }
  .both-xl {
    clear: both;
  }
}
.v-middle {
  vertical-align: middle;
}
.v-baseline {
  vertical-align: baseline;
}
.v-sub {
  vertical-align: sub;
}
.v-super {
  vertical-align: super;
}
.v-top {
  vertical-align: top;
}
.v-text-top {
  vertical-align: text-top;
}
.v-bottom {
  vertical-align: bottom;
}
.v-text-bottom {
  vertical-align: text-bottom;
}
.all-w p,
.all-w h1,
.all-w h2,
.all-w h3,
.all-w h4,
.all-w h5,
.all-w h6,
.all-w li,
.all-w a,
.all-w i {
  color: #fff;
}
.c-w {
  color: #fff !important;
}
.ch-w:hover {
  color: #fff !important;
}
.bg-w {
  background-color: #fff !important;
}
.bgh-w:hover {
  background-color: #fff !important;
}
.c-b {
  color: #000 !important;
}
.ch-b:hover {
  color: #000 !important;
}
.bg-b {
  background-color: #000 !important;
}
.bgh-b:hover {
  background-color: #000 !important;
}
.c-m {
  color: #302e2b !important;
}
.ch-m:hover {
  color: #302e2b !important;
}
.bg-m {
  background-color: #302e2b !important;
}
.bgh-m:hover {
  background-color: #302e2b !important;
}
.c-s {
  color: #7b3eee !important;
}
.ch-s:hover {
  color: #7b3eee !important;
}
.bg-s {
  background-color: #7b3eee !important;
}
.bgh-s:hover {
  background-color: #7b3eee !important;
}
.c-success {
  color: #008000 !important;
}
.ch-success:hover {
  color: #008000 !important;
}
.bg-success {
  background-color: #008000 !important;
}
.bgh-success:hover {
  background-color: #008000 !important;
}
.c-error {
  color: #f00 !important;
}
.ch-error:hover {
  color: #f00 !important;
}
.bg-error {
  background-color: #f00 !important;
}
.bgh-error:hover {
  background-color: #f00 !important;
}
.c-notification {
  color: #ff0 !important;
}
.ch-notification:hover {
  color: #ff0 !important;
}
.bg-notification {
  background-color: #ff0 !important;
}
.bgh-notification:hover {
  background-color: #ff0 !important;
}
.c-1 {
  color: #302e2b !important;
}
.ch-1:hover {
  color: #302e2b !important;
}
.bg-1 {
  background-color: #302e2b !important;
}
.bgh-1:hover {
  background-color: #302e2b !important;
}
.c-2 {
  color: #f5f4f4 !important;
}
.ch-2:hover {
  color: #f5f4f4 !important;
}
.bg-2 {
  background-color: #f5f4f4 !important;
}
.bgh-2:hover {
  background-color: #f5f4f4 !important;
}
.c-3 {
  color: #fff !important;
}
.ch-3:hover {
  color: #fff !important;
}
.bg-3 {
  background-color: #fff !important;
}
.bgh-3:hover {
  background-color: #fff !important;
}
.c-4 {
  color: #616161 !important;
}
.ch-4:hover {
  color: #616161 !important;
}
.bg-4 {
  background-color: #616161 !important;
}
.bgh-4:hover {
  background-color: #616161 !important;
}
.c-5 {
  color: #f9f9f9 !important;
}
.ch-5:hover {
  color: #f9f9f9 !important;
}
.bg-5 {
  background-color: #f9f9f9 !important;
}
.bgh-5:hover {
  background-color: #f9f9f9 !important;
}
.c-6 {
  color: #c1bbbe !important;
}
.ch-6:hover {
  color: #c1bbbe !important;
}
.bg-6 {
  background-color: #c1bbbe !important;
}
.bgh-6:hover {
  background-color: #c1bbbe !important;
}
.c-7 {
  color: #b9b8b8 !important;
}
.ch-7:hover {
  color: #b9b8b8 !important;
}
.bg-7 {
  background-color: #b9b8b8 !important;
}
.bgh-7:hover {
  background-color: #b9b8b8 !important;
}
.d-table {
  display: table !important;
}
.d-cell {
  display: table-cell !important;
}
.d-block {
  display: block !important;
}
.d-inblock {
  display: inline-block !important;
}
.d-inline {
  display: inline !important;
}
@media screen and (min-width: 768px) {
  .d-table-m {
    display: table !important;
  }
  .d-cell-m {
    display: table-cell !important;
  }
  .d-block-m {
    display: block !important;
  }
  .d-inblock-m {
    display: inline-block !important;
  }
  .d-inline-m {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .d-table-l {
    display: table !important;
  }
  .d-cell-l {
    display: table-cell !important;
  }
  .d-block-l {
    display: block !important;
  }
  .d-inblock-l {
    display: inline-block !important;
  }
  .d-inline-l {
    display: inline !important;
  }
}
@media screen and (min-width: 1280px) {
  .d-table-xl {
    display: table !important;
  }
  .d-cell-xl {
    display: table-cell !important;
  }
  .d-block-xl {
    display: block !important;
  }
  .d-inblock-xl {
    display: inline-block !important;
  }
  .d-inline-xl {
    display: inline !important;
  }
}
.p-absolute {
  position: absolute !important;
}
.p-relative {
  position: relative !important;
}
.p-fixed {
  position: fixed !important;
}
.p-static {
  position: static !important;
}
@media screen and (min-width: 768px) {
  .p-absolute-m {
    position: absolute !important;
  }
  .p-relative-m {
    position: relative !important;
  }
  .p-fixed-m {
    position: fixed !important;
  }
  .p-static-m {
    position: static !important;
  }
}
@media screen and (min-width: 1024px) {
  .p-absolute-l {
    position: absolute !important;
  }
  .p-relative-l {
    position: relative !important;
  }
  .p-fixed-l {
    position: fixed !important;
  }
  .p-static-l {
    position: static !important;
  }
}
@media screen and (min-width: 1280px) {
  .p-absolute-xl {
    position: absolute !important;
  }
  .p-relative-xl {
    position: relative !important;
  }
  .p-fixed-xl {
    position: fixed !important;
  }
  .p-static-xl {
    position: static !important;
  }
}
.mh-auto {
  margin-right: auto;
  margin-left: auto;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.ph-0 {
  padding-right: 0px;
  padding-left: 0px;
}
.pv-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pa-0 {
  padding: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mh-0 {
  margin-right: 0px;
  margin-left: 0px;
}
.mv-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.ma-0 {
  margin: 0px;
}
.pl-4 {
  padding-left: 4px;
}
.pr-4 {
  padding-right: 4px;
}
.pt-4 {
  padding-top: 4px;
}
.pb-4 {
  padding-bottom: 4px;
}
.ph-4 {
  padding-right: 4px;
  padding-left: 4px;
}
.pv-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pa-4 {
  padding: 4px;
}
.ml-4 {
  margin-left: 4px;
}
.mr-4 {
  margin-right: 4px;
}
.mt-4 {
  margin-top: 4px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mh-4 {
  margin-right: 4px;
  margin-left: 4px;
}
.mv-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.ma-4 {
  margin: 4px;
}
.pl-8 {
  padding-left: 8px;
}
.pr-8 {
  padding-right: 8px;
}
.pt-8 {
  padding-top: 8px;
}
.pb-8 {
  padding-bottom: 8px;
}
.ph-8 {
  padding-right: 8px;
  padding-left: 8px;
}
.pv-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pa-8 {
  padding: 8px;
}
.ml-8 {
  margin-left: 8px;
}
.mr-8 {
  margin-right: 8px;
}
.mt-8 {
  margin-top: 8px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mh-8 {
  margin-right: 8px;
  margin-left: 8px;
}
.mv-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ma-8 {
  margin: 8px;
}
.pl-12 {
  padding-left: 12px;
}
.pr-12 {
  padding-right: 12px;
}
.pt-12 {
  padding-top: 12px;
}
.pb-12 {
  padding-bottom: 12px;
}
.ph-12 {
  padding-right: 12px;
  padding-left: 12px;
}
.pv-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pa-12 {
  padding: 12px;
}
.ml-12 {
  margin-left: 12px;
}
.mr-12 {
  margin-right: 12px;
}
.mt-12 {
  margin-top: 12px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mh-12 {
  margin-right: 12px;
  margin-left: 12px;
}
.mv-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.ma-12 {
  margin: 12px;
}
.pl-16 {
  padding-left: 16px;
}
.pr-16 {
  padding-right: 16px;
}
.pt-16 {
  padding-top: 16px;
}
.pb-16 {
  padding-bottom: 16px;
}
.ph-16 {
  padding-right: 16px;
  padding-left: 16px;
}
.pv-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.pa-16 {
  padding: 16px;
}
.ml-16 {
  margin-left: 16px;
}
.mr-16 {
  margin-right: 16px;
}
.mt-16 {
  margin-top: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mh-16 {
  margin-right: 16px;
  margin-left: 16px;
}
.mv-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.ma-16 {
  margin: 16px;
}
.pl-24 {
  padding-left: 24px;
}
.pr-24 {
  padding-right: 24px;
}
.pt-24 {
  padding-top: 24px;
}
.pb-24 {
  padding-bottom: 24px;
}
.ph-24 {
  padding-right: 24px;
  padding-left: 24px;
}
.pv-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.pa-24 {
  padding: 24px;
}
.ml-24 {
  margin-left: 24px;
}
.mr-24 {
  margin-right: 24px;
}
.mt-24 {
  margin-top: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mh-24 {
  margin-right: 24px;
  margin-left: 24px;
}
.mv-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.ma-24 {
  margin: 24px;
}
.pl-32 {
  padding-left: 32px;
}
.pr-32 {
  padding-right: 32px;
}
.pt-32 {
  padding-top: 32px;
}
.pb-32 {
  padding-bottom: 32px;
}
.ph-32 {
  padding-right: 32px;
  padding-left: 32px;
}
.pv-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.pa-32 {
  padding: 32px;
}
.ml-32 {
  margin-left: 32px;
}
.mr-32 {
  margin-right: 32px;
}
.mt-32 {
  margin-top: 32px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mh-32 {
  margin-right: 32px;
  margin-left: 32px;
}
.mv-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.ma-32 {
  margin: 32px;
}
.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.ph-40 {
  padding-right: 40px;
  padding-left: 40px;
}
.pv-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pa-40 {
  padding: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mh-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.mv-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ma-40 {
  margin: 40px;
}
.pl-48 {
  padding-left: 48px;
}
.pr-48 {
  padding-right: 48px;
}
.pt-48 {
  padding-top: 48px;
}
.pb-48 {
  padding-bottom: 48px;
}
.ph-48 {
  padding-right: 48px;
  padding-left: 48px;
}
.pv-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pa-48 {
  padding: 48px;
}
.ml-48 {
  margin-left: 48px;
}
.mr-48 {
  margin-right: 48px;
}
.mt-48 {
  margin-top: 48px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mh-48 {
  margin-right: 48px;
  margin-left: 48px;
}
.mv-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.ma-48 {
  margin: 48px;
}
.pl-56 {
  padding-left: 56px;
}
.pr-56 {
  padding-right: 56px;
}
.pt-56 {
  padding-top: 56px;
}
.pb-56 {
  padding-bottom: 56px;
}
.ph-56 {
  padding-right: 56px;
  padding-left: 56px;
}
.pv-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.pa-56 {
  padding: 56px;
}
.ml-56 {
  margin-left: 56px;
}
.mr-56 {
  margin-right: 56px;
}
.mt-56 {
  margin-top: 56px;
}
.mb-56 {
  margin-bottom: 56px;
}
.mh-56 {
  margin-right: 56px;
  margin-left: 56px;
}
.mv-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.ma-56 {
  margin: 56px;
}
.pl-64 {
  padding-left: 64px;
}
.pr-64 {
  padding-right: 64px;
}
.pt-64 {
  padding-top: 64px;
}
.pb-64 {
  padding-bottom: 64px;
}
.ph-64 {
  padding-right: 64px;
  padding-left: 64px;
}
.pv-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.pa-64 {
  padding: 64px;
}
.ml-64 {
  margin-left: 64px;
}
.mr-64 {
  margin-right: 64px;
}
.mt-64 {
  margin-top: 64px;
}
.mb-64 {
  margin-bottom: 64px;
}
.mh-64 {
  margin-right: 64px;
  margin-left: 64px;
}
.mv-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.ma-64 {
  margin: 64px;
}
.pl-72 {
  padding-left: 72px;
}
.pr-72 {
  padding-right: 72px;
}
.pt-72 {
  padding-top: 72px;
}
.pb-72 {
  padding-bottom: 72px;
}
.ph-72 {
  padding-right: 72px;
  padding-left: 72px;
}
.pv-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.pa-72 {
  padding: 72px;
}
.ml-72 {
  margin-left: 72px;
}
.mr-72 {
  margin-right: 72px;
}
.mt-72 {
  margin-top: 72px;
}
.mb-72 {
  margin-bottom: 72px;
}
.mh-72 {
  margin-right: 72px;
  margin-left: 72px;
}
.mv-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}
.ma-72 {
  margin: 72px;
}
.pl-80 {
  padding-left: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.ph-80 {
  padding-right: 80px;
  padding-left: 80px;
}
.pv-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pa-80 {
  padding: 80px;
}
.ml-80 {
  margin-left: 80px;
}
.mr-80 {
  margin-right: 80px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mh-80 {
  margin-right: 80px;
  margin-left: 80px;
}
.mv-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ma-80 {
  margin: 80px;
}
.pl-150 {
  padding-left: 150px;
}
.pr-150 {
  padding-right: 150px;
}
.pt-150 {
  padding-top: 150px;
}
.pb-150 {
  padding-bottom: 150px;
}
.ph-150 {
  padding-right: 150px;
  padding-left: 150px;
}
.pv-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.pa-150 {
  padding: 150px;
}
.ml-150 {
  margin-left: 150px;
}
.mr-150 {
  margin-right: 150px;
}
.mt-150 {
  margin-top: 150px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mh-150 {
  margin-right: 150px;
  margin-left: 150px;
}
.mv-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.ma-150 {
  margin: 150px;
}
@media screen and (min-width: 480px) {
  .pl-s-0 {
    padding-left: 0px;
  }
  .pr-s-0 {
    padding-right: 0px;
  }
  .pt-s-0 {
    padding-top: 0px;
  }
  .pb-s-0 {
    padding-bottom: 0px;
  }
  .ph-s-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pv-s-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pa-s-0 {
    padding: 0px;
  }
  .ml-s-0 {
    margin-left: 0px;
  }
  .mr-s-0 {
    margin-right: 0px;
  }
  .mt-s-0 {
    margin-top: 0px;
  }
  .mb-s-0 {
    margin-bottom: 0px;
  }
  .mh-s-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mv-s-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ma-s-0 {
    margin: 0px;
  }
  .pl-s-4 {
    padding-left: 4px;
  }
  .pr-s-4 {
    padding-right: 4px;
  }
  .pt-s-4 {
    padding-top: 4px;
  }
  .pb-s-4 {
    padding-bottom: 4px;
  }
  .ph-s-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .pv-s-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pa-s-4 {
    padding: 4px;
  }
  .ml-s-4 {
    margin-left: 4px;
  }
  .mr-s-4 {
    margin-right: 4px;
  }
  .mt-s-4 {
    margin-top: 4px;
  }
  .mb-s-4 {
    margin-bottom: 4px;
  }
  .mh-s-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mv-s-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ma-s-4 {
    margin: 4px;
  }
  .pl-s-8 {
    padding-left: 8px;
  }
  .pr-s-8 {
    padding-right: 8px;
  }
  .pt-s-8 {
    padding-top: 8px;
  }
  .pb-s-8 {
    padding-bottom: 8px;
  }
  .ph-s-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .pv-s-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pa-s-8 {
    padding: 8px;
  }
  .ml-s-8 {
    margin-left: 8px;
  }
  .mr-s-8 {
    margin-right: 8px;
  }
  .mt-s-8 {
    margin-top: 8px;
  }
  .mb-s-8 {
    margin-bottom: 8px;
  }
  .mh-s-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mv-s-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ma-s-8 {
    margin: 8px;
  }
  .pl-s-12 {
    padding-left: 12px;
  }
  .pr-s-12 {
    padding-right: 12px;
  }
  .pt-s-12 {
    padding-top: 12px;
  }
  .pb-s-12 {
    padding-bottom: 12px;
  }
  .ph-s-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .pv-s-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pa-s-12 {
    padding: 12px;
  }
  .ml-s-12 {
    margin-left: 12px;
  }
  .mr-s-12 {
    margin-right: 12px;
  }
  .mt-s-12 {
    margin-top: 12px;
  }
  .mb-s-12 {
    margin-bottom: 12px;
  }
  .mh-s-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .mv-s-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .ma-s-12 {
    margin: 12px;
  }
  .pl-s-16 {
    padding-left: 16px;
  }
  .pr-s-16 {
    padding-right: 16px;
  }
  .pt-s-16 {
    padding-top: 16px;
  }
  .pb-s-16 {
    padding-bottom: 16px;
  }
  .ph-s-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pv-s-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pa-s-16 {
    padding: 16px;
  }
  .ml-s-16 {
    margin-left: 16px;
  }
  .mr-s-16 {
    margin-right: 16px;
  }
  .mt-s-16 {
    margin-top: 16px;
  }
  .mb-s-16 {
    margin-bottom: 16px;
  }
  .mh-s-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mv-s-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ma-s-16 {
    margin: 16px;
  }
  .pl-s-24 {
    padding-left: 24px;
  }
  .pr-s-24 {
    padding-right: 24px;
  }
  .pt-s-24 {
    padding-top: 24px;
  }
  .pb-s-24 {
    padding-bottom: 24px;
  }
  .ph-s-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pv-s-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pa-s-24 {
    padding: 24px;
  }
  .ml-s-24 {
    margin-left: 24px;
  }
  .mr-s-24 {
    margin-right: 24px;
  }
  .mt-s-24 {
    margin-top: 24px;
  }
  .mb-s-24 {
    margin-bottom: 24px;
  }
  .mh-s-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mv-s-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ma-s-24 {
    margin: 24px;
  }
  .pl-s-32 {
    padding-left: 32px;
  }
  .pr-s-32 {
    padding-right: 32px;
  }
  .pt-s-32 {
    padding-top: 32px;
  }
  .pb-s-32 {
    padding-bottom: 32px;
  }
  .ph-s-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .pv-s-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pa-s-32 {
    padding: 32px;
  }
  .ml-s-32 {
    margin-left: 32px;
  }
  .mr-s-32 {
    margin-right: 32px;
  }
  .mt-s-32 {
    margin-top: 32px;
  }
  .mb-s-32 {
    margin-bottom: 32px;
  }
  .mh-s-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mv-s-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ma-s-32 {
    margin: 32px;
  }
  .pl-s-40 {
    padding-left: 40px;
  }
  .pr-s-40 {
    padding-right: 40px;
  }
  .pt-s-40 {
    padding-top: 40px;
  }
  .pb-s-40 {
    padding-bottom: 40px;
  }
  .ph-s-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pv-s-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pa-s-40 {
    padding: 40px;
  }
  .ml-s-40 {
    margin-left: 40px;
  }
  .mr-s-40 {
    margin-right: 40px;
  }
  .mt-s-40 {
    margin-top: 40px;
  }
  .mb-s-40 {
    margin-bottom: 40px;
  }
  .mh-s-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mv-s-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ma-s-40 {
    margin: 40px;
  }
  .pl-s-48 {
    padding-left: 48px;
  }
  .pr-s-48 {
    padding-right: 48px;
  }
  .pt-s-48 {
    padding-top: 48px;
  }
  .pb-s-48 {
    padding-bottom: 48px;
  }
  .ph-s-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .pv-s-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pa-s-48 {
    padding: 48px;
  }
  .ml-s-48 {
    margin-left: 48px;
  }
  .mr-s-48 {
    margin-right: 48px;
  }
  .mt-s-48 {
    margin-top: 48px;
  }
  .mb-s-48 {
    margin-bottom: 48px;
  }
  .mh-s-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mv-s-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ma-s-48 {
    margin: 48px;
  }
  .pl-s-56 {
    padding-left: 56px;
  }
  .pr-s-56 {
    padding-right: 56px;
  }
  .pt-s-56 {
    padding-top: 56px;
  }
  .pb-s-56 {
    padding-bottom: 56px;
  }
  .ph-s-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .pv-s-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pa-s-56 {
    padding: 56px;
  }
  .ml-s-56 {
    margin-left: 56px;
  }
  .mr-s-56 {
    margin-right: 56px;
  }
  .mt-s-56 {
    margin-top: 56px;
  }
  .mb-s-56 {
    margin-bottom: 56px;
  }
  .mh-s-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mv-s-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ma-s-56 {
    margin: 56px;
  }
  .pl-s-64 {
    padding-left: 64px;
  }
  .pr-s-64 {
    padding-right: 64px;
  }
  .pt-s-64 {
    padding-top: 64px;
  }
  .pb-s-64 {
    padding-bottom: 64px;
  }
  .ph-s-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .pv-s-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pa-s-64 {
    padding: 64px;
  }
  .ml-s-64 {
    margin-left: 64px;
  }
  .mr-s-64 {
    margin-right: 64px;
  }
  .mt-s-64 {
    margin-top: 64px;
  }
  .mb-s-64 {
    margin-bottom: 64px;
  }
  .mh-s-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mv-s-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .ma-s-64 {
    margin: 64px;
  }
  .pl-s-72 {
    padding-left: 72px;
  }
  .pr-s-72 {
    padding-right: 72px;
  }
  .pt-s-72 {
    padding-top: 72px;
  }
  .pb-s-72 {
    padding-bottom: 72px;
  }
  .ph-s-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .pv-s-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pa-s-72 {
    padding: 72px;
  }
  .ml-s-72 {
    margin-left: 72px;
  }
  .mr-s-72 {
    margin-right: 72px;
  }
  .mt-s-72 {
    margin-top: 72px;
  }
  .mb-s-72 {
    margin-bottom: 72px;
  }
  .mh-s-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .mv-s-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .ma-s-72 {
    margin: 72px;
  }
  .pl-s-80 {
    padding-left: 80px;
  }
  .pr-s-80 {
    padding-right: 80px;
  }
  .pt-s-80 {
    padding-top: 80px;
  }
  .pb-s-80 {
    padding-bottom: 80px;
  }
  .ph-s-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pv-s-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pa-s-80 {
    padding: 80px;
  }
  .ml-s-80 {
    margin-left: 80px;
  }
  .mr-s-80 {
    margin-right: 80px;
  }
  .mt-s-80 {
    margin-top: 80px;
  }
  .mb-s-80 {
    margin-bottom: 80px;
  }
  .mh-s-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mv-s-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ma-s-80 {
    margin: 80px;
  }
  .pl-s-150 {
    padding-left: 150px;
  }
  .pr-s-150 {
    padding-right: 150px;
  }
  .pt-s-150 {
    padding-top: 150px;
  }
  .pb-s-150 {
    padding-bottom: 150px;
  }
  .ph-s-150 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .pv-s-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pa-s-150 {
    padding: 150px;
  }
  .ml-s-150 {
    margin-left: 150px;
  }
  .mr-s-150 {
    margin-right: 150px;
  }
  .mt-s-150 {
    margin-top: 150px;
  }
  .mb-s-150 {
    margin-bottom: 150px;
  }
  .mh-s-150 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .mv-s-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .ma-s-150 {
    margin: 150px;
  }
}
@media screen and (min-width: 768px) {
  .pl-m-0 {
    padding-left: 0px;
  }
  .pr-m-0 {
    padding-right: 0px;
  }
  .pt-m-0 {
    padding-top: 0px;
  }
  .pb-m-0 {
    padding-bottom: 0px;
  }
  .ph-m-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pv-m-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pa-m-0 {
    padding: 0px;
  }
  .ml-m-0 {
    margin-left: 0px;
  }
  .mr-m-0 {
    margin-right: 0px;
  }
  .mt-m-0 {
    margin-top: 0px;
  }
  .mb-m-0 {
    margin-bottom: 0px;
  }
  .mh-m-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mv-m-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ma-m-0 {
    margin: 0px;
  }
  .pl-m-4 {
    padding-left: 4px;
  }
  .pr-m-4 {
    padding-right: 4px;
  }
  .pt-m-4 {
    padding-top: 4px;
  }
  .pb-m-4 {
    padding-bottom: 4px;
  }
  .ph-m-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .pv-m-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pa-m-4 {
    padding: 4px;
  }
  .ml-m-4 {
    margin-left: 4px;
  }
  .mr-m-4 {
    margin-right: 4px;
  }
  .mt-m-4 {
    margin-top: 4px;
  }
  .mb-m-4 {
    margin-bottom: 4px;
  }
  .mh-m-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mv-m-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ma-m-4 {
    margin: 4px;
  }
  .pl-m-8 {
    padding-left: 8px;
  }
  .pr-m-8 {
    padding-right: 8px;
  }
  .pt-m-8 {
    padding-top: 8px;
  }
  .pb-m-8 {
    padding-bottom: 8px;
  }
  .ph-m-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .pv-m-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pa-m-8 {
    padding: 8px;
  }
  .ml-m-8 {
    margin-left: 8px;
  }
  .mr-m-8 {
    margin-right: 8px;
  }
  .mt-m-8 {
    margin-top: 8px;
  }
  .mb-m-8 {
    margin-bottom: 8px;
  }
  .mh-m-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mv-m-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ma-m-8 {
    margin: 8px;
  }
  .pl-m-12 {
    padding-left: 12px;
  }
  .pr-m-12 {
    padding-right: 12px;
  }
  .pt-m-12 {
    padding-top: 12px;
  }
  .pb-m-12 {
    padding-bottom: 12px;
  }
  .ph-m-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .pv-m-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pa-m-12 {
    padding: 12px;
  }
  .ml-m-12 {
    margin-left: 12px;
  }
  .mr-m-12 {
    margin-right: 12px;
  }
  .mt-m-12 {
    margin-top: 12px;
  }
  .mb-m-12 {
    margin-bottom: 12px;
  }
  .mh-m-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .mv-m-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .ma-m-12 {
    margin: 12px;
  }
  .pl-m-16 {
    padding-left: 16px;
  }
  .pr-m-16 {
    padding-right: 16px;
  }
  .pt-m-16 {
    padding-top: 16px;
  }
  .pb-m-16 {
    padding-bottom: 16px;
  }
  .ph-m-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pv-m-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pa-m-16 {
    padding: 16px;
  }
  .ml-m-16 {
    margin-left: 16px;
  }
  .mr-m-16 {
    margin-right: 16px;
  }
  .mt-m-16 {
    margin-top: 16px;
  }
  .mb-m-16 {
    margin-bottom: 16px;
  }
  .mh-m-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mv-m-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ma-m-16 {
    margin: 16px;
  }
  .pl-m-24 {
    padding-left: 24px;
  }
  .pr-m-24 {
    padding-right: 24px;
  }
  .pt-m-24 {
    padding-top: 24px;
  }
  .pb-m-24 {
    padding-bottom: 24px;
  }
  .ph-m-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pv-m-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pa-m-24 {
    padding: 24px;
  }
  .ml-m-24 {
    margin-left: 24px;
  }
  .mr-m-24 {
    margin-right: 24px;
  }
  .mt-m-24 {
    margin-top: 24px;
  }
  .mb-m-24 {
    margin-bottom: 24px;
  }
  .mh-m-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mv-m-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ma-m-24 {
    margin: 24px;
  }
  .pl-m-32 {
    padding-left: 32px;
  }
  .pr-m-32 {
    padding-right: 32px;
  }
  .pt-m-32 {
    padding-top: 32px;
  }
  .pb-m-32 {
    padding-bottom: 32px;
  }
  .ph-m-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .pv-m-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pa-m-32 {
    padding: 32px;
  }
  .ml-m-32 {
    margin-left: 32px;
  }
  .mr-m-32 {
    margin-right: 32px;
  }
  .mt-m-32 {
    margin-top: 32px;
  }
  .mb-m-32 {
    margin-bottom: 32px;
  }
  .mh-m-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mv-m-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ma-m-32 {
    margin: 32px;
  }
  .pl-m-40 {
    padding-left: 40px;
  }
  .pr-m-40 {
    padding-right: 40px;
  }
  .pt-m-40 {
    padding-top: 40px;
  }
  .pb-m-40 {
    padding-bottom: 40px;
  }
  .ph-m-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pv-m-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pa-m-40 {
    padding: 40px;
  }
  .ml-m-40 {
    margin-left: 40px;
  }
  .mr-m-40 {
    margin-right: 40px;
  }
  .mt-m-40 {
    margin-top: 40px;
  }
  .mb-m-40 {
    margin-bottom: 40px;
  }
  .mh-m-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mv-m-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ma-m-40 {
    margin: 40px;
  }
  .pl-m-48 {
    padding-left: 48px;
  }
  .pr-m-48 {
    padding-right: 48px;
  }
  .pt-m-48 {
    padding-top: 48px;
  }
  .pb-m-48 {
    padding-bottom: 48px;
  }
  .ph-m-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .pv-m-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pa-m-48 {
    padding: 48px;
  }
  .ml-m-48 {
    margin-left: 48px;
  }
  .mr-m-48 {
    margin-right: 48px;
  }
  .mt-m-48 {
    margin-top: 48px;
  }
  .mb-m-48 {
    margin-bottom: 48px;
  }
  .mh-m-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mv-m-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ma-m-48 {
    margin: 48px;
  }
  .pl-m-56 {
    padding-left: 56px;
  }
  .pr-m-56 {
    padding-right: 56px;
  }
  .pt-m-56 {
    padding-top: 56px;
  }
  .pb-m-56 {
    padding-bottom: 56px;
  }
  .ph-m-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .pv-m-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pa-m-56 {
    padding: 56px;
  }
  .ml-m-56 {
    margin-left: 56px;
  }
  .mr-m-56 {
    margin-right: 56px;
  }
  .mt-m-56 {
    margin-top: 56px;
  }
  .mb-m-56 {
    margin-bottom: 56px;
  }
  .mh-m-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mv-m-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ma-m-56 {
    margin: 56px;
  }
  .pl-m-64 {
    padding-left: 64px;
  }
  .pr-m-64 {
    padding-right: 64px;
  }
  .pt-m-64 {
    padding-top: 64px;
  }
  .pb-m-64 {
    padding-bottom: 64px;
  }
  .ph-m-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .pv-m-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pa-m-64 {
    padding: 64px;
  }
  .ml-m-64 {
    margin-left: 64px;
  }
  .mr-m-64 {
    margin-right: 64px;
  }
  .mt-m-64 {
    margin-top: 64px;
  }
  .mb-m-64 {
    margin-bottom: 64px;
  }
  .mh-m-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mv-m-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .ma-m-64 {
    margin: 64px;
  }
  .pl-m-72 {
    padding-left: 72px;
  }
  .pr-m-72 {
    padding-right: 72px;
  }
  .pt-m-72 {
    padding-top: 72px;
  }
  .pb-m-72 {
    padding-bottom: 72px;
  }
  .ph-m-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .pv-m-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pa-m-72 {
    padding: 72px;
  }
  .ml-m-72 {
    margin-left: 72px;
  }
  .mr-m-72 {
    margin-right: 72px;
  }
  .mt-m-72 {
    margin-top: 72px;
  }
  .mb-m-72 {
    margin-bottom: 72px;
  }
  .mh-m-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .mv-m-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .ma-m-72 {
    margin: 72px;
  }
  .pl-m-80 {
    padding-left: 80px;
  }
  .pr-m-80 {
    padding-right: 80px;
  }
  .pt-m-80 {
    padding-top: 80px;
  }
  .pb-m-80 {
    padding-bottom: 80px;
  }
  .ph-m-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pv-m-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pa-m-80 {
    padding: 80px;
  }
  .ml-m-80 {
    margin-left: 80px;
  }
  .mr-m-80 {
    margin-right: 80px;
  }
  .mt-m-80 {
    margin-top: 80px;
  }
  .mb-m-80 {
    margin-bottom: 80px;
  }
  .mh-m-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mv-m-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ma-m-80 {
    margin: 80px;
  }
  .pl-m-150 {
    padding-left: 150px;
  }
  .pr-m-150 {
    padding-right: 150px;
  }
  .pt-m-150 {
    padding-top: 150px;
  }
  .pb-m-150 {
    padding-bottom: 150px;
  }
  .ph-m-150 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .pv-m-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pa-m-150 {
    padding: 150px;
  }
  .ml-m-150 {
    margin-left: 150px;
  }
  .mr-m-150 {
    margin-right: 150px;
  }
  .mt-m-150 {
    margin-top: 150px;
  }
  .mb-m-150 {
    margin-bottom: 150px;
  }
  .mh-m-150 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .mv-m-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .ma-m-150 {
    margin: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .pl-l-0 {
    padding-left: 0px;
  }
  .pr-l-0 {
    padding-right: 0px;
  }
  .pt-l-0 {
    padding-top: 0px;
  }
  .pb-l-0 {
    padding-bottom: 0px;
  }
  .ph-l-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pv-l-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pa-l-0 {
    padding: 0px;
  }
  .ml-l-0 {
    margin-left: 0px;
  }
  .mr-l-0 {
    margin-right: 0px;
  }
  .mt-l-0 {
    margin-top: 0px;
  }
  .mb-l-0 {
    margin-bottom: 0px;
  }
  .mh-l-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mv-l-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ma-l-0 {
    margin: 0px;
  }
  .pl-l-4 {
    padding-left: 4px;
  }
  .pr-l-4 {
    padding-right: 4px;
  }
  .pt-l-4 {
    padding-top: 4px;
  }
  .pb-l-4 {
    padding-bottom: 4px;
  }
  .ph-l-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .pv-l-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pa-l-4 {
    padding: 4px;
  }
  .ml-l-4 {
    margin-left: 4px;
  }
  .mr-l-4 {
    margin-right: 4px;
  }
  .mt-l-4 {
    margin-top: 4px;
  }
  .mb-l-4 {
    margin-bottom: 4px;
  }
  .mh-l-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mv-l-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ma-l-4 {
    margin: 4px;
  }
  .pl-l-8 {
    padding-left: 8px;
  }
  .pr-l-8 {
    padding-right: 8px;
  }
  .pt-l-8 {
    padding-top: 8px;
  }
  .pb-l-8 {
    padding-bottom: 8px;
  }
  .ph-l-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .pv-l-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pa-l-8 {
    padding: 8px;
  }
  .ml-l-8 {
    margin-left: 8px;
  }
  .mr-l-8 {
    margin-right: 8px;
  }
  .mt-l-8 {
    margin-top: 8px;
  }
  .mb-l-8 {
    margin-bottom: 8px;
  }
  .mh-l-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mv-l-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ma-l-8 {
    margin: 8px;
  }
  .pl-l-12 {
    padding-left: 12px;
  }
  .pr-l-12 {
    padding-right: 12px;
  }
  .pt-l-12 {
    padding-top: 12px;
  }
  .pb-l-12 {
    padding-bottom: 12px;
  }
  .ph-l-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .pv-l-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pa-l-12 {
    padding: 12px;
  }
  .ml-l-12 {
    margin-left: 12px;
  }
  .mr-l-12 {
    margin-right: 12px;
  }
  .mt-l-12 {
    margin-top: 12px;
  }
  .mb-l-12 {
    margin-bottom: 12px;
  }
  .mh-l-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .mv-l-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .ma-l-12 {
    margin: 12px;
  }
  .pl-l-16 {
    padding-left: 16px;
  }
  .pr-l-16 {
    padding-right: 16px;
  }
  .pt-l-16 {
    padding-top: 16px;
  }
  .pb-l-16 {
    padding-bottom: 16px;
  }
  .ph-l-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pv-l-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pa-l-16 {
    padding: 16px;
  }
  .ml-l-16 {
    margin-left: 16px;
  }
  .mr-l-16 {
    margin-right: 16px;
  }
  .mt-l-16 {
    margin-top: 16px;
  }
  .mb-l-16 {
    margin-bottom: 16px;
  }
  .mh-l-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mv-l-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ma-l-16 {
    margin: 16px;
  }
  .pl-l-24 {
    padding-left: 24px;
  }
  .pr-l-24 {
    padding-right: 24px;
  }
  .pt-l-24 {
    padding-top: 24px;
  }
  .pb-l-24 {
    padding-bottom: 24px;
  }
  .ph-l-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pv-l-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pa-l-24 {
    padding: 24px;
  }
  .ml-l-24 {
    margin-left: 24px;
  }
  .mr-l-24 {
    margin-right: 24px;
  }
  .mt-l-24 {
    margin-top: 24px;
  }
  .mb-l-24 {
    margin-bottom: 24px;
  }
  .mh-l-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mv-l-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ma-l-24 {
    margin: 24px;
  }
  .pl-l-32 {
    padding-left: 32px;
  }
  .pr-l-32 {
    padding-right: 32px;
  }
  .pt-l-32 {
    padding-top: 32px;
  }
  .pb-l-32 {
    padding-bottom: 32px;
  }
  .ph-l-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .pv-l-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pa-l-32 {
    padding: 32px;
  }
  .ml-l-32 {
    margin-left: 32px;
  }
  .mr-l-32 {
    margin-right: 32px;
  }
  .mt-l-32 {
    margin-top: 32px;
  }
  .mb-l-32 {
    margin-bottom: 32px;
  }
  .mh-l-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mv-l-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ma-l-32 {
    margin: 32px;
  }
  .pl-l-40 {
    padding-left: 40px;
  }
  .pr-l-40 {
    padding-right: 40px;
  }
  .pt-l-40 {
    padding-top: 40px;
  }
  .pb-l-40 {
    padding-bottom: 40px;
  }
  .ph-l-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pv-l-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pa-l-40 {
    padding: 40px;
  }
  .ml-l-40 {
    margin-left: 40px;
  }
  .mr-l-40 {
    margin-right: 40px;
  }
  .mt-l-40 {
    margin-top: 40px;
  }
  .mb-l-40 {
    margin-bottom: 40px;
  }
  .mh-l-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mv-l-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ma-l-40 {
    margin: 40px;
  }
  .pl-l-48 {
    padding-left: 48px;
  }
  .pr-l-48 {
    padding-right: 48px;
  }
  .pt-l-48 {
    padding-top: 48px;
  }
  .pb-l-48 {
    padding-bottom: 48px;
  }
  .ph-l-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .pv-l-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pa-l-48 {
    padding: 48px;
  }
  .ml-l-48 {
    margin-left: 48px;
  }
  .mr-l-48 {
    margin-right: 48px;
  }
  .mt-l-48 {
    margin-top: 48px;
  }
  .mb-l-48 {
    margin-bottom: 48px;
  }
  .mh-l-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mv-l-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ma-l-48 {
    margin: 48px;
  }
  .pl-l-56 {
    padding-left: 56px;
  }
  .pr-l-56 {
    padding-right: 56px;
  }
  .pt-l-56 {
    padding-top: 56px;
  }
  .pb-l-56 {
    padding-bottom: 56px;
  }
  .ph-l-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .pv-l-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pa-l-56 {
    padding: 56px;
  }
  .ml-l-56 {
    margin-left: 56px;
  }
  .mr-l-56 {
    margin-right: 56px;
  }
  .mt-l-56 {
    margin-top: 56px;
  }
  .mb-l-56 {
    margin-bottom: 56px;
  }
  .mh-l-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mv-l-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ma-l-56 {
    margin: 56px;
  }
  .pl-l-64 {
    padding-left: 64px;
  }
  .pr-l-64 {
    padding-right: 64px;
  }
  .pt-l-64 {
    padding-top: 64px;
  }
  .pb-l-64 {
    padding-bottom: 64px;
  }
  .ph-l-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .pv-l-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pa-l-64 {
    padding: 64px;
  }
  .ml-l-64 {
    margin-left: 64px;
  }
  .mr-l-64 {
    margin-right: 64px;
  }
  .mt-l-64 {
    margin-top: 64px;
  }
  .mb-l-64 {
    margin-bottom: 64px;
  }
  .mh-l-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mv-l-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .ma-l-64 {
    margin: 64px;
  }
  .pl-l-72 {
    padding-left: 72px;
  }
  .pr-l-72 {
    padding-right: 72px;
  }
  .pt-l-72 {
    padding-top: 72px;
  }
  .pb-l-72 {
    padding-bottom: 72px;
  }
  .ph-l-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .pv-l-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pa-l-72 {
    padding: 72px;
  }
  .ml-l-72 {
    margin-left: 72px;
  }
  .mr-l-72 {
    margin-right: 72px;
  }
  .mt-l-72 {
    margin-top: 72px;
  }
  .mb-l-72 {
    margin-bottom: 72px;
  }
  .mh-l-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .mv-l-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .ma-l-72 {
    margin: 72px;
  }
  .pl-l-80 {
    padding-left: 80px;
  }
  .pr-l-80 {
    padding-right: 80px;
  }
  .pt-l-80 {
    padding-top: 80px;
  }
  .pb-l-80 {
    padding-bottom: 80px;
  }
  .ph-l-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pv-l-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pa-l-80 {
    padding: 80px;
  }
  .ml-l-80 {
    margin-left: 80px;
  }
  .mr-l-80 {
    margin-right: 80px;
  }
  .mt-l-80 {
    margin-top: 80px;
  }
  .mb-l-80 {
    margin-bottom: 80px;
  }
  .mh-l-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mv-l-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ma-l-80 {
    margin: 80px;
  }
  .pl-l-150 {
    padding-left: 150px;
  }
  .pr-l-150 {
    padding-right: 150px;
  }
  .pt-l-150 {
    padding-top: 150px;
  }
  .pb-l-150 {
    padding-bottom: 150px;
  }
  .ph-l-150 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .pv-l-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pa-l-150 {
    padding: 150px;
  }
  .ml-l-150 {
    margin-left: 150px;
  }
  .mr-l-150 {
    margin-right: 150px;
  }
  .mt-l-150 {
    margin-top: 150px;
  }
  .mb-l-150 {
    margin-bottom: 150px;
  }
  .mh-l-150 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .mv-l-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .ma-l-150 {
    margin: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .pl-xl-0 {
    padding-left: 0px;
  }
  .pr-xl-0 {
    padding-right: 0px;
  }
  .pt-xl-0 {
    padding-top: 0px;
  }
  .pb-xl-0 {
    padding-bottom: 0px;
  }
  .ph-xl-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pv-xl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pa-xl-0 {
    padding: 0px;
  }
  .ml-xl-0 {
    margin-left: 0px;
  }
  .mr-xl-0 {
    margin-right: 0px;
  }
  .mt-xl-0 {
    margin-top: 0px;
  }
  .mb-xl-0 {
    margin-bottom: 0px;
  }
  .mh-xl-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mv-xl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ma-xl-0 {
    margin: 0px;
  }
  .pl-xl-4 {
    padding-left: 4px;
  }
  .pr-xl-4 {
    padding-right: 4px;
  }
  .pt-xl-4 {
    padding-top: 4px;
  }
  .pb-xl-4 {
    padding-bottom: 4px;
  }
  .ph-xl-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .pv-xl-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pa-xl-4 {
    padding: 4px;
  }
  .ml-xl-4 {
    margin-left: 4px;
  }
  .mr-xl-4 {
    margin-right: 4px;
  }
  .mt-xl-4 {
    margin-top: 4px;
  }
  .mb-xl-4 {
    margin-bottom: 4px;
  }
  .mh-xl-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mv-xl-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ma-xl-4 {
    margin: 4px;
  }
  .pl-xl-8 {
    padding-left: 8px;
  }
  .pr-xl-8 {
    padding-right: 8px;
  }
  .pt-xl-8 {
    padding-top: 8px;
  }
  .pb-xl-8 {
    padding-bottom: 8px;
  }
  .ph-xl-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .pv-xl-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pa-xl-8 {
    padding: 8px;
  }
  .ml-xl-8 {
    margin-left: 8px;
  }
  .mr-xl-8 {
    margin-right: 8px;
  }
  .mt-xl-8 {
    margin-top: 8px;
  }
  .mb-xl-8 {
    margin-bottom: 8px;
  }
  .mh-xl-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mv-xl-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ma-xl-8 {
    margin: 8px;
  }
  .pl-xl-12 {
    padding-left: 12px;
  }
  .pr-xl-12 {
    padding-right: 12px;
  }
  .pt-xl-12 {
    padding-top: 12px;
  }
  .pb-xl-12 {
    padding-bottom: 12px;
  }
  .ph-xl-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .pv-xl-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pa-xl-12 {
    padding: 12px;
  }
  .ml-xl-12 {
    margin-left: 12px;
  }
  .mr-xl-12 {
    margin-right: 12px;
  }
  .mt-xl-12 {
    margin-top: 12px;
  }
  .mb-xl-12 {
    margin-bottom: 12px;
  }
  .mh-xl-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .mv-xl-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .ma-xl-12 {
    margin: 12px;
  }
  .pl-xl-16 {
    padding-left: 16px;
  }
  .pr-xl-16 {
    padding-right: 16px;
  }
  .pt-xl-16 {
    padding-top: 16px;
  }
  .pb-xl-16 {
    padding-bottom: 16px;
  }
  .ph-xl-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pv-xl-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pa-xl-16 {
    padding: 16px;
  }
  .ml-xl-16 {
    margin-left: 16px;
  }
  .mr-xl-16 {
    margin-right: 16px;
  }
  .mt-xl-16 {
    margin-top: 16px;
  }
  .mb-xl-16 {
    margin-bottom: 16px;
  }
  .mh-xl-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mv-xl-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ma-xl-16 {
    margin: 16px;
  }
  .pl-xl-24 {
    padding-left: 24px;
  }
  .pr-xl-24 {
    padding-right: 24px;
  }
  .pt-xl-24 {
    padding-top: 24px;
  }
  .pb-xl-24 {
    padding-bottom: 24px;
  }
  .ph-xl-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pv-xl-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pa-xl-24 {
    padding: 24px;
  }
  .ml-xl-24 {
    margin-left: 24px;
  }
  .mr-xl-24 {
    margin-right: 24px;
  }
  .mt-xl-24 {
    margin-top: 24px;
  }
  .mb-xl-24 {
    margin-bottom: 24px;
  }
  .mh-xl-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mv-xl-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ma-xl-24 {
    margin: 24px;
  }
  .pl-xl-32 {
    padding-left: 32px;
  }
  .pr-xl-32 {
    padding-right: 32px;
  }
  .pt-xl-32 {
    padding-top: 32px;
  }
  .pb-xl-32 {
    padding-bottom: 32px;
  }
  .ph-xl-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .pv-xl-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pa-xl-32 {
    padding: 32px;
  }
  .ml-xl-32 {
    margin-left: 32px;
  }
  .mr-xl-32 {
    margin-right: 32px;
  }
  .mt-xl-32 {
    margin-top: 32px;
  }
  .mb-xl-32 {
    margin-bottom: 32px;
  }
  .mh-xl-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mv-xl-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ma-xl-32 {
    margin: 32px;
  }
  .pl-xl-40 {
    padding-left: 40px;
  }
  .pr-xl-40 {
    padding-right: 40px;
  }
  .pt-xl-40 {
    padding-top: 40px;
  }
  .pb-xl-40 {
    padding-bottom: 40px;
  }
  .ph-xl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pv-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pa-xl-40 {
    padding: 40px;
  }
  .ml-xl-40 {
    margin-left: 40px;
  }
  .mr-xl-40 {
    margin-right: 40px;
  }
  .mt-xl-40 {
    margin-top: 40px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .mh-xl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mv-xl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ma-xl-40 {
    margin: 40px;
  }
  .pl-xl-48 {
    padding-left: 48px;
  }
  .pr-xl-48 {
    padding-right: 48px;
  }
  .pt-xl-48 {
    padding-top: 48px;
  }
  .pb-xl-48 {
    padding-bottom: 48px;
  }
  .ph-xl-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .pv-xl-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pa-xl-48 {
    padding: 48px;
  }
  .ml-xl-48 {
    margin-left: 48px;
  }
  .mr-xl-48 {
    margin-right: 48px;
  }
  .mt-xl-48 {
    margin-top: 48px;
  }
  .mb-xl-48 {
    margin-bottom: 48px;
  }
  .mh-xl-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mv-xl-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ma-xl-48 {
    margin: 48px;
  }
  .pl-xl-56 {
    padding-left: 56px;
  }
  .pr-xl-56 {
    padding-right: 56px;
  }
  .pt-xl-56 {
    padding-top: 56px;
  }
  .pb-xl-56 {
    padding-bottom: 56px;
  }
  .ph-xl-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .pv-xl-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pa-xl-56 {
    padding: 56px;
  }
  .ml-xl-56 {
    margin-left: 56px;
  }
  .mr-xl-56 {
    margin-right: 56px;
  }
  .mt-xl-56 {
    margin-top: 56px;
  }
  .mb-xl-56 {
    margin-bottom: 56px;
  }
  .mh-xl-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mv-xl-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ma-xl-56 {
    margin: 56px;
  }
  .pl-xl-64 {
    padding-left: 64px;
  }
  .pr-xl-64 {
    padding-right: 64px;
  }
  .pt-xl-64 {
    padding-top: 64px;
  }
  .pb-xl-64 {
    padding-bottom: 64px;
  }
  .ph-xl-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .pv-xl-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pa-xl-64 {
    padding: 64px;
  }
  .ml-xl-64 {
    margin-left: 64px;
  }
  .mr-xl-64 {
    margin-right: 64px;
  }
  .mt-xl-64 {
    margin-top: 64px;
  }
  .mb-xl-64 {
    margin-bottom: 64px;
  }
  .mh-xl-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mv-xl-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .ma-xl-64 {
    margin: 64px;
  }
  .pl-xl-72 {
    padding-left: 72px;
  }
  .pr-xl-72 {
    padding-right: 72px;
  }
  .pt-xl-72 {
    padding-top: 72px;
  }
  .pb-xl-72 {
    padding-bottom: 72px;
  }
  .ph-xl-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .pv-xl-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pa-xl-72 {
    padding: 72px;
  }
  .ml-xl-72 {
    margin-left: 72px;
  }
  .mr-xl-72 {
    margin-right: 72px;
  }
  .mt-xl-72 {
    margin-top: 72px;
  }
  .mb-xl-72 {
    margin-bottom: 72px;
  }
  .mh-xl-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .mv-xl-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .ma-xl-72 {
    margin: 72px;
  }
  .pl-xl-80 {
    padding-left: 80px;
  }
  .pr-xl-80 {
    padding-right: 80px;
  }
  .pt-xl-80 {
    padding-top: 80px;
  }
  .pb-xl-80 {
    padding-bottom: 80px;
  }
  .ph-xl-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pv-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pa-xl-80 {
    padding: 80px;
  }
  .ml-xl-80 {
    margin-left: 80px;
  }
  .mr-xl-80 {
    margin-right: 80px;
  }
  .mt-xl-80 {
    margin-top: 80px;
  }
  .mb-xl-80 {
    margin-bottom: 80px;
  }
  .mh-xl-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mv-xl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ma-xl-80 {
    margin: 80px;
  }
  .pl-xl-150 {
    padding-left: 150px;
  }
  .pr-xl-150 {
    padding-right: 150px;
  }
  .pt-xl-150 {
    padding-top: 150px;
  }
  .pb-xl-150 {
    padding-bottom: 150px;
  }
  .ph-xl-150 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .pv-xl-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pa-xl-150 {
    padding: 150px;
  }
  .ml-xl-150 {
    margin-left: 150px;
  }
  .mr-xl-150 {
    margin-right: 150px;
  }
  .mt-xl-150 {
    margin-top: 150px;
  }
  .mb-xl-150 {
    margin-bottom: 150px;
  }
  .mh-xl-150 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .mv-xl-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .ma-xl-150 {
    margin: 150px;
  }
}
@media screen and (min-width: 1550px) {
  .pl-xxl-0 {
    padding-left: 0px;
  }
  .pr-xxl-0 {
    padding-right: 0px;
  }
  .pt-xxl-0 {
    padding-top: 0px;
  }
  .pb-xxl-0 {
    padding-bottom: 0px;
  }
  .ph-xxl-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pv-xxl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pa-xxl-0 {
    padding: 0px;
  }
  .ml-xxl-0 {
    margin-left: 0px;
  }
  .mr-xxl-0 {
    margin-right: 0px;
  }
  .mt-xxl-0 {
    margin-top: 0px;
  }
  .mb-xxl-0 {
    margin-bottom: 0px;
  }
  .mh-xxl-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mv-xxl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ma-xxl-0 {
    margin: 0px;
  }
  .pl-xxl-4 {
    padding-left: 4px;
  }
  .pr-xxl-4 {
    padding-right: 4px;
  }
  .pt-xxl-4 {
    padding-top: 4px;
  }
  .pb-xxl-4 {
    padding-bottom: 4px;
  }
  .ph-xxl-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .pv-xxl-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pa-xxl-4 {
    padding: 4px;
  }
  .ml-xxl-4 {
    margin-left: 4px;
  }
  .mr-xxl-4 {
    margin-right: 4px;
  }
  .mt-xxl-4 {
    margin-top: 4px;
  }
  .mb-xxl-4 {
    margin-bottom: 4px;
  }
  .mh-xxl-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mv-xxl-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ma-xxl-4 {
    margin: 4px;
  }
  .pl-xxl-8 {
    padding-left: 8px;
  }
  .pr-xxl-8 {
    padding-right: 8px;
  }
  .pt-xxl-8 {
    padding-top: 8px;
  }
  .pb-xxl-8 {
    padding-bottom: 8px;
  }
  .ph-xxl-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .pv-xxl-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pa-xxl-8 {
    padding: 8px;
  }
  .ml-xxl-8 {
    margin-left: 8px;
  }
  .mr-xxl-8 {
    margin-right: 8px;
  }
  .mt-xxl-8 {
    margin-top: 8px;
  }
  .mb-xxl-8 {
    margin-bottom: 8px;
  }
  .mh-xxl-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mv-xxl-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ma-xxl-8 {
    margin: 8px;
  }
  .pl-xxl-12 {
    padding-left: 12px;
  }
  .pr-xxl-12 {
    padding-right: 12px;
  }
  .pt-xxl-12 {
    padding-top: 12px;
  }
  .pb-xxl-12 {
    padding-bottom: 12px;
  }
  .ph-xxl-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .pv-xxl-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pa-xxl-12 {
    padding: 12px;
  }
  .ml-xxl-12 {
    margin-left: 12px;
  }
  .mr-xxl-12 {
    margin-right: 12px;
  }
  .mt-xxl-12 {
    margin-top: 12px;
  }
  .mb-xxl-12 {
    margin-bottom: 12px;
  }
  .mh-xxl-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .mv-xxl-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .ma-xxl-12 {
    margin: 12px;
  }
  .pl-xxl-16 {
    padding-left: 16px;
  }
  .pr-xxl-16 {
    padding-right: 16px;
  }
  .pt-xxl-16 {
    padding-top: 16px;
  }
  .pb-xxl-16 {
    padding-bottom: 16px;
  }
  .ph-xxl-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pv-xxl-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pa-xxl-16 {
    padding: 16px;
  }
  .ml-xxl-16 {
    margin-left: 16px;
  }
  .mr-xxl-16 {
    margin-right: 16px;
  }
  .mt-xxl-16 {
    margin-top: 16px;
  }
  .mb-xxl-16 {
    margin-bottom: 16px;
  }
  .mh-xxl-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mv-xxl-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ma-xxl-16 {
    margin: 16px;
  }
  .pl-xxl-24 {
    padding-left: 24px;
  }
  .pr-xxl-24 {
    padding-right: 24px;
  }
  .pt-xxl-24 {
    padding-top: 24px;
  }
  .pb-xxl-24 {
    padding-bottom: 24px;
  }
  .ph-xxl-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pv-xxl-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pa-xxl-24 {
    padding: 24px;
  }
  .ml-xxl-24 {
    margin-left: 24px;
  }
  .mr-xxl-24 {
    margin-right: 24px;
  }
  .mt-xxl-24 {
    margin-top: 24px;
  }
  .mb-xxl-24 {
    margin-bottom: 24px;
  }
  .mh-xxl-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mv-xxl-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ma-xxl-24 {
    margin: 24px;
  }
  .pl-xxl-32 {
    padding-left: 32px;
  }
  .pr-xxl-32 {
    padding-right: 32px;
  }
  .pt-xxl-32 {
    padding-top: 32px;
  }
  .pb-xxl-32 {
    padding-bottom: 32px;
  }
  .ph-xxl-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .pv-xxl-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pa-xxl-32 {
    padding: 32px;
  }
  .ml-xxl-32 {
    margin-left: 32px;
  }
  .mr-xxl-32 {
    margin-right: 32px;
  }
  .mt-xxl-32 {
    margin-top: 32px;
  }
  .mb-xxl-32 {
    margin-bottom: 32px;
  }
  .mh-xxl-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mv-xxl-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ma-xxl-32 {
    margin: 32px;
  }
  .pl-xxl-40 {
    padding-left: 40px;
  }
  .pr-xxl-40 {
    padding-right: 40px;
  }
  .pt-xxl-40 {
    padding-top: 40px;
  }
  .pb-xxl-40 {
    padding-bottom: 40px;
  }
  .ph-xxl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pv-xxl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pa-xxl-40 {
    padding: 40px;
  }
  .ml-xxl-40 {
    margin-left: 40px;
  }
  .mr-xxl-40 {
    margin-right: 40px;
  }
  .mt-xxl-40 {
    margin-top: 40px;
  }
  .mb-xxl-40 {
    margin-bottom: 40px;
  }
  .mh-xxl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mv-xxl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ma-xxl-40 {
    margin: 40px;
  }
  .pl-xxl-48 {
    padding-left: 48px;
  }
  .pr-xxl-48 {
    padding-right: 48px;
  }
  .pt-xxl-48 {
    padding-top: 48px;
  }
  .pb-xxl-48 {
    padding-bottom: 48px;
  }
  .ph-xxl-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .pv-xxl-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pa-xxl-48 {
    padding: 48px;
  }
  .ml-xxl-48 {
    margin-left: 48px;
  }
  .mr-xxl-48 {
    margin-right: 48px;
  }
  .mt-xxl-48 {
    margin-top: 48px;
  }
  .mb-xxl-48 {
    margin-bottom: 48px;
  }
  .mh-xxl-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mv-xxl-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ma-xxl-48 {
    margin: 48px;
  }
  .pl-xxl-56 {
    padding-left: 56px;
  }
  .pr-xxl-56 {
    padding-right: 56px;
  }
  .pt-xxl-56 {
    padding-top: 56px;
  }
  .pb-xxl-56 {
    padding-bottom: 56px;
  }
  .ph-xxl-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .pv-xxl-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pa-xxl-56 {
    padding: 56px;
  }
  .ml-xxl-56 {
    margin-left: 56px;
  }
  .mr-xxl-56 {
    margin-right: 56px;
  }
  .mt-xxl-56 {
    margin-top: 56px;
  }
  .mb-xxl-56 {
    margin-bottom: 56px;
  }
  .mh-xxl-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mv-xxl-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ma-xxl-56 {
    margin: 56px;
  }
  .pl-xxl-64 {
    padding-left: 64px;
  }
  .pr-xxl-64 {
    padding-right: 64px;
  }
  .pt-xxl-64 {
    padding-top: 64px;
  }
  .pb-xxl-64 {
    padding-bottom: 64px;
  }
  .ph-xxl-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .pv-xxl-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pa-xxl-64 {
    padding: 64px;
  }
  .ml-xxl-64 {
    margin-left: 64px;
  }
  .mr-xxl-64 {
    margin-right: 64px;
  }
  .mt-xxl-64 {
    margin-top: 64px;
  }
  .mb-xxl-64 {
    margin-bottom: 64px;
  }
  .mh-xxl-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mv-xxl-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .ma-xxl-64 {
    margin: 64px;
  }
  .pl-xxl-72 {
    padding-left: 72px;
  }
  .pr-xxl-72 {
    padding-right: 72px;
  }
  .pt-xxl-72 {
    padding-top: 72px;
  }
  .pb-xxl-72 {
    padding-bottom: 72px;
  }
  .ph-xxl-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .pv-xxl-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pa-xxl-72 {
    padding: 72px;
  }
  .ml-xxl-72 {
    margin-left: 72px;
  }
  .mr-xxl-72 {
    margin-right: 72px;
  }
  .mt-xxl-72 {
    margin-top: 72px;
  }
  .mb-xxl-72 {
    margin-bottom: 72px;
  }
  .mh-xxl-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .mv-xxl-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .ma-xxl-72 {
    margin: 72px;
  }
  .pl-xxl-80 {
    padding-left: 80px;
  }
  .pr-xxl-80 {
    padding-right: 80px;
  }
  .pt-xxl-80 {
    padding-top: 80px;
  }
  .pb-xxl-80 {
    padding-bottom: 80px;
  }
  .ph-xxl-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pv-xxl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pa-xxl-80 {
    padding: 80px;
  }
  .ml-xxl-80 {
    margin-left: 80px;
  }
  .mr-xxl-80 {
    margin-right: 80px;
  }
  .mt-xxl-80 {
    margin-top: 80px;
  }
  .mb-xxl-80 {
    margin-bottom: 80px;
  }
  .mh-xxl-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mv-xxl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ma-xxl-80 {
    margin: 80px;
  }
  .pl-xxl-150 {
    padding-left: 150px;
  }
  .pr-xxl-150 {
    padding-right: 150px;
  }
  .pt-xxl-150 {
    padding-top: 150px;
  }
  .pb-xxl-150 {
    padding-bottom: 150px;
  }
  .ph-xxl-150 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .pv-xxl-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pa-xxl-150 {
    padding: 150px;
  }
  .ml-xxl-150 {
    margin-left: 150px;
  }
  .mr-xxl-150 {
    margin-right: 150px;
  }
  .mt-xxl-150 {
    margin-top: 150px;
  }
  .mb-xxl-150 {
    margin-bottom: 150px;
  }
  .mh-xxl-150 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .mv-xxl-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .ma-xxl-150 {
    margin: 150px;
  }
}
.br-1 {
  border-radius: 1px;
}
.br-2 {
  border-radius: 2px;
}
.br-3 {
  border-radius: 3px;
}
.br-4 {
  border-radius: 4px;
}
.br-5 {
  border-radius: 5px;
}
.br-8 {
  border-radius: 8px;
}
.br-10 {
  border-radius: 10px;
}
.pmv-0 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.br-50p {
  border-radius: 50%;
}
.bg {
  background-size: cover;
  background-position: center center;
}
.bg--contain {
  background-size: contain;
  background-repeat: no-repeat;
}
.bg--left {
  background-position-x: left;
}
.bg--right {
  background-position-x: right;
}
.bg--top {
  background-position-y: top;
}
.bg--bottom {
  background-position-y: bottom;
}
.bg--center {
  background-position: center;
}
.c-pointer {
  cursor: hand;
  cursor: pointer;
}
.c-default {
  cursor: default;
}
.c-not-allowed {
  cursor: not-allowed;
}
.pe-none {
  pointer-events: none;
}
.pe-auto {
  pointer-events: auto;
}
.full-size {
  width: 100%;
  height: 100%;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.full-viewport-size {
  width: 100vw;
  height: 100vh;
}
.full-viewport-width {
  width: 100vw;
}
.full-viewport-height {
  height: 100vh;
}
.no-animate {
  transition: none !important;
}
.animate {
  transition: all 0.3s ease;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  zoom: 1;
}
.no-list {
  list-style: none;
}
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.semibold {
  font-weight: 600 !important;
}
.bold {
  font-weight: 700 !important;
}
.italic {
  font-style: italic !important;
}
.no-italic {
  font-style: normal !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
::-moz-selection {
  background: #302e2b /* WebKit/Blink Browsers */;
  color: #fff;
}
::selection {
  background: #302e2b /* WebKit/Blink Browsers */;
  color: #fff;
}
::-moz-selection {
  background: #302e2b /* Gecko Browsers */;
  color: #fff;
}
.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: #fff;
  padding: 8px 40px;
  margin: 0;
  box-shadow: none;
  border-radius: 5px;
  background-color: #7b3eee;
  border: none;
  transition: all 0.3s ease 0s;
}
.button:hover,
.button__container--is-hover:hover .button {
  background-color: #5913dd;
  color: #fff;
}
.button:active,
.button__container--is-active:active .button {
  backgroun-color: #5913dd;
  color: #fff;
}
.button--secondary {
  line-height: 42px;
  color: #302e2b;
  background-color: transparent;
  border: solid 3px #302e2b;
}
.button--secondary:hover {
  background-color: #302e2b;
  color: #fff;
}
.button--secondary:active {
  background-color: #302e2b;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .button {
    padding: 8px 70px;
  }
}
@media screen and (min-width: 1024px) {
  .button {
    padding: 8px 100px;
  }
}
.pagination {
  text-align: center;
  display: inline-block;
  padding: 0;
}
.pagination li {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.pagination li a,
.pagination li span {
  font-family: ingra-2, sans-serif;
  color: gris1;
  font-size: s15;
  line-height: s24;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12em;
  margin: 16px 0;
  padding: 5px 0 3px;
  margin: 0 2px;
  padding-left: 4px;
  color: ;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.pagination li a:hover,
.pagination li span:hover {
  color: gris1;
}
.pagination li.active a,
.pagination li.active span {
  font-weight: bold;
  color: gris1;
}
.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  background-color: rgba(192,39,54,0.8);
  text-align: center;
  color: #fff;
  font-size: 32px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 0.3s ease;
}
.totop.show {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.totop i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  cursor: hand;
  cursor: pointer;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25% /* 16:9 */;
  padding-top: 25px;
  height: 0;
  box-sizing: content-box;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-input {
  font-family: ;
  font-weight: ;
  font-size: ;
  line-height: ;
  background-color: transparent;
  color: #302e2b;
  border: 2px solid #f9f9f9;
  border-radius: 3px;
  box-shadow: none;
  padding: 10px 60px 10px 16px;
  margin: 8px 0;
  width: 100%;
}
.custom-input--select {
  background-image: url("/assets/img/select.svg");
  border-radius: 3px;
  background-position: 96% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-input--select option[value=""][disabled] {
  display: none;
}
.custom-input--icon-left {
  background-repeat: no-repeat;
  background-size: auto 40%;
  background-position: 24px 50%;
  padding-left: 72px;
}
.custom-input--icon-right {
  background-repeat: no-repeat;
  background-size: auto 40%;
  background-position: calc(100% - 24px) 50%;
  padding-right: 72px;
}
.custom-checkbox__input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
}
.custom-checkbox__new {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  border: 2px solid #f9f9f9;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background: transparent;
  box-sizing: border-box;
}
.custom-checkbox__text {
  display: inline-block;
  width: 80%;
  width: calc(100% - 35px);
}
.custom-checkbox__input:checked + label .custom-checkbox__new {
  background: #302e2b;
  border-width: 0;
}
.custom-checkbox__input:checked + label .custom-checkbox__new:after {
  content: "";
  width: 2px;
  height: 6px;
  position: absolute;
  top: 9.5px;
  left: 4.5px;
  background: #fff;
  border-radius: 0;
  z-index: 1;
  transform: rotate(-44deg);
}
.custom-checkbox__input:checked + label .custom-checkbox__new:before {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  top: 3.2px;
  left: 11px;
  background: #fff;
  border-radius: 0;
  z-index: 1;
  transform: rotate(45deg);
}
.custom-radio__input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none;
}
.custom-radio__new {
  width: 20px;
  height: 20px;
  margin: 6px 10px 0 0;
  border: 2px solid #f9f9f9;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: transparent;
  box-sizing: border-box;
  cursor: hand;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  float: left;
}
.custom-radio__text {
  display: inline-block;
  padding: 0;
  float: left;
  width: 100%;
  padding-right: 12px;
}
.custom-radio__input + label {
  cursor: hand;
  cursor: pointer;
}
.custom-radio__input:disabled + label p {
  color: gris4;
}
.custom-radio__input:checked + label .custom-radio__new {
  background-color: #302e2b;
  background-image: url("/assets/img/marcado.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-color: transparent;
}
.custom-file__label {
  width: 0%;
  min-width: 100%;
  height: 52px;
  line-height: 52px !important;
  cursor: pointer;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-family: sans-serif;
  text-align: right;
  margin: 8px 0;
}
.custom-file__label:before {
  content: attr(data-file);
  width: 70%;
  width: calc(100% - 200px);
  display: block;
  position: absolute;
  box-sizing: border-box;
  height: inherit;
  padding: 0 20px;
  border-radius: 3px;
  background-color: #616161;
  color: gray5;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.custom-file__label:after {
  display: inline-block;
  position: relative;
  cursor: hand;
  cursor: pointer;
  z-index: 9;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  margin: 0;
  box-shadow: none;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  line-height: 42px;
  color: #37d9b6;
  background-color: transparent;
  border: solid 3px #37d9b6;
  content: attr(data-text);
  box-sizing: border-box;
  width: 180px;
  height: inherit;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-family: ingra-2, sans-serif;
  font-size: 1.2rem;
}
.custom-file__label[title]:not([title=""]):before {
  content: attr(title);
  color: gris7;
}
.custom-file__input {
  position: absolute;
  width: 0;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
input:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  color: gray5;
  font-size: 1.333rem;
  font-weight: 400;
  font-family: ingra-2, sans-serif;
}
:-moz-placeholder {
  color: gray5;
  font-size: 1.333rem;
  font-weight: 400;
  font-family: ingra-2, sans-serif;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
::-moz-placeholder {
  color: gray5;
  font-size: 1.333rem;
  font-weight: 400;
  font-family: ingra-2, sans-serif;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
:-ms-input-placeholder {
  color: gray5;
  font-size: 1.333rem;
  font-weight: 400;
  font-family: ingra-2, sans-serif;
}
.custom-input--light::-webkit-input-placeholder {
  color: #fff;
  font-size: 1.333rem;
  font-weight: 400;
  font-family: ingra-2, sans-serif;
}
.custom-input--light:-moz-placeholder {
  color: #fff;
  font-size: 1.333rem;
  font-weight: 400;
  font-family: ingra-2, sans-serif;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.custom-input--light::-moz-placeholder {
  color: #fff;
  font-size: 1.333rem;
  font-weight: 400;
  font-family: ingra-2, sans-serif;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.custom-input--light:-ms-input-placeholder {
  color: #fff;
  font-size: 1.333rem;
  font-weight: 400;
  font-family: ingra-2, sans-serif;
}
.hamburger {
  padding: 7px 4px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}
.hamburger:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: 4px/-2;
}
.hamburger__inner,
.hamburger__inner:before,
.hamburger__inner:after {
  width: 34px;
  height: 4px;
  background-color: #302e2b;
  border-radius: 8px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger__inner:after {
  bottom: -9px;
}
.hamburger__inner:before {
  top: -9px;
}
.hamburger__inner:before,
.hamburger__inner:after {
  content: "";
  display: block;
}
.hamburger__box {
  width: 34px;
  height: 22px;
  display: inline-block;
  position: relative;
}
.hamburger--spin .hamburger__inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger__inner:before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger__inner:after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.hamburger--is-active .hamburger__inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.hamburger--is-active .hamburger__inner:before {
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.hamburger--is-active .hamburger__inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 400ms ease;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel.owl-loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: block;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.no-js .owl-carousel {
  display: block;
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.finishes__slide {
  height: 80vh;
}
.finishes__slide .logo {
  width: 100px;
}
.finishes__slide .finishes_slide-description {
  line-height: 1.6rem;
}
.finishes__slide .more-info-link {
  bottom: 20px;
  padding: 10px 0;
  z-index: 999;
}
.finishes__slide .more-info {
  width: 40px;
}
.inverted {
  filter: invert(100%);
}
.finishes__info .honed-image {
  background-repeat: no-repeat;
}
.finishes__info .honed-image:after {
  display: block;
  content: "";
  padding-bottom: 56%;
}
.finishes__info .allinone-image {
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
}
.finishes__info .finishes__info-description {
  line-height: 1.6rem;
}
.finishes__info .finishes__info-description h4 {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.finishes__info .finishes__info-description > p {
  margin-top: 0;
  padding-top: 0;
  margin-left: 24px;
}
.button-finishes {
  background-color: #302e2b;
  color: #fff;
  border: 0px;
  text-transform: uppercase;
  padding: 10px;
}
@media screen and (min-width: 480px) {
  .button-finishes {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 768px) {
  .button-finishes {
    padding: 15px 50px;
  }
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dots-container {
  position: relative;
  z-index: 7;
  bottom: 50px;
  width: 45%;
}
.dots-finishes {
  -webkit-tap-highlight-color: transparent;
}
.dots-finishes .owl-dot {
  -webkit-appearance: caret;
  -moz-appearance: caret;
  appearance: caret;
  zoom: 1;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0 10px;
}
.dots-finishes .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  border: 1px solid #fff;
}
.dots-finishes .owl-dot:focus {
  outline: 0;
}
.dots-finishes .owl-dot.active span {
  background: #fff;
}
.dots-finishes .owl-dot:hover span {
  background: #fff;
}
.stroke-current {
  stroke: currentColor;
}
.fill-current {
  fill: currentColor;
}
.video-finish {
  position: relative;
  max-height: 550px;
}
.video-finish .plyr__poster {
  background-size: cover;
}
.video-finish .plyr--paused {
  max-height: 550px;
}
.video-finish .plyr--paused .plyr__controls {
  display: none;
}
.video-finish .plyr--stopped .plyr__controls {
  display: none;
}
.video-finish .custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  cursor: pointer;
}
.plyr--fullscreen-active video {
  max-height: 100% !important;
}
.related .description {
  font-size: 1.2rem;
  margin-top: -12px;
}
.related .logo {
  position: absolute;
  right: 70px;
  bottom: 70px;
}
.accordion__content {
  display: none;
}
.accordion__title {
  width: 90%;
  width: calc(100% - 32px);
}
.accordion--is-open .accordion__arrow {
  transform: rotateX(180deg);
}
.bounce {
  animation-name: bounce;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.blink {
  animation: blink-animation 2s linear infinite;
}
.controls-dots {
  position: absolute;
  top: 0;
  right: 30px;
  width: 20px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
.controls-dots .owl-dot {
  -webkit-appearance: caret;
  -moz-appearance: caret;
  appearance: caret;
  zoom: 1;
  background: none;
  border: 0;
  cursor: pointer;
}
.controls-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  border: 1px solid #000;
}
.controls-dots .owl-dot:hover span {
  background: rgba(0,0,0,0.58);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: all;
}
.controls-dots .owl-dot:focus {
  outline: 0;
}
.owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: rgba(0,0,0,0.58);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: all;
}
.popup-detalle {
  position: absolute;
  z-index: 2;
  left: 10%;
  top: 100px;
  background-color: #fff;
  padding-top: 17px;
  padding-left: 0px;
  padding-right: 0px;
}
.popup-detalle .info_desc {
  font-size: 0.9333rem;
  line-height: 1.5rem;
  padding-bottom: 25px;
  margin-top: 25px;
}
.popup-detalle .texto_resul {
  font-size: 0.8rem;
  padding-bottom: 20px;
}
.popup-detalle .titulo_ficha {
  font-size: 1rem;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #302e2b;
  position: relative;
}
.popup-detalle .titulo_ficha .cerrar_col {
  position: absolute;
  right: 24px;
  top: 0px;
  cursor: pointer;
}
.popup-detalle .titulo_ficha strong {
  cursor: pointer;
}
.popup-detalle .titulo_info {
  font-size: 0.9333rem;
  font-weight: bold;
  text-transform: uppercase;
}
.popup-detalle .enlaces a {
  display: block;
  width: 100%;
  padding: 23px 62px;
  text-transform: uppercase;
  border-top: 1px solid #302e2b;
  color: #302e2b;
  margin: 0;
}
.popup-detalle .enlace a span {
  align-items: center;
  display: inline-flex;
  padding-right: 7px;
}
.bloque_colecciones .titulo span {
  display: inline-block;
}
#collection-info .bloque_colecciones {
  margin-top: 0px;
}
.bloque_colecciones .titulo {
  padding-bottom: 42px;
  padding-top: 108px;
  font-size: 2rem;
  font-family: adobe-caslon-pro, serif;
}
.bloque_busqueda_carac {
  padding-bottom: 40px;
}
.bloque_colecciones .titulo .tit {
  max-width: 400px;
}
#collection-info .owl-nav {
  bottom: 48%;
  position: absolute;
  width: 100%;
  height: 86px;
}
#collection-info .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 0px solid #fff;
  position: relative;
  float: left;
  margin-left: 100px;
}
#collection-info .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 0px solid #fff;
  position: relative;
  float: right;
  margin-right: 100px;
}
#collection-info .owl-nav img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#collection-info .bloque_video {
  height: calc(100vh - 50px);
  max-height: calc(100vh - 50px);
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  line-height: 1;
  padding: 0;
}
#collection-info .bloque_video iframe {
  max-height: calc(100vh - 50px);
}
@media (max-width: 767px) {
  #collection-info .bloque_video {
    height: 400px;
    max-height: 400px;
  }
}
.more_coleccion {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
.more_coleccion img {
  cursor: pointer;
}
.caracteristica .busqueda {
  color: #fff;
  background: #302e2b;
  padding: 9px 18px;
  font-size: 0.9333rem;
}
.caracteristica ul {
  padding-left: 0px;
}
.caracteristica li {
  list-style: none;
  border-bottom: 1px solid #302e2b;
  margin-top: 0px;
  margin-bottom: 0px;
}
.caracteristica li:last-child {
  border-bottom: 0px;
}
.caracteristica li .plus {
  display: block;
  text-align: center;
  color: #fff;
  background: #616161;
  padding: 9px 18px;
}
.slider-coleccion {
  position: relative;
}
.slider-coleccion .more_coleccion {
  z-index: 1;
}
label {
  display: inline-block;
  cursor: pointer;
  color: #302e2b;
  position: relative;
  padding: 5px 15px 5px 32px;
  font-size: 1em;
  border-radius: 2px;
  transition: all 0.3s ease;
}
label:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 15px;
  border-radius: 50%;
  background: none;
  border: 2px solid #302e2b;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label:before {
  display: block;
  background: #302e2b;
}
.popup_pieza {
  padding: 10px;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 99;
  background: rgba(0,0,0,0.4);
}
.popup_pieza .tabla_carac_tecnicas span.carac {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.popup_pieza .tabla_carac_tecnicas .nombre_carac {
  text-align: center;
  display: block;
}
.tabla_carac_tecnicas li {
  display: inline-block;
  padding: 10px;
  border-right: 1px solid #302e2b;
}
.tabla_carac_tecnicas li:last-child {
  border-right: none;
}
.bloque_pieza {
  padding-top: 58px;
  background-color: #fff;
  width: calc(100% - 20px);
  height: calc(100vh - 20px);
  position: absolute;
  overflow-y: scroll;
}
.bloque_pieza .cerrar {
  position: absolute;
  right: 58px;
  top: 58px;
  width: 15px;
  height: 18px;
  background: url("/assets/peronda/images/cerrar.png") no-repeat center;
}
.bloque_resultado .caracteristicas li {
  list-style: none;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  padding: 0px 5px;
  padding-right: 9px;
  border-right: 1px solid #302e2b;
}
.bloque_resultado .caracteristicas li:last-child {
  border-right: 0px;
}
.bloque_despiece {
  background-color: #f5f4f4;
}
.bloque_despiece .titulo {
  font-size: 2rem;
  font-family: adobe-caslon-pro, serif;
}
.bloque_tit {
  padding-top: 58px;
  padding-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #302e2b;
}
.despiece.bloque {
  padding-bottom: 50px;
}
.piezas ul {
  padding-left: 0px;
}
.piezas li {
  list-style: none;
  margin-bottom: 55px;
}
.piezas .pieza .nombre_pieza {
  text-align: center;
  background-color: #302e2b;
  padding: 15px 10px;
  color: #fff;
  text-transform: uppercase;
}
.piezas .pieza .imagen {
  margin: 10px 0px;
  margin-bottom: 20px;
  text-align: center;
  background-size: 100%;
}
.piezas .pieza .codigo {
  color: #302e2b;
  margin-bottom: 2px;
  font-weight: bold;
  padding-right: 50px;
}
.pieza-base .pieza .medidas {
  font-weight: normal;
}
.pieza-base .pieza .datos {
  position: relative;
}
.pieza-base .pieza .datos:after {
  background: url("/assets/peronda/images/more.png") no-repeat center;
  width: 28px;
  height: 38px;
  display: block;
  clear: both;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px;
}
.pieza-tecnica .pieza .medidas {
  color: #616161;
}
.bloque_pieza .info_pieza .datos_pieza {
  margin-bottom: 20px;
  padding-left: 0px;
}
.bloque_pieza .info_pieza .datos_pieza .nom-dato {
  margin-bottom: 22px;
  font-size: 1.667rem;
  font-weight: bold;
}
.bloque_pieza .info_pieza .datos_pieza .dato {
  margin-bottom: 4px;
}
.bloque_pieza .info_pieza .datos_pieza .dato span.titulo {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 8px;
}
.bloque_pieza .info_pieza .datos_pieza .dato .tabla_carac_tecnicas span.titulo {
  font-size: 0.8rem;
}
.carac_tecnicas .titulo {
  display: block;
}
.tabla_carac_tecnicas ul {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0;
}
.tabla_carac_tecnicas ul li:first-child {
  padding-left: 0;
}
.bloque_pieza .caja,
.bloque_pieza .palet {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 42px;
}
.bloque_pieza .palet {
  padding-left: 0px;
}
.bloque_pieza .caja .titulo,
.bloque_pieza .palet .titulo {
  text-transform: uppercase;
  border-bottom: 1px solid #302e2b;
  padding-bottom: 17px;
  margin-bottom: 17px;
  font-weight: bold;
}
.bloque_pieza .palet .dato span:first-child,
.bloque_pieza .caja .dato span:first-child {
  min-width: 105px;
  border-right: 1px solid #302e2b;
  margin-right: 23px;
  margin-bottom: 8px;
  display: inline-block;
}
.bloque_pieza .otros_datos {
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #302e2b;
  padding-left: 0px;
}
.piezas .pieza .imagen {
  width: 100%;
  height: 22vw;
}
.piezas .pieza .imagen.img--tecnica {
  height: 20vw;
}
.area_descargas {
  padding-left: 0px;
}
.area_descargas .titulo {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: bold;
}
.area_descargas a {
  display: block;
  margin: 0px;
}
.popup_pieza .ver_coleccion {
  text-transform: uppercase;
  font-size: 0.8667rem;
  font-weight: bold;
  display: inline-block;
}
.popup-detalle .enlaces_info img {
  width: 24px;
  height: 24px;
}
.popup-detalle .enlaces {
  margin-bottom: 40px;
}
.popup-detalle .info-button {
  border-top: 1px solid #000;
  padding: 20px 32px;
  margin-bottom: 0;
}
.piezas .pieza .imagen img {
  display: none;
}
@media (max-width: 1200px) {
  .tabla_carac_tecnicas ul {
    flex-wrap: wrap;
  }
  .tabla_carac_tecnicas li {
    width: 33.3%;
  }
  .tabla_carac_tecnicas li:nth-child(3n) {
    border-right: 0px;
  }
}
@media (max-width: 767px) {
  .popup-detalle {
    width: calc(100% - 30px);
    padding-left: 10px;
    padding-right: 10px;
    left: 15px;
    right: 15px;
  }
  .tabla_carac_tecnicas li {
    width: 50%;
  }
  .tabla_carac_tecnicas li:nth-child(2n) {
    border-right: 0px;
  }
  .piezas .pieza .imagen {
    height: auto;
    background: none !important;
  }
  .piezas .pieza .imagen img {
    display: block;
  }
  .bloque_pieza .cerrar {
    top: 20px;
    right: 20px;
  }
  .controls-dots {
    display: none;
  }
}
.imagen.bg--contain.bg--bottom {
  height: initial;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 350px;
}
.imagen.bg--contain.bg--bottom img {
  display: block;
  max-height: inherit;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes blink-animation {
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.bloque_colecciones .bl-coleccion {
  padding-bottom: 22px;
  cursor: pointer;
}
.bloque_colecciones .bl-coleccion .imagen-coleccion {
  width: 100%;
  height: 361px;
  background-size: cover !important;
}
.bloque_colecciones .desc_coleccion {
  background-color: #fff;
  padding: 20px 15px 20px 15px;
  position: relative;
  transition: width 1s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  min-width: 75%;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .bloque_colecciones .desc_coleccion {
    padding-left: 30px;
  }
}
.bloque_colecciones .bl-coleccion:hover .desc_coleccion {
  box-shadow: 14px 0px 23px 0px rgba(0,0,0,0.3);
  width: 51%;
}
.desc_coleccion:after {
  background: url("/assets/peronda/images/more.png") no-repeat center;
  width: 28px;
  min-width: 28px;
  height: 38px;
  display: block;
  clear: both;
  content: "";
}
.bl-coleccion a {
  margin: 0px;
}
.owl-carousel .desc_coleccion:after {
  margin-top: 0px;
}
.bloque_colecciones .desc_coleccion .nombre {
  font-size: 2rem;
  font-family: adobe-caslon-pro, serif;
}
.desc_coleccion .center {
  display: inline-block;
}
.bl-coleccion:nth-child(2n+1) {
  padding-left: 0px;
}
.bl-coleccion:nth-child(2n) {
  padding-right: 0px;
}
.bloque_colecciones .titulo span {
  font-size: 2rem;
  line-height: 2rem;
}
.bloque_productos {
  margin-top: 25px;
}
.bloque_productos .img_producto {
  margin-bottom: 23px;
}
.bloque_productos .img_producto img {
  max-width: 100%;
}
.bloque_productos .bl-producto {
  margin-bottom: 40px;
}
.bloque_productos .desc_producto .nombre {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.bloque_productos .desc_producto {
  position: relative;
  padding-right: 50px;
}
.bloque_resultado button {
  -webkit-appearance: none;
  border: 0px;
  text-align: center;
  display: block;
  max-width: 300px;
  margin: 0px;
  margin-top: 7px;
  float: right;
  padding: 9px 18px;
  background: #b9b8b8;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font-size: 0.9333rem;
}
.bloque_resultado button span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.bloque_resultado button span:before {
  background: url("/assets/peronda/images/papelera.png") no-repeat center;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
  clear: both;
  content: "";
  position: absolute;
  left: 0px;
  top: -1px;
}
.bloque_resultado .caracteristicas ul {
  padding-left: 0px;
  display: inline-block;
}
.bloque_resultado .caracteristicas span {
  display: inline-block;
  font-weight: 300;
  font-size: 0.8667rem;
}
.bloque_resultado .texto_buscar {
  -webkit-appearance: none;
  border: 0px;
  text-align: left;
  display: block;
  width: calc(100% - 20px);
  margin: 20px auto;
  padding: 20px;
  background: #f9f9f9;
  text-transform: uppercase;
  color: #302e2b;
  cursor: pointer;
}
.desc_producto:after {
  background: url("/assets/peronda/images/more.png") no-repeat center;
  width: 28px;
  height: 38px;
  display: block;
  clear: both;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px;
}
.desc_producto.loading-popup:after {
  background: url("/assets/peronda/images/loading.gif") no-repeat center;
}
.busqueda-extra li ul li {
  border-bottom: 0px;
  float: left;
  width: 33%;
}
.busqueda-extra li ul li.fifty {
  width: 50%;
}
.title-extra {
  width: 100%;
  padding: 10px;
}
.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 0.9333rem;
  background: url("/assets/peronda/images/tab-down.png") no-repeat center right 10px;
}
.title-extra.active,
.accordion:hover {
  background: url("/assets/peronda/images/tab-up.png") no-repeat center right 10px;
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: #fff;
  overflow: hidden;
}
.bloque_resultado label {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
@media (max-width: 767px) {
  .bl-coleccion:nth-child(2n+1) {
    padding-left: 10px;
  }
  .bloque_colecciones .bl-coleccion:hover .desc_coleccion {
    width: 75%;
  }
}
.collections-breadcrumbs {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: auto;
  gap: 3px;
  max-height: 52px;
  height: 52px;
}
.collections-breadcrumbs > * {
  margin: 0px;
  padding: 0px;
}
.collections-breadcrumbs *:not(:first-child):before {
  content: "/";
  margin: 0px 3px;
}
.collections-description {
  background-color: #221f1c;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 540px;
}
.collections-description__info {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 3rem 8rem;
  color: #fff;
  overflow: hidden;
}
.collections-description__info * {
  line-height: 1.3;
  margin-bottom: 0.9rem;
  margin: 0;
  padding: 0;
}
.collections-description__info p {
  font-size: 1rem;
}
.collections-description__slider {
  position: relative;
  overflow: hidden;
}
.collections-description__slider img {
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  height: 100%;
  max-width: initial;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.collections-description .owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  height: 100%;
  max-width: initial;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.collections-description__slider .owl-carousel.owl-drag .owl-item,
.collections-description__slider .owl-carousel .owl-stage-outer,
.collections-description__slider .owl-carousel .owl-stage {
  height: 100%;
}
.collections-description__slider .owl-carousel * {
  min-height: 100%;
}
.collections-description__slider .owl-carousel-collections-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.collections-description__slider .owl-carousel-collections-dots button {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  min-width: 13px;
  min-height: 16px;
  display: block;
  line-height: 1;
  border: none;
  border: 2px solid #fff;
  background-color: transparent;
  cursor: pointer;
}
.collections-description__slider .owl-carousel-collections-dots button.active {
  background-color: #fff;
}
@media screen and (max-width: 740px) {
  .collections-description {
    background-color: #221f1c;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .collections-description__slider {
    min-height: 440px;
  }
  .collections-description__info {
    padding: 3rem 3rem;
  }
}
.collections-information {
  padding: 3rem 8rem;
  min-height: 340px;
  background-color: #fff;
}
.collections-information__shiden.hiden {
  display: none;
}
.collections-information__smore {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 5px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  cursor: pointer;
}
.collections-information__smore svg {
  transform: rotate(-90deg);
}
@media screen and (min-width: 1200px) {
  .collections-information {
    max-width: 70%;
  }
}
@media screen and (max-width: 740px) {
  .collections-information {
    padding: 3rem 3rem;
  }
}
.collections-not-found {
  padding: 3rem 8rem;
  min-height: 440px;
  background-color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  justify-content: center;
  background-position: center;
  background-size: cover;
}
.collections-not-found__container {
  background-color: #221f1c;
  padding: 3rem 8rem;
  color: #fff;
  text-align: center;
  display: flex;
  gap: 20px;
  flex-direction: column;
  max-width: 100%;
}
.collections-not-found__container * {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.collections-not-found__title {
  font-family: "Adobe Caslon Pro";
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #fff;
}
.collections-not-found .pfilter {
  width: 300px;
  max-width: 100%;
  margin: auto;
}
.collections-not-found .pfilter input {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.collections-not-found .pfilter input,
.collections-not-found .pfilter button {
  border-radius: 0px;
}
.collections-not-found .pfilter input::-moz-placeholder {
  color: #fff;
  font-size: 1rem;
}
.collections-not-found .pfilter input::placeholder {
  color: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 1200px) {
  .collections-not-found {
    height: 700px;
    max-height: calc(-100vh);
  }
}
@media screen and (max-width: 740px) {
  .collections-not-found,
  .collections-not-found__container {
    padding: 3rem 1.5rem;
  }
}
.contacto {
  background-color: #f5f4f4;
}
.contacto h1 {
  font-size: 3rem;
  line-height: 3.2rem;
  font-family: adobe-caslon-pro, serif;
  padding-left: 12px;
  padding-right: 12px;
}
.contacto .mail {
  font-size: 0.9333rem;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 20px;
}
.mapa-contacto {
  height: 100vh;
  padding-left: 0px;
  padding-right: 0px;
}
.contacto .custom-input {
  border: 0px;
  border-bottom: 1px solid #c1bbbe;
  border-radius: 0px;
  height: 30px;
  padding: 0px 10px;
}
.contacto .custom-input.custom-input--textarea {
  height: auto;
}
.contacto .custom-input.custom-input--textarea:focus,
.contacto .custom-input.custom-input--textarea:focus-visible {
  outline: none;
}
.contacto label:before {
  display: none;
}
.contacto .button {
  background-color: #302e2b;
  font-size: 0.9333rem;
  line-height: 1.5rem;
  border-radius: 0px;
  padding: 8px 50px;
}
.contacto .redes_sociales li {
  list-style: none;
  display: inline-block;
  padding-right: 15px;
}
.custom-input__label {
  font-size: 0.9333rem;
  line-height: 1.5rem;
  padding-left: 2px;
  padding: 0px;
  cursor: default;
}
.formulario_contacto {
  padding-top: 110px;
}
.redes_sociales svg {
  color: #302e2b;
}
.custom-checkbox__new {
  outline: 1px solid #302e2b;
  border: none;
}
.custom-checkbox__text {
  top: -4px;
  position: relative;
}
.button-request-information {
  background-color: #302e2b;
  font-size: 0.9333rem;
  line-height: 1.5rem;
  border-radius: 0;
  padding: 8px 50px;
  color: #fff;
  text-align: center;
  margin-top: 1rem !important;
  width: auto;
  display: inline-block !important;
}
@media (max-width: 767px) {
  .button-request-information {
    width: 100%;
  }
}
.c-bg-error {
  background: #ffdede;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.contact-loading-ciudad {
  position: absolute;
  cursor: wait;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
#content {
  margin-top: 56px;
}
a {
  color: #302e2b;
}
.img-coleccion {
  height: 468px;
  background-size: cover !important;
}
.bloque:after {
  display: block;
  clear: both;
  content: "";
}
.bloque_novedades .titulo {
  color: #fff;
  font-size: 3.333rem;
  font-family: adobe-caslon-pro, serif;
}
.bloque_novedades .d-table.full-size {
  margin-bottom: 20px;
}
.bloque_novedades .img-coleccion {
  background-color: #bfbfbf;
}
.bloque_novedades .titulo-bloque {
  font-size: 2.667rem;
  line-height: 3.333rem;
  font-family: adobe-caslon-pro, serif;
  padding-bottom: 70px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .bloque_novedades .titulo-bloque {
    padding-bottom: 20px;
  }
}
.bloque_novedades .m-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bloque_novedades a {
  color: #000;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.col-flex {
  display: flex;
}
.opacity-0 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
}
.newsletter-loanding {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.851);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hiden {
  display: none;
}
.justify-center {
  justify-content: center;
}
.flex-1 {
  flex: 1;
}
.font-ingra {
  font-family: ingra-2, sans-serif;
}
.desc_coleccion .nombre {
  font-size: 2rem;
}
.owl-carousel .desc_coleccion {
  display: inline-block;
  background-color: #fff;
  padding: 25px 33px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.owl-carousel .desc_coleccion .nombre {
  font-size: 4.333rem;
  line-height: 4.333rem;
  font-family: adobe-caslon-pro, serif;
  position: relative;
  top: 8px;
}
.owl-carousel .desc_coleccion .nombre2 {
  font-size: 1.333rem;
}
.owl-carousel .desc_coleccion:after {
  top: 35%;
}
footer {
  background-color: #302e2b;
}
@media screen and (min-width: 768px) {
  .content--columns {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
  }
  .content--columns p {
    margin-top: 0;
  }
}
.d-inline-block {
  display: inline-block;
}
.relative {
  position: relative;
}
.overflow-y {
  overflow-y: hidden;
}
.content--journal p,
.content--journal a,
.content--journal ul,
.content--journal ol {
  margin-left: auto;
  margin-right: auto;
}
.content--journal ul,
.content--journal ol {
  padding-left: 32px;
}
.content--journal li {
  margin: 0;
}
.content--journal blockquote {
  margin-left: 0;
  margin-right: 0;
}
.content--journal img {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .content--journal p,
  .content--journal a,
  .content--journal ul,
  .content--journal ol {
    max-width: 71.42857142857143%;
  }
  .content--journal blockquote {
    margin-left: 40px;
    margin-right: 40px;
  }
  .content--journal img {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1023px) {
  .img-nosotros {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .owl-carousel .desc_coleccion .nombre {
    font-size: 2rem;
    line-height: 3rem;
  }
  .owl-carousel .desc_coleccion {
    padding: 10px 20px;
    top: 5px;
  }
}
.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  background: #b9b8b8;
  color: #616161;
  font-size: 17px;
  box-sizing: border-box;
}
.cc_container a,
.cc_container a:visited {
  color: #302e2b;
}
.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}
.cc_banner-wrapper .cc_container {
  background: #fff;
  color: #616161;
  box-shadow: 0px -1px 7px #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 0.6em;
  transition: font-size 200ms;
  line-height: 1em;
  padding: 8px 10px;
  background-color: #f1d600;
  cursor: pointer;
  transition: font-size 200ms;
  text-align: center;
  font-size: 0.6em;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
}
.cc_container .cc_message {
  padding: 0;
  margin: 0;
  line-height: 1.4em;
  transition: font-size 200ms;
  font-size: 0.6em;
  display: inline-block;
  color: blanco;
}
.cc_container .cc_logo {
  display: none;
}
.cc_container ::-moz-selection {
  background: #302e2b;
  color: #fff;
  text-shadow: none;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  margin: 0;
  background-color: transparent;
  border: 2px solid #616161;
  color: #616161;
  font-weight: 700;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #302e2b;
  color: #fff;
  border-color: #302e2b;
}
.cc_container a,
.cc_container a:visited {
  text-decoration: none;
  color: #302e2b;
  transition: 200ms color;
}
.cc_container a:hover,
.cc_container a:active {
  color: #302e2b;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px 15px;
  }
  .cc_container .cc_btn {
    font-size: 1em;
    padding: 8px 15px;
  }
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none;
  }
}
keyframes slideUp 0% {
  transform: translateY(66px);
}
keyframes slideUp 100% {
  transform: translateY(0);
}
.cc_container,
.cc_message,
.cc_btn {
  animation-duration: 0.8s;
  animation-name: slideUp;
}
.input-checkbox label {
  padding-left: 0px;
  padding-right: 0px;
}
.input-checkbox label::before {
  content: none;
}
.input-checkbox input {
  display: none;
}
.input-checkbox input ~ span {
  display: flex;
  align-items: center;
}
.input-checkbox input ~ span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #333;
  margin-right: 10px;
}
.input-checkbox input:checked ~ span:before {
  background-color: #333;
}
.products-list {
  margin-bottom: 90px;
}
.products-list-header,
.products-list__content {
  display: flex;
}
.products-list__filters {
  width: 350px;
  padding-right: 50px;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.collections-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255,255,255,0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.products-list__products {
  width: 100%;
}
.products-list__header {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .pfilter {
    margin-bottom: 1.5rem;
  }
}
.pfilter--search {
  position: relative;
}
.pfilter--search input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #302e2b;
  padding: 10px 35px 10px 8px;
  font-size: 1em;
}
.pfilter--search input::-moz-placeholder {
  color: rgba(51,51,51,0.702);
  font-size: 1rem;
}
.pfilter--search input::placeholder {
  color: rgba(51,51,51,0.702);
  font-size: 1rem;
}
.pfilter--search button {
  border: none;
  position: absolute;
  top: 3px;
  right: 3px;
  height: 33px;
  border-radius: 4px;
  width: 33px;
  cursor: pointer;
}
.pfilter--search > svg {
  position: absolute;
  top: 8px;
  right: 10px;
}
.pfilter__type {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  font-size: 1.2rem;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #edebeb;
  padding-bottom: 14px;
  padding-top: 14px;
  padding-right: 10px;
}
.pfilter__type svg {
  transition: all 0.25s ease-in-out;
  transform: rotate(90deg);
}
.pfilter__type.out ~ .pfilter__items {
  height: 0;
  overflow: hidden;
}
.pfilter__type.out svg {
  transform: rotate(270deg);
}
@media screen and (max-width: 768px) {
  .pfilter__type {
    font-size: 14px;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .pfilter__type {
    border-bottom: 1px solid #302e2b;
  }
}
.pfilter__items ul {
  list-style: none;
  padding: 0px;
}
.pfilter__items ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .products-filters {
    position: sticky;
    top: 10px;
    overflow: auto;
    max-height: 100vh;
    padding: 5px;
  }
}
.products-filters ul .panel {
  overflow: inherit;
}
.products-filters ul .panel li {
  margin-left: 0;
  margin-right: 0;
}
.products-filters ul .accordion {
  padding-left: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 39px;
  background: url("/assets/peronda/images/tab-down.png") no-repeat center right 0px;
  background-size: 17px !important;
}
.products-filters ul .accordion:hover {
  background: url("/assets/peronda/images/tab-up.png") no-repeat center right 0px;
}
.products-filters::-webkit-scrollbar {
  width: 4px;
}
.products-filters::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.products-filters::-webkit-scrollbar-thumb {
  background: #888;
}
.products-list-header__bfilter button span:last-child {
  display: none;
}
.products-list.hidden .products-list-header__bfilter button svg {
  transform: rotate(180deg);
}
#header-search {
  position: absolute;
  right: 0px;
  width: 0px;
  overflow: hidden;
  height: 60px;
  z-index: 111;
  top: -18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  margin-right: 129px;
}
#header.show-search {
  position: fixed !important;
}
#header.show-search #header-search {
  width: calc(100% - 122px);
}
#header-search input {
  margin-top: 5px;
  width: 100%;
  border: none;
  padding: 13px 20px;
  border-left: 1px solid #333;
}
#header-search input::-moz-placeholder {
  color: #333;
  font-size: 1em;
}
#header-search input::placeholder {
  color: #333;
  font-size: 1em;
}
@media screen and (max-width: 1279px) {
  #header-search {
    margin-right: 95px;
  }
  #header-search.show {
    width: calc(100% - 95px);
  }
}
#header-search-result {
  max-height: calc(100vh - 56px);
  overflow-y: auto;
  align-items: baseline;
}
#header:not(.show-search) #header-search-result {
  display: none;
}
#header-search-result:before {
  content: "";
  width: 100%;
  height: 100vh;
  z-index: 0;
  position: fixed;
  background-color: rgba(48,46,43,0.729);
  pointer-events: none;
}
#header-search-result.loading	.header-search-result__collections::before,
#header-search-result.loading	.header-search-result__piezas::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.561);
  width: 100%;
  height: 100%;
}
#header-search-result.loading	.header-search-result__collections::after,
#header-search-result.loading	.header-search-result__piezas::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/peronda/images/loading.gif") no-repeat 50%;
}
.header-search-result__terminos-links {
  cursor: pointer;
  margin-bottom: 13px;
  margin-top: 13px;
}
#toggle-header-search,
#toggle-header-search a {
  position: relative;
}
#toggle-header-search a > svg {
  z-index: 1;
  position: relative;
}
#toggle-header-search a .close {
  content: "";
  position: absolute;
  width: 28px;
  height: 30px;
  background: #fff;
  top: -2px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  left: 0px;
  pointer-events: none;
}
#header.show-search #toggle-header-search a .close {
  pointer-events: all;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  left: 45px;
}
#header.show-search #toggle-header-search a .close svg {
  stroke: #302e2b;
}
#toggle-header-search a:hover:before,
#header.show-search #toggle-header-search a:before {
  content: "";
  width: 0;
  height: 25px;
  background: #070707;
  position: absolute;
  border-radius: 50%;
  top: -4px;
  left: -4px;
  margin: auto;
  bottom: 0;
  transition: all 0.15s ease-in-out;
}
#toggle-header-search  a:hover > svg *,
#header.show-search #toggle-header-search  a > svg *,
#toggle-header-search  a:hover:before,
#header.show-search #toggle-header-search  a:before {
  width: 25px;
  stroke: #fff;
}
.header-search-result {
  background-color: #302e2b;
  display: flex;
}
.header-search-result__terminos {
  position: relative;
  width: 25%;
  max-width: 100%;
}
.header-search-result__terminos > div {
  padding: 1rem;
}
.header-search-result__terminos > * {
  color: #fff;
}
.header-search-result__terminos ul {
  list-style: none;
  padding: 0px;
}
.header-search-result__title {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #7e7e7e;
}
@media screen and (max-width: 1023px) {
  #header-search-result {
    display: none !important;
  }
}
@media screen and (min-width: 1120px) {
  .header-search-result__terminos {
    padding-left: 130px;
  }
}
@media screen and (max-width: 1120px) and (min-width: 1024px) {
  .header-search-result__terminos {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .header-search-result__terminos {
    background-color: #302e2b;
    width: 100%;
  }
}
.header-search-result__content {
  position: relative;
  display: flex;
  flex: 1;
}
.header-search-result__title {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 1rem;
}
.header-search-result__collections {
  position: relative;
  flex: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .bloque_colecciones .bl-coleccion.d-table {
    padding: 0;
  }
}
.header-search-result__collections .bloque_colecciones {
  margin-top: 0px;
  width: 100%;
  min-height: 400px;
}
.header-search-result__collections .bloque_colecciones .desc_coleccion {
  width: 100%;
}
.header-search-result__collections .bloque_colecciones a {
  display: flex;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.header-search-result__collections .bloque_colecciones .imagen-coleccion {
  width: 100%;
  display: flex;
  align-items: end;
  padding: 1rem;
}
.header-search-result__piezas {
  position: relative;
  padding: 1rem 2rem;
  background-color: #fff;
  width: 40%;
}
.header-search-result__more {
  text-transform: uppercase;
  margin-top: 1.5rem;
  font-size: 14px;
}
.header-search-result__more svg {
  transform: rotate(180deg);
  margin-left: 1rem;
}
.card-piezas {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
.card-piezas__imagen {
  width: 74px;
  height: 74px;
  background-size: cover;
}
.card-piezas__datos {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.card-piezas__more {
  background: url("/assets/peronda/images/more.png") no-repeat center;
  width: 40px;
  height: 38px;
  display: block;
  cursor: pointer;
}
.card-piezas__codigo {
  display: block;
}
.card-piezas__more.loading {
  background: url("/assets/peronda/images/loading.gif") no-repeat 50%;
}
#search-popup__pieza.show {
  display: block !important;
}
.results-collections__bresets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.results-collections__bresets span {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .results-collections__breset.show {
    font-size: 14px;
    font-weight: 300;
    padding: 0.25rem 30px 0.25rem 0.5rem;
  }
}
.results-collections__breset.show {
  cursor: pointer;
  border: 1px solid;
  padding: 0.5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding-right: 30px;
  position: relative;
}
.results-collections__breset.show:after,
.results-collections__breset.show:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #302e2b;
  width: 1rem;
  height: 1px;
  transform: rotate(45deg);
}
.results-collections__breset.show:before {
  transform: rotate(-45deg);
}
.results-piezas.loading::before,
.results-collections.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.561);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.results-piezas.loading::after,
.results-collections.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/peronda/images/loading.gif") no-repeat 50%;
  z-index: 1;
}
.results-piezas,
.results-collections {
  display: flex;
  position: relative;
}
.results-piezas > *,
.results-collections > * {
  margin: 0;
  flex: 1;
}
.results-piezas .header-search-result__piezas {
  width: auto;
}
#results-collections a .imagen-coleccion {
  height: 100%;
  width: 100%;
}
.results-piezas a,
.results-collections a {
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
}
.results-piezas a > div,
.results-collections a > div {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  align-items: flex-end;
  padding: 1rem;
}
.grid-aspectos a {
  font-weight: 400;
}
.grid-aspectos {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: left;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  grid-row-gap: 10px;
  list-style: none;
  color: #302e2b;
}
.grid-aspectos.grid-aspectos--2col {
  grid-template-columns: 1fr 1fr;
}
.main-header {
  padding: 0px;
}
.dropmenu {
  display: inline-block;
}
.dropmenu__content {
  position: absolute;
  width: 100%;
  top: 98%;
  left: 0;
  background: #302e2b;
  display: none;
}
.dropmenu > a:before {
  content: "";
  width: 100%;
  height: 55px;
  background: transparent;
  z-index: 111;
  position: absolute;
  top: -18px;
}
.dropmenu > a ~ .dropmenu__content:hover,
.dropmenu > a:hover ~ .dropmenu__content {
  display: block;
}
.dropmenu__content > ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-right: 800px;
  justify-content: end;
}
.dropmenu__content > ul li {
  margin: 0;
  padding: 0px;
}
.dropmenu__content > ul li .dropmenu-item__link a {
  display: block;
  color: #fff;
  position: initial;
  padding: 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
}
.dropmenu__content > ul li .dropmenu-item__link a:before {
  content: '';
  top: -50%;
  width: 100%;
  height: 40px;
  position: absolute;
  background-image: url("/assets/peronda/images/Polygon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease-out;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.dropmenu__content > ul li .dropmenu-item__link a.active:before,
.dropmenu__content > ul li .dropmenu-item__link a:hover:before {
  top: -23%;
}
.dropmenu__content > ul li:not(:first-child) a {
  border-left: 1px solid #fff;
}
.dropmenu-item__link {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.dropmenu-item__content {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  left: 0;
  display: none;
  overflow-y: auto;
  max-height: calc(100vh - 124px);
}
.dropmenu-item:hover .dropmenu-item__content {
  display: flex;
}
.dropmenu-item:hover .dropmenu-item__content:before {
  content: "";
  width: 100%;
  height: 100vh;
  background: rgba(48,46,43,0.851);
  position: fixed;
  top: 55px;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.dropmenu-item__wrapper {
  width: 50%;
  padding: 1rem;
  min-height: 400px;
}
.dropmenu-item__img {
  width: 50%;
  background-image: url("/assets/peronda/images/bg-dropmenu.jpg");
  background-position: center right;
  background-size: cover;
}
.dropmenu-item__img.results-piezas {
  padding: 1rem;
}
.contentWrapper .content {
  display: none;
  padding: 19px 0px;
}
.contentWrapper .content.active {
  display: block;
}
.dropmenu-item__wrapper .buttonWrapper {
  display: flex;
  border-bottom: 1px solid rgba(128,128,128,0.271);
  margin-bottom: 10px;
}
.dropmenu-item__wrapper .tab-button {
  border: none;
  background: transparent;
  text-transform: uppercase;
  padding: 18px 10px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-right: 25px;
}
.dropmenu-item__wrapper .tab-button.active {
  border-color: #333;
}
.dropmenu-item__wrapper .buttonWrapper,
.dropmenu-item__wrapper .contentWrapper {
  width: 500px;
  margin: auto;
}
.products-list-header {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.products-list__content,
.products-list-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 1189px) {
  .main-nav > .from-m {
    display: none;
  }
  .main-nav #menu-header-liks {
    width: 83.33333333333334%;
  }
}
@media screen and (min-width: 1190px) {
  .products-list__content,
  .products-list-header {
    padding-left: calc(1rem + 8.333333333333334%);
  }
}
@media screen and (min-width: 769px) {
  .products-list-header {
    background-color: #f8f8f8;
  }
}
.products-list-header__result {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.products-list-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products-list-filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.products-list-filters ul {
  margin-left: -5px;
  margin-right: -5px;
}
.products-list-filters ul li {
  margin: 5px;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  border: 1px solid rgba(61,61,61,0.487);
  display: flex;
  border-radius: 3px;
}
.products-list-filters ul li svg {
  margin-left: 0.25rem;
  fill: rgba(61,61,61,0.487);
}
.products-list-header__bfilter {
  width: 300px;
  max-width: 100%;
}
.products-list-header__bfilter button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
}
.products-list-header__bfilter button svg {
  margin-right: 10px;
  transition: all 0.25s ease-in-out;
}
.menu-search-products-sm__htabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  background: #333;
}
.menu-search-products-sm__htabs button {
  background: transparent;
  text-transform: uppercase;
  outline: none;
  color: #fff;
  width: 100%;
  border: none;
  box-shadow: none;
  padding: 1.24rem 1rem;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}
.menu-search-products-sm__ctab {
  padding: 2rem;
}
.menu-search-products-sm__ctab:not(.show) {
  display: none;
}
.menu-search-products-sm__ctab.show {
  display: block;
}
.menu-search-products-sm__htabs button:before {
  content: '';
  top: -100%;
  width: 100%;
  height: 40px;
  position: absolute;
  background-image: url("/assets/peronda/images/Polygon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease-out;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.menu-search-products-sm__htabs button.active:before {
  top: -15px;
}
@media screen and (min-width: 768px) {
  .menu-search-products-sm__htabs button.active:before {
    top: -28px;
  }
}
.menu-search-products {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  background-color: #fff;
}
.menu-search-products:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0,0,0,0.8);
  z-index: -2;
  top: 62px;
}
@media screen and (max-width: 1000px) {
  .menu-search-products.active {
    display: block;
  }
}
.menu-search-products__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 21px;
  z-index: 8;
  position: relative;
}
.menu-search-products__header a.main-logo {
  margin: 0px;
  top: 1px;
  position: relative;
  left: -1px;
}
.menu-search-products__header .hamburger {
  margin-left: 20px;
  position: relative;
  top: initial;
  right: initial;
}
.menu-search-products__header > div:first-child {
  flex: 1;
}
.menu-search-products__header > div:last-child {
  display: flex;
  align-items: center;
}
.menu-search-products-sm__filters:not(.show) {
  height: 0;
  overflow: hidden;
}
.menu-search-products-sm__filters .pfilter {
  margin-bottom: 0.5rem;
}
.menu-search-products-sm__filters .pfilter__type {
  font-size: 15px;
  border-bottom: none;
  padding-left: 0;
}
.menu-search-products-sm__filters .pfilter__items {
  font-weight: 500;
}
.menu-search-products-sm__filters .pfilter__items ul {
  margin-top: 1rem;
}
.menu-search-products-sm__filters .pfilter__items label {
  width: 100%;
  padding-left: 16px;
}
.menu-search-products-sm__filters .pfilter__items label:before {
  left: 0;
}
.menu-search-products-sm__filters .pfilter__items li {
  margin-top: 0px;
  margin-bottom: 10px;
}
.menu-search-products-sm__results {
  padding: 1rem 0px;
  flex-wrap: wrap;
}
.menu-search-products-sm__results .bl-coleccion {
  padding: 0px;
}
.menu-search-products-sm__results .header-search-result__piezas {
  padding-left: 0px;
  padding-right: 0px;
}
.menu-search-products-sm__results .header-search-result__title:not(.empty) {
  display: none;
}
.results-collections .header-search-result__title {
  background-color: #fff;
  padding: 1rem;
}
.menu-search-products-sm__hfilter {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 1rem;
}
.menu-search-products-sm__hfilter button {
  border: 1px solid #302e2b;
  background-color: transparent;
  outline: none;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 8px;
}
.menu-search-products-sm__tabs {
  background: #fff;
}
#menu-search-products.search .menu-search-products__search ~ .menu-search-products__content {
  display: none;
}
#menu-search-products.search {
  display: block;
  height: auto;
}
#menu-search-products:not(.search) .menu-search-products__search {
  display: none;
}
.menu-search-products__search {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.search-products-sm {
  margin-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.search-products-sm__input {
  border-top: 1px solid #333;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.search-products-sm__input input {
  flex: 1;
  border: none;
}
.search-products-sm__input input::-moz-placeholder {
  font-size: 14px;
}
.search-products-sm__input input::placeholder {
  font-size: 14px;
}
.search-products-sm__input button {
  border: none;
  background-color: transparent;
  outline: none;
}
.form-ajax-search.loading::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  background-color: rgba(255,255,255,0.561);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.form-ajax-search.loading::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/peronda/images/loading.gif") no-repeat 50%;
  z-index: 1;
}
#menu-search-products .menu-search-products__bsearch {
  transition: all 0.5s ease;
  position: relative;
}
#menu-search-products.search .menu-search-products__bsearch svg {
  display: none;
}
#menu-search-products.search .menu-search-products__bsearch:after,
#menu-search-products.search .menu-search-products__bsearch:before {
  content: "";
  width: 34px;
  height: 4px;
  border-radius: 5px;
  display: block;
  position: absolute;
  background-color: #333;
  transform: rotate(45deg);
  right: 5px;
  transition: all 0.5s ease;
  top: 2px;
}
#menu-search-products.search .menu-search-products__bsearch:after {
  transform: rotate(-45deg);
}
#menu-search-products.search .hamburger {
  width: 0;
  overflow: hidden;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  pointer-events: none;
}
#menu-search-products.search .hamburger {
  transition: all 0.5s ease;
}
.search-products-sm__result .header-search-result__content {
  flex-wrap: wrap;
}
.search-products-sm__result .header-search-result__piezas {
  width: 100%;
}
.search-products-sm__result .header-search-result__piezas .header-search-result__title:not(.empty) {
  display: none;
}
.search-products-sm__result .header-search-result__collections {
  flex-wrap: wrap;
  padding: 1rem;
}
.search-products-sm__result .header-search-result__collections .bl-coleccion {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .products-list.hidden .products-list__filters {
    width: 0;
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .products-list.hidden .products-list__filters {
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .products-list__filters {
    width: 100%;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .products-list-header__result {
    justify-content: start;
  }
  .products-list-header__bfilter {
    border: 1px solid;
    padding: 0.25rem;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .products-list-header__bfilter button svg {
    display: none;
  }
  .products-list-header__bfilter button span {
    display: none;
  }
  .products-list-header__bfilter button span:last-child {
    display: block !important;
  }
  .products-list-filters {
    display: none;
  }
  .products-list-header {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
  }
  .products-list__header,
  .products-list__content {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1000px) {
  .products-list-header__result {
    padding-right: 25px;
  }
}
.bloque_productos .bl-producto {
  display: flex;
  align-items: end;
}
.pfilter__items ul li {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 6px;
}
footer {
  padding: 0px;
}
footer .direccion {
  color: #fff;
}
footer .direccion a {
  color: #fff;
}
footer .logo_footer {
  margin-bottom: 20px;
}
footer .logo_footer img {
  height: 28px;
}
footer .m-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .newsletter .g-recaptcha {
  margin: 6px auto;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
}
footer .m-6.newsletter {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .m-6:not(.newsletter) {
  padding-right: 0px;
  padding-left: 0px;
}
.newsletter {
  background-color: #fff;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}
.newsletter .titulo {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  font-size: 1rem;
}
.newsletter select,
.newsletter input {
  width: 100%;
}
.newsletter .titulo {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.newsletter .campo {
  border-bottom: 1px solid #302e2b;
}
.newsletter .campo select,
.newsletter .campo input {
  border: 0px;
  padding: 9px 9px;
  font-size: 0.9rem;
}
.newsletter .campo.last-child {
  margin-bottom: 2px;
}
.newsletter .btn_enviar {
  background-color: #302e2b;
  color: #fff;
  border: 0px;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 12px 8px;
  margin-top: 0.4rem;
  border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.5s;
}
.newsletter .btn_enviar :hover {
  background-color: #22211f;
}
.newsletter .campo input::-webkit-input-placeholder {
  font-size: 0.8667rem;
}
.newsletter .campo input::-moz-placeholder {
  font-size: 0.8667rem;
}
.newsletter .campo input:-ms-input-placeholder {
  font-size: 0.8667rem;
}
.newsletter .campo input:-moz-placeholder {
  font-size: 0.8667rem;
}
@media screen and (min-width: 768px) {
  .content--columns {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
  }
  .content--columns p {
    margin-top: 0;
  }
}
.content--journal p,
.content--journal a,
.content--journal ul,
.content--journal ol {
  margin-left: auto;
  margin-right: auto;
}
.content--journal ul,
.content--journal ol {
  padding-left: 32px;
}
.content--journal li {
  margin: 0;
}
.content--journal blockquote {
  margin-left: 0;
  margin-right: 0;
}
.content--journal img {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .content--journal p,
  .content--journal a,
  .content--journal ul,
  .content--journal ol {
    max-width: 71.42857142857143%;
  }
  .content--journal blockquote {
    margin-left: 40px;
    margin-right: 40px;
  }
  .content--journal img {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 30px;
  }
}
header {
  position: absolute;
  width: 100%;
  top: 0px;
  background-color: transparent;
  padding: 15px;
  z-index: 9;
}
header .menu_header {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  z-index: 1;
  position: relative;
}
header.home .menu_header {
  background-color: transparent;
}
header.home .menu-header a {
  color: #fff;
}
body header,
body footer,
body .container,
body .marquee {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.body--loaded header,
.body--loaded footer,
.body--loaded .container,
.body--loaded .marquee {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  pointer-events: auto;
}
.body--leave header,
.body--leave footer,
.body--leave .container,
.body--leave .marquee,
.body--leave .modal {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
body {
  line-height: normal;
}
.loader {
  z-index: 9999 !important;
  pointer-events: none !important;
}
.body--loaded .loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.body--leave .loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: none;
}
.spinner {
  animation: scaleout 1s infinite alternate ease-in-out;
}
.container-v-spinner__button {
  cursor: pointer;
  border: 1px solid #333;
  padding: 14px 57px;
  background: #fff;
  border-radius: 5px;
  font-size: 1.1rem;
  line-height: 1;
  box-shadow: none;
  transition: all 0.5s;
  max-width: 100%;
}
.container-v-spinner__button:hover {
  background-color: #333;
  color: #fff;
  box-shadow: none;
}
.container-v-spinner-loading {
  clear: both;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.v-spinner-loading {
  text-align: center;
  width: 100%;
  display: block;
  clear: both;
  text-align: center;
  justify-content: center;
  display: flex;
}
.v-spinner-loading__clip {
  animation: v-clipDelay 0.75s 0s infinite linear;
  animation-fill-mode: both;
  display: inline-bloc;
  height: 52px;
  width: 52px;
  border-width: 2px;
  border-style: solid;
  border-color: #455e7d #455e7d transparent;
  border-radius: 100%;
  background: transparent;
}
.v-spinner-loading--absolute {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: wait;
  background-color: rgba(255,255,255,0.69);
}
@keyframes scaleout {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes v-clipDelay {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.8);
  }
  to {
    transform: rotate(1turn) scale(1);
  }
}
.fixed .menu_header {
  box-shadow: 0px 4px 30px 15px rgba(0,0,0,0.12);
}
.main-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.hamburger--spin {
  position: absolute;
  right: 22px;
  top: 7px;
}
.main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-nav .main-logo {
  display: block;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.main-nav__items {
  display: none;
  padding-bottom: 15px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: display 0.5s linear;
}
.main-nav__items a {
  display: block;
  width: 100%;
  padding: 15px;
}
.main-nav__items.opened {
  display: block;
  padding-top: 30px;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.barras {
  text-align: center;
  width: 43px;
}
.barras:after {
  content: '';
  position: absolute;
  background: #000;
  width: 1px;
  height: 40px;
  top: -6px;
  right: 0px;
}
.barras:before {
  content: '';
  position: absolute;
  background: #000;
  width: 1px;
  height: 40px;
  top: -6px;
  left: 0px;
}
.menu-dropdown {
  position: relative;
  cursor: pointer;
}
.menu-dropdown:hover .menu-dropdown__container {
  display: block;
}
.menu-dropdown__container {
  display: none;
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 10px 15px 0;
  left: -15px;
}
.lang-menu {
  position: relative;
  cursor: pointer;
  margin-left: 15px;
}
.lang-menu:hover .lang-options {
  display: block;
}
.lang-options {
  display: none;
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 10px 15px 0;
  left: -15px;
}
.lang--mobile {
  display: inline-block;
}
.lang--mobile a {
  width: 50px;
  font-size: 15px;
  float: none !important;
}
.lang--mobile a.active {
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
.menu--desplegable {
  position: relative;
}
.menu--desplegable .opciones {
  display: none;
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 24px 15px 0;
  left: -70%;
}
.menu--desplegable:hover .opciones {
  display: inline-block;
}
.barras-menu:before {
  content: '';
  position: absolute;
  background: #000;
  width: 1px;
  height: 56px;
  top: -20px;
  left: -15px;
}
.bloque_buscador {
  margin-top: 90px;
}
.bloque_buscador .titulo {
  padding: 11px 0px;
  background-color: #302e2b;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.bloque_buscador .titulo a {
  color: #fff;
}
.bloque_buscador .desactivado .titulo {
  background-color: #b9b8b8;
}
.bloque_buscador .desactivado .titulo a {
  color: #fff;
}
.bloque_buscador .desactivado:hover .titulo {
  color: #000;
}
.bloque_buscador .right-arrow {
  height: 0;
}
.bloque_buscador .right-arrow img {
  margin-top: -5px;
}
.menu_buscador {
  display: flex;
  justify-content: center;
  padding: 14px 0px;
  border-bottom: 1px solid #302e2b;
  cursor: pointer;
}
.menu_buscador > a {
  display: inline-flex;
  flex-flow: row wrap;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.menu_buscador .icono_menu {
  margin-right: 5px;
}
.menu_buscador .icono_menu span {
  width: 12px;
  height: 2px;
  margin: 3px 0px;
  background: #302e2b;
  display: block;
}
.bloque_resultado {
  transition: all 1s linear;
  overflow: hidden;
}
.ocultar .bloque_resultado {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 0px;
}
.mostrar .bloque_resultado {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  height: auto;
}
.menu-header a {
  position: relative;
  font-size: 14px;
}
.menu-header a.menu-active:after {
  display: block;
  clear: both;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #302e2b;
  position: absolute;
  left: -15px;
  bottom: 5px;
}
@media screen and (min-width: 768px) {
  .langs {
    right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .langs {
    right: 20px;
  }
}
.main-nav__logo--fixed {
  height: 28px;
}
.main-header--is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: menuSticky 0.3s ease;
}
.main-header--is-sticky .main-nav__logo--fixed {
  display: block;
}
.main-header--is-sticky .main-nav__logo--principal {
  display: none;
}
@media (max-width: 767px) {
  .menu_header img,
  .menu_header .m-2 {
    text-align: center;
  }
  .main-nav__logo--fixed {
    margin: auto;
  }
  .main-header--is-sticky .main-nav__logo--fixed {
    margin: auto;
  }
}
@keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.modal-video-close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}
.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  .modal-video-inner {
    padding: 60px 60px;
    box-sizing: border-box;
  }
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.5s;
}
.modal-video-close-btn:hover {
  transform: scale(1.2);
}
@media (orientation: landscape) {
  .modal-video-close-btn {
    top: -45px;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
@keyframes modal-video {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.vm--overlay {
  background: rgba(0,0,0,0.7) !important;
}
.v--modal-overlay {
  background: none !important;
  top: 75px !important;
  height: auto !important;
}
.v--modal-overlay .v--modal-background-click {
  min-height: auto;
  padding-bottom: 0;
}
.v--modal-overlay .v--modal-box {
  top: 0px !important;
}
.v--modal-block-scroll {
  max-width: 100%;
}
.v--modal {
  border-radius: 0;
  background: transparent !important;
}
.v--modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
}
.v--modal .close div {
  text-align: center;
  font-size: 17px;
}
.v--modal .stop {
  position: absolute;
  top: 10px;
  right: 50px;
  cursor: pointer;
  font-size: 24px;
}
.v--modal .stop svg {
  fill: #fff;
}
.v--modal .marcas {
  overflow: hidden;
}
.v--modal .marcas img {
  height: 24px;
}
.v--modal .grupo {
  overflow: hidden;
}
.v--modal .grupo img {
  width: 300px;
}
.v--modal .button {
  background-color: #302e2b;
  font-size: 0.9333rem;
  line-height: 1.5rem;
  border-radius: 0px;
  padding: 8px 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.v--modal label {
  color: #fff;
}
.v--modal input[type="checkbox"] {
  display: none;
}
.v--modal label {
  padding-left: 20px;
  display: inline-block;
  line-height: 1.8;
  font-family: sans-serif;
  position: relative;
  margin: 10px 20px 10px 0;
}
.v--modal input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 11px;
  left: 0;
  background: none;
  border-radius: 0;
  border: 1px solid #fff;
}
.v--modal input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 2px;
}
@media screen and (max-width: 500px) {
  .v--modal .close,
  .v--modal .stop {
    top: 20px;
  }
  .v--modal label {
    margin-top: 0;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-simple {
  position: fixed;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-x: hidden;
  background-color: rgba(31,32,41,0.75);
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 250ms 700ms ease;
}
.modal-simple.show {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transition: all 300ms ease-in-out;
}
.modal-simple .modal-simple__wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
  align-self: center;
  -ms-flex-item-align: center;
  box-shadow: 0 12px 25px 0 rgba(199,175,189,0.25);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;
}
.modal-simple .modal-simple__wrap .contacto {
  background: transparent;
}
.modal-simple.show .modal-simple__wrap {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: scale(1);
  transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
}
.modal-simple__close {
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.modal-simple__close svg {
  height: 30px;
  width: 30px;
}
.modal-simple__close:hover {
  transform: rotate(180deg);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 500px) {
  .modal-simple .modal-simple__wrap {
    width: 80%;
    padding-bottom: 15px;
  }
}
#modal-prevent-submit {
  background-color: #302e2b;
  line-height: 1.5rem;
  border-radius: 0px;
  padding: 8px 8px;
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: inherit;
}
#modal-prevent .custom-input {
  border: 0px;
  border-bottom: 1px solid #c1bbbe;
  border-radius: 0px;
  height: 30px;
  padding: 10px;
}
#modal-prevent select.custom-input {
  padding: 0px 10px;
}
#modal-prevent-submit:hover {
  background-color: #000;
}
#modal-prevent label:before {
  display: none;
}
#modal-contact .contacto .custom-input {
  padding: 0px 10px;
}
#modal-contact .formulario_contacto {
  padding: 0;
  width: 100%;
}
#modal-contact .formulario_contacto .redes_sociales,
#modal-contact .formulario_contacto h1 {
  display: none;
}
.prevent-link * {
  pointer-events: none;
}
.modal {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -10;
  pointer-events: none;
  transition: opacity 0.3s ease, z-index 0.3s ease 0.3s;
}
.modal--popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.9);
}
.modal--scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}
.modal--is-open {
  z-index: 9999;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}
.modal__close {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 99;
}
.modal__close svg {
  width: 16px;
}
.modal__close path {
  fill: #302e2b;
}
.modal__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal__content {
  width: 86vw;
  height: 86vh;
  margin-left: 7vw;
  margin-top: 7vh;
}
.header_nosotros {
  position: relative;
  color: #fff;
  background-color: #302e2b;
  margin-top: 90px;
}
.texto-nosotros {
  line-height: 1.8rem;
}
.img-nosotros img {
  width: 100%;
  height: auto;
}
.content-nosotros {
  background-color: #f5f4f4;
}
.content-nosotros h1 {
  font-family: adobe-caslon-pro, serif;
  font-size: 3rem;
  line-height: 3.2rem;
  margin-bottom: 56px;
}
.content-nosotros h4 {
  font-size: 1.333rem;
}
.content-nosotros .texto-nosotros {
  padding-top: 10%;
}
.img-nosotros {
  padding-left: 0px;
  padding-right: 0px;
  min-height: 100vh;
  background-size: cover !important;
}
.texto-nosotros .bloque-texto {
  width: 100%;
  max-width: 550px;
  font-size: 0.9333rem;
  line-height: 1.5rem;
}
.texto-nosotros .bloque-texto h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
.content-nosotros .bloque {
  display: flex;
}
@media (max-width: 767px) {
  .content-nosotros .bloque {
    flex-wrap: wrap;
  }
}
.bloque_noticias {
  background-color: #f5f4f4;
  padding: 50px 0px;
}
.bloque_noticias .titulo {
  text-transform: uppercase;
  font-size: 1.333rem;
  min-height: 50px;
}
.bloque_noticias .etiquetas {
  margin-bottom: 20px;
}
.bloque_noticias .img-noticia {
  margin-bottom: 20px;
  height: 290px;
  background-size: cover !important;
}
.bloque_noticias .m-33 {
  width: 33.3%;
}
.header_noticias {
  position: relative;
  margin-top: 90px;
  font-family: adobe-caslon-pro, serif;
  z-index: -1;
}
.header_noticias h1 {
  font-size: 3rem;
  line-height: 3.2rem;
}
.header_noticias .wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.header_noticias .wrapper > div {
  padding-left: 0px;
  padding-right: 0px;
}
.titulo_noticias {
  padding-left: 0px;
  padding-right: 0px;
}
.bloq_noticias {
  padding: 40px 0px;
}
.bloq_noticias .img_noticia {
  height: 290px;
  margin-bottom: 24px;
}
.bloq_noticias .img_noticia img {
  width: 100%;
}
.bloq_noticias article {
  margin-bottom: 40px;
}
.bloq_noticias .titulo {
  position: relative;
  padding-right: 60px;
  color: #302e2b;
  text-transform: uppercase;
  font-size: 1.333rem;
  min-height: 50px;
}
.datos_noticia .descripcion {
  line-height: 1.8rem;
  position: relative;
  padding-bottom: 50px;
}
.bloque_noticias .descripcion {
  position: relative;
  line-height: 1.8rem;
  padding-bottom: 50px;
}
.bloque_noticias h4 {
  font-family: adobe-caslon-pro, serif;
  padding: 0px 12px;
  margin-bottom: 40px;
  font-size: 2rem;
  line-height: 2.4rem;
}
.bloq_noticias .descripcion:after,
.bloque_noticias .descripcion:after {
  background: url("/assets/peronda/images/more.png") no-repeat center;
  width: 28px;
  height: 38px;
  display: block;
  clear: both;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-top: -19px;
}
.header_noticia {
  margin-top: 90px;
  margin-bottom: 50px;
  padding: 40px 0px;
  position: relative;
}
.header_noticia h3 {
  color: #fff;
}
.header_noticia .titulo_noticia {
  font-size: 4rem;
  font-family: adobe-caslon-pro, serif;
  font-weight: normal;
}
.ver_todas {
  margin-top: 56px;
  font-weight: bold;
  margin-left: 20px;
  cursor: pointer;
}
.volver_noticias {
  display: block;
  font-size: 1.333rem;
  line-height: 2.4rem;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
.volver_noticias .img_volver {
  position: absolute;
  left: 0px;
  top: 10px;
}
.entradilla {
  padding-top: 13px;
  font-size: 18px;
  line-height: 25px;
}
.noticia-single p {
  font-size: 14px;
  line-height: 19px;
}
.imagen-single-noticia {
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.titulo_pag_noticias {
  font-size: 3.067rem;
  line-height: 3.733rem;
}
.noticia-single .content img {
  margin: 0 auto;
  display: block;
}
.noticia .categoria {
  margin-bottom: 20px;
}
.noticia-single .col-dcha img {
  width: 100%;
}
.noticia-single .imagen-principal {
  padding-top: 30px;
}
.noticia-single .titulo_noticia {
  font-family: adobe-caslon-pro, serif;
  font-size: 3rem;
  line-height: 3.2rem;
  padding: 20px 10px;
}
.compartir_social:after {
  display: block;
  clear: both;
  content: "";
}
.compartir_social a {
  float: left;
}
.compartir_social span {
  float: left;
  margin-top: 7px;
}
.noticia-single {
  background-color: #f5f4f4;
}
.categoria_fecha .categoria {
  float: left;
}
.categoria_fecha .fecha {
  float: left;
}
@media (max-width: 767px) {
  .bloque_noticias .m-33 {
    width: 100%;
  }
}
.bloq_noticias .img_noticia {
  height: 390px;
}
.bloq_noticias .descripcion:after,
.bloque_noticias .descripcion:after {
  left: 0;
}
.bloq_noticias .iframe-link:after {
  background: url("/assets/peronda/images/see.png") no-repeat 50%;
}
@media print {
  nav,
  aside,
  footer,
  .menu_header {
    display: none;
  }
  section {
    background: none;
  }
  img {
    max-width: 100% !important;
  }
  img.print-only {
    display: block !important;
  }
  .popup-detalle {
    left: 5%;
    width: 90%;
  }
  .piezas .pieza {
    width: 33%;
  }
  .bloque_colecciones {
    display: none;
  }
  .enlaces_info,
  .cerrar_col {
    display: none;
  }
}
.prose-base p,
.prose-base span,
.prose-base div,
.prose-base h1,
.prose-base h2,
.prose-base h3,
.prose-base h4,
.prose-base h5,
.prose-base h6 {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.prose-base h1 {
  font-size: 2.25em;
  margin-bottom: 1rem;
}
.prose-base h2 {
  font-size: 1.5em;
  margin-bottom: 1rem;
}
.prose-base h3 {
  font-size: 1.25em;
  margin-bottom: 1rem;
}
.prose-base h4 {
  font-size: 1rem;
  margin-bottom: 0.7rem;
}
.prose-base h5 {
  font-size: inherit;
  margin-bottom: 0.6rem;
}
.prose-base h6 {
  font-size: inherit;
  margin-bottom: 0.5rem;
}
.prose-base :where(h6 + *):not(:where([class~="not-prose"] *)),
.prose-base :where(h5 + *):not(:where([class~="not-prose"] *)),
.prose-base :where(h4 + *):not(:where([class~="not-prose"] *)),
.prose-base :where(h3 + *):not(:where([class~="not-prose"] *)),
.prose-base :where(h2 + *):not(:where([class~="not-prose"] *)),
.prose-base :where(h1 + *):not(:where([class~="not-prose"] *)) {
  line-height: 1;
}
.collections-information__smore {
  margin-top: 10px;
}
.collections-information__shiden.hiden ~ .collections-information__smore .menos {
  display: none;
}
.collections-information__shiden:not(.hiden) ~ .collections-information__smore .mas {
  display: none;
}
.collections-information__shiden:not(.hiden) ~ .collections-information__smore svg {
  transform: rotate(90deg);
}
.video-background,
.video-background iframe {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.full-viewport-size--home .owl-stage,
.full-viewport-size--home .owl-item,
.full-viewport-size--home .owl-stage-outer {
  height: 100%;
}
.full-viewport-size--home .controls-dots {
  width: 40px;
}
.full-viewport-size--home .controls-dots .owl-dot span {
  border: 1px solid rgba(255,255,255,0.251);
  width: 20px;
  height: 20px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(255,255,255,0.212);
}
.full-viewport-size--home .controls-dots .owl-dot:not(.active):hover span {
  border-width: 2px;
  border-color: #fff;
  background-color: rgba(0,0,0,0.58);
}
.full-viewport-size--home .controls-dots .owl-dot.active span {
  border-width: 2px;
  border-color: #fff;
  background-color: rgba(0,0,0,0.58);
}
.full-viewport-size--home.full-viewport-size {
  height: calc(100vh - 55px);
}
@media screen and (max-width: 1000px) {
  .full-viewport-size--home.full-viewport-size {
    max-height: calc(100vh - 55px);
    height: 600px;
  }
}
@media screen and (max-width: 800px) {
  .full-viewport-size--home.full-viewport-size {
    max-height: calc(100vh - 55px);
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .full-viewport-size--home.full-viewport-size {
    height: 250px;
  }
}
.slider-video-action {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: end;
  padding: 3rem;
}
.slider-video-action .js-modal-btn {
  width: 140px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
  max-width: 90%;
  transition: all 0.5s;
  box-shadow: 0 0 0 0 rgba(0,0,0,0.051);
  -webkit-animation: pulse 2s infinite;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .slider-video-action .js-modal-btn {
    width: 100px;
  }
}
.slider-video-action .js-modal-btn ~ .js-modal-btn__cover {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.slider-video-action .js-modal-btn svg {
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transition: all 0.5s;
}
.slider-video-action .js-modal-btn:hover svg {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #f44336;
}
.slider-video-action .js-modal-btn:hover ~ .js-modal-btn__cover {
  background: rgba(0,0,0,0.431);
}
.tab-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-top: solid 1px #b9b8b8;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .tab-nav {
    height: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .tab-nav {
    display: none;
  }
}
.tab-nav__item {
  width: 25%;
  height: 100%;
  padding-top: 10px;
  margin: 0;
  float: left;
  list-style: none;
  border-right: solid 1px #b9b8b8;
}
.tab-nav__item:last-child {
  border-right: none;
}
.tab-nav__title {
  margin: 0;
  padding: 0;
  font-size: 6px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.4px;
}
@media screen and (min-width: 768px) {
  .tab-nav__item {
    padding-top: 12px;
  }
  .tab-nav__title {
    font-size: 10.2px;
    line-height: 40.8px;
    letter-spacing: 2.38px;
  }
}
.tab-nav__item--is-active {
  background-color: #616161;
}
.tab-nav__item--is-active .tab-nav__title {
  color: #fff !important;
}
.tab-nav__item--is-active path {
  fill: #fff;
}
.tab__selector {
  background-color: #fff;
  color: #f9f9f9;
  border: solid 2px #b9b8b8;
  z-index: 9;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.tab__selector--is-active {
  background-color: #b9b8b8;
  color: #616161;
}
.tab-sticky {
  margin-bottom: 59px;
}
.filter__wrapper--is-sticky .tab__selector {
  border-top: none;
}
.tab__container {
  display: none;
}
.tab__container--is-active {
  display: block;
}
.table__separator {
  border-bottom: 1px solid #b9b8b8;
}
.bloque_video {
  background: url("/assets/peronda/images/video.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 962px;
}
.video-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button--home {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 25px;
  border-radius: 6px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .button--home {
    font-size: 18px;
  }
}
.button-normal {
  background-color: #302e2b;
  color: #fff;
  border: 0px;
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 6px 8px;
}
.button-large {
  font-size: 1.5em;
  padding: 20px 1px;
}
.hide {
  display: none !important;
}
.o-hidden {
  overflow: hidden;
}
.o-visible {
  overflow: visible !important;
}
.o-scroll {
  overflow: scroll !important;
}
.oh-hidden {
  overflow-x: hidden;
}
.oh-visible {
  overflow-x: visible;
}
.oh-scroll {
  overflow-x: scroll;
}
.ov-hidden {
  overflow-y: hidden;
}
.ov-visible {
  overflow-y: visible;
}
.ov-scroll {
  overflow-y: scroll;
}
.only-xs,
.only-xs-block {
  display: block;
}
.only-xs-inline {
  display: inline;
}
.only-xs-inblock {
  display: inline-block;
}
.only-xs-table {
  display: table;
}
.only-xs-cell {
  display: table-cell;
}
.not-xs,
.not-xs-block,
.not-xs-inline,
.not-xs-inblock,
.not-xs-table,
.not-xs-cell {
  display: none;
}
.from-m,
.from-m-block,
.from-m-inline,
.from-m-inblock,
.from-m-table,
.from-m-cell,
.only-m,
.only-m-block,
.only-m-inline,
.only-m-inblock,
.only-m-table,
.only-m-cell {
  display: none;
}
.from-l,
.from-l-block,
.from-l-inline,
.from-l-inblock,
.from-l-table,
.from-l-cell,
.only-l,
.only-l-block,
.only-l-inline,
.only-l-inblock,
.only-l-table,
.only-l-cell {
  display: none;
}
.from-xl,
.from-xl-block,
.from-xl-inline,
.from-xl-inblock,
.from-xl-table,
.from-xl-cell,
.only-xl,
.only-xl-block,
.only-xl-inline,
.only-xl-inblock,
.only-xl-table,
.only-xl-cell {
  display: none;
}
@media screen and (min-width: 768px) {
  .only-m,
  .only-m-block,
  .from-m,
  .from-m-block {
    display: block;
  }
  .only-m-inline,
  .from-m-inline {
    display: inline;
  }
  .only-m-inblock,
  .from-m-inblock {
    display: inline-block;
  }
  .only-m-table,
  .from-m-table {
    display: table;
  }
  .only-m-cell,
  .from-m-cell {
    display: table-cell;
  }
  .not-m,
  .not-m-block,
  .not-m-inline,
  .not-m-inblock,
  .not-m-table,
  .not-m-cell {
    display: none;
  }
  .only-xs,
  .only-xs-block,
  .only-xs-inline,
  .only-xs-inblock,
  .only-xs-table,
  .only-xs-cell {
    display: none;
  }
  .not-xs,
  .not-xs-block {
    display: block;
  }
  .not-xs-inline {
    display: inline;
  }
  .not-xs-inblock {
    display: inline-block;
  }
  .not-xs-table {
    display: table;
  }
  .not-xs-cell {
    display: table-cell;
  }
}
@media screen and (min-width: 1024px) {
  .only-l,
  .only-l-block,
  .from-l,
  .from-l-block {
    display: block;
  }
  .only-l-inline,
  .from-l-inline {
    display: inline;
  }
  .only-l-inblock,
  .from-l-inblock {
    display: inline-block;
  }
  .only-l-table,
  .from-l-table {
    display: table;
  }
  .only-l-cell,
  .from-l-cell {
    display: table-cell;
  }
  .not-l,
  .not-l-block,
  .not-l-inline,
  .not-l-inblock,
  .not-l-table,
  .not-l-cell {
    display: none;
  }
  .only-m,
  .only-m-block,
  .only-m-inline,
  .only-m-inblock,
  .only-m-table,
  .only-m-cell,
  .to-m,
  .to-m-block,
  .to-m-inline,
  .to-m-inblock,
  .to-m-table,
  .to-m-cell {
    display: none;
  }
  .not-m,
  .not-m-block {
    display: block;
  }
  .not-m-inline {
    display: inline;
  }
  .not-m-inblock {
    display: inline-block;
  }
  .not-m-table {
    display: table;
  }
  .not-m-cell {
    display: table-cell;
  }
  .only-xs,
  .only-xs-block,
  .only-xs-inline,
  .only-xs-inblock,
  .only-xs-table,
  .only-xs-cell {
    display: none;
  }
  .not-xs,
  .not-xs-block {
    display: block;
  }
  .not-xs-inline {
    display: inline;
  }
  .not-xs-inblock {
    display: inline-block;
  }
  .not-xs-table {
    display: table;
  }
  .not-xs-cell {
    display: table-cell;
  }
}
@media screen and (min-width: 1280px) {
  .only-xl,
  .only-xl-block,
  .from-xl,
  .from-xl-block {
    display: block;
  }
  .only-xl-inline,
  .from-xl-inline {
    display: inline;
  }
  .only-xl-inblock,
  .from-xl-inblock {
    display: inline-block;
  }
  .only-xl-table,
  .from-xl-table {
    display: table;
  }
  .only-xl-cell,
  .from-xl-cell {
    display: table-cell;
  }
  .not-xl,
  .not-xl-block,
  .not-xl-inline,
  .not-xl-inblock,
  .not-xl-table,
  .not-xl-cell {
    display: none;
  }
  .only-l,
  .only-l-block,
  .only-l-inline,
  .only-l-inblock,
  .only-l-table,
  .only-l-cell,
  .to-l,
  .to-l-block,
  .to-l-inline,
  .to-l-inblock,
  .to-l-table,
  .to-l-cell {
    display: none;
  }
  .not-l,
  .not-l-block {
    display: block;
  }
  .not-l-inline {
    display: inline;
  }
  .not-l-inblock {
    display: inline-block;
  }
  .not-l-table {
    display: table;
  }
  .not-l-cell {
    display: table-cell;
  }
}

