@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
.anton-regular {
  font-family: "Anton", serif;
  font-weight: 400;
  font-style: normal;
}

.lato-thin {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: normal;
}

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

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

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

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

.lato-thin-italic {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: italic;
}

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

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

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

.lato-black-italic {
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: italic;
}
.abril-fatface-regular {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}

.averia-serif-libre-light {
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
}

.averia-serif-libre-regular {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
}

.averia-serif-libre-bold {
  font-family: "Averia Serif Libre", serif;
  font-weight: 700;
  font-style: normal;
}

.averia-serif-libre-light-italic {
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: italic;
}

.averia-serif-libre-regular-italic {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: italic;
}

.averia-serif-libre-bold-italic {
  font-family: "Averia Serif Libre", serif;
  font-weight: 700;
  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;
  }
}
/*! For license information please see vev.css.LEGAL.txt */
/*# sourceMappingURL=vev.css.map */
@keyframes scale {
  50% {
    transform: scale(1.2);
  }
}
.vev .rectangle {
  background: #c4c4c4;
}
.vev .w732vui6 {
  background: #fff;
}
.vev .w732vui6 .progress {
  background: #000;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s ease-out;
}
.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: #5ddbdf;
  text-decoration: none;
  word-break: break-word;
  transition: all 0.2s ease-out;
}
.vev .text a:hover {
  color: #3d919e;
}
.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: #ff0303;
}
.vev .text hr {
  border: 0;
  background: #aeedef;
  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: #5ddbdf;
  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 .image {
  overflow: hidden;
}
.vev .image img {
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.vev .image img.section {
  position: absolute;
}
.vev .w1bopak0jo-n2r {
  padding: 5px;
}
.vev .w1bopak0jo-n2r .icon-container {
  color: #000;
}
.vev .w1bopak0jo-n2r .menu-icon {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.vev .w1bopak0jo-n2r a,
.vev .w1bopak0jo-n2r a.active {
  padding: 10px;
}
.vev .w1bopak0jo-n2r .sidenav {
  height: 100%;
  width: 320px;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 0.5s ease-in-out;
  background: #fff;
  padding: 30px 0 0;
  color: #000;
  display: flex;
  flex-direction: column;
}
.vev .w1bopak0jo-n2r .close-button {
  position: absolute;
  cursor: pointer;
  z-index: 12;
  top: 5px;
  right: 8px;
  width: auto;
  height: auto;
  line-height: 1.8em;
  text-align: center;
}
.vev .w1bopak0jo-n2r .menu-link-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vev .w1bopak0jo-n2r .menu-link-wrapper a {
  flex: 1 1;
}
.vev .w1bopak0jo-n2r .menu-link-wrapper i {
  cursor: pointer;
  padding: 8px;
}
.vev .w1bn5r0s80-1477 a,
.vev .w1bopak0jo-n2r .menu-item a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  width: 100%;
}
.vev .w1bopak0jo-n2r .menu-item a {
  height: 100%;
}
.vev .w1bopak0jo-n2r .menu-item-children {
  background: #f5f5f5;
  padding: 0 0 0 15px;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
  max-height: 2000px;
}
.vev .w1bopak0jo-n2r .menu-item-children.collapsed {
  max-height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.vev .w1bn5r0s80-1477 {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  background: #fff;
}
.vev .w1bn5r0s80-1477 .container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: inherit;
  align-items: inherit;
  flex-direction: inherit;
}
.vev .w1bn5r0s80-1477 .menu-item {
  padding: 5px;
  font-family: Lato;
}
.vev .w1bn5r0s80-1477 .menu-item:hover {
  font-family: Lato;
}
.vev .w1bn5r0s80-1477 .menu-item-child {
  background: #efefef;
  padding: 10px;
  text-align: center;
  font-family: Lato;
}
.vev .w1bn5r0s80-1477 .menu-item-child:hover {
  background: #efefef;
}
.vev .w1bn5r0s80-1477 a {
  white-space: nowrap;
  vertical-align: middle;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vev .w1bn5r0s80-1477 .menu-item-wrapper {
  position: relative;
  white-space: nowrap;
}
.vev .w1bn5r0s80-1477 .menu-item-wrapper:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.vev .w1bn5r0s80-1477 .menu-item-wrapper:hover .menu-item-children {
  visibility: visible;
  opacity: 1;
}
.vev .w1bn5r0s80-1477 .menu-item-children {
  visibility: hidden;
  z-index: 1;
  transition: visibility 0s, opacity 0.2s linear;
  opacity: 0;
  position: absolute;
  min-width: 80px;
  white-space: nowrap;
  transform: translate(-50%, 100%);
  bottom: 0;
  left: 50%;
  text-align: center;
}
.vev .shape,
.vev .w74dqar7 {
  overflow: hidden;
}
.vev .shape svg {
  width: 100% !important;
  fill: currentColor;
}
.vev .w74dqar7 {
  background: #000;
}
.vev .w74dqar7 video {
  outline: 0;
  filter: none;
}
.vev .image img,
.vev .w74dqar7 video[poster] {
  object-fit: cover;
}
.vev .w74dqar7 video.section {
  position: absolute;
}
.vev .w74dqar7 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  backface-visibility: hidden;
}
.vev .w74dqar7 .ie video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.vev .circle {
  border-radius: 50%;
  background: #c4c4c4;
}
.vev .w1c12qdsln-oon div {
  display: inherit;
  flex-direction: inherit;
  padding: inherit;
  border: inherit;
  width: 100%;
}
.vev .w1c12qdsln-oon a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
.vev .w1c12qdsln-oon icon,
.vev .w1c12qdsln-oon span {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  min-width: 1em;
}
.vev .w1c12qdsln-oon {
  display: flex;
}
.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 .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 .shape svg,
.vev .wUNTsB8PHK .contents .jwplayer.jw-flag-aspect-mode {
  height: 100% !important;
}
.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 .w75hbqbv {
  overflow: hidden;
}
.vev .w75hbqbv .lazy {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  contain: strict;
  inset: -20vh 0;
}
.vev .w74dqar7 video,
.vev .w75hbqbv svg,
.vev .wsZ4N1eD9T p {
  width: 100%;
  height: 100%;
}
.vev .wsZ4N1eD9T p {
  margin: 0;
  padding: 0;
  font-size: 42px;
  font-weight: 700;
}
.vev .w-ExSvTIwU {
  overflow: visible;
}
.vev .w-ExSvTIwU .holder {
  display: -webkit-box;
}
.vev .w-ExSvTIwU .widget-instructions {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
}
.vev .w-ExSvTIwU .card-slider {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.vev .w-ExSvTIwU .card-slider.active {
  transform: translate3d(0, 0, 0) scale(1);
}
.vev .w-ExSvTIwU .card-slider.inactive {
  transform: translate3d(0, 0, 0) scale(0.8);
}
.vev .w-ExSvTIwU .top {
  background-position: center;
  width: 100%;
  height: 80px;
  border: 0;
  display: inline-block;
  border-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vev .w-ExSvTIwU .top .image {
  background: 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.vev .w-ExSvTIwU .bottom {
  padding: 25px;
  width: 100%;
  flex-grow: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vev .w-ExSvTIwU .bottom .title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #071a39;
}
.vev .w-ExSvTIwU .bottom .subtitle {
  font-size: 10px;
  font-weight: 900;
  color: #b6b6c6;
  text-transform: uppercase;
  text-align: center;
}
.vev .w-ExSvTIwU .bottom .body {
  font-size: 14px;
  font-style: italic;
  text-align: center;
  color: #071a39;
  margin: 10px 0 0;
}
.vev .w-ExSvTIwU .bottom .link {
  text-decoration: none;
  color: #071a39;
  font-size: 14px;
  text-align: center;
  margin: 5px 0 0;
  padding: 2px;
}
.vev .w-ExSvTIwU .bottom .link:hover {
  text-decoration: none;
  color: #05152e;
  font-size: 14px;
  font-style: bold;
  text-align: center;
  transition: background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vev .w-ExSvTIwU .nav-arrows {
  width: calc(100% + 66px);
  font-size: 20px;
  position: absolute;
  top: 40%;
  left: -33px;
  display: flex;
  justify-content: space-between;
}
.vev .w-ExSvTIwU .nav-arrows .hidden {
  opacity: 0.2;
}
.vev .w-ExSvTIwU .nav {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.vev .w-ExSvTIwU .nav .nav-option {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background-color: #000;
  margin: 5px;
  border-radius: 100%;
  opacity: 0.3;
}
.vev .w-ExSvTIwU .nav .nav-option.active {
  opacity: 0.6;
}
.vev .wrapper__Slider {
  height: 100%;
  overflow: inherit;
}
.vev .dots__Slider,
.vev .empty__Slider {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}
.vev .empty__Slider {
  background-color: #eee;
  color: #909090;
  font-size: 14px;
}
.vev .dots__Slider {
  color: #ccc;
  font-size: 30px;
}
.vev .dots__Slider span,
.vev .dots__Slideshow span {
  transform: translateY(-5%);
  cursor: pointer;
}
.vev .selected__Slider {
  color: #00f;
}
.vev .wrapper__Slideshow {
  height: 100%;
  overflow: inherit;
}
.vev .dots__Slideshow,
.vev .empty__Slideshow {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}
.vev .empty__Slideshow {
  background-color: #eee;
  color: #909090;
  font-size: 14px;
}
.vev .dots__Slideshow {
  color: #ccc;
  font-size: 30px;
}
.vev .selected__Slideshow {
  color: #00f;
}
.vev .wrapper__Carousel3d {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
}
.vev .slide__Carousel3d {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transform-style: preserve-3d;
}
.vev .src_Fade__wrapper__1QRRiAt1Js1nD0ApT2Ek {
  width: 100%;
  height: 100%;
  overflow: inherit;
}
.vev .src_Fade__slide__1QRRiAt1Js1nD0ApT2Ek {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
}
.vev .wrapper__Slide {
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: inherit;
}
.vev .slide__Slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.vev .inner__Slide {
  height: 100%;
}
.vev .wrapper__Zoom {
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: inherit;
}
.vev .w1c12qdsln-oon a,
.vev .wrapper__Zoom > vev {
  width: 100%;
  overflow: hidden;
}
.vev .slide__Zoom {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.vev .slide__Zoom,
.vev .slide__Zoom * {
  pointer-events: none;
}
.vev .slide__Zoom.active__Zoom *,
.vev .slide__Zoom.active__Zoom * * {
  pointer-events: all;
}
.vev .section .children {
  height: 100%;
}
.vev .p17vAKZzRl5 .__sc {
  grid-template-columns: 1fr 1024px 1fr;
}
.vev #eJ07QYW8o7f {
  width: 135.42%;
  height: auto;
  margin: -9px 0 0 -17.78%;
  max-height: 100%;
  display: none;
}
.vev #ePivpXNFEafc {
  background: #000;
}
.vev #ePivpXNFEaf,
.vev #euxpAwfEzVS {
  margin: -52px -9.41% 0 0;
  width: 100%;
  height: 123px;
  transform: none;
  place-self: start end;
}
.vev #euxpAwfEzVS {
  margin: 70px 0 0;
  height: 6px;
  place-self: start start;
}
.vev #euxpAwfEzVSc .progress {
  background: #00d91f;
}
.vev #e8gYb1iRO4Jc h3,
.vev #eNLci5ZQDYWc h3 {
  font-weight: 700;
  font-size: 34px;
  font-family: "Lato";
  text-align: center;
  font-style: inherit;
  letter-spacing: -1px;
  word-spacing: 0;
}
.vev #e8gYb1iRO4Jc h4,
.vev #eNLci5ZQDYWc h4 {
  text-align: center;
  color: #0051fd;
  font-weight: 900;
  font-style: inherit;
}
.vev #e8gYb1iRO4Jc h1,
.vev #eNLci5ZQDYWc h1 {
  text-align: center;
  font-size: 107px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00d91f;
}
.vev #e1ehAXI-3dTc h2 {
  font-family: "Anton";
  text-align: center;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vev #e8gYb1iRO4Jc h2 {
  color: #00d91f;
  font-size: 53px;
}
.vev #e8gYb1iRO4Jc h2,
.vev #eJJvuAEs9wtc h2 {
  font-family: "Anton";
  text-align: center;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vev #eNLci5ZQDYWc h2 {
  color: #00d91f;
  font-size: 53px;
}
.vev #eNLci5ZQDYWc h2,
.vev #eYiXM-zrPu3c h2,
.vev #ecLw39iE3AEc h2,
.vev #eif_WOH9jTUc h2 {
  font-family: "Anton";
  text-align: center;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vev #e8gYb1iRO4Jc h5,
.vev #eNLci5ZQDYWc h5 {
  font-weight: 900;
  font-style: normal;
  color: #fff;
  margin: 2px 0 18px;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Lato";
}
.vev #e8gYb1iRO4Jc h6,
.vev #eNLci5ZQDYWc h6 {
  font-weight: 900;
  font-style: inherit;
}
.vev #e8gYb1iRO4Jc blockquote,
.vev #eNLci5ZQDYWc blockquote {
  font-family: "Lora";
  font-weight: 700;
  font-style: italic;
  color: #f80380;
}
.vev #e8gYb1iRO4Jc h1,
.vev #eNLci5ZQDYWc,
.vev #eNLci5ZQDYWc h1 {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #e8gYb1iRO4Jc li,
.vev #eNLci5ZQDYWc li {
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.5));
}
.vev #eJ83ccnwUDM,
.vev #eNLci5ZQDYW {
  place-self: start start;
  transform: none;
}
.vev #eNLci5ZQDYW {
  width: 404px;
  margin: 34px 0 0 31.58%;
  height: 17px;
}
.vev #eJ83ccnwUDM {
  margin: 27px 0 0 69.05%;
  width: 8.68%;
  height: 0;
}
.vev #e_9-qHu9LXNc .icon-container {
  color: #fff;
}
.vev #e_9-qHu9LXNc a {
  color: #fff;
  padding: 20px;
}
.vev #e_9-qHu9LXNc a.active {
  color: #4c4c4c;
}
.vev #e_9-qHu9LXNc a:hover {
  color: #ef4d22;
}
.vev #e_9-qHu9LXNc .sidenav {
  color: #ef4d22;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.7);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #e8gYb1iRO4Jc h5 {
  font-family: "Averia Serif Libre";
  font-weight: 700;
  font-style: inherit;
  color: #c9b100;
  letter-spacing: 1px;
  font-size: 18px;
}
.vev #e1ehAXI-3dTc h1,
.vev #e_9-qHu9LXNc .menu-item-children {
  color: #fff;
  font-family: "Averia Serif Libre";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.vev #e_9-qHu9LXNc {
  padding: 6px;
}
.vev #e_9-qHu9LXN {
  margin: 17px 0 0 26.61%;
  width: 3.28%;
  height: 48px;
  transform: none;
  place-self: start start;
}
.vev #eYe-ieif7tO {
  width: 100%;
  height: auto;
  margin: -5px 0 0;
  transform: none;
  place-self: start center;
  max-height: 100%;
}
.vev #ebpCcUGBVNZc {
  background: #000;
}
.vev #ebpCcUGBVNZ {
  margin: -10px 0 0;
  width: 100%;
  height: 95px;
  transform: none;
  place-self: start end;
}
.vev #eDA7F0sP6fXc .progress {
  background: #c9b100;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eDA7F0sP6fXc {
  background: 0 0;
}
.vev #eDA7F0sP6fX {
  margin: 79px 0 0;
  width: 100%;
  height: 6px;
  transform: none;
  place-self: start end;
}
.vev #epCBYMPH7Znc {
  background: rgba(0, 0, 0, 0.8);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #epCBYMPH7Znc .menu-item,
.vev #epCBYMPH7Znc .menu-item.active {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  padding: 5px;
  opacity: 1;
  letter-spacing: 1px;
}
.vev #epCBYMPH7Znc .menu-item {
  color: #fff;
  border-radius: 0;
}
.vev #epCBYMPH7Znc .menu-item.active {
  color: #c9b100;
}
.vev #epCBYMPH7Znc .menu-item-child:hover {
  color: #c9b100;
  font-size: 15px;
  font-weight: 900;
  font-style: inherit;
}
.vev #epCBYMPH7Znc .menu-item-child,
.vev #epCBYMPH7Znc .menu-item-child:hover,
.vev #epCBYMPH7Znc .menu-item:hover {
  background: rgba(0, 0, 0, 0.8);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #epCBYMPH7Znc .menu-item-child {
  color: #f7f7f7;
  padding: 25px 15px 15px;
  font-size: 15px;
  font-weight: 900;
  font-style: inherit;
}
.vev #epCBYMPH7Znc .menu-item:hover {
  opacity: 1;
  color: #c9b100;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #epCBYMPH7Zn {
  margin: 25px 0 0 12.99%;
  width: 36.11%;
  height: 45px;
  transform: none;
  place-self: start center;
}
.vev #e1ehAXI-3dTc h1 {
  margin: 15px 0;
  font-size: 120px;
  line-height: 100px;
  color: #490303;
  text-align: center;
  letter-spacing: -6px;
}
.vev #e8gYb1iRO4Jc {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.vev #e8gYb1iRO4J {
  width: 250px;
  margin: 35px 0 0 14.44%;
  height: 25px;
  place-self: start start;
  transform: none;
}
.vev #e9gmxappW5bc img {
  object-fit: contain;
  object-position: 50% 50%;
}
.vev #e9gmxappW5b {
  margin: 5px 208px 0 0;
  width: 45px;
  height: auto;
  transform: none;
  place-self: start end;
  aspect-ratio: 0.7288;
  max-height: 100%;
  --ratio: 137.21%;
}
.vev #eM4LV6q-Lyvc .menu-item,
.vev #eM4LV6q-Lyvc .menu-item-child {
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.vev #eM4LV6q-Lyvc .menu-item {
  color: #f9f9f9;
  font-size: 15px;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
.vev #eM4LV6q-Lyvc .menu-item-child {
  background: 0 0;
  color: transparent;
}
.vev #eM4LV6q-Lyvc,
.vev #eM4LV6q-Lyvc .menu-item-child:hover {
  background: 0 0;
}
.vev #eM4LV6q-Lyvc .menu-item:hover {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  color: #a67318;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.vev #eM4LV6q-Lyvc .menu-item.active {
  color: #d5c297;
  font-size: 15px;
  letter-spacing: 1px;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.vev #eM4LV6q-Lyv {
  margin: 21px 0 0 6.46%;
  width: 52.99%;
  height: 53px;
  transform: none;
  place-self: start center;
  display: none;
}
.vev #ewlHVMebwJGc {
  background: linear-gradient(#000 0% 100%);
}
.vev #ewlHVMebwJGc .overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #ewlHVMebwJG {
  min-height: 900px;
  height: auto;
}
.vev #e6Ce0FeHFDIc {
  color: #490303;
}
.vev #e6Ce0FeHFDI {
  width: 324px;
  margin: 622px 0 0;
  place-self: start center;
  height: 32px;
  transform: none;
}
.vev #e1ehAXI-3dTc h3,
.vev #e2Rv_VAUhzoc h3,
.vev #eJJvuAEs9wtc h3,
.vev #eYiXM-zrPu3c h3,
.vev #ecLw39iE3AEc h3,
.vev #eif_WOH9jTUc h3,
.vev #eoJiisAH_b3c h3 {
  font-weight: 900;
  font-size: 28px;
  font-family: "Lato";
  text-align: center;
  font-style: inherit;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 38px;
  color: #fff;
  margin: 15px 0;
}
.vev #e1ehAXI-3dTc h4,
.vev #e2Dkgw87WaIc h4,
.vev #e2Rv_VAUhzoc h4,
.vev #eBMKUSnsqclc h4,
.vev #eEn0rAIJrKWc h4,
.vev #eJJvuAEs9wtc h4,
.vev #eNAnvDbCtNcc h4,
.vev #eTzuid_GWK_c h4,
.vev #eYVxzcBd2WEc h4,
.vev #eYiXM-zrPu3c h4,
.vev #ecLw39iE3AEc h4,
.vev #ecy1n9o_fbfc h4,
.vev #egOJBP-WWnfc h4,
.vev #eif_WOH9jTUc h4,
.vev #enYKwaoT-IQc h4,
.vev #eoJiisAH_b3c h4,
.vev #etO50lSrN0xc h4,
.vev div .pAOf6DONG1 h4,
.vev div .ptHJ6mw7tPd h4 {
  text-align: center;
  color: #f9f9f9;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  font-family: "Anton";
  text-transform: none;
  font-variant: normal;
  margin: 10px 0;
}
.vev #e1ehAXI-3dTc h2,
.vev #eJJvuAEs9wtc h2,
.vev #eYiXM-zrPu3c h2,
.vev #ecLw39iE3AEc h2,
.vev #eif_WOH9jTUc h2 {
  color: #fff;
  font-size: 52px;
  line-height: 55px;
  margin: 15px 0;
}
.vev #e1ehAXI-3dTc h5,
.vev #e2Rv_VAUhzoc h5,
.vev #eJJvuAEs9wtc h5,
.vev #eYiXM-zrPu3c h5,
.vev #ecLw39iE3AEc h5,
.vev #eif_WOH9jTUc h5,
.vev #eoJiisAH_b3c h5 {
  font-weight: 900;
  font-style: inherit;
  color: #fff;
  line-height: 25px;
  text-transform: none;
  font-variant: normal;
  letter-spacing: 1px;
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}
.vev #e1ehAXI-3dTc h6,
.vev #e2Dkgw87WaIc h6,
.vev #e2Rv_VAUhzoc h6,
.vev #eBMKUSnsqclc h6,
.vev #eEn0rAIJrKWc h6,
.vev #eJJvuAEs9wtc h6,
.vev #eNAnvDbCtNcc h6,
.vev #eYVxzcBd2WEc h6,
.vev #eYiXM-zrPu3c h6,
.vev #ecLw39iE3AEc h6,
.vev #eif_WOH9jTUc h6,
.vev #eoJiisAH_b3c h6,
.vev #etO50lSrN0xc h6,
.vev div .pAOf6DONG1 h6,
.vev div .ptHJ6mw7tPd h6 {
  font-weight: 400;
  font-style: normal;
  font-family: "Anton";
  color: #ff0303;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 10px 0;
  text-transform: uppercase;
}
.vev #e1ehAXI-3dTc blockquote,
.vev #e2Rv_VAUhzoc blockquote,
.vev #eJJvuAEs9wtc blockquote,
.vev #eYiXM-zrPu3c blockquote,
.vev #ecLw39iE3AEc blockquote,
.vev #eif_WOH9jTUc blockquote,
.vev #eoJiisAH_b3c blockquote {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 52px;
  margin: 15px 0;
}
.vev #e1ehAXI-3dTc {
  font-size: 22px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  line-height: 28px;
  padding: 0;
}
.vev #e1ehAXI-3dTc a,
.vev #eJJvuAEs9wtc a,
.vev #eYiXM-zrPu3c a,
.vev #ecLw39iE3AEc a,
.vev #eif_WOH9jTUc a {
  color: #0051fd;
  font-size: 20px;
}
.vev #e1ehAXI-3dTc p,
.vev #e2Rv_VAUhzoc p,
.vev #eJJvuAEs9wtc p,
.vev #eYiXM-zrPu3c p,
.vev #ecLw39iE3AEc p,
.vev #eif_WOH9jTUc p,
.vev #eoJiisAH_b3c p {
  margin: 15px 0;
}
.vev #e1ehAXI-3dTc li,
.vev #e2Dkgw87WaIc li,
.vev #e2Rv_VAUhzoc li,
.vev #e3eHgHIjCNtc li,
.vev #e3fd0VH4STWc li,
.vev #e4TShHJLB4Bc li,
.vev #eBMKUSnsqclc li,
.vev #eEn0rAIJrKWc li,
.vev #eFLvbyvH6aRc li,
.vev #eJJvuAEs9wtc li,
.vev #eNAnvDbCtNcc li,
.vev #ePewMVbuQK8c li,
.vev #eTzuid_GWK_c li,
.vev #eYVxzcBd2WEc li,
.vev #eYiXM-zrPu3c li,
.vev #ecLw39iE3AEc li,
.vev #ecy1n9o_fbfc li,
.vev #egOJBP-WWnfc li,
.vev #eif_WOH9jTUc li,
.vev #enYKwaoT-IQc li,
.vev #eoJiisAH_b3c li,
.vev #et6FJreyaXWc li,
.vev #etO50lSrN0xc li,
.vev #eweKe0Tv1stc li,
.vev #ey1Rr-83Z7tc li,
.vev div .pAOf6DONG1 li,
.vev div .pdh3LaF89nc li,
.vev div .ptHJ6mw7tPd li {
  line-height: 20px;
  margin: 10px;
}
.vev #e1ehAXI-3dTc strong,
.vev #e2Dkgw87WaIc strong,
.vev #e2Rv_VAUhzoc strong,
.vev #e3eHgHIjCNtc strong,
.vev #e3fd0VH4STWc strong,
.vev #e4TShHJLB4Bc strong,
.vev #eBMKUSnsqclc strong,
.vev #eEn0rAIJrKWc strong,
.vev #eFLvbyvH6aRc strong,
.vev #eJJvuAEs9wtc strong,
.vev #eNAnvDbCtNcc strong,
.vev #ePewMVbuQK8c strong,
.vev #eTzuid_GWK_c strong,
.vev #eYVxzcBd2WEc strong,
.vev #eYiXM-zrPu3c strong,
.vev #ecLw39iE3AEc strong,
.vev #ecy1n9o_fbfc strong,
.vev #egOJBP-WWnfc strong,
.vev #eif_WOH9jTUc strong,
.vev #enYKwaoT-IQc strong,
.vev #eoJiisAH_b3c strong,
.vev #et6FJreyaXWc strong,
.vev #etO50lSrN0xc strong,
.vev #eweKe0Tv1stc strong,
.vev #ey1Rr-83Z7tc strong,
.vev div .pAOf6DONG1 strong,
.vev div .pdh3LaF89nc strong,
.vev div .ptHJ6mw7tPd strong {
  font-weight: 900;
  font-style: inherit;
  font-size: 20px;
  letter-spacing: 0;
  color: #fff;
}
.vev #e1ehAXI-3dTc th,
.vev #e2Dkgw87WaIc th,
.vev #e2Rv_VAUhzoc th,
.vev #e3eHgHIjCNtc th,
.vev #e3fd0VH4STWc th,
.vev #e4TShHJLB4Bc th,
.vev #eBMKUSnsqclc th,
.vev #eEn0rAIJrKWc th,
.vev #eFLvbyvH6aRc th,
.vev #eJJvuAEs9wtc th,
.vev #eNAnvDbCtNcc th,
.vev #ePewMVbuQK8c th,
.vev #eTzuid_GWK_c th,
.vev #eYVxzcBd2WEc th,
.vev #eYiXM-zrPu3c th,
.vev #ecLw39iE3AEc th,
.vev #ecy1n9o_fbfc th,
.vev #egOJBP-WWnfc th,
.vev #eif_WOH9jTUc th,
.vev #enYKwaoT-IQc th,
.vev #eoJiisAH_b3c th,
.vev #et6FJreyaXWc th,
.vev #etO50lSrN0xc th,
.vev #eweKe0Tv1stc th,
.vev #ey1Rr-83Z7tc th,
.vev div .pAOf6DONG1 th,
.vev div .pdh3LaF89nc th,
.vev div .ptHJ6mw7tPd th {
  background: #ff0303;
  font-size: 20px;
}
.vev #e1ehAXI-3dTc a:hover,
.vev #e2Dkgw87WaIc a:hover,
.vev #e2Rv_VAUhzoc a:hover,
.vev #e3eHgHIjCNtc a:hover,
.vev #e3fd0VH4STWc a:hover,
.vev #e4TShHJLB4Bc a:hover,
.vev #eBMKUSnsqclc a:hover,
.vev #eEn0rAIJrKWc a:hover,
.vev #eFLvbyvH6aRc a:hover,
.vev #eJJvuAEs9wtc a:hover,
.vev #eNAnvDbCtNcc a:hover,
.vev #ePewMVbuQK8c a:hover,
.vev #eTzuid_GWK_c a:hover,
.vev #eYVxzcBd2WEc a:hover,
.vev #eYiXM-zrPu3c a:hover,
.vev #ecLw39iE3AEc a:hover,
.vev #ecy1n9o_fbfc a:hover,
.vev #egOJBP-WWnfc a:hover,
.vev #eif_WOH9jTUc a:hover,
.vev #enYKwaoT-IQc a:hover,
.vev #eoJiisAH_b3c a:hover,
.vev #et6FJreyaXWc a:hover,
.vev #etO50lSrN0xc a:hover,
.vev #eweKe0Tv1stc a:hover,
.vev #ey1Rr-83Z7tc a:hover,
.vev div .pAOf6DONG1 a:hover,
.vev div .pdh3LaF89nc a:hover,
.vev div .ptHJ6mw7tPd a:hover {
  color: #ff0303;
}
.vev #e1ehAXI-3dTc em,
.vev #eJJvuAEs9wtc em,
.vev #eYiXM-zrPu3c em,
.vev #ecLw39iE3AEc em,
.vev #eif_WOH9jTUc em {
  font-size: unset;
}
.vev #e1ehAXI-3dTc ins,
.vev #e2Dkgw87WaIc ins,
.vev #e2Rv_VAUhzoc ins,
.vev #e3eHgHIjCNtc ins,
.vev #e3fd0VH4STWc ins,
.vev #e4TShHJLB4Bc ins,
.vev #eBMKUSnsqclc ins,
.vev #eEn0rAIJrKWc ins,
.vev #eFLvbyvH6aRc ins,
.vev #eJJvuAEs9wtc ins,
.vev #eNAnvDbCtNcc ins,
.vev #ePewMVbuQK8c ins,
.vev #eTzuid_GWK_c ins,
.vev #eYVxzcBd2WEc ins,
.vev #eYiXM-zrPu3c ins,
.vev #ecLw39iE3AEc ins,
.vev #ecy1n9o_fbfc ins,
.vev #egOJBP-WWnfc ins,
.vev #eif_WOH9jTUc ins,
.vev #enYKwaoT-IQc ins,
.vev #eoJiisAH_b3c ins,
.vev #et6FJreyaXWc ins,
.vev #etO50lSrN0xc ins,
.vev #eweKe0Tv1stc ins,
.vev #ey1Rr-83Z7tc ins,
.vev div .pAOf6DONG1 ins,
.vev div .pdh3LaF89nc ins,
.vev div .ptHJ6mw7tPd ins {
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 2em;
}
.vev #e1ehAXI-3dTc span.dropcap,
.vev #e2Dkgw87WaIc span.dropcap,
.vev #e2Rv_VAUhzoc span.dropcap,
.vev #e3eHgHIjCNtc span.dropcap,
.vev #e3fd0VH4STWc span.dropcap,
.vev #e4TShHJLB4Bc span.dropcap,
.vev #eBMKUSnsqclc span.dropcap,
.vev #eEn0rAIJrKWc span.dropcap,
.vev #eFLvbyvH6aRc span.dropcap,
.vev #eJJvuAEs9wtc span.dropcap,
.vev #eNAnvDbCtNcc span.dropcap,
.vev #ePewMVbuQK8c span.dropcap,
.vev #eTzuid_GWK_c span.dropcap,
.vev #eYVxzcBd2WEc span.dropcap,
.vev #eYiXM-zrPu3c span.dropcap,
.vev #ecLw39iE3AEc span.dropcap,
.vev #ecy1n9o_fbfc span.dropcap,
.vev #egOJBP-WWnfc span.dropcap,
.vev #eif_WOH9jTUc span.dropcap,
.vev #enYKwaoT-IQc span.dropcap,
.vev #eoJiisAH_b3c span.dropcap,
.vev #et6FJreyaXWc span.dropcap,
.vev #etO50lSrN0xc span.dropcap,
.vev #eweKe0Tv1stc span.dropcap,
.vev #ey1Rr-83Z7tc span.dropcap,
.vev div .pAOf6DONG1 span.dropcap,
.vev div .pdh3LaF89nc span.dropcap,
.vev div .ptHJ6mw7tPd span.dropcap {
  color: #ff0303;
  font-size: 26px;
  line-height: 2px;
}
.vev #e1ehAXI-3dTc sub,
.vev #e1ehAXI-3dTc sup,
.vev #e1ehAXI-3dTc td,
.vev #e2Dkgw87WaIc em,
.vev #e2Dkgw87WaIc sub,
.vev #e2Dkgw87WaIc sup,
.vev #e2Dkgw87WaIc td,
.vev #e2Rv_VAUhzoc em,
.vev #e2Rv_VAUhzoc sub,
.vev #e2Rv_VAUhzoc sup,
.vev #e2Rv_VAUhzoc td,
.vev #eBMKUSnsqclc em,
.vev #eBMKUSnsqclc sub,
.vev #eBMKUSnsqclc sup,
.vev #eBMKUSnsqclc td,
.vev #eEn0rAIJrKWc em,
.vev #eEn0rAIJrKWc sub,
.vev #eEn0rAIJrKWc sup,
.vev #eEn0rAIJrKWc td,
.vev #eJJvuAEs9wtc sub,
.vev #eJJvuAEs9wtc sup,
.vev #eJJvuAEs9wtc td,
.vev #eNAnvDbCtNcc em,
.vev #eNAnvDbCtNcc sub,
.vev #eNAnvDbCtNcc sup,
.vev #eNAnvDbCtNcc td,
.vev #eYVxzcBd2WEc em,
.vev #eYVxzcBd2WEc sub,
.vev #eYVxzcBd2WEc sup,
.vev #eYVxzcBd2WEc td,
.vev #eYiXM-zrPu3c sub,
.vev #eYiXM-zrPu3c sup,
.vev #eYiXM-zrPu3c td,
.vev #ecLw39iE3AEc sub,
.vev #ecLw39iE3AEc sup,
.vev #ecLw39iE3AEc td,
.vev #eif_WOH9jTUc sub,
.vev #eif_WOH9jTUc sup,
.vev #eif_WOH9jTUc td,
.vev #eoJiisAH_b3c em,
.vev #eoJiisAH_b3c sub,
.vev #eoJiisAH_b3c sup,
.vev #eoJiisAH_b3c td,
.vev #etO50lSrN0xc em,
.vev #etO50lSrN0xc sub,
.vev #etO50lSrN0xc sup,
.vev #etO50lSrN0xc td,
.vev div .pAOf6DONG1 em,
.vev div .pAOf6DONG1 sub,
.vev div .pAOf6DONG1 sup,
.vev div .pAOf6DONG1 td,
.vev div .ptHJ6mw7tPd em,
.vev div .ptHJ6mw7tPd sub,
.vev div .ptHJ6mw7tPd sup,
.vev div .ptHJ6mw7tPd td {
  font-size: 20px;
}
.vev #e1ehAXI-3dTc li::marker,
.vev #e2Rv_VAUhzoc li::marker,
.vev #e3fd0VH4STWc li::marker,
.vev #eJJvuAEs9wtc li::marker,
.vev #eYiXM-zrPu3c li::marker,
.vev #ecLw39iE3AEc li::marker,
.vev #ecy1n9o_fbfc li::marker,
.vev #eif_WOH9jTUc li::marker,
.vev #eoJiisAH_b3c li::marker,
.vev div .pdh3LaF89nc li::marker,
.vev div .ptHJ6mw7tPd li::marker {
  font-size: 20px;
}
.vev #e1ehAXI-3dT {
  margin: 291px 0 0 2.54%;
  width: 72.85%;
  height: 125px;
  transform: none;
  place-self: start center;
  display: none;
}
.vev #ecLw39iE3AEc h1 {
  margin: 0;
  font-size: 90px;
  line-height: 90px;
  font-family: "Averia Serif Libre";
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
  letter-spacing: -5px;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.3));
}
.vev #ecLw39iE3AEc {
  font-size: 22px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  line-height: 28px;
  padding: 0;
}
.vev #ecLw39iE3AE {
  margin: 415.3px 0.1% 0 0;
  width: 61.82%;
  height: 193px;
  transform: none;
  place-self: start center;
}
.vev #e3XObS4pe5jc {
  background: #dadada;
  border-radius: 30px 30px 0;
}
.vev #e3XObS4pe5j {
  margin: 326px 0 0 0.1%;
  width: 44.04%;
  height: 65px;
  transform: none;
  place-self: start center;
}
.vev #eJJvuAEs9wtc h1,
.vev #eYiXM-zrPu3c h1,
.vev #eif_WOH9jTUc h1 {
  margin: 15px 0;
  font-family: "Averia Serif Libre";
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.vev #eYiXM-zrPu3c h1 {
  font-size: 42px;
  line-height: 50px;
  color: #ba9f02;
  letter-spacing: -2px;
  text-transform: uppercase;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.5));
}
.vev #eYiXM-zrPu3c {
  font-size: 22px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  line-height: 28px;
  padding: 0 0 21px;
}
.vev #eYiXM-zrPu3 {
  margin: 319px 0.1% 0 0;
  width: 39.75%;
  height: 76px;
  transform: none;
  place-self: start center;
}
.vev #e8Dgqo-yHW4c {
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.5));
}
.vev #e8Dgqo-yHW4 {
  min-height: 800px;
  height: 100.11vh;
  display: none;
}
.vev #ee9AwyMkIMDc {
  color: rgba(253, 253, 253, 0.662);
}
.vev #ee9AwyMkIMD {
  width: 35px;
  margin: 676px 0.29% 0 0;
  place-self: start center;
  height: 27px;
  transform: none;
}
.vev #eif_WOH9jTUc h1 {
  font-size: 120px;
  line-height: 100px;
  color: #2c0000;
  letter-spacing: -6px;
}
.vev #eif_WOH9jTUc {
  font-size: 22px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  line-height: 28px;
}
.vev #eif_WOH9jTU {
  margin: 192px 0 0;
  width: 49.22%;
  height: 345px;
  transform: none;
  place-self: start center;
}
.vev #e5ByE3er2ijc {
  background: #dadada;
  border-radius: 30px 30px 0;
}
.vev #e5ByE3er2ij {
  margin: 222px 0 0 0.88%;
  width: 48.34%;
  height: 69px;
  transform: none;
  place-self: start center;
}
.vev #eJJvuAEs9wtc h1 {
  font-size: 50px;
  line-height: 50px;
  color: #ef4d22;
  letter-spacing: -3px;
}
.vev #eJJvuAEs9wtc {
  font-size: 22px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  line-height: 28px;
  padding: 0 0 21px;
}
.vev #eJJvuAEs9wt {
  margin: 216px 0 0 0.78%;
  width: 43.75%;
  height: 75px;
  transform: none;
  place-self: start center;
}
.vev #eNtvzHyMDTLc .img span.overlay {
  background: linear-gradient(transparent 0, transparent 100%);
}
.vev #eNtvzHyMDTLc .img div {
  background: var(--b-UIUpJw5tB6) 50% 100% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eNtvzHyMDTL {
  min-height: 620px;
  height: auto;
}
.vev #eNtvzHyMDTL .__sc {
  margin: 0;
}
.vev #eZrd1eUTPrV {
  width: 9.96%;
  height: auto;
  margin: 611px 0 0;
  transform: none;
  place-self: start end;
  aspect-ratio: 1;
  display: none;
  --ratio: 100%;
}
.vev #e39_otuErHX {
  width: 888.89%;
  height: auto;
  margin: -1022px 0 0 -836.11%;
}
.vev #exTv1cT1fegc {
  background: #000;
}
.vev #exTv1cT1feg {
  margin: 0 0 0 -19.1%;
  width: 5.36%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1.0168;
  --ratio: 98.35%;
}
.vev #eJ9Dt6DRexpc {
  color: #fff;
}
.vev #eJ9Dt6DRexp {
  margin: -2px 0 0 30.56%;
  width: 27.78%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1.0741;
  --ratio: 93.1%;
}
.vev #e5Scsx37R8P {
  width: 913.7%;
  height: auto;
  margin: 14px 0 0 35.3%;
}
.vev #e-0OPLCcRDCc {
  background: #000;
}
.vev #e-0OPLCcRDC {
  margin: 0 0 0 -16.42%;
  width: 19.1%;
  height: 49px;
  transform: none;
  place-self: start start;
}
.vev #e48n1r2hmM5c {
  background: #000;
}
.vev #e48n1r2hmM5 {
  margin: 0 0 0 -19.1%;
  width: 5.36%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1.0168;
  --ratio: 98.35%;
}
.vev #evge1W9iguWc {
  background: #000;
}
.vev #evge1W9iguW {
  margin: 0 0 0 -19.1%;
  width: 5.36%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1.0168;
  --ratio: 98.35%;
}
.vev #epOcXeq9s-sc {
  background: 0 0;
  padding: 0 10px;
}
.vev #epOcXeq9s-sc a {
  flex-direction: row;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
}
.vev #epOcXeq9s-s {
  margin: 8px 0 0 -19.96%;
  width: 20.71%;
  height: 34px;
  transform: none;
  place-self: start start;
}
.vev #eE-q9yx8pD1c {
  color: red;
}
.vev #eE-q9yx8pD1 {
  margin: 11px 0 0 0.75%;
  width: 3.65%;
  height: 30px;
  transform: none;
  place-self: start start;
}
.vev #eSNiAhjvqzg {
  width: 9.96%;
  height: auto;
  margin: 611px 0 0;
  transform: none;
  place-self: start end;
  aspect-ratio: 1;
  display: none;
  --ratio: 100%;
}
.vev #euFZB1WAVfQ {
  width: 913.7%;
  height: auto;
  margin: 14px 0 0 35.3%;
}
.vev #eUgIsdacIntc {
  background: 0 0;
}
.vev #eUgIsdacInt {
  margin: 25px 6% 0 0;
  width: 60%;
  height: 30px;
  transform: none;
  place-self: start end;
}
.vev #eFUoW-jM9Vrc {
  background: #000;
}
.vev #eFUoW-jM9Vr {
  margin: 0 0 0 -19.1%;
  width: 5.36%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1.0168;
  --ratio: 98.35%;
}
.vev #emuUqStGIZcc {
  color: #fff;
}
.vev #emuUqStGIZc {
  margin: 13px 0 0 1.29%;
  width: 2.58%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1.0741;
  --ratio: 93.1%;
}
.vev #ec9_Ld1Eazs {
  width: 913.7%;
  height: auto;
  margin: 14px 0 0 35.3%;
}
.vev #eAl6GkJdfSBc {
  background: #000;
}
.vev #eAl6GkJdfSB {
  margin: 0 0 0 -16.42%;
  width: 19.1%;
  height: 49px;
  transform: none;
  place-self: start start;
}
.vev #e07sd71NtRFc {
  background: #000;
}
.vev #e07sd71NtRF {
  margin: 0 0 0 -19.1%;
  width: 5.36%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1.0168;
  --ratio: 98.35%;
}
.vev #eT4hy9b6EgYc {
  background: #000;
}
.vev #eT4hy9b6EgY {
  margin: 0 0 0 -19.1%;
  width: 5.36%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1.0168;
  --ratio: 98.35%;
}
.vev #eEAICDLuw67c {
  background: 0 0;
  padding: 0 10px;
}
.vev #eEAICDLuw67c a {
  width: 15%;
}
.vev #eEAICDLuw67 {
  margin: 8px 0 0 -19.96%;
  width: 20.71%;
  height: 34px;
  transform: none;
  place-self: start start;
}
.vev #evo9BJEksIZc {
  color: red;
}
.vev #evo9BJEksIZ {
  margin: 11px 0 0 0.75%;
  width: 3.65%;
  height: 30px;
  transform: none;
  place-self: start start;
}
.vev #ehoUSjAjHdF {
  width: 9.96%;
  height: auto;
  margin: 498px -7.52% 0 0;
  transform: none;
  place-self: start end;
  aspect-ratio: 1;
  max-height: 100%;
  display: none;
  --ratio: 100%;
}
.vev #eceIMnCF5AX {
  width: 49%;
  height: auto;
  margin: 14px 0 0 35.3%;
}
.vev #eVKiisjTJhuc {
  background: #000;
}
.vev #eVKiisjTJhu {
  margin: 0;
  width: 100%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1.0168;
  max-height: 100%;
  --ratio: 98.35%;
}
.vev #eD7itFP_Nhec {
  color: #fff;
}
.vev #eD7itFP_Nhe {
  margin: 13px 0 0 20%;
  width: 52%;
  height: 24px;
  transform: none;
  place-self: start start;
}
.vev #erirpaCfMW2 {
  width: 231.4%;
  height: auto;
  margin: 14px 0 0 -147.1%;
  display: none;
}
.vev #eiKMp5T4gRWc {
  background: #000;
}
.vev #eiKMp5T4gRW {
  margin: 0 0 0 13.98%;
  width: 75.42%;
  height: 49px;
  transform: none;
  place-self: start start;
}
.vev #eiFFtTdDMJtc {
  background: #000;
}
.vev #eiFFtTdDMJt {
  margin: 0 0 0 3.39%;
  width: 21.19%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1.0168;
  max-height: 100%;
  --ratio: 98.35%;
}
.vev #eHG6rfxbWOKc {
  background: #000;
}
.vev #eHG6rfxbWOK {
  margin: 0 0 0 78.81%;
  width: 21.19%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1.0168;
  max-height: 100%;
  --ratio: 98.35%;
}
.vev #edKC8udThzXc {
  background: 0 0;
  padding: 0 10px;
}
.vev #eEAICDLuw67c a,
.vev #edKC8udThzXc a {
  flex-direction: row;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
}
.vev #edKC8udThzX {
  margin: 8px 0 0;
  width: 81.78%;
  height: 34px;
  transform: none;
  place-self: start start;
}
.vev #eFxm5rpsEPxc {
  color: #a67318;
}
.vev #eFxm5rpsEPx {
  margin: 11px 0 0 81.78%;
  width: 14.41%;
  height: 30px;
  transform: none;
  place-self: start start;
}
.vev #e2Rv_VAUhzoc h1,
.vev #eoJiisAH_b3c h1 {
  margin: 15px 0;
  font-size: 100px;
  line-height: 100px;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  color: #00d91f;
  text-align: center;
}
.vev #e2Rv_VAUhzoc h2,
.vev div .pAOf6DONG1 h2 {
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  margin: 15px 0;
}
.vev #e2Rv_VAUhzoc h2 {
  font-family: "Averia Serif Libre";
  color: #6ac9ed;
  text-align: center;
  font-size: 42px;
  text-transform: none;
  line-height: 55px;
  font-variant: normal;
}
.vev #e2Rv_VAUhzoc {
  font-size: 22px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  line-height: 28px;
}
.vev #e2Dkgw87WaIc a,
.vev #e2Rv_VAUhzoc a,
.vev #e3eHgHIjCNtc a,
.vev #e3fd0VH4STWc a,
.vev #e4TShHJLB4Bc a,
.vev #eBMKUSnsqclc a,
.vev #eEn0rAIJrKWc a,
.vev #eFLvbyvH6aRc a,
.vev #eNAnvDbCtNcc a,
.vev #ePewMVbuQK8c a,
.vev #eTzuid_GWK_c a,
.vev #eYVxzcBd2WEc a,
.vev #ecy1n9o_fbfc a,
.vev #egOJBP-WWnfc a,
.vev #enYKwaoT-IQc a,
.vev #eoJiisAH_b3c a,
.vev #et6FJreyaXWc a,
.vev #etO50lSrN0xc a,
.vev #eweKe0Tv1stc a,
.vev #ey1Rr-83Z7tc a,
.vev div .pAOf6DONG1 a,
.vev div .pdh3LaF89nc a,
.vev div .ptHJ6mw7tPd a {
  color: #0051fd;
  font-size: 20px;
}
.vev #e2Rv_VAUhzo {
  width: 100%;
  margin: 160px 0 0;
  place-self: start center;
  height: 308px;
  transform: none;
}
.vev #eH5WasQ-86Cc {
  background: 0 0;
}
.vev #eH5WasQ-86Cc .overlay {
  background: linear-gradient(transparent 2%, rgba(0, 0, 0, 0.5) 100%);
}
.vev #eH5WasQ-86C {
  min-height: 900px;
  height: auto;
}
.vev #ej4Sb-MCvjec h2 {
  color: #fff;
  font-size: 35px;
  text-transform: none;
  font-variant: normal;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  line-height: 42px;
}
.vev #ej4Sb-MCvje {
  width: 787px;
  margin: 442px 0.1% 0 0;
  place-self: start center;
  height: 326px;
  transform: none;
  display: none;
}
.vev #e2Dkgw87WaIc h3,
.vev #eBMKUSnsqclc h3,
.vev #eEn0rAIJrKWc h3,
.vev #eNAnvDbCtNcc h3,
.vev #eYVxzcBd2WEc h3,
.vev #etO50lSrN0xc h3,
.vev div .pAOf6DONG1 h3 {
  font-weight: 900;
  font-size: 30px;
  font-family: "Lato";
  text-align: center;
  font-style: inherit;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 38px;
  color: #fdfbfb;
  margin: 15px 0;
}
.vev #e2Dkgw87WaIc h1,
.vev #eBMKUSnsqclc h1,
.vev #eEn0rAIJrKWc h1,
.vev #eNAnvDbCtNcc h1,
.vev #eYVxzcBd2WEc h1,
.vev #etO50lSrN0xc h1,
.vev div .pAOf6DONG1 h1 {
  text-align: center;
  font-size: 100px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00d91f;
  font-family: "Anton";
  line-height: 100px;
  margin: 15px 0;
}
.vev div .pAOf6DONG1 h2 {
  font-family: "Anton";
  color: #ff0303;
  font-size: 52px;
}
.vev #eTORyIampMSc .bottom .title,
.vev div .pAOf6DONG1,
.vev div .pAOf6DONG1 h5 {
  font-size: 18px;
  font-weight: 900;
  font-style: inherit;
}
.vev div .pAOf6DONG1 h5 {
  color: #000;
  text-transform: none;
  font-variant: normal;
  margin: 10px 0;
}
.vev #e2Dkgw87WaIc blockquote,
.vev #eBMKUSnsqclc blockquote,
.vev #eEn0rAIJrKWc blockquote,
.vev #eNAnvDbCtNcc blockquote,
.vev #eYVxzcBd2WEc blockquote {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  color: #fcfcfc;
  font-size: 40px;
  text-align: center;
  line-height: 52px;
  margin: 15px 0;
}
.vev #ecy1n9o_fbfc blockquote {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  text-align: center;
  line-height: 52px;
  margin: 15px 0;
}
.vev #etO50lSrN0xc blockquote,
.vev div .pAOf6DONG1 blockquote {
  color: #fcfcfc;
}
.vev #etO50lSrN0xc blockquote,
.vev div .pAOf6DONG1 blockquote,
.vev div .ptHJ6mw7tPd blockquote {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  text-align: center;
  line-height: 52px;
  margin: 15px 0;
}
.vev div .pAOf6DONG1 {
  color: #fffcfc;
}
.vev #e2Dkgw87WaIc p,
.vev #eBMKUSnsqclc p,
.vev #eEn0rAIJrKWc p,
.vev #eNAnvDbCtNcc p,
.vev #eYVxzcBd2WEc p,
.vev #etO50lSrN0xc p,
.vev div .pAOf6DONG1 p {
  letter-spacing: 0;
  line-height: 28px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-style: inherit;
  margin: 15px 0;
}
.vev #eoJiisAH_b3c h2 {
  font-weight: 700;
  font-style: inherit;
  margin: 15px 0;
  font-family: "Averia Serif Libre";
  color: #fffdfd;
  font-size: 60px;
  letter-spacing: -1px;
}
.vev #eoJiisAH_b3c h2,
.vev div .pAOf6DONG1 h2 {
  text-align: center;
  text-transform: uppercase;
  line-height: 55px;
}
.vev #eTORyIampMSc .bottom .title {
  font-size: 16px;
  color: #2c0000;
  line-height: 20px;
}
.vev #eoJiisAH_b3c,
.vev div .ptHJ6mw7tPd {
  font-size: 22px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  line-height: 28px;
}
.vev #ehQX1_l8-9x,
.vev #eoJiisAH_b3 {
  place-self: start center;
  transform: none;
}
.vev #eoJiisAH_b3 {
  width: 747px;
  margin: 410px 0 0 0.1%;
  height: 149px;
}
.vev #ePd5ucH94ZLc .nav-arrows svg,
.vev #eTORyIampMSc .nav-arrows svg,
.vev #ecy1n9o_fbfc blockquote,
.vev #ehQX1_l8-9xc h2,
.vev #eoRF851wttCc .nav-arrows svg,
.vev div .ptHJ6mw7tPd blockquote {
  color: #fff;
}
.vev #ehQX1_l8-9x {
  width: 83.2%;
  height: 245px;
  margin: 574.3px 0 0;
  display: none;
}
.vev div .ptHJ6mw7tPd h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Lato";
  font-style: inherit;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 38px;
  color: #fff;
}
.vev div .ptHJ6mw7tPd h1,
.vev div .ptHJ6mw7tPd h2 {
  font-size: 120px;
  line-height: 100px;
  font-family: "Averia Serif Libre";
  font-weight: 400;
  font-style: normal;
  color: #490303;
  letter-spacing: -6px;
  text-transform: uppercase;
}
.vev div .ptHJ6mw7tPd h2 {
  color: #a67318;
  font-size: 35px;
  letter-spacing: -1px;
  text-transform: none;
  line-height: 35px;
  font-variant: normal;
}
.vev #eYVxzcBd2WEc h5,
.vev div .pAOf6DONG1 h5,
.vev div .ptHJ6mw7tPd h5 {
  line-height: 25px;
  letter-spacing: 1px;
  text-align: center;
}
.vev div .ptHJ6mw7tPd h5 {
  font-weight: 900;
  font-style: inherit;
  color: #fff;
  text-transform: none;
  font-variant: normal;
  font-size: 18px;
  margin: 10px 0;
}
.vev div .ptHJ6mw7tPd h1,
.vev div .ptHJ6mw7tPd h2,
.vev div .ptHJ6mw7tPd h3,
.vev div .ptHJ6mw7tPd p {
  margin: 15px 0;
  text-align: center;
}
.vev #e12OX1eFKmnc .contents,
.vev #eUobb_mhK6rc .contents,
.vev #eqzI8acP7Rhc .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #e12OX1eFKmnc .contents {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    var(--b-rlO0NF1mzK) no-repeat 50% 50% / cover;
}
.vev #e12OX1eFKmnc {
  background: 0 0;
}
.vev #e12OX1eFKmn {
  height: auto;
  min-height: 500px;
}
.vev #eM1ZclmVMzEc {
  background: radial-gradient(
    rgba(12, 0, 0, 0.9) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #eM1ZclmVMzE,
.vev #eyqK66cG3a1 {
  margin: 103px 0 0;
  width: 93.65%;
  height: 316px;
  transform: none;
  place-self: start center;
}
.vev #eyqK66cG3a1 {
  width: 75.68%;
  height: 269px;
  margin: 150px 0 0 0.6%;
}
.vev #e_cDDBGIS1Zc h2,
.vev #eyqK66cG3a1c h2 {
  color: #cc9b4a;
}
.vev #eUobb_mhK6rc .contents,
.vev #eqzI8acP7Rhc .contents {
  background: var(--b-rlO0NF1mzK) no-repeat 50% 50% / cover;
}
.vev #eqzI8acP7Rhc {
  background: 0 0;
}
.vev #eqzI8acP7Rh {
  height: auto;
  min-height: 400px;
}
.vev #epugwF2cu4wc {
  background: radial-gradient(
    rgba(12, 0, 0, 0.9) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #e_cDDBGIS1Z,
.vev #epugwF2cu4w {
  transform: none;
  place-self: start center;
}
.vev #epugwF2cu4w {
  margin: -23px 0 0;
  width: 94.73%;
  height: 279px;
}
.vev #e_cDDBGIS1Z {
  width: 76.46%;
  height: 256px;
  margin: 0 0 0 0.1%;
}
.vev #eUobb_mhK6rc {
  background: 0 0;
}
.vev #eUobb_mhK6r {
  height: auto;
  min-height: 700px;
}
.vev #e2Dkgw87WaIc h2,
.vev #eBMKUSnsqclc h2,
.vev #eNAnvDbCtNcc h2,
.vev #eYVxzcBd2WEc h2,
.vev #etO50lSrN0xc h2 {
  font-family: "Anton";
  color: #2300fb;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 55px;
  margin: 15px 0;
}
.vev #eYVxzcBd2WEc h5 {
  font-weight: 400;
  font-style: normal;
  color: #d5c297;
  font-family: "Anton";
}
.vev #eYVxzcBd2WEc {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #eYVxzcBd2WE {
  width: 32.13%;
  margin: 151.6px 0 0 0.1%;
  height: 113.00000000000001px;
  transform: none;
  place-self: start center;
  display: none;
}
.vev #eoiDtFFnppMc {
  background: var(--b-JEvdpC3_3E) no-repeat 50% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eoiDtFFnppM {
  margin: -12.100000000000001px 0 0;
  width: 29.1%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev #eXQqJNYPc01c {
  background: var(--b-AHGZh3_mB9) no-repeat 50% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eNAHBHYymxH,
.vev #eWH9ODUGkAL,
.vev #eXQqJNYPc01 {
  transform: none;
  place-self: start start;
}
.vev #eXQqJNYPc01 {
  margin: 42px 0 0 12.01%;
  width: 17.77%;
  height: 182px;
}
.vev #eNAHBHYymxH {
  margin: -12px 0 0 2.64%;
  width: 23.83%;
  height: 244px;
}
.vev #eWH9ODUGkAL {
  margin: 114px 0 0 3.7%;
  width: 10.16%;
  height: 104px;
}
.vev #eBMKUSnsqclc h5,
.vev #eYVxzcBd2WEc h5,
.vev #etO50lSrN0xc h5 {
  text-transform: none;
  font-variant: normal;
  font-size: 18px;
  margin: 5px 0;
}
.vev #eBMKUSnsqclc h5 {
  font-weight: 400;
  font-style: normal;
  color: #fffefe;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Anton";
}
.vev #eBMKUSnsqclc {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #eBMKUSnsqcl {
  width: 15.04%;
  margin: 232px 0 0 13.38%;
  height: 29px;
  transform: none;
  place-self: start start;
}
.vev #e2XQfFsmTJ9c h2,
.vev #eLlO9k0UJpSc h2,
.vev #ewRR1qywTGIc {
  color: #cc9b4a;
}
.vev #ewRR1qywTGI {
  margin: -79px 0 0 0.49%;
  width: 6.74%;
  height: 134px;
  transform: none;
  place-self: start center;
}
.vev #eRsbgtNFhRZc {
  background: var(--b-AHGZh3_mB9) no-repeat 50% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eRsbgtNFhRZ {
  margin: 361px 0.2% 0 0;
  width: 17.77%;
  height: 182px;
  transform: none;
  place-self: start center;
}
.vev #etO50lSrN0xc h5 {
  color: #b7a06c;
  line-height: 20px;
}
.vev #etO50lSrN0xc {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #ebGQL1jJhkH,
.vev #etO50lSrN0x {
  transform: none;
  place-self: start center;
}
.vev #etO50lSrN0x {
  width: 18.85%;
  margin: 37px 0.1% 0 0;
  height: 27px;
}
.vev #ebGQL1jJhkH {
  margin: 361px 8.2% 0 0;
  width: 14.06%;
  height: 144px;
}
.vev #eySS8v4aNJg {
  margin: 389.6px 28.04% 0 0;
  width: 13.03%;
  height: 133.4px;
  transform: rotate(69deg);
  place-self: start end;
}
.vev #e2Dkgw87WaIc h5,
.vev #eEn0rAIJrKWc h2,
.vev #eEn0rAIJrKWc h5,
.vev #eNAnvDbCtNcc h5,
.vev #etO50lSrN0xc h5 {
  font-family: "Anton";
  text-align: center;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
.vev #e2Dkgw87WaIc h5,
.vev #eEn0rAIJrKWc h5,
.vev #eNAnvDbCtNcc h5 {
  color: #fffefe;
  line-height: 18px;
  text-transform: none;
  font-variant: normal;
  font-size: 18px;
  margin: 5px 0;
}
.vev #eNAnvDbCtNcc {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #eNAnvDbCtNc {
  width: 15.04%;
  margin: 550.9px 0.2% 0 0;
  height: 29px;
  transform: none;
  place-self: start center;
}
.vev #enj0PzkZcuxc {
  background: var(--b-YnnyYkU35R) no-repeat 50% 50% / cover,
    var(--b-AHGZh3_mB9) no-repeat 50% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #enj0PzkZcux {
  margin: 42px 10.06% 0 0;
  width: 17.77%;
  height: 182px;
  transform: none;
  place-self: start end;
}
.vev #eCRueQYlQ1Cc {
  background: var(--b-zkKFp69-EE) no-repeat 50% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eCRueQYlQ1C {
  margin: 42px 10.06% 0 0;
  width: 17.77%;
  height: 182px;
  transform: none;
  place-self: start end;
}
.vev #e2Dkgw87WaIc {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #e2Dkgw87WaI {
  width: 15.04%;
  margin: 232px 11.91% 0 0;
  height: 29px;
  transform: none;
  place-self: start end;
}
.vev #eFBJ_2K3_5u,
.vev #edxGLlsoJXn {
  margin: 514px 21.19% 0 0;
  width: 31.93%;
  height: 139px;
  transform: rotate(-97deg);
  place-self: start end;
}
.vev #edxGLlsoJXn {
  margin: 206.1px -16.76% 0 0;
  transform: rotate(-177deg);
}
.vev #eCQHTXux-Qa {
  margin: 67.5px 0 0 14.94%;
  width: 31.93%;
  height: 139px;
  transform: none;
  place-self: start start;
}
.vev #e2XQfFsmTJ9 {
  width: 76.46%;
  height: 55px;
  transform: none;
  place-self: start center;
  margin: -108.4px 0 0 1.66%;
  display: none;
}
.vev #e0G7d22lfT_c .contents,
.vev #efLtJw8aApEc .contents {
  background: var(--b-rlO0NF1mzK) 50% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #efLtJw8aApEc {
  background: 0 0;
}
.vev #efLtJw8aApE {
  height: auto;
  min-height: 600px;
}
.vev #eg7gQaldnNac {
  background: radial-gradient(
    rgba(12, 0, 0, 0.8) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #eLlO9k0UJpS,
.vev #eg7gQaldnNa,
.vev #ejuQhcDPINW {
  transform: none;
  place-self: start center;
}
.vev #eg7gQaldnNa,
.vev #ejuQhcDPINW {
  margin: 135px 0 0 1.56%;
  width: 80.66%;
  height: 388px;
}
.vev #ejuQhcDPINW {
  width: 67.29%;
  margin: 232px 0.1% 0 0;
  height: 241px;
}
.vev #eLlO9k0UJpS {
  width: 49.22%;
  margin: 185px 0 0;
  height: 86px;
}
.vev #e0G7d22lfT_c {
  background: 0 0;
}
.vev #e0G7d22lfT_ {
  height: auto;
  min-height: 800px;
}
.vev #ev415s1qDyY {
  margin: 177px 0 0;
  width: 17.97%;
  height: 190px;
  transform: none;
  place-self: start center;
}
.vev #eEn0rAIJrKWc h2 {
  color: #2300fb;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 55px;
  margin: 15px 0;
}
.vev #eEn0rAIJrKWc h5 {
  color: #fff;
  line-height: 25px;
}
.vev #eEn0rAIJrKWc {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #eEn0rAIJrKW {
  width: 15.04%;
  margin: 211px 0 0;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
}
.vev #eqrkszO9JBK,
.vev #eyU8yXpC-T5 {
  transform: none;
  place-self: start end;
}
.vev #eyU8yXpC-T5 {
  width: 16.41%;
  margin: 461px 17.77% 0 0;
  height: 215px;
}
.vev #eqrkszO9JBK {
  width: 144px;
  height: auto;
  margin: 316px 18.95% 0 0;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev #etguuxQXqPnc {
  border-radius: 25px;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(6px 6px 0 transparent);
}
.vev #etguuxQXqPn {
  margin: 0;
  width: 144px;
  height: 144px;
  transform: none;
  place-self: start start;
  max-height: 100%;
}
.vev #eZHH9vLXXo9,
.vev #e_jr7AWAs8c {
  margin: 29px 1.39% 0 0;
  width: 92px;
  height: 91px;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #e_jr7AWAs8c {
  margin: 28px 8.33% 0 0;
}
.vev #e6ZKZrCp3fd,
.vev #el_dZJnFgKk {
  width: 15.33%;
  margin: 461px 0 0 16.11%;
  height: 158.00000000000003px;
  transform: none;
  place-self: start center;
}
.vev #el_dZJnFgKk {
  width: 144px;
  height: 144px;
  margin: 317px 0 0 16.02%;
}
.vev #eQyt87xVT9wc {
  border-radius: 25px;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(6px 6px 0 transparent);
}
.vev #eQyt87xVT9w,
.vev #eguu6HbfxMQ {
  margin: 0;
  width: 144px;
  height: 144px;
  transform: none;
  place-self: start center;
  max-height: 100%;
}
.vev #eguu6HbfxMQ {
  width: 59.72%;
  height: auto;
  margin: 26px 0 0;
}
.vev #e4NhQdpcWyd {
  margin: 0 0 0 6.98%;
  width: 62px;
  height: 66px;
  transform: none;
  place-self: start start;
}
.vev #eQc8sfRCwtK {
  margin: 29px 11.63% 0 0;
  width: 20px;
  height: 39px;
  transform: none;
  place-self: start end;
}
.vev #e4BqjPRk8aY,
.vev #ehgZREWCRJt {
  width: 14.75%;
  margin: 461px 16.5% 0 0;
  height: 232px;
  transform: none;
  place-self: start center;
}
.vev #ehgZREWCRJt {
  width: 144px;
  height: 144px;
  margin: 317px 16.02% 0 0;
}
.vev #em_P6S8BAEic {
  border-radius: 25px;
}
.vev #ecRBbDWUBzS,
.vev #em_P6S8BAEi {
  transform: none;
  place-self: start center;
}
.vev #em_P6S8BAEi {
  margin: 0 1.39% 0 0;
  width: 144px;
  height: auto;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev #ecRBbDWUBzS {
  margin: 29px 1.39% 0 0;
  width: 90px;
  height: 86px;
}
.vev #e4JTHj52-4T,
.vev #e_kO4YdV3RG {
  width: 15.14%;
  margin: 460px 0 0 17.87%;
  height: 203px;
  transform: none;
  place-self: start start;
}
.vev #e_kO4YdV3RG {
  width: 144px;
  height: 144px;
  margin: 316px 0 0 18.85%;
}
.vev #eNtkXcBDNwwc {
  border-radius: 25px;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(6px 6px 0 transparent);
}
.vev #e8XScNF3cGE,
.vev #eNtkXcBDNww {
  transform: none;
  place-self: start center;
}
.vev #eNtkXcBDNww {
  margin: 0 2.78% 0 0;
  width: 144px;
  height: auto;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev #e8XScNF3cGE {
  margin: 33px 0 0;
  width: 92px;
  height: 83px;
}
.vev #etPHliOXzk4 {
  margin: 84px 0 0 19.44%;
  width: 32px;
  height: 36px;
  transform: none;
  place-self: start start;
}
.vev #el2WOp24ju0 {
  margin: 98px 21.53% 0 0;
  width: 26px;
  height: 26px;
  transform: none;
  place-self: start end;
}
.vev #eYlbj-4zVt4c h2 {
  color: #cc9b4a;
  text-transform: uppercase;
}
.vev #eYlbj-4zVt4 {
  width: 43.36%;
  margin: 130px 0 0;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
}
.vev #e8Qc8uWki_-c .contents,
.vev #eS0MC2vp8jTc .contents,
.vev #eqJis_y4uGfc .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background: var(--b-rlO0NF1mzK) no-repeat 50% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eS0MC2vp8jTc {
  background: 0 0;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eS0MC2vp8jT {
  height: auto;
  min-height: 500px;
}
.vev #exPZraFDAqBc {
  background: radial-gradient(
    rgba(12, 0, 0, 0.8) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #exPZraFDAqB {
  margin: 8.4px 0 0 16.7%;
  width: 34.67%;
  height: 354px;
  transform: none;
  place-self: start center;
}
.vev #e-N_0XC0uwRc p,
.vev #e96tFq_1MKTc p,
.vev #eRKmBZv1Rpuc p,
.vev #esR-NkYXi5xc p {
  font-size: 20px;
}
.vev #e-N_0XC0uwRc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #e-N_0XC0uwRc h2,
.vev #e96tFq_1MKTc h2 {
  font-size: 40px;
  color: #2300fb;
}
.vev #e-N_0XC0uwRc h5 {
  text-align: center;
  margin: 5px 0;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  color: #d5c297;
}
.vev #e96tFq_1MKTc h5 {
  text-align: center;
}
.vev #e96tFq_1MKTc h5,
.vev #eRKmBZv1Rpuc h5,
.vev #esR-NkYXi5xc h5 {
  margin: 5px 0;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #esR-NkYXi5xc h5 {
  text-align: center;
}
.vev #e-N_0XC0uwR {
  width: 20.02%;
  margin: 158px 0 0 28.32%;
  height: 132px;
  transform: none;
  place-self: start start;
}
.vev #eqdK8Ic0offc {
  background: #c9b100;
  border-radius: 15px 15px 0;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eqdK8Ic0off {
  margin: 107px 0 0 30.86%;
  width: 15.14%;
  height: 34px;
  transform: none;
  place-self: start start;
}
.vev #e96tFq_1MKTc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #e96tFq_1MKTc h5 {
  color: #d5a997;
}
.vev #e96tFq_1MKTc h6,
.vev #eyYf4I-aIxdc h6 {
  color: #fffefe;
}
.vev #e96tFq_1MKT {
  width: 13.48%;
  margin: 101px 0 0 32.03%;
  height: 39px;
  transform: none;
  place-self: start start;
}
.vev #eG2LNoGnbDic {
  padding: 0;
}
.vev #eG2LNoGnbDi {
  width: 32.32%;
  height: 251px;
  margin: 58px 23.26% 0 0;
  transform: none;
  place-self: start end;
}
.vev #e1e2H-Wu2PDc {
  background: var(--b-jNSbF7PNfq) no-repeat 50% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #e1e2H-Wu2PD {
  margin: 32px 0 0 10.88%;
  width: 217px;
  height: 216px;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #etfWjuCbt-9 {
  margin: 209.3px 0 0 4.26%;
  width: 220.2px;
  height: 220.2px;
  transform: rotate(-60deg);
  place-self: start start;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eFgvkZl7UOg {
  width: 121px;
  height: 117px;
  place-self: start end;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #ebhJf0N5nw6 {
  margin: 6.8px 31.87% 0 0;
  transform: rotate(-10deg);
  place-self: start end;
}
.vev #ebhJf0N5nw6,
.vev #etO_TWWI1fP {
  width: 121px;
  height: 117px;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eFgvkZl7UOg {
  margin: 152px 14.29% 0 0;
  transform: rotate(15deg);
}
.vev #etO_TWWI1fP {
  margin: 460.7px 0 0 7.23%;
  transform: rotate(-115deg);
  place-self: start center;
}
.vev #e8Qc8uWki_-c {
  background: 0 0;
}
.vev #e8Qc8uWki_- {
  height: auto;
  min-height: 600px;
}
.vev #eC1y86X_cNUc {
  background: radial-gradient(
    rgba(12, 0, 0, 0.8) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #e2ZfPF4V75Y {
  transform: none;
  place-self: start center;
}
.vev #eC1y86X_cNU {
  margin: 4px 0 0;
  width: 81.35%;
  height: 509px;
}
.vev #eC1y86X_cNU,
.vev #eVTBmupKCi4 {
  transform: none;
  place-self: start center;
}
.vev #e2ZfPF4V75Y {
  width: 69.43%;
  margin: 125px 0 0;
  height: 321px;
}
.vev #eVTBmupKCi4c h2 {
  font-size: 35px;
  line-height: 35px;
  color: #cc9b4a;
}
.vev #eVTBmupKCi4 {
  width: 43.36%;
  margin: 78px 0 0;
  height: auto;
  max-height: 100%;
}
.vev #eqJis_y4uGfc {
  background: 0 0;
}
.vev #eqJis_y4uGf {
  height: auto;
  min-height: 600px;
}
.vev #eSgWGK4nd9u {
  width: 14.45%;
  height: 159px;
  margin: 152px 32.62% 0 0;
  transform: none;
  place-self: start end;
  display: none;
}
.vev #esR-NkYXi5xc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #e1cIcPh0zKIc h2,
.vev #eCTdtPmyUy0c h2,
.vev #eQ2DibespDzc h2,
.vev #eQn_8UurqpNc h2,
.vev #eRKmBZv1Rpuc h2,
.vev #ecUFuaOlKtuc h2,
.vev #ee0hQ9cWWsIc h2,
.vev #esR-NkYXi5xc h2,
.vev #eyYf4I-aIxdc h2 {
  font-size: 40px;
  color: #2300fb;
}
.vev #esR-NkYXi5xc h5 {
  color: #d5c297;
}
.vev #esR-NkYXi5x {
  width: 89.19%;
  margin: 102px 0 0 5.41%;
  height: 57px;
  transform: none;
  place-self: start start;
}
.vev #eRKmBZv1Rpuc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #eRKmBZv1Rpuc h5 {
  text-align: left;
  color: #fff;
  font-size: 30px;
}
.vev #eAjRsnP56Ie,
.vev #eRKmBZv1Rpu {
  transform: none;
  place-self: start end;
  display: none;
}
.vev #eRKmBZv1Rpu {
  width: 13.95%;
  margin: 47px 0 0;
  height: 38px;
}
.vev #eAjRsnP56Iec p {
  color: #fff;
  font-size: 60px;
}
.vev #eAjRsnP56Ie {
  margin: 12px 17.44% 0 0;
  width: 24.42%;
  height: 70px;
}
.vev #ecUFuaOlKtuc p {
  font-size: 20px;
}
.vev #ecUFuaOlKtuc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #eCTdtPmyUy0c h5,
.vev #ecUFuaOlKtuc h5 {
  margin: 5px 0;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #ecUFuaOlKtuc h5 {
  text-align: center;
  color: #d5c297;
}
.vev #ecUFuaOlKtu {
  width: 10.85%;
  margin: 50px 0 0 5.43%;
  height: 34px;
  transform: none;
  place-self: start center;
  display: none;
}
.vev #eQ-V_y5NKHjc p {
  color: #fff;
  font-size: 60px;
}
.vev #eQ-V_y5NKHj {
  margin: 38px 0 0 14.19%;
  width: 24.32%;
  height: 70px;
  transform: none;
  place-self: start start;
}
.vev #e1cIcPh0zKIc p,
.vev #eCTdtPmyUy0c p,
.vev #eQn_8UurqpNc p {
  font-size: 20px;
}
.vev #eCTdtPmyUy0c {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #eCTdtPmyUy0c h5 {
  text-align: left;
  color: #fff;
  font-size: 30px;
}
.vev #eCTdtPmyUy0 {
  width: 14.86%;
  margin: 72px 24.32% 0 0;
  height: 36px;
  transform: none;
  place-self: start end;
}
.vev #eQn_8UurqpNc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #e1cIcPh0zKIc h5,
.vev #eQn_8UurqpNc h5,
.vev #ee0hQ9cWWsIc h5 {
  text-align: center;
  margin: 5px 0;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  color: #d5c297;
}
.vev #ee0hQ9cWWsIc h5 {
  text-align: left;
  color: #fff;
  font-size: 30px;
}
.vev #eQn_8UurqpN {
  width: 100%;
  margin: 1px 0 0;
  height: 27px;
  transform: none;
  place-self: start center;
}
.vev #eG8aDYZIMGH {
  width: 14.45%;
  height: 230px;
  margin: 153px 29.11% 0 0;
  transform: none;
  place-self: start end;
}
.vev #e1cIcPh0zKIc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #e1cIcPh0zKI,
.vev #enYYH0Dnc9y {
  width: 127.7%;
  margin: 182px 0 0 -16.89%;
  height: 30px;
  transform: none;
  place-self: start start;
}
.vev #enYYH0Dnc9y {
  margin: 116px 0 0 12.84%;
  width: 46.62%;
  height: 70px;
}
.vev #enYYH0Dnc9yc p {
  color: #fff;
  font-size: 60px;
}
.vev #eQ2DibespDzc p,
.vev #eTzuid_GWK_c em,
.vev #eTzuid_GWK_c sub,
.vev #eTzuid_GWK_c sup,
.vev #eTzuid_GWK_c td,
.vev #ecy1n9o_fbfc em,
.vev #ecy1n9o_fbfc sub,
.vev #ecy1n9o_fbfc sup,
.vev #ecy1n9o_fbfc td,
.vev #ee0hQ9cWWsIc p,
.vev #egOJBP-WWnfc em,
.vev #egOJBP-WWnfc sub,
.vev #egOJBP-WWnfc sup,
.vev #egOJBP-WWnfc td,
.vev #enYKwaoT-IQc em,
.vev #enYKwaoT-IQc sub,
.vev #enYKwaoT-IQc sup,
.vev #enYKwaoT-IQc td,
.vev #eyYf4I-aIxdc p {
  font-size: 20px;
}
.vev #ee0hQ9cWWsIc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #ee0hQ9cWWsI {
  width: 29.05%;
  margin: 150px 10.14% 0 0;
  height: 36px;
  transform: none;
  place-self: start end;
}
.vev #eQ2DibespDzc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #eQ2DibespDzc h5 {
  margin: 5px 0;
  color: #d5c297;
}
.vev #eQ2DibespDzc h5,
.vev #ecy1n9o_fbfc h1,
.vev #eyYf4I-aIxdc h5 {
  text-align: center;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #ecy1n9o_fbfc h1 {
  margin: 15px 0;
  font-size: 100px;
  line-height: 100px;
  color: #00d91f;
}
.vev #eyYf4I-aIxdc h5 {
  margin: 5px 0;
  color: #d5a997;
}
.vev #eQ2DibespDz {
  width: 135.14%;
  margin: 1px 5.41% 0 0;
  height: 131px;
  transform: none;
  place-self: start center;
}
.vev #eKvqJAyzn6j {
  margin: -41.2px 0 0 22.22%;
  width: 30.86%;
  height: 447px;
  transform: none;
  place-self: start start;
}
.vev #eDl8xfEyxOhc .img div,
.vev #eQPIwkXSK8dc {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eQPIwkXSK8dc {
  background: #c9b100;
  border-radius: 15px 15px 0;
}
.vev #eQPIwkXSK8d {
  margin: 101px 28.92% 0 0;
  width: 15.14%;
  height: 34px;
  transform: none;
  place-self: start end;
}
.vev #eyYf4I-aIxdc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #eyYf4I-aIxd {
  width: 13.48%;
  margin: 95px 29.5% 0 0;
  height: 39px;
  transform: none;
  place-self: start end;
}
.vev #eDl8xfEyxOhc .img div {
  background: var(--b-dkJ00EwBQo) 50% 50% / cover;
  border: 3px hidden #000;
}
.vev #eDl8xfEyxOhc .img span.overlay,
.vev #eGFOVIOF7L1c .img span.overlay,
.vev #eeQqhyQkAgkc .img span.overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 67%),
    linear-gradient(transparent 0% 100%);
}
.vev #eDl8xfEyxOh {
  min-height: 600px;
  height: auto;
}
.vev #ejOJNQXCMfhc h2 {
  color: #fff;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 700;
  font-style: inherit;
}
.vev #eTORyIampMS,
.vev #ejOJNQXCMfh {
  transform: none;
  place-self: start center;
}
.vev #ejOJNQXCMfh {
  width: 66.02%;
  height: 55px;
  margin: 125px 0 0;
}
.vev #eTORyIampMSc .top {
  height: 80px;
  margin: 5px 0 0;
}
.vev #eTORyIampMSc .bottom .link {
  margin: 10px 60px 0;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  background: #c2ab03;
  border-radius: 3px;
  padding: 2px 0;
  color: #fff;
  letter-spacing: 1px;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #ePd5ucH94ZLc .bottom .link:hover,
.vev #eTORyIampMSc .bottom .link:hover,
.vev #eoRF851wttCc .bottom .link:hover {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  color: #fdfdfd;
  background: #091b36;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eTORyIampMSc .card {
  border-radius: 20px;
}
.vev #eTORyIampMSc .bottom .body {
  margin: 10px 0 0;
  color: #2c0000;
}
.vev #eTORyIampMSc .bottom {
  padding: 10px 30px 25px;
}
.vev #eTORyIampMS {
  margin: 220px 0.1% 0 0;
  width: 30.37%;
  height: 216px;
}
.vev #eyyJR6qIWJBc {
  background: 0 0;
}
.vev #eyyJR6qIWJBc .overlay {
  background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.5) 98%);
}
.vev #eyyJR6qIWJB {
  min-height: 900px;
  height: auto;
}
.vev #ezXLWbdb_hZc h2 {
  color: #fff;
  font-size: 35px;
  text-transform: none;
  font-variant: normal;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  line-height: 42px;
}
.vev #ezXLWbdb_hZ {
  width: 787px;
  margin: 442px 0.1% 0 0;
  place-self: start center;
  height: 326px;
  transform: none;
  display: none;
}
.vev #e3eHgHIjCNtc h3,
.vev #e4TShHJLB4Bc h3,
.vev #eFLvbyvH6aRc h3,
.vev #eTzuid_GWK_c h3 {
  font-weight: 900;
  font-family: "Lato";
  text-align: center;
  font-style: inherit;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 38px;
  margin: 15px 0;
}
.vev #ecy1n9o_fbfc h3 {
  font-size: 28px;
  color: #fff;
}
.vev #ecy1n9o_fbfc h3,
.vev #egOJBP-WWnfc h3,
.vev #enYKwaoT-IQc h3 {
  font-weight: 900;
  font-family: "Lato";
  text-align: center;
  font-style: inherit;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 38px;
  margin: 15px 0;
}
.vev #ecy1n9o_fbfc h2,
.vev #ecy1n9o_fbfc h5 {
  font-style: inherit;
  color: #fff;
  text-align: center;
}
.vev #ecy1n9o_fbfc h2 {
  font-family: "Averia Serif Libre";
  font-weight: 700;
  font-size: 60px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 55px;
  margin: 15px 0;
}
.vev #ecy1n9o_fbfc h5 {
  font-weight: 900;
  line-height: 25px;
  text-transform: none;
  font-variant: normal;
  letter-spacing: 1px;
  font-size: 18px;
  margin: 10px 0;
}
.vev #eTzuid_GWK_c h6,
.vev #ecy1n9o_fbfc h6,
.vev #egOJBP-WWnfc h6,
.vev #enYKwaoT-IQc h6 {
  font-weight: 400;
  font-style: normal;
  font-family: "Anton";
  color: #ff0303;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 10px 0;
  text-transform: uppercase;
}
.vev #ecy1n9o_fbfc,
.vev #eoRF851wttCc .bottom .title {
  font-size: 22px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  line-height: 28px;
}
.vev #eoRF851wttCc .bottom .title {
  font-size: 16px;
  color: #2c0000;
  line-height: 20px;
}
.vev #ecy1n9o_fbfc p {
  margin: 15px 0;
}
.vev #ecy1n9o_fbf {
  width: 747px;
  margin: 410px 0 0 0.1%;
  place-self: start center;
  height: 149px;
  transform: none;
}
.vev #eNkWSCURH9ac,
.vev #eNkWSCURH9ac .contents {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eNkWSCURH9ac .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    var(--b-ye8L5qD0r_) no-repeat 50% 50% / cover;
}
.vev #eNkWSCURH9ac {
  background: 0 0;
}
.vev #eNkWSCURH9a {
  height: auto;
  min-height: 420px;
}
.vev #eOUIcOrAEcBc {
  background: radial-gradient(
    rgba(12, 0, 0, 0.8) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #eOUIcOrAEcB {
  margin: 451px 0 0 0.1%;
  width: 87.01%;
  height: 211px;
  transform: none;
  place-self: start center;
  display: none;
}
.vev #ep_o620pvObc {
  background: radial-gradient(
    rgba(12, 0, 0, 0.9) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #ebNGuTnn-wS,
.vev #ep_o620pvOb {
  transform: none;
  place-self: start center;
}
.vev #ep_o620pvOb {
  margin: 88px 1.17% 0 0;
  width: 84.77%;
  height: 268px;
}
.vev #ebNGuTnn-wSc h2 {
  color: #66b0e4;
}
.vev #ebNGuTnn-wS {
  width: 69.34%;
  height: 149px;
  margin: 150px 0 0;
}
.vev #eBOYgPEjNq6c,
.vev #eBOYgPEjNq6c .contents {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eBOYgPEjNq6c .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background: var(--b-ye8L5qD0r_) no-repeat 50% 50% / cover;
}
.vev #eBOYgPEjNq6c {
  background: 0 0;
}
.vev #eBOYgPEjNq6 {
  height: auto;
  min-height: 700px;
}
.vev #e3Aq4GTzqnac {
  padding: 0;
}
.vev #e3Aq4GTzqna {
  width: 26.37%;
  height: 234px;
  margin: 701px 0 0 23.54%;
  transform: none;
  place-self: start start;
  display: none;
}
.vev #e5F5DesJ-uvc {
  background: var(--b-IeDvMbAV0e) no-repeat 50% 50% / cover;
}
.vev #e42I0uuHBwo,
.vev #e5F5DesJ-uv {
  transform: none;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #e5F5DesJ-uv {
  margin: 58px 0 0 1.11%;
  width: 64.81%;
  height: 172px;
  place-self: start center;
}
.vev #e42I0uuHBwo {
  margin: 8px 0 0 -23.7%;
  width: 334px;
  height: auto;
  place-self: start start;
  max-height: 100%;
}
.vev #eHu0aGZTFyl,
.vev #eO0L4qcxqpv {
  margin: 31px 1.17% 0 0;
  width: 34.96%;
  height: 176px;
  transform: none;
  place-self: start center;
}
.vev #eO0L4qcxqpv {
  margin: 108.8px 0 0;
  contain: paint;
  width: 48.34%;
  height: 521.2px;
}
.vev #edvpqMczj7F {
  width: 100%;
  height: 100%;
}
.vev #eAs-slV0zh6 {
  transform: none;
  place-self: start center;
}
.vev #ebuz2PgIOJZ {
  width: 61.62%;
  margin: 348px 0 0;
  height: 150px;
}
.vev #ebuz2PgIOJZ,
.vev #ehDh4aj37mi {
  transform: none;
  place-self: start center;
}
.vev #eAs-slV0zh6c p,
.vev #eTJwEGRrcq0c p,
.vev #emWAuOxZr1cc p,
.vev #eoGcCV4yQofc p {
  color: #e37e65;
}
.vev #eAs-slV0zh6c h2,
.vev #eOo5nBMZ-mFc h4,
.vev #emWAuOxZr1cc h2,
.vev #eoGcCV4yQofc h2,
.vev #etdEIPgIDbUc h4 {
  color: #d5c297;
}
.vev #eAs-slV0zh6 {
  width: 76.5%;
  margin: 308px 0 0;
  height: 45px;
}
.vev #ehDh4aj37mi {
  margin: 38px 0 0;
  width: 52.73%;
  height: 273px;
}
.vev #efl8MbHfzooc {
  background: rgba(255, 255, 255, 0.8);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #efl8MbHfzoo {
  margin: 495px 19.19% 0 0;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eI29bfJZCh5c {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eI29bfJZCh5 {
  margin: 495px 0.2% 0 0;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eNWYF84ZtZCc {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eNWYF84ZtZC {
  margin: 495px 0 0 19.19%;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eClaycbXDgz {
  width: 100%;
  height: 100%;
}
.vev #eFUi2CbiP2S,
.vev #eINuaAp0Ubs,
.vev #emWAuOxZr1c {
  transform: none;
  place-self: start center;
}
.vev #eINuaAp0Ubs,
.vev #emWAuOxZr1c {
  width: 58.38%;
  margin: 348px 0 0;
  height: 147px;
}
.vev #emWAuOxZr1c {
  width: 76.5%;
  margin: 308px 0 0;
  height: 45px;
}
.vev #eFUi2CbiP2S {
  margin: 38px 0 0;
  width: 52.73%;
  height: 273px;
}
.vev #ezLijWPIEAHc {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #ezLijWPIEAH {
  margin: 495px 19.19% 0 0;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #egqswOMb56Zc {
  background: rgba(255, 255, 255, 0.8);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #egqswOMb56Z {
  margin: 495px 0.2% 0 0;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eppDtjRXOBec {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eppDtjRXOBe {
  margin: 495px 0 0 19.19%;
  width: 17px;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eZ4C8fgSvqG {
  width: 100%;
  height: 100%;
}
.vev #e5oK9KA_mrz,
.vev #eoGcCV4yQof {
  width: 68.48%;
  margin: 348px 0 0;
  height: 147px;
  transform: none;
  place-self: start center;
}
.vev #eoGcCV4yQof {
  width: 76.5%;
  margin: 308px 0 0;
  height: 45px;
}
.vev #eIi_3lyyEJoc {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eIi_3lyyEJo {
  margin: 495px 19.19% 0 0;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #egs6s-esn-kc {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #egs6s-esn-k {
  margin: 495px 0.2% 0 0;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eOsnBIm5hINc {
  background: rgba(255, 255, 255, 0.8);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eOsnBIm5hIN {
  margin: 495px 0 0 19.19%;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eJc1DTGox8N,
.vev #eTJwEGRrcq0 {
  margin: 38px 0 0;
  width: 52.73%;
  height: 273px;
  transform: none;
  place-self: start center;
}
.vev #eTJwEGRrcq0 {
  width: 76.46%;
  margin: 0 0.1% 0 0;
  height: 45px;
}
.vev #eTJwEGRrcq0c h2 {
  color: #66b0e4;
}
.vev #e3eHgHIjCNtc h3,
.vev #e4TShHJLB4Bc h3,
.vev #eFLvbyvH6aRc h3,
.vev #eTzuid_GWK_c h3,
.vev #egOJBP-WWnfc h3,
.vev #enYKwaoT-IQc h3 {
  font-size: 30px;
  color: #fdfbfb;
}
.vev #e3eHgHIjCNtc h1,
.vev #e4TShHJLB4Bc h1,
.vev #eFLvbyvH6aRc h1,
.vev #eTzuid_GWK_c h1,
.vev #egOJBP-WWnfc h1,
.vev #enYKwaoT-IQc h1 {
  text-align: center;
  font-size: 100px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00d91f;
  font-family: "Anton";
  line-height: 100px;
  margin: 15px 0;
}
.vev #eTzuid_GWK_c h2,
.vev #eTzuid_GWK_c h5 {
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-family: "Anton";
}
.vev #eTzuid_GWK_c h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px 0;
  color: #2300fb;
  font-size: 40px;
  line-height: 55px;
}
.vev #eTzuid_GWK_c h5 {
  color: #fffefe;
  margin: 5px 0;
}
.vev #e3eHgHIjCNtc blockquote,
.vev #e4TShHJLB4Bc blockquote,
.vev #eFLvbyvH6aRc blockquote,
.vev #eTzuid_GWK_c blockquote,
.vev #egOJBP-WWnfc blockquote,
.vev #enYKwaoT-IQc blockquote {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  color: #fcfcfc;
  font-size: 40px;
  text-align: center;
  line-height: 52px;
  margin: 15px 0;
}
.vev #eTzuid_GWK_c {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #eTzuid_GWK_c p,
.vev #egOJBP-WWnfc p,
.vev #enYKwaoT-IQc p {
  letter-spacing: 0;
  line-height: 28px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-style: inherit;
  margin: 15px 0;
}
.vev #eTzuid_GWK_ {
  width: 34.86%;
  margin: 64px 0.29% 0 0;
  height: 31px;
  transform: none;
  place-self: start center;
}
.vev #ebD55lB4iEpc {
  background: 0 0;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #ebD55lB4iEp {
  margin: 64px 0.49% 0 0;
  width: 35.25%;
  height: 562px;
  transform: none;
  place-self: start center;
}
.vev #ePUbvh1SILEc .contents,
.vev #eZg7TWhpu4Yc .contents {
  background: var(--b-ye8L5qD0r_) 50% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eZg7TWhpu4Yc {
  background: 0 0;
}
.vev #eZg7TWhpu4Y {
  height: auto;
  min-height: 450px;
}
.vev #e24zgcqR1hRc {
  background: radial-gradient(
    rgba(12, 0, 0, 0.8) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #e24zgcqR1hR {
  margin: 89.3px 0.1% 0 0;
  width: 81.35%;
  height: 354px;
}
.vev #e24zgcqR1hR,
.vev #e28HHEt0fQ-,
.vev #eADqWSmTqA0 {
  transform: none;
  place-self: start center;
}
.vev #e28HHEt0fQ- {
  width: 61.72%;
  margin: 183.3px 0 0;
  height: 181px;
}
.vev #eADqWSmTqA0c h2 {
  color: #66b0e4;
}
.vev #eADqWSmTqA0 {
  width: 49.22%;
  margin: 136.3px 0 0;
  height: 86px;
}
.vev #ePUbvh1SILEc {
  background: 0 0;
}
.vev #ePUbvh1SILE {
  height: auto;
  min-height: 800px;
}
.vev #eDY2ehVGs6b {
  margin: 177px 0 0;
  width: 17.97%;
  height: 190px;
  transform: none;
  place-self: start center;
}
.vev #enYKwaoT-IQc h2 {
  color: #2300fb;
  font-size: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 55px;
  margin: 15px 0;
}
.vev #eTzuid_GWK_c h5,
.vev #egOJBP-WWnfc h5,
.vev #enYKwaoT-IQc h5 {
  letter-spacing: 1px;
  line-height: 25px;
  text-transform: none;
  font-variant: normal;
  font-size: 18px;
}
.vev #enYKwaoT-IQc h2,
.vev #enYKwaoT-IQc h5 {
  font-family: "Anton";
  text-align: center;
  font-weight: 400;
  font-style: normal;
}
.vev #enYKwaoT-IQc h5 {
  color: #fff;
  margin: 5px 0;
}
.vev #enYKwaoT-IQc {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #enYKwaoT-IQ {
  width: 15.04%;
  margin: 211px 0 0;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
}
.vev #e8RBUit8_Gc,
.vev #eELKSBnnBNY {
  width: 16.89%;
  margin: 464px 17.58% 0 0;
  height: 200px;
  transform: none;
  place-self: start end;
  display: none;
}
.vev #eELKSBnnBNY {
  width: 144px;
  height: 144px;
  margin: 321px 19.29% 0 0;
}
.vev #ev-QTs6r9WJc {
  border-radius: 25px;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(6px 6px 0 transparent);
}
.vev #ev-QTs6r9WJ {
  margin: 0 0 0 0.7%;
  width: 144px;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev #eAy5VnDpW87,
.vev #ehkFXvfdM6S {
  width: 78px;
  height: 115px;
  transform: none;
  place-self: start center;
}
.vev #ehkFXvfdM6S {
  margin: 14.5px 0 0 4.17%;
}
.vev #eAy5VnDpW87 {
  margin: 16px 0 0 5.56%;
}
.vev #e-vmAwN1u-G,
.vev #eTa8eIW-_1M {
  width: 16.31%;
  margin: 464px 25.68% 0 0;
  height: 158px;
  transform: none;
  place-self: start end;
}
.vev #eTa8eIW-_1M {
  width: 144px;
  height: 144px;
  margin: 320px 27.15% 0 0;
}
.vev #ejIeHX6A8AOc {
  border-radius: 25px;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(6px 6px 0 transparent);
}
.vev #ejIeHX6A8AO {
  margin: 0;
  width: 144px;
  height: 144px;
}
.vev #eEV7QUfK3Ze,
.vev #eQGaB2pNUJ1,
.vev #eYjHr5xLAB9,
.vev #ejIeHX6A8AO {
  transform: none;
  place-self: start center;
}
.vev #eQGaB2pNUJ1,
.vev #eYjHr5xLAB9 {
  margin: 27px 0 0;
  width: 73px;
  height: 94px;
}
.vev #eYjHr5xLAB9 {
  width: 14.75%;
  margin: 461px 0.88% 0 0;
  height: 161px;
}
.vev #eEV7QUfK3Ze {
  width: 144px;
  height: 144px;
  margin: 317px 0.39% 0 0;
}
.vev #ei1o2niEQlpc {
  border-radius: 25px;
}
.vev #ei1o2niEQlp {
  margin: 0 1.39% 0 0;
  width: 144px;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev #eQaJ38sFVQD {
  margin: 66px 18.06% 0 0;
  width: 52px;
  height: 50px;
  transform: none;
  place-self: start end;
}
.vev #e7_oZQHEt_w {
  margin: 21px 12.78% 0 0;
  width: 36px;
  height: 80px;
  transform: rotate(15deg);
  place-self: start center;
}
.vev #e-B-_xzJnre,
.vev #eEr0E3bPaa6 {
  transform: none;
  place-self: start start;
}
.vev #eEr0E3bPaa6 {
  width: 15.14%;
  margin: 460px 0 0 25.68%;
  height: 227px;
}
.vev #e-B-_xzJnre {
  width: 144px;
  height: 144px;
  margin: 316px 0 0 26.46%;
}
.vev #ehRjY6CpiZpc {
  border-radius: 25px;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(6px 6px 0 transparent);
}
.vev #ehRjY6CpiZp {
  margin: 0 2.78% 0 0;
  width: 144px;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev #eldtzKb43CO {
  margin: 40px 18.06% 0 0;
  width: 59.72%;
  height: 94px;
  transform: rotate(-15deg);
  place-self: start center;
}
.vev #eC-vR4AphnCc h2 {
  color: #66b0e4;
  text-transform: uppercase;
}
.vev #eC-vR4AphnC {
  width: 43.36%;
  margin: 130px 0 0;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
}
.vev #eKr99qcGh8yc .contents,
.vev #ecQeGd0KHiUc .contents,
.vev #esqhGmLNJj7c .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background: var(--b-ye8L5qD0r_) no-repeat 50% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eKr99qcGh8yc {
  background: 0 0;
}
.vev #eKr99qcGh8y {
  height: auto;
  min-height: 600px;
}
.vev #ehbbyxkEeqR {
  margin: 75px 0.98% 0 0;
  width: 34.96%;
  height: 176px;
  transform: none;
  place-self: start center;
}
.vev #egOJBP-WWnfc h2 {
  font-family: "Anton";
  text-align: center;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 55px;
  margin: 15px 0;
}
.vev #egOJBP-WWnfc h5 {
  color: #fffefe;
}
.vev #egOJBP-WWnfc {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #egOJBP-WWnf {
  width: 21.78%;
  margin: 102px 0.1% 0 0;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
}
.vev #e3eHgHIjCNtc em,
.vev #e3eHgHIjCNtc sub,
.vev #e3eHgHIjCNtc sup,
.vev #e3eHgHIjCNtc td,
.vev #e3fd0VH4STWc em,
.vev #e3fd0VH4STWc sub,
.vev #e3fd0VH4STWc sup,
.vev #e3fd0VH4STWc td,
.vev #e4TShHJLB4Bc em,
.vev #e4TShHJLB4Bc sub,
.vev #e4TShHJLB4Bc sup,
.vev #e4TShHJLB4Bc td,
.vev #e9KrKhPXWn1c p,
.vev #eFLvbyvH6aRc em,
.vev #eFLvbyvH6aRc sub,
.vev #eFLvbyvH6aRc sup,
.vev #eFLvbyvH6aRc td,
.vev #eOo5nBMZ-mFc p,
.vev #erb4lNVseQbc p,
.vev #et6FJreyaXWc em,
.vev #et6FJreyaXWc sub,
.vev #et6FJreyaXWc sup,
.vev #et6FJreyaXWc td,
.vev #etdEIPgIDbUc p,
.vev #eweKe0Tv1stc em,
.vev #eweKe0Tv1stc sub,
.vev #eweKe0Tv1stc sup,
.vev #eweKe0Tv1stc td {
  font-size: 20px;
}
.vev #eOo5nBMZ-mFc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #e9KrKhPXWn1c h2,
.vev #eOo5nBMZ-mFc h2,
.vev #egOJBP-WWnfc h2 {
  font-size: 40px;
  color: #2300fb;
}
.vev #e9KrKhPXWn1c h5,
.vev #egOJBP-WWnfc h5 {
  text-align: center;
  margin: 5px 0;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #eOo5nBMZ-mFc h5 {
  color: #d5c297;
}
.vev #eOo5nBMZ-mFc h5,
.vev #erb4lNVseQbc h5,
.vev #etdEIPgIDbUc h5 {
  text-align: center;
  margin: 5px 0;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #eOo5nBMZ-mF {
  width: 21.19%;
  margin: 299px 0 0 12.11%;
  height: 154px;
  transform: none;
  place-self: start start;
}
.vev #eTtfe114Jcic {
  background: #c9b100;
  border-radius: 15px 15px 0;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eTtfe114Jci {
  margin: 247px 0 0 15.14%;
  width: 15.14%;
  height: 34px;
  transform: none;
  place-self: start start;
}
.vev #e9KrKhPXWn1c {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #e9KrKhPXWn1c h5 {
  color: #d5a997;
}
.vev #e9KrKhPXWn1c h6,
.vev #erb4lNVseQbc h6 {
  color: #fffefe;
}
.vev #e9KrKhPXWn1 {
  width: 13.48%;
  margin: 241px 0 0 16.31%;
  height: 39px;
  transform: none;
  place-self: start start;
}
.vev #eQgqjeSYOk- {
  margin: 175px 0 0 0.29%;
  width: 33.69%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 0.9971;
  max-height: 100%;
  --ratio: 100.29%;
}
.vev #ecQeGd0KHiUc {
  background: 0 0;
}
.vev #ecQeGd0KHiU {
  height: auto;
  min-height: 600px;
}
.vev #el_mpbaq0JHc {
  background: radial-gradient(
    rgba(12, 0, 0, 0.8) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #eDk04oKDQFx,
.vev #eYTh6V4lw4Q,
.vev #el_mpbaq0JH {
  transform: none;
  place-self: start center;
}
.vev #el_mpbaq0JH {
  margin: 0 0 0 1.46%;
  width: 81.35%;
  height: 530px;
}
.vev #eDk04oKDQFx {
  width: 64.45%;
  margin: 125px 0 0;
  height: 351px;
}
.vev #eYTh6V4lw4Qc h2 {
  font-size: 35px;
  line-height: 35px;
  color: #66b0e4;
}
.vev #eYTh6V4lw4Q {
  width: 43.36%;
  margin: 78px 0 0;
  height: auto;
  max-height: 100%;
}
.vev #esqhGmLNJj7c {
  background: 0 0;
}
.vev #esqhGmLNJj7 {
  height: auto;
  min-height: 500px;
}
.vev #eJTijFdcDd-c {
  background: var(--b-cCIDYXSHlJ) no-repeat 50% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eA63RMOEA4N,
.vev #eJTijFdcDd- {
  transform: none;
  place-self: start start;
}
.vev #eJTijFdcDd- {
  margin: 58.5px 0 0 23.34%;
  width: 272px;
  height: auto;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev #eA63RMOEA4N {
  margin: 41.5px 0 0 21.78%;
  width: 305px;
  height: 305px;
}
.vev #etdEIPgIDbUc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #erb4lNVseQbc h2,
.vev #etdEIPgIDbUc h2 {
  font-size: 40px;
  color: #2300fb;
}
.vev #etdEIPgIDbUc h5 {
  color: #d5c297;
}
.vev #etdEIPgIDbU {
  width: 21.19%;
  margin: 138px 25.39% 0 0;
  height: 154px;
  transform: none;
  place-self: start end;
}
.vev #eBKcqu0NGOKc,
.vev #eGFOVIOF7L1c .img div {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eBKcqu0NGOKc {
  background: #c9b100;
  border-radius: 15px 15px 0;
}
.vev #eBKcqu0NGOK {
  margin: 84px 28.42% 0 0;
  width: 15.14%;
  height: 34px;
  transform: none;
  place-self: start end;
}
.vev #erb4lNVseQbc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #erb4lNVseQbc h5 {
  color: #d5a997;
}
.vev #erb4lNVseQb {
  width: 13.48%;
  margin: 78px 28.91% 0 0;
  height: 39px;
  transform: none;
  place-self: start end;
}
.vev #eGFOVIOF7L1c .img div {
  background: var(--b-cCIDYXSHlJ) 50% 50% / cover;
  border: 3px hidden #000;
}
.vev #eGFOVIOF7L1 {
  min-height: 600px;
  height: auto;
}
.vev #e3eHgHIjCNtc p,
.vev #e4TShHJLB4Bc p {
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  font-style: inherit;
  line-height: 28px;
  font-size: 20px;
  margin: 15px 0;
}
.vev #ehDKCe6AgVUc h2 {
  color: #fff;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 700;
  font-style: inherit;
}
.vev #ehDKCe6AgVU,
.vev #eoRF851wttC {
  width: 70.31%;
  height: 55px;
  transform: none;
  place-self: start center;
  margin: 125px 0 0;
}
.vev #eoRF851wttC {
  margin: 220px 0.1% 0 0;
  width: 30.37%;
  height: 216px;
}
.vev #eoRF851wttCc .top {
  height: 80px;
  margin: 5px 0 0;
}
.vev #eoRF851wttCc .bottom .link {
  margin: 10px 60px 0;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  background: #2e4976;
  border-radius: 3px;
  padding: 2px 0;
  color: #fff;
  letter-spacing: 1px;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eoRF851wttCc .card {
  border-radius: 20px;
}
.vev #eoRF851wttCc .bottom .body {
  margin: 10px 0 0;
  color: #2c0000;
}
.vev #eoRF851wttCc .bottom {
  padding: 10px 30px 25px;
}
.vev #eAo_HAh4tPLc .contents {
  background: var(--b-UIUpJw5tB6) 0% 0% / cover;
}
.vev #eAo_HAh4tPLc {
  background: 0 0;
}
.vev #eAo_HAh4tPL {
  height: auto;
  min-height: 850px;
  display: none;
}
.vev #ewAr8rMFUEs {
  margin: 123px 0 0 1.56%;
  width: 34.96%;
  height: 176px;
  transform: none;
  place-self: start center;
}
.vev #e3eHgHIjCNtc h4,
.vev #e3fd0VH4STWc h4,
.vev #e4TShHJLB4Bc h4,
.vev #eFLvbyvH6aRc h4,
.vev #ePewMVbuQK8c h4,
.vev #et6FJreyaXWc h4,
.vev #eweKe0Tv1stc h4,
.vev #ey1Rr-83Z7tc h4,
.vev div .pdh3LaF89nc h4 {
  text-align: center;
  color: #f9f9f9;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  font-family: "Anton";
  text-transform: none;
  font-variant: normal;
  margin: 10px 0;
}
.vev #e3eHgHIjCNtc h2,
.vev #e3eHgHIjCNtc h5 {
  font-family: "Anton";
  color: #2300fb;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 55px;
  margin: 15px 0;
}
.vev #e3eHgHIjCNtc h5 {
  color: #fff;
  line-height: 25px;
  text-transform: none;
  font-variant: normal;
  font-size: 18px;
  margin: 5px 0;
}
.vev #e3eHgHIjCNtc h6,
.vev #e3fd0VH4STWc h6,
.vev #e4TShHJLB4Bc h6,
.vev #eFLvbyvH6aRc h6,
.vev #et6FJreyaXWc h6,
.vev #eweKe0Tv1stc h6 {
  font-weight: 400;
  font-style: normal;
  font-family: "Anton";
  color: #ff0303;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 10px 0;
  text-transform: uppercase;
}
.vev #e3eHgHIjCNtc {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #e3eHgHIjCNt {
  width: 15.04%;
  margin: 154px 0 0;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
}
.vev #eXpvUzYDqQnc {
  padding: 0;
}
.vev #eXpvUzYDqQn {
  width: 43.36%;
  margin: 585px 0 0;
  height: 171px;
  transform: none;
  place-self: start center;
}
.vev #etAtidFyRuq {
  width: 20.51%;
  height: auto;
  margin: 272px 14.89% 0 0;
  transform: none;
  place-self: start end;
  aspect-ratio: 1.0914;
  max-height: 100%;
  --ratio: 91.63%;
}
.vev #e2nzCIuEjTEc {
  border-radius: 25px;
}
.vev #e2nzCIuEjTE {
  margin: 0;
  width: 210px;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eFVj0wxPvAD,
.vev #eRWan6YkTg8 {
  margin: 19px 0 0 5.24%;
  width: 167px;
  height: 167px;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #e2zuQL36Nk0,
.vev #eFVj0wxPvAD,
.vev #eRWan6YkTg8,
.vev #exUXID4DhDG {
  transform: none;
  place-self: start center;
}
.vev #exUXID4DhDG {
  width: 43.36%;
  margin: 585px 0 0;
  height: 112px;
  display: none;
}
.vev #e2zuQL36Nk0 {
  width: 20.51%;
  height: auto;
  margin: 349px 0 0 17.68%;
  aspect-ratio: 1.0048;
  max-height: 100%;
  --ratio: 99.52%;
}
.vev #edoHd0Sj4U0c {
  border-radius: 25px;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(6px 6px 0 transparent);
  background: #fff;
}
.vev #eHlA_FTSyQi,
.vev #edoHd0Sj4U0 {
  height: auto;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #edoHd0Sj4U0 {
  margin: 0;
  width: 210px;
  transform: none;
  place-self: start end;
}
.vev #eHlA_FTSyQi {
  margin: 34px 3.33% 0 0;
  width: 149px;
  max-height: 100%;
}
.vev #e0G8Or-U4X_,
.vev #eHlA_FTSyQi,
.vev #eq1ujKdqKko {
  transform: none;
  place-self: start center;
}
.vev #eq1ujKdqKko {
  width: 43.36%;
  margin: 585px 0 0;
  height: 96px;
  display: none;
}
.vev #e0G8Or-U4X_ {
  width: 20.51%;
  height: auto;
  margin: 272px 19.24% 0 0;
  aspect-ratio: 1.0914;
  max-height: 100%;
  --ratio: 91.63%;
}
.vev #eieCHsL8bJLc {
  border-radius: 25px;
}
.vev #eGKtleiFryN {
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eieCHsL8bJL {
  margin: 0;
  width: 210px;
  height: auto;
}
.vev #eieCHsL8bJL,
.vev #ent-cAK4aWr {
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eGKtleiFryN,
.vev #ent-cAK4aWr {
  margin: 19px 0 0 5.24%;
  width: 167px;
  height: 167px;
}
.vev #eC2hczBro-R {
  width: 43.36%;
  margin: 585px 0 0;
  height: 112px;
  transform: none;
  place-self: start center;
  display: none;
}
.vev #eq_ogvzJtkD {
  width: 15.82%;
  height: 163px;
  margin: 351px 0 0 16.46%;
  transform: none;
  place-self: start start;
}
.vev #eN4M-QTIRU-c {
  border-radius: 25px;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(6px 6px 0 transparent);
}
.vev #eN4M-QTIRU- {
  margin: 0;
  width: 162px;
  height: auto;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eN4M-QTIRU-,
.vev #eOJVvv4fmdN,
.vev #enLLSO2D79V {
  transform: none;
  place-self: start center;
}
.vev #enLLSO2D79V {
  margin: 6px 0 0 1.23%;
  width: 146px;
  height: 146px;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eOJVvv4fmdNc h2 {
  color: #66b0e4;
}
.vev #eOJVvv4fmdN {
  width: 43.36%;
  margin: 76px 0 0;
  height: auto;
  max-height: 100%;
}
.vev #e6layDOF2YEc .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background: linear-gradient(transparent 0% 100%),
    var(--b-E_PyGiMkYM) no-repeat 50% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #e6layDOF2YEc {
  background: 0 0;
}
.vev #e6layDOF2YE {
  height: auto;
  min-height: 300px;
  display: none;
}
.vev #ek66hzhlyV-c {
  padding: 0;
}
.vev #ek66hzhlyV- {
  width: 26.37%;
  height: 195px;
  margin: 23px 22.07% 0 0;
  transform: none;
  place-self: start end;
}
.vev #ebnR3k6CcYbc {
  background: var(--b-IeDvMbAV0e) no-repeat 50% 50% / cover;
}
.vev #ebnR3k6CcYb,
.vev #ei_vvQ8AWFg {
  margin: 46px 7.78% 0 0;
  width: 71.48%;
  height: 190px;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #ei_vvQ8AWFg {
  margin: 33px -9.63% 0 0;
  width: 209px;
  height: 205px;
  place-self: start end;
}
.vev #ef0PgDcm1-Zc {
  padding: 0;
}
.vev #eZj0ESEbOBY,
.vev #ef0PgDcm1-Z {
  transform: none;
  place-self: start center;
}
.vev #ef0PgDcm1-Z {
  width: 23.44%;
  height: 175px;
  margin: 71px 0 0 16.99%;
}
.vev #eZj0ESEbOBY {
  margin: 33px 0 0 0.37%;
  width: 183px;
  height: 176px;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #ebJaqqAD5z5 {
  width: 19.53%;
  height: auto;
  margin: 101px 0 0 29.2%;
  transform: none;
  place-self: start start;
  max-height: 100%;
}
.vev #e4TShHJLB4Bc h2,
.vev #eFLvbyvH6aRc h2 {
  font-family: "Anton";
  color: #2300fb;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 55px;
  margin: 15px 0;
}
.vev #e4TShHJLB4Bc h5,
.vev #ec2uTf54Aprc h2 {
  color: #fff;
  text-transform: none;
  font-variant: normal;
}
.vev #e4TShHJLB4Bc h5,
.vev #eFLvbyvH6aRc h5 {
  font-weight: 400;
  font-style: normal;
  margin: 5px 0;
  text-align: center;
  font-family: "Anton";
}
.vev #e4TShHJLB4Bc h5 {
  line-height: 25px;
  letter-spacing: 1px;
  font-size: 30px;
}
.vev #e4TShHJLB4Bc {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #e4TShHJLB4B {
  width: 34%;
  margin: 75px -6.5% 0 0;
  height: 39px;
  transform: none;
  place-self: start end;
}
.vev #eAYaYsTCefBc p {
  color: #fff;
  font-size: 60px;
}
.vev #eAYaYsTCefB {
  margin: 43px 11.5% 0 0;
  width: 75.5%;
  height: 70px;
  transform: none;
  place-self: start center;
}
.vev #eFLvbyvH6aRc h5 {
  color: #e37e65;
}
.vev #eFLvbyvH6aRc {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #eFLvbyvH6aRc p {
  letter-spacing: 0;
  line-height: 28px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-style: inherit;
  margin: 15px 0;
}
.vev #eFLvbyvH6aR {
  width: 100%;
  margin: 0;
  height: 67px;
  transform: none;
  place-self: start start;
}
.vev #eFs741IO5_8c {
  background: 0 0;
}
.vev #eFs741IO5_8c .overlay {
  background: linear-gradient(transparent 2%, rgba(0, 0, 0, 0.5) 100%);
}
.vev #eFs741IO5_8 {
  min-height: 900px;
  height: auto;
}
.vev #ec2uTf54Aprc h2 {
  font-size: 35px;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  line-height: 42px;
}
.vev #ec2uTf54Apr {
  width: 787px;
  margin: 442px 0.1% 0 0;
  place-self: start center;
  height: 326px;
  transform: none;
  display: none;
}
.vev #e3fd0VH4STWc h3,
.vev #ePewMVbuQK8c h3,
.vev #et6FJreyaXWc h3,
.vev #eweKe0Tv1stc h3,
.vev #ey1Rr-83Z7tc h3,
.vev div .pdh3LaF89nc h3 {
  font-weight: 900;
  font-size: 28px;
  font-family: "Lato";
  text-align: center;
  font-style: inherit;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 38px;
  color: #fff;
  margin: 15px 0;
}
.vev #ePewMVbuQK8c h3,
.vev #et6FJreyaXWc h3,
.vev #eweKe0Tv1stc h3,
.vev #ey1Rr-83Z7tc h3,
.vev div .pdh3LaF89nc h3 {
  font-size: 30px;
  color: #fdfbfb;
}
.vev div .pdh3LaF89nc h3 {
  font-size: 28px;
  color: #fff;
}
.vev #e3fd0VH4STWc blockquote,
.vev #e3fd0VH4STWc h1,
.vev #e3fd0VH4STWc h2,
.vev div .pdh3LaF89nc blockquote,
.vev div .pdh3LaF89nc h1 {
  margin: 15px 0;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 52px;
}
.vev #e3fd0VH4STWc h1,
.vev #e3fd0VH4STWc h2,
.vev div .pdh3LaF89nc h1 {
  font-size: 100px;
  line-height: 100px;
  color: #00d91f;
}
.vev #e3fd0VH4STWc h2 {
  font-family: "Averia Serif Libre";
  color: #fffdfd;
  font-weight: 700;
  font-size: 60px;
  font-style: inherit;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 55px;
}
.vev #e3fd0VH4STWc h5,
.vev #eFLvbyvH6aRc h5,
.vev #et6FJreyaXWc h5,
.vev div .pdh3LaF89nc h5 {
  line-height: 25px;
  text-transform: none;
  font-variant: normal;
  letter-spacing: 1px;
  font-size: 18px;
}
.vev #e3fd0VH4STWc h5,
.vev div .pdh3LaF89nc h5 {
  font-weight: 900;
  font-style: inherit;
  color: #fff;
  margin: 10px 0;
  text-align: center;
}
.vev #e3fd0VH4STWc,
.vev #ePd5ucH94ZLc .bottom .title,
.vev div .pdh3LaF89nc {
  font-size: 22px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  line-height: 28px;
}
.vev #ePd5ucH94ZLc .bottom .title {
  font-size: 16px;
  color: #2c0000;
  line-height: 20px;
}
.vev #e3fd0VH4STWc p,
.vev div .pdh3LaF89nc p {
  margin: 15px 0;
}
.vev #e3fd0VH4STW {
  width: 747px;
  margin: 410px 0 0 0.1%;
  place-self: start center;
  height: 149px;
  transform: none;
}
.vev #eav7VK49DMdc .contents {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    var(--b-oSNSBYlVgG) no-repeat 50% 50% / cover;
}
.vev #eav7VK49DMdc {
  background: 0 0;
}
.vev #eav7VK49DMd {
  height: auto;
  min-height: 500px;
}
.vev #eMU_NgXcjK5c {
  background: radial-gradient(
    rgba(12, 0, 0, 0.9) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #e3MVuvW2SUn,
.vev #eMU_NgXcjK5 {
  transform: none;
  place-self: start center;
}
.vev #eMU_NgXcjK5 {
  margin: 94px 0 0;
  width: 95.12%;
  height: 337px;
}
.vev #e3MVuvW2SUnc h2,
.vev #eFc72s9VSbOc h2 {
  color: #cc9b4a;
}
.vev #e3MVuvW2SUn {
  width: 79.3%;
  height: 193px;
  margin: 150px 0 0;
}
.vev #eav7VK49DMdc .contents,
.vev #evRhbR1ZzxGc .contents,
.vev #ewBnOhX1GU9c .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #ewBnOhX1GU9c .contents {
  background: var(--b-oSNSBYlVgG) no-repeat 50% 50% / cover;
}
.vev #ewBnOhX1GU9c {
  background: 0 0;
}
.vev #ewBnOhX1GU9 {
  height: auto;
  min-height: 400px;
}
.vev #e0PkK255Z7sc {
  background: radial-gradient(
    rgba(12, 0, 0, 0.9) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #e0PkK255Z7s,
.vev #eFc72s9VSbO {
  margin: -69px 1.56% 0 0;
  width: 92.19%;
  height: 362px;
  transform: none;
  place-self: start center;
}
.vev #eFc72s9VSbO {
  width: 81.45%;
  height: 230px;
  margin: -10px 0 0;
}
.vev #evRhbR1ZzxGc .contents {
  background: var(--b-jNSbF7PNfq) no-repeat 50% 50% / cover;
}
.vev #evRhbR1ZzxGc {
  background: 0 0;
}
.vev #evRhbR1ZzxG {
  height: auto;
  min-height: 500px;
  display: none;
}
.vev #eCwhlDv316Zc {
  background: var(--b-8HTW4SSHSk) no-repeat 50% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eCwhlDv316Z {
  margin: 83px 25% 0 0;
  width: 29.1%;
  height: auto;
  transform: none;
  place-self: start end;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev #e7zQVfpqJdB {
  margin: -5px 18.26% 0 0;
  width: 40.92%;
  height: 420px;
  transform: none;
  place-self: start end;
  aspect-ratio: 0.9971;
  --ratio: 100.29%;
}
.vev #elWGbNSE0Er {
  margin: 311px 25.39% 0 0;
  width: 16.41%;
  height: 176px;
  transform: rotate(180deg);
  place-self: start end;
}
.vev #ePewMVbuQK8c h1,
.vev #et6FJreyaXWc h1,
.vev #et6FJreyaXWc h2,
.vev #eweKe0Tv1stc h1,
.vev #eweKe0Tv1stc h2,
.vev #ey1Rr-83Z7tc h1 {
  text-align: center;
  font-size: 100px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00d91f;
  font-family: "Anton";
  line-height: 100px;
  margin: 15px 0;
}
.vev #et6FJreyaXWc h2,
.vev #eweKe0Tv1stc h2,
.vev #ey1Rr-83Z7tc h1 {
  color: #2300fb;
  font-size: 40px;
  line-height: 55px;
}
.vev #ey1Rr-83Z7tc h1 {
  font-size: 100px;
  color: #00d91f;
  line-height: 100px;
}
.vev #et6FJreyaXWc h5 {
  color: #d5c297;
}
.vev #ePewMVbuQK8c blockquote,
.vev #et6FJreyaXWc blockquote,
.vev #eweKe0Tv1stc blockquote,
.vev #ey1Rr-83Z7tc blockquote {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  color: #fcfcfc;
  font-size: 40px;
  text-align: center;
  line-height: 52px;
  margin: 15px 0;
}
.vev #et6FJreyaXWc {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #et6FJreyaXWc p,
.vev #eweKe0Tv1stc p {
  letter-spacing: 0;
  line-height: 28px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-style: inherit;
  margin: 15px 0;
}
.vev #et6FJreyaXW {
  width: 15.43%;
  margin: 169px 0 0 25.39%;
  height: 246px;
  transform: none;
  place-self: start start;
}
.vev #emoDdtIaUUKc h5,
.vev #et6FJreyaXWc h5,
.vev #eweKe0Tv1stc h5 {
  text-align: center;
  margin: 5px 0;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #eweKe0Tv1stc h5 {
  color: #fffefe;
  line-height: 25px;
  text-transform: none;
  font-variant: normal;
  letter-spacing: 1px;
  font-size: 18px;
}
.vev #eweKe0Tv1stc {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #eweKe0Tv1st {
  width: 15.04%;
  margin: 183px 2.34% 0 0;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
}
.vev #ebIoXYikN65c {
  background: #c9b100;
  border-radius: 15px 15px 0;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #ebIoXYikN65 {
  margin: 118px 0 0 25.68%;
  width: 15.14%;
  height: 34px;
  transform: none;
  place-self: start start;
}
.vev #emoDdtIaUUKc p,
.vev #ey1Rr-83Z7tc em,
.vev #ey1Rr-83Z7tc sub,
.vev #ey1Rr-83Z7tc sup,
.vev #ey1Rr-83Z7tc td {
  font-size: 20px;
}
.vev #emoDdtIaUUKc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #emoDdtIaUUKc h2 {
  font-size: 40px;
  color: #2300fb;
}
.vev #emoDdtIaUUKc h5 {
  color: #d5a997;
}
.vev #emoDdtIaUUKc h6 {
  color: #fffefe;
}
.vev #emoDdtIaUUK {
  width: 13.48%;
  margin: 112px 0 0 26.86%;
  height: 39px;
  transform: none;
  place-self: start start;
}
.vev #e7ikmsbg2YYc,
.vev #e7ikmsbg2YYc .contents {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #e7ikmsbg2YYc .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background: var(--b-oSNSBYlVgG) no-repeat 50% 50% / cover;
}
.vev #e7ikmsbg2YYc {
  background: 0 0;
}
.vev #e7ikmsbg2YY {
  height: auto;
  min-height: 650px;
}
.vev #emJRqS9kwdEc {
  background: radial-gradient(
    rgba(12, 0, 0, 0.9) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #eimnQBVTAWn,
.vev #emJRqS9kwdE {
  transform: none;
  place-self: start center;
}
.vev #emJRqS9kwdE {
  margin: -21px 0.49% 0 0;
  width: 54.59%;
  height: 619px;
}
.vev #eimnQBVTAWn {
  margin: 108.8px 0 0;
  contain: paint;
  width: 48.34%;
  height: 521.2px;
}
.vev #eg7oBtA1DQb {
  width: 100%;
  height: 100%;
}
.vev #eEXPfCvxv1t {
  margin: 38px 0 0;
  width: 52.73%;
  height: 273px;
}
.vev #eEXPfCvxv1t,
.vev #eiLXMPOJsIr,
.vev #eihGejV8Y2H {
  transform: none;
  place-self: start center;
}
.vev #eiLXMPOJsIr {
  width: 61.62%;
  margin: 348px 0 0;
  height: 150px;
}
.vev #eB5ytf-uIaVc p,
.vev #eJvtLjYaE8Fc p,
.vev #edDeDxCJVScc p,
.vev #eihGejV8Y2Hc p,
.vev #ek9Fbc3rEwRc p {
  color: #e37e65;
}
.vev #eB5ytf-uIaVc h2,
.vev #edDeDxCJVScc h2,
.vev #eihGejV8Y2Hc h2,
.vev #ek9Fbc3rEwRc h2 {
  color: #d5c297;
}
.vev #eihGejV8Y2H {
  width: 76.5%;
  margin: 308px 0 0;
  height: 45px;
}
.vev #e45wQP2Ue6Uc {
  background: rgba(255, 255, 255, 0.8);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #e45wQP2Ue6U {
  margin: 470px 0 0 32.93%;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #ewL5QsTlQfpc {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #ewL5QsTlQfp {
  margin: 470px 10.71% 0 0;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eITKT3r243Jc {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eITKT3r243J {
  margin: 470px 0 0 8.69%;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eNpluX4U8Jpc {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eNpluX4U8Jp {
  margin: 470px 33.94% 0 0;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start end;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eRfaNMuqExC {
  width: 100%;
  height: 100%;
}
.vev #eB5ytf-uIaV {
  transform: none;
  place-self: start center;
}
.vev #eKdw7rn4FX6 {
  width: 61.62%;
  margin: 348px 0 0;
  height: 150px;
}
.vev #eKdw7rn4FX6,
.vev #eWjNr2GwOGj {
  transform: none;
  place-self: start center;
}
.vev #eB5ytf-uIaV {
  width: 76.5%;
  margin: 308px 0 0;
  height: 45px;
}
.vev #eWjNr2GwOGj {
  margin: 38px 0 0;
  width: 52.73%;
  height: 273px;
}
.vev #eo-pqeHRgghc {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eo-pqeHRggh {
  margin: 470px 0 0 32.93%;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #ex_ouPUnYXYc {
  background: rgba(255, 255, 255, 0.8);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #ex_ouPUnYXY {
  margin: 470px 10.71% 0 0;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #ekmVzGOdKeEc {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #ekmVzGOdKeE {
  margin: 470px 0 0 8.69%;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eawWuLmOvtIc {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eawWuLmOvtI {
  margin: 470px 33.94% 0 0;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start end;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #e72j2OkJytE {
  width: 100%;
  height: 100%;
}
.vev #eBboI92ltVG {
  width: 58.38%;
  margin: 348px 0 0;
  height: 147px;
}
.vev #eBboI92ltVG,
.vev #eVrEjMjpEKn,
.vev #ek9Fbc3rEwR {
  transform: none;
  place-self: start center;
}
.vev #ek9Fbc3rEwR {
  width: 76.5%;
  margin: 308px 0 0;
  height: 45px;
}
.vev #eVrEjMjpEKn {
  margin: 38px 0 0;
  width: 52.73%;
  height: 273px;
}
.vev #etMIcktPvRdc {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #etMIcktPvRd {
  margin: 470px 0 0 32.93%;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #equWiAWSrw8c {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #equWiAWSrw8 {
  margin: 470px 10.71% 0 0;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #em2qIFewXkZc {
  background: rgba(255, 255, 255, 0.8);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #em2qIFewXkZ {
  margin: 470px 0 0 8.69%;
  width: 3.5%;
  height: 17px;
  transform: none;
  place-self: start center;
}
.vev #exmFt-C8q-rc {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #exmFt-C8q-r {
  margin: 470px 33.94% 0 0;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start end;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eIdaHsuRADA {
  width: 100%;
  height: 100%;
}
.vev #eACqmyQKbqQ,
.vev #eAUh0UTYS0d,
.vev #edDeDxCJVSc {
  transform: none;
  place-self: start center;
}
.vev #eAUh0UTYS0d,
.vev #edDeDxCJVSc {
  width: 73.74%;
  margin: 348px 0 0;
  height: 141px;
}
.vev #edDeDxCJVSc {
  width: 76.5%;
  margin: 308px 0 0;
  height: 45px;
}
.vev #eACqmyQKbqQ {
  margin: 38px 0 0;
  width: 52.73%;
  height: 273px;
}
.vev #eWIxUy_RZ3ic {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eWIxUy_RZ3i {
  margin: 470px 0 0 32.93%;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #edWWQ31sJpUc {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #edWWQ31sJpU {
  margin: 470px 10.71% 0 0;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #e8gmMoEPMfwc {
  background: rgba(255, 255, 255, 0.15);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #e8gmMoEPMfw {
  margin: 470px 0 0 8.69%;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #emahTuFXI5Mc {
  background: rgba(255, 255, 255, 0.8);
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #emahTuFXI5M {
  margin: 470px 33.94% 0 0;
  width: 3.5%;
  height: auto;
  transform: none;
  place-self: start end;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eJvtLjYaE8Fc h2 {
  color: #cc9b4a;
}
.vev #eJvtLjYaE8F {
  width: 76.46%;
  margin: 0 0.1% 0 0;
  height: 45px;
  transform: none;
  place-self: start center;
}
.vev #ey1Rr-83Z7tc h2 {
  color: #2300fb;
  font-size: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 55px;
  margin: 15px 0;
}
.vev #ey1Rr-83Z7tc h5 {
  color: #fffefe;
  line-height: 25px;
  text-transform: none;
  font-variant: normal;
  letter-spacing: 1px;
  font-size: 18px;
  margin: 5px 0;
}
.vev #eYo21I8-iStc h5,
.vev #ed1i_txarsHc h5,
.vev #ey1Rr-83Z7tc h2,
.vev #ey1Rr-83Z7tc h5,
.vev #ey1Rr-83Z7tc h6 {
  text-align: center;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #ey1Rr-83Z7tc h6 {
  color: #ff0303;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 10px 0;
  text-transform: uppercase;
}
.vev #ey1Rr-83Z7tc {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #ey1Rr-83Z7tc p {
  letter-spacing: 0;
  line-height: 28px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-style: inherit;
  margin: 15px 0;
}
.vev #eLqW_1_SErk,
.vev #ey1Rr-83Z7t {
  transform: none;
  place-self: start center;
}
.vev #ey1Rr-83Z7t {
  width: 34.86%;
  margin: 64px 0.29% 0 0;
  height: 31px;
}
.vev #eLqW_1_SErk {
  margin: 31px 1.17% 0 0;
  width: 34.96%;
  height: 176px;
}
.vev #e0OI-1s0tM_c .contents,
.vev #eS3PN7p_mQwc {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eS3PN7p_mQwc {
  background: 0 0;
}
.vev #eS3PN7p_mQw {
  margin: 64px 0.68% 0 0;
  width: 34.47%;
  height: 555px;
  transform: none;
  place-self: start center;
}
.vev #e0OI-1s0tM_c .contents {
  background: var(--b-oSNSBYlVgG) 50% 50% / cover;
}
.vev #e0OI-1s0tM_c {
  background: 0 0;
}
.vev #e0OI-1s0tM_ {
  height: auto;
  min-height: 600px;
}
.vev #ehsQjBUVTl6c {
  background: radial-gradient(
    rgba(12, 0, 0, 0.8) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #eHa6p41E5hz,
.vev #eSeS52CZpuJ,
.vev #ehsQjBUVTl6 {
  transform: none;
  place-self: start center;
}
.vev #ehsQjBUVTl6 {
  margin: 120px 0.1% 0 0;
  width: 81.35%;
  height: 421px;
}
.vev #eHa6p41E5hz {
  width: 66.31%;
  margin: 232px 0 0 0.1%;
  height: 218px;
}
.vev #eSeS52CZpuJc h2 {
  color: #cc9b4a;
}
.vev #eSeS52CZpuJ {
  width: 49.22%;
  margin: 185px 0 0;
  height: 86px;
}
.vev #efmYaWnRgOQc,
.vev #efmYaWnRgOQc .contents {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #efmYaWnRgOQc .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background: var(--b-oSNSBYlVgG) no-repeat 50% 50% / cover;
}
.vev #efmYaWnRgOQc {
  background: 0 0;
}
.vev #efmYaWnRgOQ {
  height: auto;
  min-height: 400px;
}
.vev #egmiFwTqd4xc {
  background: radial-gradient(
    rgba(12, 0, 0, 0.8) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #egmiFwTqd4x {
  margin: 8.4px 0 0 16.7%;
  width: 34.67%;
  height: 354px;
  transform: none;
  place-self: start center;
}
.vev #ePewMVbuQK8c em,
.vev #ePewMVbuQK8c sub,
.vev #ePewMVbuQK8c sup,
.vev #ePewMVbuQK8c td,
.vev #eYo21I8-iStc p,
.vev #ed1i_txarsHc p {
  font-size: 20px;
}
.vev #eYo21I8-iStc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #ePewMVbuQK8c h2,
.vev #eYo21I8-iStc h2,
.vev #ed1i_txarsHc h2 {
  font-size: 40px;
  color: #2300fb;
}
.vev #eYo21I8-iStc h5 {
  margin: 5px 0;
  color: #d5c297;
}
.vev #ed1i_txarsHc h5 {
  margin: 5px 0;
  color: #d5a997;
}
.vev #eYo21I8-iSt {
  width: 20.02%;
  margin: 158px 0 0 28.32%;
  height: 132px;
  transform: none;
  place-self: start start;
}
.vev #ei4DxMzxYTac {
  background: #c9b100;
  border-radius: 15px 15px 0;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #ei4DxMzxYTa {
  margin: 107px 0 0 30.86%;
  width: 15.14%;
  height: 34px;
  transform: none;
  place-self: start start;
}
.vev #ed1i_txarsHc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #ed1i_txarsHc h6 {
  color: #fffefe;
}
.vev #ed1i_txarsH {
  width: 13.48%;
  margin: 101px 0 0 32.03%;
  height: 39px;
  transform: none;
  place-self: start start;
}
.vev #exIFrwCB_OCc {
  padding: 0;
}
.vev #exIFrwCB_OC {
  width: 32.32%;
  height: 251px;
  margin: 58px 23.26% 0 0;
  transform: none;
  place-self: start end;
}
.vev #eJPFsFcrxQ4c,
.vev #eU5sG2w3wBEc .contents {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eJPFsFcrxQ4c {
  background: var(--b-bWwvjuuq3E) no-repeat 50% 50% / cover;
}
.vev #eJPFsFcrxQ4 {
  margin: 32px 0 0 10.88%;
  width: 217px;
  height: 216px;
  transform: none;
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #e2CyIATKWrQ {
  margin: 194px 0 0 -6.8%;
  width: 291px;
  height: 291px;
  transform: rotate(-60deg);
  place-self: start start;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eU5sG2w3wBEc .contents {
  background: var(--b-oSNSBYlVgG) 50% 50% / cover;
}
.vev #eU5sG2w3wBEc {
  background: 0 0;
}
.vev #eU5sG2w3wBE {
  height: auto;
  min-height: 800px;
}
.vev #e5zBzhGfQZY {
  margin: 177px 0 0;
  width: 17.97%;
  height: 190px;
  transform: none;
  place-self: start center;
}
.vev #ePewMVbuQK8c h2 {
  text-transform: uppercase;
  line-height: 55px;
  margin: 15px 0;
}
.vev #ePewMVbuQK8c h2,
.vev #ePewMVbuQK8c h5,
.vev #ePewMVbuQK8c h6,
.vev div .pdh3LaF89nc h6 {
  font-weight: 400;
  font-style: normal;
  font-family: "Anton";
  text-align: center;
  letter-spacing: 1px;
}
.vev #ePewMVbuQK8c h5 {
  color: #fff;
  line-height: 25px;
  text-transform: none;
  font-variant: normal;
  font-size: 18px;
  margin: 5px 0;
}
.vev #ePewMVbuQK8c h6,
.vev div .pdh3LaF89nc h6 {
  color: #ff0303;
  font-size: 20px;
  line-height: 28px;
  margin: 10px 0;
  text-transform: uppercase;
}
.vev #ePewMVbuQK8c {
  font-size: 18px;
  color: #fffcfc;
  font-weight: 900;
  font-style: inherit;
  background: 0 0;
}
.vev #ePewMVbuQK8c p {
  letter-spacing: 0;
  line-height: 28px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-style: inherit;
  margin: 15px 0;
}
.vev #ePewMVbuQK8 {
  width: 15.04%;
  margin: 211px 0 0;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
}
.vev #e87yyYGph-y,
.vev #eqrlnlg9bU5 {
  width: 15.04%;
  margin: 461px 18.46% 0 0;
  height: 175.99999999999997px;
  transform: none;
  place-self: start end;
}
.vev #eqrlnlg9bU5 {
  width: 144px;
  height: 144px;
  margin: 317px 18.55% 0 0;
}
.vev #egHoblc-tYSc {
  border-radius: 25px;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(6px 6px 0 transparent);
}
.vev #e00HHzy5_-a,
.vev #egHoblc-tYS {
  transform: none;
  place-self: start center;
}
.vev #egHoblc-tYS {
  margin: 0 0 0 0.7%;
  width: 144px;
  height: auto;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev #e00HHzy5_-a {
  margin: 34px 0 0 2.08%;
  width: 37px;
  height: 49px;
}
.vev #eFLtH681vdw,
.vev #eXM3VPdQh-G {
  width: 58px;
  height: 71px;
  transform: none;
}
.vev #eXM3VPdQh-G {
  margin: 47px 0 0 6.94%;
  place-self: start start;
}
.vev #eFLtH681vdw {
  margin: 47px 2.78% 0 0;
  place-self: start end;
}
.vev #eFo-nwnsO2c,
.vev #eUWh-kMYESn {
  transform: none;
  place-self: start center;
}
.vev #eUWh-kMYESn {
  width: 15.33%;
  margin: 461px 0 0 17.09%;
  height: 158px;
}
.vev #eFo-nwnsO2c {
  width: 144px;
  height: auto;
  margin: 317px 0 0 16.99%;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev #eS80YHRfGE4c {
  border-radius: 25px;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(6px 6px 0 transparent);
}
.vev #eS80YHRfGE4,
.vev #eYtV4yUjDUr {
  margin: 0;
  width: 144px;
  height: 144px;
  transform: none;
  place-self: start start;
  max-height: 100%;
}
.vev #eYtV4yUjDUr {
  width: 69.4%;
  height: auto;
  margin: 43px 0 0 15.3%;
}
.vev #e39mGSspP6m,
.vev #eX64yhIAN50 {
  margin: 0;
  width: 100px;
  height: 57px;
  transform: none;
  place-self: start start;
}
.vev #e5yMXGoppYQ,
.vev #eBfqY-t1rr7 {
  width: 15.72%;
  margin: 461px 15.92% 0 0;
  height: 146px;
  transform: none;
  place-self: start center;
}
.vev #eBfqY-t1rr7 {
  width: 144px;
  height: 144px;
  margin: 316px 15.23% 0 0;
}
.vev #elqR3RLGAmrc {
  border-radius: 25px;
}
.vev #eGrslM7NwVa,
.vev #elqR3RLGAmr {
  transform: none;
  place-self: start center;
}
.vev #elqR3RLGAmr {
  margin: 0 1.39% 0 0;
  width: 144px;
  height: auto;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev #eGrslM7NwVa {
  margin: 23px 5.56% 0 0;
  width: 84px;
  height: 99px;
}
.vev #eFKnPBbJFQl,
.vev #egLnWFzHBS_ {
  width: 15.04%;
  margin: 460px 0 0 18.46%;
  height: 147px;
  transform: none;
  place-self: start start;
}
.vev #egLnWFzHBS_ {
  width: 144px;
  height: 144px;
  margin: 316px 0 0 19.34%;
}
.vev #eJ88abkdl9Wc {
  border-radius: 25px;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(6px 6px 0 transparent);
}
.vev #e72fH_dipBL,
.vev #eJ88abkdl9W {
  transform: none;
  place-self: start center;
}
.vev #eJ88abkdl9W {
  margin: 0 2.78% 0 0;
  width: 144px;
  height: auto;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev #e72fH_dipBL {
  margin: 23px 0 0;
  width: 46.8px;
  height: 98px;
}
.vev #eA7KiH5V-b0 {
  margin: 62px 0 0 21.18%;
  width: 43px;
  height: 52px;
  transform: none;
  place-self: start start;
}
.vev #eJ1kmG2J7Az {
  margin: 96px 24.65% 0 0;
  width: 26px;
  height: 26px;
  transform: none;
  place-self: start end;
}
.vev #e6YXt9aP0bd {
  margin: 18px -3.47% 0 0;
  width: 33px;
  height: 40px;
  transform: rotate(90deg);
  place-self: start end;
}
.vev #e7JxDEzVYUEc h2 {
  color: #cc9b4a;
  text-transform: uppercase;
}
.vev #e7JxDEzVYUE {
  width: 43.36%;
  margin: 130px 0 0;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
}
.vev #eBaC-CjP1CIc .contents,
.vev #eTAcSbNXbAxc .contents,
.vev #e_8cHS-bcN3c .contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background: var(--b-oSNSBYlVgG) no-repeat 50% 50% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eTAcSbNXbAxc {
  background: 0 0;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eTAcSbNXbAx {
  height: auto;
  min-height: 500px;
}
.vev #es3zF1m05N7c {
  background: radial-gradient(
    rgba(12, 0, 0, 0.8) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #es3zF1m05N7 {
  margin: 8px 0 0 4.1%;
  width: 64.06%;
  height: 360px;
  transform: none;
  place-self: start center;
}
.vev #e2CYdnQZSbSc p,
.vev #eIM3UaAoBxKc p,
.vev #ehulzm76nJ2c p,
.vev #em-YDaqZUMPc p,
.vev div .pdh3LaF89nc em,
.vev div .pdh3LaF89nc sub,
.vev div .pdh3LaF89nc sup,
.vev div .pdh3LaF89nc td {
  font-size: 20px;
}
.vev #ehulzm76nJ2c {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #eIM3UaAoBxKc h2,
.vev #ehulzm76nJ2c h2 {
  font-size: 40px;
  color: #2300fb;
}
.vev #e2CYdnQZSbSc h5,
.vev #eIM3UaAoBxKc h5 {
  text-align: center;
  margin: 5px 0;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #ehulzm76nJ2c h5 {
  color: #d5c297;
}
.vev #ehulzm76nJ2c h5,
.vev #em-YDaqZUMPc h5 {
  text-align: center;
  margin: 5px 0;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #ehulzm76nJ2 {
  width: 20.02%;
  margin: 158px 0 0 25.39%;
  height: 132px;
  transform: none;
  place-self: start start;
}
.vev #eap_qoKLNItc {
  background: #c9b100;
  border-radius: 15px 15px 0;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eap_qoKLNIt {
  margin: 106.99999999999999px 0 0 27.93%;
  width: 15.14%;
  height: 34px;
  transform: none;
  place-self: start start;
}
.vev #eIM3UaAoBxKc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #eIM3UaAoBxKc h5 {
  color: #d5a997;
}
.vev #eIM3UaAoBxKc h6,
.vev #em-YDaqZUMPc h6 {
  color: #fffefe;
}
.vev #eIM3UaAoBxK {
  width: 13.48%;
  margin: 101.00000000000001px 0 0 29.1%;
  height: 39px;
  transform: none;
  place-self: start start;
}
.vev #eCZvnkZ8Bir {
  margin: 22px 22.27% 0 0;
  width: 305px;
  height: 305px;
  transform: none;
  place-self: start end;
}
.vev #e_8cHS-bcN3c {
  background: 0 0;
}
.vev #e_8cHS-bcN3 {
  height: auto;
  min-height: 650px;
}
.vev #eehzdCmNMjjc {
  background: radial-gradient(
    rgba(12, 0, 0, 0.8) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #e63zFdLvSOx,
.vev #eehzdCmNMjj,
.vev #egGPHSFwEZy {
  transform: none;
  place-self: start center;
}
.vev #eehzdCmNMjj,
.vev #egGPHSFwEZy {
  margin: -30.2px 0.1% 0 0;
  width: 81.35%;
  height: 541px;
}
.vev #egGPHSFwEZy {
  width: 64.06%;
  margin: 125px 0 0;
  height: 309px;
}
.vev #e63zFdLvSOxc h2 {
  font-size: 35px;
  line-height: 35px;
  color: #cc9b4a;
}
.vev #e63zFdLvSOx {
  width: 43.36%;
  margin: 78px 0 0;
  height: auto;
  max-height: 100%;
}
.vev #eBaC-CjP1CIc {
  background: 0 0;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eBaC-CjP1CI {
  height: auto;
  min-height: 500px;
}
.vev #eMfGcSff9_0c {
  background: radial-gradient(
    rgba(12, 0, 0, 0.8) 0,
    rgba(255, 255, 255, 0) 98%
  );
  transform: translate3d(0, 0, 0);
  filter: blur(50px);
  opacity: 50%;
}
.vev #eMfGcSff9_0 {
  margin: 35px 3.03% 0 0;
  width: 54.39%;
  height: 327px;
  transform: none;
  place-self: start center;
}
.vev #e2CYdnQZSbSc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #e2CYdnQZSbSc h2,
.vev #em-YDaqZUMPc h2 {
  font-size: 40px;
  color: #2300fb;
}
.vev #e2CYdnQZSbSc h5 {
  color: #d5c297;
}
.vev #e2CYdnQZSbS {
  width: 20.02%;
  margin: 158px 0 0 28.32%;
  height: 132px;
  transform: none;
  place-self: start start;
}
.vev #eonIxX6JXSmc {
  background: #c9b100;
  border-radius: 15px 15px 0;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #eonIxX6JXSm {
  margin: 107px 0 0 30.86%;
  width: 15.14%;
  height: 34px;
  transform: none;
  place-self: start start;
}
.vev #em-YDaqZUMPc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
  background: 0 0;
}
.vev #em-YDaqZUMPc h5 {
  color: #d5a997;
}
.vev #em-YDaqZUMP {
  width: 13.48%;
  margin: 101px 0 0 32.03%;
  height: 39px;
  transform: none;
  place-self: start start;
}
.vev #eXX21eX6rJhc {
  padding: 0;
}
.vev #eXX21eX6rJh {
  width: 32.32%;
  height: 251px;
  margin: 58px 23.26% 0 0;
  transform: none;
  place-self: start end;
}
.vev #e8USINSbSVEc,
.vev #eeQqhyQkAgkc .img div {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #e8USINSbSVEc {
  background: var(--b-bWwvjuuq3E) no-repeat 50% 50% / cover;
}
.vev #e8USINSbSVE {
  margin: 32px 0 0 10.88%;
  width: 217px;
  height: 216px;
  transform: none;
}
.vev #e8USINSbSVE,
.vev #edt2_PL91gj,
.vev #etma5i7RBww {
  place-self: start center;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #etma5i7RBww {
  margin: 110.6px 10.76% 0 0;
  width: 161.2px;
  height: 161.8px;
  transform: rotate(-30deg);
}
.vev #edt2_PL91gj {
  margin: 333px 0 0 12.21%;
  width: 127px;
  height: 123px;
  transform: rotate(-46deg);
}
.vev #eQJF4OL30jS,
.vev #edhMcW3hrk9 {
  margin: -37.3px 0 0 28.93%;
  width: 121px;
  height: 117px;
  transform: rotate(15deg);
  place-self: start start;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #edhMcW3hrk9 {
  margin: -6px 0 0 3.79%;
  width: 134px;
  height: 130px;
  transform: rotate(-115deg);
  place-self: start center;
}
.vev #eeQqhyQkAgkc .img div {
  background: var(--b-3JyA2zSOjt) 50% 50% / cover;
  border: 3px hidden #000;
}
.vev #eeQqhyQkAgk {
  min-height: 600px;
  height: auto;
}
.vev #e2ucOqIQ0Qcc h3,
.vev #enmFPb6zENzc h2 {
  font-weight: 700;
  font-style: inherit;
  color: #fff;
}
.vev #enmFPb6zENzc h2 {
  font-size: 35px;
  letter-spacing: 0;
  line-height: 30px;
}
.vev #ePd5ucH94ZL,
.vev #enmFPb6zENz {
  transform: none;
  place-self: start center;
}
.vev #enmFPb6zENz {
  width: 90.82%;
  height: 65px;
  margin: 125px 0 0;
}
.vev #ePd5ucH94ZLc .top {
  height: 80px;
  margin: 5px 0 0;
}
.vev #ePd5ucH94ZLc .bottom .link,
.vev div .pdh3LaF89nc h2 {
  font-family: "Anton";
  color: #fff;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
.vev #ePd5ucH94ZLc .bottom .link {
  margin: 10px 60px 0;
  background: #cc9b4a;
  border-radius: 3px;
  padding: 5px 2px 2px;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}
.vev #ePd5ucH94ZLc .card {
  border-radius: 20px;
}
.vev #ePd5ucH94ZLc .bottom .body {
  margin: 10px 0 0;
  color: #2c0000;
}
.vev #ePd5ucH94ZLc .bottom {
  padding: 10px 30px 25px;
}
.vev #ePd5ucH94ZL {
  margin: 220px 0.1% 0 0;
  width: 30.37%;
  height: 216px;
}
.vev #eDc6gsHhD9Uc .img div {
  background: #000;
}
.vev #eDc6gsHhD9U {
  min-height: 600px;
  height: auto;
}
.vev #ek92W-4Ftcuc h6 {
  color: #c9b100;
}
.vev #ek92W-4Ftcu {
  width: 100%;
  margin: 170px 0 0;
  place-self: start end;
  height: 298px;
  transform: none;
}
.vev div .pdh3LaF89nc h2 {
  text-align: center;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 55px;
  margin: 15px 0;
}
.vev #e2ucOqIQ0Qcc h2 {
  color: #fff;
  font-size: 22px;
  line-height: 0;
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
}
.vev #e2ucOqIQ0Qcc h3 {
  font-size: 18px;
  margin: 50px 0 15px;
}
.vev #e2ucOqIQ0Qcc {
  font-size: 15px;
  color: #fff;
}
.vev #e2ucOqIQ0Qcc p {
  color: #fff;
}
.vev #e2ucOqIQ0Qc,
.vev #eknrJbGA7xU {
  width: 661px;
  margin: 312px 0 0 0.1%;
  place-self: start center;
  height: 112px;
  transform: none;
  display: none;
}
.vev #eknrJbGA7xU {
  width: 100%;
  margin: 363px 0 0;
  height: 50px;
}
.vev #eCsTYykba1Ic {
  background: #000;
}
.vev #eCsTYykba1I {
  min-height: 200px;
  height: 200px;
  display: none;
}
.vev #eCsTYykba1I .__sc {
  margin: 0;
}
.vev #eUtPs5ou0jpc {
  color: #fffcfc;
}
.vev #eUtPs5ou0jp {
  margin: 40px 10.45% 0 0;
  width: 2.83%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1.0741;
  --ratio: 93.1%;
}
.vev #evptPEHQhxFc h2 {
  color: #00d91f;
}
.vev #evptPEHQhxFc h4,
.vev #evptPEHQhxFc p {
  text-align: right;
  color: #fcfcfc;
  font-size: 15px;
}
.vev #evptPEHQhxFc p {
  color: #fff;
}
.vev #evptPEHQhxFc h5 {
  color: #fbfafa;
  font-weight: 400;
  font-style: inherit;
}
.vev #evptPEHQhxF {
  width: 144px;
  margin: 26px 0 0 28.22%;
  place-self: start start;
  height: 50px;
  transform: none;
}
.vev #er0cw2TRKi7c {
  background: 0 0;
  padding: 0 10px;
}
.vev #er0cw2TRKi7c a {
  flex-direction: row;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
}
.vev #er0cw2TRKi7 {
  margin: 32px 0 0 19.92%;
  width: 27.54%;
  height: 42px;
  transform: none;
  place-self: start center;
}
@media (max-width: 1023px) {
  .vev .p17vAKZzRl5 .__sc {
    grid-template-columns: 1fr 600px 1fr;
  }
  .vev #eJ07QYW8o7f,
  .vev #ePivpXNFEaf {
    width: 190.36%;
    margin: -9px 0.26% 0 0;
    display: grid;
    place-self: start center;
  }
  .vev #ePivpXNFEaf {
    margin: -15px 0 0 4.72%;
    width: 90.9%;
    height: 86px;
  }
  .vev #euxpAwfEzVSc .progress {
    background: #c9b100;
    text-fill-color: unset;
    -webkit-text-fill-color: unset;
  }
  .vev #euxpAwfEzVSc {
    background: #000;
  }
  .vev #eNLci5ZQDYW,
  .vev #euxpAwfEzVS {
    place-self: start center;
  }
  .vev #euxpAwfEzVS {
    margin: 70px 0 0 0.14%;
    width: 52.53%;
  }
  .vev #eNLci5ZQDYWc h5 {
    font-weight: 700;
    font-style: inherit;
    color: #c9b100;
    text-align: center;
    letter-spacing: 1px;
    font-family: "Averia Serif Libre";
    font-size: 18px;
  }
  .vev #eNLci5ZQDYW {
    width: 530px;
    margin: 30px 0.55% 0 0;
    height: 25px;
  }
  .vev #eJ83ccnwUDMc img {
    object-position: 50% 50%;
  }
  .vev #eJ83ccnwUDM {
    margin: 18px 29.5% 0 0;
    width: 2.23%;
    height: auto;
    place-self: start end;
    aspect-ratio: 0.7547;
    --ratio: 132.5%;
  }
  .vev #e_9-qHu9LXNc .icon-container {
    font-family: "Anton";
  }
  .vev #e_9-qHu9LXNc a {
    padding: 15px 0 15px 75px;
    font-size: 20px;
  }
  .vev #e_9-qHu9LXNc a.active {
    padding: 15px 0 15px 10px;
    font-size: 20px;
  }
  .vev #e_9-qHu9LXNc a:hover {
    color: #c9b100;
  }
  .vev #e_9-qHu9LXNc .sidenav {
    color: #c9b100;
    font-size: 20px;
    font-family: "Averia Serif Libre";
    padding: 80px 0 0;
    width: 260px;
    border-radius: 0;
    border-bottom: none;
    border-top: 0 solid #fff;
    border-right: none;
    border-left: 0 solid #fff;
    flex-direction: row;
    justify-content: start;
  }
  .vev #e_9-qHu9LXNc .menu-item-children {
    font-family: "Lato";
    font-style: inherit;
    font-size: 18px;
    padding: 0 25px 0 0;
    background: rgba(0, 0, 0, 0.3);
    text-fill-color: unset;
    -webkit-text-fill-color: unset;
    line-height: 1.4em;
  }
  .vev #e_9-qHu9LXNc {
    padding: 10px;
  }
  .vev #e_9-qHu9LXNc .close-button {
    margin: 10px 0 0;
  }
  .vev #e_9-qHu9LXN {
    margin: 15px 0 0 29.14%;
    width: 3.63%;
    height: 58px;
  }
  .vev #eYe-ieif7tO {
    display: none;
  }
  .vev #epCBYMPH7Znc .menu-item {
    border-radius: 10px;
  }
  .vev #e9gmxappW5b {
    margin: 20px 28.93% 0 0;
    width: 4.99%;
    height: auto;
    place-self: start end;
    aspect-ratio: 1.7813;
    max-height: 100%;
    --ratio: 56.14%;
  }
  .vev #ewlHVMebwJG {
    min-height: 1100px;
    display: none;
  }
  .vev #e6Ce0FeHFDIc {
    color: rgba(73, 3, 3, 0.8);
  }
  .vev #e6Ce0FeHFDI {
    width: 38px;
    margin: 512px 0 0 4%;
    height: auto;
    aspect-ratio: 1;
    max-height: 100%;
    display: none;
    --ratio: 100%;
  }
  .vev #e1ehAXI-3dTc h3,
  .vev #e2Rv_VAUhzoc h3,
  .vev #eJJvuAEs9wtc h3,
  .vev #eYiXM-zrPu3c h3,
  .vev #ecLw39iE3AEc h3,
  .vev #eif_WOH9jTUc h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
  .vev #e1ehAXI-3dTc h4,
  .vev #e2Rv_VAUhzoc h4,
  .vev #eJJvuAEs9wtc h4,
  .vev #eYiXM-zrPu3c h4,
  .vev #ecLw39iE3AEc h4,
  .vev #eif_WOH9jTUc h4,
  .vev #eoJiisAH_b3c h4 {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
  }
  .vev #e1ehAXI-3dTc h2,
  .vev #eJJvuAEs9wtc h2,
  .vev #eYiXM-zrPu3c h2,
  .vev #ecLw39iE3AEc h2,
  .vev #eif_WOH9jTUc h2,
  .vev div .pAOf6DONG1 h2 {
    font-size: 35px;
    line-height: 39px;
  }
  .vev #e1ehAXI-3dTc h5,
  .vev #e2Rv_VAUhzoc h5,
  .vev #eJJvuAEs9wtc h5,
  .vev #eYiXM-zrPu3c h5,
  .vev #ecLw39iE3AEc h5,
  .vev #eif_WOH9jTUc h5,
  .vev #eoJiisAH_b3c h5,
  .vev div .pAOf6DONG1 h5,
  .vev div .ptHJ6mw7tPd h5 {
    line-height: 20px;
    font-size: 15px;
  }
  .vev #e1ehAXI-3dTc h6,
  .vev #e2Dkgw87WaIc h6,
  .vev #e2Rv_VAUhzoc h6,
  .vev #e3eHgHIjCNtc h6,
  .vev #e3fd0VH4STWc h6,
  .vev #e4TShHJLB4Bc h6,
  .vev #eBMKUSnsqclc h6,
  .vev #eEn0rAIJrKWc h6,
  .vev #eFLvbyvH6aRc h6,
  .vev #eJJvuAEs9wtc h6,
  .vev #eNAnvDbCtNcc h6,
  .vev #ePewMVbuQK8c h6,
  .vev #eTzuid_GWK_c h6,
  .vev #eYVxzcBd2WEc h6,
  .vev #eYiXM-zrPu3c h6,
  .vev #ecLw39iE3AEc h6,
  .vev #ecy1n9o_fbfc h6,
  .vev #egOJBP-WWnfc h6,
  .vev #eif_WOH9jTUc h6,
  .vev #enYKwaoT-IQc h6,
  .vev #eoJiisAH_b3c h6,
  .vev #et6FJreyaXWc h6,
  .vev #etO50lSrN0xc h6,
  .vev #eweKe0Tv1stc h6,
  .vev #ey1Rr-83Z7tc h6,
  .vev div .pAOf6DONG1 h6,
  .vev div .pdh3LaF89nc h6,
  .vev div .ptHJ6mw7tPd h6 {
    font-size: 18px;
    line-height: 25px;
  }
  .vev #e1ehAXI-3dTc blockquote,
  .vev #e2Dkgw87WaIc blockquote,
  .vev #e2Rv_VAUhzoc blockquote,
  .vev #e3eHgHIjCNtc blockquote,
  .vev #e3fd0VH4STWc blockquote,
  .vev #e4TShHJLB4Bc blockquote,
  .vev #eBMKUSnsqclc blockquote,
  .vev #eEn0rAIJrKWc blockquote,
  .vev #eFLvbyvH6aRc blockquote,
  .vev #eJJvuAEs9wtc blockquote,
  .vev #eNAnvDbCtNcc blockquote,
  .vev #ePewMVbuQK8c blockquote,
  .vev #eTzuid_GWK_c blockquote,
  .vev #eYVxzcBd2WEc blockquote,
  .vev #eYiXM-zrPu3c blockquote,
  .vev #ecLw39iE3AEc blockquote,
  .vev #ecy1n9o_fbfc blockquote,
  .vev #egOJBP-WWnfc blockquote,
  .vev #eif_WOH9jTUc blockquote,
  .vev #enYKwaoT-IQc blockquote,
  .vev #eoJiisAH_b3c blockquote,
  .vev #et6FJreyaXWc blockquote,
  .vev #etO50lSrN0xc blockquote,
  .vev #eweKe0Tv1stc blockquote,
  .vev #ey1Rr-83Z7tc blockquote,
  .vev div .pAOf6DONG1 blockquote,
  .vev div .pdh3LaF89nc blockquote,
  .vev div .ptHJ6mw7tPd blockquote {
    font-size: 35px;
    line-height: 40px;
  }
  .vev #e1ehAXI-3dTc {
    padding: 0;
    background: 0 0;
  }
  .vev #e1ehAXI-3dTc a,
  .vev #e1ehAXI-3dTc strong,
  .vev #e1ehAXI-3dTc sub,
  .vev #e1ehAXI-3dTc sup,
  .vev #e1ehAXI-3dTc td,
  .vev #e1ehAXI-3dTc th,
  .vev #eJJvuAEs9wtc a,
  .vev #eJJvuAEs9wtc strong,
  .vev #eJJvuAEs9wtc sub,
  .vev #eJJvuAEs9wtc sup,
  .vev #eJJvuAEs9wtc td,
  .vev #eJJvuAEs9wtc th,
  .vev #eYiXM-zrPu3c a,
  .vev #eYiXM-zrPu3c strong,
  .vev #eYiXM-zrPu3c sub,
  .vev #eYiXM-zrPu3c sup,
  .vev #eYiXM-zrPu3c td,
  .vev #eYiXM-zrPu3c th,
  .vev #ecLw39iE3AEc a,
  .vev #ecLw39iE3AEc strong,
  .vev #ecLw39iE3AEc sub,
  .vev #ecLw39iE3AEc sup,
  .vev #ecLw39iE3AEc td,
  .vev #ecLw39iE3AEc th,
  .vev #eif_WOH9jTUc a,
  .vev #eif_WOH9jTUc em,
  .vev #eif_WOH9jTUc strong,
  .vev #eif_WOH9jTUc sub,
  .vev #eif_WOH9jTUc sup,
  .vev #eif_WOH9jTUc td,
  .vev #eif_WOH9jTUc th {
    font-size: 18px;
  }
  .vev #e1ehAXI-3dTc p,
  .vev #e2Rv_VAUhzoc p,
  .vev #eJJvuAEs9wtc p,
  .vev #eYiXM-zrPu3c p,
  .vev #ecLw39iE3AEc p,
  .vev #eif_WOH9jTUc p,
  .vev #eoJiisAH_b3c p {
    line-height: 26px;
    font-size: 18px;
    color: #fff;
  }
  .vev #e1ehAXI-3dTc,
  .vev #e1ehAXI-3dTc li,
  .vev #e2Rv_VAUhzoc li,
  .vev #e3fd0VH4STWc li,
  .vev #eJJvuAEs9wtc li,
  .vev #eYiXM-zrPu3c li,
  .vev #ecLw39iE3AEc li,
  .vev #ecy1n9o_fbfc li,
  .vev #eif_WOH9jTUc li,
  .vev #eoJiisAH_b3c li,
  .vev div .pdh3LaF89nc li,
  .vev div .ptHJ6mw7tPd li {
    line-height: 26px;
    font-size: 18px;
  }
  .vev #e1ehAXI-3dTc span.dropcap,
  .vev #e2Rv_VAUhzoc span.dropcap,
  .vev #e3fd0VH4STWc span.dropcap,
  .vev #eJJvuAEs9wtc span.dropcap,
  .vev #eYiXM-zrPu3c span.dropcap,
  .vev #ecLw39iE3AEc span.dropcap,
  .vev #ecy1n9o_fbfc span.dropcap,
  .vev #eif_WOH9jTUc span.dropcap,
  .vev #eoJiisAH_b3c span.dropcap,
  .vev div .pdh3LaF89nc span.dropcap,
  .vev div .ptHJ6mw7tPd span.dropcap {
    font-size: 24px;
  }
  .vev #e1ehAXI-3dTc li::marker,
  .vev #e2Rv_VAUhzoc li::marker,
  .vev #e3fd0VH4STWc li::marker,
  .vev #eJJvuAEs9wtc li::marker,
  .vev #eYiXM-zrPu3c li::marker,
  .vev #ecLw39iE3AEc li::marker,
  .vev #ecy1n9o_fbfc li::marker,
  .vev #eif_WOH9jTUc li::marker,
  .vev #eoJiisAH_b3c li::marker,
  .vev div .pdh3LaF89nc li::marker,
  .vev div .ptHJ6mw7tPd li::marker {
    font-size: 18px;
  }
  .vev #e1ehAXI-3dT {
    margin: 349px 0 0 0.33%;
    width: 99.67%;
    height: 123px;
    place-self: start start;
  }
  .vev #ecLw39iE3AEc {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    background: 0 0;
  }
  .vev #ecLw39iE3AE {
    margin: 349px 0 0 0.33%;
    width: 99.67%;
    height: 123px;
    place-self: start start;
  }
  .vev #e3XObS4pe5j {
    margin: 288px 0 0 3.83%;
    width: 68%;
    height: 67px;
  }
  .vev #eYiXM-zrPu3c h1 {
    font-size: 45px;
    line-height: 45px;
  }
  .vev #eYiXM-zrPu3c {
    font-size: 18px;
    line-height: 26px;
    background: 0 0;
  }
  .vev #eYiXM-zrPu3 {
    margin: 288px 0 0 1.33%;
    width: 73%;
    height: 84px;
  }
  .vev #e8Dgqo-yHW4c,
  .vev #e8Dgqo-yHW4c .overlay {
    text-fill-color: unset;
    -webkit-text-fill-color: unset;
  }
  .vev #e8Dgqo-yHW4c {
    background: #000;
  }
  .vev #e8Dgqo-yHW4c .overlay {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05) 0,
      rgba(0, 0, 0, 0.5) 100%
    );
  }
  .vev #e8Dgqo-yHW4 {
    display: grid;
  }
  .vev #ee9AwyMkIMDc {
    color: #490303;
  }
  .vev #ee9AwyMkIMD {
    margin: 700px 0 0;
    display: grid;
  }
  .vev #eif_WOH9jTUc h1 {
    margin: 0;
    font-size: 80px;
    line-height: 80px;
    font-style: italic;
    color: #fff;
    letter-spacing: -5px;
  }
  .vev #eif_WOH9jTUc {
    font-size: 18px;
    line-height: 26px;
    background: 0 0;
  }
  .vev #eif_WOH9jTU {
    margin: 430px 0 0 0.17%;
    width: 93.83%;
    height: 240px;
    display: grid;
  }
  .vev #e5ByE3er2ij {
    margin: 336.3px 0 0 0.17%;
    width: 74.83%;
    height: 64px;
  }
  .vev #eJJvuAEs9wtc h1 {
    font-size: 42px;
    line-height: 45px;
    color: #ba9f02;
    letter-spacing: -2px;
    text-transform: uppercase;
    transform: translate3d(0, 0, 0);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.5));
  }
  .vev #eJJvuAEs9wtc {
    font-size: 18px;
    line-height: 26px;
    background: 0 0;
  }
  .vev #eJJvuAEs9wt {
    margin: 331.3px 0 0;
    width: 68.33%;
    height: 67px;
  }
  .vev #eNtvzHyMDTLc .img div {
    background: var(--b-UIUpJw5tB6) no-repeat 50% 50% / cover;
  }
  .vev #eNtvzHyMDTL {
    min-height: 450px;
  }
  .vev #eZrd1eUTPrV {
    width: 7.9%;
    margin: 900px 0 0 0.33%;
  }
  .vev #eJ9Dt6DRexp {
    margin: 394px 8.17% 0 0;
    aspect-ratio: 0.6296;
    --ratio: 158.83%;
  }
  .vev #epOcXeq9s-sc a {
    font-size: 16px;
    width: 100%;
  }
  .vev #epOcXeq9s-s {
    margin: 385px 0 0 46.83%;
    width: 35.83%;
  }
  .vev #eSNiAhjvqzg {
    width: 7.83%;
    margin: 319px -5.67% 0 0.33%;
    max-height: 100%;
  }
  .vev #euFZB1WAVfQ {
    width: 106.38%;
    margin: 23px -6.38% 0 0;
    transform: none;
    place-self: start end;
    display: grid;
  }
  .vev #eFUoW-jM9Vr {
    margin: -4px 6% 0 0;
    width: 60%;
    place-self: start end;
    display: grid;
  }
  .vev #emuUqStGIZc {
    margin: -2px 22% 0 0;
    width: 32%;
    place-self: start end;
    aspect-ratio: 0.6296;
    --ratio: 158.83%;
  }
  .vev #ec9_Ld1Eazs {
    width: 178.72%;
    margin: 21px 0 0 -78.72%;
    transform: none;
    place-self: start start;
    display: none;
  }
  .vev #eAl6GkJdfSB {
    margin: -183px 0 0;
    width: 35.71%;
    height: 195px;
    place-self: start end;
  }
  .vev #e07sd71NtRF {
    margin: -2px 0 0;
    width: 35.71%;
    place-self: start end;
    display: grid;
  }
  .vev #eT4hy9b6EgY {
    margin: -197px 0 0;
    width: 35.71%;
    place-self: start end;
  }
  .vev #eEAICDLuw67c,
  .vev #eEAICDLuw67c a {
    flex-direction: column;
  }
  .vev #eEAICDLuw67c a {
    padding: 10px;
    font-size: 16px;
    width: 80%;
    height: 1000%;
  }
  .vev #eEAICDLuw67 {
    margin: -168px -39.29% 0 0;
    width: 107.14%;
    height: 160px;
    place-self: start end;
  }
  .vev #evo9BJEksIZc {
    color: #a67318;
  }
  .vev #evo9BJEksIZ {
    margin: -2px 1.19% 0 0;
    width: 30.95%;
    height: 28px;
    place-self: start end;
    display: grid;
  }
  .vev #ehoUSjAjHdF {
    width: 7.83%;
    height: 47px;
    margin: 900px -1% 0 0.33%;
    display: none;
  }
  .vev #eiKMp5T4gRWc {
    background: #000;
  }
  .vev #edKC8udThzXc a {
    font-size: 12px;
  }
  .vev #e2Rv_VAUhzoc h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .vev #e2Rv_VAUhzoc {
    font-size: 18px;
    line-height: 26px;
    background: 0 0;
  }
  .vev #e2Rv_VAUhzoc a,
  .vev #e2Rv_VAUhzoc em,
  .vev #e2Rv_VAUhzoc strong,
  .vev #e2Rv_VAUhzoc sub,
  .vev #e2Rv_VAUhzoc sup,
  .vev #e2Rv_VAUhzoc td,
  .vev #e2Rv_VAUhzoc th,
  .vev #eoJiisAH_b3c a,
  .vev #eoJiisAH_b3c em,
  .vev #eoJiisAH_b3c strong,
  .vev #eoJiisAH_b3c sub,
  .vev #eoJiisAH_b3c sup,
  .vev #eoJiisAH_b3c td,
  .vev #eoJiisAH_b3c th {
    font-size: 18px;
  }
  .vev #e2Rv_VAUhzo {
    width: 93.67%;
    margin: 87px 0 0;
  }
  .vev #eH5WasQ-86Cc .overlay {
    background: linear-gradient(transparent 2%, rgba(0, 0, 0, 0.3) 100%);
  }
  .vev #eH5WasQ-86C {
    display: grid;
  }
  .vev #ej4Sb-MCvjec h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .vev #ej4Sb-MCvjec h3 {
    font-size: 31px;
  }
  .vev #ej4Sb-MCvje {
    width: 78.67%;
    margin: 173px 0.33% 0 0;
    height: 327px;
  }
  .vev div .pAOf6DONG1 h3 {
    font-size: 20px;
    line-height: 28px;
    color: #010101;
  }
  .vev #e2Dkgw87WaIc h4,
  .vev #eBMKUSnsqclc h4,
  .vev #eEn0rAIJrKWc h4,
  .vev #eNAnvDbCtNcc h4,
  .vev #eYVxzcBd2WEc h4,
  .vev #etO50lSrN0xc h4,
  .vev div .pAOf6DONG1 h4 {
    color: #000;
    font-size: 17px;
    line-height: 22px;
  }
  .vev div .pAOf6DONG1 {
    background: 0 0;
    line-height: 25px;
  }
  .vev #e2Dkgw87WaIc a,
  .vev #e2Dkgw87WaIc em,
  .vev #e2Dkgw87WaIc strong,
  .vev #e2Dkgw87WaIc sub,
  .vev #e2Dkgw87WaIc td,
  .vev #e2Dkgw87WaIc th,
  .vev #eBMKUSnsqclc a,
  .vev #eBMKUSnsqclc em,
  .vev #eBMKUSnsqclc strong,
  .vev #eBMKUSnsqclc sub,
  .vev #eBMKUSnsqclc td,
  .vev #eBMKUSnsqclc th,
  .vev #eEn0rAIJrKWc a,
  .vev #eEn0rAIJrKWc em,
  .vev #eEn0rAIJrKWc strong,
  .vev #eEn0rAIJrKWc sub,
  .vev #eEn0rAIJrKWc td,
  .vev #eEn0rAIJrKWc th,
  .vev #eNAnvDbCtNcc a,
  .vev #eNAnvDbCtNcc em,
  .vev #eNAnvDbCtNcc strong,
  .vev #eNAnvDbCtNcc sub,
  .vev #eNAnvDbCtNcc td,
  .vev #eNAnvDbCtNcc th,
  .vev #eYVxzcBd2WEc a,
  .vev #eYVxzcBd2WEc em,
  .vev #eYVxzcBd2WEc strong,
  .vev #eYVxzcBd2WEc sub,
  .vev #eYVxzcBd2WEc td,
  .vev #eYVxzcBd2WEc th,
  .vev #etO50lSrN0xc a,
  .vev #etO50lSrN0xc em,
  .vev #etO50lSrN0xc strong,
  .vev #etO50lSrN0xc sub,
  .vev #etO50lSrN0xc td,
  .vev #etO50lSrN0xc th,
  .vev div .pAOf6DONG1 a,
  .vev div .pAOf6DONG1 em,
  .vev div .pAOf6DONG1 strong,
  .vev div .pAOf6DONG1 sub,
  .vev div .pAOf6DONG1 td,
  .vev div .pAOf6DONG1 th {
    font-size: 15px;
  }
  .vev #e2Dkgw87WaIc p,
  .vev #eBMKUSnsqclc p,
  .vev #eEn0rAIJrKWc p,
  .vev #eNAnvDbCtNcc p,
  .vev #eYVxzcBd2WEc p,
  .vev #etO50lSrN0xc p,
  .vev div .pAOf6DONG1 p {
    line-height: 22px;
    font-size: 15px;
    color: #000;
  }
  .vev #e2Dkgw87WaIc sup,
  .vev #eBMKUSnsqclc sup,
  .vev #eEn0rAIJrKWc sup,
  .vev #eNAnvDbCtNcc sup,
  .vev #eYVxzcBd2WEc sup,
  .vev #etO50lSrN0xc sup,
  .vev div .pAOf6DONG1 sup {
    font-size: 158px;
  }
  .vev #eoJiisAH_b3c h3 {
    font-weight: 700;
  }
  .vev #eoJiisAH_b3c h2 {
    font-size: 45px;
    line-height: 39px;
    font-weight: 700;
    font-style: inherit;
  }
  .vev #eoJiisAH_b3c,
  .vev div .ptHJ6mw7tPd {
    font-size: 18px;
    line-height: 26px;
    background: 0 0;
  }
  .vev #eoJiisAH_b3 {
    margin: 418px 0 0 0.17%;
    height: 118px;
  }
  .vev #e_cDDBGIS1Zc h2,
  .vev #ehQX1_l8-9xc h2,
  .vev #eyqK66cG3a1c h2 {
    line-height: 29px;
  }
  .vev #ehQX1_l8-9x {
    width: 76.5%;
    height: 288px;
    margin: 120px 0 0;
  }
  .vev #eoJiisAH_b3c h3,
  .vev div .ptHJ6mw7tPd h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .vev #ecy1n9o_fbfc h4,
  .vev div .ptHJ6mw7tPd h4 {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
  }
  .vev div .ptHJ6mw7tPd h1 {
    font-size: 80px;
    line-height: 65px;
    letter-spacing: -5px;
  }
  .vev div .ptHJ6mw7tPd h2 {
    font-size: 27px;
    line-height: 28px;
  }
  .vev #ecy1n9o_fbfc a,
  .vev #ecy1n9o_fbfc em,
  .vev #ecy1n9o_fbfc strong,
  .vev #ecy1n9o_fbfc sub,
  .vev #ecy1n9o_fbfc sup,
  .vev #ecy1n9o_fbfc td,
  .vev #ecy1n9o_fbfc th,
  .vev div .ptHJ6mw7tPd a,
  .vev div .ptHJ6mw7tPd em,
  .vev div .ptHJ6mw7tPd strong,
  .vev div .ptHJ6mw7tPd sub,
  .vev div .ptHJ6mw7tPd sup,
  .vev div .ptHJ6mw7tPd td,
  .vev div .ptHJ6mw7tPd th {
    font-size: 18px;
  }
  .vev #ecy1n9o_fbfc p,
  .vev div .ptHJ6mw7tPd p {
    line-height: 26px;
    font-size: 18px;
    color: #fff;
  }
  .vev #e12OX1eFKmnc .contents,
  .vev #eqzI8acP7Rhc .contents {
    background-position: 75.7% 53.7%;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 1%,
        rgba(0, 0, 0, 0.3) 99%
      ),
      var(--b-rlO0NF1mzK) no-repeat 50% 50% / cover;
  }
  .vev #e12OX1eFKmn {
    min-height: 400px;
  }
  .vev #eM1ZclmVMzE {
    margin: 86px 2.33% 0 0;
    width: 90.67%;
    height: 270px;
  }
  .vev #eyqK66cG3a1 {
    width: 76.5%;
    height: 203px;
    margin: 120px 0 0 0.17%;
  }
  .vev #eqzI8acP7Rh {
    min-height: 350px;
  }
  .vev #epugwF2cu4w {
    margin: -32.6px 0 0;
    width: 90%;
    height: 283px;
  }
  .vev #e_cDDBGIS1Z {
    width: 78.67%;
    height: 268px;
    margin: 0;
  }
  .vev #eUobb_mhK6rc .contents {
    background-position: 75.7% 53.7%;
    background: var(--b-rlO0NF1mzK) no-repeat 50% 50% / cover;
  }
  .vev #eUobb_mhK6r {
    min-height: 550px;
    display: grid;
  }
  .vev #e2Dkgw87WaIc h3,
  .vev #eBMKUSnsqclc h3,
  .vev #eEn0rAIJrKWc h3,
  .vev #eNAnvDbCtNcc h3,
  .vev #eYVxzcBd2WEc h3,
  .vev #etO50lSrN0xc h3 {
    font-size: 20px;
    line-height: 28px;
    color: #010101;
  }
  .vev #e2Dkgw87WaIc h2,
  .vev #eBMKUSnsqclc h2,
  .vev #eNAnvDbCtNcc h2,
  .vev #eYVxzcBd2WEc h2,
  .vev #etO50lSrN0xc h2 {
    font-size: 35px;
    line-height: 39px;
  }
  .vev #e2Dkgw87WaIc h5,
  .vev #eBMKUSnsqclc h5,
  .vev #eEn0rAIJrKWc h5,
  .vev #eNAnvDbCtNcc h5,
  .vev #eYVxzcBd2WEc h5,
  .vev #etO50lSrN0xc h5 {
    line-height: 20px;
    font-size: 14px;
  }
  .vev #eYVxzcBd2WEc {
    background: 0 0;
    line-height: 25px;
  }
  .vev #eYVxzcBd2WE {
    width: 48.33%;
    margin: 97.4px 0 0;
    height: 90px;
  }
  .vev #eoiDtFFnppM {
    margin: 0 0 0 0.17%;
    width: 36.17%;
  }
  .vev #eXQqJNYPc01 {
    margin: 49.81700000000001px 0 0 2.36%;
    width: 125.8116591928251px;
    height: 125.083px;
  }
  .vev #eNAHBHYymxH {
    margin: 31.3px 0 0 -1.25%;
    width: 20.83%;
    height: 129px;
  }
  .vev #eWH9ODUGkAL {
    margin: 96px 0 0 -1.33%;
    width: 9.67%;
    height: 58px;
  }
  .vev #eBMKUSnsqclc {
    background: 0 0;
    line-height: 25px;
  }
  .vev #eBMKUSnsqcl {
    width: 15%;
    margin: 180.6px 0 0 5.33%;
  }
  .vev #ewRR1qywTGI {
    margin: -67px 0 0 0.17%;
    width: 9.5%;
  }
  .vev #eRsbgtNFhRZ {
    margin: 268px 0 0;
    width: 126px;
    height: 125px;
  }
  .vev #etO50lSrN0xc {
    background: 0 0;
    line-height: 25px;
  }
  .vev #etO50lSrN0x {
    width: 28.67%;
    margin: 35px 0 0 0.67%;
    height: 30px;
  }
  .vev #ebGQL1jJhkH {
    margin: 264px 10.33% 0 0;
    width: 18%;
    height: 114.96813208566735px;
  }
  .vev #eySS8v4aNJg {
    margin: 280px 18.92% 0 -1.25%;
    width: 17.67%;
    height: 106px;
  }
  .vev #eNAnvDbCtNcc {
    background: 0 0;
    line-height: 25px;
  }
  .vev #eNAnvDbCtNc {
    width: 15%;
    margin: 398px 0 0;
  }
  .vev #eCRueQYlQ1C,
  .vev #enj0PzkZcux {
    margin: 49.81700000000001px 0 0 2.36%;
    width: 125.8116591928251px;
    height: 125.083px;
  }
  .vev #e2Dkgw87WaIc {
    background: 0 0;
    line-height: 25px;
  }
  .vev #e2Dkgw87WaI {
    width: 15%;
    margin: 182px 3% 0 0;
  }
  .vev #eFBJ_2K3_5u {
    margin: 330px 0 0 11.8%;
    place-self: start center;
  }
  .vev #eCQHTXux-Qa,
  .vev #eFBJ_2K3_5u,
  .vev #edxGLlsoJXn {
    width: 22%;
    height: 98px;
  }
  .vev #edxGLlsoJXn {
    margin: 154.8px -7.13% 0 14.83%;
  }
  .vev #eCQHTXux-Qa {
    margin: 50px 0 0 14.83%;
  }
  .vev #e2XQfFsmTJ9c h2 {
    line-height: 29px;
  }
  .vev #e2XQfFsmTJ9 {
    width: 76.5%;
    margin: -83px 0 0 0.17%;
  }
  .vev #e0G7d22lfT_c .contents,
  .vev #efLtJw8aApEc .contents {
    background: var(--b-rlO0NF1mzK) 50% 50% / cover;
  }
  .vev #efLtJw8aApE {
    min-height: 400px;
  }
  .vev #eg7gQaldnNa {
    margin: -13px 0 0 1.5%;
    width: 88.5%;
    height: 299px;
    display: grid;
  }
  .vev #ejuQhcDPINW {
    width: 70.33%;
    margin: 89px 0 0;
    display: grid;
  }
  .vev #eLlO9k0UJpS {
    width: 58%;
    margin: 46px 0 0;
  }
  .vev #e0G7d22lfT_ {
    min-height: 750px;
  }
  .vev #ev415s1qDyY {
    margin: 86px 0 0 10.33%;
    width: 25%;
    height: 151px;
  }
  .vev #eEn0rAIJrKWc h2 {
    font-size: 35px;
    line-height: 39px;
  }
  .vev #eEn0rAIJrKWc {
    background: 0 0;
    line-height: 25px;
  }
  .vev #eEn0rAIJrKW {
    width: 24%;
    margin: 111px 0 0;
  }
  .vev #eyU8yXpC-T5 {
    width: 54%;
    margin: 496px 0 0 0.33%;
    height: 120.00000000000001px;
    place-self: start center;
    display: none;
  }
  .vev #eqrkszO9JBK {
    margin: 347px 24.17% 0 0;
  }
  .vev #eqrkszO9JBK,
  .vev #etguuxQXqPn {
    aspect-ratio: auto;
    --ratio: 100%;
  }
  .vev #eZHH9vLXXo9,
  .vev #e_jr7AWAs8c {
    margin: 25px 0 0 4.86%;
    width: 97px;
    height: 97px;
    aspect-ratio: auto;
    --ratio: 100%;
  }
  .vev #e_jr7AWAs8c {
    margin: 25px 0 0;
    width: 104px;
  }
  .vev #e6ZKZrCp3fd {
    width: 50%;
    margin: 497px 0 0;
    height: 104px;
    display: none;
  }
  .vev #el_dZJnFgKk {
    margin: 347px 0 0 24.5%;
    place-self: start start;
    display: grid;
  }
  .vev #eQyt87xVT9w {
    aspect-ratio: auto;
    --ratio: 100%;
  }
  .vev #e4BqjPRk8aY {
    width: 45.17%;
    margin: 497px 0 0;
    height: 81px;
    display: grid;
  }
  .vev #ehgZREWCRJtc {
    padding: 0;
  }
  .vev #ehgZREWCRJt {
    margin: 186px 0 0 0.33%;
    place-self: start center;
  }
  .vev #em_P6S8BAEi {
    margin: 0;
  }
  .vev #ecRBbDWUBzS {
    margin: 24px 0.69% 0 0;
    width: 97px;
    height: 97px;
  }
  .vev #e4JTHj52-4T {
    width: 54%;
    margin: 497px 0 0 0.33%;
    height: 81px;
    place-self: start center;
    display: none;
  }
  .vev #e_kO4YdV3RGc {
    padding: 0;
  }
  .vev #e_kO4YdV3RG {
    margin: 186px 0 0 11%;
  }
  .vev #eNtkXcBDNww {
    margin: 0;
  }
  .vev #e8XScNF3cGE {
    margin: 32px 0 0;
    width: 89px;
    height: 80px;
  }
  .vev #etPHliOXzk4 {
    margin: 81.5px 0 0 22.36%;
    width: 34px;
    height: 35px;
  }
  .vev #el2WOp24ju0 {
    margin: 96px 14.58% 0 22.36%;
    width: 30px;
    height: 30px;
  }
  .vev #eYlbj-4zVt4 {
    width: 58%;
    margin: 46px 0 0;
  }
  .vev #e8Qc8uWki_-c .contents,
  .vev #eS0MC2vp8jTc .contents,
  .vev #eqJis_y4uGfc .contents {
    background-position: 75.7% 53.7%;
    background: var(--b-rlO0NF1mzK) no-repeat 50% 50% / cover;
  }
  .vev #exPZraFDAqB {
    margin: -5px 0 0 1.17%;
    width: 88.5%;
    height: 425px;
    display: grid;
  }
  .vev #e-N_0XC0uwRc h5,
  .vev #e1cIcPh0zKIc h5,
  .vev #e96tFq_1MKTc h5,
  .vev #eQ2DibespDzc h5,
  .vev #eQn_8UurqpNc h5,
  .vev #ecUFuaOlKtuc h5,
  .vev #esR-NkYXi5xc h5,
  .vev #eyYf4I-aIxdc h5 {
    font-size: 14px;
  }
  .vev #e-N_0XC0uwR {
    width: 25.67%;
    margin: 143px 0 0 20.83%;
    height: 128px;
  }
  .vev #eqdK8Ic0off {
    margin: 94px 0 0 21.67%;
    width: 140px;
    height: 32px;
  }
  .vev #e96tFq_1MKT {
    width: 20.83%;
    margin: 89px 0 0 23.33%;
    height: 30px;
  }
  .vev #eG2LNoGnbDi {
    width: 43.67%;
    height: 212px;
    margin: 101px 13.83% 0 0;
  }
  .vev #e1e2H-Wu2PD {
    margin: -22px 0 0 13.74%;
    width: 210px;
    height: 212px;
    aspect-ratio: auto;
    --ratio: 100%;
  }
  .vev #etfWjuCbt-9 {
    margin: 157.9px 0 0 -1.53%;
    width: 185px;
    height: 185px;
  }
  .vev #ebhJf0N5nw6 {
    margin: 40.8px 27.1% 0 0;
    width: 103.1px;
    height: 100.9px;
  }
  .vev #eFgvkZl7UOg {
    margin: 165.1px 1.3% 0 0;
    width: 99.8px;
    height: 97.2px;
  }
  .vev #etO_TWWI1fP {
    margin: 376.8px 0 0 4.5%;
    width: 97px;
    height: 94px;
  }
  .vev #e8Qc8uWki_- {
    min-height: 500px;
    display: grid;
  }
  .vev #eC1y86X_cNU {
    margin: -5px 0 0 1.17%;
    width: 88.5%;
    height: 425px;
    display: grid;
  }
  .vev #e2ZfPF4V75Y {
    width: 83.33%;
    margin: 126px 0 0;
    height: 248px;
    display: grid;
  }
  .vev #eVTBmupKCi4c h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .vev #eVTBmupKCi4 {
    width: 49.67%;
    margin: 85px 0 0;
    display: grid;
  }
  .vev #eqJis_y4uGf {
    min-height: 450px;
    display: grid;
  }
  .vev #eSgWGK4nd9u {
    width: 93.83%;
    height: 337px;
    margin: 0 17.67% 0 0;
  }
  .vev #esR-NkYXi5x {
    width: 127.47%;
    margin: 91.5px 0 0 -12.09%;
    height: 44px;
  }
  .vev #eRKmBZv1Rpu {
    width: 21.79%;
    margin: 48px -17.88% 0 0;
    height: 31px;
  }
  .vev #eAjRsnP56Ie {
    margin: 11px 2.23% 0 0;
    width: 41.9%;
  }
  .vev #ecUFuaOlKtu {
    width: 11.73%;
    margin: 55px 0 0;
    height: 21px;
  }
  .vev #eQ-V_y5NKHj {
    margin: 27px 0 0 -5.49%;
    width: 68.13%;
    display: grid;
  }
  .vev #eCTdtPmyUy0 {
    width: 21.98%;
    margin: 65px 6.37% 0 21.79%;
    display: grid;
  }
  .vev #eQn_8UurqpN {
    width: 117.58%;
    margin: 0 6.59% 0 0;
    height: 28px;
  }
  .vev #eG8aDYZIMGH {
    width: 28.17%;
    height: 171px;
    margin: 110px 17.67% 0 0;
    display: grid;
  }
  .vev #e1cIcPh0zKI {
    width: 99.41%;
    margin: 149px 0 0 0.59%;
    height: 39px;
  }
  .vev #enYYH0Dnc9y {
    margin: 85px 0 0 4.73%;
    width: 68.05%;
    place-self: start center;
    display: grid;
  }
  .vev #ee0hQ9cWWsI {
    width: 21.89%;
    margin: 123px 17.16% 0 0;
    display: grid;
  }
  .vev #eQ2DibespDz {
    width: 99.41%;
    margin: 0 0 0 0.59%;
    height: 108px;
  }
  .vev #eKvqJAyzn6j {
    margin: -21px 0 0 16.33%;
    width: 40.17%;
    height: 337px;
  }
  .vev #eQPIwkXSK8d {
    margin: 63px 20.17% 0 0;
    width: 140px;
    height: 32px;
  }
  .vev #eyYf4I-aIxd {
    width: 20.83%;
    margin: 58px 21.17% 0 1.83%;
    height: 30.000000000000004px;
  }
  .vev #eDl8xfEyxOh {
    display: grid;
  }
  .vev #ejOJNQXCMfhc h2 {
    font-size: 30px;
    line-height: 25px;
  }
  .vev #ejOJNQXCMfh {
    width: 85%;
    height: 74px;
    margin: 100px 0 0 5%;
  }
  .vev #eTORyIampMSc .bottom .title,
  .vev #eoRF851wttCc .bottom .title {
    font-size: 16px;
  }
  .vev #eTORyIampMSc .bottom {
    padding: 10px 30px 25px;
  }
  .vev #eTORyIampMS {
    margin: 220px 0 0 0.17%;
    width: 48.83%;
    height: 228px;
  }
  .vev #eyyJR6qIWJB {
    display: grid;
  }
  .vev #ezXLWbdb_hZc h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .vev #ezXLWbdb_hZc h3 {
    font-size: 31px;
  }
  .vev #ezXLWbdb_hZ {
    width: 78.67%;
    margin: 173px 0.33% 0 0;
    height: 327px;
  }
  .vev #ecy1n9o_fbfc h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
  .vev #ecy1n9o_fbfc h2 {
    font-size: 45px;
    line-height: 39px;
    font-weight: 700;
    font-style: inherit;
  }
  .vev #ecy1n9o_fbfc h5 {
    line-height: 20px;
    font-size: 15px;
  }
  .vev #ecy1n9o_fbfc {
    font-size: 18px;
    line-height: 26px;
    background: 0 0;
  }
  .vev #ecy1n9o_fbf {
    margin: 289px 0 0 0.17%;
    height: 118px;
  }
  .vev #eNkWSCURH9ac .contents {
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 1%,
        rgba(0, 0, 0, 0.3) 100%
      ),
      linear-gradient(rgba(0, 0, 0, 0.05) 0% 100%),
      var(--b-ye8L5qD0r_) no-repeat 50% 50% / cover;
  }
  .vev #eOUIcOrAEcB {
    margin: 402px 0.33% 0 0;
    height: 184px;
  }
  .vev #ep_o620pvOb {
    margin: 85.7px 0.33% 0 0;
    width: 87%;
    height: 221px;
  }
  .vev #ebNGuTnn-wSc h2 {
    line-height: 29px;
  }
  .vev #ebNGuTnn-wS {
    width: 76.83%;
    height: 232px;
    margin: 120px 0 0;
  }
  .vev #eBOYgPEjNq6c .contents,
  .vev #eNkWSCURH9ac .contents {
    background-position: 75.7% 53.7%;
  }
  .vev #eBOYgPEjNq6 {
    min-height: 650px;
  }
  .vev #e3Aq4GTzqna {
    width: 49.17%;
    height: 206px;
    margin: 382px 0 0 11%;
    display: none;
  }
  .vev #e5F5DesJ-uv {
    margin: 45px 0 0 18.64%;
    width: 53.56%;
    height: auto;
    max-height: 100%;
  }
  .vev #e42I0uuHBwo {
    margin: 0;
    width: 295px;
  }
  .vev #eHu0aGZTFyl {
    margin: 11px 2.67% 0 0;
    width: 39%;
    height: 136px;
  }
  .vev #eO0L4qcxqpv {
    margin: 76px 0 0 0.33%;
    width: 54.33%;
    height: 419px;
  }
  .vev #ebuz2PgIOJZ {
    width: 73.45%;
    margin: 252px 0 0 0.3%;
    height: 120px;
    display: grid;
  }
  .vev #eAs-slV0zh6 {
    width: 67.79%;
    margin: 219px 0 0;
    height: 49px;
    display: grid;
  }
  .vev #ehDh4aj37mi {
    margin: 29px 0 0;
    width: 58.28%;
    height: 192px;
  }
  .vev #efl8MbHfzoo {
    margin: 402px 19.63% 0 0;
    width: 4.29%;
    height: 13px;
    place-self: start center;
  }
  .vev #eI29bfJZCh5,
  .vev #eNWYF84ZtZC {
    margin: 402px 0.61% 0 0;
    width: 4.29%;
    height: 13px;
  }
  .vev #eNWYF84ZtZC {
    margin: 402px 0 0 19.02%;
  }
  .vev #eINuaAp0Ubs {
    width: 73.45%;
    margin: 252px 0 0 0.3%;
    height: 120px;
    display: grid;
  }
  .vev #emWAuOxZr1c {
    width: 57.77%;
    margin: 219px 0 0 0.8%;
    height: 49.378881987577635px;
    display: grid;
  }
  .vev #eFUi2CbiP2S {
    margin: 29px 0 0;
    width: 58.28%;
    height: 192px;
  }
  .vev #ezLijWPIEAHc {
    background: rgba(255, 255, 255, 0.15);
  }
  .vev #ezLijWPIEAH {
    margin: 402px 19.63% 0 0;
    width: 4.29%;
    height: 13px;
    place-self: start center;
  }
  .vev #egqswOMb56Zc {
    background: rgba(255, 255, 255, 0.8);
  }
  .vev #egqswOMb56Z,
  .vev #eppDtjRXOBe {
    margin: 402px 0.61% 0 0;
    width: 4.29%;
    height: 13px;
  }
  .vev #eppDtjRXOBe {
    margin: 402px 0 0 19.02%;
  }
  .vev #e5oK9KA_mrz {
    width: 90.18%;
    margin: 252px 0.61% 0 0;
    height: 120px;
    display: grid;
  }
  .vev #eoGcCV4yQof {
    width: 67.79%;
    margin: 219px 0 0;
    height: 49px;
    display: grid;
  }
  .vev #eIi_3lyyEJoc {
    background: rgba(255, 255, 255, 0.16);
  }
  .vev #eIi_3lyyEJo {
    margin: 402px 19.63% 0 0;
    width: 4.29%;
    height: 13px;
    place-self: start center;
  }
  .vev #egs6s-esn-k {
    margin: 402px 0.61% 0 0;
    width: 4.29%;
    height: 13px;
  }
  .vev #eOsnBIm5hINc {
    background: rgba(255, 255, 255, 0.8);
  }
  .vev #eOsnBIm5hIN {
    margin: 402px 0 0 19.02%;
    width: 4.29%;
    height: 13px;
  }
  .vev #eJc1DTGox8N {
    margin: 29px 0 0;
    width: 58.28%;
    height: 192px;
  }
  .vev #eTJwEGRrcq0 {
    width: 57.83%;
    margin: -16px 0 0 0.83%;
    height: 49px;
    display: grid;
  }
  .vev #e3eHgHIjCNtc h3,
  .vev #e4TShHJLB4Bc h3,
  .vev #eFLvbyvH6aRc h3,
  .vev #eTzuid_GWK_c h3,
  .vev #egOJBP-WWnfc h3,
  .vev #enYKwaoT-IQc h3 {
    font-size: 20px;
    line-height: 28px;
    color: #010101;
  }
  .vev #e3eHgHIjCNtc h4,
  .vev #e4TShHJLB4Bc h4,
  .vev #eFLvbyvH6aRc h4,
  .vev #eTzuid_GWK_c h4,
  .vev #egOJBP-WWnfc h4,
  .vev #enYKwaoT-IQc h4 {
    color: #000;
    font-size: 17px;
    line-height: 22px;
  }
  .vev #eTzuid_GWK_c h2,
  .vev #egOJBP-WWnfc h2,
  .vev #enYKwaoT-IQc h2 {
    font-size: 35px;
    line-height: 39px;
  }
  .vev #eTzuid_GWK_c h5,
  .vev #egOJBP-WWnfc h5,
  .vev #enYKwaoT-IQc h5 {
    line-height: 20px;
    font-size: 14px;
  }
  .vev #eTzuid_GWK_c {
    background: 0 0;
    line-height: 25px;
  }
  .vev #e3eHgHIjCNtc a,
  .vev #e3eHgHIjCNtc em,
  .vev #e3eHgHIjCNtc strong,
  .vev #e3eHgHIjCNtc sub,
  .vev #e3eHgHIjCNtc td,
  .vev #e3eHgHIjCNtc th,
  .vev #e4TShHJLB4Bc a,
  .vev #e4TShHJLB4Bc em,
  .vev #e4TShHJLB4Bc strong,
  .vev #e4TShHJLB4Bc sub,
  .vev #e4TShHJLB4Bc td,
  .vev #e4TShHJLB4Bc th,
  .vev #eFLvbyvH6aRc a,
  .vev #eFLvbyvH6aRc em,
  .vev #eFLvbyvH6aRc strong,
  .vev #eFLvbyvH6aRc sub,
  .vev #eFLvbyvH6aRc td,
  .vev #eFLvbyvH6aRc th,
  .vev #eTzuid_GWK_c a,
  .vev #eTzuid_GWK_c em,
  .vev #eTzuid_GWK_c strong,
  .vev #eTzuid_GWK_c sub,
  .vev #eTzuid_GWK_c td,
  .vev #eTzuid_GWK_c th,
  .vev #egOJBP-WWnfc a,
  .vev #egOJBP-WWnfc em,
  .vev #egOJBP-WWnfc strong,
  .vev #egOJBP-WWnfc sub,
  .vev #egOJBP-WWnfc td,
  .vev #egOJBP-WWnfc th,
  .vev #enYKwaoT-IQc a,
  .vev #enYKwaoT-IQc em,
  .vev #enYKwaoT-IQc strong,
  .vev #enYKwaoT-IQc sub,
  .vev #enYKwaoT-IQc td,
  .vev #enYKwaoT-IQc th {
    font-size: 15px;
  }
  .vev #e3eHgHIjCNtc p,
  .vev #e4TShHJLB4Bc p,
  .vev #eFLvbyvH6aRc p,
  .vev #eTzuid_GWK_c p,
  .vev #egOJBP-WWnfc p,
  .vev #enYKwaoT-IQc p {
    line-height: 22px;
    font-size: 15px;
    color: #000;
  }
  .vev #e3eHgHIjCNtc sup,
  .vev #e4TShHJLB4Bc sup,
  .vev #eFLvbyvH6aRc sup,
  .vev #eTzuid_GWK_c sup,
  .vev #egOJBP-WWnfc sup,
  .vev #enYKwaoT-IQc sup {
    font-size: 158px;
  }
  .vev #eTzuid_GWK_ {
    width: 37.83%;
    margin: 32px 0.17% 0 0;
    height: 51px;
  }
  .vev #ebD55lB4iEp {
    margin: 32px 0 0 0.33%;
    width: 45.33%;
    height: 463px;
    display: grid;
  }
  .vev #ePUbvh1SILEc .contents,
  .vev #eZg7TWhpu4Yc .contents {
    background: var(--b-ye8L5qD0r_) 50% 50% / cover;
  }
  .vev #eZg7TWhpu4Y {
    min-height: 350px;
  }
  .vev #e24zgcqR1hR {
    margin: 16.3px 0 0 1.17%;
    width: 88.5%;
    height: 275px;
    display: grid;
  }
  .vev #e28HHEt0fQ- {
    width: 70.33%;
    margin: 89px 0 0;
    height: 129px;
    display: grid;
  }
  .vev #eADqWSmTqA0 {
    width: 58%;
    margin: 46px 0 0;
  }
  .vev #ePUbvh1SILE {
    min-height: 800px;
  }
  .vev #eDY2ehVGs6b {
    margin: 88.2px 0 0 19%;
    width: 25%;
    height: 151px;
  }
  .vev #enYKwaoT-IQc {
    background: 0 0;
    line-height: 25px;
  }
  .vev #enYKwaoT-IQ {
    width: 24%;
    margin: 111px 0 0;
  }
  .vev #e8RBUit8_Gc {
    width: 51.5%;
    margin: 335.7px 0.17% 0 0;
    height: 100px;
    place-self: start center;
    display: grid;
  }
  .vev #eELKSBnnBNY {
    margin: 352px 23.67% 0 0;
  }
  .vev #ev-QTs6r9WJ {
    margin: 0;
    place-self: start start;
  }
  .vev #eAy5VnDpW87,
  .vev #ehkFXvfdM6S {
    width: 84px;
    height: auto;
    max-height: 100%;
  }
  .vev #ehkFXvfdM6S {
    margin: 10.9px 0 0 5.56%;
  }
  .vev #eAy5VnDpW87 {
    margin: 12px 0 0 5.56%;
  }
  .vev #e-vmAwN1u-G {
    width: 42.67%;
    margin: 336px 0 0;
    place-self: start center;
    display: grid;
  }
  .vev #eTa8eIW-_1M {
    margin: 187px 10.83% 0 0;
    display: grid;
  }
  .vev #ejIeHX6A8AO {
    aspect-ratio: auto;
    --ratio: 100%;
  }
  .vev #eQGaB2pNUJ1 {
    margin: 31px 1.39% 0 0;
    width: 66px;
    height: 88px;
  }
  .vev #eYjHr5xLAB9 {
    width: 54%;
    margin: 336px 0 0;
    height: 81px;
    display: grid;
  }
  .vev #eEV7QUfK3Zec {
    padding: 0;
  }
  .vev #eEV7QUfK3Ze {
    margin: 186px 0 0 0.33%;
  }
  .vev #ei1o2niEQlp {
    margin: 0;
  }
  .vev #e7_oZQHEt_w,
  .vev #eQaJ38sFVQD {
    height: auto;
    max-height: 100%;
  }
  .vev #eQaJ38sFVQD {
    margin: 72px 16.67% 0 16.74%;
  }
  .vev #e7_oZQHEt_w {
    margin: 26px 9.72% 0 0;
  }
  .vev #eEr0E3bPaa6 {
    width: 50.33%;
    margin: 336px 0 0;
    height: 81px;
    place-self: start center;
    display: grid;
  }
  .vev #e-B-_xzJnrec {
    padding: 0;
  }
  .vev #e-B-_xzJnre {
    margin: 186px 0 0 11%;
  }
  .vev #ehRjY6CpiZp {
    margin: 0;
  }
  .vev #eC-vR4AphnC {
    width: 58%;
    margin: 46px 0 0;
  }
  .vev #eKr99qcGh8yc .contents,
  .vev #ecQeGd0KHiUc .contents,
  .vev #esqhGmLNJj7c .contents {
    background-position: 75.7% 53.7%;
    background: var(--b-ye8L5qD0r_) no-repeat 50% 50% / cover;
  }
  .vev #eKr99qcGh8y {
    min-height: 500px;
  }
  .vev #ehbbyxkEeqR {
    margin: 2px 15.5% 0 0;
    width: 39%;
    height: 136px;
    place-self: start end;
  }
  .vev #egOJBP-WWnfc {
    background: 0 0;
    line-height: 25px;
  }
  .vev #egOJBP-WWnf {
    width: 30.67%;
    margin: 22px 18.83% 0 0;
    height: 36px;
    place-self: start end;
  }
  .vev #e9KrKhPXWn1c h5,
  .vev #eOo5nBMZ-mFc h5 {
    font-size: 14px;
  }
  .vev #eOo5nBMZ-mF {
    width: 27.83%;
    margin: 220px 8.58% 0 13.33%;
    height: 116px;
  }
  .vev #eTtfe114Jci {
    margin: 177px 11.75% 0 15.83%;
    width: 140px;
    height: 32px;
  }
  .vev #e9KrKhPXWn1 {
    width: 20.83%;
    margin: 172px 11.75% 0 17.67%;
    height: 30px;
  }
  .vev #eQgqjeSYOk- {
    margin: 94px 9.17% 0 0;
    width: 50%;
    place-self: start end;
  }
  .vev #ecQeGd0KHiU {
    min-height: 550px;
    display: grid;
  }
  .vev #el_mpbaq0JH {
    margin: 23.3px 0 0 1.17%;
    width: 88.5%;
    height: 474px;
    display: grid;
  }
  .vev #eDk04oKDQFx {
    width: 64.5%;
    margin: 126px 0 0 0.5%;
    height: 303px;
    display: grid;
  }
  .vev #eYTh6V4lw4Qc h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .vev #eYTh6V4lw4Q {
    width: 49.67%;
    margin: 85px 0 0;
    display: grid;
  }
  .vev #esqhGmLNJj7 {
    min-height: 400px;
    display: grid;
  }
  .vev #eJTijFdcDd- {
    margin: 17px 0 0 20%;
    width: 212px;
    height: 212px;
  }
  .vev #eA63RMOEA4N {
    margin: 0 0 0 17.5%;
    width: 241px;
    height: 241px;
  }
  .vev #etdEIPgIDbUc h5 {
    color: #d5c297;
    font-size: 14px;
  }
  .vev #etdEIPgIDbU {
    width: 30%;
    margin: 92.3px 12.33% 0 0;
    height: 169px;
  }
  .vev #eBKcqu0NGOK {
    margin: 48px 15.5% 0 0;
    width: 140px;
    height: 32px;
  }
  .vev #erb4lNVseQbc h5 {
    font-size: 14px;
  }
  .vev #erb4lNVseQb {
    width: 20.83%;
    margin: 43px 15.5% 0 1.83%;
    height: 30px;
  }
  .vev #ehDKCe6AgVUc h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .vev #ehDKCe6AgVU {
    width: 54.83%;
    height: 70px;
    margin: 100px 0 0;
  }
  .vev #eoRF851wttCc .bottom {
    padding: 10px 30px 25px;
  }
  .vev #eoRF851wttC {
    margin: 220px 0 0;
    width: 49.17%;
    height: 205px;
  }
  .vev #eAo_HAh4tPLc .contents {
    background: var(--b-UIUpJw5tB6) 50% 50% / cover;
  }
  .vev #eAo_HAh4tPL {
    min-height: 650px;
  }
  .vev #ewAr8rMFUEs {
    margin: 101px 0 0 2.67%;
    width: 39%;
    height: 136px;
  }
  .vev #e3eHgHIjCNtc h2,
  .vev #e4TShHJLB4Bc h2,
  .vev #eFLvbyvH6aRc h2 {
    font-size: 35px;
    line-height: 39px;
  }
  .vev #e3eHgHIjCNtc h5 {
    line-height: 20px;
    font-size: 14px;
  }
  .vev #e3eHgHIjCNtc {
    background: 0 0;
    line-height: 25px;
  }
  .vev #e3eHgHIjCNt {
    width: 24%;
    margin: 127px 0 0;
  }
  .vev #eXpvUzYDqQn {
    width: 64.33%;
    margin: 480px 0 0;
    height: 145px;
    display: grid;
  }
  .vev #etAtidFyRuqc {
    padding: 0;
  }
  .vev #etAtidFyRuq {
    width: 35%;
    margin: 237px 1.5% 0 0;
  }
  .vev #e2nzCIuEjTE {
    margin: 0;
    height: auto;
  }
  .vev #eFVj0wxPvAD,
  .vev #eRWan6YkTg8 {
    margin: 30px 0.48% 0 0;
    height: auto;
  }
  .vev #exUXID4DhDG {
    width: 53.5%;
    margin: 480px 0 0;
    height: 89px;
    display: none;
  }
  .vev #e2zuQL36Nk0 {
    width: 35%;
    margin: 267px 0.33% 0 0;
  }
  .vev #edoHd0Sj4U0 {
    margin: 0;
    height: auto;
  }
  .vev #eHlA_FTSyQi {
    margin: 30px 0 0 0.48%;
    max-height: 100%;
  }
  .vev #eq1ujKdqKko {
    width: 46.67%;
    margin: 480px 0 0;
    height: 89px;
    display: none;
  }
  .vev #e0G8Or-U4X_c {
    padding: 0;
  }
  .vev #e0G8Or-U4X_ {
    width: 35%;
    margin: 200px 12.67% 0 0;
  }
  .vev #eieCHsL8bJL {
    margin: 0;
    height: auto;
  }
  .vev #eGKtleiFryN,
  .vev #ent-cAK4aWr {
    margin: 30px 0.48% 0 0;
    height: auto;
  }
  .vev #eC2hczBro-R {
    width: 58.17%;
    margin: 480px 0 0 0.17%;
    height: 89px;
  }
  .vev #eq_ogvzJtkDc {
    padding: 0;
  }
  .vev #eq_ogvzJtkD {
    width: 27%;
    margin: 283px 0 0 1.5%;
  }
  .vev #eN4M-QTIRU- {
    margin: 0;
    height: auto;
  }
  .vev #enLLSO2D79V {
    margin: 13px 1.23% 0 0;
  }
  .vev #eOJVvv4fmdN {
    width: 59.17%;
    margin: 60px 0 0 0.17%;
  }
  .vev #e6layDOF2YEc .contents {
    background-position: 75.7% 53.7%;
    background: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(4, 3, 0, 0) 100%
      ),
      linear-gradient(transparent 0% 100%),
      var(--b-E_PyGiMkYM) no-repeat 50% 50% / cover;
  }
  .vev #e6layDOF2YE {
    min-height: 400px;
  }
  .vev #ek66hzhlyV- {
    width: 26.33%;
    margin: 42.5px 7.42% 0 0;
  }
  .vev #ebnR3k6CcYb {
    width: 100%;
    height: auto;
  }
  .vev #ei_vvQ8AWFg {
    margin: -5px -12.03% 0 0;
    width: 177px;
    height: 176px;
  }
  .vev #ef0PgDcm1-Z {
    width: 26.5%;
    height: 159px;
    margin: 114.5px 16.25% 0 0;
    place-self: start end;
    display: grid;
  }
  .vev #eZj0ESEbOBY {
    margin: 0;
    width: 159px;
    height: auto;
    place-self: start start;
  }
  .vev #e4TShHJLB4Bc h5 {
    line-height: 20px;
  }
  .vev #e4TShHJLB4Bc {
    background: 0 0;
    line-height: 25px;
  }
  .vev #e4TShHJLB4B {
    width: 34.19%;
    margin: 75px -29.06% 0 0;
  }
  .vev #eAYaYsTCefB {
    margin: 43px 0 0 -30.77%;
    width: 134.19%;
    place-self: start start;
  }
  .vev #eFLvbyvH6aRc h5 {
    line-height: 20px;
    font-size: 14px;
  }
  .vev #eFLvbyvH6aRc {
    background: 0 0;
    line-height: 25px;
  }
  .vev #eFLvbyvH6aR {
    width: 125.64%;
    margin: 14px 0 0 -13.68%;
  }
  .vev #eFs741IO5_8c .overlay {
    background: linear-gradient(transparent 2%, rgba(0, 0, 0, 0.3) 100%);
  }
  .vev #eFs741IO5_8 {
    display: grid;
  }
  .vev #ec2uTf54Aprc h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .vev #ec2uTf54Aprc h3 {
    font-size: 31px;
  }
  .vev #ec2uTf54Apr {
    width: 78.67%;
    margin: 173px 0.33% 0 0;
    height: 327px;
  }
  .vev #e3fd0VH4STWc h3,
  .vev div .pdh3LaF89nc h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
  .vev #e3fd0VH4STWc h4,
  .vev div .pdh3LaF89nc h4 {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
  }
  .vev #e3fd0VH4STWc h2 {
    font-size: 45px;
    line-height: 39px;
    font-weight: 700;
    font-style: inherit;
  }
  .vev #e3fd0VH4STWc h5,
  .vev div .pdh3LaF89nc h5 {
    line-height: 20px;
    font-size: 15px;
  }
  .vev #e3fd0VH4STWc,
  .vev div .pdh3LaF89nc {
    font-size: 18px;
    line-height: 26px;
    background: 0 0;
  }
  .vev #e3fd0VH4STWc a,
  .vev #e3fd0VH4STWc em,
  .vev #e3fd0VH4STWc strong,
  .vev #e3fd0VH4STWc sub,
  .vev #e3fd0VH4STWc sup,
  .vev #e3fd0VH4STWc td,
  .vev #e3fd0VH4STWc th,
  .vev div .pdh3LaF89nc a,
  .vev div .pdh3LaF89nc em,
  .vev div .pdh3LaF89nc strong,
  .vev div .pdh3LaF89nc sub,
  .vev div .pdh3LaF89nc sup,
  .vev div .pdh3LaF89nc td,
  .vev div .pdh3LaF89nc th {
    font-size: 18px;
  }
  .vev #e3fd0VH4STWc p,
  .vev div .pdh3LaF89nc p {
    line-height: 26px;
    font-size: 18px;
    color: #fff;
  }
  .vev #e3fd0VH4STW {
    margin: 418px 0 0 0.17%;
    height: 118px;
  }
  .vev #eav7VK49DMdc .contents {
    background-position: 75.7% 53.7%;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 1%,
        rgba(0, 0, 0, 0.3) 99%
      ),
      var(--b-oSNSBYlVgG) no-repeat 50% 50% / cover;
  }
  .vev #eav7VK49DMd {
    min-height: 400px;
  }
  .vev #eMU_NgXcjK5 {
    margin: 89px 0 0 1.17%;
    width: 93.5%;
    height: 296px;
  }
  .vev #e3MVuvW2SUnc h2,
  .vev #eFc72s9VSbOc h2 {
    line-height: 29px;
  }
  .vev #e3MVuvW2SUn {
    width: 75.33%;
    height: 224px;
    margin: 120px 0 0;
  }
  .vev #ewBnOhX1GU9c .contents {
    background-position: 75.7% 53.7%;
    background: var(--b-oSNSBYlVgG) no-repeat 50% 50% / cover;
  }
  .vev #e0PkK255Z7s {
    margin: -39px 0 0;
    width: 92.33%;
    height: 364px;
  }
  .vev #eFc72s9VSbO {
    width: 76.33%;
    height: 256px;
    margin: 0;
  }
  .vev #evRhbR1ZzxGc .contents {
    background-position: 75.7% 53.7%;
    background: var(--b-b8h3K08JKJ) no-repeat 50% 50% / cover;
  }
  .vev #eCwhlDv316Z {
    margin: 94px 18.67% 0 0;
    width: 36.17%;
  }
  .vev #e7zQVfpqJdB {
    margin: -17px 13% 0 0;
    width: 47.67%;
    height: 397px;
  }
  .vev #elWGbNSE0Er {
    margin: 281px -5.67% 0 0;
    width: 39%;
    height: 136px;
  }
  .vev #ePewMVbuQK8c h3,
  .vev #et6FJreyaXWc h3,
  .vev #eweKe0Tv1stc h3,
  .vev #ey1Rr-83Z7tc h3 {
    font-size: 20px;
    line-height: 28px;
    color: #010101;
  }
  .vev #ePewMVbuQK8c h4,
  .vev #et6FJreyaXWc h4,
  .vev #eweKe0Tv1stc h4,
  .vev #ey1Rr-83Z7tc h4 {
    color: #000;
    font-size: 17px;
    line-height: 22px;
  }
  .vev #ePewMVbuQK8c h2,
  .vev #et6FJreyaXWc h2,
  .vev #eweKe0Tv1stc h2,
  .vev #ey1Rr-83Z7tc h2,
  .vev div .pdh3LaF89nc h2 {
    font-size: 35px;
    line-height: 39px;
  }
  .vev #et6FJreyaXWc h5 {
    color: #d5a997;
  }
  .vev #et6FJreyaXWc {
    background: 0 0;
    line-height: 25px;
  }
  .vev #ePewMVbuQK8c a,
  .vev #ePewMVbuQK8c em,
  .vev #ePewMVbuQK8c strong,
  .vev #ePewMVbuQK8c sub,
  .vev #ePewMVbuQK8c td,
  .vev #ePewMVbuQK8c th,
  .vev #et6FJreyaXWc a,
  .vev #et6FJreyaXWc em,
  .vev #et6FJreyaXWc strong,
  .vev #et6FJreyaXWc sub,
  .vev #et6FJreyaXWc td,
  .vev #et6FJreyaXWc th,
  .vev #eweKe0Tv1stc a,
  .vev #eweKe0Tv1stc em,
  .vev #eweKe0Tv1stc strong,
  .vev #eweKe0Tv1stc sub,
  .vev #eweKe0Tv1stc td,
  .vev #eweKe0Tv1stc th,
  .vev #ey1Rr-83Z7tc a,
  .vev #ey1Rr-83Z7tc em,
  .vev #ey1Rr-83Z7tc strong,
  .vev #ey1Rr-83Z7tc sub,
  .vev #ey1Rr-83Z7tc td,
  .vev #ey1Rr-83Z7tc th {
    font-size: 15px;
  }
  .vev #ePewMVbuQK8c p,
  .vev #et6FJreyaXWc p,
  .vev #eweKe0Tv1stc p,
  .vev #ey1Rr-83Z7tc p {
    line-height: 22px;
    font-size: 15px;
    color: #000;
  }
  .vev #ePewMVbuQK8c sup,
  .vev #et6FJreyaXWc sup,
  .vev #eweKe0Tv1stc sup,
  .vev #ey1Rr-83Z7tc sup {
    font-size: 158px;
  }
  .vev #et6FJreyaXW {
    width: 20.67%;
    margin: 139.8px 0 0 15.33%;
    height: 195px;
  }
  .vev #et6FJreyaXWc h5,
  .vev #eweKe0Tv1stc h5 {
    line-height: 20px;
    font-size: 14px;
  }
  .vev #eweKe0Tv1stc {
    background: 0 0;
    line-height: 25px;
  }
  .vev #eweKe0Tv1st {
    width: 24%;
    margin: 181px 10% 0 0;
  }
  .vev #ebIoXYikN65 {
    margin: 93.5px 0 0 14%;
    width: 140px;
    height: 32px;
  }
  .vev #emoDdtIaUUKc h5 {
    font-size: 14px;
  }
  .vev #emoDdtIaUUK {
    width: 20.83%;
    margin: 88.5px 0 0 15.83%;
    height: 30px;
  }
  .vev #e7ikmsbg2YYc .contents {
    background-position: 75.7% 53.7%;
    background: var(--b-oSNSBYlVgG) no-repeat 50% 50% / cover;
  }
  .vev #e7ikmsbg2YY {
    min-height: 600px;
  }
  .vev #emJRqS9kwdE {
    margin: -39px 0.5% 0 0;
    width: 59.17%;
    height: 512px;
  }
  .vev #eimnQBVTAWn {
    margin: 76px 0 0 0.33%;
    width: 54.33%;
    height: 406px;
  }
  .vev #eEXPfCvxv1t {
    margin: 29px 0 0;
    width: 58.28%;
    height: 192px;
  }
  .vev #eiLXMPOJsIr {
    width: 73.45%;
    margin: 252px 0 0 0.3%;
    height: 120px;
  }
  .vev #eihGejV8Y2H {
    width: 57.77%;
    margin: 219px 0 0 0.8%;
    height: 49.378881987577635px;
  }
  .vev #e45wQP2Ue6U,
  .vev #ewL5QsTlQfp {
    margin: 370px 0 0 32.82%;
    width: 4.29%;
    height: 14px;
  }
  .vev #ewL5QsTlQfp {
    margin: 370px 11.04% 0 0;
  }
  .vev #eITKT3r243J,
  .vev #eNpluX4U8Jp {
    margin: 370px 0 0 8.59%;
    width: 4.29%;
    height: 14px;
  }
  .vev #eNpluX4U8Jp {
    margin: 370px 34.05% 0 0;
  }
  .vev #eKdw7rn4FX6 {
    width: 73.45%;
    margin: 252px 0 0 0.3%;
    height: 120px;
    display: grid;
  }
  .vev #eB5ytf-uIaV {
    width: 67.79%;
    margin: 219px 0 0;
    height: 49px;
    display: grid;
  }
  .vev #eWjNr2GwOGj {
    margin: 29px 0 0;
    width: 58.28%;
    height: 192px;
  }
  .vev #eo-pqeHRggh {
    margin: 370px 0 0 32.82%;
    width: 4.29%;
    height: 14px;
  }
  .vev #ex_ouPUnYXY {
    margin: 370px 11.04% 0 0;
  }
  .vev #eawWuLmOvtI,
  .vev #ekmVzGOdKeE,
  .vev #ex_ouPUnYXY {
    width: 4.29%;
    height: 14px;
  }
  .vev #ekmVzGOdKeE {
    margin: 370px 0 0 8.59%;
  }
  .vev #eawWuLmOvtI {
    margin: 370px 34.05% 0 0;
  }
  .vev #eBboI92ltVG {
    width: 73.45%;
    margin: 252px 0 0 0.3%;
    height: 120px;
    display: grid;
  }
  .vev #ek9Fbc3rEwR {
    width: 57.77%;
    margin: 219px 0 0 0.8%;
    height: 49.378881987577635px;
    display: grid;
  }
  .vev #eVrEjMjpEKn {
    margin: 29px 0 0;
    width: 58.28%;
    height: 192px;
  }
  .vev #equWiAWSrw8,
  .vev #etMIcktPvRd {
    width: 4.29%;
    height: 14px;
  }
  .vev #etMIcktPvRd {
    margin: 370px 0 0 32.82%;
  }
  .vev #equWiAWSrw8 {
    margin: 370px 11.04% 0 0;
  }
  .vev #em2qIFewXkZ,
  .vev #exmFt-C8q-r {
    margin: 370px 0 0 8.59%;
    width: 4.29%;
    height: 14px;
  }
  .vev #exmFt-C8q-r {
    margin: 370px 34.05% 0 0;
  }
  .vev #eAUh0UTYS0d {
    width: 89.26%;
    margin: 252px 0 0;
    height: 117px;
    display: grid;
  }
  .vev #edDeDxCJVSc {
    width: 57.77%;
    margin: 219px 0 0 0.8%;
    height: 49.378881987577635px;
    display: grid;
  }
  .vev #eACqmyQKbqQ {
    margin: 29px 0 0;
    width: 58.28%;
    height: 192px;
  }
  .vev #eWIxUy_RZ3i,
  .vev #edWWQ31sJpU {
    margin: 370px 0 0 32.82%;
    width: 4.29%;
    height: 14px;
  }
  .vev #edWWQ31sJpU {
    margin: 370px 11.04% 0 0;
  }
  .vev #e8gmMoEPMfw,
  .vev #emahTuFXI5M {
    margin: 370px 0 0 8.59%;
    width: 4.29%;
    height: 14px;
  }
  .vev #emahTuFXI5M {
    margin: 370px 34.05% 0 0;
  }
  .vev #eJvtLjYaE8F {
    width: 57.83%;
    margin: -16px 0 0 0.83%;
    height: 49px;
    display: grid;
  }
  .vev #ey1Rr-83Z7tc h5 {
    line-height: 20px;
    font-size: 14px;
  }
  .vev #ey1Rr-83Z7tc {
    background: 0 0;
    line-height: 25px;
  }
  .vev #ey1Rr-83Z7t {
    width: 37.83%;
    margin: 32px 0.17% 0 0;
    height: 51px;
  }
  .vev #eLqW_1_SErk {
    margin: 8px 2.67% 0 0;
    width: 39%;
    height: 136px;
  }
  .vev #eS3PN7p_mQw {
    margin: 33px 0.17% 0 0;
    width: 43.5%;
    height: 434px;
    display: grid;
  }
  .vev #e0OI-1s0tM_c .contents {
    background: var(--b-oSNSBYlVgG) 50% 50% / cover;
  }
  .vev #e0OI-1s0tM_ {
    min-height: 400px;
  }
  .vev #ehsQjBUVTl6 {
    margin: 20.3px 0 0 1.17%;
    width: 88.5%;
    height: 299px;
    display: grid;
  }
  .vev #eHa6p41E5hz {
    width: 72.17%;
    margin: 89px 0 0 1.83%;
    height: 207px;
    display: grid;
  }
  .vev #eSeS52CZpuJ {
    width: 58%;
    margin: 46px 0 0;
  }
  .vev #efmYaWnRgOQc .contents {
    background-position: 75.7% 53.7%;
    background: var(--b-oSNSBYlVgG) no-repeat 50% 50% / cover;
  }
  .vev #egmiFwTqd4x {
    margin: -27.5px 0 0 1.17%;
    width: 88.5%;
    height: 381px;
    display: grid;
  }
  .vev #eYo21I8-iStc h5,
  .vev #ed1i_txarsHc h5 {
    font-size: 14px;
  }
  .vev #eYo21I8-iSt {
    width: 27.67%;
    margin: 147.5px 0 0 18.83%;
    height: 128px;
  }
  .vev #ei4DxMzxYTa {
    margin: 98.50000000000001px 0 0 20.67%;
    width: 140px;
    height: 32px;
  }
  .vev #ed1i_txarsH {
    width: 20.83%;
    margin: 93.5px 0 0 22.33%;
    height: 30px;
  }
  .vev #exIFrwCB_OC {
    width: 43.67%;
    height: 212.00000000000003px;
    margin: 78.50000000000001px 13.83% 0 0;
  }
  .vev #eJPFsFcrxQ4 {
    margin: -15.5px 3.28% 0 0;
    width: 197px;
    height: 199px;
    place-self: start end;
    aspect-ratio: auto;
    --ratio: 100%;
  }
  .vev #e2CyIATKWrQ {
    margin: 130px 0 0 -7.63%;
    width: 248.4px;
    height: 246.7px;
  }
  .vev #eU5sG2w3wBEc .contents {
    background: var(--b-oSNSBYlVgG) 50% 50% / cover;
  }
  .vev #eU5sG2w3wBE {
    min-height: 700px;
  }
  .vev #e5zBzhGfQZY {
    margin: 86px 0 0 1.33%;
    width: 25%;
    height: 151px;
  }
  .vev #ePewMVbuQK8c h5 {
    line-height: 20px;
    font-size: 14px;
  }
  .vev #ePewMVbuQK8c {
    background: 0 0;
    line-height: 25px;
  }
  .vev #ePewMVbuQK8 {
    width: 24%;
    margin: 111px 0 0;
  }
  .vev #e87yyYGph-y {
    width: 54%;
    margin: 501px 0 0 12.5%;
    height: 120px;
    place-self: start center;
  }
  .vev #eqrlnlg9bU5 {
    margin: 344px 18.33% 0 0;
  }
  .vev #egHoblc-tYS {
    margin: 0;
    place-self: start start;
  }
  .vev #e00HHzy5_-a {
    margin: 42px 2.08% 0 0;
    width: 49px;
    height: 41px;
  }
  .vev #eXM3VPdQh-G {
    margin: 48px 2.78% 0;
  }
  .vev #eFLtH681vdw {
    margin: 48px 2.78% 0 0;
  }
  .vev #eUWh-kMYESn {
    width: 42.67%;
    margin: 500px 0 0 12.5%;
    height: 77px;
    display: grid;
  }
  .vev #eFo-nwnsO2c {
    margin: 344px 15.33% 0 0;
  }
  .vev #eFo-nwnsO2c,
  .vev #eS80YHRfGE4 {
    aspect-ratio: auto;
    --ratio: 100%;
  }
  .vev #e5yMXGoppYQ {
    width: 48.83%;
    margin: 501px 0 0 14%;
    height: 107px;
    display: grid;
  }
  .vev #eBfqY-t1rr7c {
    padding: 0;
  }
  .vev #eBfqY-t1rr7 {
    margin: 186px 0 0 10.33%;
    display: grid;
  }
  .vev #elqR3RLGAmr {
    margin: 0;
  }
  .vev #eGrslM7NwVa {
    margin: 24px 0 0;
    width: 80px;
    height: 94px;
  }
  .vev #eFKnPBbJFQl {
    width: 39.33%;
    margin: 501px 0 0 12.5%;
    height: 81px;
    place-self: start center;
    display: none;
  }
  .vev #egLnWFzHBS_c {
    padding: 0;
  }
  .vev #egLnWFzHBS_ {
    margin: 186px 0 0 16%;
  }
  .vev #eJ88abkdl9W {
    margin: 0;
  }
  .vev #e72fH_dipBL {
    margin: 29px 0 0;
    width: 42px;
    height: auto;
    aspect-ratio: auto;
    --ratio: 100%;
  }
  .vev #eA7KiH5V-b0 {
    margin: 69px 0 0 20.83%;
    width: 41px;
    height: 49px;
  }
  .vev #eJ1kmG2J7Az {
    margin: 93px 23.61% 0 22.36%;
    width: 30px;
    height: 30px;
  }
  .vev #e6YXt9aP0bd {
    margin: 20.1px -4.72% 0 22.36%;
    width: 37.8px;
    height: 41px;
  }
  .vev #e7JxDEzVYUE {
    width: 58%;
    margin: 46px 0 0;
  }
  .vev #eBaC-CjP1CIc .contents,
  .vev #eTAcSbNXbAxc .contents,
  .vev #e_8cHS-bcN3c .contents {
    background-position: 75.7% 53.7%;
    background: var(--b-oSNSBYlVgG) no-repeat 50% 50% / cover;
  }
  .vev #eTAcSbNXbAx {
    min-height: 400px;
  }
  .vev #es3zF1m05N7 {
    margin: 35.3px 0 0 1.17%;
    width: 88.5%;
    height: 350px;
    display: grid;
  }
  .vev #e2CYdnQZSbSc h5,
  .vev #eIM3UaAoBxKc h5,
  .vev #ehulzm76nJ2c h5,
  .vev #em-YDaqZUMPc h5,
  .vev #evptPEHQhxFc h4 {
    font-size: 14px;
  }
  .vev #ehulzm76nJ2 {
    width: 27.67%;
    margin: 170px 0 0 18.83%;
    height: 128px;
  }
  .vev #eap_qoKLNIt {
    margin: 121px 0 0 20.67%;
    width: 140px;
    height: 32px;
  }
  .vev #eIM3UaAoBxK {
    width: 20.83%;
    margin: 116px 0 0 22.25%;
    height: 30px;
  }
  .vev #eCZvnkZ8Bir {
    margin: 87px 8.58% 0 17.5%;
    width: 241px;
    height: 241px;
  }
  .vev #e_8cHS-bcN3 {
    min-height: 550px;
    display: grid;
  }
  .vev #eehzdCmNMjj {
    margin: 10.5px 0 0 1.17%;
    width: 88.5%;
    height: 425px;
    display: grid;
  }
  .vev #egGPHSFwEZy {
    width: 70.17%;
    margin: 126px 0 0 2.17%;
    height: 231px;
    display: grid;
  }
  .vev #e63zFdLvSOxc h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .vev #e63zFdLvSOx {
    width: 49.67%;
    margin: 85px 0 0;
    display: grid;
  }
  .vev #eMfGcSff9_0 {
    margin: -14.5px 0 0 0.17%;
    width: 88.5%;
    height: 425px;
    display: grid;
  }
  .vev #e2CYdnQZSbS {
    width: 25.67%;
    margin: 170px 0 0 20.83%;
    height: 128px;
  }
  .vev #eonIxX6JXSm {
    margin: 121px 0 0 21.67%;
    width: 140px;
    height: 32px;
  }
  .vev #em-YDaqZUMP {
    width: 20.83%;
    margin: 116px 0 0 23.33%;
    height: 30px;
  }
  .vev #eXX21eX6rJh {
    width: 43.67%;
    height: 212px;
    margin: 101px 13.83% 0 0;
  }
  .vev #e8USINSbSVE {
    margin: -22px 0 0 13.74%;
    width: 210px;
    height: 212px;
    aspect-ratio: auto;
    --ratio: 100%;
  }
  .vev #etma5i7RBww {
    margin: 57.6px 9.16% 0 0;
    width: 161px;
    height: 161px;
  }
  .vev #edt2_PL91gj {
    margin: 362px 27.28% 0 0;
    width: 126px;
    height: 122px;
    place-self: start end;
  }
  .vev #eQJF4OL30jS {
    margin: -5px 0 0 28.52%;
    width: 87px;
    height: 86px;
  }
  .vev #edhMcW3hrk9 {
    margin: -4.5906656114486px 24.59% 0 0;
    width: 115.00958384239809px;
    height: 114.0040953281218px;
    place-self: start end;
  }
  .vev #enmFPb6zENzc h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .vev #enmFPb6zENz {
    width: 54.17%;
    height: 72px;
    margin: 100px 0 0;
  }
  .vev #ePd5ucH94ZLc .bottom .link {
    padding: 2px 0;
  }
  .vev #ePd5ucH94ZL {
    margin: 220px 0.33% 0 0;
    width: 49%;
    height: 228px;
  }
  .vev #eDc6gsHhD9U {
    min-height: 500px;
    display: grid;
  }
  .vev #ek92W-4Ftcu {
    margin: 119px 0 0;
    height: 217px;
  }
  .vev #e2ucOqIQ0Qcc h2 {
    font-size: 20px;
  }
  .vev #e2ucOqIQ0Qcc h3 {
    font-size: 15px;
    margin: 50px 0 15px;
    line-height: 1em;
  }
  .vev #e2ucOqIQ0Qc {
    width: 679px;
    margin: 245px 0 0 0.17%;
    height: 97px;
  }
  .vev #eknrJbGA7xUc p {
    text-align: center;
    color: #fff;
  }
  .vev #eknrJbGA7xU {
    width: 100%;
    margin: 283px 0 0;
    place-self: start end;
    height: 56px;
  }
  .vev #eCsTYykba1I {
    min-height: 90px;
    height: auto;
  }
  .vev #eUtPs5ou0jp {
    margin: 14px 8.17% 0 0;
    aspect-ratio: 0.6296;
    --ratio: 158.83%;
  }
  .vev #evptPEHQhxFc h3 {
    font-size: 31px;
  }
  .vev #evptPEHQhxFc p {
    text-align: right;
    text-transform: uppercase;
    color: #f5f5f5;
    font-size: 12px;
  }
  .vev #evptPEHQhxF {
    width: 26%;
    margin: 2px 4.67% 0 16.67%;
    height: 47px;
  }
  .vev #er0cw2TRKi7c a {
    font-size: 16px;
  }
  .vev #er0cw2TRKi7 {
    margin: 5px 0 0 29.5%;
    width: 35.83%;
  }
}
@media (max-width: 599px) {
  .vev .p17vAKZzRl5 .__sc {
    grid-template-columns: 1fr 320px 1fr;
  }
  .vev #eJ07QYW8o7f {
    width: 172.27%;
    margin: -10px 6.67% 0 0;
    transform: none;
  }
  .vev #ePivpXNFEaf {
    margin: -6px 0 0 4.02%;
    width: 60.37%;
  }
  .vev #euxpAwfEzVS {
    margin: 76px 0 0 4.02%;
    width: 57.89%;
    height: 4px;
  }
  .vev #e1ehAXI-3dTc sup,
  .vev #eJJvuAEs9wtc sup,
  .vev #eNLci5ZQDYWc h5,
  .vev #eYiXM-zrPu3c sup,
  .vev #ecLw39iE3AEc sup,
  .vev #eif_WOH9jTUc sup {
    font-size: 15px;
  }
  .vev #eNLci5ZQDYW {
    width: 317px;
    margin: 41px 0 0 3.25%;
    height: 19px;
  }
  .vev #eJ83ccnwUDM {
    margin: 25px 23.36% 0 0;
    width: 5.23%;
    height: 45px;
    display: grid;
  }
  .vev #e_9-qHu9LXNc .icon-container {
    font-family: "Lato";
  }
  .vev #e_9-qHu9LXNc a,
  .vev #e_9-qHu9LXNc a.active {
    padding: 10px 0 8px 25px;
    font-size: 18px;
    line-height: 1.25em;
  }
  .vev #e_9-qHu9LXNc a.active {
    padding: 10px 0 80px 25px;
  }
  .vev #e_9-qHu9LXNc .sidenav {
    font-size: 18px;
    width: 160px;
    line-height: 1.25em;
  }
  .vev #e_9-qHu9LXNc .menu-item-children {
    padding: 0 10px 5px 0;
    line-height: 1.25em;
  }
  .vev #e_9-qHu9LXNc .close-button {
    margin: 20px 0 0;
  }
  .vev #e_9-qHu9LXN {
    margin: 27px 0 0 25.5%;
    width: 7%;
    height: auto;
    display: grid;
    aspect-ratio: 0.9412;
    --ratio: 106.25%;
  }
  .vev #eYe-ieif7tO {
    display: none;
  }
  .vev #e9gmxappW5b {
    margin: 37px 26.82% 0 0;
    width: 8.6%;
    aspect-ratio: 1.7857;
    display: grid;
    --ratio: 56%;
  }
  .vev #ewlHVMebwJG {
    min-height: 100vh;
    display: none;
  }
  .vev #ewlHVMebwJG .__sc {
    margin: 1px 0 0;
  }
  .vev #e6Ce0FeHFDI {
    margin: 447px 0.31% 0 0;
  }
  .vev #e1ehAXI-3dTc h3,
  .vev #eYiXM-zrPu3c h3,
  .vev #ecLw39iE3AEc h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
  }
  .vev #e1ehAXI-3dTc h4,
  .vev #e2Dkgw87WaIc h4,
  .vev #e2Rv_VAUhzoc h4,
  .vev #e3eHgHIjCNtc h4,
  .vev #e3fd0VH4STWc h4,
  .vev #e4TShHJLB4Bc h4,
  .vev #eBMKUSnsqclc h4,
  .vev #eEn0rAIJrKWc h4,
  .vev #eFLvbyvH6aRc h4,
  .vev #eJJvuAEs9wtc h4,
  .vev #eNAnvDbCtNcc h4,
  .vev #ePewMVbuQK8c h4,
  .vev #eTzuid_GWK_c h4,
  .vev #eYVxzcBd2WEc h4,
  .vev #eYiXM-zrPu3c h4,
  .vev #ecLw39iE3AEc h4,
  .vev #ecy1n9o_fbfc h4,
  .vev #egOJBP-WWnfc h4,
  .vev #eif_WOH9jTUc h4,
  .vev #enYKwaoT-IQc h4,
  .vev #eoJiisAH_b3c h4,
  .vev #et6FJreyaXWc h4,
  .vev #etO50lSrN0xc h4,
  .vev #eweKe0Tv1stc h4,
  .vev #ey1Rr-83Z7tc h4,
  .vev div .pAOf6DONG1 h4,
  .vev div .pdh3LaF89nc h4,
  .vev div .ptHJ6mw7tPd h4 {
    color: #fffefe;
    font-size: 15px;
    line-height: 20px;
  }
  .vev #e1ehAXI-3dTc h1,
  .vev #eYiXM-zrPu3c h1,
  .vev #ecLw39iE3AEc h1 {
    font-size: 80px;
    line-height: 65px;
    letter-spacing: -5px;
  }
  .vev #e1ehAXI-3dTc h2,
  .vev #eJJvuAEs9wtc h2,
  .vev #eYiXM-zrPu3c h2,
  .vev #ecLw39iE3AEc h2,
  .vev #eif_WOH9jTUc h2 {
    font-family: "Averia Serif Libre";
    color: #d5c297;
    font-size: 25px;
    letter-spacing: -1px;
    text-transform: none;
    line-height: 25px;
    font-variant: normal;
  }
  .vev #e1ehAXI-3dTc h5,
  .vev #e2Rv_VAUhzoc h5,
  .vev #eJJvuAEs9wtc h5,
  .vev #eYiXM-zrPu3c h5,
  .vev #ecLw39iE3AEc h5,
  .vev #eif_WOH9jTUc h5,
  .vev #eoJiisAH_b3c h5,
  .vev div .pAOf6DONG1 h5,
  .vev div .ptHJ6mw7tPd h5 {
    line-height: 15px;
    font-size: 12px;
  }
  .vev #e1ehAXI-3dTc h6,
  .vev #e2Dkgw87WaIc h6,
  .vev #e2Rv_VAUhzoc h6,
  .vev #e3eHgHIjCNtc h6,
  .vev #e3fd0VH4STWc h6,
  .vev #e4TShHJLB4Bc h6,
  .vev #eBMKUSnsqclc h6,
  .vev #eEn0rAIJrKWc h6,
  .vev #eFLvbyvH6aRc h6,
  .vev #eJJvuAEs9wtc h6,
  .vev #eNAnvDbCtNcc h6,
  .vev #ePewMVbuQK8c h6,
  .vev #eTzuid_GWK_c h6,
  .vev #eYVxzcBd2WEc h6,
  .vev #eYiXM-zrPu3c h6,
  .vev #ecLw39iE3AEc h6,
  .vev #ecy1n9o_fbfc h6,
  .vev #egOJBP-WWnfc h6,
  .vev #eif_WOH9jTUc h6,
  .vev #enYKwaoT-IQc h6,
  .vev #eoJiisAH_b3c h6,
  .vev #et6FJreyaXWc h6,
  .vev #etO50lSrN0xc h6,
  .vev #eweKe0Tv1stc h6,
  .vev #ey1Rr-83Z7tc h6,
  .vev div .pAOf6DONG1 h6,
  .vev div .pdh3LaF89nc h6,
  .vev div .ptHJ6mw7tPd h6 {
    font-size: 15px;
    line-height: 18px;
  }
  .vev #e1ehAXI-3dTc blockquote,
  .vev #e2Dkgw87WaIc blockquote,
  .vev #e2Rv_VAUhzoc blockquote,
  .vev #e3eHgHIjCNtc blockquote,
  .vev #e3fd0VH4STWc blockquote,
  .vev #e4TShHJLB4Bc blockquote,
  .vev #eBMKUSnsqclc blockquote,
  .vev #eEn0rAIJrKWc blockquote,
  .vev #eFLvbyvH6aRc blockquote,
  .vev #eJJvuAEs9wtc blockquote,
  .vev #eNAnvDbCtNcc blockquote,
  .vev #ePewMVbuQK8c blockquote,
  .vev #eTzuid_GWK_c blockquote,
  .vev #eYVxzcBd2WEc blockquote,
  .vev #eYiXM-zrPu3c blockquote,
  .vev #ecLw39iE3AEc blockquote,
  .vev #ecy1n9o_fbfc blockquote,
  .vev #egOJBP-WWnfc blockquote,
  .vev #eif_WOH9jTUc blockquote,
  .vev #enYKwaoT-IQc blockquote,
  .vev #eoJiisAH_b3c blockquote,
  .vev #et6FJreyaXWc blockquote,
  .vev #etO50lSrN0xc blockquote,
  .vev #eweKe0Tv1stc blockquote,
  .vev #ey1Rr-83Z7tc blockquote,
  .vev div .pAOf6DONG1 blockquote,
  .vev div .pdh3LaF89nc blockquote,
  .vev div .ptHJ6mw7tPd blockquote {
    font-size: 25px;
    line-height: 32px;
  }
  .vev #e1ehAXI-3dTc {
    font-size: 16px;
    line-height: 22px;
  }
  .vev #e1ehAXI-3dTc a,
  .vev #e1ehAXI-3dTc em,
  .vev #e1ehAXI-3dTc p,
  .vev #e1ehAXI-3dTc strong,
  .vev #e1ehAXI-3dTc sub,
  .vev #e1ehAXI-3dTc td,
  .vev #e1ehAXI-3dTc th,
  .vev #eJJvuAEs9wtc a,
  .vev #eJJvuAEs9wtc p,
  .vev #eJJvuAEs9wtc strong,
  .vev #eJJvuAEs9wtc th,
  .vev #eYiXM-zrPu3c a,
  .vev #eYiXM-zrPu3c em,
  .vev #eYiXM-zrPu3c p,
  .vev #eYiXM-zrPu3c strong,
  .vev #eYiXM-zrPu3c sub,
  .vev #eYiXM-zrPu3c td,
  .vev #eYiXM-zrPu3c th,
  .vev #ecLw39iE3AEc a,
  .vev #ecLw39iE3AEc em,
  .vev #ecLw39iE3AEc p,
  .vev #ecLw39iE3AEc strong,
  .vev #ecLw39iE3AEc sub,
  .vev #ecLw39iE3AEc td,
  .vev #ecLw39iE3AEc th,
  .vev #eif_WOH9jTUc a,
  .vev #eif_WOH9jTUc p,
  .vev #eif_WOH9jTUc strong,
  .vev #eif_WOH9jTUc sub,
  .vev #eif_WOH9jTUc td,
  .vev #eif_WOH9jTUc th {
    font-size: 16px;
  }
  .vev #e1ehAXI-3dTc li,
  .vev #e2Dkgw87WaIc li,
  .vev #e2Rv_VAUhzoc li,
  .vev #eBMKUSnsqclc li,
  .vev #eEn0rAIJrKWc li,
  .vev #eJJvuAEs9wtc li,
  .vev #eNAnvDbCtNcc li,
  .vev #eYVxzcBd2WEc li,
  .vev #eYiXM-zrPu3c li,
  .vev #ecLw39iE3AEc li,
  .vev #eif_WOH9jTUc li,
  .vev #eoJiisAH_b3c li,
  .vev #etO50lSrN0xc li,
  .vev div .pAOf6DONG1 li,
  .vev div .ptHJ6mw7tPd li {
    font-size: 12px;
  }
  .vev #e1ehAXI-3dTc span.dropcap,
  .vev #e2Rv_VAUhzoc span.dropcap,
  .vev #eJJvuAEs9wtc span.dropcap,
  .vev #eYiXM-zrPu3c span.dropcap,
  .vev #ecLw39iE3AEc span.dropcap,
  .vev #eif_WOH9jTUc span.dropcap,
  .vev #eoJiisAH_b3c span.dropcap {
    font-size: 22px;
  }
  .vev #e1ehAXI-3dTc li::marker,
  .vev #e2Rv_VAUhzoc li::marker,
  .vev #e3fd0VH4STWc li::marker,
  .vev #eJJvuAEs9wtc li::marker,
  .vev #eYiXM-zrPu3c li::marker,
  .vev #ecLw39iE3AEc li::marker,
  .vev #ecy1n9o_fbfc li::marker,
  .vev #eif_WOH9jTUc li::marker,
  .vev #eoJiisAH_b3c li::marker,
  .vev div .pdh3LaF89nc li::marker,
  .vev div .ptHJ6mw7tPd li::marker {
    font-size: 16px;
  }
  .vev #e1ehAXI-3dT {
    margin: 213px 0 0;
    width: 99.69%;
    height: 234px;
    place-self: start end;
  }
  .vev #ecLw39iE3AEc {
    font-size: 16px;
    line-height: 22px;
  }
  .vev #ecLw39iE3AE {
    margin: 213px 0 0;
    width: 99.69%;
    height: 234px;
    place-self: start end;
  }
  .vev #eYiXM-zrPu3c {
    font-size: 16px;
    line-height: 22px;
  }
  .vev #eYiXM-zrPu3 {
    margin: 213px 0 0;
    width: 99.69%;
    height: 234px;
    place-self: start end;
  }
  .vev #e8Dgqo-yHW4 {
    min-height: 700px;
    height: auto;
    display: grid;
  }
  .vev #ee9AwyMkIMDc {
    color: rgba(73, 3, 3, 0.8);
  }
  .vev #ee9AwyMkIMD {
    margin: 392px 0 0;
    height: 27.000000000000004px;
  }
  .vev #e2Rv_VAUhzoc h3,
  .vev #eJJvuAEs9wtc h3,
  .vev #eif_WOH9jTUc h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .vev #eif_WOH9jTUc h1 {
    margin: 0;
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -3px;
    transform: translate3d(0, 0, 0);
    filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.3));
  }
  .vev #eif_WOH9jTUc {
    font-size: 16px;
    line-height: 22px;
  }
  .vev #eif_WOH9jTUc em {
    font-size: unset;
  }
  .vev #eif_WOH9jTU {
    margin: 212px 0 0 -8.59%;
    width: 117.19%;
    height: 207px;
    place-self: start start;
  }
  .vev #e5ByE3er2ij {
    margin: 150px 0 0;
    width: 94.69%;
    height: 46px;
  }
  .vev #eJJvuAEs9wtc h1 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -1px;
  }
  .vev #eJJvuAEs9wtc {
    font-size: 16px;
    line-height: 22px;
  }
  .vev #eJJvuAEs9wtc em,
  .vev #eJJvuAEs9wtc sub,
  .vev #eJJvuAEs9wtc td {
    font-size: 16px;
  }
  .vev #eJJvuAEs9wt {
    margin: 141px 0.31% 0 0;
    width: 88.13%;
    height: 46px;
  }
  .vev #eZrd1eUTPrV {
    width: 11.25%;
    margin: 339px -5.31% 0 0;
    max-height: 100%;
  }
  .vev #e39_otuErHX {
    width: 100%;
    margin: 9px 0 0;
    display: grid;
    transform: none;
    place-self: start end;
  }
  .vev #exTv1cT1feg {
    margin: -4px 0 0;
    width: 72.22%;
    place-self: start center;
    display: grid;
  }
  .vev #eJ9Dt6DRexp {
    margin: -3px 5.56% 0 0;
    width: 33.33%;
    place-self: start center;
  }
  .vev #e5Scsx37R8P {
    width: 100%;
    margin: 9px 0 0;
    display: none;
    transform: none;
    place-self: start end;
  }
  .vev #e-0OPLCcRDC,
  .vev #e48n1r2hmM5 {
    width: 72.22%;
    place-self: start center;
    display: grid;
  }
  .vev #e-0OPLCcRDC {
    margin: -116px 0 0;
    height: 125px;
  }
  .vev #e48n1r2hmM5 {
    margin: -4px 0 0;
  }
  .vev #evge1W9iguW {
    margin: -127px 0 0;
    width: 72.22%;
    place-self: start center;
  }
  .vev #epOcXeq9s-sc {
    padding: 0;
  }
  .vev #epOcXeq9s-sc,
  .vev #epOcXeq9s-sc a {
    flex-direction: column;
  }
  .vev #epOcXeq9s-s {
    margin: -122px -225% 0 0;
    width: 297.22%;
    height: 129px;
    place-self: start end;
  }
  .vev #eE-q9yx8pD1c {
    color: #a67318;
  }
  .vev #eE-q9yx8pD1 {
    margin: -8px 0 0;
    width: 33.33%;
    place-self: start center;
  }
  .vev #eSNiAhjvqzg {
    width: 11.25%;
    margin: 1031px -5.31% 0 0;
    display: none;
  }
  .vev #euFZB1WAVfQ {
    width: 913.89%;
    margin: 19px -841.67% 0 0;
  }
  .vev #eFUoW-jM9Vr {
    margin: -2px 0 0 -1.22%;
    width: 6.69%;
  }
  .vev #emuUqStGIZc {
    margin: -7px 0 0 1.22%;
    width: 3.65%;
  }
  .vev #eAl6GkJdfSB {
    margin: -106px 0 0 -1.22%;
    width: 6.69%;
    height: 115px;
    display: grid;
  }
  .vev #e07sd71NtRF {
    margin: -2px 0 0 -1.22%;
    width: 6.69%;
  }
  .vev #eT4hy9b6EgY {
    margin: -118px 0 0 -1.22%;
    width: 6.69%;
  }
  .vev #eEAICDLuw67c {
    padding: 0;
  }
  .vev #eEAICDLuw67c a,
  .vev #epOcXeq9s-sc a {
    padding: 5px 0;
    font-size: 15px;
    width: 15%;
    height: 80%;
  }
  .vev #eEAICDLuw67 {
    margin: -112px 0 0 -0.61%;
    width: 39.51%;
    height: 129px;
  }
  .vev #evo9BJEksIZ {
    margin: -8px 0 0 0.3%;
  }
  .vev #ehoUSjAjHdF {
    width: 11.25%;
    margin: 1030px -5.31% 0 0;
  }
  .vev #e2Dkgw87WaIc sup,
  .vev #e2Rv_VAUhzoc sup,
  .vev #e3eHgHIjCNtc sup,
  .vev #e3fd0VH4STWc sup,
  .vev #e4TShHJLB4Bc sup,
  .vev #eBMKUSnsqclc sup,
  .vev #eEn0rAIJrKWc sup,
  .vev #eFLvbyvH6aRc sup,
  .vev #eNAnvDbCtNcc sup,
  .vev #ePewMVbuQK8c sup,
  .vev #eTzuid_GWK_c sup,
  .vev #eYVxzcBd2WEc sup,
  .vev #ecy1n9o_fbfc sup,
  .vev #edKC8udThzXc a,
  .vev #egOJBP-WWnfc sup,
  .vev #enYKwaoT-IQc sup,
  .vev #eoJiisAH_b3c sup,
  .vev #et6FJreyaXWc sup,
  .vev #etO50lSrN0xc sup,
  .vev #eweKe0Tv1stc sup,
  .vev #ey1Rr-83Z7tc sup,
  .vev div .pAOf6DONG1 sup,
  .vev div .pdh3LaF89nc sup,
  .vev div .ptHJ6mw7tPd sup {
    font-size: 15px;
  }
  .vev #e2Dkgw87WaIc h1,
  .vev #e2Rv_VAUhzoc h1,
  .vev #e3eHgHIjCNtc h1,
  .vev #e3fd0VH4STWc h1,
  .vev #e4TShHJLB4Bc h1,
  .vev #eBMKUSnsqclc h1,
  .vev #eEn0rAIJrKWc h1,
  .vev #eFLvbyvH6aRc h1,
  .vev #eNAnvDbCtNcc h1,
  .vev #ePewMVbuQK8c h1,
  .vev #eTzuid_GWK_c h1,
  .vev #eYVxzcBd2WEc h1,
  .vev #ecy1n9o_fbfc h1,
  .vev #egOJBP-WWnfc h1,
  .vev #enYKwaoT-IQc h1,
  .vev #eoJiisAH_b3c h1,
  .vev #et6FJreyaXWc h1,
  .vev #etO50lSrN0xc h1,
  .vev #eweKe0Tv1stc h1,
  .vev #ey1Rr-83Z7tc h1,
  .vev div .pAOf6DONG1 h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .vev #e2Rv_VAUhzoc h2 {
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 30px;
  }
  .vev #e2Rv_VAUhzoc {
    font-size: 16px;
    line-height: 22px;
  }
  .vev #e2Rv_VAUhzoc a,
  .vev #e2Rv_VAUhzoc em,
  .vev #e2Rv_VAUhzoc p,
  .vev #e2Rv_VAUhzoc strong,
  .vev #e2Rv_VAUhzoc sub,
  .vev #e2Rv_VAUhzoc td,
  .vev #e2Rv_VAUhzoc th,
  .vev #eoJiisAH_b3c a,
  .vev #eoJiisAH_b3c em,
  .vev #eoJiisAH_b3c p,
  .vev #eoJiisAH_b3c strong,
  .vev #eoJiisAH_b3c sub,
  .vev #eoJiisAH_b3c td,
  .vev #eoJiisAH_b3c th,
  .vev div .ptHJ6mw7tPd a {
    font-size: 16px;
  }
  .vev #e2Rv_VAUhzo {
    width: 93.13%;
    margin: 70px 0 0;
    height: 313px;
  }
  .vev #eH5WasQ-86Cc .overlay {
    background: linear-gradient(transparent 2%, rgba(0, 0, 0, 0.5) 99%);
  }
  .vev #eH5WasQ-86C {
    min-height: 100vh;
  }
  .vev #eH5WasQ-86C .__sc {
    margin: 1px 0 0;
  }
  .vev #ej4Sb-MCvjec h2 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0;
  }
  .vev #ej4Sb-MCvjec h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 900;
    font-style: inherit;
    letter-spacing: 0;
  }
  .vev #ej4Sb-MCvje {
    width: 81.25%;
    margin: 144px 0 0 2.5%;
    height: 326px;
  }
  .vev div .pAOf6DONG1 h3 {
    line-height: 25px;
  }
  .vev div .pAOf6DONG1 h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .vev #e2Dkgw87WaIc p,
  .vev #eBMKUSnsqclc p,
  .vev #eEn0rAIJrKWc p,
  .vev #eNAnvDbCtNcc p,
  .vev #eYVxzcBd2WEc p,
  .vev #etO50lSrN0xc p,
  .vev div .pAOf6DONG1 p {
    line-height: 21px;
    color: #fff;
  }
  .vev #e2Dkgw87WaIc span.dropcap,
  .vev #eBMKUSnsqclc span.dropcap,
  .vev #eEn0rAIJrKWc span.dropcap,
  .vev #eNAnvDbCtNcc span.dropcap,
  .vev #eYVxzcBd2WEc span.dropcap,
  .vev #etO50lSrN0xc span.dropcap,
  .vev div .pAOf6DONG1 span.dropcap {
    font-size: 20px;
  }
  .vev #eoJiisAH_b3c h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .vev #eoJiisAH_b3c h2 {
    color: #fff;
    font-size: 32px;
    line-height: 25px;
  }
  .vev #eoJiisAH_b3c,
  .vev div .ptHJ6mw7tPd {
    font-size: 16px;
    line-height: 22px;
  }
  .vev #eoJiisAH_b3 {
    width: 322px;
    margin: 297px -0.62% 0 0;
    place-self: start end;
  }
  .vev #e_cDDBGIS1Zc h2,
  .vev #ehQX1_l8-9xc h2,
  .vev #eyqK66cG3a1c h2 {
    font-size: 23px;
  }
  .vev #ehQX1_l8-9x {
    width: 89.06%;
    height: 360px;
    margin: 100px 0 0 1.88%;
  }
  .vev div .ptHJ6mw7tPd h3 {
    font-size: 17px;
    line-height: 24px;
  }
  .vev div .ptHJ6mw7tPd h1 {
    font-size: 80px;
    line-height: 65px;
    font-family: "Averia Serif Libre";
    color: #490303;
    letter-spacing: -5px;
  }
  .vev div .ptHJ6mw7tPd h2 {
    font-size: 24px;
    line-height: 25px;
  }
  .vev #ecy1n9o_fbfc a,
  .vev div .ptHJ6mw7tPd em,
  .vev div .ptHJ6mw7tPd p,
  .vev div .ptHJ6mw7tPd strong,
  .vev div .ptHJ6mw7tPd sub,
  .vev div .ptHJ6mw7tPd td,
  .vev div .ptHJ6mw7tPd th {
    font-size: 16px;
  }
  .vev #ecy1n9o_fbfc span.dropcap,
  .vev div .ptHJ6mw7tPd span.dropcap {
    font-size: 22px;
  }
  .vev #e12OX1eFKmnc .contents {
    background-position: 72.39999999999999% 54%;
    background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%),
      var(--b-rlO0NF1mzK) no-repeat 50% 50% / cover;
  }
  .vev #e12OX1eFKmn {
    min-height: 450px;
  }
  .vev #eM1ZclmVMzEc {
    background: radial-gradient(
      rgba(12, 0, 0, 0.9) 0,
      rgba(255, 255, 255, 0) 98%
    );
  }
  .vev #eM1ZclmVMzE {
    margin: 70px 1.72% 0 0;
    width: 109.84%;
    height: 317px;
    display: grid;
  }
  .vev #eyqK66cG3a1 {
    width: 89.06%;
    height: 263px;
    margin: 100px 0 0;
  }
  .vev #eUobb_mhK6rc .contents,
  .vev #eqzI8acP7Rhc .contents {
    background-position: 72.39999999999999% 54%;
    background: var(--b-rlO0NF1mzK) no-repeat 50% 50% / cover;
  }
  .vev #eqzI8acP7Rh {
    min-height: 400px;
  }
  .vev #epugwF2cu4wc {
    background: radial-gradient(
      rgba(12, 0, 0, 0.9) 0,
      rgba(255, 255, 255, 0) 98%
    );
  }
  .vev #epugwF2cu4w {
    margin: -32px 2.81% 0 0;
    width: 111.25%;
    height: 326px;
    display: grid;
  }
  .vev #e_cDDBGIS1Z {
    width: 91.88%;
    height: 283px;
    margin: 0 2.81% 0 0;
  }
  .vev #eUobb_mhK6r {
    min-height: 400px;
  }
  .vev #e2Dkgw87WaIc h3,
  .vev #eBMKUSnsqclc h3,
  .vev #eEn0rAIJrKWc h3,
  .vev #eNAnvDbCtNcc h3,
  .vev #eYVxzcBd2WEc h3,
  .vev #etO50lSrN0xc h3 {
    line-height: 25px;
  }
  .vev #e2Dkgw87WaIc h2,
  .vev #eBMKUSnsqclc h2,
  .vev #eNAnvDbCtNcc h2,
  .vev #eYVxzcBd2WEc h2,
  .vev #etO50lSrN0xc h2 {
    text-align: left;
    font-size: 50px;
    line-height: 32px;
  }
  .vev #eYVxzcBd2WEc h5 {
    line-height: 18px;
  }
  .vev #eYVxzcBd2WEc {
    padding: 0;
  }
  .vev #eYVxzcBd2WE {
    width: 52.81%;
    margin: 60px 0 0 2.66%;
    height: 128px;
    place-self: start start;
  }
  .vev #eoiDtFFnppM {
    margin: -4px 0 0;
    width: 55.63%;
  }
  .vev #eXQqJNYPc01 {
    margin: 197.1px 0 0 5%;
    width: 28.75%;
    height: 94px;
  }
  .vev #eNAHBHYymxH {
    margin: 186px 0 0 -1.75%;
    width: 29.78%;
    height: 95px;
  }
  .vev #eWH9ODUGkAL {
    margin: 235px 0 0 -1.41%;
    width: 12.81%;
    height: 41px;
  }
  .vev #eBMKUSnsqclc h5 {
    line-height: 12px;
    font-size: 12px;
  }
  .vev #eBMKUSnsqcl {
    width: 31.56%;
    margin: 294px 0 0 3.59%;
    height: 21px;
  }
  .vev #ewRR1qywTGI {
    margin: -51px 0 0;
    width: 15.94%;
    height: 71px;
  }
  .vev #eRsbgtNFhRZ {
    margin: 197.1px 0 0 5%;
    width: 28.75%;
    height: 94px;
  }
  .vev #etO50lSrN0xc h5 {
    line-height: 15px;
    font-size: 12px;
  }
  .vev #etO50lSrN0x {
    width: 28.13%;
    margin: 13px 0 0;
    height: 29px;
  }
  .vev #ebGQL1jJhkH {
    margin: 205px 7.81% 0 0;
    width: 17.19%;
    height: 68px;
  }
  .vev #eySS8v4aNJg {
    margin: 221.8px 17.72% 0 -4.37%;
    width: 18.44%;
    height: 48.6px;
  }
  .vev #e2Dkgw87WaIc h5,
  .vev #eNAnvDbCtNcc h5 {
    line-height: 12px;
    font-size: 12px;
  }
  .vev #eNAnvDbCtNc {
    width: 31.56%;
    margin: 294px 0 0 6.88%;
    height: 21px;
  }
  .vev #eCRueQYlQ1C,
  .vev #enj0PzkZcux {
    margin: 197.1px 0 0 5%;
    width: 28.75%;
    height: 94px;
  }
  .vev #e2Dkgw87WaI {
    width: 31.56%;
    margin: 294px -2.97% 0 23.42%;
    height: 21px;
  }
  .vev #eFBJ_2K3_5u {
    margin: 244px 0 0 10.94%;
    width: 22.5%;
    height: 77px;
    transform: rotate(-104deg);
    display: grid;
  }
  .vev #edxGLlsoJXn {
    margin: 249px -11.41% 0 -5.97%;
    width: 33.75%;
    height: 93px;
    transform: rotate(-129deg);
    display: grid;
  }
  .vev #eCQHTXux-Qa {
    margin: 208.4px 0 0 -2.66%;
    width: 36.25%;
    height: 104px;
    transform: rotate(-67deg);
    display: grid;
  }
  .vev #e2XQfFsmTJ9c h2 {
    font-size: 23px;
  }
  .vev #e2XQfFsmTJ9 {
    width: 91.88%;
    height: 37px;
    margin: -83.5px 2.81% 0 0;
  }
  .vev #e0G7d22lfT_c .contents,
  .vev #efLtJw8aApEc .contents {
    background: var(--b-rlO0NF1mzK) 50% 50% / cover;
  }
  .vev #efLtJw8aApE {
    display: grid;
  }
  .vev #eg7gQaldnNa {
    margin: 20.6px 0 0 0.31%;
    width: 108.75%;
    height: 291px;
  }
  .vev #ejuQhcDPINW {
    width: 90.63%;
    margin: 84px 0 0;
    height: 183px;
  }
  .vev #eLlO9k0UJpS {
    width: 100%;
    margin: 51px 0 0;
    display: grid;
  }
  .vev #e0G7d22lfT_ {
    min-height: 650px;
    display: grid;
  }
  .vev #ev415s1qDyY {
    margin: 95px 0 0 2.5%;
    width: 40%;
    height: 108px;
  }
  .vev #eEn0rAIJrKWc h2 {
    line-height: 32px;
  }
  .vev #eEn0rAIJrKWc h5 {
    line-height: 15px;
    font-size: 12px;
  }
  .vev #eEn0rAIJrKW {
    width: 35%;
    margin: 109px 0 0 2.5%;
  }
  .vev #e4BqjPRk8aYc p,
  .vev #e4JTHj52-4Tc p,
  .vev #e6ZKZrCp3fdc p,
  .vev #eyU8yXpC-T5c p {
    text-align: center;
  }
  .vev #eyU8yXpC-T5 {
    width: 64.06%;
    margin: 400px 0 0;
    height: 122px;
    display: grid;
  }
  .vev #eqrkszO9JBK {
    width: 92px;
    margin: 308px 21.72% 0 17.66%;
  }
  .vev #etguuxQXqPn {
    margin: 1px 0 0 1.09%;
    width: 92px;
    height: 91px;
    display: grid;
  }
  .vev #eZHH9vLXXo9 {
    margin: 21px 0 0 1.09%;
    width: 55px;
    height: 55px;
  }
  .vev #e_jr7AWAs8c {
    margin: 21px 5.43% 0 0;
    width: 53px;
    height: 55px;
  }
  .vev #e6ZKZrCp3fd {
    width: 56.25%;
    margin: 400px 0 0;
    height: 102px;
    display: grid;
  }
  .vev #el_dZJnFgKk {
    width: 92px;
    height: 92px;
    margin: 256px 0 0 17.97%;
    place-self: start start;
  }
  .vev #eQyt87xVT9w {
    width: 92px;
    height: 92px;
    display: grid;
  }
  .vev #eguu6HbfxMQ {
    width: 59.78%;
    height: 65px;
    margin: 13.5px 0 0 2.17%;
  }
  .vev #e4NhQdpcWyd {
    margin: 0 0 0 0.91%;
    width: 42px;
    height: 45px;
  }
  .vev #eQc8sfRCwtK {
    margin: 22px 12.73% 0 0;
    width: 10px;
    height: 23px;
  }
  .vev #e4BqjPRk8aY {
    width: 66.25%;
    margin: 400px 0 0;
    height: 119px;
    display: grid;
  }
  .vev #ehgZREWCRJt {
    width: 92px;
    height: 92px;
    margin: 208px 21.72% 0 0;
    place-self: start end;
    display: grid;
  }
  .vev #em_P6S8BAEi {
    margin: 1px 0.54% 0 0;
    width: 92px;
    height: 90px;
    place-self: start end;
  }
  .vev #ecRBbDWUBzS {
    margin: 22px 2.17% 0 0;
    width: 54px;
    height: 52px;
  }
  .vev #e4JTHj52-4T {
    width: 61.25%;
    margin: 400px 0 0 0.31%;
    height: 106px;
  }
  .vev #eNtkXcBDNww,
  .vev #e_kO4YdV3RG {
    width: 92px;
    height: 92px;
  }
  .vev #e_kO4YdV3RG {
    margin: 155px 0 0 17.97%;
  }
  .vev #eNtkXcBDNww {
    margin: 0 0 0 2.17%;
  }
  .vev #e8XScNF3cGE {
    margin: 22px 0 0 2.17%;
    width: 62px;
    height: 52px;
  }
  .vev #etPHliOXzk4 {
    margin: 56px 0 0 15.22%;
    width: 23px;
    height: 23px;
  }
  .vev #el2WOp24ju0 {
    margin: 64px 19.57% 0 15.76%;
    width: 20px;
    height: 20px;
  }
  .vev #eYlbj-4zVt4 {
    width: 100%;
    margin: 51px 0 0;
    display: grid;
  }
  .vev #e8Qc8uWki_-c .contents,
  .vev #eS0MC2vp8jTc .contents,
  .vev #eqJis_y4uGfc .contents {
    background-position: 72.39999999999999% 54%;
    background: var(--b-rlO0NF1mzK) no-repeat 50% 50% / cover;
  }
  .vev #eS0MC2vp8jT {
    min-height: 450px;
    display: grid;
  }
  .vev #exPZraFDAqB {
    margin: 7.9px 0 0 -4.37%;
    width: 108.75%;
    height: 395px;
    place-self: start start;
  }
  .vev #e-N_0XC0uwRc {
    padding: 0;
  }
  .vev #e-N_0XC0uwRc h2,
  .vev #e1cIcPh0zKIc h2,
  .vev #e96tFq_1MKTc h2,
  .vev #eCTdtPmyUy0c h2,
  .vev #eEn0rAIJrKWc h2,
  .vev #eQ2DibespDzc h2,
  .vev #eQn_8UurqpNc h2,
  .vev #eRKmBZv1Rpuc h2,
  .vev #ecUFuaOlKtuc h2,
  .vev #ee0hQ9cWWsIc h2,
  .vev #esR-NkYXi5xc h2,
  .vev #eyYf4I-aIxdc h2 {
    font-size: 50px;
    text-align: left;
  }
  .vev #e-N_0XC0uwRc h5 {
    line-height: 18px;
  }
  .vev #e-N_0XC0uwR {
    width: 44.38%;
    margin: 124px 0 0 1.41%;
    height: 133px;
  }
  .vev #eqdK8Ic0offc {
    border-radius: 12px 12px 0;
  }
  .vev #eqdK8Ic0off {
    margin: 81px 0 0 4.69%;
    width: 120px;
    height: 30px;
  }
  .vev #e96tFq_1MKTc {
    padding: 0;
  }
  .vev #e96tFq_1MKTc h5 {
    font-size: 12px;
  }
  .vev #e96tFq_1MKT {
    width: 34.06%;
    margin: 78px 0 0 6.88%;
  }
  .vev #eG2LNoGnbDi {
    width: 55.94%;
    height: 179px;
    margin: 100.5px 3.13% 0 1.56%;
  }
  .vev #e1e2H-Wu2PD {
    margin: 0 0 0 11.17%;
    width: 80.45%;
    height: 143.99998412722167px;
  }
  .vev #etfWjuCbt-9 {
    margin: 130px 0 0 -9.44%;
    width: 139.9px;
    height: 141.2px;
  }
  .vev #ebhJf0N5nw6 {
    margin: 24px 0 0 13.75%;
    width: 101px;
    height: 98px;
    place-self: start center;
  }
  .vev #eFgvkZl7UOg {
    margin: 96.7px -9.53% 0 0;
    width: 82px;
    height: 79px;
  }
  .vev #etO_TWWI1fP {
    margin: 346px 0.63% 0 0;
    width: 84px;
    height: 80px;
  }
  .vev #eC1y86X_cNU {
    margin: 18px 0 0;
    width: 108.75%;
    height: 395px;
  }
  .vev #e2ZfPF4V75Y {
    width: 95.31%;
    margin: 84px 0 0;
    height: 257px;
  }
  .vev #eVTBmupKCi4 {
    width: 99.84%;
    margin: 44px 0 0;
    height: 45px;
  }
  .vev #eqJis_y4uGf {
    min-height: 520px;
  }
  .vev #eSgWGK4nd9u {
    width: 36.56%;
    height: 132px;
    margin: 224px 0 0;
    place-self: start center;
  }
  .vev #esR-NkYXi5xc {
    padding: 0;
  }
  .vev #esR-NkYXi5xc h5 {
    line-height: 18px;
  }
  .vev #esR-NkYXi5x {
    width: 99.15%;
    margin: 95px 0 0 0.85%;
    height: 42px;
    place-self: start center;
  }
  .vev #eRKmBZv1Rpuc {
    padding: 0;
  }
  .vev #eRKmBZv1Rpuc h5 {
    font-size: 25px;
  }
  .vev #eAjRsnP56Ie,
  .vev #eRKmBZv1Rpu {
    margin: 1px 0 0;
    width: 100%;
    height: 123px;
  }
  .vev #ecUFuaOlKtuc {
    padding: 0;
  }
  .vev #ecUFuaOlKtuc h5 {
    line-height: 18px;
  }
  .vev #ecUFuaOlKtu {
    width: 100%;
    margin: 1px 0 0;
    height: 123px;
  }
  .vev #eQ-V_y5NKHj {
    margin: 25px 0 0 8.55%;
    width: 40.17%;
    height: 68px;
  }
  .vev #eCTdtPmyUy0c {
    padding: 0;
  }
  .vev #eCTdtPmyUy0c h5 {
    font-size: 25px;
  }
  .vev #eCTdtPmyUy0 {
    width: 18.8%;
    margin: 67px 12.82% 0 23.6%;
    height: 29px;
  }
  .vev #eQn_8UurqpNc {
    padding: 0;
  }
  .vev #e1cIcPh0zKIc h5,
  .vev #eQn_8UurqpNc h5 {
    line-height: 18px;
  }
  .vev #eQn_8UurqpN {
    width: 99.72%;
    margin: 0 0.28% 0 0;
    height: 23px;
    place-self: start end;
  }
  .vev #eG8aDYZIMGH {
    width: 47.81%;
    height: 132px;
    margin: 252.8px 0 0 0.63%;
    place-self: start center;
  }
  .vev #e1cIcPh0zKIc {
    padding: 0;
  }
  .vev #e1cIcPh0zKI {
    width: 99.35%;
    margin: 144px 0 0 0.65%;
    height: 42px;
    place-self: start center;
  }
  .vev #enYYH0Dnc9y {
    margin: 78px 0 0 16.34%;
    width: 39.87%;
    height: 68px;
    place-self: start start;
  }
  .vev #ee0hQ9cWWsIc {
    padding: 0;
  }
  .vev #ee0hQ9cWWsIc h5 {
    font-size: 25px;
  }
  .vev #ee0hQ9cWWsI {
    width: 18.95%;
    margin: 120px 17.65% 0 23.6%;
    height: 29px;
  }
  .vev #eQ2DibespDzc {
    padding: 0;
  }
  .vev #eQ2DibespDzc h5 {
    line-height: 18px;
  }
  .vev #eQ2DibespDz {
    width: 99.72%;
    margin: 0 0.28% 0 0;
    height: 23px;
    place-self: start end;
  }
  .vev #eKvqJAyzn6j {
    margin: -10.2px 0 0 0.94%;
    width: 59.38%;
    height: 274px;
    place-self: start center;
  }
  .vev #eQPIwkXSK8dc {
    border-radius: 12px 12px 0;
  }
  .vev #eQPIwkXSK8d {
    margin: 3px 2.81% 0 0;
    width: 120px;
    height: 30px;
    place-self: start center;
  }
  .vev #eyYf4I-aIxdc {
    padding: 0;
  }
  .vev #eTzuid_GWK_c li,
  .vev #ecy1n9o_fbfc li,
  .vev #egOJBP-WWnfc li,
  .vev #enYKwaoT-IQc li,
  .vev #eyYf4I-aIxdc h5 {
    font-size: 12px;
  }
  .vev #eyYf4I-aIxd {
    width: 34.06%;
    margin: 0 1.25% 0 0;
    place-self: start center;
  }
  .vev #ejOJNQXCMfhc h2 {
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    font-family: "Averia Serif Libre";
  }
  .vev #ejOJNQXCMfh {
    width: 87.66%;
    height: 72px;
    margin: 100px 0 0;
  }
  .vev #eTORyIampMSc .bottom .link {
    margin: 10px 50px 0;
    font-size: 12px;
  }
  .vev #eTORyIampMS {
    margin: 210px 1.25% 0 0;
    width: 84.06%;
    height: 237px;
  }
  .vev #eyyJR6qIWJBc .overlay {
    background: linear-gradient(transparent 2%, rgba(0, 0, 0, 0.5) 100%);
  }
  .vev #eyyJR6qIWJB {
    min-height: 100vh;
    display: grid;
  }
  .vev #eyyJR6qIWJB .__sc {
    margin: 1px 0 0;
  }
  .vev #ezXLWbdb_hZc h2 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0;
  }
  .vev #ezXLWbdb_hZc h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 900;
    font-style: inherit;
    letter-spacing: 0;
  }
  .vev #ezXLWbdb_hZ {
    width: 81.25%;
    margin: 144px 0 0 2.5%;
    height: 326px;
  }
  .vev #ecy1n9o_fbfc h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .vev #ecy1n9o_fbfc h2,
  .vev div .pdh3LaF89nc h2 {
    font-size: 32px;
    line-height: 25px;
    font-variant: normal;
  }
  .vev div .pdh3LaF89nc h2 {
    font-family: "Averia Serif Libre";
    color: #d5c297;
    font-size: 25px;
    letter-spacing: -1px;
    text-transform: none;
  }
  .vev #eTzuid_GWK_c h5,
  .vev #ecy1n9o_fbfc h5,
  .vev #egOJBP-WWnfc h5,
  .vev #enYKwaoT-IQc h5 {
    line-height: 15px;
    font-size: 12px;
  }
  .vev #ecy1n9o_fbfc {
    font-size: 16px;
    line-height: 22px;
  }
  .vev #e3fd0VH4STWc a,
  .vev #ecy1n9o_fbfc em,
  .vev #ecy1n9o_fbfc p,
  .vev #ecy1n9o_fbfc strong,
  .vev #ecy1n9o_fbfc sub,
  .vev #ecy1n9o_fbfc td,
  .vev #ecy1n9o_fbfc th {
    font-size: 16px;
  }
  .vev #ecy1n9o_fbf {
    width: 322px;
    margin: 300px -0.62% 0 0;
    place-self: start end;
  }
  .vev #eNkWSCURH9ac .contents {
    background-position: 72.39999999999999% 54%;
    background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, transparent 99%),
      linear-gradient(transparent 0% 100%),
      var(--b-ye8L5qD0r_) no-repeat 50% 50% / cover;
  }
  .vev #eNkWSCURH9a {
    min-height: 400px;
  }
  .vev #eOUIcOrAEcB {
    margin: -92px 0 0;
    width: 108.75%;
    height: 395px;
  }
  .vev #ep_o620pvObc {
    background: radial-gradient(
      rgba(12, 0, 0, 0.9) 0,
      rgba(255, 255, 255, 0) 98%
    );
  }
  .vev #ep_o620pvOb {
    margin: 77px 0 0;
    width: 102.19%;
    height: 224px;
    display: grid;
  }
  .vev #ebNGuTnn-wSc h2 {
    font-size: 23px;
  }
  .vev #ebNGuTnn-wS {
    width: 89.69%;
    height: 245px;
    margin: 100px 0 0;
  }
  .vev #eBOYgPEjNq6c .contents {
    background-position: 72.39999999999999% 54%;
    background: var(--b-ye8L5qD0r_) no-repeat 50% 50% / cover;
  }
  .vev #eBOYgPEjNq6 {
    min-height: 600px;
  }
  .vev #e3Aq4GTzqna {
    width: 65.31%;
    height: 172px;
    margin: 383px 0.31% 0 -3.75%;
  }
  .vev #e5F5DesJ-uv {
    margin: 21px 0 0 11.48%;
    width: 68.42%;
    height: 145px;
  }
  .vev #e42I0uuHBwo {
    margin: 7px 0 0 0.48%;
    width: 190px;
    height: 159px;
    place-self: start center;
  }
  .vev #eHu0aGZTFyl {
    margin: 12px 0 0 6.25%;
    width: 79.06%;
    height: 125px;
  }
  .vev #eO0L4qcxqpv {
    margin: 68px 0 0 0.63%;
    width: 85.31%;
  }
  .vev #e5oK9KA_mrzc p,
  .vev #eAs-slV0zh6c p,
  .vev #eINuaAp0Ubsc p,
  .vev #eTJwEGRrcq0c p,
  .vev #ebuz2PgIOJZc p,
  .vev #emWAuOxZr1cc p,
  .vev #eoGcCV4yQofc p {
    text-align: center;
  }
  .vev #ebuz2PgIOJZ {
    width: 85.35%;
    margin: 239px 0 0;
    height: 125px;
  }
  .vev #eAs-slV0zh6 {
    width: 86.9%;
    margin: 212.99999999999997px 0 0 7.93%;
    height: 29px;
    place-self: start start;
  }
  .vev #ehDh4aj37mi {
    margin: 24px 0 0;
    width: 66.67%;
    height: 184px;
  }
  .vev #eINuaAp0Ubs {
    width: 75.64%;
    margin: 239px 0 0;
    height: 125px;
  }
  .vev #emWAuOxZr1c {
    width: 86.9%;
    margin: 212.99999999999997px 0 0 7.93%;
    height: 29px;
    place-self: start start;
  }
  .vev #eFUi2CbiP2S {
    margin: 24px 0 0;
    width: 66.67%;
    height: 184px;
  }
  .vev #e5oK9KA_mrz {
    width: 89.93%;
    margin: 239px 0 0;
    height: 125px;
  }
  .vev #eoGcCV4yQof {
    width: 86.9%;
    margin: 212.99999999999997px 0 0 7.93%;
    height: 29px;
    place-self: start start;
  }
  .vev #eJc1DTGox8N {
    margin: 24px 0 0;
    width: 66.67%;
    height: 184px;
  }
  .vev #eTJwEGRrcq0 {
    width: 86.88%;
    margin: -16px 0 0 7.97%;
    height: 29.000000000000004px;
    place-self: start start;
  }
  .vev #e3eHgHIjCNtc h3,
  .vev #e4TShHJLB4Bc h3,
  .vev #eFLvbyvH6aRc h3,
  .vev #eTzuid_GWK_c h3,
  .vev #egOJBP-WWnfc h3,
  .vev #enYKwaoT-IQc h3 {
    line-height: 25px;
  }
  .vev #eTzuid_GWK_c h2,
  .vev #egOJBP-WWnfc h2,
  .vev #enYKwaoT-IQc h2 {
    font-size: 50px;
    line-height: 32px;
    text-align: left;
  }
  .vev #eTzuid_GWK_c p,
  .vev #enYKwaoT-IQc p {
    line-height: 21px;
    color: #fff;
  }
  .vev #e3eHgHIjCNtc span.dropcap,
  .vev #e4TShHJLB4Bc span.dropcap,
  .vev #eFLvbyvH6aRc span.dropcap,
  .vev #eTzuid_GWK_c span.dropcap,
  .vev #egOJBP-WWnfc span.dropcap,
  .vev #enYKwaoT-IQc span.dropcap {
    font-size: 20px;
  }
  .vev #eTzuid_GWK_ {
    width: 58.12%;
    margin: 34px 0 0 0.31%;
    height: 58.00000000000001px;
  }
  .vev #ebD55lB4iEp {
    margin: 34px 0 0 2.19%;
    width: 81.25%;
    height: 453px;
  }
  .vev #ePUbvh1SILEc .contents,
  .vev #eZg7TWhpu4Yc .contents {
    background: var(--b-ye8L5qD0r_) 50% 50% / cover;
  }
  .vev #eZg7TWhpu4Y {
    display: grid;
  }
  .vev #e24zgcqR1hR {
    margin: 18px 0 0 0.31%;
    width: 108.75%;
    height: 246px;
  }
  .vev #e28HHEt0fQ- {
    width: 86.88%;
    margin: 84px 0.31% 0 0;
    height: 150px;
  }
  .vev #eADqWSmTqA0 {
    width: 100%;
    margin: 51px 0 0;
    display: grid;
  }
  .vev #ePUbvh1SILE {
    min-height: 650px;
    display: grid;
  }
  .vev #eDY2ehVGs6b {
    margin: 95px 0 0 2.5%;
    width: 40%;
    height: 108px;
  }
  .vev #enYKwaoT-IQ {
    width: 35%;
    margin: 109px 0 0 2.5%;
  }
  .vev #e-vmAwN1u-Gc p,
  .vev #e8RBUit8_Gcc p,
  .vev #eEr0E3bPaa6c p,
  .vev #eYjHr5xLAB9c p {
    text-align: center;
  }
  .vev #e8RBUit8_Gc {
    width: 50.31%;
    margin: 400px 0 0;
    height: 97px;
    display: none;
  }
  .vev #eELKSBnnBNYc {
    padding: 0;
  }
  .vev #eELKSBnnBNY {
    width: 92px;
    height: auto;
    margin: 306px 21.72% 0 0;
    aspect-ratio: auto;
    max-height: 100%;
    --ratio: 100%;
  }
  .vev #ev-QTs6r9WJ {
    margin: -1px 0 0;
    width: 92px;
    height: 89px;
  }
  .vev #eAy5VnDpW87,
  .vev #ehkFXvfdM6S {
    margin: 9px 2.17% 0 0;
    width: 42px;
    height: 70px;
    aspect-ratio: auto;
    display: grid;
    --ratio: 100%;
  }
  .vev #e-vmAwN1u-G {
    width: 48.75%;
    margin: 353px 0 0 0.31%;
    height: 76px;
  }
  .vev #eTa8eIW-_1M {
    margin: 260px 0 0 18.28%;
    place-self: start start;
  }
  .vev #eTa8eIW-_1M,
  .vev #ejIeHX6A8AO {
    width: 92px;
    height: 92px;
  }
  .vev #eQGaB2pNUJ1 {
    margin: 20px 0 0 4.35%;
    width: 43px;
    height: 54px;
    display: grid;
  }
  .vev #eYjHr5xLAB9 {
    width: 54.37%;
    margin: 353px 0 0 0.31%;
    height: 95px;
  }
  .vev #eEV7QUfK3Ze {
    width: 92px;
    height: 92px;
    margin: 209.5px 21.72% 0 0;
    place-self: start end;
    display: grid;
  }
  .vev #ei1o2niEQlp {
    margin: -6px 0 0;
    width: 92px;
    height: 90px;
    place-self: start end;
  }
  .vev #eQaJ38sFVQD {
    margin: 35px 9.78% 0 21.74%;
    width: 41.989663024869735px;
    height: 41px;
  }
  .vev #e7_oZQHEt_w {
    margin: 4px 15.19% 0 0;
    width: 25.99360092015745px;
    height: 53px;
  }
  .vev #eEr0E3bPaa6 {
    width: 61.25%;
    margin: 353px 0 0 0.31%;
    height: 78px;
    display: none;
  }
  .vev #e-B-_xzJnre,
  .vev #ehRjY6CpiZp {
    width: 92px;
    height: 92px;
    margin: 157px 0 0 17.97%;
  }
  .vev #ehRjY6CpiZp {
    margin: 0 0 0 2.17%;
  }
  .vev #eldtzKb43CO {
    margin: 23.2px 16.96% 0 0;
    width: 59.78%;
    height: 64px;
  }
  .vev #eC-vR4AphnC {
    width: 100%;
    margin: 51px 0 0;
    display: grid;
  }
  .vev #eKr99qcGh8yc .contents,
  .vev #ecQeGd0KHiUc .contents,
  .vev #esqhGmLNJj7c .contents {
    background-position: 72.39999999999999% 54%;
    background: var(--b-ye8L5qD0r_) no-repeat 50% 50% / cover;
  }
  .vev #eKr99qcGh8y {
    min-height: 350px;
    display: grid;
  }
  .vev #ehbbyxkEeqR {
    margin: 0 -11.25% 0 0;
    width: 79.06%;
    height: 125px;
  }
  .vev #e3eHgHIjCNtc p,
  .vev #e4TShHJLB4Bc p,
  .vev #egOJBP-WWnfc p {
    line-height: 21px;
    color: #fff;
  }
  .vev #egOJBP-WWnf {
    width: 45.94%;
    margin: 14.3px 7.19% 0 0;
    height: 27px;
  }
  .vev #eOo5nBMZ-mFc {
    padding: 0;
  }
  .vev #e9KrKhPXWn1c h2,
  .vev #eOo5nBMZ-mFc h2,
  .vev #erb4lNVseQbc h2,
  .vev #etdEIPgIDbUc h2 {
    font-size: 50px;
    text-align: left;
  }
  .vev #eOo5nBMZ-mFc h5 {
    line-height: 18px;
  }
  .vev #eOo5nBMZ-mF {
    width: 39.69%;
    margin: 98px 0 0 -0.47%;
    height: 147px;
  }
  .vev #eTtfe114Jcic {
    border-radius: 12px 12px 0;
  }
  .vev #eTtfe114Jci {
    margin: 57.3px 0 0 0.63%;
    width: 120px;
    height: 30px;
  }
  .vev #e9KrKhPXWn1c {
    padding: 0;
  }
  .vev #e9KrKhPXWn1c h5 {
    font-size: 12px;
  }
  .vev #e9KrKhPXWn1 {
    width: 34.06%;
    margin: 54.3px 0 0 3.13%;
  }
  .vev #eQgqjeSYOk- {
    margin: 71.8px 0 0;
    width: 58.44%;
    height: 188px;
  }
  .vev #ecQeGd0KHiU {
    min-height: 500px;
  }
  .vev #el_mpbaq0JH {
    margin: 18px 0 0 0.31%;
    width: 108.75%;
    height: 377px;
  }
  .vev #eDk04oKDQFx {
    width: 97.81%;
    margin: 84px 0 0;
    height: 311px;
  }
  .vev #eYTh6V4lw4Q {
    width: 99.84%;
    margin: 44px 0 0;
    height: 45px;
  }
  .vev #esqhGmLNJj7 {
    min-height: 420px;
  }
  .vev #eA63RMOEA4N,
  .vev #eJTijFdcDd- {
    place-self: start center;
  }
  .vev #eJTijFdcDd- {
    margin: 46.8px 2.19% 0 0;
    width: 160px;
    height: 160px;
  }
  .vev #eA63RMOEA4N {
    margin: 33.8px 2.19% 0 0;
    width: 182px;
    height: 183px;
  }
  .vev #etdEIPgIDbUc {
    padding: 0;
  }
  .vev #etdEIPgIDbUc h5 {
    color: #d5c297;
    line-height: 18px;
  }
  .vev #etdEIPgIDbU {
    width: 70.63%;
    margin: 213px 0.31% 0 0;
    height: 94px;
    place-self: start center;
  }
  .vev #eBKcqu0NGOKc {
    border-radius: 12px 12px 0;
  }
  .vev #eBKcqu0NGOK {
    margin: 3px 2.81% 0 0;
    width: 120px;
    height: 30px;
    place-self: start center;
  }
  .vev #erb4lNVseQbc {
    padding: 0;
  }
  .vev #e3eHgHIjCNtc li,
  .vev #e3fd0VH4STWc li,
  .vev #e4TShHJLB4Bc li,
  .vev #eFLvbyvH6aRc li,
  .vev #erb4lNVseQbc h5,
  .vev #et6FJreyaXWc li,
  .vev #eweKe0Tv1stc li {
    font-size: 12px;
  }
  .vev #erb4lNVseQb {
    width: 34.06%;
    margin: 0 1.25% 0 0;
    place-self: start center;
  }
  .vev #ehDKCe6AgVUc h2 {
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    font-family: "Averia Serif Libre";
  }
  .vev #ehDKCe6AgVU {
    width: 80.31%;
    height: 72px;
  }
  .vev #eoRF851wttCc .bottom .link {
    padding: 2px 0;
  }
  .vev #eoRF851wttC {
    margin: 210px 1.25% 0 0;
    width: 84.06%;
    height: 237px;
  }
  .vev #eAo_HAh4tPLc .contents {
    background: var(--b-UIUpJw5tB6) 50% 50% / cover;
  }
  .vev #eAo_HAh4tPL {
    min-height: 700px;
  }
  .vev #ewAr8rMFUEs {
    margin: 103px 0 0 6.56%;
    width: 79.06%;
    height: 125px;
  }
  .vev #e3eHgHIjCNtc h5 {
    line-height: 15px;
    font-size: 12px;
  }
  .vev #e3eHgHIjCNt {
    width: 35%;
    margin: 128px 0 0 2.5%;
  }
  .vev #eXpvUzYDqQn {
    width: 74.38%;
    margin: 495.7px 0.31% 0 0;
    height: 182px;
    display: none;
  }
  .vev #etAtidFyRuq {
    width: 47.19%;
    margin: 377px -1.25% 0 0;
    aspect-ratio: 1.115;
    --ratio: 89.69%;
  }
  .vev #e2nzCIuEjTE {
    width: 114px;
    height: 114px;
    place-self: start start;
  }
  .vev #eFVj0wxPvAD,
  .vev #eRWan6YkTg8 {
    margin: 17px 0 0 11.23%;
    width: 81px;
    height: 81px;
    place-self: start start;
  }
  .vev #exUXID4DhDG {
    width: 89.38%;
    margin: 495.7px 0.31% 0 0;
    height: 112px;
  }
  .vev #e2zuQL36Nk0 {
    width: 41.88%;
    height: 133px;
    margin: 316px 0 0 18.75%;
    place-self: start start;
  }
  .vev #edoHd0Sj4U0 {
    margin: -7px 6.41% 0 0;
    width: 130px;
    height: 130px;
    place-self: start center;
  }
  .vev #eHlA_FTSyQi {
    margin: 11px 11.19% 0 0;
    width: 93px;
    height: 93px;
  }
  .vev #eq1ujKdqKko {
    width: 74.38%;
    margin: 495.7px 0.31% 0 0;
    height: 82px;
  }
  .vev #e0G8Or-U4X_ {
    width: 47.19%;
    margin: 242px -0.31% 0 0;
    place-self: start end;
    aspect-ratio: 1.115;
    --ratio: 89.69%;
  }
  .vev #eieCHsL8bJL {
    width: 114px;
    height: 114px;
    place-self: start start;
  }
  .vev #eGKtleiFryN,
  .vev #ent-cAK4aWr {
    margin: 17px 0 0 11.23%;
    width: 81px;
    height: 81px;
    place-self: start start;
  }
  .vev #eC2hczBro-R {
    width: 74.38%;
    margin: 495.7px 0.31% 0 0;
    height: 121.99999999999999px;
    display: grid;
  }
  .vev #eq_ogvzJtkD {
    width: 36.88%;
    height: 116px;
    margin: 173px 11.88% 0 0;
    place-self: start center;
  }
  .vev #eN4M-QTIRU- {
    margin: 13px 0 0;
    width: 92px;
    height: 92px;
  }
  .vev #enLLSO2D79V {
    margin: 13px 1.69% 0 0;
    width: 82px;
    height: 85px;
  }
  .vev #eOJVvv4fmdN {
    width: 100%;
    margin: 70px 0 0;
    display: grid;
  }
  .vev #e6layDOF2YEc .contents {
    background-position: 72.39999999999999% 54%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, transparent 100%),
      linear-gradient(transparent 0% 100%),
      var(--b-E_PyGiMkYM) no-repeat 50% 50% / cover;
  }
  .vev #e6layDOF2YE {
    min-height: 300px;
  }
  .vev #ek66hzhlyV- {
    width: 55.85%;
    height: 179px;
    margin: 28px 0.46% 0 0;
  }
  .vev #ebnR3k6CcYb {
    margin: 40px 2.23% 0 0;
    width: 83.8%;
    height: 152px;
    place-self: start end;
  }
  .vev #ei_vvQ8AWFg {
    margin: 4px -5.59% 0 0;
    width: 159px;
    height: 160px;
  }
  .vev #ef0PgDcm1-Z {
    width: 53.67%;
    height: 173px;
    margin: 39px -5.47% 0 0;
    transform: rotate(22deg);
  }
  .vev #eZj0ESEbOBY {
    margin: 78px 0 0 0.58%;
    width: 147px;
    height: 142px;
    transform: rotate(-22deg);
  }
  .vev #ebJaqqAD5z5 {
    width: 41.56%;
    height: 146px;
    margin: 61px 0 0 6.41%;
  }
  .vev #e4TShHJLB4Bc h5 {
    line-height: 15px;
    font-size: 25px;
  }
  .vev #e4TShHJLB4Bc {
    padding: 0;
  }
  .vev #e4TShHJLB4B {
    width: 33.83%;
    margin: 45px 0 0;
  }
  .vev #eAYaYsTCefBc p {
    font-size: 35px;
  }
  .vev #eAYaYsTCefB {
    margin: 29px -27.07% 0 0;
    width: 118.8%;
    height: 73px;
    place-self: start end;
  }
  .vev #e3eHgHIjCNtc h2,
  .vev #e4TShHJLB4Bc h2,
  .vev #eFLvbyvH6aRc h2 {
    text-align: left;
    font-size: 50px;
    line-height: 32px;
  }
  .vev #eFLvbyvH6aRc h5 {
    line-height: 15px;
    font-size: 13px;
  }
  .vev #eFLvbyvH6aRc {
    padding: 0;
  }
  .vev #eFLvbyvH6aRc p {
    line-height: 21px;
    color: #fff;
  }
  .vev #eFLvbyvH6aR {
    width: 125.56%;
    margin: 0 0 0 -13.53%;
  }
  .vev #eFs741IO5_8c .overlay {
    background: linear-gradient(transparent 2%, rgba(0, 0, 0, 0.5) 99%);
  }
  .vev #eFs741IO5_8 {
    min-height: 100vh;
  }
  .vev #eFs741IO5_8 .__sc {
    margin: 1px 0 0;
  }
  .vev #ec2uTf54Aprc h2 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0;
  }
  .vev #ec2uTf54Aprc h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 900;
    font-style: inherit;
    letter-spacing: 0;
  }
  .vev #ec2uTf54Apr {
    width: 81.25%;
    margin: 144px 0 0 2.5%;
    height: 326px;
  }
  .vev #e3fd0VH4STWc h3,
  .vev div .pdh3LaF89nc h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .vev #e3fd0VH4STWc h2 {
    color: #fff;
    font-size: 32px;
    line-height: 25px;
  }
  .vev #e3fd0VH4STWc h5 {
    line-height: 15px;
    font-size: 12px;
  }
  .vev #e3fd0VH4STWc,
  .vev div .pdh3LaF89nc {
    font-size: 16px;
    line-height: 22px;
  }
  .vev #e3fd0VH4STWc em,
  .vev #e3fd0VH4STWc p,
  .vev #e3fd0VH4STWc strong,
  .vev #e3fd0VH4STWc sub,
  .vev #e3fd0VH4STWc td,
  .vev #e3fd0VH4STWc th,
  .vev div .pdh3LaF89nc a,
  .vev div .pdh3LaF89nc em,
  .vev div .pdh3LaF89nc p,
  .vev div .pdh3LaF89nc strong,
  .vev div .pdh3LaF89nc sub,
  .vev div .pdh3LaF89nc td,
  .vev div .pdh3LaF89nc th {
    font-size: 16px;
  }
  .vev #e3fd0VH4STWc span.dropcap,
  .vev div .pdh3LaF89nc span.dropcap {
    font-size: 22px;
  }
  .vev #e3fd0VH4STW {
    width: 322px;
    margin: 297px -0.62% 0 0;
    place-self: start end;
  }
  .vev #eav7VK49DMdc .contents {
    background-position: 72.39999999999999% 54%;
    background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%),
      var(--b-oSNSBYlVgG) no-repeat 50% 50% / cover;
  }
  .vev #eav7VK49DMd {
    min-height: 450px;
  }
  .vev #eMU_NgXcjK5c {
    background: radial-gradient(
      rgba(12, 0, 0, 0.9) 0,
      rgba(255, 255, 255, 0) 98%
    );
  }
  .vev #eMU_NgXcjK5 {
    margin: 56px 0.94% 0 0;
    width: 112.5%;
    height: 380px;
    display: grid;
  }
  .vev #e3MVuvW2SUnc h2,
  .vev #eFc72s9VSbOc h2 {
    font-size: 23px;
  }
  .vev #e3MVuvW2SUn {
    width: 88.13%;
    height: 289px;
    margin: 100px 0.31% 0 0;
  }
  .vev #ewBnOhX1GU9c .contents {
    background-position: 72.39999999999999% 54%;
    background: var(--b-oSNSBYlVgG) no-repeat 50% 50% / cover;
  }
  .vev #ewBnOhX1GU9 {
    min-height: 500px;
  }
  .vev #e0PkK255Z7sc {
    background: radial-gradient(
      rgba(12, 0, 0, 0.9) 0,
      rgba(255, 255, 255, 0) 98%
    );
  }
  .vev #e0PkK255Z7s {
    margin: -39px 0 0 0.63%;
    width: 114.06%;
    height: 404px;
    display: grid;
  }
  .vev #eFc72s9VSbO {
    width: 91.88%;
    height: 353px;
  }
  .vev #evRhbR1ZzxGc .contents {
    background-position: 72.39999999999999% 54%;
    background: var(--b-TF8PRdN4Il) no-repeat 50% 50% / cover;
  }
  .vev #evRhbR1ZzxG {
    min-height: 440px;
    display: none;
  }
  .vev #eCwhlDv316Z {
    margin: 96.5px 4.22% 0 0;
    width: 50.31%;
    height: 161px;
  }
  .vev #e7zQVfpqJdB {
    margin: 9.2px -8.59% 0 0;
    width: 70.94%;
    height: 294px;
    aspect-ratio: auto;
    display: grid;
    --ratio: 100%;
  }
  .vev #elWGbNSE0Er {
    margin: 318.5px -14.22% 0 0;
    width: 40.94%;
    height: 125px;
  }
  .vev #ePewMVbuQK8c h3,
  .vev #et6FJreyaXWc h3,
  .vev #eweKe0Tv1stc h3,
  .vev #ey1Rr-83Z7tc h3 {
    line-height: 25px;
  }
  .vev #et6FJreyaXWc h2 {
    text-align: left;
    font-size: 50px;
    line-height: 32px;
  }
  .vev #et6FJreyaXWc h5 {
    line-height: 18px;
  }
  .vev #et6FJreyaXWc {
    padding: 0;
  }
  .vev #et6FJreyaXWc p,
  .vev #eweKe0Tv1stc p {
    line-height: 21px;
    color: #fff;
  }
  .vev #ePewMVbuQK8c span.dropcap,
  .vev #et6FJreyaXWc span.dropcap,
  .vev #eweKe0Tv1stc span.dropcap,
  .vev #ey1Rr-83Z7tc span.dropcap {
    font-size: 20px;
  }
  .vev #et6FJreyaXW {
    width: 39.06%;
    margin: 100px 0 0 1.09%;
    height: 135px;
  }
  .vev #eweKe0Tv1stc h2 {
    line-height: 32px;
  }
  .vev #eweKe0Tv1stc h5 {
    line-height: 15px;
    font-size: 12px;
  }
  .vev #eweKe0Tv1st {
    width: 35%;
    margin: 243.8px 0 0 4.38%;
    place-self: start start;
  }
  .vev #ebIoXYikN65c {
    border-radius: 12px 12px 0;
  }
  .vev #ebIoXYikN65 {
    margin: 57px 0.31% 0 2.34%;
    width: 120px;
    height: 30px;
  }
  .vev #emoDdtIaUUKc {
    padding: 0;
  }
  .vev #emoDdtIaUUKc h2,
  .vev #eweKe0Tv1stc h2 {
    font-size: 50px;
    text-align: left;
  }
  .vev #emoDdtIaUUKc h5,
  .vev #ey1Rr-83Z7tc li {
    font-size: 12px;
  }
  .vev #emoDdtIaUUK {
    width: 34.06%;
    margin: 54px 0 0 4.53%;
  }
  .vev #e7ikmsbg2YYc .contents {
    background-position: 72.39999999999999% 54%;
    background: var(--b-oSNSBYlVgG) no-repeat 50% 50% / cover;
  }
  .vev #e7ikmsbg2YY {
    min-height: 550px;
  }
  .vev #emJRqS9kwdEc {
    background: radial-gradient(
      rgba(12, 0, 0, 0.9) 0,
      rgba(255, 255, 255, 0) 98%
    );
  }
  .vev #emJRqS9kwdE {
    margin: -11px 0.31% 0 0;
    width: 99.38%;
    height: 473px;
    display: grid;
  }
  .vev #eimnQBVTAWn {
    margin: 68px 0 0 0.63%;
    width: 85.31%;
  }
  .vev #eEXPfCvxv1t {
    margin: 24px 0 0;
    width: 66.67%;
    height: 184px;
  }
  .vev #eAUh0UTYS0dc p,
  .vev #eB5ytf-uIaVc p,
  .vev #eBboI92ltVGc p,
  .vev #eJvtLjYaE8Fc p,
  .vev #eKdw7rn4FX6c p,
  .vev #edDeDxCJVScc p,
  .vev #eiLXMPOJsIrc p,
  .vev #eihGejV8Y2Hc p,
  .vev #ek9Fbc3rEwRc p {
    text-align: center;
  }
  .vev #eiLXMPOJsIr,
  .vev #eihGejV8Y2H {
    width: 86.9%;
    margin: 239px 0 0 7.93%;
    height: 125px;
    place-self: start start;
    display: grid;
  }
  .vev #eihGejV8Y2H {
    margin: 212.99999999999997px 0 0 7.93%;
    height: 29px;
  }
  .vev #e45wQP2Ue6U,
  .vev #ewL5QsTlQfp {
    margin: 354px 0 0 32.97%;
    width: 4.4%;
    height: 12px;
  }
  .vev #ewL5QsTlQfp {
    margin: 354px 10.62% 0 0;
  }
  .vev #eITKT3r243J,
  .vev #eNpluX4U8Jp {
    margin: 354px 0 0 8.42%;
    width: 4.4%;
    height: 12px;
  }
  .vev #eNpluX4U8Jp {
    margin: 354px 34.07% 0 0;
  }
  .vev #eKdw7rn4FX6 {
    width: 85.35%;
    margin: 239px 0 0;
    height: 125px;
  }
  .vev #eB5ytf-uIaV {
    width: 86.9%;
    margin: 212.99999999999997px 0 0 7.93%;
    height: 29px;
    place-self: start start;
  }
  .vev #eWjNr2GwOGj {
    margin: 24px 0 0;
    width: 66.67%;
    height: 184px;
  }
  .vev #eo-pqeHRggh {
    margin: 354px 0 0 32.97%;
    width: 4.4%;
    height: 12px;
  }
  .vev #ex_ouPUnYXY {
    margin: 354px 10.62% 0 0;
  }
  .vev #eawWuLmOvtI,
  .vev #ekmVzGOdKeE,
  .vev #ex_ouPUnYXY {
    width: 4.4%;
    height: 12px;
  }
  .vev #ekmVzGOdKeE {
    margin: 354px 0 0 8.42%;
  }
  .vev #eawWuLmOvtI {
    margin: 354px 34.07% 0 0;
  }
  .vev #eBboI92ltVG {
    width: 94.51%;
    margin: 239px 0 0;
    height: 125px;
  }
  .vev #ek9Fbc3rEwR {
    width: 86.9%;
    margin: 212.99999999999997px 0 0 7.93%;
    height: 29px;
    place-self: start start;
  }
  .vev #eVrEjMjpEKn {
    margin: 24px 0 0;
    width: 66.67%;
    height: 184px;
  }
  .vev #equWiAWSrw8,
  .vev #etMIcktPvRd {
    width: 4.4%;
    height: 12px;
  }
  .vev #etMIcktPvRd {
    margin: 354px 0 0 32.97%;
  }
  .vev #equWiAWSrw8 {
    margin: 354px 10.62% 0 0;
  }
  .vev #em2qIFewXkZ,
  .vev #exmFt-C8q-r {
    margin: 354px 0 0 8.42%;
    width: 4.4%;
    height: 12px;
  }
  .vev #exmFt-C8q-r {
    margin: 354px 34.07% 0 0;
  }
  .vev #eAUh0UTYS0d {
    width: 93.77%;
    margin: 239px 0 0;
    height: 94px;
  }
  .vev #edDeDxCJVSc {
    width: 86.9%;
    margin: 212.99999999999997px 0 0 7.93%;
    height: 29px;
    place-self: start start;
  }
  .vev #eACqmyQKbqQ {
    margin: 24px 0 0;
    width: 66.67%;
    height: 184px;
  }
  .vev #eWIxUy_RZ3i,
  .vev #edWWQ31sJpU {
    margin: 354px 0 0 32.97%;
    width: 4.4%;
    height: 12px;
  }
  .vev #edWWQ31sJpU {
    margin: 354px 10.62% 0 0;
  }
  .vev #e8gmMoEPMfw,
  .vev #emahTuFXI5M {
    margin: 354px 0 0 8.42%;
    width: 4.4%;
    height: 12px;
  }
  .vev #emahTuFXI5M {
    margin: 354px 34.07% 0 0;
  }
  .vev #eJvtLjYaE8F {
    width: 86.88%;
    margin: -16px 0 0 7.97%;
    height: 29.000000000000004px;
    place-self: start start;
  }
  .vev #ey1Rr-83Z7tc h2 {
    line-height: 32px;
  }
  .vev #ey1Rr-83Z7tc h5 {
    line-height: 15px;
    font-size: 12px;
  }
  .vev #ePewMVbuQK8c p,
  .vev #ey1Rr-83Z7tc p {
    line-height: 21px;
    color: #fff;
  }
  .vev #ey1Rr-83Z7t {
    width: 58.12%;
    margin: 34px 0 0 0.31%;
    height: 58.00000000000001px;
  }
  .vev #eLqW_1_SErk {
    margin: 12px 0 0 6.25%;
    width: 79.06%;
    height: 125px;
  }
  .vev #eS3PN7p_mQw {
    margin: 34px 0 0 3.28%;
    width: 76.41%;
    height: 414px;
  }
  .vev #e0OI-1s0tM_c .contents {
    background: var(--b-oSNSBYlVgG) 50% 50% / cover;
  }
  .vev #e0OI-1s0tM_ {
    display: grid;
  }
  .vev #ehsQjBUVTl6 {
    margin: 18px 0 0 0.31%;
    width: 108.75%;
    height: 310px;
  }
  .vev #eHa6p41E5hz {
    width: 85%;
    margin: 84px 0 0 0.31%;
    height: 212px;
  }
  .vev #eSeS52CZpuJ {
    width: 100%;
    margin: 51px 0 0;
    display: grid;
  }
  .vev #efmYaWnRgOQc .contents {
    background-position: 72.39999999999999% 54%;
    background: var(--b-oSNSBYlVgG) no-repeat 50% 50% / cover;
  }
  .vev #efmYaWnRgOQ {
    min-height: 350px;
    display: grid;
  }
  .vev #egmiFwTqd4x {
    margin: 39.3px 0 0 -4.37%;
    width: 108.75%;
    height: 281px;
    place-self: start start;
  }
  .vev #eYo21I8-iStc {
    padding: 0;
  }
  .vev #eYo21I8-iStc h2,
  .vev #ed1i_txarsHc h2,
  .vev #ey1Rr-83Z7tc h2 {
    font-size: 50px;
    text-align: left;
  }
  .vev #eYo21I8-iStc h5 {
    line-height: 18px;
  }
  .vev #eYo21I8-iSt {
    width: 44.38%;
    margin: 148px 0 0 1.41%;
    height: 103px;
  }
  .vev #ei4DxMzxYTac {
    border-radius: 12px 12px 0;
  }
  .vev #ei4DxMzxYTa {
    margin: 105px 0 0 4.84%;
    width: 120px;
    height: 29.999999999999996px;
  }
  .vev #ed1i_txarsHc {
    padding: 0;
  }
  .vev #ePewMVbuQK8c li,
  .vev #ed1i_txarsHc h5 {
    font-size: 12px;
  }
  .vev #ed1i_txarsH {
    width: 34.06%;
    margin: 102px 0 0 7.03%;
    height: 29.999999999999996px;
  }
  .vev #exIFrwCB_OC {
    width: 55.94%;
    height: 179px;
    margin: 100.5px 3.13% 0 1.56%;
  }
  .vev #eJPFsFcrxQ4 {
    margin: 0 0 0 11.17%;
    width: 80.45%;
    height: 143.99998412722167px;
  }
  .vev #e2CyIATKWrQ {
    margin: 98px 0 0 4.47%;
    width: 140px;
    height: 141px;
  }
  .vev #eU5sG2w3wBEc .contents {
    background: var(--b-oSNSBYlVgG) 50% 50% / cover;
  }
  .vev #eU5sG2w3wBE {
    min-height: 550px;
    display: grid;
  }
  .vev #e5zBzhGfQZY {
    margin: 95px 0 0 2.5%;
    width: 40%;
    height: 108px;
  }
  .vev #ePewMVbuQK8c h2 {
    line-height: 32px;
  }
  .vev #ePewMVbuQK8c h5,
  .vev div .pdh3LaF89nc h5 {
    line-height: 15px;
    font-size: 12px;
  }
  .vev #ePewMVbuQK8 {
    width: 35%;
    margin: 109px 0 0 2.5%;
  }
  .vev #e5yMXGoppYQc p,
  .vev #e87yyYGph-yc p,
  .vev #eFKnPBbJFQlc p,
  .vev #eUWh-kMYESnc p {
    text-align: center;
  }
  .vev #e87yyYGph-y {
    width: 60.62%;
    margin: 397px 0 0 0.31%;
    height: 102px;
  }
  .vev #eqrlnlg9bU5c {
    padding: 0;
  }
  .vev #eqrlnlg9bU5 {
    width: 92px;
    height: auto;
    margin: 310px 21.41% 0 0;
    aspect-ratio: auto;
    max-height: 100%;
    --ratio: 100%;
  }
  .vev #egHoblc-tYS {
    margin: -1px 0 0;
    width: 92px;
    height: 89px;
  }
  .vev #e00HHzy5_-a {
    margin: 19px 2.17% 0 0;
    width: 30px;
    height: 35px;
    display: grid;
  }
  .vev #eFLtH681vdw,
  .vev #eXM3VPdQh-G {
    width: 37px;
    height: 45px;
    display: grid;
  }
  .vev #eXM3VPdQh-G {
    margin: 28px 6.52% 0 4.35%;
  }
  .vev #eFLtH681vdw {
    margin: 28px 4.35% 0 0;
  }
  .vev #eUWh-kMYESn {
    width: 57.19%;
    margin: 397px 0 0;
    height: 76px;
  }
  .vev #eFo-nwnsO2c {
    width: 92px;
    margin: 254px 0 0 18.28%;
    place-self: start start;
  }
  .vev #eS80YHRfGE4 {
    margin: 1px 0 0 1.09%;
    width: 92px;
    height: 91px;
  }
  .vev #eYtV4yUjDUr {
    width: 69.57%;
    place-self: start center;
    margin: 30px 0 0 4.35%;
  }
  .vev #e39mGSspP6m,
  .vev #eX64yhIAN50 {
    margin: 0 1.56% 0 0;
    width: 65px;
    height: 35px;
    place-self: start center;
  }
  .vev #e5yMXGoppYQ {
    width: 62.19%;
    margin: 397px 0 0;
    height: 104px;
  }
  .vev #eBfqY-t1rr7 {
    width: 92px;
    height: 92px;
    margin: 207px 21.72% 0 0;
    place-self: start end;
    display: grid;
  }
  .vev #elqR3RLGAmr {
    margin: 1px 0.54% 0 0;
    width: 92px;
    height: 90px;
    place-self: start end;
  }
  .vev #eGrslM7NwVa {
    margin: 17px 0 0 2.17%;
    width: 53px;
    height: 59px;
  }
  .vev #eFKnPBbJFQl {
    width: 50.31%;
    margin: 397px 0 0;
    height: 90px;
    display: none;
  }
  .vev #eJ88abkdl9W,
  .vev #egLnWFzHBS_ {
    width: 92px;
    height: 92px;
  }
  .vev #egLnWFzHBS_ {
    margin: 154px 0 0 17.97%;
  }
  .vev #eJ88abkdl9W {
    margin: 0 0 0 1.09%;
  }
  .vev #e72fH_dipBLc img {
    object-position: 64% 87%;
  }
  .vev #e72fH_dipBL {
    margin: 19px 0 0;
    width: 26px;
    height: auto;
    max-height: 100%;
  }
  .vev #eA7KiH5V-b0 {
    margin: 49px 0 0 15.76%;
    width: 32px;
    height: 29px;
  }
  .vev #eJ1kmG2J7Az {
    margin: 63px 28.26% 0 15.76%;
    width: 14px;
    height: 12px;
  }
  .vev #e6YXt9aP0bd {
    margin: 13.8px 0 0 15.76%;
    width: 23px;
    height: 23px;
  }
  .vev #e7JxDEzVYUE {
    width: 100%;
    margin: 51px 0 0;
    display: grid;
  }
  .vev #eBaC-CjP1CIc .contents,
  .vev #eTAcSbNXbAxc .contents,
  .vev #e_8cHS-bcN3c .contents {
    background-position: 72.39999999999999% 54%;
    background: var(--b-oSNSBYlVgG) no-repeat 50% 50% / cover;
  }
  .vev #eTAcSbNXbAx {
    min-height: 400px;
    display: grid;
  }
  .vev #es3zF1m05N7 {
    margin: 42px 0 0 -4.37%;
    width: 108.75%;
    height: 276px;
    place-self: start start;
  }
  .vev #ehulzm76nJ2c {
    padding: 0;
  }
  .vev #e2CYdnQZSbSc h2,
  .vev #eIM3UaAoBxKc h2,
  .vev #ePewMVbuQK8c h2,
  .vev #ehulzm76nJ2c h2,
  .vev #em-YDaqZUMPc h2 {
    font-size: 50px;
    text-align: left;
  }
  .vev #ehulzm76nJ2c h5 {
    line-height: 18px;
  }
  .vev #ehulzm76nJ2 {
    width: 44.38%;
    margin: 140px 0 0 1.41%;
    height: 121.00000000000001px;
  }
  .vev #eap_qoKLNItc {
    border-radius: 12px 12px 0;
  }
  .vev #eap_qoKLNIt {
    margin: 97px 0 0 4.84%;
    width: 120px;
    height: 30px;
  }
  .vev #eIM3UaAoBxKc {
    padding: 0;
  }
  .vev #eIM3UaAoBxKc h5 {
    font-size: 12px;
  }
  .vev #eIM3UaAoBxK {
    width: 34.06%;
    margin: 94px 0 0 7.03%;
  }
  .vev #eCZvnkZ8Bir {
    margin: 89px -4.84% 0 0;
    width: 182px;
    height: 183px;
  }
  .vev #e_8cHS-bcN3 {
    min-height: 500px;
  }
  .vev #eehzdCmNMjj {
    margin: 18px 0 0 -7.03%;
    width: 108.75%;
    height: 395px;
    place-self: start start;
  }
  .vev #egGPHSFwEZy {
    width: 92.34%;
    margin: 84px 0 0;
    height: 286px;
  }
  .vev #e63zFdLvSOx {
    width: 99.84%;
    margin: 44px 0 0;
    height: 45px;
  }
  .vev #eBaC-CjP1CI {
    min-height: 450px;
    display: grid;
  }
  .vev #eMfGcSff9_0 {
    margin: 51.8px 0 0 -5.16%;
    width: 108.75%;
    height: 299px;
    place-self: start start;
  }
  .vev #e2CYdnQZSbSc {
    padding: 0;
  }
  .vev #e2CYdnQZSbSc h5 {
    line-height: 18px;
  }
  .vev #e2CYdnQZSbS {
    width: 44.38%;
    margin: 148px 0 0 1.41%;
    height: 133px;
  }
  .vev #eonIxX6JXSmc {
    border-radius: 12px 12px 0;
  }
  .vev #eonIxX6JXSm {
    margin: 105px 0 0 4.84%;
    width: 120px;
    height: 29.999999999999996px;
  }
  .vev #em-YDaqZUMPc {
    padding: 0;
  }
  .vev #em-YDaqZUMPc h5,
  .vev div .pdh3LaF89nc li {
    font-size: 12px;
  }
  .vev #em-YDaqZUMP {
    width: 34.06%;
    margin: 102px 0 0 7.03%;
    height: 29.999999999999996px;
  }
  .vev #eXX21eX6rJh {
    width: 55.94%;
    height: 179px;
    margin: 100.5px 3.13% 0 1.56%;
  }
  .vev #e8USINSbSVE {
    margin: 0 0 0 11.17%;
    width: 80.45%;
    height: 143.99998412722167px;
  }
  .vev #etma5i7RBww {
    margin: 50.5px 12.85% 0 0;
    width: 101px;
    height: 105px;
  }
  .vev #edt2_PL91gj {
    margin: 298px 19.22% 0 0;
    width: 101px;
    height: 98px;
    place-self: start end;
  }
  .vev #eQJF4OL30jS {
    margin: -13.2px -9.53% 0 25.09%;
    width: 82px;
    height: 79px;
  }
  .vev #edhMcW3hrk9 {
    margin: -13px 7.81% 0 0;
    width: 84px;
    height: 80px;
    place-self: start end;
  }
  .vev #enmFPb6zENzc h2 {
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    font-family: "Averia Serif Libre";
  }
  .vev #enmFPb6zENz {
    width: 95.94%;
    height: 71px;
  }
  .vev #ePd5ucH94ZLc .bottom .link,
  .vev #eoRF851wttCc .bottom .link {
    margin: 10px 50px 0;
    font-size: 12px;
  }
  .vev #ePd5ucH94ZL {
    margin: 210px 1.25% 0 0;
    width: 84.06%;
    height: 237px;
  }
  .vev #eDc6gsHhD9U {
    min-height: 300px;
  }
  .vev #ek92W-4Ftcu {
    margin: 55px -0.16% 0 0;
    height: 173px;
  }
  .vev div .pdh3LaF89nc h3 {
    font-weight: 700;
  }
  .vev div .pdh3LaF89nc h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .vev #e2ucOqIQ0Qcc h2,
  .vev #eknrJbGA7xUc p,
  .vev #er0cw2TRKi7c a {
    font-size: 15px;
  }
  .vev #e2ucOqIQ0Qcc h3 {
    font-size: 12px;
    margin: 30px 0 15px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .vev #e2ucOqIQ0Qc {
    width: 209px;
    margin: 159px 0 0;
    height: 73px;
  }
  .vev #eknrJbGA7xU {
    margin: 233px 0 0;
    height: 43px;
  }
  .vev #eUtPs5ou0jp {
    margin: 10px 31.87% 0 0;
    width: 6.25%;
    place-self: start end;
    max-height: 100%;
  }
  .vev #evptPEHQhxFc h2 {
    font-size: 50px;
  }
  .vev #evptPEHQhxFc h4 {
    font-size: 11px;
  }
  .vev #evptPEHQhxFc h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 900;
    font-style: inherit;
    letter-spacing: 0;
  }
  .vev #evptPEHQhxFc p {
    font-size: 10px;
    color: #fff;
    text-align: right;
  }
  .vev #evptPEHQhxF {
    width: 27.19%;
    margin: 1px 10.94% 0 0;
    place-self: start center;
    height: 41px;
  }
  .vev #er0cw2TRKi7 {
    margin: 42px 0 0;
    width: 87.5%;
    height: 26px;
  }
}
@media (max-width: 1280px) {
  .vev .__vev {
    --b-UIUpJw5tB6: url(assets/48e957a4e5bde10a2491406295228eb7.jpg);
    --b-rlO0NF1mzK: url(assets/9f9613be3e3b5a3f04e00a54228ad24f.jpg);
    --b-JEvdpC3_3E: url(assets/6a9adc5c434fa56c0199dc61652f9420.png);
    --b-AHGZh3_mB9: url(assets/b8b6e97e01b4dab038c47b62caabcd66.jpg);
    --b-YnnyYkU35R: url(assets/22bb1aa3e83f2b32968b4867b372c05f.png);
    --b-zkKFp69-EE: url(assets/b5c9d9d7184c3764bf267546f43eaae2.png);
    --b-jNSbF7PNfq: url(assets/be9913b1be339bc680fdd88f11fdad3f.jpg);
    --b-dkJ00EwBQo: url(assets/2f04e95830e2cc0e118e767aa73d5543.jpg);
    --b-ye8L5qD0r_: url(assets/262de32c769c23484d3fa8c466c1b4b9.jpg);
    --b-IeDvMbAV0e: url(assets/98b56887abf9c897d3c1b6841e6db3dc.jpg);
    --b-cCIDYXSHlJ: url(assets/eae604babd6bcf9fe5d1d14f15492a69.jpg);
    --b-E_PyGiMkYM: url(assets/13d2ca6d12f5bfbb3187bcbb3750a30d.jpg);
    --b-oSNSBYlVgG: url(assets/32f523fd2d71e0c4b6b5bc2683fe8223.jpg);
    --b-8HTW4SSHSk: url(assets/094199a65bcc63632de3d00869419a2d.jpg);
    --b-bWwvjuuq3E: url(assets/60b2f06673bce79e788373aedb5498a2.jpg);
    --b-3JyA2zSOjt: url(assets/3d896207ee842d54c651a69411c132a9.jpg);
    --b-b8h3K08JKJ: url(assets/9d52d0233b37ceab22291939e900b3ef.jpg);
    --b-TF8PRdN4Il: url(assets/5737771430bcdcc014ca0a4b25703d3d.jpg);
  }
}
@media (max-width: 1920px) and (min-width: 1281px) {
  .vev .__vev {
    --b-UIUpJw5tB6: url(assets/48e957a4e5bde10a2491406295228eb7.jpg);
    --b-rlO0NF1mzK: url(assets/9f9613be3e3b5a3f04e00a54228ad24f.jpg);
    --b-JEvdpC3_3E: url(assets/6a9adc5c434fa56c0199dc61652f9420.png);
    --b-AHGZh3_mB9: url(assets/b8b6e97e01b4dab038c47b62caabcd66.jpg);
    --b-YnnyYkU35R: url(assets/22bb1aa3e83f2b32968b4867b372c05f.png);
    --b-zkKFp69-EE: url(assets/b5c9d9d7184c3764bf267546f43eaae2.png);
    --b-jNSbF7PNfq: url(assets/be9913b1be339bc680fdd88f11fdad3f.jpg);
    --b-dkJ00EwBQo: url(assets/2f04e95830e2cc0e118e767aa73d5543.jpg);
    --b-ye8L5qD0r_: url(assets/262de32c769c23484d3fa8c466c1b4b9.jpg);
    --b-IeDvMbAV0e: url(assets/98b56887abf9c897d3c1b6841e6db3dc.jpg);
    --b-cCIDYXSHlJ: url(assets/eae604babd6bcf9fe5d1d14f15492a69.jpg);
    --b-E_PyGiMkYM: url(assets/13d2ca6d12f5bfbb3187bcbb3750a30d.jpg);
    --b-oSNSBYlVgG: url(assets/32f523fd2d71e0c4b6b5bc2683fe8223.jpg);
    --b-8HTW4SSHSk: url(assets/094199a65bcc63632de3d00869419a2d.jpg);
    --b-bWwvjuuq3E: url(assets/60b2f06673bce79e788373aedb5498a2.jpg);
    --b-3JyA2zSOjt: url(assets/3d896207ee842d54c651a69411c132a9.jpg);
    --b-b8h3K08JKJ: url(assets/9d52d0233b37ceab22291939e900b3ef.jpg);
    --b-TF8PRdN4Il: url(assets/5737771430bcdcc014ca0a4b25703d3d.jpg);
  }
}
@media (min-width: 1921px) {
  .vev .__vev {
    --b-UIUpJw5tB6: url(assets/48e957a4e5bde10a2491406295228eb7.jpg);
    --b-rlO0NF1mzK: url(assets/9f9613be3e3b5a3f04e00a54228ad24f.jpg);
    --b-JEvdpC3_3E: url(assets/6a9adc5c434fa56c0199dc61652f9420.png);
    --b-AHGZh3_mB9: url(assets/b8b6e97e01b4dab038c47b62caabcd66.jpg);
    --b-YnnyYkU35R: url(assets/22bb1aa3e83f2b32968b4867b372c05f.png);
    --b-zkKFp69-EE: url(assets/b5c9d9d7184c3764bf267546f43eaae2.png);
    --b-jNSbF7PNfq: url(assets/be9913b1be339bc680fdd88f11fdad3f.jpg);
    --b-dkJ00EwBQo: url(assets/2f04e95830e2cc0e118e767aa73d5543.jpg);
    --b-ye8L5qD0r_: url(assets/262de32c769c23484d3fa8c466c1b4b9.jpg);
    --b-IeDvMbAV0e: url(assets/98b56887abf9c897d3c1b6841e6db3dc.jpg);
    --b-cCIDYXSHlJ: url(assets/eae604babd6bcf9fe5d1d14f15492a69.jpg);
    --b-E_PyGiMkYM: url(assets/13d2ca6d12f5bfbb3187bcbb3750a30d.jpg);
    --b-oSNSBYlVgG: url(assets/32f523fd2d71e0c4b6b5bc2683fe8223.jpg);
    --b-8HTW4SSHSk: url(assets/094199a65bcc63632de3d00869419a2d.jpg);
    --b-bWwvjuuq3E: url(assets/60b2f06673bce79e788373aedb5498a2.jpg);
    --b-3JyA2zSOjt: url(assets/3d896207ee842d54c651a69411c132a9.jpg);
    --b-b8h3K08JKJ: url(assets/9d52d0233b37ceab22291939e900b3ef.jpg);
    --b-TF8PRdN4Il: url(assets/5737771430bcdcc014ca0a4b25703d3d.jpg);
  }
}
@supports not (aspect-ratio: 1) {
  .vev #e07sd71NtRF::before,
  .vev #e0G8Or-U4X_::before,
  .vev #e1e2H-Wu2PD::before,
  .vev #e2CyIATKWrQ::before,
  .vev #e2nzCIuEjTE::before,
  .vev #e2zuQL36Nk0::before,
  .vev #e42I0uuHBwo::before,
  .vev #e45wQP2Ue6U::before,
  .vev #e48n1r2hmM5::before,
  .vev #e5F5DesJ-uv::before,
  .vev #e6Ce0FeHFDI::before,
  .vev #e72fH_dipBL::before,
  .vev #e7zQVfpqJdB::before,
  .vev #e8USINSbSVE::before,
  .vev #e8gmMoEPMfw::before,
  .vev #e9gmxappW5b::before,
  .vev #eAy5VnDpW87::before,
  .vev #eCwhlDv316Z::before,
  .vev #eELKSBnnBNY::before,
  .vev #eFUoW-jM9Vr::before,
  .vev #eFVj0wxPvAD::before,
  .vev #eFgvkZl7UOg::before,
  .vev #eFo-nwnsO2c::before,
  .vev #eGKtleiFryN::before,
  .vev #eHG6rfxbWOK::before,
  .vev #eHlA_FTSyQi::before,
  .vev #eI29bfJZCh5::before,
  .vev #eITKT3r243J::before,
  .vev #eIi_3lyyEJo::before,
  .vev #eJ83ccnwUDM::before,
  .vev #eJ88abkdl9W::before,
  .vev #eJ9Dt6DRexp::before,
  .vev #eJPFsFcrxQ4::before,
  .vev #eJTijFdcDd-::before,
  .vev #eN4M-QTIRU-::before,
  .vev #eNWYF84ZtZC::before,
  .vev #eNpluX4U8Jp::before,
  .vev #eNtkXcBDNww::before,
  .vev #eOsnBIm5hIN::before,
  .vev #eQJF4OL30jS::before,
  .vev #eQgqjeSYOk-::before,
  .vev #eQyt87xVT9w::before,
  .vev #eRWan6YkTg8::before,
  .vev #eS80YHRfGE4::before,
  .vev #eSNiAhjvqzg::before,
  .vev #eT4hy9b6EgY::before,
  .vev #eUtPs5ou0jp::before,
  .vev #eVKiisjTJhu::before,
  .vev #eWIxUy_RZ3i::before,
  .vev #eZHH9vLXXo9::before,
  .vev #eZj0ESEbOBY::before,
  .vev #eZrd1eUTPrV::before,
  .vev #e_9-qHu9LXN::before,
  .vev #e_jr7AWAs8c::before,
  .vev #eawWuLmOvtI::before,
  .vev #ebhJf0N5nw6::before,
  .vev #ebnR3k6CcYb::before,
  .vev #edWWQ31sJpU::before,
  .vev #edhMcW3hrk9::before,
  .vev #edoHd0Sj4U0::before,
  .vev #edt2_PL91gj::before,
  .vev #efl8MbHfzoo::before,
  .vev #egHoblc-tYS::before,
  .vev #egqswOMb56Z::before,
  .vev #egs6s-esn-k::before,
  .vev #ehRjY6CpiZp::before,
  .vev #ehkFXvfdM6S::before,
  .vev #ehoUSjAjHdF::before,
  .vev #ei1o2niEQlp::before,
  .vev #eiFFtTdDMJt::before,
  .vev #ei_vvQ8AWFg::before,
  .vev #eieCHsL8bJL::before,
  .vev #ejIeHX6A8AO::before,
  .vev #ekmVzGOdKeE::before,
  .vev #elqR3RLGAmr::before,
  .vev #em_P6S8BAEi::before,
  .vev #emahTuFXI5M::before,
  .vev #emuUqStGIZc::before,
  .vev #enLLSO2D79V::before,
  .vev #ent-cAK4aWr::before,
  .vev #eo-pqeHRggh::before,
  .vev #eoiDtFFnppM::before,
  .vev #eppDtjRXOBe::before,
  .vev #eqrkszO9JBK::before,
  .vev #eqrlnlg9bU5::before,
  .vev #equWiAWSrw8::before,
  .vev #etAtidFyRuq::before,
  .vev #etMIcktPvRd::before,
  .vev #etO_TWWI1fP::before,
  .vev #etfWjuCbt-9::before,
  .vev #etguuxQXqPn::before,
  .vev #etma5i7RBww::before,
  .vev #ev-QTs6r9WJ::before,
  .vev #evge1W9iguW::before,
  .vev #ewL5QsTlQfp::before,
  .vev #exTv1cT1feg::before,
  .vev #ex_ouPUnYXY::before,
  .vev #exmFt-C8q-r::before,
  .vev #ezLijWPIEAH::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
@supports not (aspect-ratio: 1) {
  .vev #e07sd71NtRF::before,
  .vev #e0G8Or-U4X_::before,
  .vev #e1e2H-Wu2PD::before,
  .vev #e2CyIATKWrQ::before,
  .vev #e2nzCIuEjTE::before,
  .vev #e2zuQL36Nk0::before,
  .vev #e42I0uuHBwo,
  .vev #e45wQP2Ue6U::before,
  .vev #e48n1r2hmM5::before,
  .vev #e5F5DesJ-uv::before,
  .vev #e6Ce0FeHFDI::before,
  .vev #e72fH_dipBL::before,
  .vev #e7zQVfpqJdB::before,
  .vev #e8USINSbSVE::before,
  .vev #e8gmMoEPMfw::before,
  .vev #e9gmxappW5b::before,
  .vev #eAy5VnDpW87,
  .vev #eCwhlDv316Z::before,
  .vev #eELKSBnnBNY::before,
  .vev #eFUoW-jM9Vr::before,
  .vev #eFVj0wxPvAD,
  .vev #eFgvkZl7UOg,
  .vev #eFo-nwnsO2c,
  .vev #eFo-nwnsO2c::before,
  .vev #eGKtleiFryN,
  .vev #eHG6rfxbWOK::before,
  .vev #eHlA_FTSyQi,
  .vev #eI29bfJZCh5::before,
  .vev #eITKT3r243J::before,
  .vev #eIi_3lyyEJo::before,
  .vev #eJ83ccnwUDM::before,
  .vev #eJ88abkdl9W::before,
  .vev #eJ9Dt6DRexp::before,
  .vev #eJPFsFcrxQ4::before,
  .vev #eJTijFdcDd-::before,
  .vev #eN4M-QTIRU-::before,
  .vev #eNWYF84ZtZC::before,
  .vev #eNpluX4U8Jp::before,
  .vev #eNtkXcBDNww::before,
  .vev #eOsnBIm5hIN::before,
  .vev #eQJF4OL30jS,
  .vev #eQgqjeSYOk-::before,
  .vev #eQyt87xVT9w::before,
  .vev #eRWan6YkTg8::before,
  .vev #eS80YHRfGE4::before,
  .vev #eSNiAhjvqzg::before,
  .vev #eT4hy9b6EgY::before,
  .vev #eUtPs5ou0jp::before,
  .vev #eVKiisjTJhu::before,
  .vev #eWIxUy_RZ3i::before,
  .vev #eZHH9vLXXo9,
  .vev #eZj0ESEbOBY::before,
  .vev #eZrd1eUTPrV::before,
  .vev #e_9-qHu9LXN::before,
  .vev #e_jr7AWAs8c::before,
  .vev #eawWuLmOvtI::before,
  .vev #ebhJf0N5nw6,
  .vev #ebnR3k6CcYb,
  .vev #edWWQ31sJpU::before,
  .vev #edhMcW3hrk9::before,
  .vev #edoHd0Sj4U0::before,
  .vev #edt2_PL91gj,
  .vev #efl8MbHfzoo::before,
  .vev #egHoblc-tYS::before,
  .vev #egqswOMb56Z::before,
  .vev #egs6s-esn-k::before,
  .vev #ehRjY6CpiZp::before,
  .vev #ehkFXvfdM6S::before,
  .vev #ehoUSjAjHdF::before,
  .vev #ei1o2niEQlp::before,
  .vev #eiFFtTdDMJt::before,
  .vev #ei_vvQ8AWFg::before,
  .vev #eieCHsL8bJL,
  .vev #ejIeHX6A8AO::before,
  .vev #ekmVzGOdKeE::before,
  .vev #elqR3RLGAmr::before,
  .vev #em_P6S8BAEi::before,
  .vev #emahTuFXI5M::before,
  .vev #emuUqStGIZc::before,
  .vev #enLLSO2D79V::before,
  .vev #ent-cAK4aWr::before,
  .vev #eo-pqeHRggh::before,
  .vev #eoiDtFFnppM::before,
  .vev #eppDtjRXOBe::before,
  .vev #eqrkszO9JBK,
  .vev #eqrkszO9JBK::before,
  .vev #eqrlnlg9bU5::before,
  .vev #equWiAWSrw8::before,
  .vev #etAtidFyRuq::before,
  .vev #etMIcktPvRd::before,
  .vev #etO_TWWI1fP::before,
  .vev #etfWjuCbt-9::before,
  .vev #etguuxQXqPn::before,
  .vev #etma5i7RBww::before,
  .vev #ev-QTs6r9WJ::before,
  .vev #evge1W9iguW::before,
  .vev #ewL5QsTlQfp::before,
  .vev #exTv1cT1feg::before,
  .vev #ex_ouPUnYXY::before,
  .vev #exmFt-C8q-r::before,
  .vev #ezLijWPIEAH::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
