@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");

.merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

.merriweather-regular {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

.merriweather-bold {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
}

.merriweather-black {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: normal;
}

.merriweather-light-italic {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: italic;
}

.merriweather-regular-italic {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
}

.merriweather-bold-italic {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: italic;
}

.merriweather-black-italic {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
}

.vev {
  box-sizing: border-box;
  font-family: "Merriweather", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  word-spacing: 0.25;
  letter-spacing: 0;
  color: #000;
  font-family: "Merriweather", Arial, sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  text-size-adjust: 100%;
}

.vev *,
.vev *:before,
.vev *:after {
  box-sizing: inherit;
  -webkit-print-color-adjust: exact;
}

.vev a {
  text-decoration: none;
}

.vev header,
.vev footer {
  display: inline;
}

.vev h1,
.vev h2,
.vev h3,
.vev h4,
.vev h5,
.vev h6 {
  padding: 0;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.vev h1 {
  font-size: 42px;
}

.vev h2 {
  font-size: 32px;
}

.vev h3 {
  font-size: 24px;
}

.vev h4 {
  font-size: 16px;
}

.vev h5 {
  font-size: 14px;
}

.vev ul,
.vev ol {
  padding-left: 0;
  margin: 0;
}

.vev ul ul li,
.vev ul ol li,
.vev ol ul li,
.vev ol ol li {
  margin-left: 3em;
}

.vev ul ul ul li,
.vev ul ol ol li,
.vev ol ul ul li,
.vev ol ol ol li {
  margin-left: 4.5em;
}

.vev ul ul ul ul li,
.vev ul ol ol ol li,
.vev ol ul ul ul li,
.vev ol ol ol ol li {
  margin-left: 6em;
}

.vev ul ul ul ul ul li,
.vev ul ol ol ol ol li,
.vev ol ul ul ul ul li,
.vev ol ol ol ol ol li {
  margin-left: 7.5em;
}

.vev li {
  margin-left: 1.5em;
}

.vev button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font: inherit;
}

.vev [role="button"] {
  cursor: pointer;
  user-select: none;
}

.vev [data-icon] {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
}

.vev .clickable {
  cursor: pointer;
}

.vev .__vev {
  display: grid;
  text-align: left;
}

.vev .__vev > .fixed {
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  display: grid;
  pointer-events: none;
  width: 100vw;
  height: auto;
  grid-template: 100%/100%;
  z-index: 2;
}

.vev .__pre__pc,
.vev .__pc {
  position: relative;
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vev .__pre__pc w {
  width: 100%;
  height: 100% !important;
}

.vev .__pc {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  z-index: -1;
}

.vev .__pc w {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(1px);
  width: 100vw;
  height: 100vh !important;
  animation: clipRectFix 10s linear 0s infinite alternate;
}

.vev .ie .__pc,
.vev .edge .__pc {
  z-index: 0;
  clip-path: unset;
  clip: rect(0, auto, auto, 0);
}

.vev .ie .__pc w,
.vev .edge .__pc w {
  transform: translateZ(1px);
  animation: clipRectFix 10s linear 0s infinite alternate;
}

@keyframes clipRectFix {
  0% {
    transform: translateZ(1px);
  }

  to {
    transform: translateZ(10px);
  }
}

.vev .__a {
  display: grid !important;
}

.vev .__a,
.vev .__wc {
  position: relative;
  display: grid;
  grid-template: 100%/100%;
  grid-area: 1/1;
  overflow: inherit;
  place-self: stretch stretch;
  background-color: initial;
  border: initial;
  outline: initial;
}

.vev w {
  display: block;
  position: relative;
  color: initial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  word-spacing: 0.25;
  letter-spacing: 0;
  font-style: initial;
  font-variant: initial;
  text-align: initial;
  text-decoration: initial;
  place-self: stretch stretch;
  height: auto !important;
}

.vev .__c,
.vev w,
.vev .__pc {
  grid-area: 1/1/2/2;
}

.vev vev {
  display: grid;
  height: 100px;
  width: 100px;
  transform-origin: 0 0;
  pointer-events: auto;
  grid-area: 1/1;
  grid-template: 100%/100%;
  position: relative;
}

.vev vev.__frame {
  display: block;
}

.vev vev.__frame > .__wc,
.vev vev.__frame > .__a {
  width: 100%;
  height: 100%;
}

.vev .__c {
  position: relative;
  display: grid;
  grid-template: 100%/100%;
  place-self: stretch stretch;
  place-items: start start;
}

.vev .__c:not(.__sc) {
  width: 100%;
}

.vev .__c:not(.__frame .__wc, button, a, [role="button"]) {
  pointer-events: none;
}

.vev .__sc {
  grid-template-columns: 1fr 1024px 1fr;
  max-width: 100% !important;
  width: 100% !important;
}

.vev .__sc > vev {
  z-index: 1;
  grid-area: 1/2/2/3;
}

.vev .__s.__s {
  position: relative;
  width: 100%;
}

.vev .__p {
  z-index: 0;
  position: relative;
  overflow: clip;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

@supports not (overflow: clip) {
  .vev .__p {
    overflow: hidden;
  }
}

.vev .__p.hidden {
  display: none;
}

.vev .__p.pin {
  position: absolute;
  pointer-events: auto;
  top: 0;
  left: 0;
  height: 100vh !important;
  background: var(--color-neutral-100);
}

.vev .__p.pin.front {
  z-index: 1;
}

.vev .__p.pin .pin {
  position: absolute;
  z-index: 100;
}

.vev .__err {
  width: 100%;
  height: 100%;
  background: #ff3267;
  color: #151f24;
  font-family: Courier New, Courier;
  font-size: 11px;
  overflow: auto;
}

.vev .vev-portal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  outline: none !important;
  background: none !important;
  display: block !important;
  box-shadow: none !important;
}

.vev .vev-portal > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vev .row,
.vev .column {
  -webkit-box-direction: normal;
  display: flex !important;
}

.vev .row.margin-content > *,
.vev .column.margin-content > * {
  margin: 10px;
}

.vev .row.tiny-margin-content > *,
.vev .column.tiny-margin-content > * {
  margin: 4px;
}

.vev .row.wrap,
.vev .column.wrap {
  flex-wrap: wrap;
}

.vev .row {
  flex-direction: row;
}

.vev .row.h-start {
  justify-content: flex-start;
}

.vev .row.h-center {
  justify-content: center;
}

.vev .row.h-end {
  justify-content: flex-end;
}

.vev .row.h-space {
  justify-content: space-around;
}

.vev .row.h-spread {
  justify-content: space-between;
}

.vev .row.v-start {
  align-items: flex-start;
}

.vev .row.v-center {
  align-items: center;
}

.vev .row.v-end {
  align-items: flex-end;
}

.vev .column {
  flex-direction: column;
}

.vev .column.v-start {
  justify-content: flex-start;
}

.vev .column.v-center {
  justify-content: center;
}

.vev .column.v-end {
  justify-content: flex-end;
}

.vev .column.v-space {
  justify-content: space-around;
}

.vev .column.v-spread {
  justify-content: space-between;
}

.vev .column.h-start {
  align-items: flex-start;
}

.vev .column.h-center {
  align-items: center;
}

.vev .column.h-end {
  align-items: flex-end;
}

.vev .fill {
  width: 100%;
  height: 100%;
  display: grid;
}

.vev w .fill {
  display: block;
}

.vev .padding {
  padding: 10px;
}

.vev .tiny-padding {
  padding: 4px;
}

.vev .margin {
  margin: 10px;
}

.vev .tiny-margin {
  margin: 4px;
}

.vev .__hide {
  display: none !important;
}

.vev .__show {
  display: grid !important;
}

.vev .__sticky {
  position: sticky;
}

.vev .__snap {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@page {
  size: A4;
  margin: 0;
}

@media print {
  .vev {
    width: 1024px;
    height: auto;
  }
}

@keyframes scale {
  50% {
    transform: scale(1.2);
  }
}

.vev .text h1,
.vev .text h2,
.vev .text h3,
.vev .text h4,
.vev .text h5,
.vev .text h6,
.vev .text p {
  white-space: normal;
  word-break: break-word;
}

.vev .text h1:empty::after,
.vev .text h2:empty::after,
.vev .text h3:empty::after,
.vev .text h4:empty::after,
.vev .text h5:empty::after,
.vev .text h6:empty::after,
.vev .text p:empty::after {
  content: "\00a0 ";
}

.vev .text p {
  margin: 14px 0;
}

.vev .text h1 {
  margin: 30px 0;
  font-size: 42px;
}

.vev .text h2 {
  margin: 22px 0;
  font-size: 32px;
}

.vev .text h3 {
  margin: 22px 0;
  font-size: 24px;
}

.vev .text h4,
.vev .text h5,
.vev .text h6 {
  margin: 18px 0;
  font-size: 16px;
  font-weight: 700;
}

.vev .text blockquote {
  padding: 0;
  border-left: unset;
  color: currentColor;
}

.vev .text blockquote,
.vev .text li {
  margin: 16px 40px;
  font-size: 21px;
}

.vev .text h1,
.vev .text h2,
.vev .text h3,
.vev .text strong {
  font-weight: 700;
}

.vev .text em {
  font-style: italic;
}

.vev .text ins {
  font-size: 1em;
}

.vev .text a {
  color: #009688;
  text-decoration: none;
  word-break: break-word;
  transition: all 0.2s ease-out;
}

.vev .text a:hover {
  color: #00786b;
}

.vev .text table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.vev .text td,
.vev .text th {
  border: 1px solid #333;
  padding: 10px 5px;
  word-break: normal;
}

.vev .text td {
  min-width: 42px;
}

.vev .text td h1,
.vev .text td h2,
.vev .text td h3,
.vev .text td h4,
.vev .text td h5,
.vev .text td p {
  margin: 0;
}

.vev .text th {
  background: #e91e63;
}

.vev .text hr {
  border: 0;
  background: #80cbc4;
  height: 5px;
  margin: 8px 16px;
}

.vev .text pre {
  font-family: "monospace";
  background-color: #fff;
  border-radius: 0.25em;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.45);
  line-height: 0;
  counter-reset: line;
}

.vev .text pre div,
.vev .text pre span {
  display: block;
  line-height: 1.5rem;
}

.vev .text pre div:before,
.vev .text pre span:before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 0.5em;
  margin-right: 0.5em;
  color: #888;
}

.vev .text span.dropcap {
  color: #009688;
  float: left;
  font-size: 24px;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.2em 0;
}

.vev .text code {
  font-size: 85%;
  white-space: pre-wrap;
  background-color: rgba(135, 131, 120, 0.15);
  border-radius: 3px;
  padding: 0.2em 0.4em;
  line-height: normal;
}

.vev .text sub,
.vev .text sup {
  line-height: 1;
}

.vev .section .children {
  height: 100%;
}

.vev .wQwq0xf-9u,
.vev .wUNTsB8PHK {
  z-index: 0;
}

.vev .wUNTsB8PHK .contents {
  background: url(assets/d6675f02458aa0c42ecb587f2119d6bd.png);
  background-size: cover;
  opacity: 1;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  max-height: 100vh;
}

.vev .wQwq0xf-9u .contents .jwplayer.jw-flag-aspect-mode,
.vev .wUNTsB8PHK .contents .jwplayer.jw-flag-aspect-mode {
  height: 100% !important;
}

.vev .wUNTsB8PHK .fixedWrapper,
.vev .wUNTsB8PHK .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  min-height: 100vh;
}

.vev .wUNTsB8PHK .overlay {
  opacity: 0;
  z-index: 1;
}

.vev .wUNTsB8PHK .fixedWrapper {
  overflow: hidden;
  opacity: 1;
  max-height: 100vh;
}

.vev .wUNTsB8PHK .zoom {
  animation: scale 60000ms infinite;
}

.vev .wQwq0xf-9u .debugLine {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #639;
}

.vev .wQwq0xf-9u .contents,
.vev .wQwq0xf-9u .posterImage {
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  min-height: 100vh;
}

.vev .wQwq0xf-9u .posterImage {
  margin: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 0;
}

.vev .wQwq0xf-9u .contents {
  margin: auto;
  z-index: 1;
}

.vev .wQwq0xf-9u .contents video,
.vev .wUNTsB8PHK .contents video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 1;
}

.vev .wQwq0xf-9u .no-image {
  background-color: #000;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

.vev .wQwq0xf-9u .media-controls {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 5%;
  top: 5%;
  padding: 10px;
  fill: currentColor;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  pointer-events: all;
}

.vev .wQwq0xf-9u .mediaIcon {
  margin: 15px;
  color: #fff;
  font-size: 24px;
}

.vev .wQwq0xf-9u .overlay {
  background: 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

.vev .wQwq0xf-9u .fixedWrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  pointer-events: none;
  max-height: 100vh;
  min-height: 100vh;
  z-index: 0;
}

.vev .wQwq0xf-9u .zoom {
  animation: scale 60000ms infinite;
}

.vev .image {
  overflow: hidden;
}

.vev .image img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.vev .image img.section {
  position: absolute;
}

.vev .w1c3kqru4r-1p7v .img {
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.vev .w1c3kqru4r-1p7v .img div {
  background: url(assets/c969b4378aaf00efa4b7a0dc245aea93.jpg);
  width: 100%;
  height: 140%;
  background-size: cover;
  background-position: 50% 50%;
}

.vev .w1c3kqru4r-1p7v .img span.overlay {
  display: block;
  position: absolute;
  width: auto;
  border: 0;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.vev .p35phkfRA0r .__sc {
  grid-template-columns: 1fr 320px 1fr;
}

.vev #evnGrX-WsGMc,
.vev div .pDWxh9d0hT0 .img div {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #evnGrX-WsGMc {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4) 13%,
      rgba(255, 255, 255, 0) 78%
    ),
    var(--b-aQxNDl4CpI) no-repeat 35% 56% / cover;
}

.vev #evnGrX-WsGM {
  min-height: 100vh;
  height: auto;
}

.vev #eK_nAIycFat {
  width: 95%;
  margin: 20px 0 0;
}

.vev #eK_nAIycFat,
.vev #eqzvUfkjv8G,
.vev #ezYr48hc8sQ {
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
}

.vev #eqzvUfkjv8G {
  width: 100%;
}

.vev #ezYr48hc8sQ {
  margin: 0;
  width: 100%;
}

.vev div .pQN_1OKFwy1 h1 {
  font-family: "Merriweather";
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.5));
  margin: 0;
}

.vev #eqzvUfkjv8G {
  margin: 56px 0 0;
}

.vev div .pLgxFkmmvq8 p,
.vev div .pj6ngZts32j h2 {
  font-family: "Merriweather";
  font-weight: 400;
  margin: 0;
}

.vev div .pQN_1OKFwy1 h1,
.vev div .pj6ngZts32j h2 {
  color: #fff;
  transform: translate3d(0, 0, 0);
  text-align: center;
}

.vev div .pj6ngZts32j h2 {
  font-style: inherit;
  filter: drop-shadow(4px 4px 9px rgba(0, 0, 0, 0.5));
  line-height: 1.3em;
  font-size: 23px;
}

.vev #ezvD5jryzoAc .contents {
  background: var(--b-aLbHd6h0r9) 51% 28%/395%;
}

.vev #ezvD5jryzoA {
  min-height: 1080px;
  height: auto;
}

.vev #e6lWdl_GHuz {
  width: 280px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 508px 0 0;
}

.vev #eE-bPp8m6BZ,
.vev #ew-K55WVrQ8 {
  margin: 0;
  transform: none;
}

.vev #ew-K55WVrQ8 {
  width: 100%;
  height: 178px;
  place-self: start center;
}

.vev #eDK6iqpssIjc .img div,
.vev #ekCHIXMvJcUc .contents,
.vev #ezvD5jryzoAc .contents,
.vev div .ppvv3D_xss8 {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev div .ppvv3D_xss8 {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 4px;
}

.vev #eE-bPp8m6BZ {
  width: 89%;
  height: 148px;
  place-self: center center;
}

.vev div .pLgxFkmmvq8 p {
  font-style: normal;
  color: #000;
  font-size: 15px;
  line-height: 21px;
}

.vev #ekCHIXMvJcUc .contents {
  background: var(--b--mHD6pQtuw) 50% 39% / cover;
}

.vev #ekCHIXMvJcU {
  min-height: 805px;
  height: auto;
}

.vev #eiVgfilLSrq {
  width: 265px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 400px 0 0;
}

.vev #eFrh5XYmk-T,
.vev #eJMI6u5POHW {
  margin: 0;
  transform: none;
}

.vev #eJMI6u5POHW {
  width: 100%;
  height: 94px;
  place-self: start center;
}

.vev #eFrh5XYmk-T {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #e936RcC2WJ1c .contents {
  background: var(--b-g9lIGvuPTI) 47% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #e936RcC2WJ1 {
  min-height: 450px;
  height: auto;
}

.vev #ezqjKYdjYnkc .contents {
  background: var(--b-6tkLio_3TQ) 83% 41% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #ezqjKYdjYnk {
  min-height: 895px;
  height: auto;
}

.vev #edijcHk9MNi {
  width: 288px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 400px 0 0;
}

.vev #e_sNeY23Fri,
.vev #eqW9shrwPUH {
  margin: 0;
  transform: none;
}

.vev #eqW9shrwPUH {
  width: 100%;
  height: 157px;
  place-self: start center;
}

.vev #e_sNeY23Fri {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #e9K4-3r-VXHc .contents {
  background: var(--b-_0PFT2b1U0) 100% 44% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #e9K4-3r-VXH {
  min-height: 930px;
  height: auto;
}

.vev #eZmajwqG_CX {
  width: 275px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 400px 0 0;
}

.vev #eRbEfk19OgE,
.vev #evs8nOi1Yyx {
  margin: 0;
  transform: none;
}

.vev #evs8nOi1Yyx {
  width: 100%;
  height: 199px;
  place-self: start center;
}

.vev #eRbEfk19OgE {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #e7jpMazicwmc .contents {
  background: var(--b-gdXIfPn8EM) 52% 36% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #e7jpMazicwm {
  min-height: 950px;
  height: auto;
}

.vev #eVxxSX_PaUd {
  width: 282px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 400px 0 0;
}

.vev #ehgxhfEjPYi,
.vev #elL3UR11xmr {
  margin: 0;
  width: 100%;
  height: 220px;
  transform: none;
  place-self: start center;
}

.vev #elL3UR11xmr {
  width: 89%;
  height: 190px;
  place-self: center center;
}

.vev #eq9dXLmFTS9c .contents {
  background: var(--b-RUVFj9J4gE) 55% 42% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eq9dXLmFTS9 {
  min-height: 825px;
  height: auto;
}

.vev #eH-srXfpamN {
  width: 255px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 374px 0 0;
}

.vev #eXxHD1vB-ae,
.vev #echVpZXpfX5 {
  margin: 0;
  width: 100%;
  height: 73px;
  transform: none;
  place-self: start center;
}

.vev #echVpZXpfX5 {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #eDNrlhhR3wEc .contents {
  background: var(--b-8cU5EDb5mG) no-repeat 80% 46% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eDNrlhhR3wE {
  min-height: 805px;
  height: auto;
}

.vev #eWdy2N9fYd_ {
  width: 255px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 349px 0 0;
}

.vev #e5XbsDcas2v,
.vev #e8cXGI-1fT_ {
  margin: 0;
  width: 100%;
  height: 157px;
  transform: none;
  place-self: start center;
}

.vev #e8cXGI-1fT_ {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #e0TY_KGSJhcc .contents {
  background: var(--b-7vLDGXo_Hk) 60% 38% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #e0TY_KGSJhc {
  min-height: 855px;
  height: auto;
}

.vev #ezoHALplVyv {
  width: 282px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 400px 0 0;
}

.vev #eBmMoFW0jnn,
.vev #eu1xP3aYvp0 {
  margin: 0;
  transform: none;
}

.vev #eu1xP3aYvp0 {
  width: 100%;
  height: 115px;
  place-self: start center;
}

.vev #eBmMoFW0jnn {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #eQ4wQ9PNFrEc .contents {
  background: var(--b-iOmmKt9hme) no-repeat 74% 45% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eQ4wQ9PNFrE {
  min-height: 875px;
  height: auto;
}

.vev #eZs31X1y5Mw {
  width: 270px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 400px 0 0;
  display: none;
}

.vev #eam57iJoHMK,
.vev #euSgLe-T7Pu {
  margin: 0;
  width: 100%;
  height: 115px;
  transform: none;
  place-self: start center;
}

.vev #euSgLe-T7Pu {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #eIOPJ7L2yK0,
.vev #ecsjv7C_IzI {
  transform: none;
  place-self: start center;
}

.vev #ecsjv7C_IzI {
  width: 0;
  height: auto;
  max-height: 100%;
  margin: 0 128% 0 0;
  display: none;
}

.vev #eIOPJ7L2yK0 {
  margin: 0;
  width: 100%;
  height: 115px;
}

.vev #ePub8hDSkND,
.vev #eSqdTZNjyuZ {
  margin: 0;
  width: 89%;
  height: auto;
  transform: none;
  place-self: center center;
}

.vev #eSqdTZNjyuZ {
  width: 270px;
  place-self: start center;
  max-height: 100%;
  margin: 400px 0 0;
}

.vev #eOTl2imGHjr,
.vev #enCfDkrCN-E {
  margin: 0;
  transform: none;
}

.vev #enCfDkrCN-E {
  width: 100%;
  height: 115px;
  place-self: start center;
}

.vev #eOTl2imGHjr {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #ee6oQcR9l6c {
  min-height: 1800px;
  height: 150%;
}

.vev div .pIhnHQvKnw7 .media-controls {
  background: rgba(255, 255, 255, 0.15);
}

.vev div .pIhnHQvKnw7 .mediaIcon {
  font-size: 18px;
  margin: 8px;
}

.vev #eCpa5I6wjhj {
  width: 265px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 370px 0 0;
}

.vev #efZk8-ZGLvq,
.vev #ekA5Y0_9BM7 {
  margin: 0;
  width: 100%;
  height: 115px;
  transform: none;
  place-self: start center;
}

.vev #ekA5Y0_9BM7 {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #ek3AfnRelKS {
  min-height: 1800px;
  height: auto;
  display: none;
}

.vev #erWvm3uJ0iE {
  width: 265px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 14070px 0 0 40.53%;
  display: none;
}

.vev #e-AzxWxNApU,
.vev #eOWS9NA8OmR {
  margin: 0;
  width: 100%;
  height: 115px;
  transform: none;
  place-self: start center;
}

.vev #eOWS9NA8OmR {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #euBQgj7aGNEc .contents {
  background: var(--b-cOWXSUVtkW) no-repeat 76% 42% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #euBQgj7aGNE {
  min-height: 805px;
  height: auto;
}

.vev #eVd1jiXRA6Y {
  width: 280px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 365px 0 0;
}

.vev #eck600i68b4,
.vev #exIS6Z7QfMH {
  margin: 0;
  width: 100%;
  height: 94px;
  transform: none;
  place-self: start center;
}

.vev #exIS6Z7QfMH {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #eLT7BoNn9gnc .contents {
  background: var(--b-DDdYQL3kn3) no-repeat 50% 28% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eLT7BoNn9gn,
.vev #eLwGS2HFmqX {
  min-height: 450px;
  height: auto;
}

.vev #eLwGS2HFmqXc .contents {
  background: var(--b-on2YVWAzB0) no-repeat 80% 44% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eATiJBC7xddc .contents {
  background: var(--b-aV8TnJrdJH) no-repeat 50% 19% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eATiJBC7xdd {
  min-height: 830px;
  height: auto;
}

.vev #ecYvgS1NRYA {
  width: 289px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 400px 0 0;
}

.vev #e9ibE9uXd4C,
.vev #eOks1uaPgau {
  margin: 0;
  transform: none;
}

.vev #eOks1uaPgau {
  width: 100%;
  height: 94px;
  place-self: start center;
}

.vev #e9ibE9uXd4C {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #ehQv6ioufEpc .contents {
  background: var(--b-Bz8zUHucao) no-repeat 52% 31%/329%;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #ehQv6ioufEp {
  min-height: 945px;
  height: auto;
}

.vev #eiHfMF-GQuM {
  width: 295px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 400px 0 0;
}

.vev #ec5zhnZjAEb,
.vev #ekDGDj6uBOv {
  margin: 0;
  transform: none;
}

.vev #ekDGDj6uBOv {
  width: 100%;
  height: 220px;
  place-self: start center;
}

.vev #ec5zhnZjAEb {
  width: 89%;
  height: 190px;
  place-self: center center;
}

.vev #eGvutca0xXWc .contents {
  background: var(--b-fRGOLkkWll) no-repeat 57% 5%/287%;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eGvutca0xXW {
  min-height: 785px;
  height: auto;
}

.vev #eK4OSBiCNuL {
  width: 273px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0;
}

.vev #ePbGCZGo6-L,
.vev #eWkv4aCiGLN {
  margin: 0;
  width: 100%;
  height: 94px;
  transform: none;
  place-self: start center;
}

.vev #eWkv4aCiGLN {
  width: 90%;
  height: 64px;
  place-self: center center;
}

.vev #eosGeiUs3xqc .contents {
  background: var(--b-SqHwJ8Lu0w) no-repeat 59% 49% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eosGeiUs3xq {
  min-height: 795px;
  height: auto;
}

.vev #eWCvRkuos_K {
  width: 273px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0;
}

.vev #eeTqr6JQV2T,
.vev #ehge1IK5RPL {
  margin: 0;
  transform: none;
}

.vev #ehge1IK5RPL {
  width: 100%;
  height: 94px;
  place-self: start center;
}

.vev #eeTqr6JQV2T {
  width: 89%;
  height: 64px;
  place-self: center center;
}

.vev #ejtYX2gS0Nuc .contents {
  background: var(--b-Vk_svElcl4) no-repeat 27% 26% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #ejtYX2gS0Nu {
  min-height: 885px;
  height: auto;
}

.vev #elH37EjuYf0 {
  width: 272px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 370px 0 0;
}

.vev #edM3JVrBbHl,
.vev #edUh_voLEVZ {
  margin: 0;
  transform: none;
}

.vev #edUh_voLEVZ {
  width: 100%;
  height: 178px;
  place-self: start center;
}

.vev #edM3JVrBbHl {
  width: 89%;
  height: 148px;
  place-self: center center;
}

.vev #esoZ8XvlO75c .contents {
  background: var(--b-C-t_GR9xrM) no-repeat 42% 25% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #esoZ8XvlO75 {
  min-height: 450px;
  height: auto;
}

.vev #eymarBfpW4Uc .contents {
  background: var(--b-yaIOpRuU_9) repeat-y 50% 50% / contain;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eymarBfpW4U {
  min-height: 825px;
  height: auto;
}

.vev #e9L734GyrZy {
  width: 282px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 349px 0 0;
}

.vev #e4KdJz9byvt,
.vev #eJ63Shbuv_1 {
  margin: 0;
  width: 100%;
  height: 136px;
  transform: none;
  place-self: start center;
}

.vev #eJ63Shbuv_1 {
  width: 89%;
  height: 106px;
  place-self: center center;
}

.vev #eCmMUlrjTBBc .contents {
  background: var(--b-G0m_L4ZqbE) no-repeat 36% 29% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eCmMUlrjTBB {
  min-height: 805px;
  height: auto;
}

.vev #eQ3pkh_I9eo {
  width: 260px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0;
}

.vev #eNQgmXjecL6,
.vev #edQlmjJeEm1 {
  margin: 0;
  transform: none;
}

.vev #edQlmjJeEm1 {
  width: 100%;
  height: 115px;
  place-self: start center;
}

.vev #eNQgmXjecL6 {
  width: 89%;
  height: 85px;
  place-self: center center;
}

.vev #e8OE0Sv06WPc .contents {
  background: var(--b--q-HRU8ImT) no-repeat 42% 19% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #e8OE0Sv06WP {
  min-height: 450px;
  height: auto;
}

.vev #ezATBSYqX5fc .contents {
  background: var(--b-jBFKuVXND8) no-repeat 68% 45% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #ezATBSYqX5f {
  min-height: 925px;
  height: auto;
}

.vev #eZ-BCxzVcR8 {
  width: 265px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 349px 0 0;
}

.vev #eDabh_elZJz,
.vev #eoE7_4rYgMc {
  margin: 0;
  transform: none;
}

.vev #eoE7_4rYgMc {
  width: 100%;
  height: 241px;
  place-self: start center;
}

.vev #eDabh_elZJz {
  width: 89%;
  height: 211px;
  place-self: center center;
}

.vev #eoi9ZKKu0jLc .contents {
  background: var(--b-UTkCQCEJQI) no-repeat 51% 41% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eoi9ZKKu0jL {
  min-height: 935px;
  height: auto;
}

.vev #e38e-GbTITT {
  width: 263px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 349px 0 0;
}

.vev #eO8qqAGRpuv,
.vev #euvcey6sVkr {
  margin: 0;
  width: 100%;
  height: 262px;
  transform: none;
  place-self: start center;
}

.vev #euvcey6sVkr {
  width: 89%;
  height: 232px;
  place-self: center center;
}

.vev #exV_kL9QtF5c .contents {
  background: var(--b-aPSDwizyUb) no-repeat 44% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #exV_kL9QtF5 {
  min-height: 855px;
  height: auto;
}

.vev #enwehdC8DYN {
  width: 268px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 384px 0 0;
}

.vev #edgaKWir0pt,
.vev #eei1jv9Ih9W {
  margin: 0;
  transform: none;
}

.vev #eei1jv9Ih9W {
  width: 100%;
  height: 136px;
  place-self: start center;
}

.vev #edgaKWir0pt {
  width: 89%;
  height: 106px;
  place-self: center center;
}

.vev #eOwWorjifHJc .contents {
  background: var(--b-STe4PKvaKr) no-repeat 42% 23% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eOwWorjifHJ {
  min-height: 855px;
  height: auto;
}

.vev #eMrLNqR_lIe {
  width: 280px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0 0.31%;
}

.vev #ePo-TJ4HWei,
.vev #emLPJXbTzSK {
  margin: 0;
  width: 100%;
  height: 115px;
  transform: none;
  place-self: start center;
}

.vev #emLPJXbTzSK {
  width: 89%;
  height: 85px;
  place-self: center center;
}

.vev #eZ24Eu7BF0Bc .contents {
  background: var(--b-QhOf8X895X) no-repeat 80% 62% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eZ24Eu7BF0B {
  min-height: 865px;
  height: auto;
}

.vev #eDd0v3Uo3yE {
  width: 271px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 349px 0 0;
}

.vev #e1_yEKnjuDp,
.vev #eqQxQgGCLa9 {
  margin: 0;
  width: 100%;
  height: 178px;
  transform: none;
  place-self: start center;
}

.vev #eqQxQgGCLa9 {
  width: 89%;
  height: 148px;
  place-self: center center;
}

.vev #eCYLctHViIXc .contents {
  background: var(--b-405ejHgHAM) no-repeat 51% 44% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eCYLctHViIX {
  min-height: 875px;
  height: auto;
}

.vev #e1VKFsE27Er {
  width: 280px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0;
}

.vev #e2-NUlsgJxP,
.vev #eSe9UE23YzD {
  margin: 0;
  transform: none;
}

.vev #eSe9UE23YzD {
  width: 100%;
  height: 178px;
  place-self: start center;
}

.vev #e2-NUlsgJxP {
  width: 89%;
  height: 148px;
  place-self: center center;
}

.vev #e03_vIOMra2c .contents {
  background: var(--b-5MFrj3o9yN) no-repeat 20% 48% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #e03_vIOMra2 {
  min-height: 955px;
  height: auto;
}

.vev #e3rvr3QBGfU {
  width: 270px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0;
}

.vev #eY3CrvTEVK4,
.vev #en1Eqnt9kvk {
  margin: 0;
  width: 100%;
  height: 262px;
  transform: none;
  place-self: start center;
}

.vev #en1Eqnt9kvk {
  width: 89%;
  height: 232px;
  place-self: center center;
}

.vev #epJ9l4ThZ1Pc .contents {
  background: var(--b-AIICmAdxVd) no-repeat 82% 46% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #epJ9l4ThZ1P {
  min-height: 735px;
  height: auto;
}

.vev #elItySFIjCT {
  width: 309px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0;
}

.vev #eiPf20Kcj7Z,
.vev #epZiU81epRp {
  margin: 0;
  transform: none;
}

.vev #epZiU81epRp {
  width: 100%;
  height: 52px;
  place-self: start center;
}

.vev #eiPf20Kcj7Z {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #e_3HeLcWPM3c .contents {
  background: var(--b-z_Yf2-scWS) no-repeat 56% 33% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eUt5U5UuTlp,
.vev #e_3HeLcWPM3 {
  min-height: 450px;
  height: auto;
}

.vev #eUt5U5UuTlpc .contents {
  background: var(--b-2TcX_-sxwg) no-repeat 56% 47% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #ebixwJZLkei {
  min-height: 1800px;
  height: 150%;
}

.vev #eaLMNauwIz2 {
  width: 230px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0;
}

.vev #eHmHht5VuEY,
.vev #eafhWVmsi14 {
  margin: 0;
  transform: none;
}

.vev #eafhWVmsi14 {
  width: 100%;
  height: 178px;
  place-self: start center;
}

.vev #eHmHht5VuEY {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #eQqvyFRH_iD {
  min-height: 1800px;
  height: 150%;
  display: none;
}

.vev #euInXPvSc_- {
  width: 230px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0;
}

.vev #eXmN56U0luo,
.vev #exiZZy-IASv {
  margin: 0;
  width: 100%;
  height: 178px;
  transform: none;
  place-self: start center;
}

.vev #exiZZy-IASv {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #eIocJNRbPrCc .contents {
  background: var(--b-CCXTEECEu1) no-repeat 73% 44% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eIocJNRbPrC {
  min-height: 800px;
  height: auto;
}

.vev #eZqrcOUanWt {
  width: 263px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0;
}

.vev #e7XksgIjy6e,
.vev #eW7cSjGWgZm {
  margin: 0;
  width: 100%;
  height: 115px;
  transform: none;
  place-self: start center;
}

.vev #eW7cSjGWgZm {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #eJ1vB21onNec .contents {
  background: var(--b-mG3HAjRJs5) no-repeat 44% 41% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eJ1vB21onNe {
  min-height: 825px;
  height: auto;
}

.vev #ec4s9hSY1xh {
  width: 263px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0;
}

.vev #e4E4E2rvg9v,
.vev #eC7xSCyfJm5 {
  margin: 0;
  width: 100%;
  height: 115px;
  transform: none;
  place-self: start center;
}

.vev #eC7xSCyfJm5 {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #eaGNHsj4oGgc .contents {
  background: var(--b-W7y84Wvwqk) no-repeat 53% 42% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eaGNHsj4oGg {
  min-height: 965px;
  height: auto;
}

.vev #ezmweFHOT57 {
  width: 260px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0;
}

.vev #e0Ou2IGmBcT,
.vev #en5iNFWyDLV {
  margin: 0;
  transform: none;
}

.vev #en5iNFWyDLV {
  width: 100%;
  height: 262px;
  place-self: start center;
}

.vev #e0Ou2IGmBcT {
  width: 89%;
  height: 232px;
  place-self: center center;
}

.vev #eoQIZ-daDePc .contents {
  background: var(--b-0K_X8gnXIS) no-repeat 67% 40% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eoQIZ-daDeP {
  min-height: 805px;
  height: auto;
}

.vev #epTrabOJ1Th {
  width: 257px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0;
}

.vev #eNWui82up5z,
.vev #ee0vZ_8_pQW {
  margin: 0;
  transform: none;
}

.vev #ee0vZ_8_pQW {
  width: 100%;
  height: 115px;
  place-self: start center;
}

.vev #eNWui82up5z {
  width: 89%;
  height: 85px;
  place-self: center center;
}

.vev #eICUx3nJlM7c .contents {
  background: var(--b-ezjxVRb4SL) no-repeat 41% 42% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eICUx3nJlM7 {
  min-height: 960px;
  height: auto;
}

.vev #eriHT1dI_y2 {
  width: 265px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0;
}

.vev #e7GLNsvXzHD,
.vev #eR2WaNAqxDv {
  margin: 0;
  width: 100%;
  height: 262px;
  transform: none;
  place-self: start center;
}

.vev #eR2WaNAqxDv {
  width: 89%;
  height: 232px;
  place-self: center center;
}

.vev #elvBPTdMkxpc .contents {
  background: var(--b-yqJhY7HYBR) no-repeat 70% 40% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #elvBPTdMkxp {
  min-height: 890px;
  height: auto;
}

.vev #eNJ5FiSxShx {
  width: 265px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0;
}

.vev #eKTWSSSPJlr,
.vev #efnF2kXv1uR {
  margin: 0;
  width: 100%;
  height: 157px;
  transform: none;
  place-self: start center;
}

.vev #efnF2kXv1uR {
  width: 89%;
  height: 127px;
  place-self: center center;
}

.vev #e6MXpMj5sBP {
  min-height: 1600px;
  height: auto;
}

.vev #eAV-C2aqZ0X {
  width: 270px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 355px 0 0;
}

.vev #eUguvOYWJLC,
.vev #eWi53lqJkMm {
  margin: 0;
  width: 100%;
  height: 115px;
  transform: none;
  place-self: start center;
}

.vev #eWi53lqJkMm {
  width: 89%;
  height: 85px;
  place-self: center center;
}

.vev #eRYPBUoRj6R {
  min-height: 875px;
  height: 150%;
  display: none;
}

.vev #etZNyJITfAN {
  width: 270px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 1269px 0 0 0.31%;
}

.vev #e564eavZYv4,
.vev #eVPIl9YoMiI {
  margin: 0;
  width: 100%;
  height: 115px;
  transform: none;
  place-self: start center;
}

.vev #eVPIl9YoMiI {
  width: 89%;
  height: 85px;
  place-self: center center;
}

.vev #eo0d21tGzErc .contents {
  background: var(--b-YrrcXjXkW3) no-repeat 49% 53% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eo0d21tGzEr {
  min-height: 805px;
  height: auto;
}

.vev #ecYrTupD1MS {
  width: 290px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 364px 0 0;
}

.vev #e67QME0fvCj,
.vev #eiMVpU2bf7u {
  margin: 0;
  transform: none;
}

.vev #eiMVpU2bf7u {
  width: 100%;
  height: 115px;
  place-self: start center;
}

.vev #e67QME0fvCj {
  width: 89%;
  height: 85px;
  place-self: center center;
}

.vev #ewpM-lUbba_c .contents {
  background: var(--b-cXFTlOE-Pw) no-repeat 18% 61% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #ewpM-lUbba_ {
  min-height: 915px;
  height: auto;
}

.vev #eU4I_86ozeF {
  width: 275px;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 364px 0 0;
}

.vev #e7kTZVzy4jJ,
.vev #essKvlL7BWO {
  margin: 0;
  width: 100%;
  height: 220px;
  transform: none;
  place-self: start center;
}

.vev #essKvlL7BWO {
  width: 89%;
  height: auto;
  place-self: center center;
}

.vev #eVK7PVL0gRH {
  min-height: 1000px;
  height: auto;
}

.vev #eiUvV_tWwGh {
  min-height: 875px;
  height: 150%;
  display: none;
}

.vev #eDK6iqpssIjc .img div {
  background: linear-gradient(rgba(0, 0, 0, 0.3) 0% 100%),
    var(--b-ijGchBZNPO) repeat-y 69% 30% / cover;
}

.vev #eDK6iqpssIj {
  min-height: 100vh;
  height: auto;
}

.vev div .pDWxh9d0hT0 .img div {
  background: #0e0e0e;
}

.vev #euJ1i0iDuXo {
  width: 300px;
  margin: 75px 0 0;
  place-self: start center;
  height: auto;
  transform: none;
}

.vev div .p_mfJzc87yK p,
.vev div .p_mfJzc87yK strong {
  font-family: "Merriweather";
  font-style: inherit;
  color: #fff;
}

.vev div .p_mfJzc87yK p {
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  margin: 0;
  text-transform: none;
  font-variant: normal;
}

.vev div .p_mfJzc87yK strong {
  font-size: 1.05em;
  font-weight: 700;
}

.vev div .p_mfJzc87yK {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
}

.vev div .p_mfJzc87yK td {
  font-size: 1em;
  border: 0 solid #333;
  color: #fff;
  padding: 25px 5px 0;
}

.vev div .p_mfJzc87yK em {
  font-size: 0.9em;
  color: #fff;
  font-weight: 300;
  font-style: italic;
}

.vev div .p_mfJzc87yK table {
  margin: 0;
}

.vev div .p_mfJzc87yK li::marker {
  color: transparent;
  font-size: 0.05em;
}

.vev div .p_mfJzc87yK li {
  font-size: 1.05em;
  text-align: center;
  margin: 3px 0 5px;
  line-height: 1.4em;
  color: #fff;
}

.vev div .p_mfJzc87yK h5,
.vev div .p_mfJzc87yK h6 {
  color: #fff;
  font-family: "Merriweather";
  font-style: inherit;
  text-align: center;
  line-height: 20px;
}

.vev div .p_mfJzc87yK h5 {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  margin: 20px 0 5px;
}

.vev div .p_mfJzc87yK h6 {
  font-weight: 900;
  font-size: 15px;
  margin: 0 0 25px;
}

.vev #eN-VVVkOw-_ {
  margin: 523px 0 0;
  width: 32px;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 0.7895;
  max-height: 100%;
  --ratio: 126.66%;
}

.vev #ex-_1o3KpDs {
  min-height: 100vh;
  height: auto;
  display: none;
}

.vev #eTNrl45PMG3,
.vev #eaZbvrGsWHr {
  place-self: start center;
  transform: none;
}

.vev #eTNrl45PMG3 {
  margin: 113px 0 0;
  width: 32px;
  height: auto;
  aspect-ratio: 0.7895;
  max-height: 100%;
  --ratio: 126.66%;
}

.vev #eaZbvrGsWHr {
  width: 100%;
  margin: 56px 0 0;
  height: 319px;
}

@media (min-width: 600px) {
  .vev .p35phkfRA0r .__sc {
    grid-template-columns: 1fr 600px 1fr;
  }

  .vev #evnGrX-WsGMc {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 13%,
        rgba(255, 255, 255, 0) 78%
      ),
      var(--b-aQxNDl4CpI) no-repeat 44% 64% / cover;
  }

  .vev #evnGrX-WsGM {
    display: grid;
  }

  .vev div .pQN_1OKFwy1 h1 {
    font-size: 60px;
  }

  .vev #eqzvUfkjv8G {
    margin: 87px 0 0;
  }

  .vev div .pj6ngZts32j h2 {
    font-size: 40px;
  }

  .vev #ezvD5jryzoAc .contents {
    background: var(--b-aLbHd6h0r9) 50% 37%/395%;
  }

  .vev #ezvD5jryzoA {
    min-height: 1400px;
  }

  .vev #e6lWdl_GHuz {
    width: 570px;
    margin: 650px 0 0;
  }

  .vev #ew-K55WVrQ8 {
    height: 243px;
  }

  .vev #eE-bPp8m6BZ {
    width: 91%;
    height: 193px;
  }

  .vev div .pLgxFkmmvq8 p {
    font-size: 25px;
    line-height: 32px;
  }

  .vev #ekCHIXMvJcU {
    min-height: 1185px;
  }

  .vev #eiVgfilLSrq {
    width: 500px;
    margin: 555px 0 0;
  }

  .vev #eJMI6u5POHW {
    height: 115px;
  }

  .vev #e936RcC2WJ1 {
    min-height: 550px;
  }

  .vev #ezqjKYdjYnk {
    min-height: 1275px;
  }

  .vev #edijcHk9MNi {
    width: 560px;
    margin: 548.3px 0 0;
  }

  .vev #eqW9shrwPUH {
    height: 211px;
  }

  .vev #e_sNeY23Fri {
    width: 91%;
  }

  .vev #e9K4-3r-VXH {
    min-height: 1350px;
  }

  .vev #eZmajwqG_CX {
    width: 550px;
    margin: 550px 0 0;
  }

  .vev #evs8nOi1Yyx {
    height: 275px;
  }

  .vev #eRbEfk19OgE {
    width: 91%;
  }

  .vev #e7jpMazicwm {
    min-height: 1400px;
  }

  .vev #eVxxSX_PaUd {
    width: 515px;
    margin: 550px 0 0;
  }

  .vev #ehgxhfEjPYi {
    height: 339px;
  }

  .vev #elL3UR11xmr {
    height: auto;
  }

  .vev #eq9dXLmFTS9 {
    min-height: 1175px;
  }

  .vev #eH-srXfpamN {
    width: 545px;
    margin: 550px 0 0;
  }

  .vev #eXxHD1vB-ae {
    height: 105px;
  }

  .vev #echVpZXpfX5 {
    width: 90%;
  }

  .vev #eDNrlhhR3wE {
    min-height: 1280px;
  }

  .vev #eWdy2N9fYd_ {
    width: 515px;
    margin: 550px 0 0;
  }

  .vev #e5XbsDcas2v {
    height: 211px;
  }

  .vev #e8cXGI-1fT_ {
    width: 90%;
  }

  .vev #e0TY_KGSJhc {
    min-height: 1255px;
  }

  .vev #ezoHALplVyv {
    width: 550px;
    margin: 550px 0 0;
  }

  .vev #eu1xP3aYvp0 {
    height: 179px;
  }

  .vev #eBmMoFW0jnn {
    width: 90%;
  }

  .vev #eQ4wQ9PNFrE {
    min-height: 1245px;
  }

  .vev #eZs31X1y5Mw {
    width: 550px;
  }

  .vev #ecsjv7C_IzI {
    width: 570px;
    margin: 550px 0 0;
    display: grid;
  }

  .vev #eIOPJ7L2yK0 {
    height: 147px;
  }

  .vev #ePub8hDSkND {
    width: 90.5%;
  }

  .vev #eSqdTZNjyuZ {
    width: 550px;
    margin: 550px 0 0;
    display: none;
  }

  .vev #ee6oQcR9l6c {
    min-height: 2600px;
    height: auto;
  }

  .vev div .pIhnHQvKnw7 .mediaIcon {
    font-size: 30px;
    margin: 16px;
  }

  .vev #eCpa5I6wjhj {
    width: 530px;
    margin: 550px 0 0;
  }

  .vev #efZk8-ZGLvq {
    height: 147px;
  }

  .vev #ekA5Y0_9BM7 {
    width: 90%;
    height: 97px;
  }

  .vev #euBQgj7aGNE {
    min-height: 1225px;
  }

  .vev #eVd1jiXRA6Y {
    width: 485px;
    margin: 550px 0 0;
  }

  .vev #eck600i68b4 {
    height: 147px;
  }

  .vev #exIS6Z7QfMH {
    width: 90%;
  }

  .vev #eLT7BoNn9gnc .contents {
    background: var(--b-DDdYQL3kn3) no-repeat 27% 27% / cover;
  }

  .vev #eLT7BoNn9gn,
  .vev #eLwGS2HFmqX {
    min-height: 550px;
  }

  .vev #eLwGS2HFmqXc .contents {
    background: var(--b-on2YVWAzB0) no-repeat 93% 45% / cover;
  }

  .vev #eATiJBC7xddc .contents {
    background: var(--b-aV8TnJrdJH) no-repeat 50% 24% / cover;
  }

  .vev #eATiJBC7xdd {
    min-height: 1230px;
  }

  .vev #ecYvgS1NRYA {
    width: 475px;
    margin: 550.1px 0 0 0.17%;
  }

  .vev #eOks1uaPgau {
    height: 147px;
  }

  .vev #e9ibE9uXd4C {
    width: 90%;
  }

  .vev #ehQv6ioufEpc .contents {
    background: var(--b-Bz8zUHucao) no-repeat 52% 31% / cover;
  }

  .vev #ehQv6ioufEp {
    min-height: 1375px;
  }

  .vev #eiHfMF-GQuM {
    width: 550px;
    margin: 550px 0 0;
  }

  .vev #ekDGDj6uBOv {
    height: 307px;
  }

  .vev #ec5zhnZjAEb {
    height: 257px;
  }

  .vev #eGvutca0xXW {
    min-height: 1230px;
  }

  .vev #eK4OSBiCNuL {
    width: 480px;
    margin: 550px 0 0;
  }

  .vev #ePbGCZGo6-L {
    height: 147px;
  }

  .vev #eWkv4aCiGLN {
    height: 97px;
  }

  .vev #eosGeiUs3xq {
    min-height: 1230px;
  }

  .vev #eWCvRkuos_K {
    width: 445px;
    margin: 550px 0 0;
  }

  .vev #ehge1IK5RPL {
    height: 147px;
  }

  .vev #eeTqr6JQV2T {
    width: 90%;
    height: 97px;
  }

  .vev #ejtYX2gS0Nu {
    min-height: 1310px;
  }

  .vev #elH37EjuYf0 {
    width: 500px;
    margin: 550px 0 0;
  }

  .vev #edUh_voLEVZ {
    height: 243px;
  }

  .vev #edM3JVrBbHl {
    height: auto;
  }

  .vev #esoZ8XvlO75 {
    min-height: 550px;
  }

  .vev #eymarBfpW4Uc .contents {
    background: var(--b-yaIOpRuU_9) repeat-y 56% 100% / contain;
  }

  .vev #eymarBfpW4U {
    min-height: 1295px;
  }

  .vev #e9L734GyrZy {
    width: 500px;
    margin: 550.4px 0 0;
  }

  .vev #e4KdJz9byvt {
    height: 211px;
  }

  .vev #eJ63Shbuv_1 {
    height: auto;
  }

  .vev #eCmMUlrjTBB {
    min-height: 1225px;
  }

  .vev #eQ3pkh_I9eo {
    width: 505px;
    margin: 550px 0 0;
  }

  .vev #edQlmjJeEm1 {
    height: 147px;
  }

  .vev #eNQgmXjecL6 {
    height: 97px;
  }

  .vev #e8OE0Sv06WP {
    min-height: 550px;
  }

  .vev #ezATBSYqX5f {
    min-height: 1415px;
  }

  .vev #eZ-BCxzVcR8 {
    width: 508px;
    margin: 550px 0 0;
  }

  .vev #eoE7_4rYgMc {
    height: 339px;
  }

  .vev #eDabh_elZJz {
    height: auto;
  }

  .vev #eoi9ZKKu0jLc .contents {
    background: var(--b-FVSD-yDdxC) repeat-y 48% 47% / cover;
  }

  .vev #eoi9ZKKu0jL {
    min-height: 1415px;
  }

  .vev #e38e-GbTITT {
    width: 505px;
    margin: 550px 0 0;
  }

  .vev #eO8qqAGRpuv {
    height: 339px;
  }

  .vev #euvcey6sVkr {
    height: 289px;
  }

  .vev #exV_kL9QtF5 {
    min-height: 1285px;
  }

  .vev #enwehdC8DYN {
    width: 495px;
    margin: 549.7px 0 0;
  }

  .vev #eei1jv9Ih9W {
    height: 211px;
  }

  .vev #edgaKWir0pt {
    height: auto;
  }

  .vev #eOwWorjifHJc .contents {
    background: var(--b-STe4PKvaKr) no-repeat 57% 0% / cover;
  }

  .vev #eOwWorjifHJ {
    min-height: 1230px;
  }

  .vev #eMrLNqR_lIe {
    width: 550px;
    margin: 550px 0 0;
  }

  .vev #ePo-TJ4HWei {
    height: 147px;
  }

  .vev #emLPJXbTzSK {
    height: 97px;
  }

  .vev #eZ24Eu7BF0B {
    min-height: 1360px;
  }

  .vev #eDd0v3Uo3yE {
    width: 450px;
    margin: 550px 0 0;
  }

  .vev #e1_yEKnjuDp {
    height: 274px;
  }

  .vev #eqQxQgGCLa9 {
    height: auto;
  }

  .vev #eCYLctHViIX {
    min-height: 1325px;
  }

  .vev #e1VKFsE27Er {
    width: 500px;
    margin: 550px 0 0;
  }

  .vev #eSe9UE23YzD {
    height: 243px;
  }

  .vev #e2-NUlsgJxP {
    height: auto;
  }

  .vev #e03_vIOMra2 {
    min-height: 1475px;
  }

  .vev #e3rvr3QBGfU {
    width: 500px;
    margin: 550px 0 0;
  }

  .vev #eY3CrvTEVK4 {
    height: 403px;
  }

  .vev #en1Eqnt9kvk {
    height: 353px;
  }

  .vev #epJ9l4ThZ1P {
    min-height: 1165px;
  }

  .vev #elItySFIjCT {
    width: 520px;
    margin: 550px 0 0;
  }

  .vev #epZiU81epRp {
    height: 83px;
  }

  .vev #eUt5U5UuTlp,
  .vev #e_3HeLcWPM3 {
    min-height: 550px;
  }

  .vev #ebixwJZLkei {
    min-height: 2000px;
    height: auto;
  }

  .vev #eaLMNauwIz2 {
    width: 500px;
    margin: 557.9px 0 0;
  }

  .vev #eafhWVmsi14 {
    height: 243px;
  }

  .vev #eIocJNRbPrC {
    min-height: 1230px;
  }

  .vev #eZqrcOUanWt {
    width: 520px;
    margin: 550px 0 0;
  }

  .vev #e7XksgIjy6e {
    height: 147px;
  }

  .vev #eJ1vB21onNe {
    min-height: 1230px;
  }

  .vev #ec4s9hSY1xh {
    width: 550px;
    margin: 550px 0 0;
  }

  .vev #e4E4E2rvg9v {
    height: 147px;
  }

  .vev #eaGNHsj4oGg {
    min-height: 1450px;
  }

  .vev #ezmweFHOT57 {
    width: 579px;
    margin: 550px 0 0;
  }

  .vev #en5iNFWyDLV {
    height: 371px;
  }

  .vev #e0Ou2IGmBcT {
    height: 321px;
  }

  .vev #eoQIZ-daDeP {
    min-height: 1230px;
  }

  .vev #epTrabOJ1Th {
    width: 530px;
    margin: 550px 0 0;
  }

  .vev #ee0vZ_8_pQW {
    height: 147px;
  }

  .vev #eNWui82up5z {
    height: 97px;
  }

  .vev #eICUx3nJlM7 {
    min-height: 1435px;
  }

  .vev #eriHT1dI_y2 {
    width: 530px;
    margin: 550px 0 0;
  }

  .vev #e7GLNsvXzHD {
    height: 339px;
  }

  .vev #eR2WaNAqxDv {
    height: 289px;
  }

  .vev #elvBPTdMkxp {
    min-height: 1295px;
  }

  .vev #eNJ5FiSxShx {
    width: 500px;
    margin: 550px 0 0;
  }

  .vev #eKTWSSSPJlr {
    height: 211px;
  }

  .vev #efnF2kXv1uR {
    height: 161px;
  }

  .vev #e6MXpMj5sBP {
    min-height: 2600px;
  }

  .vev #eAV-C2aqZ0X {
    width: 515px;
    margin: 550px 0 0;
  }

  .vev #eUguvOYWJLC {
    height: 179px;
  }

  .vev #eWi53lqJkMm {
    height: 129px;
  }

  .vev #eRYPBUoRj6R {
    min-height: 1300px;
  }

  .vev #eo0d21tGzEr {
    min-height: 1270px;
  }

  .vev #ecYrTupD1MS {
    width: 500px;
    margin: 550px 0 0;
  }

  .vev #eiMVpU2bf7u {
    height: 179px;
  }

  .vev #e67QME0fvCj {
    height: 129px;
  }

  .vev #ewpM-lUbba_ {
    min-height: 1400px;
  }

  .vev #eU4I_86ozeF {
    width: 530px;
    margin: 550px 0 0;
  }

  .vev #e7kTZVzy4jJ {
    height: 307px;
  }

  .vev #eVK7PVL0gRH {
    min-height: 1900px;
    display: none;
  }

  .vev #eiUvV_tWwGh {
    min-height: 2200px;
    height: auto;
    display: grid;
  }

  .vev div .pDWxh9d0hT0 .img div {
    background: #020202;
  }

  .vev #euJ1i0iDuXo {
    width: 550px;
    margin: 165px 0 0;
    height: 574px;
  }

  .vev div .p_mfJzc87yK p {
    font-size: 23px;
  }

  .vev div .p_mfJzc87yK strong {
    font-size: 26px;
  }

  .vev div .p_mfJzc87yK h6 {
    font-size: 25px;
    line-height: 34px;
  }

  .vev div .p_mfJzc87yK h5 {
    font-size: 23px;
    margin: 25px 0 5px;
    line-height: 34px;
  }

  .vev #eN-VVVkOw-_ {
    margin: 799px 0 0 0.17%;
    width: 55px;
    height: 70px;
  }

  .vev #eTNrl45PMG3 {
    margin: 158px 0 0;
    width: 52px;
    height: 66px;
  }

  .vev #eaZbvrGsWHr {
    width: 600px;
    margin: 100px 0 0;
    height: 456px;
  }
}

@media (min-width: 1024px) {
  .vev .p35phkfRA0r .__sc {
    grid-template-columns: 1fr 1024px 1fr;
  }

  .vev #evnGrX-WsGMc {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 13%,
        rgba(255, 255, 255, 0) 78%
      ),
      var(--b-aQxNDl4CpI) no-repeat 33% 0% / cover;
  }

  .vev #eK_nAIycFat {
    width: 95.02%;
    margin: 25px 0 0;
  }

  .vev div .pQN_1OKFwy1 h1 {
    font-size: 75px;
  }

  .vev #eqzvUfkjv8G {
    margin: 105px 0 0;
  }

  .vev div .pj6ngZts32j h2 {
    font-size: 50px;
  }

  .vev #ezvD5jryzoAc .contents {
    background: var(--b-aLbHd6h0r9) 48% 0% / cover;
  }

  .vev #e6lWdl_GHuz {
    width: 900px;
    margin: 580px 0 0;
  }

  .vev #ew-K55WVrQ8 {
    height: 281px;
  }

  .vev #eE-bPp8m6BZ {
    width: 92%;
    height: 201px;
  }

  .vev div .pLgxFkmmvq8 p {
    font-size: 30px;
    line-height: 40px;
  }

  .vev #ekCHIXMvJcU {
    min-height: 1080px;
  }

  .vev #eiVgfilLSrq {
    width: 925px;
    margin: 488.7px 0 0 0.1%;
  }

  .vev #eJMI6u5POHW {
    height: 141px;
  }

  .vev #eFrh5XYmk-T {
    width: 92%;
  }

  .vev #e936RcC2WJ1 {
    min-height: 650px;
  }

  .vev #ezqjKYdjYnk {
    min-height: 1175px;
  }

  .vev #edijcHk9MNi {
    width: 940px;
    margin: 505px 0 0;
  }

  .vev #eqW9shrwPUH {
    height: 221px;
  }

  .vev #e_sNeY23Fri {
    width: 93%;
  }

  .vev #e9K4-3r-VXH {
    min-height: 1250px;
  }

  .vev #eZmajwqG_CX {
    width: 940px;
    margin: 510px 0 0;
  }

  .vev #evs8nOi1Yyx {
    height: 301px;
  }

  .vev #eRbEfk19OgE {
    width: 93%;
  }

  .vev #e7jpMazicwm {
    min-height: 1315px;
  }

  .vev #eVxxSX_PaUd {
    width: 900px;
    margin: 498.3px 0 0;
  }

  .vev #ehgxhfEjPYi {
    height: 382px;
  }

  .vev #elL3UR11xmr {
    width: 92%;
    height: auto;
  }

  .vev #eq9dXLmFTS9 {
    min-height: 1075px;
  }

  .vev #eH-srXfpamN {
    width: 835px;
    margin: 522.3px 0 0 0.1%;
  }

  .vev #eXxHD1vB-ae {
    height: 101px;
  }

  .vev #echVpZXpfX5 {
    width: 91%;
  }

  .vev #eDNrlhhR3wE {
    min-height: 1200px;
  }

  .vev #eWdy2N9fYd_ {
    width: 875px;
    margin: 522.3px 0 0 0.1%;
  }

  .vev #e5XbsDcas2v {
    height: 221px;
  }

  .vev #e8cXGI-1fT_ {
    width: 92%;
  }

  .vev #e0TY_KGSJhc {
    min-height: 1155px;
  }

  .vev #ezoHALplVyv {
    width: 825px;
    margin: 520px 0 0;
  }

  .vev #eu1xP3aYvp0 {
    height: 181px;
  }

  .vev #eBmMoFW0jnn {
    width: 92%;
  }

  .vev #eQ4wQ9PNFrE {
    min-height: 1150px;
  }

  .vev #eZs31X1y5Mw {
    width: 765px;
    margin: 510px 0 0;
    display: grid;
  }

  .vev #eam57iJoHMK {
    height: 181px;
  }

  .vev #euSgLe-T7Pu {
    width: 92%;
  }

  .vev #ecsjv7C_IzI {
    width: 765px;
    margin: 510px 0 0;
    display: none;
  }

  .vev #eIOPJ7L2yK0 {
    height: 181px;
  }

  .vev #ePub8hDSkND {
    width: 92%;
  }

  .vev #eSqdTZNjyuZ {
    width: 800px;
    display: none;
  }

  .vev #ee6oQcR9l6c {
    display: none;
  }

  .vev div .pIhnHQvKnw7 .mediaIcon {
    margin: 20px;
    font-size: 32px;
  }

  .vev #ek3AfnRelKS {
    display: grid;
  }

  .vev #erWvm3uJ0iE {
    width: 980px;
    margin: 503px 0 0;
    display: grid;
  }

  .vev #e-AzxWxNApU {
    height: 141px;
  }

  .vev #eOWS9NA8OmR {
    width: 92%;
  }

  .vev #euBQgj7aGNE {
    min-height: 1150px;
  }

  .vev #eVd1jiXRA6Y {
    width: 910px;
    margin: 541.7px 0 0;
  }

  .vev #eck600i68b4 {
    height: 141px;
  }

  .vev #exIS6Z7QfMH {
    width: 92%;
  }

  .vev #eLT7BoNn9gn,
  .vev #eLwGS2HFmqX {
    min-height: 650px;
  }

  .vev #eATiJBC7xdd {
    min-height: 1020px;
  }

  .vev #ecYvgS1NRYA {
    width: 815px;
  }

  .vev #eOks1uaPgau {
    height: 131px;
  }

  .vev #e9ibE9uXd4C {
    width: 91%;
  }

  .vev #ehQv6ioufEpc .contents {
    background: var(--b-Bz8zUHucao) no-repeat 52% 31% / cover;
  }

  .vev #ehQv6ioufEp {
    min-height: 1275px;
  }

  .vev #eiHfMF-GQuM {
    width: 930px;
    margin: 496.7px 0 0 0.1%;
  }

  .vev #ekDGDj6uBOv {
    height: 301px;
  }

  .vev #ec5zhnZjAEb {
    width: 93%;
    height: auto;
  }

  .vev #eGvutca0xXWc .contents {
    background: var(--b-fRGOLkkWll) no-repeat 86% 24% / cover;
  }

  .vev #eGvutca0xXW {
    min-height: 1100px;
  }

  .vev #eK4OSBiCNuL {
    width: 750px;
    margin: 500px 0 0;
  }

  .vev #ePbGCZGo6-L {
    height: 141px;
  }

  .vev #eWkv4aCiGLN {
    width: 92%;
    height: auto;
  }

  .vev #eosGeiUs3xq {
    min-height: 1100px;
  }

  .vev #eWCvRkuos_K {
    width: 800px;
    margin: 498.3px 0 0 0.1%;
  }

  .vev #ehge1IK5RPL {
    height: 141px;
  }

  .vev #eeTqr6JQV2T {
    width: 91%;
    height: 81px;
  }

  .vev #ejtYX2gS0Nu {
    min-height: 1175px;
  }

  .vev #elH37EjuYf0 {
    width: 860px;
    margin: 500px 0 0;
  }

  .vev #edUh_voLEVZ {
    height: 221px;
  }

  .vev #edM3JVrBbHl {
    width: 93%;
    height: auto;
  }

  .vev #esoZ8XvlO75 {
    min-height: 650px;
  }

  .vev #eymarBfpW4Uc .contents {
    background: var(--b-yaIOpRuU_9) repeat-y 50% 50% / cover;
  }

  .vev #eymarBfpW4U {
    min-height: 1150px;
  }

  .vev #e9L734GyrZy {
    width: 880px;
    margin: 499px 0 0;
  }

  .vev #e4KdJz9byvt {
    height: 181px;
  }

  .vev #eJ63Shbuv_1 {
    width: 92%;
    height: 121px;
  }

  .vev #eCmMUlrjTBB {
    min-height: 1100px;
  }

  .vev #eQ3pkh_I9eo {
    width: 870px;
    margin: 500px 0 0;
  }

  .vev #edQlmjJeEm1 {
    height: 141px;
  }

  .vev #eNQgmXjecL6 {
    width: 92%;
    height: 81px;
  }

  .vev #e8OE0Sv06WP {
    min-height: 650px;
  }

  .vev #eZ-BCxzVcR8 {
    width: 845px;
    margin: 499px 0 0;
  }

  .vev #eoE7_4rYgMc {
    height: 341px;
  }

  .vev #eDabh_elZJz {
    width: 92%;
    height: 281px;
  }

  .vev #eoi9ZKKu0jLc .contents {
    background: var(--b-FVSD-yDdxC) no-repeat 51% 41% / cover;
  }

  .vev #e38e-GbTITT {
    width: 875px;
    margin: 499px 0 0;
  }

  .vev #eO8qqAGRpuv {
    height: 341px;
  }

  .vev #euvcey6sVkr {
    width: 93%;
    height: 281px;
  }

  .vev #exV_kL9QtF5 {
    min-height: 1150px;
  }

  .vev #enwehdC8DYN {
    width: 845px;
    margin: 499px 0 0;
  }

  .vev #eei1jv9Ih9W {
    height: 181px;
  }

  .vev #edgaKWir0pt {
    width: 93%;
    height: auto;
  }

  .vev #eOwWorjifHJ {
    min-height: 1150px;
  }

  .vev #eMrLNqR_lIe {
    width: 900px;
    margin: 497.3px 0 0;
  }

  .vev #ePo-TJ4HWei {
    height: 181px;
  }

  .vev #emLPJXbTzSK {
    width: 93%;
    height: 121px;
  }

  .vev #eZ24Eu7BF0B {
    min-height: 1225px;
  }

  .vev #eDd0v3Uo3yE {
    width: 800px;
    margin: 499px 0 0;
  }

  .vev #e1_yEKnjuDp {
    height: 261px;
  }

  .vev #eqQxQgGCLa9 {
    width: 92%;
    height: 201px;
  }

  .vev #eCYLctHViIX {
    min-height: 1165px;
  }

  .vev #e1VKFsE27Er {
    width: 900px;
    margin: 478px 0 0;
  }

  .vev #eSe9UE23YzD {
    height: 221px;
  }

  .vev #e2-NUlsgJxP {
    width: 93%;
    height: auto;
  }

  .vev #e3rvr3QBGfU {
    width: 875px;
    margin: 500px 0 0;
  }

  .vev #eY3CrvTEVK4 {
    height: 341px;
  }

  .vev #en1Eqnt9kvk {
    width: 92%;
    height: 281px;
  }

  .vev #epJ9l4ThZ1P {
    min-height: 1075px;
  }

  .vev #elItySFIjCT {
    width: 610px;
    margin: 502px 0 0;
  }

  .vev #epZiU81epRp {
    height: 101px;
  }

  .vev #eiPf20Kcj7Z {
    width: 90%;
    height: 41px;
  }

  .vev #eUt5U5UuTlp,
  .vev #e_3HeLcWPM3 {
    min-height: 650px;
  }

  .vev #ebixwJZLkei {
    display: none;
  }

  .vev #eQqvyFRH_iD {
    display: grid;
  }

  .vev #euInXPvSc_- {
    width: 820px;
    height: 221px;
    margin: 503.3px 0 0;
  }

  .vev #eXmN56U0luo {
    height: 221px;
  }

  .vev #exiZZy-IASv {
    width: 92%;
  }

  .vev #eIocJNRbPrC {
    min-height: 1100px;
  }

  .vev #eZqrcOUanWt {
    width: 900px;
    margin: 498px 0 0;
  }

  .vev #e7XksgIjy6e {
    height: 141px;
  }

  .vev #eW7cSjGWgZm {
    width: 93%;
  }

  .vev #eJ1vB21onNe {
    min-height: 1100px;
  }

  .vev #ec4s9hSY1xh {
    width: 890px;
    margin: 498px 0 0;
  }

  .vev #e4E4E2rvg9v {
    height: 141px;
  }

  .vev #eC7xSCyfJm5 {
    width: 93%;
  }

  .vev #eaGNHsj4oGgc .contents {
    background: var(--b-IMREz1gNHS) no-repeat 100% 34%/115%;
  }

  .vev #eaGNHsj4oGg {
    min-height: 1350px;
  }

  .vev #ezmweFHOT57 {
    width: 915px;
    margin: 495px 0 0 0.1%;
  }

  .vev #en5iNFWyDLV {
    height: 381px;
  }

  .vev #e0Ou2IGmBcT {
    width: 92%;
    height: 321px;
  }

  .vev #eoQIZ-daDeP {
    min-height: 1100px;
  }

  .vev #epTrabOJ1Th {
    width: 915px;
    margin: 500px 0 0;
  }

  .vev #ee0vZ_8_pQW {
    height: 141px;
  }

  .vev #eNWui82up5z {
    width: 93%;
    height: 81px;
  }

  .vev #eICUx3nJlM7 {
    min-height: 1275px;
  }

  .vev #eriHT1dI_y2 {
    width: 100%;
    margin: 495px 0 0;
  }

  .vev #e7GLNsvXzHD {
    height: 301px;
  }

  .vev #eR2WaNAqxDv {
    width: 95%;
    height: 241px;
  }

  .vev #elvBPTdMkxp {
    min-height: 1175px;
  }

  .vev #eNJ5FiSxShx {
    width: 850px;
    height: 221px;
    margin: 498px 0 0;
  }

  .vev #eKTWSSSPJlr {
    height: 221px;
  }

  .vev #efnF2kXv1uR {
    width: 93%;
    height: auto;
  }

  .vev #e6MXpMj5sBP {
    display: none;
  }

  .vev #eAV-C2aqZ0X {
    margin: 756.6px 0 0 0.31%;
  }

  .vev #eRYPBUoRj6R {
    min-height: 1800px;
    height: auto;
    display: grid;
  }

  .vev #etZNyJITfAN {
    width: 850px;
    margin: 537px 0 0;
  }

  .vev #e564eavZYv4 {
    height: 181px;
  }

  .vev #eVPIl9YoMiI {
    width: 92%;
    height: 121px;
  }

  .vev #eo0d21tGzErc .contents {
    background: var(--b-YrrcXjXkW3) no-repeat 60% 19% / cover;
  }

  .vev #eo0d21tGzEr {
    min-height: 1150px;
  }

  .vev #ecYrTupD1MS {
    width: 850px;
    margin: 501px 0 0;
  }

  .vev #eiMVpU2bf7u {
    height: 181px;
  }

  .vev #e67QME0fvCj {
    width: 92%;
    height: 121px;
  }

  .vev #ewpM-lUbba_ {
    min-height: 1250px;
  }

  .vev #eU4I_86ozeF {
    width: 950px;
    margin: 496px 0 0;
  }

  .vev #e7kTZVzy4jJ {
    height: 301px;
  }

  .vev #essKvlL7BWO {
    width: 93%;
    height: 241px;
  }

  .vev #eVK7PVL0gRH {
    display: none;
  }

  .vev #eiUvV_tWwGh {
    min-height: 1800px;
    height: auto;
    display: grid;
  }

  .vev #eDK6iqpssIj {
    min-height: 700px;
    display: none;
  }

  .vev div .pDWxh9d0hT0 .img div {
    background: #020202;
  }

  .vev #euJ1i0iDuXo {
    margin: 99px 0 0;
    height: 231px;
  }

  .vev div .p_mfJzc87yK p {
    font-size: 28px;
  }

  .vev div .p_mfJzc87yK strong {
    font-size: 34px;
  }

  .vev div .p_mfJzc87yK h6 {
    font-size: 25px;
    line-height: 35px;
  }

  .vev div .p_mfJzc87yK h5 {
    font-size: 24px;
    line-height: 35px;
  }

  .vev #eN-VVVkOw-_ {
    margin: 523px 0 0;
    width: 32px;
    height: 41px;
  }

  .vev #ex-_1o3KpDsc .img div {
    background: linear-gradient(rgba(0, 0, 0, 0.4) 0% 100%),
      var(--b-ijGchBZNPO) repeat-y 69% 30% / cover;
    text-fill-color: unset;
    -webkit-text-fill-color: unset;
  }

  .vev #ex-_1o3KpDs {
    display: grid;
  }

  .vev #eTNrl45PMG3 {
    margin: 733px 0 0;
    width: 54px;
    height: auto;
    aspect-ratio: auto;
    --ratio: 100%;
  }

  .vev #eaZbvrGsWHr {
    width: 75%;
    margin: 120px 0 0;
    height: 566px;
  }
}

@media (max-width: 1280px) {
  .vev .__vev {
    --b-aQxNDl4CpI: url("assets/b3c38ece7aee494df5a316470b63eeeb.jpg");
    --b-aLbHd6h0r9: url("assets/e67137a528068b1b207ffb35d1f9d5eb.jpg");
    --b--mHD6pQtuw: url("assets/a5a20a46ba05c023684c5e5a8f928797.jpg");
    --b-g9lIGvuPTI: url("assets/5916150252a6615b81537840a5506a08.jpg");
    --b-6tkLio_3TQ: url("assets/0049d68e645e803898e2cc782077d5d8.jpg");
    --b-_0PFT2b1U0: url("assets/024a8c71d2f27ee4c62d3552e1395e2f.jpg");
    --b-gdXIfPn8EM: url("assets/d9d880eb7d1fe30e94ee7bfbd629990c.jpg");
    --b-RUVFj9J4gE: url("assets/5b5c998e80bb38206258380476cb71e5.jpg");
    --b-8cU5EDb5mG: url("assets/9c6ec8663d2c9c2fd26cb42150d2921b.jpg");
    --b-7vLDGXo_Hk: url("assets/22e1a68f01806a76ab7c1cc2bcb1c50e.jpg");
    --b-iOmmKt9hme: url(assets/8e422957db462720c4b9072067c884b3.jpg);
    --b-cOWXSUVtkW: url("assets/a646a46a6c26ee94af9de1c0dadf7903.jpg");
    --b-DDdYQL3kn3: url("assets/4c13b19ef028692baa9f5fb96171ea61.jpg");
    --b-on2YVWAzB0: url("assets/7830d9260b97887fbacceed88709d193.jpg");
    --b-aV8TnJrdJH: url("assets/486363d7378c0cddd28def3190af8855.jpg");
    --b-Bz8zUHucao: url("assets/31dde467d9c38708b90d4ba536bec0cd.jpg");
    --b-fRGOLkkWll: url("assets/272005e5d430975a26e047611bd0aea1.jpg");
    --b-SqHwJ8Lu0w: url("assets/62573393be15f187350ff4a9968c8a42.jpg");
    --b-Vk_svElcl4: url("assets/88edee0026447fa2d7d85c6ce3188386.jpg");
    --b-C-t_GR9xrM: url("assets/5064b2eaa98917d2fe60c078347b8fe1.jpg");
    --b-yaIOpRuU_9: url("assets/868033aaad455ae0acc921542e116501.jpg");
    --b-G0m_L4ZqbE: url("assets/5f870fe9245bca5bcf24e32fc6892f23.jpg");
    --b--q-HRU8ImT: url("assets/6a95aa088d78917f997cd9f70924b7bf.jpg");
    --b-jBFKuVXND8: url("assets/211cf58a7991f4dcf7124b8a05b7b9cd.jpg");
    --b-UTkCQCEJQI: url("assets/125e52b5399d1b789abb4f66cfeea09e.jpg");
    --b-aPSDwizyUb: url("assets/e4135f873d1d1a14aaf8db5033eb1444.jpg");
    --b-STe4PKvaKr: url("assets/c588c87bbb7cc29e2cfa1080081ca829.jpg");
    --b-QhOf8X895X: url("assets/4980d0de2598060082af864dde5e6093.jpg");
    --b-405ejHgHAM: url("assets/3b718be9ae914476fa13a019a42c2f71.jpg");
    --b-5MFrj3o9yN: url("assets/3bffd7de5540a7ecd1df18bd8dabe9a4.jpg");
    --b-AIICmAdxVd: url("assets/f4c75394fbe0a6c748bb4608d88db488.jpg");
    --b-z_Yf2-scWS: url("assets/f32e903b499be0d3ee1a89968c889e21.jpg");
    --b-2TcX_-sxwg: url("assets/d10c08922c12c638cea6e726f457cd79.jpg");
    --b-CCXTEECEu1: url("assets/0427b0daf4aa4680223736dde3a24ec5.jpg");
    --b-mG3HAjRJs5: url("assets/6d19f886bdf9f2bf3e113446ad4fd899.jpg");
    --b-W7y84Wvwqk: url("assets/653dc4e9e51605dcaa6d7c4293501ba0.jpg");
    --b-0K_X8gnXIS: url("assets/416d4fb385ae79dbd3703a4f432dbf43.png");
    --b-ezjxVRb4SL: url(assets/66099b9683f4d62a706153f851d401c2.jpg);
    --b-yqJhY7HYBR: url("assets/0cea4a6ec2b0ffd01dcffa7e6d51ae07.jpg");
    --b-YrrcXjXkW3: url("assets/6ce6f3fc820bd531bd4534685e211b3d.jpg");
    --b-cXFTlOE-Pw: url("assets/7cc92c08854b40ba4a1aac32267ba440.jpg");
    --b-ijGchBZNPO: url("assets/0fd6ab6fd1d3dbc4423e92007daf83fb.jpg");
    --b-FVSD-yDdxC: url(assets/097ad89526675cd9c1e55a298adf6298.jpg);
    --b-IMREz1gNHS: url("assets/58d9d67b5a412f22ef19ce488db84e41.jpg");
  }
}

@media (max-width: 1920px) and (min-width: 1281px) {
  .vev .__vev {
    --b-aQxNDl4CpI: url("assets/f9d69a470bb6becb47adbdf14d9e5d95.jpg");
    --b-aLbHd6h0r9: url("assets/8bb11670fe88f4557e660c061969865c.jpg");
    --b--mHD6pQtuw: url("assets/630e8fc8e8bd4e818f507011cc0990f8.jpg");
    --b-g9lIGvuPTI: url("assets/5916150252a6615b81537840a5506a08.jpg");
    --b-6tkLio_3TQ: url("assets/2c8a96d6902c2277a70698faadf8408e.jpg");
    --b-_0PFT2b1U0: url("assets/a310ccc9e3ff3e340ecf6b0bb6b3abae.jpg");
    --b-gdXIfPn8EM: url("assets/3a45ea955b2a915e889b7d7febc68bd9.jpg");
    --b-RUVFj9J4gE: url("assets/3fe84453aa4880c104fd0e05a3a514c0.jpg");
    --b-8cU5EDb5mG: url("assets/3ee0f09a9731087371fa48f5d07d1fbb.jpg");
    --b-7vLDGXo_Hk: url("assets/3cc2126894b00ce20c5709df237b0da0.jpg");
    --b-iOmmKt9hme: url(assets/f1aa4c8753682d9736e9563e62020605.jpg);
    --b-cOWXSUVtkW: url("assets/3d8d4097d4447a0f4e459e95acce80d0.jpg");
    --b-DDdYQL3kn3: url("assets/dd9bc94edc432f3eec567bf10a6c4fea.jpg");
    --b-on2YVWAzB0: url("assets/28b58702c80c718fd9f76d0ac43af125.jpg");
    --b-aV8TnJrdJH: url("assets/8a94ddc81e67275ad14e12b199a24bb1.jpg");
    --b-Bz8zUHucao: url("assets/005aa7366467f0ef9756439e87b7e86d.jpg");
    --b-fRGOLkkWll: url("assets/1c3ee97046f08300e9682f5745ff358c.jpg");
    --b-SqHwJ8Lu0w: url("assets/c1ea7cc72f8ff26e30074d49f27bf947.jpg");
    --b-Vk_svElcl4: url("assets/b7c8954b16e82bde77cfcc8a63c9e32d.jpg");
    --b-C-t_GR9xrM: url("assets/33a64feb85b34d2bffd814b737235fca.jpg");
    --b-yaIOpRuU_9: url("assets/3c2471e9e0c7f6ccfbb3688c7675cd6c.jpg");
    --b-G0m_L4ZqbE: url("assets/544034cfc053805e855ebce1fe9e0efa.jpg");
    --b--q-HRU8ImT: url("assets/f1b53d8c9b89197f388de0d049951df0.jpg");
    --b-jBFKuVXND8: url("assets/d6e3cf649e8f579341aa78b91988546f.jpg");
    --b-UTkCQCEJQI: url("assets/c688628ac1a3b1e0626ee6d812b65331.jpg");
    --b-aPSDwizyUb: url("assets/9a3eb6d4fa99050c7527dbad8a0d8743.jpg");
    --b-STe4PKvaKr: url("assets/b4bea5f999bee4a610cd1c309bb8c3ad.jpg");
    --b-QhOf8X895X: url("assets/abc27bdd4e7c3059331f284c9446f42f.jpg");
    --b-405ejHgHAM: url("assets/7ef6996c75b00a4881be985b913d4179.jpg");
    --b-5MFrj3o9yN: url("assets/a144587d31d1d04b124b3baf7351771d.jpg");
    --b-AIICmAdxVd: url("assets/96a149e65a5f0bf91ecddadce296a068.jpg");
    --b-z_Yf2-scWS: url("assets/cb30a790f33aa84cf929755c86d8ac60.jpg");
    --b-2TcX_-sxwg: url("assets/7b8c5b656750ae63815fbf8f64940a47.jpg");
    --b-CCXTEECEu1: url("assets/89c5c9ec85a23fdaf05d822d0c6d6728.jpg");
    --b-mG3HAjRJs5: url("assets/8af1d20194c3c7bc7f414ca8ab87aedc.jpg");
    --b-W7y84Wvwqk: url("assets/1c3e5cf3e7562d8bd9aff2b31bd254b6.jpg");
    --b-0K_X8gnXIS: url("assets/416d4fb385ae79dbd3703a4f432dbf43.png");
    --b-ezjxVRb4SL: url(assets/939cb4d736d07ea062fe2e646555d75a.jpg);
    --b-yqJhY7HYBR: url("assets/92020dfe909ca1f3eb6ddce5eae99197.jpg");
    --b-YrrcXjXkW3: url("assets/6ce6f3fc820bd531bd4534685e211b3d.jpg");
    --b-cXFTlOE-Pw: url("assets/227355af3f7edd22699f5a069e84ec99.jpg");
    --b-ijGchBZNPO: url("assets/e678d1c4aba02cfc17756af3e600f275.jpg");
    --b-FVSD-yDdxC: url(assets/e1f292390e10c739edc8520533b8dbdd.jpg);
    --b-IMREz1gNHS: url("assets/58d9d67b5a412f22ef19ce488db84e41.jpg");
  }
}

@media (min-width: 1921px) {
  .vev .__vev {
    --b-aQxNDl4CpI: url("assets/3cdc712674f4fe41e4db0daa315a2f21.jpg");
    --b-aLbHd6h0r9: url("assets/09057a0cfbe98ec5f5bf5cb9b5eaa6b0.jpg");
    --b--mHD6pQtuw: url("assets/284ba47f7adb1aeaa0d1c137480f7194.jpg");
    --b-g9lIGvuPTI: url("assets/5916150252a6615b81537840a5506a08.jpg");
    --b-6tkLio_3TQ: url("assets/15481e1d4a3a1293f53c73caba79fc37.jpg");
    --b-_0PFT2b1U0: url("assets/a96182a9bc7930fc3394fd449fd3dd37.jpg");
    --b-gdXIfPn8EM: url("assets/a81002b9783a9e7d78dfc04cafe9f76d.jpg");
    --b-RUVFj9J4gE: url("assets/a8e8bbb6d190a5eae9eef763e5ff019b.jpg");
    --b-8cU5EDb5mG: url("assets/451d2ae417b492b96fbca825ec2e25b2.jpg");
    --b-7vLDGXo_Hk: url("assets/772a02a8d6cb8a36ab1b2af3ed304deb.jpg");
    --b-iOmmKt9hme: url(assets/d68bef03a8abb3e214186c223b719e9d.jpg);
    --b-cOWXSUVtkW: url("assets/3629617256a5b6773987f0bc06e8a367.jpg");
    --b-DDdYQL3kn3: url("assets/63753500c349e00f46921160926080ff.jpg");
    --b-on2YVWAzB0: url("assets/ceea1a391dd580a2dbb5acf47a62f7a3.jpg");
    --b-aV8TnJrdJH: url("assets/f21879730701c34529c328f29c90c534.jpg");
    --b-Bz8zUHucao: url("assets/200f98c825b4e87869eceb2c5b609363.jpg");
    --b-fRGOLkkWll: url("assets/6e120f4376831a890376c6a8a6c54e3d.jpg");
    --b-SqHwJ8Lu0w: url("assets/8f1e61807f001c51d1d7e9f493f18cfe.jpg");
    --b-Vk_svElcl4: url("assets/e523c75de67d2dadf79ed30668725a93.jpg");
    --b-C-t_GR9xrM: url("assets/877452a8445975e517c93b3768e3f93d.jpg");
    --b-yaIOpRuU_9: url("assets/0ec515bf42e9270136c79b71c6e03648.jpg");
    --b-G0m_L4ZqbE: url("assets/093bfca6d0f5677916c96244d59d4bd9.jpg");
    --b--q-HRU8ImT: url("assets/6c56348b1ce9df033390b9e7cf8c7bc3.jpg");
    --b-jBFKuVXND8: url("assets/733f41afb9bfb1171cfdb99e0c87b7b7.jpg");
    --b-UTkCQCEJQI: url("assets/27e83d54136e0e25ac7a70390f864e10.jpg");
    --b-aPSDwizyUb: url("assets/1b92dfd648011a101c7192e28a112b6b.jpg");
    --b-STe4PKvaKr: url("assets/bd5221e162ac2aae7b53a8cbe7a3fdf8.jpg");
    --b-QhOf8X895X: url("assets/7bc8e849c74d4f279f31a9fbc07dc28d.jpg");
    --b-405ejHgHAM: url("assets/5211764e0f1fcfde01a780de56832827.jpg");
    --b-5MFrj3o9yN: url("assets/ba7f3b456c605169ee4589161363f4a0.jpg");
    --b-AIICmAdxVd: url("assets/0acf4ea94342d7d62b61be69ff5eae60.jpg");
    --b-z_Yf2-scWS: url("assets/0f554255c86dafeaf452b9af1389c6d3.jpg");
    --b-2TcX_-sxwg: url("assets/e6430e173e58a4324dfdc9911a845082.jpg");
    --b-CCXTEECEu1: url("assets/7774c03d6693ce5595a79332d3eb351b.jpg");
    --b-mG3HAjRJs5: url("assets/271464f6842d092779103b5cddeb8b96.jpg");
    --b-W7y84Wvwqk: url("assets/c709befea018153d71151db89cdcebd6.jpg");
    --b-0K_X8gnXIS: url("assets/416d4fb385ae79dbd3703a4f432dbf43.png");
    --b-ezjxVRb4SL: url(assets/30ca082703861ef638549a61908e8369.jpg);
    --b-yqJhY7HYBR: url("assets/36341529597c5a6549a730444b3f4644.jpg");
    --b-YrrcXjXkW3: url("assets/6ce6f3fc820bd531bd4534685e211b3d.jpg");
    --b-cXFTlOE-Pw: url("assets/cc1c11fbccf18423684b7e2be47aa9fb.jpg");
    --b-ijGchBZNPO: url("assets/55b4e5f28170ba3e0c4ccc4e4927af3b.jpg");
    --b-FVSD-yDdxC: url(assets/df7538f24f222554af7c8bb33172cbe7.jpg);
    --b-IMREz1gNHS: url("assets/58d9d67b5a412f22ef19ce488db84e41.jpg");
  }
}

@supports not (aspect-ratio: 1) {
  .vev #eN-VVVkOw-_::before,
  .vev #eTNrl45PMG3::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}

@supports not (aspect-ratio: 1) {
  .vev #eN-VVVkOw-_::before,
  .vev #eTNrl45PMG3::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
