@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");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap");

.josefin-sans {
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.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: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  word-spacing: 0.25;
  letter-spacing: 0;
  color: #000;
  font-family: Lato, 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 .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 .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 .wp423o6en5 {
  overflow: hidden !important;
}
.vev .wQwq0xf-9u,
.vev .wUNTsB8PHK {
  z-index: 0;
}
.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 .jwplayer.jw-flag-aspect-mode,
.vev .wUNTsB8PHK .contents .jwplayer.jw-flag-aspect-mode {
  height: 100% !important;
}
.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 .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 video,
.vev .wUNTsB8PHK .contents video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-height: 100vh;
}
.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 .rectangle {
  background: #c4c4c4;
}
.vev .pDAVzWAyqjP .__sc {
  grid-template-columns: 1fr 320px 1fr;
}
.vev #eMRaQHOfPrIc img {
  object-fit: contain;
  object-position: 50% 50%;
}
.vev #eMRaQHOfPrI {
  margin: 9px 2.13% 0 0;
  width: 6.67%;
  height: 30px;
  transform: none;
  place-self: start end;
}
.vev #eNAgEHeDWlc {
  height: auto;
  min-height: 700px;
}
.vev #eTbP8nFLpA0,
.vev #epl4N5DFrzK {
  transform: none;
  place-self: start center;
}
.vev #eTbP8nFLpA0 {
  width: 100%;
  height: auto;
  margin: 248px 0 0 0.31%;
  display: none;
}
.vev #eUez9I1Nixmc h1,
.vev #epl4N5DFrzKc h1 {
  font-size: 32px;
  font-family: "Merriweather";
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
  line-height: 1.3em;
  text-transform: none;
  font-variant: normal;
}
.vev #epl4N5DFrzK {
  margin: 0;
  width: 292px;
  height: 172px;
}
.vev #eC5eaQEmljO {
  width: 100%;
  height: auto;
  margin: 264px -0.31% 0 0;
  transform: none;
  place-self: start end;
}
.vev #eUez9I1Nixm {
  margin: 0;
  width: 292px;
  height: 172px;
  transform: none;
  place-self: start center;
}
.vev #eM8t0ZQBKu8c .contents {
  background: var(--b-pMorDs0nEV) no-repeat 41% 65% / cover;
}
.vev #eM8t0ZQBKu8 {
  min-height: 107.3vh;
  height: auto;
}
.vev #eYUfaFcSicq {
  width: 86.88%;
  margin: 301px 0 0;
  place-self: start center;
  height: 114px;
  transform: none;
}
.vev div .pPcuu4tWSjN h1 {
  font-family: "sofia-pro";
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 50px;
  color: #fff;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.6));
}
.vev div .pPcuu4tWSjN p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: inherit;
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 1.4em;
}
.vev #ekgUm69SccTc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.67) 29%
    ),
    var(--b--1nZNF2k7p) no-repeat 35% 54% / cover;
}
.vev #ekgUm69SccT {
  min-height: 107.3vh;
  height: auto;
  display: none;
}
.vev #eAYlqlj1fOm {
  width: 86.88%;
  margin: 277px 0.31% 0 0;
  place-self: start center;
  height: 114px;
  transform: none;
}
.vev #eL1vpV0Cs78c .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.72) 59%
    ),
    var(--b-FafCRkQAxT) no-repeat 49% 51% / cover;
}
.vev #eL1vpV0Cs78 {
  min-height: 800px;
  height: auto;
}
.vev #e9iNOgJsj0lc p,
.vev #eQqqKuVic0xc p,
.vev #emgWzfc546mc p,
.vev #etngfM5b77-c p {
  font-size: 16px;
}
.vev #etngfM5b77-c strong {
  font-size: 19px;
}
.vev #etngfM5b77- {
  width: 86.88%;
  margin: 319px 0 0;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #e02N8UVidlYc .contents {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.66) 26%,
      rgba(255, 255, 255, 0) 100%
    ),
    var(--b-r_1cp5_LOY) no-repeat 73% 56% / cover;
}
.vev #e02N8UVidlY {
  min-height: 850px;
  height: auto;
}
.vev #eQqqKuVic0x {
  width: 150px;
  margin: 316px 0 0;
  place-self: start start;
  height: 228px;
  transform: none;
}
.vev #elFbphy2f1ic .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 26%,
      rgba(0, 0, 0, 0.7) 82%
    ),
    var(--b-ADLy-xdtmg) no-repeat 48% 58% / cover;
}
.vev #elFbphy2f1i {
  min-height: 735px;
  height: auto;
}
.vev #emgWzfc546m {
  width: 279px;
  margin: 323px 0 0;
  place-self: start center;
  height: 95px;
  transform: none;
}
.vev #e5lMprEt0jac .contents {
  background: linear-gradient(rgba(0, 0, 0, 0.64) 0% 100%),
    var(--b-C9g96a8QIg) no-repeat 54% 54% / cover;
}
.vev #e5lMprEt0ja {
  min-height: 760px;
  height: auto;
}
.vev #e9iNOgJsj0l {
  width: 280px;
  margin: 317px 0 0 0.94%;
  place-self: start center;
  height: 136px;
  transform: none;
}
.vev #eBgxFYVDQz-c .contents {
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0% 100%),
    var(--b-rXzlkKLAyo) no-repeat 50% 50% / cover;
}
.vev #eBgxFYVDQz- {
  min-height: 900px;
  height: auto;
}
.vev #ek2xRSTNO1D {
  width: 281px;
  margin: 316px 0 0;
  place-self: start center;
  height: 280px;
  transform: none;
}
.vev #ehROzzntV4cc .contents {
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.01) 51%,
      rgba(0, 0, 0, 0.77) 92%
    ),
    var(--b-TuZJDjxN0n) no-repeat 36% 41% / cover;
}
.vev #ehROzzntV4c {
  min-height: 800px;
  height: auto;
}
.vev div .pjEYkNjFbUi .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background: linear-gradient(rgba(0, 0, 0, 0.35) 0% 100%),
    var(--b-AE3meMQ9DuE) no-repeat 88% 26% / cover;
}
.vev #ecyOpTjXC4hc p {
  text-align: right;
}
.vev #ecyOpTjXC4h {
  width: 144px;
  margin: 323px 4.38% 0 0;
  place-self: start end;
  height: 158px;
  transform: none;
}
.vev #eE-MZ7XKGX8c .contents {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 78%),
    var(--b-2a3KKbtEu0) no-repeat 69% 51% / cover;
}
.vev #eE-MZ7XKGX8 {
  min-height: 770px;
  height: auto;
}
.vev #emSCEzlYKtl {
  width: 87.81%;
  margin: 321px 0 0 1.56%;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #eyhDRo0MTxec .contents {
  background: #000;
}
.vev #eyhDRo0MTxe {
  min-height: 815px;
  height: auto;
}
.vev #eENq_lSGycec p {
  font-size: 19px;
}
.vev #eENq_lSGyce {
  width: 79.69%;
  margin: 343px 0 0 0.31%;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #eX1yPfeGKEuc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 26%,
      rgba(0, 0, 0, 0.7) 73%
    ),
    var(--b-E2R3uai_Pl) no-repeat 51% 59% / cover;
}
.vev #eX1yPfeGKEu {
  height: auto;
  min-height: 800px;
}
.vev #e1UohuPIoa_c p {
  font-size: 16px;
}
.vev #e1UohuPIoa_ {
  width: 296px;
  margin: 342px 0 0 0.63%;
  place-self: start center;
  height: 162px;
  transform: none;
}
.vev #e-nh7RJOtsFc .contents,
.vev #eX1yPfeGKEuc .contents,
.vev #et8P7kZVp6Nc .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
}
.vev #e-nh7RJOtsFc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 30%,
      rgba(0, 0, 0, 0.7) 64%
    ),
    var(--b-xY-zHBL1l_) no-repeat 35% 38% / cover;
}
.vev #e-nh7RJOtsF {
  min-height: 980px;
  height: auto;
}
.vev #eb0Y_Gg5AZQ {
  width: 296px;
  margin: 0 0 316px 1.25%;
  place-self: end center;
  height: 347px;
  transform: none;
}
.vev #et8P7kZVp6Nc .contents {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.63) 12%, transparent 100%),
    var(--b-pfcEH9bshd) no-repeat 42% 54% / cover;
}
.vev #et8P7kZVp6N {
  min-height: 818px;
  height: auto;
}
.vev #eoH0huURNca {
  width: 44.38%;
  margin: 0 0 316px 0.31%;
  place-self: end start;
  height: auto;
  transform: none;
}
.vev #exWiaSbTCuFc .contents {
  background: #000;
}
.vev #exWiaSbTCuF {
  min-height: 750px;
  height: auto;
}
.vev #e0ch6b8cFEXc p,
.vev #efy3drtBzMqc p {
  font-weight: 400;
  font-style: inherit;
  font-size: 20px;
}
.vev #e0ch6b8cFEX,
.vev #efy3drtBzMq {
  width: 92.5%;
  margin: 270px 0 0 0.31%;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #efy3drtBzMq {
  margin: 83px 0 0 0.31%;
}
.vev #eSaeGd15ZTsc .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background: linear-gradient(90deg, transparent 50%, rgba(0, 0, 0, 0.6) 70%),
    var(--b-OPK_wDhnQv) no-repeat 55% 40% / cover;
}
.vev #eSaeGd15ZTs {
  min-height: 990px;
  height: auto;
}
.vev #e5P41U2DFkJc p {
  font-size: 16px;
  text-align: right;
}
.vev #e5P41U2DFkJ,
.vev #efA2HWMAKEV {
  width: 44.06%;
  margin: 315px 2.66% 0 0;
  place-self: start end;
  height: auto;
  transform: none;
}
.vev #efA2HWMAKEV {
  margin: 588px 0 0;
  width: 46.88%;
}
.vev #efA2HWMAKEVc p,
.vev #es41ZLkAvGuc p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 25px;
  text-align: center;
}
.vev #es41ZLkAvGuc p {
  font-size: 20px;
}
.vev #e0BeB4QYYsBc .contents {
  background: #000;
}
.vev #e0BeB4QYYsB {
  min-height: 774px;
  height: auto;
}
.vev #egVKil9jrGMc {
  background: rgba(196, 196, 196, 0.5);
}
.vev #egVKil9jrGM {
  margin: 660px 1.2% 0 0;
  width: 71.9%;
  height: 502px;
  transform: none;
  place-self: start center;
  display: none;
}
.vev #eyKjd0xVAKL {
  width: 89.06%;
  margin: 0 0 324px 0.31%;
  place-self: end center;
  height: auto;
  transform: none;
}
.vev #ecel5PCiiUHc .contents {
  background: var(--b-dTeOaz_KFL) no-repeat 32% 26% / cover;
}
.vev #ecel5PCiiUH {
  min-height: 667px;
  height: auto;
}
.vev #e7g6M6_MEHS {
  width: 88.75%;
  margin: 0 0 249px;
  place-self: end center;
  height: auto;
  transform: none;
}
.vev #edd9V_C1i99c .contents {
  background: linear-gradient(transparent 10%, rgba(0, 0, 0, 0.71) 72%),
    var(--b-GLW8BZbQ64) 54% 66% / cover;
}
.vev #edd9V_C1i99 {
  min-height: 845px;
  height: auto;
}
.vev #ekDTImPfkHD {
  width: 88.44%;
  margin: 376px 0 0;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #eBbx-aw7NuXc .contents {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 16%, transparent 56%),
    var(--b-Xud6D0Rm46) 41% 51% / cover;
}
.vev #eBbx-aw7NuX {
  min-height: 765px;
  height: auto;
}
.vev #e7TWfTsX7Ls {
  width: 45.94%;
  margin: 320px 0 0 0.16%;
  place-self: start start;
  height: auto;
  transform: none;
}
.vev #eNgB0FCC04Ec .contents {
  background: linear-gradient(transparent 18%, rgba(0, 0, 0, 0.7) 49%),
    var(--b-DJPPPjH9WV) 16% 62% / cover;
}
.vev #eNgB0FCC04E {
  min-height: 785px;
  height: auto;
}
.vev #es41ZLkAvGu {
  margin: 307px 0 0;
  width: 91.25%;
  height: auto;
  transform: none;
  place-self: start center;
}
.vev #e2UvBEophmNc .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background: linear-gradient(
      rgba(255, 255, 255, 0) 9%,
      rgba(0, 0, 0, 0.79) 67%
    ),
    var(--b-Qs35Dh59il) no-repeat 46% 57% / cover;
}
.vev #e2UvBEophmN {
  min-height: 752px;
  height: auto;
}
.vev #eaRkMqhgMszc p {
  font-size: 16px;
}
.vev #eaRkMqhgMsz {
  width: 78.44%;
  margin: 316px 0 0;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #eW3k0rdgSBlc .contents {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 35%, transparent 60%),
    var(--b-owQyOSB91n) no-repeat 39% 39% / cover;
}
.vev #eW3k0rdgSBl {
  min-height: 910px;
  height: auto;
}
.vev #eXlOPnHsZk9 {
  width: 52.5%;
  margin: 318px 0 0 -2.5%;
  place-self: start start;
  height: auto;
  transform: none;
}
.vev #e1pqoCbOnIvc .contents,
.vev #eW3k0rdgSBlc .contents,
.vev #eYSxOUjF4HMc .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
}
.vev #e1pqoCbOnIvc .contents {
  background: linear-gradient(transparent 5%, rgba(0, 0, 0, 0.75) 63%),
    var(--b-XOd9u9X36q) no-repeat 14% 56% / cover;
}
.vev #e1pqoCbOnIv {
  min-height: 804px;
  height: auto;
}
.vev #eTav3Y6kVVr {
  width: 92.19%;
  margin: 0 0 326px 0.31%;
  place-self: end center;
  height: auto;
  transform: none;
}
.vev #eYSxOUjF4HMc .contents {
  background: linear-gradient(transparent 15%, rgba(0, 0, 0, 0.75) 69%),
    var(--b-D0siKlf0YU) no-repeat 43% 49% / cover;
}
.vev #eYSxOUjF4HM {
  min-height: 757px;
  height: auto;
}
.vev #e9QPCpGSOks {
  width: 88.75%;
  margin: 325px 0 0 0.31%;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #e01LO6_orHnc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.75) 70%
    ),
    var(--b-D0siKlf0YU) 0% 0% / cover;
}
.vev #e01LO6_orHn {
  height: auto;
  min-height: 800px;
  display: none;
}
.vev #eson-qP0N3Kc p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 25px;
}
.vev #eson-qP0N3K {
  margin: 303px 0 0;
  width: 100%;
  height: auto;
}
.vev #eaOAEX4yIuNc .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.75) 29%,
      rgba(255, 255, 255, 0) 64%
    ),
    var(--b-7PuFV6_kPe) no-repeat 40% 52% / cover;
}
.vev #eaOAEX4yIuN {
  min-height: 825px;
  height: auto;
}
.vev #e5ufud7gLpu {
  width: 47.19%;
  margin: 319px 0 0 0.16%;
  place-self: start start;
  height: auto;
  transform: none;
}
.vev #eVwezhOi54Hc .contents {
  background: #000;
}
.vev #eVwezhOi54H {
  min-height: 830px;
  height: auto;
}
.vev #eWRPQIJA8MJc p {
  text-align: left;
  font-size: 18px;
}
.vev #eWRPQIJA8MJ,
.vev #enItaPcK1mz {
  width: 82.5%;
  margin: 338px 0 0 1.88%;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #enItaPcK1mz {
  margin: 437px 0 0 1.56%;
  width: 82.19%;
}
.vev #enItaPcK1mzc p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 20px;
}
.vev #eH3e6zpe-Ekc .contents,
.vev #eVwezhOi54Hc .contents,
.vev #ea0-_1yERhfc .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
}
.vev #ea0-_1yERhfc .contents {
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0% 100%),
    var(--b-uzaC5tnhfY) no-repeat 18% 59% / cover;
}
.vev #ea0-_1yERhf {
  min-height: 750px;
  height: auto;
}
.vev #ekCq7shcm4Dc p,
.vev #eptTMHexg7rc p {
  font-weight: 400;
  font-style: inherit;
  font-size: 16px;
}
.vev #eptTMHexg7r {
  width: 282px;
  margin: 320px 0 0 0.31%;
  place-self: start center;
  height: 114px;
  transform: none;
}
.vev #eH3e6zpe-Ekc .contents {
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 35%,
      rgba(0, 0, 0, 0.7) 67%
    ),
    var(--b-e6AyDcXzHM) no-repeat 54% 57% / cover;
}
.vev #eH3e6zpe-Ek {
  min-height: 828px;
  height: auto;
}
.vev #ekCq7shcm4Dc p {
  text-align: right;
}
.vev #ekCq7shcm4D {
  width: 55.31%;
  margin: 329px -0.94% 0 0;
  place-self: start end;
  height: 180px;
  transform: none;
}
.vev #e0D_smhUo5yc .contents {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.65) 19%,
      rgba(255, 255, 255, 0) 47%
    ),
    var(--b-e6AyDcXzHM) 0% 0% / cover;
}
.vev #e0D_smhUo5y {
  height: auto;
  min-height: 150vh;
  display: none;
}
.vev #eHQU3z6527Ac p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  color: #fff;
}
.vev #eHQU3z6527A {
  margin: 402px 0 0 -7.03%;
  width: 367px;
  height: 196px;
  transform: none;
  place-self: start start;
}
.vev #eJqtTU3VC0vc .contents {
  background: linear-gradient(transparent 33%, rgba(0, 0, 0, 0.85) 73%),
    var(--b-h_MTAxxtnw) no-repeat 31% 52% / cover;
}
.vev #eJqtTU3VC0v {
  min-height: 800px;
  height: auto;
}
.vev #e4cguuOT9m6 {
  width: 92.5%;
  margin: 319px 0 0 0.31%;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #eJ9nxRdMHN-c .contents,
.vev #eJqtTU3VC0vc .contents,
.vev #esz_kb5Dfdwc .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
}
.vev #esz_kb5Dfdwc .contents {
  background: #000;
}
.vev #esz_kb5Dfdw {
  min-height: 875px;
  height: auto;
}
.vev #e137t8EQjNfc p {
  font-weight: 400;
  font-style: inherit;
  font-size: 19px;
}
.vev #e137t8EQjNf {
  width: 95.31%;
  margin: 356px 0 0 0.31%;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #ePJSppBLC-s {
  height: auto;
  min-height: 150vh;
  display: none;
}
.vev #eCYXQ0eit1xc p {
  font-size: 25px;
}
.vev #eCYXQ0eit1xc p,
.vev #eTOiQ_Pd27Bc p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.vev #eYVm7ffONvvc strong,
.vev #ecVBlB0tCkWc p {
  font-family: "Merriweather";
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-style: inherit;
}
.vev #ecVBlB0tCkWc p {
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}
.vev #eCYXQ0eit1x {
  margin: 535px 0 0 28%;
  width: auto;
  height: auto;
}
.vev #eJ9nxRdMHN-c .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 48%,
      rgba(0, 0, 0, 0.89) 94%
    ),
    var(--b-G_soUvCjHK) no-repeat 31% 53% / cover;
}
.vev #eJ9nxRdMHN- {
  min-height: 870px;
  height: auto;
}
.vev #ejdW-CehTTv {
  width: 90.94%;
  margin: 338px 0 0;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #etIv0MXUVoYc .contents {
  background: linear-gradient(#000, #000);
}
.vev #etIv0MXUVoY {
  min-height: 1020px;
  height: auto;
}
.vev #ecVBlB0tCkW,
.vev #evbIq7P0jG1 {
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #evbIq7P0jG1 {
  width: 88.13%;
  margin: 343px 0 0;
}
.vev #eTOiQ_Pd27Bc p,
.vev #ecVBlB0tCkWc p {
  text-align: center;
}
.vev #ecVBlB0tCkW {
  margin: 630px 0 0 0.31%;
  width: 88.44%;
}
.vev #e8eGcC0KV6Cc .contents,
.vev #eORPWB_BHfqc .contents,
.vev #etIv0MXUVoYc .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
}
.vev #eORPWB_BHfqc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 36%,
      rgba(0, 0, 0, 0.8) 74%
    ),
    var(--b-rnn5king9q) no-repeat 51% 51% / cover;
}
.vev #eORPWB_BHfq {
  min-height: 770px;
  height: auto;
}
.vev #eKTr7SHLBnK {
  width: 90.94%;
  margin: 323px 0 0 2.5%;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #e8eGcC0KV6Cc .contents {
  background: linear-gradient(rgba(0, 0, 0, 0.34) 0% 100%),
    var(--b-aF7nhIVH6t) no-repeat 59% 53% / cover;
}
.vev #e8eGcC0KV6C {
  min-height: 755px;
  height: auto;
}
.vev #eFslMFkoYDb {
  width: 90.94%;
  margin: 323px 0 0;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #e98qrUYifYRc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 42%,
      rgba(0, 0, 0, 0.8) 87%
    ),
    var(--b-Ki6op2pycg) no-repeat 5% 58% / cover;
}
.vev #e98qrUYifYR {
  min-height: 745px;
  height: auto;
}
.vev #eK1QJsMkjwW {
  width: 90.94%;
  margin: 328px 0 0 0.31%;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #e5WI-E1KZ7Oc .contents,
.vev #e98qrUYifYRc .contents,
.vev #epK3jHLL3dLc .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
}
.vev #epK3jHLL3dLc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 51%,
      rgba(0, 0, 0, 0.79) 72%
    ),
    var(--b-BF3CMe4yth) no-repeat 52% 41% / cover;
}
.vev #epK3jHLL3dL {
  min-height: 727px;
  height: auto;
}
.vev #e2CEFu-PoJk {
  width: 90.94%;
  margin: 319px 0 0;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #e5WI-E1KZ7Oc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 30%,
      rgba(0, 0, 0, 0.8) 78%
    ),
    var(--b-1qV3QAxqyq) no-repeat 24% 53% / cover;
}
.vev #e5WI-E1KZ7O {
  min-height: 770px;
  height: auto;
}
.vev #eSr1Y27BEPG {
  width: 90.94%;
  margin: 320px 0 0;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #eEMhNSnItCWc .contents {
  background: linear-gradient(rgba(0, 0, 0, 0.36) 0% 100%),
    var(--b-6BmPdUhaUZ) no-repeat 56% 50% / cover;
}
.vev #eEMhNSnItCW {
  min-height: 880px;
  height: auto;
}
.vev #eGptnRLlg1t {
  width: 90.94%;
  margin: 321px 0 0;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #eEMhNSnItCWc .contents,
.vev #eFW5RqAUeU4c .contents,
.vev #esIvxP9AyDqc .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
}
.vev #esIvxP9AyDqc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 11%,
      rgba(0, 0, 0, 0.75) 75%
    ),
    var(--b-BmQPvV3W4B) no-repeat 80% 53% / cover;
}
.vev #esIvxP9AyDq {
  min-height: 752px;
  height: auto;
}
.vev #eVf37Rc1CMx {
  width: 90.94%;
  margin: 321px 0 0;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #eFW5RqAUeU4c .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 25%,
      rgba(0, 0, 0, 0.75) 77%
    ),
    var(--b-6fTjPH-wOl) no-repeat 28% 49% / cover;
}
.vev #eFW5RqAUeU4 {
  min-height: 835px;
  height: auto;
}
.vev #exQiWBOC1ul {
  width: 90.94%;
  margin: 322px 0 0;
  place-self: start center;
  height: auto;
  transform: none;
}
.vev #eGGwdt5x48oc .contents {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0% 100%),
    var(--b-SLsCzIWY-K) 53% 55% / cover;
}
.vev #eGGwdt5x48o {
  min-height: 735px;
  height: auto;
}
.vev #eRZNdHNED1h,
.vev #ebACVvPYtxz {
  height: auto;
  transform: none;
  place-self: start start;
}
.vev #ebACVvPYtxz {
  width: 97.81%;
  margin: 145px 0 0 0.31%;
}
.vev #eRZNdHNED1h {
  width: 100%;
  margin: 0;
}
.vev #eTOiQ_Pd27Bc p {
  font-size: 16px;
}
.vev #eTOiQ_Pd27B,
.vev #eYVm7ffONvv {
  margin: 0;
  width: 100%;
  height: 41px;
  transform: none;
  place-self: start end;
}
.vev #eYVm7ffONvv {
  margin: 26px 0 0;
  width: 320px;
  height: 25px;
}
.vev #eYVm7ffONvvc p {
  text-align: center;
}
.vev #eN8_XRxtXHi {
  width: 100%;
  height: auto;
  margin: 92px 0 0;
  transform: none;
  place-self: start start;
}
.vev #eN-hBKzproAc p {
  font-size: 16px;
  text-align: center;
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.vev #eN-hBKzproA {
  margin: 0;
  width: 320px;
  height: 41px;
  transform: none;
  place-self: start end;
}
.vev #eBdD3z21FJ7c strong,
.vev #eIkRZLVugF8c strong,
.vev #eQpBGJNVk7nc strong,
.vev #exNZUPx3Nnoc strong {
  font-size: 18px;
  font-family: "Merriweather";
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.vev #eBdD3z21FJ7c p {
  text-align: center;
}
.vev #eBdD3z21FJ7,
.vev #eS4Qxlp-Kfi {
  margin: 27px 0 0;
  width: 100%;
  height: 45px;
  transform: none;
  place-self: start end;
}
.vev #eS4Qxlp-Kfi {
  height: auto;
  margin: 185px 0 0;
  place-self: start start;
}
.vev #eHs5IUH4PSqc p {
  font-size: 16px;
  text-align: center;
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.vev #eHs5IUH4PSq {
  margin: 0;
  width: 320px;
  height: 41px;
  transform: none;
  place-self: start end;
}
.vev #eIkRZLVugF8c p {
  text-align: center;
}
.vev #eIkRZLVugF8,
.vev #erCoNvxrJbk {
  margin: 27px 0 0;
  width: 100%;
  height: 97px;
  transform: none;
  place-self: start end;
}
.vev #erCoNvxrJbk {
  height: auto;
  margin: 330px 0 0;
  place-self: start start;
}
.vev #eubct0UrPzOc p {
  font-size: 16px;
  text-align: center;
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.vev #eubct0UrPzO {
  margin: 0;
  width: 320px;
  height: 41px;
  transform: none;
  place-self: start end;
}
.vev #eQpBGJNVk7nc p {
  text-align: center;
}
.vev #eQpBGJNVk7n,
.vev #eZWMA2zlTXE {
  margin: 27px 0 0;
  width: 100%;
  height: 68px;
  transform: none;
  place-self: start end;
}
.vev #eZWMA2zlTXE {
  height: auto;
  margin: 446px 0 0;
  place-self: start start;
}
.vev #ewoxtNhCND1c p {
  font-size: 16px;
  text-align: center;
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.vev #ewoxtNhCND1,
.vev #exNZUPx3Nno {
  margin: 0;
  width: 320px;
  height: 41px;
  transform: none;
  place-self: start end;
}
.vev #exNZUPx3Nno {
  margin: 27px 0 0;
  width: 100%;
  height: 45px;
}
.vev #exNZUPx3Nnoc p {
  text-align: center;
}
@media (max-width: 1023px) and (min-width: 600px) {
  .vev .pDAVzWAyqjP .__sc {
    grid-template-columns: 1fr 600px 1fr;
  }
  .vev #eMRaQHOfPrI {
    margin: 11px 1.43% 0 0;
    width: 5.6%;
    height: 47px;
  }
  .vev #eNAgEHeDWlc {
    min-height: 1024px;
    display: grid;
  }
  .vev #eTbP8nFLpA0 {
    margin: 370px 0 0;
    place-self: start end;
    display: grid;
  }
  .vev #eUez9I1Nixmc h1,
  .vev #epl4N5DFrzKc h1 {
    font-size: 60px;
  }
  .vev #epl4N5DFrzK {
    width: 100%;
    height: 285px;
    place-self: start end;
  }
  .vev #eC5eaQEmljO {
    margin: 370px 0 0;
    place-self: start end;
    display: none;
  }
  .vev #eUez9I1Nixm {
    width: 100%;
    height: 285px;
    place-self: start end;
  }
  .vev #eM8t0ZQBKu8c .contents {
    background: linear-gradient(rgba(0, 0, 0, 0.47) 0% 100%),
      var(--b-Te9OLiMxaY) no-repeat 50% 50% / cover;
  }
  .vev #eM8t0ZQBKu8 {
    min-height: 100vh;
    display: none;
  }
  .vev #eYUfaFcSicq {
    width: 89%;
    margin: 471px 0 396px 1%;
    height: 82px;
  }
  .vev div .pPcuu4tWSjN p {
    font-size: 19px;
  }
  .vev #ekgUm69SccTc .contents {
    background: var(--b-JY6NLObVZt) no-repeat 50% 100% / cover;
  }
  .vev #ekgUm69SccT {
    min-height: 1050px;
    display: grid;
  }
  .vev #e9iNOgJsj0lc p,
  .vev #eAYlqlj1fOmc p,
  .vev #eQqqKuVic0xc p,
  .vev #ecyOpTjXC4hc p,
  .vev #ek2xRSTNO1Dc p,
  .vev #emSCEzlYKtlc p,
  .vev #emgWzfc546mc p,
  .vev #etngfM5b77-c p {
    font-size: 25px;
  }
  .vev #eAYlqlj1fOm {
    width: 89%;
    margin: 447px 0 396px 1%;
    height: 130px;
  }
  .vev #eL1vpV0Cs78 {
    min-height: 990px;
  }
  .vev #eENq_lSGycec p,
  .vev #etngfM5b77-c strong {
    font-size: 29px;
  }
  .vev #etngfM5b77- {
    width: 89%;
    margin: 503px 0 396px 1%;
  }
  .vev #e02N8UVidlY {
    min-height: 100vh;
  }
  .vev #eQqqKuVic0x {
    width: 89%;
    margin: 425px 0 396px;
    place-self: start center;
    height: 174px;
  }
  .vev #elFbphy2f1i {
    min-height: 100vh;
  }
  .vev #emgWzfc546m {
    width: 89%;
    margin: 444px 0 0;
    height: 136px;
  }
  .vev #e5lMprEt0ja {
    min-height: 1100px;
  }
  .vev #e9iNOgJsj0l {
    width: 86%;
    margin: 425px 0 0;
    height: 175px;
  }
  .vev #eBgxFYVDQz- {
    min-height: 100vh;
  }
  .vev #ek2xRSTNO1D {
    width: 87%;
    margin: 362px 0 421px;
    height: 301px;
  }
  .vev #ehROzzntV4cc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.01) 51%,
        rgba(0, 0, 0, 0.77) 92%
      ),
      var(--b-TuZJDjxN0n) no-repeat 39% 41% / cover;
  }
  .vev #ehROzzntV4c {
    min-height: 100vh;
  }
  .vev #ecyOpTjXC4h {
    width: 55.33%;
    margin: 433px 0 0;
  }
  .vev #eE-MZ7XKGX8 {
    min-height: 100vh;
  }
  .vev #emSCEzlYKtl {
    width: 79.67%;
    margin: 463px 0 0;
  }
  .vev #eyhDRo0MTxe {
    min-height: 100vh;
  }
  .vev #eENq_lSGyce {
    width: 79.67%;
    margin: 437px 0 0;
  }
  .vev #eX1yPfeGKEu {
    min-height: 1125px;
  }
  .vev #e1UohuPIoa_c p,
  .vev #eb0Y_Gg5AZQc p,
  .vev #eoH0huURNcac p {
    font-size: 25px;
  }
  .vev #e1UohuPIoa_ {
    width: 87.5%;
    margin: 450px 0 0 0.17%;
    height: 201px;
  }
  .vev #e-nh7RJOtsFc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 45%,
        rgba(0, 0, 0, 0.7) 55%
      ),
      var(--b-xY-zHBL1l_) no-repeat 53% 31% / cover;
  }
  .vev #e-nh7RJOtsF {
    min-height: 1500px;
  }
  .vev #eb0Y_Gg5AZQ {
    width: 49.67%;
    margin: 494px -6.5% 0 0;
    place-self: start end;
    height: 759px;
  }
  .vev #et8P7kZVp6Nc .contents {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.63) 21%, transparent 53%),
      var(--b-pfcEH9bshd) no-repeat 35% 54% / cover;
  }
  .vev #et8P7kZVp6N {
    min-height: 1000px;
  }
  .vev #eoH0huURNca {
    width: 52.5%;
    margin: 499px 0 0;
    place-self: start start;
  }
  .vev #exWiaSbTCuF {
    min-height: 911px;
  }
  .vev #e0ch6b8cFEXc p,
  .vev #efy3drtBzMqc p {
    font-size: 30px;
  }
  .vev #e0ch6b8cFEX {
    margin: 526px 0 473px 0.17%;
  }
  .vev #efy3drtBzMq {
    margin: 341px 0 846px 0.17%;
  }
  .vev #eSaeGd15ZTsc .contents {
    background: linear-gradient(90deg, transparent 50%, rgba(0, 0, 0, 0.75) 75%),
      var(--b-OPK_wDhnQv) no-repeat 56% 45% / cover;
  }
  .vev #eSaeGd15ZTs {
    min-height: 1055px;
  }
  .vev #e5P41U2DFkJc p {
    font-size: 25px;
    font-weight: 400;
    font-style: inherit;
  }
  .vev #e5P41U2DFkJ {
    width: 44.5%;
    margin: 25px 0 472px;
    place-self: end end;
  }
  .vev #efA2HWMAKEVc strong {
    font-size: 34px;
  }
  .vev #efA2HWMAKEV {
    margin: 628px 0 0;
    width: 44.5%;
  }
  .vev #e0BeB4QYYsB {
    min-height: 100vh;
  }
  .vev #e5ufud7gLpuc p,
  .vev #e7TWfTsX7Lsc p,
  .vev #e7g6M6_MEHSc p,
  .vev #e9QPCpGSOksc p,
  .vev #eTav3Y6kVVrc p,
  .vev #eXlOPnHsZk9c p,
  .vev #eaRkMqhgMszc p,
  .vev #ekDTImPfkHDc p,
  .vev #eyKjd0xVAKLc p {
    font-size: 25px;
  }
  .vev #eyKjd0xVAKL {
    width: 75.67%;
    margin: 446px 0 0;
    place-self: start center;
  }
  .vev #ecel5PCiiUH {
    min-height: 100vh;
  }
  .vev #e7g6M6_MEHS {
    width: 83%;
    margin: 25px 0 410px;
  }
  .vev #edd9V_C1i99 {
    min-height: 1100px;
  }
  .vev #ekDTImPfkHD {
    width: 76.67%;
    margin: 404px 0 163px;
  }
  .vev #eBbx-aw7NuXc .contents {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.67) 28%, transparent 53%),
      var(--b-Xud6D0Rm46) 41% 51% / cover;
  }
  .vev #eBbx-aw7NuX {
    min-height: 1100px;
  }
  .vev #e7TWfTsX7Ls {
    width: 40.5%;
    margin: 411px 0 184px;
  }
  .vev #eNgB0FCC04E {
    min-height: 1080px;
  }
  .vev #es41ZLkAvGuc strong {
    font-size: 30px;
  }
  .vev #es41ZLkAvGu {
    margin: 465px 0 0;
    width: 76.33%;
  }
  .vev #e2UvBEophmN {
    min-height: 100vh;
  }
  .vev #eaRkMqhgMsz {
    width: 82.83%;
    margin: 446px 0 473px 0.17%;
  }
  .vev #eW3k0rdgSBl {
    min-height: 1150px;
  }
  .vev #eXlOPnHsZk9 {
    width: 44.33%;
    margin: 316px 0 213px;
  }
  .vev #e1pqoCbOnIv {
    min-height: 1080px;
  }
  .vev #eTav3Y6kVVr {
    width: 88.5%;
    margin: 411px 0 0 0.17%;
    place-self: start center;
  }
  .vev #eYSxOUjF4HM {
    min-height: 1060px;
  }
  .vev #e9QPCpGSOks {
    width: 83.83%;
    margin: 446px 0 297px 0.17%;
  }
  .vev #eaOAEX4yIuN {
    min-height: 1200px;
  }
  .vev #e5ufud7gLpu {
    width: 40%;
    margin: 494px 0 0;
  }
  .vev #eVwezhOi54H {
    min-height: 100vh;
  }
  .vev #eWRPQIJA8MJc p {
    font-size: 26px;
  }
  .vev #eWRPQIJA8MJ {
    margin: 357px 0 0 0.17%;
  }
  .vev #enItaPcK1mzc p {
    font-size: 29px;
  }
  .vev #enItaPcK1mz {
    margin: 504px 0 0 0.17%;
    width: 82.17%;
  }
  .vev #ea0-_1yERhfc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 0.7) 57%
      ),
      var(--b-uzaC5tnhfY) no-repeat 23% 60% / cover;
  }
  .vev #ea0-_1yERhf {
    min-height: 1060px;
  }
  .vev #e137t8EQjNfc p,
  .vev #e2CEFu-PoJkc p,
  .vev #e4cguuOT9m6c p,
  .vev #eFslMFkoYDbc p,
  .vev #eGptnRLlg1tc p,
  .vev #eK1QJsMkjwWc p,
  .vev #eKTr7SHLBnKc p,
  .vev #eSr1Y27BEPGc p,
  .vev #eVf37Rc1CMxc p,
  .vev #ejdW-CehTTvc p,
  .vev #ekCq7shcm4Dc p,
  .vev #eptTMHexg7rc p,
  .vev #evbIq7P0jG1c p,
  .vev #exQiWBOC1ulc p,
  .vev div .pIL79JtzBh9 p,
  .vev div .pcGrrmhDLtE p,
  .vev div .pcGrrmhDLtE strong {
    font-size: 25px;
  }
  .vev #eptTMHexg7r {
    width: 48.83%;
    margin: 444px -4.67% 129px 0;
    place-self: start end;
    height: 238px;
  }
  .vev #eH3e6zpe-Ekc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 43%,
        rgba(0, 0, 0, 0.75) 66%
      ),
      var(--b-e6AyDcXzHM) no-repeat 59% 56% / cover;
  }
  .vev #eH3e6zpe-Ek {
    min-height: 1240px;
  }
  .vev #ekCq7shcm4D {
    width: 45.5%;
    margin: 489px 0 201px;
    height: 282px;
  }
  .vev #eJqtTU3VC0vc .contents {
    background: linear-gradient(transparent 23%, black 100%),
      var(--b-h_MTAxxtnw) no-repeat 31% 52% / cover;
  }
  .vev #eJqtTU3VC0v {
    min-height: 1150px;
  }
  .vev #e4cguuOT9m6 {
    width: 85.83%;
    margin: 494px 0 70px 0.17%;
  }
  .vev #esz_kb5Dfdw {
    min-height: 100vh;
  }
  .vev #e137t8EQjNf {
    width: 93%;
    margin: 436px 0 460px;
  }
  .vev #eJ9nxRdMHN-c .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 43%,
        rgba(0, 0, 0, 0.89) 94%
      ),
      var(--b-G_soUvCjHK) no-repeat 37% 51% / cover;
  }
  .vev #eJ9nxRdMHN- {
    min-height: 1100px;
  }
  .vev #ejdW-CehTTv {
    width: 54.17%;
    margin: 413px -4.17% 415px 0;
    place-self: start end;
  }
  .vev #etIv0MXUVoY {
    min-height: 100vh;
  }
  .vev #evbIq7P0jG1 {
    width: 71.33%;
    margin: 246px 0 558px;
  }
  .vev #ecVBlB0tCkWc strong {
    font-size: 34px;
  }
  .vev #ecVBlB0tCkW {
    margin: 655px 0 0 0.17%;
    width: 54.5%;
  }
  .vev #eORPWB_BHfq {
    min-height: 100vh;
  }
  .vev #eKTr7SHLBnK {
    width: 75%;
    margin: 420px 0 447px;
  }
  .vev #e8eGcC0KV6C {
    min-height: 100vh;
  }
  .vev #eFslMFkoYDb {
    width: 79.83%;
    margin: 446px 0 460px 0.17%;
  }
  .vev #e98qrUYifYR {
    min-height: 100vh;
  }
  .vev #eK1QJsMkjwW {
    width: 73.33%;
    margin: 446px 0 460px;
  }
  .vev #epK3jHLL3dL {
    min-height: 100vh;
  }
  .vev #e2CEFu-PoJk {
    width: 80.83%;
    margin: 463px 0 473px 0.17%;
  }
  .vev #e5WI-E1KZ7O {
    min-height: 1060px;
  }
  .vev #eSr1Y27BEPG {
    width: 81.67%;
    margin: 428px 0 460px;
  }
  .vev #eEMhNSnItCWc .contents {
    background: linear-gradient(rgba(0, 0, 0, 0.36) 0% 100%),
      var(--b-6BmPdUhaUZ) no-repeat 69% 49% / cover;
  }
  .vev #eEMhNSnItCW {
    min-height: 1100px;
  }
  .vev #eGptnRLlg1t {
    width: 76.33%;
    margin: 489px 0 428px;
  }
  .vev #esIvxP9AyDq {
    min-height: 100vh;
  }
  .vev #eVf37Rc1CMx {
    width: 78.5%;
    margin: 429px 0 447px 0.17%;
  }
  .vev #eFW5RqAUeU4 {
    min-height: 100vh;
  }
  .vev #exQiWBOC1ul {
    width: 79.67%;
    margin: 386px 0 440px;
  }
  .vev #eGGwdt5x48o {
    min-height: 100vh;
  }
  .vev #ebACVvPYtxz {
    width: 99.67%;
    margin: 149px 0 0;
    place-self: start center;
  }
  .vev #eRZNdHNED1h {
    margin: -10px 0 0;
    place-self: start end;
  }
  .vev #eHs5IUH4PSqc p,
  .vev #eN-hBKzproAc p,
  .vev #eTOiQ_Pd27Bc p {
    font-size: 24px;
  }
  .vev #eTOiQ_Pd27B {
    height: 57px;
  }
  .vev #eBdD3z21FJ7c strong,
  .vev #eIkRZLVugF8c strong,
  .vev #eQpBGJNVk7nc strong,
  .vev #eYVm7ffONvvc strong,
  .vev #exNZUPx3Nnoc strong {
    font-size: 26px;
  }
  .vev #eYVm7ffONvv {
    margin: 41px 0 0;
    width: 100%;
    height: 57px;
  }
  .vev div .pIL79JtzBh9 strong {
    font-style: inherit;
    font-size: 25px;
  }
  .vev #eN8_XRxtXHi {
    margin: 133px 0 0;
    place-self: start end;
  }
  .vev #eN-hBKzproA {
    width: 100%;
    height: 54px;
  }
  .vev #eBdD3z21FJ7 {
    margin: 38px 0 0;
  }
  .vev #eS4Qxlp-Kfi {
    margin: 271px 0 0;
    place-self: start end;
  }
  .vev #eHs5IUH4PSq {
    width: 100%;
    height: 55px;
  }
  .vev #eIkRZLVugF8c p {
    line-height: 1.1em;
    font-size: 26px;
  }
  .vev #eIkRZLVugF8 {
    margin: 45px 0 0;
  }
  .vev #erCoNvxrJbk {
    margin: 467px 0 0;
    place-self: start end;
  }
  .vev #eubct0UrPzOc p {
    font-size: 24px;
  }
  .vev #eubct0UrPzO {
    width: 100%;
    height: 55px;
  }
  .vev #eQpBGJNVk7nc p {
    line-height: 1.1em;
  }
  .vev #eQpBGJNVk7n {
    margin: 45px 0 0;
  }
  .vev #eZWMA2zlTXE {
    margin: 640px 0 0;
    place-self: start end;
  }
  .vev #ewoxtNhCND1c p {
    font-size: 24px;
  }
  .vev #ewoxtNhCND1 {
    width: 100%;
    height: 55px;
  }
  .vev #exNZUPx3Nno {
    margin: 41px 0 0;
  }
}
@media (min-width: 1024px) {
  .vev .pDAVzWAyqjP .__sc {
    grid-template-columns: 1fr 1024px 1fr;
  }
  .vev #eMRaQHOfPrI {
    margin: 14px 1.32% 0 0;
    width: 53px;
    height: 61px;
  }
  .vev #eNAgEHeDWlc {
    min-height: 900px;
    display: grid;
  }
  .vev #eTbP8nFLpA0 {
    margin: 261px 0 0;
    place-self: start end;
    display: grid;
  }
  .vev #eUez9I1Nixmc h1,
  .vev #epl4N5DFrzKc h1 {
    font-size: 80px;
  }
  .vev #epl4N5DFrzK {
    width: 100%;
    height: 378px;
    place-self: start end;
  }
  .vev #eC5eaQEmljO {
    margin: 261px -0.2% 0 0;
    place-self: start end;
    display: none;
  }
  .vev #eUez9I1Nixm {
    width: 100%;
    height: 378px;
    place-self: start end;
  }
  .vev #eM8t0ZQBKu8c .contents {
    background: linear-gradient(rgba(0, 0, 0, 0.47) 0% 100%),
      var(--b-Te9OLiMxaY) 46% 57% / cover;
  }
  .vev #eM8t0ZQBKu8 {
    min-height: 900px;
    display: none;
  }
  .vev #eYUfaFcSicq {
    width: 67.58%;
    margin: 412px 0 411px;
    height: 84px;
  }
  .vev div .pPcuu4tWSjN strong {
    font-size: 18px;
  }
  .vev #e9iNOgJsj0lc p,
  .vev #eQqqKuVic0xc p,
  .vev #emgWzfc546mc p,
  .vev #etngfM5b77-c p,
  .vev div .pPcuu4tWSjN p {
    font-size: 25px;
  }
  .vev #ekgUm69SccTc .contents {
    background: var(--b-JY6NLObVZt) 46% 57% / cover;
  }
  .vev #ekgUm69SccT {
    min-height: 900px;
    display: grid;
  }
  .vev #eAYlqlj1fOm {
    width: 67.58%;
    margin: 412px 0 411px;
    height: 84px;
  }
  .vev #eL1vpV0Cs78c .contents {
    background: linear-gradient(rgba(0, 0, 0, 0.4) 0% 100%),
      var(--b-exkW_Fq-d4) no-repeat 50% 50% / cover;
  }
  .vev #eL1vpV0Cs78 {
    min-height: 900px;
  }
  .vev #etngfM5b77-c strong {
    font-size: 29px;
  }
  .vev #etngfM5b77- {
    width: 102.73%;
    margin: 432px 0 282px;
  }
  .vev #e02N8UVidlYc .contents {
    background: linear-gradient(rgba(0, 0, 0, 0.4) 0% 100%),
      var(--b-6w0IRNKmM4) no-repeat 41% 48% / cover;
  }
  .vev #e02N8UVidlY {
    min-height: 950px;
  }
  .vev #eQqqKuVic0x {
    width: 86.23%;
    margin: 424px 0 282px 0.1%;
    place-self: start center;
    height: 102px;
  }
  .vev #elFbphy2f1ic .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 57%,
        rgba(0, 0, 0, 0.63) 84%
      ),
      linear-gradient(rgba(0, 0, 0, 0.5) 0% 100%),
      var(--b-u1GlQpkNqF) no-repeat 50% 50% / cover;
  }
  .vev #elFbphy2f1i {
    min-height: 900px;
  }
  .vev #emgWzfc546m {
    width: 32.13%;
    margin: 379px -9.86% 372px 0;
    place-self: start end;
    height: 162px;
  }
  .vev #e5lMprEt0jac .contents {
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0% 100%),
      var(--b-kvVBuzThta) no-repeat 50% 50% / cover;
  }
  .vev #e5lMprEt0ja {
    min-height: 900px;
  }
  .vev #e9iNOgJsj0l {
    width: 93.85%;
    margin: 399px 0 372px 0.1%;
    height: 102px;
  }
  .vev #eBgxFYVDQz- {
    min-height: 1080px;
  }
  .vev #ek2xRSTNO1D {
    width: 88.57%;
    margin: 433px 0 310px 0.1%;
    height: 239px;
  }
  .vev #ehROzzntV4cc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.02) 51%,
        rgba(0, 0, 0, 0.77) 86%
      ),
      var(--b-TuZJDjxN0n) no-repeat 50% 43% / cover;
  }
  .vev #ehROzzntV4c {
    min-height: 900px;
  }
  .vev #ecyOpTjXC4h {
    width: 48.73%;
    margin: 406px -5.66% 0 0;
    height: 134px;
  }
  .vev #eE-MZ7XKGX8c .contents {
    background: linear-gradient(rgba(0, 0, 0, 0.35) 0% 100%),
      var(--b-2a3KKbtEu0) no-repeat 69% 51% / cover;
  }
  .vev #eE-MZ7XKGX8 {
    min-height: 900px;
  }
  .vev #emSCEzlYKtl {
    width: 46.48%;
    margin: 401px 0 0 -6.05%;
    place-self: start start;
  }
  .vev #eyhDRo0MTxe {
    min-height: 920px;
  }
  .vev #eENq_lSGycec p {
    font-size: 30px;
  }
  .vev #eENq_lSGyce {
    width: 68.75%;
    margin: 394px 0 0;
  }
  .vev #eX1yPfeGKEuc .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.74) 31%,
        rgba(255, 255, 255, 0) 56%
      ),
      var(--b-E2R3uai_Pl) 10% 0% / auto;
  }
  .vev #eX1yPfeGKEu {
    min-height: 1100px;
  }
  .vev #e1UohuPIoa_c p {
    font-size: 25px;
  }
  .vev #e1UohuPIoa_ {
    width: 42.77%;
    margin: 448px 0 0 -9.37%;
    place-self: start start;
    height: 235px;
  }
  .vev #e-nh7RJOtsFc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 43%,
        rgba(0, 0, 0, 0.75) 72%
      ),
      var(--b-xY-zHBL1l_) 59% 0% / auto;
  }
  .vev #e-nh7RJOtsF {
    min-height: 1242px;
  }
  .vev #eb0Y_Gg5AZQ {
    width: 47.17%;
    margin: 431px -12.6% 0 0;
    place-self: start end;
    height: 477px;
  }
  .vev #et8P7kZVp6Nc .contents {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 15%, transparent 40%),
      var(--b-pfcEH9bshd) no-repeat 0% 51% / cover;
  }
  .vev #et8P7kZVp6N {
    min-height: 900px;
  }
  .vev #eoH0huURNca {
    width: 39.55%;
    margin: 409px 0 0 -9.37%;
    place-self: start start;
  }
  .vev #exWiaSbTCuF {
    min-height: 900px;
  }
  .vev #e0ch6b8cFEXc p,
  .vev #efy3drtBzMqc p {
    font-size: 27px;
  }
  .vev #e0ch6b8cFEX {
    width: 71.19%;
    margin: 506px 0 256px 0.1%;
  }
  .vev #efy3drtBzMq {
    width: 71.19%;
    margin: 348px 0 620px 0.1%;
  }
  .vev #eSaeGd15ZTsc .contents {
    background: linear-gradient(90deg, transparent 53%, rgba(0, 0, 0, 0.6) 70%),
      var(--b-OPK_wDhnQv) no-repeat 100% 48% / cover;
  }
  .vev #eSaeGd15ZTs {
    min-height: 1080px;
  }
  .vev #e5P41U2DFkJc p {
    font-size: 25px;
    font-weight: 400;
    font-style: inherit;
  }
  .vev #e5P41U2DFkJ {
    width: 45.8%;
    margin: 0 -8.01% 709px 0;
    place-self: end end;
  }
  .vev #efA2HWMAKEVc strong {
    font-size: 36px;
  }
  .vev #efA2HWMAKEV {
    margin: 529px -8.01% 0 0;
    width: 48.44%;
  }
  .vev #e0BeB4QYYsB {
    min-height: 800px;
  }
  .vev #eyKjd0xVAKL {
    width: 65.33%;
    margin: 389px 0 0 0.1%;
    place-self: start center;
    display: grid;
  }
  .vev #ecel5PCiiUHc .contents {
    background: var(--b-dTeOaz_KFL) no-repeat 64% 64% / cover;
  }
  .vev #ecel5PCiiUH {
    min-height: 1000px;
  }
  .vev #e7TWfTsX7Lsc p,
  .vev #e7g6M6_MEHSc p,
  .vev #ekDTImPfkHDc p {
    font-size: 25px;
  }
  .vev #e7g6M6_MEHS {
    width: 94.24%;
    margin: 555px 0 0 0.1%;
    place-self: start center;
  }
  .vev #edd9V_C1i99 {
    min-height: 1000px;
  }
  .vev #ekDTImPfkHD {
    width: 78.13%;
    margin: 548px 0 0;
  }
  .vev #eBbx-aw7NuXc .contents {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 15%, transparent 45%),
      var(--b-Xud6D0Rm46) 6% 51% / cover;
  }
  .vev #eBbx-aw7NuX {
    min-height: 925px;
  }
  .vev #e7TWfTsX7Ls {
    width: 31.84%;
    margin: 537px 0 0 -6.64%;
  }
  .vev #eNgB0FCC04Ec .contents {
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0% 100%),
      var(--b-DJPPPjH9WV) 16% 62% / cover;
  }
  .vev #eNgB0FCC04E {
    min-height: 1080px;
  }
  .vev #ecVBlB0tCkWc strong,
  .vev #es41ZLkAvGuc strong {
    font-size: 34px;
  }
  .vev #es41ZLkAvGu {
    margin: 536px 0 0;
    width: 91.21%;
  }
  .vev #e2UvBEophmNc .contents {
    background: linear-gradient(rgba(0, 0, 0, 0.48) 0% 100%),
      var(--b-1PlVtnBWxq) no-repeat 46% 57% / cover;
  }
  .vev #e2UvBEophmN {
    min-height: 800px;
  }
  .vev #eBdD3z21FJ7c strong,
  .vev #eIkRZLVugF8c strong,
  .vev #eQpBGJNVk7nc strong,
  .vev #eYVm7ffONvvc strong,
  .vev #eaRkMqhgMszc p,
  .vev #exNZUPx3Nnoc strong {
    font-size: 26px;
  }
  .vev #eaRkMqhgMsz {
    width: 71.58%;
    margin: 495px 0 469px 0.1%;
  }
  .vev #eW3k0rdgSBlc .contents {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.81) 31%, transparent 50%),
      var(--b-owQyOSB91n) no-repeat 39% 39% / cover;
  }
  .vev #eW3k0rdgSBl {
    min-height: 1180px;
  }
  .vev #eXlOPnHsZk9 {
    width: 36.43%;
    margin: 467px 0 0 -5.66%;
  }
  .vev #e1pqoCbOnIvc .contents {
    background: linear-gradient(90deg, transparent 38%, rgba(0, 0, 0, 0.7) 62%),
      var(--b-XOd9u9X36q) no-repeat 15% 41% / cover;
  }
  .vev #e1pqoCbOnIv {
    min-height: 1100px;
  }
  .vev #eTav3Y6kVVr {
    width: 45.12%;
    margin: 436px -10.84% 0 0;
    place-self: start end;
  }
  .vev #eYSxOUjF4HM {
    min-height: 800px;
    display: none;
  }
  .vev #e9QPCpGSOks {
    width: 92.29%;
    margin: 429px 0 569px 0.1%;
  }
  .vev #e01LO6_orHn {
    min-height: 950px;
    display: grid;
  }
  .vev #eson-qP0N3K {
    margin: 351px 0 0 0.1%;
    width: 92.29%;
    transform: none;
    place-self: start center;
  }
  .vev #eaOAEX4yIuNc .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.75) 15%,
        rgba(255, 255, 255, 0) 54%
      ),
      var(--b-7PuFV6_kPe) no-repeat 40% 52% / cover;
  }
  .vev #eaOAEX4yIuN {
    min-height: 1000px;
  }
  .vev #e5ufud7gLpu {
    width: 42.77%;
    margin: 433px 0 0 -11.43%;
  }
  .vev #eVwezhOi54H {
    min-height: 900px;
  }
  .vev #eWRPQIJA8MJc p {
    text-align: center;
    font-size: 25px;
  }
  .vev #eWRPQIJA8MJ {
    width: 100%;
    margin: 375px 0 0;
  }
  .vev #enItaPcK1mzc p {
    font-size: 29px;
    text-align: center;
  }
  .vev #enItaPcK1mz {
    margin: 490px 0 0;
    width: 100%;
    place-self: start end;
  }
  .vev #ea0-_1yERhfc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 36%,
        rgba(0, 0, 0, 0.6) 79%
      ),
      var(--b-uzaC5tnhfY) no-repeat 18% 59% / cover;
  }
  .vev #ea0-_1yERhf {
    min-height: 1100px;
  }
  .vev #eptTMHexg7rc p {
    font-size: 25px;
  }
  .vev #eptTMHexg7r {
    width: 45.9%;
    margin: 537px -7.91% 0 0;
    place-self: start end;
    height: 169px;
  }
  .vev #eH3e6zpe-Ekc .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.78) 17%,
        rgba(255, 255, 255, 0.03) 45%
      ),
      var(--b-e6AyDcXzHM) no-repeat 0% 54% / cover;
  }
  .vev #eH3e6zpe-Ek {
    min-height: 1274px;
    display: none;
  }
  .vev #ekCq7shcm4Dc p {
    font-size: 25px;
    text-align: left;
  }
  .vev #ekCq7shcm4D {
    width: 364px;
    margin: 558px 0 587px -6.05%;
    place-self: start start;
    height: 206px;
  }
  .vev #e0D_smhUo5yc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 57%,
        rgba(0, 0, 0, 0.65) 74%
      ),
      var(--b-e6AyDcXzHM) 100% 0% / cover;
  }
  .vev #e0D_smhUo5y {
    min-height: 990px;
    display: grid;
  }
  .vev #eHQU3z6527A {
    margin: 402px -6.05% 0 0;
    place-self: start end;
  }
  .vev #eJqtTU3VC0vc .contents {
    background: linear-gradient(90deg, transparent 41%, rgba(0, 0, 0, 0.68) 65%),
      var(--b-h_MTAxxtnw) no-repeat 77% 57% / cover;
  }
  .vev #eJqtTU3VC0v {
    min-height: 1075px;
  }
  .vev #e4cguuOT9m6 {
    width: 36.43%;
    margin: 478px -6.84% 0 0;
    place-self: start end;
  }
  .vev #esz_kb5Dfdw {
    min-height: 1100px;
    display: none;
  }
  .vev #e137t8EQjNfc p {
    font-size: 25px;
  }
  .vev #e137t8EQjNf {
    width: 845px;
    margin: 556px 0 556px 0.1%;
    height: 133px;
  }
  .vev #ePJSppBLC-sc .contents {
    background: #000;
  }
  .vev #ePJSppBLC-s {
    min-height: 980px;
    display: grid;
  }
  .vev #eCYXQ0eit1xc p {
    font-size: 32px;
  }
  .vev #eCYXQ0eit1x {
    margin: 434px 0 0 0.1%;
    width: 1079px;
    height: 165px;
    transform: none;
    place-self: start center;
  }
  .vev #eJ9nxRdMHN-c .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 48%,
        rgba(0, 0, 0, 0.76) 82%
      ),
      var(--b-G_soUvCjHK) no-repeat 31% 53% / cover;
  }
  .vev #eJ9nxRdMHN- {
    min-height: 1242px;
  }
  .vev #ejdW-CehTTv {
    width: 49.02%;
    margin: 478px -9.86% 0 0;
    place-self: start end;
  }
  .vev #etIv0MXUVoY {
    min-height: 1180px;
  }
  .vev #evbIq7P0jG1 {
    width: 95.12%;
    margin: 431px 0 0;
  }
  .vev #ecVBlB0tCkW {
    margin: 679px 0 0;
    width: 100%;
    place-self: start end;
  }
  .vev #eORPWB_BHfq {
    min-height: 900px;
  }
  .vev #eKTr7SHLBnK {
    width: 96.09%;
    margin: 401px 0 144px;
  }
  .vev #e8eGcC0KV6Cc .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.74) 17%,
        rgba(255, 255, 255, 0) 50%
      ),
      var(--b-aF7nhIVH6t) no-repeat 59% 53% / cover;
  }
  .vev #e8eGcC0KV6C {
    min-height: 900px;
  }
  .vev #eFslMFkoYDb {
    width: 37.3%;
    margin: 366px 0 0 -8.2%;
    place-self: start start;
  }
  .vev #e98qrUYifYRc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 51%,
        rgba(0, 0, 0, 0.63) 66%
      ),
      var(--b-Ki6op2pycg) no-repeat 5% 58% / cover;
  }
  .vev #e98qrUYifYR {
    min-height: 900px;
  }
  .vev #eK1QJsMkjwW {
    width: 33.69%;
    margin: 366px -6.15% 0 0;
    place-self: start end;
  }
  .vev #epK3jHLL3dLc .contents {
    background: linear-gradient(
        rgba(255, 255, 255, 0) 37%,
        rgba(0, 0, 0, 0.7) 76%
      ),
      var(--b-BF3CMe4yth) no-repeat 52% 41% / cover;
  }
  .vev #epK3jHLL3dL {
    min-height: 900px;
  }
  .vev #e2CEFu-PoJkc p {
    text-align: center;
  }
  .vev #e2CEFu-PoJk {
    width: 100%;
    margin: 419px 0 323px;
    place-self: start end;
  }
  .vev #e5WI-E1KZ7Oc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(0, 0, 0, 0.8) 78%
      ),
      var(--b-1qV3QAxqyq) no-repeat 24% 53% / cover;
  }
  .vev #e5WI-E1KZ7O {
    min-height: 975px;
  }
  .vev #eSr1Y27BEPG {
    width: 46.58%;
    margin: 349px -8.4% 0 0;
    place-self: start end;
  }
  .vev #eEMhNSnItCWc .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.74) 25%,
        rgba(255, 255, 255, 0) 51%
      ),
      var(--b-6BmPdUhaUZ) no-repeat 22% 50% / cover;
  }
  .vev #eEMhNSnItCW {
    min-height: 1180px;
  }
  .vev #eGptnRLlg1t {
    width: 46.39%;
    margin: 431px 0 262px -7.71%;
    place-self: start start;
  }
  .vev #esIvxP9AyDq {
    min-height: 900px;
  }
  .vev #eVf37Rc1CMx {
    width: 96.88%;
    margin: 429px 0 304px;
  }
  .vev #eFW5RqAUeU4 {
    min-height: 950px;
  }
  .vev #exQiWBOC1ul {
    width: 85.55%;
    margin: 450px 0 0;
  }
  .vev #eGGwdt5x48o {
    min-height: 900px;
  }
  .vev #ebACVvPYtxz {
    width: 100%;
    margin: 120px 0 0;
    place-self: start end;
  }
  .vev #eHs5IUH4PSqc p,
  .vev #eN-hBKzproAc p,
  .vev #eTOiQ_Pd27Bc p {
    font-size: 24px;
  }
  .vev #eTOiQ_Pd27B {
    height: 54px;
  }
  .vev div .pIL79JtzBh9 p,
  .vev div .pcGrrmhDLtE p {
    font-family: "Merriweather";
    font-weight: 300;
    font-style: normal;
    color: #050505;
    text-align: center;
  }
  .vev div .pcGrrmhDLtE p {
    text-transform: none;
    font-size: 25px;
  }
  .vev div .pcGrrmhDLtE strong {
    color: #000;
  }
  .vev #eYVm7ffONvv {
    margin: 37px 0 0;
    width: 100%;
    height: 45px;
  }
  .vev div .pIL79JtzBh9 p {
    text-transform: uppercase;
    font-size: 24px;
  }
  .vev div .pIL79JtzBh9 strong {
    font-family: "Merriweather";
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: #000;
  }
  .vev #eN8_XRxtXHi {
    margin: 157px 0 0;
    place-self: start end;
  }
  .vev #eN-hBKzproA {
    margin: -37px 0 0;
    width: 100%;
    height: 53px;
  }
  .vev #eBdD3z21FJ7 {
    margin: -1px 0 0;
  }
  .vev #eS4Qxlp-Kfi {
    margin: 239px 0 0;
    place-self: start end;
  }
  .vev #eHs5IUH4PSq {
    width: 100%;
    height: 51px;
  }
  .vev #eIkRZLVugF8c p {
    line-height: 1.2em;
  }
  .vev #eIkRZLVugF8 {
    margin: 41px 0 0;
    height: 106px;
  }
  .vev #erCoNvxrJbk {
    margin: 420px 0 0;
    place-self: start end;
  }
  .vev #eubct0UrPzOc p {
    font-size: 24px;
  }
  .vev #eubct0UrPzO {
    width: 100%;
    height: 53px;
  }
  .vev #eQpBGJNVk7nc p {
    line-height: 1.2em;
  }
  .vev #eQpBGJNVk7n {
    margin: 40px 0 0;
    height: 80px;
  }
  .vev #eZWMA2zlTXE {
    margin: 568px 0 0;
    place-self: start end;
  }
  .vev #ewoxtNhCND1c p {
    font-size: 24px;
  }
  .vev #ewoxtNhCND1 {
    width: 100%;
    height: 53px;
  }
  .vev #exNZUPx3Nno {
    margin: 38px 0 0;
    height: 55px;
  }
}
@media (max-width: 1280px) {
  .vev .__vev {
    --b-pMorDs0nEV: url(assets/3ac898a2d0b7c160dbdc2fd41420777e.png);
    --b--1nZNF2k7p: url(assets/a14902d6c74f5d23f86063fc94d2e058.png);
    --b-FafCRkQAxT: url("assets/8a22e15ef0df632d31abcf00c7d546a7.png");
    --b-r_1cp5_LOY: url(assets/3215574b03a736b92f9e8c473a8f9750.png);
    --b-ADLy-xdtmg: url(assets/910c6a2a62a6666299dc4e034fa7da5f.png);
    --b-C9g96a8QIg: url(assets/08c592f9d68415c9b832a54160fb4551.png);
    --b-rXzlkKLAyo: url(assets/a0a0f2928e656ffa6476d8ac010903da.jpeg);
    --b-TuZJDjxN0n: url("assets/c45508778ed175b9812a8bad7b70a17e.jpg");
    --b-AE3meMQ9DuE: url("assets/f95cec1a5d74abbc4b54e335cffd9225.jpeg");
    --b-2a3KKbtEu0: url("assets/5fc0f00cca2e767a375ba09d18a549bf.png");
    --b-E2R3uai_Pl: url("assets/ff3cc77c80e55feb31039be3d8c8c85f.jpg");
    --b-xY-zHBL1l_: url("assets/f6a06fc9bc0c39f630e3c70cfcd379d8.jpg");
    --b-pfcEH9bshd: url("assets/89b97f13eeca59fc33b573fa399fdaee.jpg");
    --b-OPK_wDhnQv: url("assets/e82274e96e91a606c237600aa124817c.jpg");
    --b-dTeOaz_KFL: url(assets/4461f8102c921480388055798688a0b9.jpg);
    --b-GLW8BZbQ64: url("assets/35c196a5da0afb4d083b1ddd6c644887.jpeg");
    --b-Xud6D0Rm46: url("assets/7276507d65478e526be758ab31c1b3a7.jpg");
    --b-DJPPPjH9WV: url("assets/6e057b7a4cf99d8d903cf05dbd6d2d12.jpeg");
    --b-Qs35Dh59il: url(assets/02de40eef84e10bfea9e279aa5b44c61.png);
    --b-owQyOSB91n: url("assets/b9b7741f00f3fcc7d1c27b06059fc66f.jpg");
    --b-XOd9u9X36q: url("assets/669beb42761eeaacc91a50ed60558dbf.jpeg");
    --b-D0siKlf0YU: url(assets/7226aa9afa1ffb92754bb29ede12dfff.jpeg);
    --b-7PuFV6_kPe: url("assets/27b39939d7b1ea907d77556cd6aa6120.jpg");
    --b-uzaC5tnhfY: url("assets/f5738e40ca4110fad2c32fe3ad3ecbed.png");
    --b-e6AyDcXzHM: url("assets/d44cc9381adf0572c5dce9237a2ddcfa.png");
    --b-h_MTAxxtnw: url("assets/0386f0b83ea29982e046d8bcbfb47fbf.jpg");
    --b-G_soUvCjHK: url("assets/74495b8a3be5ae8e7d405dc8a9a32df0.jpg");
    --b-rnn5king9q: url("assets/e2587db883958459693742326230d7c7.jpg");
    --b-aF7nhIVH6t: url("assets/4dce2bfd48aeadfbf2cbc362b3fd02ce.jpg");
    --b-Ki6op2pycg: url("assets/74363eeb02691100630e36d8f6bee781.jpg");
    --b-BF3CMe4yth: url("assets/5d7f43c4c3af787446d4ad2b1e718a4a.jpg");
    --b-1qV3QAxqyq: url("assets/93408388d30e13741163d3b45c8ad3b1.jpg");
    --b-6BmPdUhaUZ: url("assets/da806a0101680d369b749f5434c11aec.jpeg");
    --b-BmQPvV3W4B: url("assets/b31a25aad2ab6f53994dc9e755e21c02.jpg");
    --b-6fTjPH-wOl: url("assets/7db4253e7fb5f7de590ba620b6f6d481.jpg");
    --b-SLsCzIWY-K: url("assets/9c8a622c1bb0f21c2ecec69ea2800c0b.jpg");
    --b-Te9OLiMxaY: url("assets/dcf7297c02bc0cc002cb8902f0bbe35f.jpeg");
    --b-JY6NLObVZt: url(assets/2f228f198c720ffa7a784d9c8a4c5d1b.png);
    --b-exkW_Fq-d4: url(assets/100abe08d2c0463a8d2b63bcaeaa5be0.jpeg);
    --b-6w0IRNKmM4: url(assets/08ebb7d19b98e64b6c8f1944fe71c447.png);
    --b-u1GlQpkNqF: url(assets/b2331c807400b160ba7cd38fed1b6485.jpeg);
    --b-kvVBuzThta: url(assets/8d3c3bd448b34e2ea38a2550d6f0079b.jpeg);
    --b-1PlVtnBWxq: url("assets/917d2e2b44c8d6def19b45640a010043.png");
  }
}
@media (max-width: 1920px) and (min-width: 1281px) {
  .vev .__vev {
    --b-pMorDs0nEV: url(assets/5f0c464871966b03630424155fc95452.png);
    --b--1nZNF2k7p: url(assets/3dd27f3ab5bc0b4be5d5f93ddfae669d.png);
    --b-FafCRkQAxT: url("assets/fd1cab249c92bd2c97ff3c33a9cb4cfc.png");
    --b-r_1cp5_LOY: url(assets/3215574b03a736b92f9e8c473a8f9750.png);
    --b-ADLy-xdtmg: url(assets/910c6a2a62a6666299dc4e034fa7da5f.png);
    --b-C9g96a8QIg: url(assets/08c592f9d68415c9b832a54160fb4551.png);
    --b-rXzlkKLAyo: url(assets/a0a0f2928e656ffa6476d8ac010903da.jpeg);
    --b-TuZJDjxN0n: url("assets/c45508778ed175b9812a8bad7b70a17e.jpg");
    --b-AE3meMQ9DuE: url("assets/506b63bec814eb281893e977628ba378.jpeg");
    --b-2a3KKbtEu0: url("assets/9a97e99a591a837272eacd8ad43becce.png");
    --b-E2R3uai_Pl: url("assets/c3ec226c301085a32bfd056615a16004.jpg");
    --b-xY-zHBL1l_: url("assets/b4961da0038b7c9b25da95628eb6d9b1.jpg");
    --b-pfcEH9bshd: url("assets/89b97f13eeca59fc33b573fa399fdaee.jpg");
    --b-OPK_wDhnQv: url("assets/5379c70ea9bd6432300bc2d99f24f3df.jpg");
    --b-dTeOaz_KFL: url(assets/4461f8102c921480388055798688a0b9.jpg);
    --b-GLW8BZbQ64: url("assets/35c196a5da0afb4d083b1ddd6c644887.jpeg");
    --b-Xud6D0Rm46: url("assets/0843f833cce715e5837f6118c4cfc279.jpg");
    --b-DJPPPjH9WV: url("assets/6e057b7a4cf99d8d903cf05dbd6d2d12.jpeg");
    --b-Qs35Dh59il: url(assets/02de40eef84e10bfea9e279aa5b44c61.png);
    --b-owQyOSB91n: url("assets/bf32514c799de44698ae0bbe5f170afd.jpg");
    --b-XOd9u9X36q: url("assets/669beb42761eeaacc91a50ed60558dbf.jpeg");
    --b-D0siKlf0YU: url(assets/7226aa9afa1ffb92754bb29ede12dfff.jpeg);
    --b-7PuFV6_kPe: url("assets/7d885e877f933903228e888062123968.jpg");
    --b-uzaC5tnhfY: url("assets/f5738e40ca4110fad2c32fe3ad3ecbed.png");
    --b-e6AyDcXzHM: url("assets/d44cc9381adf0572c5dce9237a2ddcfa.png");
    --b-h_MTAxxtnw: url("assets/0386f0b83ea29982e046d8bcbfb47fbf.jpg");
    --b-G_soUvCjHK: url("assets/74495b8a3be5ae8e7d405dc8a9a32df0.jpg");
    --b-rnn5king9q: url("assets/e2c58d61a53cd34730d68dc7a2aa5910.jpg");
    --b-aF7nhIVH6t: url("assets/4dce2bfd48aeadfbf2cbc362b3fd02ce.jpg");
    --b-Ki6op2pycg: url("assets/74363eeb02691100630e36d8f6bee781.jpg");
    --b-BF3CMe4yth: url("assets/5d7f43c4c3af787446d4ad2b1e718a4a.jpg");
    --b-1qV3QAxqyq: url("assets/14803968c40b7cf7b09f538735f23ec2.jpg");
    --b-6BmPdUhaUZ: url("assets/da806a0101680d369b749f5434c11aec.jpeg");
    --b-BmQPvV3W4B: url("assets/c0a86ccf2bb8a79718b9c89db1f8010d.jpg");
    --b-6fTjPH-wOl: url("assets/eb66614c4d70e4cf491897d84b920e3a.jpg");
    --b-SLsCzIWY-K: url("assets/9c8a622c1bb0f21c2ecec69ea2800c0b.jpg");
    --b-Te9OLiMxaY: url("assets/dcf7297c02bc0cc002cb8902f0bbe35f.jpeg");
    --b-JY6NLObVZt: url(assets/caa6f07f762ae66a519a9f2fe8011c78.png);
    --b-exkW_Fq-d4: url(assets/100abe08d2c0463a8d2b63bcaeaa5be0.jpeg);
    --b-6w0IRNKmM4: url(assets/8db8202742cca8d4a610698642ef3bfb.png);
    --b-u1GlQpkNqF: url(assets/b2331c807400b160ba7cd38fed1b6485.jpeg);
    --b-kvVBuzThta: url(assets/8d3c3bd448b34e2ea38a2550d6f0079b.jpeg);
    --b-1PlVtnBWxq: url("assets/5045cc24e11d12d43d5ad613188b4735.png");
  }
}
@media (min-width: 1921px) {
  .vev .__vev {
    --b-pMorDs0nEV: url(assets/bbb6136acaaa5e2d268a620bfac212f6.png);
    --b--1nZNF2k7p: url(assets/77e43ad1928c374207fcf6854b74858c.png);
    --b-FafCRkQAxT: url("assets/77bad753586c9e472f418d295eab21dd.png");
    --b-r_1cp5_LOY: url(assets/3215574b03a736b92f9e8c473a8f9750.png);
    --b-ADLy-xdtmg: url(assets/910c6a2a62a6666299dc4e034fa7da5f.png);
    --b-C9g96a8QIg: url(assets/08c592f9d68415c9b832a54160fb4551.png);
    --b-rXzlkKLAyo: url(assets/a0a0f2928e656ffa6476d8ac010903da.jpeg);
    --b-TuZJDjxN0n: url("assets/c45508778ed175b9812a8bad7b70a17e.jpg");
    --b-AE3meMQ9DuE: url("assets/d923bd84562381d1a73bc7551e404368.jpeg");
    --b-2a3KKbtEu0: url("assets/e10fcd33a04c2f5bda8f75fd76c6ef18.png");
    --b-E2R3uai_Pl: url("assets/bdd28a6c9cb02363506f6465ad9b84c5.jpg");
    --b-xY-zHBL1l_: url("assets/aa5d8074d78536d0a3609403144e7a83.jpg");
    --b-pfcEH9bshd: url("assets/89b97f13eeca59fc33b573fa399fdaee.jpg");
    --b-OPK_wDhnQv: url("assets/4cf119eed240a5b6c7a14754375b311f.jpg");
    --b-dTeOaz_KFL: url(assets/4461f8102c921480388055798688a0b9.jpg);
    --b-GLW8BZbQ64: url("assets/35c196a5da0afb4d083b1ddd6c644887.jpeg");
    --b-Xud6D0Rm46: url("assets/43abdb2acab4b58823695624da013507.jpg");
    --b-DJPPPjH9WV: url("assets/6e057b7a4cf99d8d903cf05dbd6d2d12.jpeg");
    --b-Qs35Dh59il: url(assets/02de40eef84e10bfea9e279aa5b44c61.png);
    --b-owQyOSB91n: url("assets/69161771a9a9a55ff6bd509e239a5762.jpg");
    --b-XOd9u9X36q: url("assets/669beb42761eeaacc91a50ed60558dbf.jpeg");
    --b-D0siKlf0YU: url(assets/7226aa9afa1ffb92754bb29ede12dfff.jpeg);
    --b-7PuFV6_kPe: url("assets/ba71c620da3555ffc7581694939540b9.jpg");
    --b-uzaC5tnhfY: url("assets/f5738e40ca4110fad2c32fe3ad3ecbed.png");
    --b-e6AyDcXzHM: url("assets/d44cc9381adf0572c5dce9237a2ddcfa.png");
    --b-h_MTAxxtnw: url("assets/0386f0b83ea29982e046d8bcbfb47fbf.jpg");
    --b-G_soUvCjHK: url("assets/74495b8a3be5ae8e7d405dc8a9a32df0.jpg");
    --b-rnn5king9q: url("assets/7e7049e4fe5f4992eef37022b9ec1c72.jpg");
    --b-aF7nhIVH6t: url("assets/4dce2bfd48aeadfbf2cbc362b3fd02ce.jpg");
    --b-Ki6op2pycg: url("assets/74363eeb02691100630e36d8f6bee781.jpg");
    --b-BF3CMe4yth: url("assets/5d7f43c4c3af787446d4ad2b1e718a4a.jpg");
    --b-1qV3QAxqyq: url("assets/fd73bd649903efdd3e713942b08c7478.jpg");
    --b-6BmPdUhaUZ: url("assets/da806a0101680d369b749f5434c11aec.jpeg");
    --b-BmQPvV3W4B: url("assets/46a583f11fe1b97a3bee9e18675b6c2f.jpg");
    --b-6fTjPH-wOl: url("assets/cb1b846728aa55c7a0d35a90cfc424c1.jpg");
    --b-SLsCzIWY-K: url("assets/9c8a622c1bb0f21c2ecec69ea2800c0b.jpg");
    --b-Te9OLiMxaY: url("assets/dcf7297c02bc0cc002cb8902f0bbe35f.jpeg");
    --b-JY6NLObVZt: url(assets/e94365cd1b5f0b072bd27cae80700af5.png);
    --b-exkW_Fq-d4: url(assets/100abe08d2c0463a8d2b63bcaeaa5be0.jpeg);
    --b-6w0IRNKmM4: url(assets/54b6805a445c480788011d243b7f6251.png);
    --b-u1GlQpkNqF: url(assets/b2331c807400b160ba7cd38fed1b6485.jpeg);
    --b-kvVBuzThta: url(assets/8d3c3bd448b34e2ea38a2550d6f0079b.jpeg);
    --b-1PlVtnBWxq: url("assets/b388e9a9420a13c9f7df7d603b688f6a.png");
  }
}
