@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Anton&family=Beth+Ellen&family=Caveat+Brush&family=Finger+Paint&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
.merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

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

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

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

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

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

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

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

.vev {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  word-spacing: 0.25;
  letter-spacing: 0;
  color: #000;
  font-family: Lato, Arial, sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  text-size-adjust: 100%;
}
.vev *,
.vev *:before,
.vev *:after {
  box-sizing: inherit;
  -webkit-print-color-adjust: exact;
}
.vev a {
  text-decoration: none;
}
.vev header,
.vev footer {
  display: inline;
}
.vev h1,
.vev h2,
.vev h3,
.vev h4,
.vev h5,
.vev h6 {
  padding: 0;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.vev h1 {
  font-size: 42px;
}
.vev h2 {
  font-size: 32px;
}
.vev h3 {
  font-size: 24px;
}
.vev h4 {
  font-size: 16px;
}
.vev h5 {
  font-size: 14px;
}
.vev ul,
.vev ol {
  padding-left: 0;
  margin: 0;
}
.vev ul ul li,
.vev ul ol li,
.vev ol ul li,
.vev ol ol li {
  margin-left: 3em;
}
.vev ul ul ul li,
.vev ul ol ol li,
.vev ol ul ul li,
.vev ol ol ol li {
  margin-left: 4.5em;
}
.vev ul ul ul ul li,
.vev ul ol ol ol li,
.vev ol ul ul ul li,
.vev ol ol ol ol li {
  margin-left: 6em;
}
.vev ul ul ul ul ul li,
.vev ul ol ol ol ol li,
.vev ol ul ul ul ul li,
.vev ol ol ol ol ol li {
  margin-left: 7.5em;
}
.vev li {
  margin-left: 1.5em;
}
.vev button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font: inherit;
}
.vev [role="button"] {
  cursor: pointer;
  user-select: none;
}
.vev [data-icon] {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
}
.vev .clickable {
  cursor: pointer;
}
.vev .__vev {
  display: grid;
  text-align: left;
}
.vev .__vev > .fixed {
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  display: grid;
  pointer-events: none;
  width: 100vw;
  height: auto;
  grid-template: 100%/100%;
  z-index: 2;
}
.vev .__pre__pc,
.vev .__pc {
  position: relative;
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vev .__pre__pc w {
  width: 100%;
  height: 100% !important;
}
.vev .__pc {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  z-index: -1;
}
.vev .__pc w {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(1px);
  width: 100vw;
  height: 100vh !important;
  animation: clipRectFix 10s linear 0s infinite alternate;
}
.vev .ie .__pc,
.vev .edge .__pc {
  z-index: 0;
  clip-path: unset;
  clip: rect(0, auto, auto, 0);
}
.vev .ie .__pc w,
.vev .edge .__pc w {
  transform: translateZ(1px);
  animation: clipRectFix 10s linear 0s infinite alternate;
}
@keyframes clipRectFix {
  0% {
    transform: translateZ(1px);
  }
  to {
    transform: translateZ(10px);
  }
}
.vev .__a {
  display: grid !important;
}
.vev .__a,
.vev .__wc {
  position: relative;
  display: grid;
  grid-template: 100%/100%;
  grid-area: 1/1;
  overflow: inherit;
  place-self: stretch stretch;
  background-color: initial;
  border: initial;
  outline: initial;
}
.vev w {
  display: block;
  position: relative;
  color: initial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  word-spacing: 0.25;
  letter-spacing: 0;
  font-style: initial;
  font-variant: initial;
  text-align: initial;
  text-decoration: initial;
  place-self: stretch stretch;
  height: auto !important;
}
.vev .__c,
.vev w,
.vev .__pc {
  grid-area: 1/1/2/2;
}
.vev vev {
  display: grid;
  height: 100px;
  width: 100px;
  transform-origin: 0 0;
  pointer-events: auto;
  grid-area: 1/1;
  grid-template: 100%/100%;
  position: relative;
}
.vev vev.__frame {
  display: block;
}
.vev vev.__frame > .__wc,
.vev vev.__frame > .__a {
  width: 100%;
  height: 100%;
}
.vev .__c {
  position: relative;
  display: grid;
  grid-template: 100%/100%;
  place-self: stretch stretch;
  place-items: start start;
}
.vev .__c:not(.__sc) {
  width: 100%;
}
.vev .__c:not(.__frame .__wc, button, a, [role="button"]) {
  pointer-events: none;
}
.vev .__sc {
  grid-template-columns: 1fr 1024px 1fr;
  max-width: 100% !important;
  width: 100% !important;
}
.vev .__sc > vev {
  z-index: 1;
  grid-area: 1/2/2/3;
}
.vev .__s.__s {
  position: relative;
  width: 100%;
}
.vev .__p {
  z-index: 0;
  position: relative;
  overflow: clip;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
@supports not (overflow: clip) {
  .vev .__p {
    overflow: hidden;
  }
}
.vev .__p.hidden {
  display: none;
}
.vev .__p.pin {
  position: absolute;
  pointer-events: auto;
  top: 0;
  left: 0;
  height: 100vh !important;
  background: var(--color-neutral-100);
}
.vev .__p.pin.front {
  z-index: 1;
}
.vev .__p.pin .pin {
  position: absolute;
  z-index: 100;
}
.vev .__err {
  width: 100%;
  height: 100%;
  background: #ff3267;
  color: #151f24;
  font-family: Courier New, Courier;
  font-size: 11px;
  overflow: auto;
}
.vev .vev-portal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  outline: none !important;
  background: none !important;
  display: block !important;
  box-shadow: none !important;
}
.vev .vev-portal > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vev .row,
.vev .column {
  -webkit-box-direction: normal;
  display: flex !important;
}
.vev .row.margin-content > *,
.vev .column.margin-content > * {
  margin: 10px;
}
.vev .row.tiny-margin-content > *,
.vev .column.tiny-margin-content > * {
  margin: 4px;
}
.vev .row.wrap,
.vev .column.wrap {
  flex-wrap: wrap;
}
.vev .row {
  flex-direction: row;
}
.vev .row.h-start {
  justify-content: flex-start;
}
.vev .row.h-center {
  justify-content: center;
}
.vev .row.h-end {
  justify-content: flex-end;
}
.vev .row.h-space {
  justify-content: space-around;
}
.vev .row.h-spread {
  justify-content: space-between;
}
.vev .row.v-start {
  align-items: flex-start;
}
.vev .row.v-center {
  align-items: center;
}
.vev .row.v-end {
  align-items: flex-end;
}
.vev .column {
  flex-direction: column;
}
.vev .column.v-start {
  justify-content: flex-start;
}
.vev .column.v-center {
  justify-content: center;
}
.vev .column.v-end {
  justify-content: flex-end;
}
.vev .column.v-space {
  justify-content: space-around;
}
.vev .column.v-spread {
  justify-content: space-between;
}
.vev .column.h-start {
  align-items: flex-start;
}
.vev .column.h-center {
  align-items: center;
}
.vev .column.h-end {
  align-items: flex-end;
}
.vev .fill {
  width: 100%;
  height: 100%;
  display: grid;
}
.vev w .fill {
  display: block;
}
.vev .padding {
  padding: 10px;
}
.vev .tiny-padding {
  padding: 4px;
}
.vev .margin {
  margin: 10px;
}
.vev .tiny-margin {
  margin: 4px;
}
.vev .__hide {
  display: none !important;
}
.vev .__show {
  display: grid !important;
}
.vev .__sticky {
  position: sticky;
}
.vev .__snap {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
@page {
  size: A4;
  margin: 0;
}
@media print {
  .vev {
    width: 1024px;
    height: auto;
  }
}

@keyframes scale {
  50% {
    transform: scale(1.2);
  }
}
.vev .w732vui6 {
  background: #fff;
}
.vev .w732vui6 .progress {
  background: #000;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s ease-out;
}
.vev .image {
  overflow: hidden;
}
.vev .image img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.vev .image img.section {
  position: absolute;
}
.vev .text h1,
.vev .text h2,
.vev .text h3,
.vev .text h4,
.vev .text h5,
.vev .text h6,
.vev .text p {
  white-space: normal;
  word-break: break-word;
}
.vev .text h1:empty::after,
.vev .text h2:empty::after,
.vev .text h3:empty::after,
.vev .text h4:empty::after,
.vev .text h5:empty::after,
.vev .text h6:empty::after,
.vev .text p:empty::after {
  content: "\00a0 ";
}
.vev .text p {
  margin: 14px 0;
}
.vev .text h1 {
  margin: 30px 0;
  font-size: 42px;
}
.vev .text h2 {
  margin: 22px 0;
  font-size: 32px;
}
.vev .text h3 {
  margin: 22px 0;
  font-size: 24px;
}
.vev .text h4,
.vev .text h5,
.vev .text h6 {
  margin: 18px 0;
  font-size: 16px;
  font-weight: 700;
}
.vev .text blockquote {
  padding: 0;
  border-left: unset;
  color: currentColor;
}
.vev .text blockquote,
.vev .text li {
  margin: 16px 40px;
  font-size: 21px;
}
.vev .text h1,
.vev .text h2,
.vev .text h3,
.vev .text strong {
  font-weight: 700;
}
.vev .text em {
  font-style: italic;
}
.vev .text ins {
  font-size: 1em;
}
.vev .text a {
  color: #009688;
  text-decoration: none;
  word-break: break-word;
  transition: all 0.2s ease-out;
}
.vev .text a:hover {
  color: #00786b;
}
.vev .text table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.vev .text td,
.vev .text th {
  border: 1px solid #333;
  padding: 10px 5px;
  word-break: normal;
}
.vev .text td {
  min-width: 42px;
}
.vev .text td h1,
.vev .text td h2,
.vev .text td h3,
.vev .text td h4,
.vev .text td h5,
.vev .text td p {
  margin: 0;
}
.vev .text th {
  background: #e91e63;
}
.vev .text hr {
  border: 0;
  background: #80cbc4;
  height: 5px;
  margin: 8px 16px;
}
.vev .text pre {
  font-family: "monospace";
  background-color: #fff;
  border-radius: 0.25em;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.45);
  line-height: 0;
  counter-reset: line;
}
.vev .text pre div,
.vev .text pre span {
  display: block;
  line-height: 1.5rem;
}
.vev .text pre div:before,
.vev .text pre span:before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 0.5em;
  margin-right: 0.5em;
  color: #888;
}
.vev .text span.dropcap {
  color: #009688;
  float: left;
  font-size: 24px;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.2em 0;
}
.vev .text code {
  font-size: 85%;
  white-space: pre-wrap;
  background-color: rgba(135, 131, 120, 0.15);
  border-radius: 3px;
  padding: 0.2em 0.4em;
  line-height: normal;
}
.vev .text sub,
.vev .text sup {
  line-height: 1;
}
.vev .label__video-scroll-form {
  outline: 0;
  margin: 0;
  padding: 0;
}
.vev .label__video-scroll-form:focus-within {
  border-color: #fff;
  color: #fff;
}
.vev .label__video-scroll-form img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.vev .label__video-scroll-form h5 {
  margin: 0;
  font-weight: 400;
}
.vev .label__video-scroll-form small {
  color: var(--color-neutral-high-soft);
}
.vev .label__video-scroll-form .error__video-scroll-form {
  color: var(--color-feedback-warning-spark);
}
.vev .imageHolder__video-scroll,
.vev .w74dqar7 video,
.vev .wrapper__video-scroll {
  width: 100%;
  height: 100%;
}
.vev .imageHolder__video-scroll,
.vev .wUNTsB8PHK .contents {
  position: absolute;
  max-height: 100vh;
}
.vev .imageHolder__video-scroll canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vev .wUNTsB8PHK {
  z-index: 0;
}
.vev .wUNTsB8PHK .contents {
  background: url(assets/d6675f02458aa0c42ecb587f2119d6bd.png);
  background-size: cover;
  opacity: 1;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  min-height: 100vh;
}
.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 .rectangle {
  background: #c4c4c4;
}
.vev .w74dqar7 {
  background: #000;
  overflow: hidden;
}
.vev .w74dqar7 video {
  outline: 0;
  filter: none;
}
.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 .section .children {
  height: 100%;
}
.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 .pQgABHO6wU_ .__sc {
  grid-template-columns: 1fr 320px 1fr;
}
.vev #ewykiu_cjL6c .progress {
  background: #ffb100;
}
.vev #ewykiu_cjL6 {
  margin: -2px 0 0;
  width: 100%;
  height: 9px;
  transform: none;
  place-self: start end;
}
.vev #e0ta21dHGHSc {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: NaNpx;
}
.vev #e0ta21dHGHS,
.vev #epwpK3eRR1g {
  width: 20px;
  height: 30px;
  transform: none;
}
.vev #e0ta21dHGHS {
  margin: 13px 7px 0 10px;
  place-self: start end;
  display: grid;
}
.vev #epwpK3eRR1gc img {
  object-fit: contain;
  object-position: 50% 50%;
}
.vev #epwpK3eRR1g {
  min-height: 30px;
}
.vev #e8zsSvs11Mw {
  min-height: 1450px;
  height: auto;
}
.vev #e2J7XPXUZcoc blockquote,
.vev #e__E_jk2zmmc blockquote,
.vev #eoyTBuOZlfsc blockquote {
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.5));
}
.vev #e2J7XPXUZcoc h1,
.vev #e__E_jk2zmmc h1,
.vev #eoyTBuOZlfsc h1 {
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.5))
    drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.5))
    drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.5));
}
.vev #eoyTBuOZlfs {
  margin: 280px 0 0;
  width: 309px;
  height: 110px;
  transform: none;
  place-self: start center;
}
.vev div .pdUatB-YDGK h1 {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: inherit;
  font-size: 25px;
  text-align: center;
  line-height: 1.3em;
  margin: 1px 1px 0;
  color: #fff;
}
.vev div .pdUatB-YDGK,
.vev div .pdUatB-YDGK blockquote,
.vev div .pdUatB-YDGK li,
.vev div .pdUatB-YDGK p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
}
.vev div .pdUatB-YDGK h2,
.vev div .pdUatB-YDGK h3,
.vev div .pdUatB-YDGK h4,
.vev div .pdUatB-YDGK h5 {
  font-family: "Merriweather";
  font-weight: 700;
  font-style: normal;
}
.vev div .pdUatB-YDGK li::marker {
  font-family: "Merriweather";
}
.vev div .pdUatB-YDGK strong {
  font-size: 60px;
}
.vev #emlckKBn8SS {
  min-height: 1450px;
  height: auto;
  display: none;
}
.vev #e__E_jk2zmm {
  margin: 271px 0.31% 0 0;
  width: 309px;
  height: 110px;
  transform: none;
  place-self: start center;
}
.vev #eqFJ2YrWU7z {
  min-height: 1450px;
  height: auto;
  display: none;
}
.vev #e2J7XPXUZco {
  margin: 271px 0.31% 0 0;
  width: 309px;
  height: 110px;
  transform: none;
  place-self: start center;
}
.vev #ezDe-XII9UG {
  min-height: 551px;
  height: 500px;
}
.vev div .ppGVVs6eSxF .contents {
  background: linear-gradient(rgba(224, 222, 210, 0.5) 0% 100%),
    var(--b-T7xpnC80VU) 0% 0% / cover;
}
.vev #eEn_LAFbF6r {
  margin: 115px 0 0;
  width: 250px;
  height: 321px;
  transform: none;
  place-self: start center;
}
.vev div .pU_Fx1efYkt {
  color: #fff;
  background: 0 0;
  font-weight: 300;
  font-style: normal;
  font-family: "Merriweather";
  font-size: 12px;
}
.vev div .pU_Fx1efYkt p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #464326;
  margin: 1px;
  line-height: 1.4em;
}
.vev div .pU_Fx1efYkt strong {
  font-family: "Merriweather";
  font-size: 16px;
}
.vev #ezpMdOiYOZf {
  min-height: 690px;
  height: auto;
}
.vev #e72eUtgGGLU,
.vev #eHFlenxs-y_,
.vev #eniIyS0YH9C {
  transform: none;
  place-self: start center;
}
.vev #eniIyS0YH9C {
  width: 800px;
  height: 120px;
  margin: 570px 0 0;
}
.vev div .pMjZMRNGdff {
  background: rgba(28, 28, 28, 0.75);
}
.vev #e72eUtgGGLU,
.vev #eHFlenxs-y_ {
  margin: 583px 0 0;
  width: 300px;
  height: 95px;
}
.vev div .pFhRq11LtJE p,
.vev div .pMv38btGGIG,
.vev div .pUpxVeIRFPQ {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
}
.vev div .pMv38btGGIG h2 {
  text-align: center;
  font-size: 40px;
  margin: 1px;
  font-weight: 800;
  font-style: inherit;
  color: #fff;
  line-height: 1.1em;
}
.vev div .pMv38btGGIG h2,
.vev div .pMv38btGGIG span.dropcap,
.vev div .pUpxVeIRFPQ h2,
.vev div .pUpxVeIRFPQ span.dropcap {
  font-family: "EB Garamond";
}
.vev div .pUpxVeIRFPQ h2 {
  text-align: center;
  font-size: 40px;
  margin: 1px;
  font-weight: 400;
  font-style: inherit;
  color: #fff;
  line-height: 1.1em;
}
.vev #ejRCcMtRpGB {
  min-height: 550px;
  height: auto;
}
.vev div .p7_6TwPE6BS .img div,
.vev div .pbyo5Sm8Ect {
  background: linear-gradient(rgba(224, 222, 210, 0.5) 0% 100%),
    var(--b-T7xpnC80VU) no-repeat 50% 50% / cover;
}
.vev #eJBOA7UB24U {
  margin: 40px 0 0;
  width: 245px;
  height: 470px;
  transform: none;
  place-self: start center;
}
.vev div .pFhRq11LtJE p {
  color: #66644b;
  font-size: 15px;
  font-style: inherit;
  margin: 1px;
}
.vev div .pf0h6zS-VYa p {
  margin: 1px;
}
.vev div .pf0h6zS-VYa p,
.vev div .pvWvcp5bxLM p {
  font-style: inherit;
  font-family: "Merriweather";
}
.vev #evw53VNPB45 {
  min-height: 1039px;
  height: auto;
}
.vev #esGCM2shCr0c img {
  object-fit: cover;
  object-position: 42% 76%;
}
.vev #e4RF_6MgyFH,
.vev #ee03lCZFRSe,
.vev #esGCM2shCr0 {
  transform: none;
  place-self: start center;
}
.vev #esGCM2shCr0 {
  margin: 0 12px 0 0;
  width: 480px;
  height: 365px;
}
.vev #e4RF_6MgyFH {
  margin: 400px 0 0;
  width: 315px;
  height: 150px;
}
.vev div .pf0h6zS-VYa p,
.vev div .pvWvcp5bxLM h1,
.vev div .pvWvcp5bxLM p {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  color: #393b3e;
}
.vev div .pvWvcp5bxLM p {
  font-weight: 400;
  color: #fff;
  line-height: 1.4em;
  margin: 0;
}
.vev div .pU_Fx1efYkt strong,
.vev div .pf0h6zS-VYa strong {
  font-weight: 900;
  font-style: inherit;
}
.vev #ee03lCZFRSe {
  margin: 579px 0 0;
  width: 225px;
  height: 425px;
}
.vev #eY7Enk2haZ4 {
  min-height: 728px;
  height: auto;
}
.vev #eLW42yGf8s4c img {
  object-fit: cover;
  object-position: 0 52%;
}
.vev #eLW42yGf8s4 {
  margin: 0 -52.5% 0 0;
  width: 555px;
  height: 365px;
  transform: none;
  place-self: start end;
}
.vev #eFhxG9ZW6MG,
.vev #ejVpl38WD15 {
  transform: none;
  place-self: start center;
}
.vev #ejVpl38WD15 {
  margin: 400px 0 0;
  width: 290px;
  height: 90px;
}
.vev #eFhxG9ZW6MG {
  margin: 520px 0 0;
  width: 225px;
  height: 173px;
}
.vev #eJqpKUIqMlP {
  min-height: 1100px;
  height: auto;
}
.vev #enhPjGS98dM {
  min-height: 900px;
  height: auto;
  display: none;
}
.vev #eQAfq2o0Jo_ {
  min-height: 700px;
  height: auto;
}
.vev #e0s5xybu1KM {
  margin: 35px 0 0;
  width: 274px;
  height: 90px;
}
.vev #e0s5xybu1KM,
.vev #eE9fj6AFVPz,
.vev #et5n7sL-c5g {
  transform: none;
  place-self: start center;
}
.vev #eE9fj6AFVPz {
  margin: 155px 0 0;
  width: 225px;
  height: 445px;
}
.vev #et5n7sL-c5g {
  margin: 640px 0 0;
  width: 224px;
  height: auto;
  aspect-ratio: 44.8;
  max-height: 100%;
  --ratio: 2.23%;
}
.vev #eLmWYsYtFlc {
  min-height: 690px;
  height: auto;
}
.vev #ei4zXtUYuQ8,
.vev #ejyvdbu4GpO,
.vev #eka12aRPwjz {
  transform: none;
  place-self: start center;
}
.vev #eka12aRPwjz {
  width: 800px;
  height: 120px;
  margin: 570px 0 0;
}
.vev #ei4zXtUYuQ8,
.vev #ejyvdbu4GpO {
  margin: 583px 0 0;
  width: 310px;
  height: 95px;
}
.vev #ejyvdbu4GpO {
  width: 300px;
}
.vev #eKK-Ix6Tmnp {
  min-height: 550px;
  height: auto;
}
.vev #eWwvGt6brHN {
  margin: 40px 0 0;
  width: 234px;
  height: 470px;
  transform: none;
  place-self: start center;
}
.vev #esFnF_h_E12 {
  min-height: 850px;
  height: auto;
}
.vev #e-1trNBYUI9c img {
  object-fit: cover;
  object-position: 60% 53%;
}
.vev #e-1trNBYUI9 {
  margin: 0;
  width: 655px;
  height: 365px;
}
.vev #e-1trNBYUI9,
.vev #eWLK_OcBG9i,
.vev #evvsiLfDlBn {
  transform: none;
  place-self: start center;
}
.vev #eWLK_OcBG9i {
  margin: 400px 0 0;
  width: 300px;
  height: 65px;
}
.vev #evvsiLfDlBn {
  margin: 495px 0 0;
  width: 218px;
  height: 320px;
}
.vev #eMOsuSXFfOJ {
  min-height: 845px;
  height: auto;
}
.vev #eyWiObrHvWzc img {
  object-fit: cover;
  object-position: 49% 55%;
}
.vev #e12E2Vu6AC3,
.vev #edrsFjt9_Ww,
.vev #eyWiObrHvWz {
  transform: none;
  place-self: start center;
}
.vev #eyWiObrHvWz {
  margin: 0;
  width: 700px;
  height: 365px;
}
.vev #edrsFjt9_Ww {
  margin: 400px 0 0;
  width: 295px;
  height: 60px;
}
.vev #e12E2Vu6AC3 {
  margin: 490px 0 0;
  width: 225px;
  height: 320px;
}
.vev #eQY5E9-Q47b {
  min-height: 1500px;
  height: auto;
}
.vev #eXHIyiYEL-d {
  min-height: 900px;
  height: auto;
  display: none;
}
.vev #ebwrWQtRSTj {
  min-height: 320px;
  height: auto;
}
.vev #e06EBsjPLLi {
  transform: none;
  place-self: start center;
}
.vev #ePWVAxQ4w3q {
  margin: 35px 0 0;
  width: 290px;
  height: 90px;
}
.vev #ePWVAxQ4w3q,
.vev #eSOxlCa0Re- {
  transform: none;
  place-self: start center;
}
.vev #e06EBsjPLLi {
  margin: 155px 0 0;
  width: 225px;
  height: 65px;
}
.vev #eSOxlCa0Re- {
  margin: 260px 0 0;
  width: 224px;
  height: auto;
  aspect-ratio: 44.8;
  max-height: 100%;
  --ratio: 2.23%;
}
.vev #e75L87yR9rEc {
  background: linear-gradient(#000 0% 100%),
    var(--b-FvY7rAXG7p) no-repeat 50% 50% / cover;
}
.vev #e75L87yR9rE {
  min-height: 690px;
  height: auto;
}
.vev #eOzyslqyjtK,
.vev #elT-3EsPAct,
.vev #evztrD3nD7M {
  transform: none;
  place-self: start center;
}
.vev #evztrD3nD7M {
  width: 800px;
  height: 120px;
  margin: 570px 0 0;
}
.vev #eOzyslqyjtK,
.vev #elT-3EsPAct {
  margin: 583px 0 0;
  width: 310px;
  height: 95px;
}
.vev #etTGfBCnSkj {
  min-height: 505px;
  height: auto;
}
.vev #eyoxnLCSuow {
  margin: 40px 0 0;
  width: 250px;
  height: 425px;
  transform: none;
  place-self: start center;
}
.vev #enmBSeGZL9Q {
  min-height: 735px;
  height: auto;
}
.vev #eIUgLt95YbYc img {
  object-fit: cover;
  object-position: 62% 93%;
}
.vev #eIUgLt95YbY {
  margin: 0 0 0 -77.5%;
  width: 700px;
  height: 365px;
  transform: none;
  place-self: start start;
}
.vev #eTnNyaYKAIb,
.vev #ein0oxv7zaU {
  margin: 400px 0 0;
  width: 290px;
  height: 120px;
  transform: none;
  place-self: start center;
}
.vev #ein0oxv7zaU {
  margin: 550px 0 0;
  width: 230px;
  height: 150px;
}
.vev #eHKCvjtZgzF {
  min-height: 765px;
  height: auto;
}
.vev #eXWRSXF6xIUc img {
  object-fit: cover;
  object-position: 0 53%;
}
.vev #eXWRSXF6xIU {
  margin: 0 -99.37% 0 0;
  width: 750px;
  height: 365px;
  transform: none;
  place-self: start end;
}
.vev #ei974Pne20f,
.vev #eoz0C3L5-6r {
  margin: 400px 0 0;
  width: 290px;
  height: 90px;
  transform: none;
  place-self: start center;
}
.vev #eoz0C3L5-6r {
  margin: 520px 0 0;
  width: 230px;
  height: 210px;
}
.vev #eGU_Rw76Mtt {
  min-height: 1300px;
  height: auto;
}
.vev #e7m3WTl8ggn {
  min-height: 900px;
  height: auto;
  display: none;
}
.vev #ev0DoYm0Q64 {
  min-height: 355px;
  height: auto;
}
.vev #eGhCguE3d_T {
  margin: 35px 0 0;
  width: 290px;
  height: 60px;
}
.vev #eGhCguE3d_T,
.vev #eHpkXBJN7e6,
.vev #eIDSlLQwQyE {
  transform: none;
  place-self: start center;
}
.vev #eIDSlLQwQyE {
  margin: 125px 0 0;
  width: 220px;
  height: 130px;
}
.vev #eHpkXBJN7e6 {
  margin: 295px 0 0;
  width: 224px;
  height: 5px;
}
.vev #eCTW5TP8h02 {
  min-height: 690px;
  height: auto;
}
.vev #etgDu0yJ3B_,
.vev #ew70k2LalD5,
.vev #eyiDgLFu2JQ {
  transform: none;
  place-self: start center;
}
.vev #eyiDgLFu2JQ {
  width: 800px;
  height: 120px;
  margin: 570px 0 0 15%;
}
.vev #etgDu0yJ3B_,
.vev #ew70k2LalD5 {
  margin: 583px 0 0;
  width: 310px;
  height: 95px;
}
.vev #e2elNfpqA0q {
  min-height: 460px;
  height: auto;
}
.vev #eMEhch_JONG {
  margin: 40px 0 0;
  width: 243px;
  height: 380px;
  transform: none;
  place-self: start center;
}
.vev #ePLv8YC8UKz {
  min-height: 905px;
  height: auto;
}
.vev #e8IY3SGthOkc img {
  object-fit: cover;
  object-position: 0 51%;
}
.vev #e8IY3SGthOk {
  margin: 0 -81.56% 0 0;
  width: 700px;
  height: 365px;
  transform: none;
  place-self: start end;
}
.vev #eJJQNiIAR0Y,
.vev #eMDd17F9ygP {
  margin: 400px 0 0;
  width: 290px;
  height: 60px;
  transform: none;
  place-self: start center;
}
.vev #eMDd17F9ygP {
  margin: 490px 0 0;
  width: 225px;
  height: 380px;
}
.vev #eOIAXIZLgn3 {
  min-height: 1215px;
  height: auto;
}
.vev #e0AfUlcXIr1c img {
  object-fit: cover;
  object-position: 48% 83%;
}
.vev #e-rkLBVThKQ {
  transform: none;
  place-self: start center;
}
.vev #e0AfUlcXIr1 {
  margin: 0;
  width: 700px;
  height: 365px;
}
.vev #e0AfUlcXIr1,
.vev #em6BsTXIoxD {
  transform: none;
  place-self: start center;
}
.vev #e-rkLBVThKQ {
  margin: 400px 0 0;
  width: 290px;
  height: 90px;
}
.vev #em6BsTXIoxD {
  margin: 520px 0 0;
  width: 225px;
  height: 660px;
}
.vev #eQxF1NH7Y1n {
  min-height: 1000px;
  height: auto;
}
.vev #eE6zWS_THHs {
  min-height: 900px;
  height: auto;
  display: none;
}
.vev #ebpZi765FUv {
  min-height: 575px;
  height: auto;
}
.vev #e8e9SLJMAiy,
.vev #eOAx6bC8lSe,
.vev #eeWl7ROytEg {
  transform: none;
  place-self: start center;
}
.vev #eeWl7ROytEg {
  margin: 35px 0 0;
  width: 290px;
  height: 90px;
}
.vev #eOAx6bC8lSe {
  margin: 155px 0 0;
  width: 225px;
  height: 320px;
}
.vev #e8e9SLJMAiy {
  margin: 515px 0 0;
  width: 224px;
  height: 5px;
}
.vev #eDJ9fCi5zWRc {
  background: linear-gradient(rgba(224, 222, 210, 0.5) 0% 100%),
    var(--b-FvY7rAXG7p) no-repeat 50% 50% / cover;
}
.vev #eDJ9fCi5zWR {
  min-height: 690px;
  height: auto;
}
.vev #eA-LB-JU6KL {
  transform: none;
  place-self: start center;
}
.vev #eQjImR-Hmq3 {
  width: 800px;
  height: 120px;
  margin: 570px 0 0;
}
.vev #eQjImR-Hmq3,
.vev #eyixqHcrvDW {
  transform: none;
  place-self: start center;
}
.vev #eA-LB-JU6KL,
.vev #eyixqHcrvDW {
  margin: 577px 0 0;
  width: 310px;
  height: 95px;
}
.vev #eGC4B-CojIZ {
  min-height: 550px;
  height: auto;
}
.vev #eGqKGTsugUj {
  margin: 40px 0 0;
  width: 246px;
  height: 470px;
  transform: none;
  place-self: start center;
}
.vev #eGMWHVPezYw {
  min-height: 950px;
  height: auto;
}
.vev #ewXKAbp3n1Dc img {
  object-fit: cover;
  object-position: 100% 51%;
}
.vev #ewXKAbp3n1D {
  margin: 0 0 0 -85.62%;
  width: 700px;
  height: 365px;
  transform: none;
  place-self: start start;
}
.vev #eEw3qdZ1HOn,
.vev #ebVeJ9nMC6v {
  margin: 400px 0 0;
  width: 290px;
  height: 120px;
  transform: none;
  place-self: start center;
}
.vev #ebVeJ9nMC6v {
  margin: 550px 0 0;
  width: 225px;
  height: 365px;
}
.vev #e2PimR0vy4O {
  min-height: 950px;
  height: auto;
}
.vev #e3YZfWriqnIc img {
  object-fit: cover;
  object-position: 41% 59%;
}
.vev #e3YZfWriqnI {
  margin: 0 18.44% 0 0;
  width: 575px;
  height: 365px;
}
.vev #e3YZfWriqnI,
.vev #ea0XTF07KTT,
.vev #egirBRfqyA8 {
  transform: none;
  place-self: start center;
}
.vev #egirBRfqyA8 {
  margin: 400px 0 0;
  width: 300px;
  height: 185px;
}
.vev #ea0XTF07KTT {
  margin: 615px 0 0;
  width: 235px;
  height: 300px;
}
.vev #e-iXy2eFMYK {
  min-height: 1100px;
  height: auto;
}
.vev #e5iOvxCg3VT {
  min-height: 900px;
  height: auto;
  display: none;
}
.vev #etYZTqToTR7 {
  min-height: 290px;
  height: auto;
}
.vev #e68V_gbArTy,
.vev #e7U-BM3ytS_,
.vev #eoxc2wWEbjU {
  transform: none;
  place-self: start center;
}
.vev #e7U-BM3ytS_,
.vev #eoxc2wWEbjU {
  margin: 35px 0 0;
  width: 300px;
  height: 60px;
}
.vev #eoxc2wWEbjU {
  margin: 125px 0 0;
  width: 225px;
  height: 65px;
}
.vev #e68V_gbArTy {
  margin: 230px 0 0;
  width: 224px;
  height: 5px;
}
.vev #e0-KRiD6z-w {
  min-height: 690px;
  height: auto;
}
.vev #e4tG-o77IER,
.vev #ehIlU2zAskp,
.vev #ehjk08wXYZL {
  transform: none;
  place-self: start center;
}
.vev #ehjk08wXYZL {
  width: 800px;
  height: 120px;
  margin: 570px 0 0;
}
.vev #e4tG-o77IER,
.vev #ehIlU2zAskp {
  margin: 583px 0 0;
  width: 310px;
  height: 95px;
}
.vev #elK3cUYVdE6 {
  min-height: 445px;
  height: auto;
}
.vev #ebyAWvtH7t2 {
  margin: 40px 0 0;
  width: 243px;
  height: 365px;
  transform: none;
  place-self: start center;
}
.vev #eRU6pg58yro {
  min-height: 980px;
  height: auto;
}
.vev #e_OafbcbBIL {
  margin: 0 -76.87% 0 0;
  width: 659px;
  height: 365px;
  transform: none;
  place-self: start end;
}
.vev #eJulDYH0dju,
.vev #eXbEzwTII-2 {
  margin: 400px 0 0;
  width: 300px;
  height: 90px;
  transform: none;
  place-self: start center;
}
.vev #eXbEzwTII-2 {
  margin: 520px 0 0;
  width: 225px;
  height: 425px;
}
.vev #el6nZflY2aN {
  min-height: 890px;
  height: auto;
}
.vev #eGtM7dPgN2Ac img {
  object-fit: cover;
  object-position: 0 52%;
}
.vev #eGtM7dPgN2A {
  margin: 0;
  width: 700px;
  height: 365px;
}
.vev #eGtM7dPgN2A,
.vev #eSqUjBGCAiY,
.vev #ek-V_jPw-I1 {
  transform: none;
  place-self: start center;
}
.vev #eSqUjBGCAiY {
  margin: 400px 0 0;
  width: 290px;
  height: 65px;
}
.vev #ek-V_jPw-I1 {
  margin: 495px 0 0;
  width: 225px;
  height: 360px;
}
.vev #eCOaEfZNeVd {
  min-height: 1200px;
  height: auto;
}
.vev #eYdUpp-RTxL {
  min-height: 900px;
  height: auto;
  display: none;
}
.vev #eRDnSUql4Vp {
  min-height: 485px;
  height: auto;
}
.vev #e4-6KaCYx_f,
.vev #e9gaKbasjtm,
.vev #eQSrXxbLhTe {
  transform: none;
  place-self: start center;
}
.vev #eQSrXxbLhTe {
  margin: 35px 0 0;
  width: 290px;
  height: 90px;
}
.vev #e4-6KaCYx_f {
  margin: 155px 0 0;
  width: 225px;
  height: 230px;
}
.vev #e9gaKbasjtm {
  margin: 425px 0 0;
  width: 224px;
  height: 5px;
}
.vev #ew8S-GYT95kc .contents {
  background: linear-gradient(rgba(0, 0, 0, 0.8) 0% 100%),
    var(--b-RkIZ-q72DE) 0% 0% / cover;
}
.vev #ew8S-GYT95k {
  min-height: 1050px;
  height: auto;
}
.vev div .p3_iPHPcGCR .contents {
  background: linear-gradient(rgba(0, 0, 0, 0.8) 0% 100%),
    var(--b-4k-4k-wallpaper-1711556) 0% 0% / cover;
}
.vev #e5Vos9MJ4Ef {
  width: 249px;
  height: 244px;
  margin: 99px 0 0 4.06%;
  transform: none;
  place-self: start start;
}
.vev #ezqVSW1dahF {
  margin: 0 0 0 134px;
  width: 115px;
  height: 116px;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #e14PDkwnbr1,
.vev #eX33OqCRMWM,
.vev #ezqVSW1dahF {
  transform: none;
  place-self: start start;
}
.vev #eX33OqCRMWM {
  margin: 0 0 0 1px;
  width: 116px;
  height: 116px;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #e14PDkwnbr1 {
  margin: 128px 0 0;
  width: 247px;
  height: 115px;
}
.vev div .pvWvcp5bxLM h1 {
  font-family: "sofia-pro";
  font-style: normal;
  text-transform: none;
  line-height: 1.2em;
  font-size: 28px;
  color: #fff;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.6));
}
.vev div .p_mfJzc87yK,
.vev div .p_mfJzc87yK p,
.vev div .pvWvcp5bxLM {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
}
.vev div .p_mfJzc87yK p {
  color: #000;
  font-style: inherit;
  font-size: 14px;
  text-align: center;
  line-height: 1.4em;
  text-transform: uppercase;
}
.vev div .pvWvcp5bxLM a {
  color: #ffd933;
  font-weight: 700;
  font-style: inherit;
}
.vev div .pvWvcp5bxLM a:hover {
  color: #ffe367;
}
.vev div .pvWvcp5bxLM strong {
  font-weight: 900;
  font-style: italic;
  color: #fff;
}
.vev #eFIngyrgaqI {
  width: 270px;
  height: 219px;
  margin: 402px 0 0;
  transform: none;
  place-self: start center;
}
.vev #eHwDv_BQNEu {
  margin: 0 0 0 7px;
  width: 115px;
  height: 116px;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eD1Zb0Q4tq4,
.vev #eHwDv_BQNEu,
.vev #ehGylFW29Gb {
  transform: none;
  place-self: start start;
}
.vev #ehGylFW29Gb {
  margin: 0 0 0 145px;
  width: 115px;
  height: 116px;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eD1Zb0Q4tq4 {
  margin: 128px 0 0;
  width: 270px;
  height: 90px;
}
.vev #e60DKgxS7mY {
  width: 293px;
  height: 274px;
  margin: 679px 0.14% 0 0;
  transform: none;
  place-self: start center;
}
.vev #eiWqzJfjkkh {
  margin: 0 0 0 19px;
  width: 115px;
  height: auto;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev #e-2kIkHtfFg,
.vev #eaCCmXIJHQw,
.vev #eiWqzJfjkkh {
  transform: none;
  place-self: start start;
}
.vev #e-2kIkHtfFg {
  margin: 0 0 0 157px;
  width: 115px;
  height: auto;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev #eaCCmXIJHQw {
  margin: 128px 0 0;
  width: 293px;
  height: 145px;
}
.vev #ePVuumO5QJZ {
  min-height: 667px;
  height: auto;
}
.vev #eDJBFqHxORg {
  margin: 141px 0 0;
  width: 280px;
  height: 385px;
  transform: none;
  place-self: start center;
}
.vev div .p_mfJzc87yK strong {
  font-size: 16px;
  font-family: "Merriweather";
  font-weight: 700;
  font-style: inherit;
  text-transform: capitalize;
}
@media (min-width: 600px) {
  .vev .pQgABHO6wU_ .__sc {
    grid-template-columns: 1fr 600px 1fr;
  }
  .vev #ewykiu_cjL6 {
    height: 13px;
  }
  .vev #e0ta21dHGHS {
    width: 40px;
    height: 52px;
    margin: 29px 20px 0 10px;
  }
  .vev #epwpK3eRR1g {
    width: 40px;
    height: 52px;
    min-height: 52px;
  }
  .vev #e8zsSvs11Mw {
    min-height: 2000px;
    display: none;
  }
  .vev #eoyTBuOZlfs {
    margin: 413px 0 0;
    width: 100%;
    height: 175px;
    place-self: start end;
  }
  .vev div .pdUatB-YDGK h1 {
    font-size: 40px;
  }
  .vev div .pdUatB-YDGK strong {
    font-size: 100px;
  }
  .vev #emlckKBn8SS {
    min-height: 2000px;
    display: grid;
  }
  .vev #e__E_jk2zmm {
    margin: 465px 0 0;
    width: 100%;
    height: 175px;
    place-self: start end;
  }
  .vev #eqFJ2YrWU7z {
    min-height: 2000px;
  }
  .vev #e2J7XPXUZco {
    margin: 413px 0 0;
    width: 100%;
    height: 175px;
    place-self: start end;
  }
  .vev #ezDe-XII9UG {
    min-height: 680px;
    height: auto;
  }
  .vev #eEn_LAFbF6r {
    margin: 110px 0 0;
    width: 500px;
    height: 460px;
  }
  .vev div .pU_Fx1efYkt p {
    font-size: 25px;
  }
  .vev div .pU_Fx1efYkt strong {
    font-size: 25px;
    color: #464326;
  }
  .vev #ezpMdOiYOZf {
    min-height: 1024px;
  }
  .vev #eniIyS0YH9C {
    width: 1100px;
    height: 170px;
    margin: 854px 0 0;
  }
  .vev #e72eUtgGGLU,
  .vev #eHFlenxs-y_ {
    margin: 872px 0 0;
    width: 600px;
    height: 135px;
    place-self: start end;
  }
  .vev div .pMv38btGGIG h2,
  .vev div .pUpxVeIRFPQ h2 {
    font-size: 60px;
  }
  .vev #ejRCcMtRpGB {
    min-height: 735px;
  }
  .vev #eJBOA7UB24U {
    margin: 60px 0.03% 0 0;
    width: 480px;
    height: 615px;
  }
  .vev div .pFhRq11LtJE p {
    font-size: 23px;
  }
  .vev #evw53VNPB45 {
    min-height: 1675px;
  }
  .vev #esGCM2shCr0 {
    width: 850px;
    height: 650px;
  }
  .vev #e4RF_6MgyFH {
    margin: 710px 0 0;
    width: 600px;
    height: 280px;
  }
  .vev div .pf0h6zS-VYa p {
    font-size: 40px;
  }
  .vev #ee03lCZFRSe {
    margin: 1050px 0 0;
    width: 460px;
    height: 565px;
  }
  .vev #eY7Enk2haZ4 {
    min-height: 1245px;
  }
  .vev #eLW42yGf8s4 {
    margin: 0;
    width: 850px;
    height: 650px;
    place-self: start center;
  }
  .vev #ejVpl38WD15 {
    margin: 710px 0 0;
    width: 555px;
    height: 165px;
  }
  .vev #eFhxG9ZW6MG {
    margin: 935px 0 0;
    width: 450px;
    height: 250px;
  }
  .vev #eJqpKUIqMlP {
    min-height: 400vh;
  }
  .vev #eQAfq2o0Jo_ {
    min-height: 1055px;
  }
  .vev #e0s5xybu1KM {
    margin: 60px 0 0;
    width: 550px;
    height: 165px;
  }
  .vev #eE9fj6AFVPz {
    margin: 285px 0 0;
    width: 460px;
    height: 595px;
  }
  .vev #et5n7sL-c5g {
    margin: 940px 0 0;
    width: 460px;
  }
  .vev #eLmWYsYtFlc {
    min-height: 1024px;
  }
  .vev #eka12aRPwjz {
    width: 1096px;
    height: 170px;
    margin: 854px 0 0;
  }
  .vev #ei4zXtUYuQ8,
  .vev #ejyvdbu4GpO {
    margin: 867px 0 0;
    width: 600px;
    height: 135px;
    place-self: start end;
  }
  .vev #eKK-Ix6Tmnp {
    min-height: 705px;
  }
  .vev #eWwvGt6brHN {
    margin: 60px 0 0;
    width: 460px;
    height: 585px;
  }
  .vev #esFnF_h_E12 {
    min-height: 1365px;
  }
  .vev #e-1trNBYUI9 {
    width: 850px;
    height: 650px;
  }
  .vev #eWLK_OcBG9i {
    margin: 710px 0 0;
    width: 600px;
    height: 115px;
    place-self: start end;
  }
  .vev #evvsiLfDlBn {
    margin: 885px 0 0;
    width: 460px;
    height: 420px;
  }
  .vev #eMOsuSXFfOJ {
    min-height: 1400px;
  }
  .vev #eyWiObrHvWz {
    width: 850px;
    height: 650px;
  }
  .vev #edrsFjt9_Ww {
    margin: 710px 0 0;
    width: 600px;
    height: 115px;
    place-self: start end;
  }
  .vev #e12E2Vu6AC3 {
    margin: 885px 0 0;
    width: 460px;
    height: 455px;
  }
  .vev #eQY5E9-Q47b {
    min-height: 400vh;
  }
  .vev #ebwrWQtRSTj {
    min-height: 550px;
  }
  .vev #ePWVAxQ4w3q {
    margin: 60px 0 0;
    width: 585px;
    height: 165px;
  }
  .vev #e06EBsjPLLi {
    margin: 275px 0 0;
    width: 460px;
    height: 110px;
  }
  .vev #eSOxlCa0Re- {
    margin: 435px 0 0;
    width: 460px;
    max-height: 100%;
  }
  .vev #e75L87yR9rE {
    min-height: 1024px;
  }
  .vev #evztrD3nD7M {
    width: 1096px;
    height: 170px;
    margin: 854px 0 0;
  }
  .vev #eOzyslqyjtK,
  .vev #elT-3EsPAct {
    margin: 872px 0 0;
    width: 600px;
    height: 135px;
    display: grid;
  }
  .vev #etTGfBCnSkj {
    min-height: 675px;
  }
  .vev #eyoxnLCSuow {
    margin: 60px 0 0;
    width: 460px;
    height: 555px;
  }
  .vev #enmBSeGZL9Q {
    min-height: 1265px;
  }
  .vev #eIUgLt95YbY {
    margin: 0 0 0 -60.83%;
    width: 1090px;
    height: 650px;
  }
  .vev #eTnNyaYKAIb {
    margin: 710px 0 0;
    width: 600px;
    height: 225px;
  }
  .vev #ein0oxv7zaU {
    margin: 995px 0 0;
    width: 460px;
    height: 210px;
  }
  .vev #eHKCvjtZgzF {
    min-height: 1275px;
  }
  .vev #eXWRSXF6xIU {
    margin: 0 -76% 0 0;
    width: 1228px;
    height: 650px;
  }
  .vev #ei974Pne20f {
    margin: 710px 0 0;
    width: 600px;
    height: 165px;
  }
  .vev #eoz0C3L5-6r {
    margin: 935px 0 0;
    width: 460px;
    height: 280px;
  }
  .vev #eGU_Rw76Mtt {
    min-height: 400vh;
  }
  .vev #ev0DoYm0Q64 {
    min-height: 540px;
  }
  .vev #eGhCguE3d_T {
    margin: 60px 0 0;
    width: 600px;
    height: 110px;
  }
  .vev #eIDSlLQwQyE {
    margin: 230px 0 0;
    width: 460px;
    height: 140px;
  }
  .vev #eHpkXBJN7e6 {
    margin: 430px 0 0;
    width: 460px;
    height: auto;
    aspect-ratio: 46;
    max-height: 100%;
    --ratio: 2.17%;
  }
  .vev #eCTW5TP8h02 {
    min-height: 1024px;
  }
  .vev #eyiDgLFu2JQ {
    width: 1096px;
    height: 170px;
    margin: 854px 0 0;
  }
  .vev #etgDu0yJ3B_,
  .vev #ew70k2LalD5 {
    margin: 872px 0 0;
    width: 600px;
    height: 135px;
    display: grid;
  }
  .vev #e2elNfpqA0q {
    min-height: 610px;
  }
  .vev #eMEhch_JONG {
    margin: 60px 0 0;
    width: 460px;
    height: 490px;
  }
  .vev #ePLv8YC8UKz {
    min-height: 1455px;
  }
  .vev #e8IY3SGthOk {
    margin: 0;
    width: 850px;
    height: 650px;
    place-self: start center;
  }
  .vev #eJJQNiIAR0Y {
    margin: 710px 0 0;
    width: 600px;
    place-self: start end;
  }
  .vev #eMDd17F9ygP {
    margin: 830px 0 0;
    width: 460px;
    height: 565px;
  }
  .vev #eOIAXIZLgn3 {
    min-height: 1910px;
  }
  .vev #e0AfUlcXIr1 {
    width: 850px;
    height: 650px;
  }
  .vev #e-rkLBVThKQ {
    margin: 710px 0 0;
    width: 600px;
    height: 165px;
  }
  .vev #em6BsTXIoxD {
    margin: 935px 0 0;
    width: 460px;
    height: 915px;
  }
  .vev #eQxF1NH7Y1n {
    min-height: 285vh;
  }
  .vev #ebpZi765FUv {
    min-height: 875px;
  }
  .vev #eeWl7ROytEg {
    margin: 60px 0 0;
    width: 600px;
    height: 165px;
  }
  .vev #eOAx6bC8lSe {
    margin: 285px 0 0;
    width: 460px;
    height: 420px;
  }
  .vev #e8e9SLJMAiy {
    margin: 765px 0 0;
    width: 460px;
    height: auto;
    aspect-ratio: 46;
    max-height: 100%;
    --ratio: 2.17%;
  }
  .vev #eDJ9fCi5zWR {
    min-height: 1024px;
  }
  .vev #eQjImR-Hmq3 {
    width: 1096px;
    height: 170px;
    margin: 854px 0 0;
  }
  .vev #eA-LB-JU6KL,
  .vev #eyixqHcrvDW {
    margin: 869px 0 0;
    width: 600px;
    height: 135px;
    display: grid;
  }
  .vev #eGC4B-CojIZ {
    min-height: 740px;
  }
  .vev #eGqKGTsugUj {
    margin: 60px 0 0;
    width: 460px;
    height: 620px;
  }
  .vev #eGMWHVPezYw {
    min-height: 1590px;
  }
  .vev #ewXKAbp3n1D {
    margin: 0;
    width: 850px;
    height: 650px;
    place-self: start center;
  }
  .vev #eEw3qdZ1HOn {
    margin: 710px 0 0;
    width: 600px;
    height: 230px;
  }
  .vev #ebVeJ9nMC6v {
    margin: 1000px 0 0;
    width: 460px;
    height: 530px;
  }
  .vev #e2PimR0vy4O {
    min-height: 1595px;
  }
  .vev #e3YZfWriqnI {
    margin: 0;
    width: 850px;
    height: 650px;
  }
  .vev #egirBRfqyA8 {
    margin: 710px 0 0;
    width: 600px;
    height: 340px;
    place-self: start end;
  }
  .vev #ea0XTF07KTT {
    margin: 1110px 0 0;
    width: 460px;
    height: 425px;
  }
  .vev #e-iXy2eFMYK {
    min-height: 450vh;
  }
  .vev #etYZTqToTR7 {
    min-height: 455px;
  }
  .vev #e7U-BM3ytS_ {
    margin: 60px 0.03% 0 0;
    width: 600px;
    height: 115px;
  }
  .vev #eoxc2wWEbjU {
    margin: 225px 0 0;
    width: 460px;
    height: 70px;
  }
  .vev #e68V_gbArTy {
    margin: 345px 0 0;
    width: 460px;
    height: auto;
    aspect-ratio: 46;
    max-height: 100%;
    --ratio: 2.17%;
  }
  .vev #e0-KRiD6z-w {
    min-height: 1024px;
  }
  .vev #ehjk08wXYZL {
    width: 1096px;
    height: 160px;
    margin: 864px 0 0;
  }
  .vev #e4tG-o77IER,
  .vev #ehIlU2zAskp {
    margin: 869px 0 0;
    width: 600px;
    height: 135px;
    display: grid;
  }
  .vev #elK3cUYVdE6 {
    min-height: 635px;
  }
  .vev #ebyAWvtH7t2 {
    margin: 60px 0.03% 0 0;
    width: 460px;
    height: 515px;
  }
  .vev #eRU6pg58yro {
    min-height: 1590px;
  }
  .vev #e_OafbcbBIL {
    margin: 0;
    width: 850px;
    height: 650px;
    place-self: start center;
  }
  .vev #eJulDYH0dju {
    margin: 710px 0 0;
    width: 494px;
    height: 165px;
  }
  .vev #eXbEzwTII-2 {
    margin: 935px 0 0;
    width: 460px;
    height: 595px;
  }
  .vev #el6nZflY2aN {
    min-height: 1470px;
  }
  .vev #eGtM7dPgN2A {
    width: 850px;
    height: 650px;
  }
  .vev #eSqUjBGCAiY {
    margin: 710px 0 0;
    width: 600px;
    height: 110px;
    place-self: start end;
  }
  .vev #ek-V_jPw-I1 {
    margin: 880px 0 0;
    width: 460px;
    height: 530px;
  }
  .vev #eCOaEfZNeVd {
    min-height: 400vh;
    display: grid;
  }
  .vev #eYdUpp-RTxL {
    display: none;
  }
  .vev #eRDnSUql4Vp {
    min-height: 776px;
  }
  .vev #eQSrXxbLhTe {
    margin: 60px 0 0;
    width: 585px;
    height: 165px;
  }
  .vev #e4-6KaCYx_f {
    margin: 288px 0 0;
    width: 470px;
    height: 315px;
  }
  .vev #e9gaKbasjtm {
    margin: 666px 0 0;
    width: 460px;
    height: auto;
    aspect-ratio: 46;
    max-height: 100%;
    --ratio: 2.17%;
  }
  .vev #ew8S-GYT95k {
    min-height: 1638px;
  }
  .vev #e5Vos9MJ4Ef {
    width: 600px;
    height: 382px;
    margin: 140px 0 0;
  }
  .vev #eX33OqCRMWM,
  .vev #ezqVSW1dahF {
    width: 210px;
    height: auto;
    max-height: 100%;
  }
  .vev #ezqVSW1dahF {
    margin: 0 75px 0 0;
    place-self: start end;
  }
  .vev #eX33OqCRMWM {
    margin: 0 0 0 75px;
  }
  .vev #e14PDkwnbr1 {
    margin: 237px 0 0;
    width: 599px;
    height: 145px;
    place-self: start center;
  }
  .vev div .pvWvcp5bxLM p {
    font-size: 35px;
  }
  .vev #eFIngyrgaqI {
    width: 600px;
    height: 390px;
    margin: 600px 0 0;
    display: grid;
  }
  .vev #eHwDv_BQNEu,
  .vev #ehGylFW29Gb {
    margin: 0 0 0 75px;
    width: 210px;
    height: auto;
    max-height: 100%;
  }
  .vev #ehGylFW29Gb {
    margin: 0 75px 0 0;
    place-self: start end;
  }
  .vev #eD1Zb0Q4tq4 {
    margin: 237px 0 0;
    width: 600px;
    height: 153px;
    place-self: start end;
  }
  .vev #e60DKgxS7mY {
    width: 600px;
    height: 430px;
    margin: 1068px 0 0;
    display: grid;
  }
  .vev #eiWqzJfjkkh {
    margin: 0 0 0 75px;
    width: 210px;
  }
  .vev #e-2kIkHtfFg,
  .vev #eaCCmXIJHQw {
    margin: 0 75px 0 0;
    width: 210px;
    place-self: start end;
  }
  .vev #eaCCmXIJHQw {
    margin: 237px 0 0;
    width: 600px;
    height: 193px;
  }
  .vev #ePVuumO5QJZ {
    min-height: 1024px;
  }
  .vev #eDJBFqHxORg {
    margin: 247px 0 0;
    width: 500px;
    height: 530px;
  }
  .vev div .p_mfJzc87yK p {
    font-size: 22px;
  }
  .vev div .p_mfJzc87yK strong {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .vev .pQgABHO6wU_ .__sc {
    grid-template-columns: 1fr 1024px 1fr;
  }
  .vev #ewykiu_cjL6 {
    height: 17px;
  }
  .vev #e0ta21dHGHSc {
    flex-direction: row;
  }
  .vev #e0ta21dHGHS {
    margin: 36px 20px 0 25px;
  }
  .vev #epwpK3eRR1g {
    min-width: 45px;
  }
  .vev #e8zsSvs11Mw {
    display: none;
  }
  .vev #eoyTBuOZlfs {
    margin: 349px 0 0;
    width: 1024px;
    height: 230px;
    place-self: start end;
  }
  .vev div .pdUatB-YDGK h1 {
    font-size: 60px;
  }
  .vev div .pdUatB-YDGK strong {
    font-size: 130px;
  }
  .vev #emlckKBn8SS {
    display: none;
  }
  .vev #e__E_jk2zmm {
    margin: 349px 0 0;
    width: 1024px;
    height: 230px;
    place-self: start end;
  }
  .vev #eqFJ2YrWU7z {
    min-height: 2600px;
    display: grid;
  }
  .vev #e2J7XPXUZco {
    margin: 350px 0 0;
    width: 1020px;
    height: 250px;
    place-self: start center;
  }
  .vev #eEn_LAFbF6r {
    margin: 128px 0 0;
    width: 870px;
    height: 425px;
  }
  .vev div .pFhRq11LtJE p,
  .vev div .pU_Fx1efYkt p,
  .vev div .pU_Fx1efYkt strong {
    font-size: 30px;
  }
  .vev #ezpMdOiYOZf {
    min-height: 950px;
  }
  .vev #eniIyS0YH9C {
    width: 2100px;
    height: 210px;
    margin: 740px 0 0;
  }
  .vev #e72eUtgGGLU,
  .vev #eHFlenxs-y_ {
    margin: 758px 0 0;
    width: 1000px;
    height: 165px;
    place-self: start center;
  }
  .vev div .pMv38btGGIG h2,
  .vev div .pUpxVeIRFPQ h2 {
    font-size: 75px;
  }
  .vev #ejRCcMtRpGB {
    min-height: 785px;
  }
  .vev #eJBOA7UB24U {
    margin: 90px 0 0;
    width: 940px;
    height: 605px;
  }
  .vev #evw53VNPB45 {
    min-height: 1925px;
  }
  .vev #esGCM2shCr0 {
    margin: 0;
    width: 1024px;
    height: 990px;
  }
  .vev #e4RF_6MgyFH {
    margin: 1050px 0 0;
    width: 1024px;
    height: 215px;
  }
  .vev div .pf0h6zS-VYa p {
    font-size: 50px;
  }
  .vev #ee03lCZFRSe {
    margin: 1325px 0 0;
    width: 800px;
    height: 510px;
  }
  .vev #eY7Enk2haZ4 {
    min-height: 1455px;
  }
  .vev #eLW42yGf8s4 {
    width: 1024px;
    height: 900px;
  }
  .vev #ejVpl38WD15 {
    margin: 960px 0 0;
    width: 1024px;
    height: 135px;
  }
  .vev #eFhxG9ZW6MG {
    margin: 1155px 1px 0 0;
    width: 785px;
    height: 210px;
  }
  .vev #eJqpKUIqMlP {
    display: none;
  }
  .vev #enhPjGS98dM {
    min-height: 450vh;
    display: grid;
  }
  .vev #eQAfq2o0Jo_ {
    min-height: 1021px;
  }
  .vev #e0s5xybu1KM {
    width: 900px;
    height: 135px;
  }
  .vev #eE9fj6AFVPz {
    margin: 255px 0 0;
    width: 800px;
    height: 505px;
  }
  .vev #et5n7sL-c5g {
    margin: 840px 0 0;
    width: 730px;
    height: 16px;
  }
  .vev #eLmWYsYtFlc {
    min-height: 950px;
  }
  .vev #eka12aRPwjz {
    width: 2100px;
    height: 210px;
    margin: 740px 0 0;
  }
  .vev #ei4zXtUYuQ8,
  .vev #ejyvdbu4GpO {
    margin: 757px 0 0;
    width: 1000px;
    height: 165px;
    place-self: start center;
  }
  .vev #eKK-Ix6Tmnp {
    min-height: 690px;
  }
  .vev #eWwvGt6brHN {
    margin: 90px 0.1% 0 0;
    width: 961px;
    height: 510px;
  }
  .vev #esFnF_h_E12 {
    min-height: 1630px;
  }
  .vev #e-1trNBYUI9 {
    width: 1024px;
    height: 900px;
  }
  .vev #eWLK_OcBG9i {
    margin: 960px 0 0;
    width: 1000px;
    height: 135px;
    place-self: start center;
  }
  .vev #evvsiLfDlBn {
    margin: 1155px 0 0;
    width: 800px;
    height: 385px;
  }
  .vev #eMOsuSXFfOJ {
    min-height: 1585px;
  }
  .vev #eyWiObrHvWz {
    width: 1024px;
    height: 900px;
  }
  .vev #edrsFjt9_Ww {
    margin: 960px 0 0;
    width: 1000px;
    height: 135px;
    place-self: start center;
  }
  .vev #e12E2Vu6AC3 {
    margin: 1155px 0 0;
    width: 800px;
    height: 340px;
  }
  .vev #eQY5E9-Q47b {
    display: none;
  }
  .vev #eXHIyiYEL-d {
    min-height: 450vh;
    display: grid;
  }
  .vev #ebwrWQtRSTj {
    min-height: 596px;
  }
  .vev #ePWVAxQ4w3q {
    margin: 60px 0 0;
    width: 1024px;
    height: 135px;
  }
  .vev #e06EBsjPLLi {
    margin: 255px 0 0;
    width: 800px;
    height: 80px;
  }
  .vev #eSOxlCa0Re- {
    margin: 415px 0 0;
    width: 730px;
    height: 16px;
  }
  .vev #evztrD3nD7M {
    width: 2100px;
    height: 210px;
    margin: 814px 0 0;
  }
  .vev #eOzyslqyjtK,
  .vev #elT-3EsPAct {
    margin: 832px 0 0;
    width: 1000px;
    height: 165px;
  }
  .vev #etTGfBCnSkj {
    min-height: 650px;
  }
  .vev #eyoxnLCSuow {
    margin: 90px 0 0;
    width: 940px;
    height: 470px;
  }
  .vev #enmBSeGZL9Q {
    min-height: 1490px;
  }
  .vev #eIUgLt95YbY {
    margin: 0;
    width: 1024px;
    height: 900px;
    place-self: start center;
  }
  .vev #eTnNyaYKAIb {
    margin: 960px 0 0;
    width: 1000px;
    height: 210px;
  }
  .vev #ein0oxv7zaU {
    margin: 1230px 0 0;
    width: 800px;
    height: 170px;
  }
  .vev #eHKCvjtZgzF {
    min-height: 1505px;
  }
  .vev #eXWRSXF6xIU {
    margin: 0;
    width: 1024px;
    height: 900px;
    place-self: start center;
  }
  .vev #ei974Pne20f {
    margin: 960px 0 0;
    width: 1000px;
    height: 135px;
  }
  .vev #eoz0C3L5-6r {
    margin: 1155px 0 0;
    width: 780px;
    height: 260px;
  }
  .vev #eGU_Rw76Mtt {
    display: none;
  }
  .vev #e7m3WTl8ggn {
    min-height: 400vh;
    display: grid;
  }
  .vev #ev0DoYm0Q64 {
    min-height: 646px;
  }
  .vev #eGhCguE3d_T {
    margin: 60px 0 0;
    width: 1000px;
    height: 135px;
  }
  .vev #eIDSlLQwQyE {
    margin: 255px 0 0;
    width: 800px;
    height: 130px;
  }
  .vev #eHpkXBJN7e6 {
    margin: 465px 0 0;
    width: 730px;
    height: 16px;
  }
  .vev #eyiDgLFu2JQ {
    width: 2100px;
    height: 210px;
    margin: 814px 0 0;
  }
  .vev #etgDu0yJ3B_,
  .vev #ew70k2LalD5 {
    margin: 832px 0 0;
    width: 1000px;
    height: 165px;
  }
  .vev #e2elNfpqA0q {
    min-height: 605px;
  }
  .vev #eMEhch_JONG {
    margin: 90px 0 0;
    width: 940px;
    height: 425px;
  }
  .vev #ePLv8YC8UKz {
    min-height: 1658px;
  }
  .vev #e8IY3SGthOk {
    width: 1024px;
    height: 900px;
  }
  .vev #eJJQNiIAR0Y {
    margin: 960px 0 0;
    width: 1000px;
    height: 78px;
    place-self: start center;
  }
  .vev #eMDd17F9ygP {
    margin: 1098px 0 0;
    width: 800px;
    height: 470px;
  }
  .vev #eOIAXIZLgn3 {
    min-height: 2010px;
  }
  .vev #e0AfUlcXIr1 {
    width: 1024px;
    height: 900px;
  }
  .vev #e-rkLBVThKQ {
    margin: 960px 0 0;
    width: 1000px;
    height: 135px;
  }
  .vev #em6BsTXIoxD {
    margin: 1155px 1px 0 0;
    width: 801px;
    height: 765px;
  }
  .vev #eQxF1NH7Y1n {
    display: none;
  }
  .vev #eE6zWS_THHs {
    min-height: 300vh;
    display: grid;
  }
  .vev #ebpZi765FUv {
    min-height: 896px;
  }
  .vev #eeWl7ROytEg {
    width: 1000px;
    height: 135px;
  }
  .vev #eOAx6bC8lSe {
    margin: 255px 0 0;
    width: 800px;
    height: 380px;
  }
  .vev #e8e9SLJMAiy {
    margin: 715px 0 0;
    width: 730px;
    height: 16px;
  }
  .vev #eQjImR-Hmq3 {
    width: 2100px;
    height: 210px;
    margin: 814px 0 0;
  }
  .vev #eA-LB-JU6KL,
  .vev #eyixqHcrvDW {
    margin: 826px 0 0;
    width: 1024px;
    height: 165px;
  }
  .vev #eGC4B-CojIZ {
    min-height: 735px;
  }
  .vev #eGqKGTsugUj {
    margin: 90px 0 0;
    width: 940px;
    height: 555px;
  }
  .vev #eGMWHVPezYw {
    min-height: 1750px;
  }
  .vev #ewXKAbp3n1D {
    width: 1024px;
    height: 900px;
  }
  .vev #eEw3qdZ1HOn {
    margin: 960px 0 0;
    width: 1000px;
    height: 215px;
  }
  .vev #ebVeJ9nMC6v {
    margin: 1235px 1px 0 0;
    width: 815px;
    height: 425px;
  }
  .vev #e2PimR0vy4O {
    min-height: 1850px;
  }
  .vev #e3YZfWriqnI {
    width: 1024px;
    height: 900px;
  }
  .vev #egirBRfqyA8 {
    margin: 960px 0.19% 0 0;
    width: 1000px;
    height: 355px;
    place-self: start center;
  }
  .vev #ea0XTF07KTT {
    margin: 1375px 0 0;
    width: 800px;
    height: 385px;
  }
  .vev #e-iXy2eFMYK {
    display: none;
  }
  .vev #e5iOvxCg3VT {
    min-height: 450vh;
    display: grid;
  }
  .vev #etYZTqToTR7 {
    min-height: 606px;
  }
  .vev #e7U-BM3ytS_ {
    margin: 60px 0 0;
    width: 1000px;
    height: 135px;
  }
  .vev #eoxc2wWEbjU {
    margin: 255px 0 0;
    width: 800px;
    height: 90px;
  }
  .vev #e68V_gbArTy {
    margin: 425px 0 0;
    width: 730px;
    height: 16px;
  }
  .vev #ehjk08wXYZL {
    width: 2100px;
    height: 210px;
    margin: 814px 0 0;
  }
  .vev #e4tG-o77IER,
  .vev #ehIlU2zAskp {
    margin: 823px 0 0;
    width: 1000px;
    height: 165px;
  }
  .vev #elK3cUYVdE6 {
    min-height: 610px;
  }
  .vev #ebyAWvtH7t2 {
    margin: 90px 0 0;
    width: 950px;
    height: 430px;
  }
  .vev #eRU6pg58yro {
    min-height: 1755px;
  }
  .vev #e_OafbcbBIL {
    width: 1024px;
    height: 900px;
  }
  .vev #eJulDYH0dju {
    margin: 960px 0 0;
    width: 1000px;
    height: 135px;
  }
  .vev #eXbEzwTII-2 {
    margin: 1155px 0 0;
    width: 800px;
    height: 510px;
  }
  .vev #el6nZflY2aN {
    min-height: 1670px;
  }
  .vev #eGtM7dPgN2A {
    width: 1024px;
    height: 900px;
  }
  .vev #eSqUjBGCAiY {
    margin: 960px 0 0;
    width: 1000px;
    height: 135px;
    place-self: start center;
  }
  .vev #ek-V_jPw-I1 {
    margin: 1155px 0 0;
    width: 800px;
    height: 425px;
  }
  .vev #eCOaEfZNeVd {
    display: none;
  }
  .vev #eYdUpp-RTxL {
    min-height: 390vh;
    display: grid;
  }
  .vev #eRDnSUql4Vp {
    min-height: 771px;
  }
  .vev #eQSrXxbLhTe {
    margin: 60px 0 0;
    width: 1000px;
    height: 135px;
  }
  .vev #e4-6KaCYx_f {
    margin: 255px 0 0;
    width: 800px;
    height: 255px;
  }
  .vev #e9gaKbasjtm {
    margin: 590px 0 0;
    width: 730px;
    height: 16px;
  }
  .vev #ew8S-GYT95k {
    min-height: 2470px;
  }
  .vev #e5Vos9MJ4Ef {
    width: 1024px;
    height: 600px;
    margin: 180px 0 0;
  }
  .vev #ezqVSW1dahF {
    margin: 0 165px 0 0;
    width: 325px;
  }
  .vev #eX33OqCRMWM {
    margin: 0 0 0 165px;
    width: 325px;
  }
  .vev #e14PDkwnbr1 {
    margin: 370px 0 0;
    width: 1024px;
    height: 230px;
    place-self: start end;
  }
  .vev div .pvWvcp5bxLM p {
    font-size: 55px;
  }
  .vev #eFIngyrgaqI {
    width: 1024px;
    height: 606px;
    margin: 895px 0 0;
  }
  .vev #eHwDv_BQNEu {
    margin: 0 0 0 165px;
    width: 325px;
  }
  .vev #ehGylFW29Gb {
    margin: 0 165px 0 0;
    width: 325px;
  }
  .vev #eD1Zb0Q4tq4 {
    margin: 370px 0 0;
    width: 1024px;
    height: 235px;
  }
  .vev #e60DKgxS7mY {
    width: 1024px;
    height: 675px;
    margin: 1615px 0 0;
  }
  .vev #eiWqzJfjkkh {
    margin: 0 0 0 165px;
    width: 325px;
  }
  .vev #e-2kIkHtfFg {
    margin: 0 165px 0 0;
    width: 325px;
  }
  .vev #eaCCmXIJHQw {
    margin: 370px 0 0;
    width: 1024px;
    height: 305px;
  }
  .vev #ePVuumO5QJZ {
    min-height: 900px;
  }
  .vev #eDJBFqHxORg {
    margin: 125px 0 0;
    width: 1000px;
    height: 650px;
  }
  .vev div .p_mfJzc87yK p {
    font-size: 28px;
  }
  .vev div .p_mfJzc87yK strong {
    font-size: 34px;
  }
}
@media (max-width: 1280px) {
  .vev .__vev {
    --b-T7xpnC80VU: url(assets/57563024da9a3eaeba3d174c1a4b4e00.jpeg);
    --b-FvY7rAXG7p: url(assets/b8a04d5096b089db8c44eb7dbd556b81.jpeg);
    --b-RkIZ-q72DE: url(assets/27da40c3bf51ec6acf9101020c910f51.png);
    --b-4k-4k-wallpaper-1711556: url(assets/797fb0b4814f6812455b6c52f7aeab1c.jpeg);
  }
}
@media (max-width: 1920px) and (min-width: 1281px) {
  .vev .__vev {
    --b-T7xpnC80VU: url(assets/ee7fcedc1f954dd37ff56b5509e73b6b.jpeg);
    --b-FvY7rAXG7p: url(assets/fa4b0a13124aa68c1c64202626fc17ee.jpeg);
    --b-RkIZ-q72DE: url(assets/27da40c3bf51ec6acf9101020c910f51.png);
    --b-4k-4k-wallpaper-1711556: url(assets/683ec07e6a98ecaa8f1bbe7d6ba7aa79.jpeg);
  }
}
@media (min-width: 1921px) {
  .vev .__vev {
    --b-T7xpnC80VU: url(assets/41275bdb22944b8ed998bb23ff4e8b83.jpeg);
    --b-FvY7rAXG7p: url(assets/0d423ca33229559401ea094edfea82cc.jpeg);
    --b-RkIZ-q72DE: url(assets/27da40c3bf51ec6acf9101020c910f51.png);
    --b-4k-4k-wallpaper-1711556: url(assets/b0b0a9d3a5713a6edf9c77e7311677d9.jpeg);
  }
}
@supports not (aspect-ratio: 1) {
  .vev #e-2kIkHtfFg::before,
  .vev #e68V_gbArTy::before,
  .vev #e8e9SLJMAiy::before,
  .vev #e9gaKbasjtm::before,
  .vev #eHpkXBJN7e6::before,
  .vev #eHwDv_BQNEu::before,
  .vev #eSOxlCa0Re-::before,
  .vev #eX33OqCRMWM::before,
  .vev #ehGylFW29Gb::before,
  .vev #eiWqzJfjkkh::before,
  .vev #et5n7sL-c5g::before,
  .vev #ezqVSW1dahF::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
vev {
  font-family: "Merriweather";
}
@supports not (aspect-ratio: 1) {
  .vev #e-2kIkHtfFg::before,
  .vev #e68V_gbArTy::before,
  .vev #e8e9SLJMAiy::before,
  .vev #e9gaKbasjtm::before,
  .vev #eHpkXBJN7e6::before,
  .vev #eHwDv_BQNEu::before,
  .vev #eSOxlCa0Re-::before,
  .vev #eX33OqCRMWM::before,
  .vev #ehGylFW29Gb::before,
  .vev #eiWqzJfjkkh::before,
  .vev #et5n7sL-c5g::before,
  .vev #ezqVSW1dahF::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
