@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?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");
.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

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

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

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

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

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

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

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

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

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

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

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

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

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes scale {
  50% {
    transform: scale(1.2);
  }
}
.vev .image {
  overflow: hidden;
}
.vev .image img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.vev .image img.section {
  position: absolute;
}
.vev .text h1,
.vev .text h2,
.vev .text h3,
.vev .text h4,
.vev .text h5,
.vev .text h6,
.vev .text p {
  white-space: normal;
  word-break: break-word;
}
.vev .text h1:empty::after,
.vev .text h2:empty::after,
.vev .text h3:empty::after,
.vev .text h4:empty::after,
.vev .text h5:empty::after,
.vev .text h6:empty::after,
.vev .text p:empty::after {
  content: "\00a0 ";
}
.vev .text p {
  margin: 14px 0;
}
.vev .text h1 {
  margin: 30px 0;
  font-size: 42px;
}
.vev .text h2 {
  margin: 22px 0;
  font-size: 32px;
}
.vev .text h3 {
  margin: 22px 0;
  font-size: 24px;
}
.vev .text h4,
.vev .text h5,
.vev .text h6 {
  margin: 18px 0;
  font-size: 16px;
  font-weight: 700;
}
.vev .text blockquote {
  padding: 0;
  border-left: unset;
  color: currentColor;
}
.vev .text blockquote,
.vev .text li {
  margin: 16px 40px;
  font-size: 21px;
}
.vev .text h1,
.vev .text h2,
.vev .text h3,
.vev .text strong {
  font-weight: 700;
}
.vev .text em {
  font-style: italic;
}
.vev .text ins {
  font-size: 1em;
}
.vev .text a {
  color: #009688;
  text-decoration: none;
  word-break: break-word;
  transition: all 0.2s ease-out;
}
.vev .text a:hover {
  color: #00786b;
}
.vev .text table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.vev .text td,
.vev .text th {
  border: 1px solid #333;
  padding: 10px 5px;
  word-break: normal;
}
.vev .text td {
  min-width: 42px;
}
.vev .text td h1,
.vev .text td h2,
.vev .text td h3,
.vev .text td h4,
.vev .text td h5,
.vev .text td p {
  margin: 0;
}
.vev .text th {
  background: #e91e63;
}
.vev .text hr {
  border: 0;
  background: #80cbc4;
  height: 5px;
  margin: 8px 16px;
}
.vev .text pre {
  font-family: "monospace";
  background-color: #fff;
  border-radius: 0.25em;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.45);
  line-height: 0;
  counter-reset: line;
}
.vev .text pre div,
.vev .text pre span {
  display: block;
  line-height: 1.5rem;
}
.vev .text pre div:before,
.vev .text pre span:before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 0.5em;
  margin-right: 0.5em;
  color: #888;
}
.vev .text span.dropcap {
  color: #009688;
  float: left;
  font-size: 24px;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.2em 0;
}
.vev .text code {
  font-size: 85%;
  white-space: pre-wrap;
  background-color: rgba(135, 131, 120, 0.15);
  border-radius: 3px;
  padding: 0.2em 0.4em;
  line-height: normal;
}
.vev .text sub,
.vev .text sup {
  line-height: 1;
}
.vev .wp423o6en5 {
  overflow: hidden !important;
}
.vev .section .children {
  height: 100%;
}
.vev .wE-bVv5NUw .instructions {
  padding: 20px;
  background: #444;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
}
.vev .youtube .no-video,
.vev .youtube iframe {
  width: 100%;
  height: 100%;
  position: relative;
}
.vev .youtube .no-video {
  background: #333;
}
.vev .youtube .no-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 80px;
}
.vev .youtube {
  overflow: hidden;
}
.vev .youtube .yt-lite {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: 50%;
  background-size: cover;
  cursor: pointer;
}
.vev .youtube .yt-lite.lyt-activated::before {
  content: "";
  box-sizing: content-box;
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.vev .youtube .yt-lite::after {
  content: "";
  display: block;
  padding-bottom: var(--aspect-ratio);
}
.vev .youtube .yt-lite > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.vev .youtube .yt-lite > .lty-playbtn {
  width: 70px;
  height: 46px;
  background-color: #212121;
  z-index: 1;
  opacity: 0.8;
  border-radius: 14%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.vev .youtube .yt-lite:hover > .lty-playbtn {
  background-color: red;
  opacity: 1;
}
.vev .youtube .yt-lite > .lty-playbtn::before {
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 11px 0 11px 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.vev .youtube .yt-lite.lyt-activated {
  cursor: unset;
}
.vev .youtube .yt-lite.lyt-activated::before,
.vev .youtube .yt-lite.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}
.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 .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 .pl3K1H0ADZ3 .__sc {
  grid-template-columns: 1fr 1024px 1fr;
}
.vev #eTQo-pPvr7_ {
  margin: 14px 1.39% 0 0;
  width: 46px;
  height: auto;
  transform: none;
  place-self: start end;
  aspect-ratio: 0.7931;
  --ratio: 126.09%;
}
.vev #ekgnP25gTv0 {
  margin: 323px 1.07% 0 0;
  width: 4.53%;
  height: 21px;
  transform: none;
  place-self: start end;
  display: none;
}
.vev #eJ8n-GdMQ0vc {
  background: #efeeed;
}
.vev #eJ8n-GdMQ0v {
  min-height: 100vh;
  height: auto;
}
.vev #eUOQpi4aaVC {
  width: 91.6%;
  height: auto;
  margin: 262px 0 0 4.2%;
}
.vev #eGifuTQFJoDc h1,
.vev #eGifuTQFJoDc strong {
  font-family: "Poppins";
  font-style: normal;
  color: #d60000;
}
.vev #eGifuTQFJoDc h1 {
  font-size: 150px;
  line-height: 110px;
  font-weight: 400;
}
.vev .pq66sJfjyhn.pq66sJfjyhn h1 {
  font-weight: 400;
  font-style: normal;
  font-family: "DM Sans";
  font-size: 92px;
  line-height: 80px;
  letter-spacing: -5px;
  color: #060039;
  margin: 0;
}
.vev #eGifuTQFJoDc strong {
  font-weight: 700;
  font-size: 120px;
}
.vev #eGifuTQFJoD,
.vev #eWmqPi-knxq {
  margin: 0;
  width: 100%;
  height: 233px;
  transform: none;
  place-self: start start;
}
.vev #eWmqPi-knxq {
  margin: 289px 0 0 0.85%;
  width: 98.4%;
  height: 88px;
}
.vev .pCR_hesPmZC.pCR_hesPmZC h4,
.vev .pHWz5FAG0wv.pHWz5FAG0wv h4 {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  margin: 0;
  color: #060039;
  line-height: 1.2em;
}
.vev .pHWz5FAG0wv.pHWz5FAG0wv h4 {
  font-size: 25px;
  line-height: 1.3em;
}
.vev #eApTE3WNnfH {
  min-height: 500px;
  height: auto;
}
.vev #ejAdXVK7S5S {
  margin: 153px 0 0 0.1%;
  width: 75.88%;
  height: 245px;
  transform: none;
  place-self: start center;
}
.vev #eUWn2cBLf6P {
  height: auto;
  min-height: 980px;
}
.vev #e8XhFh8yMh_c p,
.vev .pTlmegisCh-.pTlmegisCh- h4 {
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  font-family: "Lora";
}
.vev .pTlmegisCh-.pTlmegisCh- h4 {
  font-family: "Merriweather";
  font-style: italic;
  font-size: 30px;
  margin: 0;
  color: #060039;
  line-height: 1.3em;
}
.vev #e8XhFh8yMh_ {
  margin: 130px 0 0;
  width: 100%;
  height: 128px;
  transform: none;
  place-self: start end;
}
.vev #ea1-rv2pGHp {
  width: 133.89%;
  height: auto;
  margin: 310px 0 0 0.1%;
  transform: none;
  place-self: start center;
  display: none;
}
.vev #e6gHO0_FRPh,
.vev #eCoP4PMqwQL {
  width: 100%;
  height: 197px;
  transform: none;
  place-self: start start;
}
.vev #eCoP4PMqwQL {
  margin: 0;
}
.vev #e6gHO0_FRPh {
  margin: 222px 0 0;
}
.vev #eZPeyraEO9E {
  width: 133.9%;
  height: auto;
  margin: 310px 0 0 -16.9%;
}
.vev #e29j84tAr4r {
  margin: 0;
  width: 457px;
  height: 210px;
  transform: none;
}
.vev #eS9GFEZOe11 {
  place-self: start start;
}
.vev #eS9GFEZOe11,
.vev #eg5hDxbcUT1 {
  margin: 0;
  width: 457px;
  height: 210px;
  transform: none;
}
.vev #e29j84tAr4r {
  place-self: start center;
}
.vev #eg5hDxbcUT1 {
  place-self: start end;
}
.vev #e14rWwIVzzd,
.vev #eFCuC6AJBwM,
.vev #eaNlYDDr78v {
  margin: 252px 0 0;
  width: 33.33%;
  height: 210px;
  transform: none;
}
.vev #eaNlYDDr78v {
  place-self: start start;
}
.vev #e14rWwIVzzd {
  place-self: start center;
}
.vev #eFCuC6AJBwM {
  place-self: start end;
}
.vev #e7pZcGCcw9q {
  width: 100%;
  height: auto;
  margin: 359px 0 0 0.16%;
  display: none;
}
.vev #e9cJvT8XPr2 {
  margin: 0;
}
.vev #e9cJvT8XPr2,
.vev #elx7Vm_Ly0Y,
.vev #epWJpuCJNE4 {
  width: 600px;
  height: 180px;
  transform: none;
  place-self: start start;
}
.vev #epWJpuCJNE4 {
  margin: 180px 0 0;
}
.vev #elx7Vm_Ly0Y {
  margin: 360px 0 0;
}
.vev #eFuMwjsH4JB,
.vev #eJxiRh9-Djy,
.vev #eP2pbqHsib9 {
  width: 100%;
  height: 180px;
  transform: none;
  place-self: start start;
}
.vev #eJxiRh9-Djy,
.vev #eP2pbqHsib9 {
  margin: 540px 0 0;
}
.vev #eP2pbqHsib9 {
  margin: 720px 0 0;
}
.vev #eFuMwjsH4JB {
  margin: 900px 0 0;
}
.vev #eALyxd8pZX4 {
  width: 133.9%;
  height: auto;
  margin: 310px 0 0 -16.9%;
  display: none;
}
.vev #em8Qv8UtatB,
.vev #exwdDSG0lht {
  margin: 0;
  width: 100%;
  height: 210px;
  transform: none;
  place-self: start end;
}
.vev #exwdDSG0lht {
  margin: 252px 0 0;
  place-self: start start;
}
.vev #eaDR40OQwqu {
  height: auto;
  min-height: 1800px;
}
.vev #eF8yYTXstek {
  width: 124.3%;
  height: auto;
  margin: -1px 0 0 -12.1%;
}
.vev #eBQhzyEvbOK,
.vev #erAQ7SOhv7K {
  margin: 0;
  width: 100%;
  height: 560px;
  transform: none;
  place-self: start start;
}
.vev #erAQ7SOhv7K {
  display: none;
}
.vev #e3Un1195Q7i {
  margin: 590px 0.08% 0 0;
  width: 80.44%;
  height: 86px;
  transform: none;
  place-self: start center;
}
.vev .pTlmegisCh-.pTlmegisCh- em {
  color: #e20101;
}
.vev #e98yT279dKj {
  width: 130.2%;
  height: auto;
  margin: 775px 0 0 -15.2%;
}
.vev #eIOCtnHkwLX {
  width: 100%;
  height: auto;
  margin: 0;
}
.vev #e2-IqAwOL60,
.vev #eAPuMr5Ms0m {
  margin: 0 0 0 11.7%;
  width: 35.63%;
  height: 151.17%;
  transform: none;
  place-self: start start;
}
.vev #eAPuMr5Ms0m {
  margin: 149px 0 0 61.59%;
  width: 38.41%;
  height: 150px;
}
.vev #eAPuMr5Ms0mc h4 {
  line-height: 1.5em;
}
.vev #eAPuMr5Ms0mc p {
  line-height: 1.6em;
}
.vev #eAPuMr5Ms0mc p,
.vev #eFq7QTwrtC1c p,
.vev #eccFXkjAnqQc p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}
.vev #eurLUIMPoTv {
  width: 100%;
  height: auto;
  margin: 551px 0 0;
  transform: none;
  place-self: start end;
}
.vev #eYbFc9CVPCX {
  margin: 0 0 0 -0.23%;
  width: 56.71%;
  height: 270px;
  transform: none;
  place-self: start start;
}
.vev #eAPuMr5Ms0mc h4,
.vev #eFq7QTwrtC1c h4 {
  font-size: 25px;
  font-weight: 400;
  font-style: inherit;
}
.vev #eFq7QTwrtC1c p,
.vev #eccFXkjAnqQc h4 {
  line-height: 1.5em;
}
.vev #eFq7QTwrtC1 {
  margin: 71px 0 0;
  width: 38.41%;
  height: 128px;
  transform: none;
  place-self: start end;
}
.vev #e1IuRDkXqyk {
  width: 109%;
  height: auto;
  margin: 807px 0 0 -4.5%;
  display: none;
}
.vev #elpf9KFBhB9 {
  width: 100%;
  height: auto;
  margin: 0;
  place-self: start start;
}
.vev #eQOJeyeexyD,
.vev #eccFXkjAnqQ {
  margin: 0;
  width: 48.93%;
  height: 100%;
  transform: none;
  place-self: start start;
}
.vev #eccFXkjAnqQ {
  margin: 98px 0 0 54.13%;
  width: 45.87%;
  height: 174px;
}
.vev #eccFXkjAnqQc p {
  line-height: 1.6em;
}
.vev #ew-uaq-I7vb {
  width: 100%;
  height: auto;
  margin: 448px 0 0;
  place-self: start start;
}
.vev #eTE4WRT8PHx,
.vev #ecwrcUGhABK {
  margin: 0;
  width: 48.93%;
  height: 420px;
  transform: none;
  place-self: start start;
}
.vev #ecwrcUGhABK {
  margin: 129px 0 0 54.13%;
  width: 45.87%;
  height: 163px;
}
.vev #eccFXkjAnqQc h4,
.vev #ecwrcUGhABKc h4 {
  font-size: 25px;
  font-weight: 400;
  font-style: inherit;
}
.vev #e4OLrbGoQ5ec p,
.vev #e4_9BudVKOFc p,
.vev #eYP32eorD_uc p,
.vev #ecwrcUGhABKc p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}
.vev #ecwrcUGhABKc p {
  line-height: 1.5em;
}
.vev #emhX0SBO0hv {
  width: 100%;
  height: auto;
  margin: 642px 0 0 0.2%;
  display: none;
}
.vev #e4_9BudVKOF {
  place-self: start start;
}
.vev #enWdzDD0RpM {
  height: auto;
}
.vev #enWdzDD0RpM,
.vev #evx8KXnEBm6 {
  width: 100%;
  margin: 0;
  place-self: start start;
}
.vev #e4_9BudVKOF {
  transform: none;
}
.vev #evx8KXnEBm6 {
  height: 71.26%;
  transform: none;
}
.vev #e4_9BudVKOFc h4 {
  line-height: 1.5em;
}
.vev #e4_9BudVKOFc p {
  line-height: 1.6em;
}
.vev #e4_9BudVKOF {
  margin: 315px 0 0 13.75%;
  width: 72.81%;
  height: 106px;
}
.vev #eFedLnd8pJN {
  width: 100%;
  height: auto;
  margin: 486px 0 0;
  place-self: start start;
}
.vev #e4OLrbGoQ5e,
.vev #eyyRVgHDD6J {
  transform: none;
  place-self: start start;
}
.vev #eyyRVgHDD6J {
  margin: 0;
  width: 100%;
  height: 300px;
}
.vev #e4OLrbGoQ5ec h4,
.vev #e4_9BudVKOFc h4 {
  font-size: 25px;
  font-weight: 400;
  font-style: inherit;
}
.vev #e4OLrbGoQ5ec p,
.vev #eYP32eorD_uc h4 {
  line-height: 1.5em;
}
.vev #e4OLrbGoQ5e {
  margin: 305px 0 0 6.88%;
  width: 85.94%;
  height: 100px;
}
.vev #eWiNSfEJlS3 {
  height: auto;
  min-height: 2310px;
}
.vev #ecOgWGsBROd {
  width: 124.3%;
  height: auto;
  margin: 0 0 0 -12.1%;
}
.vev #enrAMGaWaGF {
  margin: 0;
  width: 100%;
  height: 800px;
}
.vev #eLLMHEOhEbS,
.vev #ekkDaABvLJ3,
.vev #enrAMGaWaGF {
  transform: none;
  place-self: start start;
}
.vev #eLLMHEOhEbS {
  margin: 0;
  width: 100%;
  height: 800px;
  display: none;
}
.vev #ekkDaABvLJ3 {
  margin: 830px 0 0 9.74%;
  width: 80.44%;
  height: 157px;
}
.vev #eAqQREjtHcz {
  width: 128.7%;
  height: auto;
  margin: 1109px 0 0 -13.8%;
}
.vev #eNg1i61w2Ig,
.vev #eRiUVrKbelE {
  margin: 0;
  transform: none;
  place-self: start start;
}
.vev #eRiUVrKbelE {
  width: 100%;
  height: auto;
}
.vev #eNg1i61w2Ig {
  width: 56.07%;
  height: 459px;
}
.vev #eYP32eorD_uc p {
  line-height: 1.6em;
}
.vev #e6bPAbex0ux,
.vev #eSmYQYXirZ0,
.vev #eYP32eorD_u {
  transform: none;
  place-self: start start;
}
.vev #eYP32eorD_u {
  margin: 130px 0 0 61.15%;
  width: 38.85%;
  height: 186px;
}
.vev #eSmYQYXirZ0 {
  width: 100%;
  height: auto;
  margin: 561px 0 0;
}
.vev #e6bPAbex0ux {
  margin: 0;
  width: 56.07%;
  height: 459px;
}
.vev #eYP32eorD_uc h4,
.vev #eh6hLZVE6eSc h4 {
  font-size: 25px;
  font-weight: 400;
  font-style: inherit;
}
.vev #e7Y70ut1dqFc p,
.vev #eTFvt-6DEN7c p,
.vev #eXjq1htO15Lc p,
.vev #eh6hLZVE6eSc p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}
.vev #eh6hLZVE6eSc p {
  line-height: 1.5em;
}
.vev #eh6hLZVE6eS {
  margin: 165px 0 0;
  width: 38.85%;
  height: 128px;
  transform: none;
  place-self: start end;
}
.vev #eBJDECJttJz {
  width: 107.8%;
  height: auto;
  margin: 1109px 0 0 -4.5%;
  display: none;
}
.vev #e0sHSRKvH-x {
  width: 100%;
  height: auto;
  margin: 0;
  place-self: start start;
}
.vev #e7Y70ut1dqF,
.vev #eTTHC84S66a {
  transform: none;
  place-self: start start;
}
.vev #eTTHC84S66a {
  margin: 0;
  width: 49.46%;
  height: 459px;
}
.vev #e7Y70ut1dqFc h4 {
  line-height: 1.5em;
}
.vev #e7Y70ut1dqFc p {
  line-height: 1.6em;
}
.vev #e7Y70ut1dqF {
  margin: 130px 0 0 53.63%;
  width: 46.37%;
  height: 172px;
}
.vev #e-mmaoZkVls {
  width: 100%;
  height: auto;
  margin: 541px 0 0;
  place-self: start start;
}
.vev #eShygL8xGLj,
.vev #eXjq1htO15L {
  margin: 0;
  width: 49.46%;
  height: 459px;
  transform: none;
  place-self: start start;
}
.vev #eXjq1htO15L {
  margin: 165px 0 0 53.63%;
  width: 46.37%;
  height: 128px;
}
.vev #e7Y70ut1dqFc h4,
.vev #eXjq1htO15Lc h4 {
  font-size: 25px;
  font-weight: 400;
  font-style: inherit;
}
.vev #eTFvt-6DEN7c h4,
.vev #eXjq1htO15Lc p {
  line-height: 1.5em;
}
.vev #ec-3eyEHcgh {
  width: 100%;
  height: auto;
  margin: 819px 0 0 0.2%;
  display: none;
}
.vev #eTFvt-6DEN7 {
  place-self: start start;
}
.vev #ejQjImqr6PU,
.vev #emNqsBn7-AS {
  width: 100%;
  margin: 0;
  place-self: start start;
}
.vev #emNqsBn7-AS {
  height: auto;
}
.vev #eTFvt-6DEN7 {
  transform: none;
}
.vev #ejQjImqr6PU {
  height: 299px;
  transform: none;
}
.vev #eTFvt-6DEN7c p {
  line-height: 1.6em;
}
.vev #eTFvt-6DEN7 {
  margin: 324px 0 0 8.13%;
  width: 83.44%;
  height: 106px;
}
.vev #eePnrTW3bvc {
  width: 100%;
  height: auto;
  margin: 496px 0 0;
  place-self: start start;
}
.vev #e8rDaUESErY,
.vev #ecvoOZb7wqL {
  margin: 0;
  width: 100%;
  height: 299px;
  transform: none;
  place-self: start start;
}
.vev #ecvoOZb7wqL {
  margin: 304px 0 0 10.63%;
  width: 79.06%;
  height: 88px;
}
.vev #eTFvt-6DEN7c h4,
.vev #ecvoOZb7wqLc h4,
.vev #ecvoOZb7wqLc p {
  font-size: 25px;
  font-weight: 400;
  font-style: inherit;
}
.vev #ecvoOZb7wqLc p {
  font-family: "Merriweather";
  font-style: normal;
  line-height: 1.5em;
}
.vev #eZMOEIPpLIT {
  height: auto;
  min-height: 2000px;
}
.vev #elPjjt7cxMc {
  width: 124.3%;
  height: auto;
  margin: 0 0 0 -12.1%;
}
.vev #eJlc2vL400m,
.vev #eRvCXWqUhBK {
  margin: 0;
  width: 100%;
  height: 800px;
  transform: none;
  place-self: start start;
}
.vev #eJlc2vL400m {
  display: none;
}
.vev #edCC5ONn2pA,
.vev #epdAciIFMxJ {
  margin: 850px 0.08% 0 0;
  width: 64.73%;
  height: 78px;
  transform: none;
  place-self: start center;
}
.vev #epdAciIFMxJ {
  width: 123.83%;
  height: auto;
  margin: 1025px 0 0;
}
.vev #eh_s_cAYz2F {
  margin: 0 0 0 -1.97%;
  width: 63.25%;
  height: 149.54%;
  transform: none;
  place-self: start start;
}
.vev #e0HRu9apdE7c h4,
.vev #e5dPLNXgH9Gc h4,
.vev #e9dKbhCAmZnc h4,
.vev #eBbYaSMxlSgc h4,
.vev #eG7sZpWlb6Kc h4,
.vev #eMLks_VTQMTc h4,
.vev #eTMRzCTuTGcc h4,
.vev #eYRQ1-F_Zyvc h4,
.vev #eb20LlJ6g_bc h4 {
  font-size: 25px;
  font-weight: 400;
  font-style: inherit;
  line-height: 1.5em;
}
.vev #e0HRu9apdE7c p,
.vev #e5dPLNXgH9Gc p,
.vev #e9dKbhCAmZnc p,
.vev #eBbYaSMxlSgc p,
.vev #eG7sZpWlb6Kc p,
.vev #eMLks_VTQMTc p,
.vev #eTMRzCTuTGcc p,
.vev #eYRQ1-F_Zyvc p,
.vev #eb20LlJ6g_bc p,
.vev .pZyOqcgGq4d.pZyOqcgGq4d p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 1.6em;
}
.vev .pZyOqcgGq4d.pZyOqcgGq4d p {
  color: #000;
  text-align: center;
  text-transform: none;
  font-size: 40px;
  line-height: 0.8em;
}
.vev #eb20LlJ6g_b {
  margin: 254px 0 0;
  width: 33.91%;
  height: 182px;
  transform: none;
  place-self: start end;
}
.vev #e89A1QRiVFK {
  height: auto;
  min-height: 2080px;
}
.vev #ezyWG252Y1i {
  width: 124.3%;
  height: auto;
  margin: 0 0 0 -12.1%;
}
.vev #eOwlKZoFpLx {
  margin: 0;
  width: 100%;
  height: 800px;
}
.vev #eOwlKZoFpLx,
.vev #emmFzZzpsfe,
.vev #emquFVsnc7n {
  transform: none;
  place-self: start start;
}
.vev #emquFVsnc7n {
  margin: 0;
  width: 100%;
  height: 800px;
  display: none;
}
.vev #emmFzZzpsfe {
  margin: 853px 0 0 9.74%;
  width: 80.44%;
  height: 116px;
}
.vev #eWXl-HbySXI {
  width: 123.83%;
  height: auto;
  margin: 1067px 0 0;
  transform: none;
  place-self: start center;
}
.vev #eUWciZfThnX {
  margin: 0 0 0 -1.97%;
  width: 63.25%;
  height: 157.05%;
  transform: none;
  place-self: start start;
}
.vev #eYRQ1-F_Zyv {
  margin: 254px 0 0;
  width: 33.91%;
  height: 221px;
  transform: none;
  place-self: start end;
}
.vev #ecK9PJf5ful {
  height: auto;
  min-height: 2090px;
}
.vev #eodphDa2Yy0 {
  width: 124.3%;
  height: auto;
  margin: 0 0 0 -12.1%;
}
.vev #eOH6EizRBl8,
.vev #ec8SU__LteJ {
  margin: 0;
  width: 100%;
  height: 800px;
  transform: none;
  place-self: start start;
}
.vev #ec8SU__LteJ {
  display: none;
}
.vev #e9PJPKFTSTl,
.vev #eGuijUjV7Kg {
  margin: 862px 0.08% 0 0;
  width: 69.91%;
  height: 116px;
  transform: none;
  place-self: start center;
}
.vev #eGuijUjV7Kg {
  width: 123.83%;
  height: auto;
  margin: 1100px 0 0;
}
.vev #eZ4L0b9drAu {
  margin: 0 0 0 -1.97%;
  width: 63.25%;
  height: 157.05%;
  transform: none;
  place-self: start start;
}
.vev #e0HRu9apdE7 {
  margin: 254px 0 0;
  width: 33.91%;
  height: 221px;
  transform: none;
  place-self: start end;
}
.vev #etiT2qCz4It {
  height: auto;
  min-height: 2880px;
}
.vev #e04jp_BUPlw {
  width: 124.3%;
  height: auto;
  margin: 0 0 0 -12.1%;
}
.vev #eifJ8omaJHe,
.vev #ew-heuDchKT {
  margin: 0;
  width: 100%;
  height: 800px;
  transform: none;
  place-self: start start;
}
.vev #ew-heuDchKT {
  display: none;
}
.vev #ek_HkZQ2Lzh,
.vev #eqpDH3tiOyU {
  margin: 860px 0.08% 0 0;
  width: 80.44%;
  height: 153px;
  transform: none;
  place-self: start center;
}
.vev #eqpDH3tiOyU {
  width: 123.83%;
  height: auto;
  margin: 1139px 0 0;
}
.vev #eioIwMAp6YZ,
.vev #eoqqnxXmECa {
  transform: none;
  place-self: start start;
}
.vev #eoqqnxXmECa {
  width: 100%;
  height: auto;
  margin: 0;
}
.vev #eioIwMAp6YZ {
  margin: 0 0 0 -1.97%;
  width: 63.25%;
  height: 157.05%;
}
.vev #eMLks_VTQMT {
  margin: 254px 0 0;
  width: 33.91%;
  height: 183px;
  transform: none;
  place-self: start end;
}
.vev #eA9ZnwNJcFI,
.vev #eNlu6wErpZX {
  transform: none;
  place-self: start start;
}
.vev #eNlu6wErpZX {
  width: 100%;
  height: auto;
  margin: 774px 0 0;
}
.vev #eA9ZnwNJcFI {
  margin: 0 0 0 -1.97%;
  width: 63.25%;
  height: 157.05%;
}
.vev #eTMRzCTuTGc {
  margin: 254px 4.81% 0 0;
  width: 29.1%;
  height: 183px;
  transform: none;
  place-self: start end;
}
.vev #ejoQi2LYH4a {
  width: 123.83%;
  height: auto;
  margin: 1139px 0 0;
  transform: none;
  place-self: start center;
  display: none;
}
.vev #e0AzxInyhB4,
.vev #ea90tl4Eb7d {
  width: 100%;
  height: auto;
  margin: 0;
  transform: none;
  place-self: start start;
}
.vev #ea90tl4Eb7d {
  margin: 0 0 0 -1.97%;
  width: 63.25%;
  height: 157.05%;
}
.vev #eG7sZpWlb6K {
  margin: 254px 0 0;
  width: 33.91%;
  height: 183px;
  transform: none;
  place-self: start end;
}
.vev #e-NeAcQ0TNS,
.vev #eAD0Xo3yR64 {
  transform: none;
  place-self: start start;
}
.vev #eAD0Xo3yR64 {
  width: 100%;
  height: auto;
  margin: 774px 0 0;
}
.vev #e-NeAcQ0TNS {
  margin: 0 0 0 -1.97%;
  width: 63.25%;
  height: 157.05%;
}
.vev #e5dPLNXgH9G {
  margin: 254px 4.81% 0 0;
  width: 29.1%;
  height: 183px;
  transform: none;
  place-self: start end;
}
.vev #eMqp6sKXiCX {
  width: 100%;
  height: auto;
  margin: 770px 0 0 0.2%;
  display: none;
}
.vev #eBbYaSMxlSg {
  place-self: start start;
}
.vev #eFNIfHsNlUl {
  height: auto;
}
.vev #eFNIfHsNlUl,
.vev #ejZ5MlP2Ko5 {
  width: 100%;
  margin: 0;
  place-self: start start;
}
.vev #eBbYaSMxlSg {
  transform: none;
}
.vev #ejZ5MlP2Ko5 {
  height: 75.47%;
  transform: none;
}
.vev #eBbYaSMxlSg {
  margin: 340px 0 0 5.63%;
  width: 88.44%;
  height: 84px;
}
.vev #ejkFpjnyBfW {
  width: 100%;
  height: auto;
  margin: 488px 0 0;
  place-self: start start;
}
.vev #e9dKbhCAmZn,
.vev #eH7ZYsJV8RC {
  transform: none;
  place-self: start start;
}
.vev #eH7ZYsJV8RC {
  margin: 0;
  width: 100%;
  height: 79.4%;
}
.vev #e9dKbhCAmZn {
  margin: 340px 0 0 10%;
  width: 79.69%;
  height: 63px;
}
.vev #e50OVGu5d4dc .contents,
.vev #eheerHzW19sc .contents {
  background: #fff;
}
.vev #eheerHzW19s {
  min-height: 673px;
  height: auto;
  display: none;
}
.vev #epnMHIkgbFE {
  margin: 71px 0 0;
  width: 100%;
  height: 101px;
  transform: none;
  place-self: start center;
  display: none;
}
.vev .pZyOqcgGq4d.pZyOqcgGq4d strong {
  font-size: 40px;
  font-family: "Merriweather";
  font-weight: 900;
  font-style: italic;
  color: #000;
}
.vev .pZyOqcgGq4d.pZyOqcgGq4d em {
  font-size: 40px;
  color: #000;
}
.vev #e7d0dc8m1hL,
.vev #e838EvckWfK {
  margin: 198px 0 0;
  width: 100%;
  height: 473px;
  transform: none;
  place-self: start end;
}
.vev #e838EvckWfK {
  margin: 71px 0 0;
  height: 101px;
  place-self: start center;
}
.vev #e838EvckWfKc p {
  line-height: 1.2em;
}
.vev #e8pvW1TfQiS {
  height: auto;
  min-height: 76.7vh;
  display: none;
}
.vev #e50OVGu5d4d {
  min-height: 450px;
  height: auto;
}
.vev #e-nY6pp3KmC {
  height: auto;
  margin: 44px 0 0;
  place-self: start end;
}
.vev #e-nY6pp3KmC,
.vev #e6BImBty0wD {
  width: 100%;
  transform: none;
}
.vev #ePlsQAZtMs3,
.vev #egALoVrfTXg {
  width: 100%;
  transform: none;
  place-self: start start;
}
.vev #egALoVrfTXg {
  margin: 0;
  height: 45px;
}
.vev .pIL79JtzBh9.pIL79JtzBh9 p,
.vev .pcGrrmhDLtE.pcGrrmhDLtE p {
  font-family: "Merriweather";
  font-weight: 300;
  font-style: normal;
  color: #050505;
  text-align: center;
}
.vev .pcGrrmhDLtE.pcGrrmhDLtE p {
  text-transform: none;
  font-size: 25px;
}
.vev .pcGrrmhDLtE.pcGrrmhDLtE strong {
  color: #000;
}
.vev #ePlsQAZtMs3 {
  margin: 37px 0 0;
  height: 64px;
}
.vev .pIL79JtzBh9.pIL79JtzBh9 p {
  text-transform: uppercase;
  font-size: 24px;
}
.vev .pIL79JtzBh9.pIL79JtzBh9 strong {
  font-family: "Merriweather";
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  color: #000;
}
.vev #e6BImBty0wD {
  height: auto;
  margin: 159px 0 0;
  place-self: start end;
}
.vev #eaYPHUfqoFu,
.vev #enAf-1YNeJD {
  width: 100%;
  height: 47px;
  transform: none;
  place-self: start start;
}
.vev #enAf-1YNeJD {
  margin: 0;
}
.vev #eaYPHUfqoFuc strong {
  font-size: 26px;
}
.vev #eaYPHUfqoFu {
  margin: 38px 0 0;
}
@media (max-width: 1023px) {
  .vev .pl3K1H0ADZ3 .__sc {
    grid-template-columns: 1fr 600px 1fr;
  }
  .vev #eTQo-pPvr7_ {
    margin: 10px 1.3% 0 0;
    width: 41px;
  }
  .vev #eJ8n-GdMQ0v {
    min-height: 1025px;
  }
  .vev #eUOQpi4aaVC {
    width: 91.67%;
    margin: 240px 0 0;
    transform: none;
    place-self: start center;
  }
  .vev #eGifuTQFJoDc h1,
  .vev #eWmqPi-knxqc h4 {
    text-align: center;
  }
  .vev #eWmqPi-knxq {
    margin: 415px 0 0 0.18%;
    width: 94%;
    height: 131px;
    place-self: start center;
  }
  .vev #eApTE3WNnfH {
    min-height: 900px;
  }
  .vev #ejAdXVK7S5Sc p {
    line-height: 1em;
  }
  .vev #ejAdXVK7S5Sc h4 {
    line-height: 1.4em;
  }
  .vev #ejAdXVK7S5S {
    margin: 272px 0 0 0.17%;
    width: 75.83%;
    height: 357px;
  }
  .vev #eUWn2cBLf6P {
    min-height: 1700px;
  }
  .vev #e8XhFh8yMh_c p {
    line-height: 1.25em;
  }
  .vev #e8XhFh8yMh_ {
    height: 158px;
  }
  .vev #eZPeyraEO9E {
    width: 133.83%;
    margin: 368px 0 0 12.17%;
    transform: none;
    place-self: start center;
    display: none;
  }
  .vev #e7pZcGCcw9q {
    display: grid;
  }
  .vev #eALyxd8pZX4 {
    width: 133.83%;
    margin: 344px 0 0 0.17%;
    transform: none;
    place-self: start center;
  }
  .vev #eaDR40OQwqu {
    min-height: 1850px;
  }
  .vev #eBQhzyEvbOK {
    width: 87.67%;
    place-self: start center;
  }
  .vev #e3Un1195Q7ic em,
  .vev #e9PJPKFTSTlc em,
  .vev #edCC5ONn2pAc em,
  .vev #ek_HkZQ2Lzhc em,
  .vev #ekkDaABvLJ3c em,
  .vev #emmFzZzpsfec em {
    font-size: 25px;
  }
  .vev #e3Un1195Q7ic h4 {
    line-height: 1.1em;
  }
  .vev #e3Un1195Q7i {
    margin: 590px 0 0 0.13%;
    width: 80.56%;
    height: 114px;
  }
  .vev #e98yT279dKj {
    display: none;
  }
  .vev #e1IuRDkXqyk {
    display: grid;
  }
  .vev #eQOJeyeexyD {
    height: 138.24%;
  }
  .vev #eccFXkjAnqQc h4,
  .vev #ecwrcUGhABKc p {
    font-size: 19px;
  }
  .vev #eccFXkjAnqQ,
  .vev #ecwrcUGhABK {
    margin: 98px 1.07% 0 0;
    place-self: start end;
  }
  .vev #ecwrcUGhABK {
    margin: 129px 1.07% 0 0;
  }
  .vev #eWiNSfEJlS3 {
    min-height: 2340px;
  }
  .vev #ekkDaABvLJ3,
  .vev #enrAMGaWaGF {
    place-self: start center;
  }
  .vev #enrAMGaWaGF {
    margin: 0 0 0 0.4%;
    width: 80.83%;
  }
  .vev #ekkDaABvLJ3c h4 {
    line-height: 1.1em;
  }
  .vev #ekkDaABvLJ3 {
    margin: 830px 0 0;
    width: 80.43%;
    height: 183px;
  }
  .vev #eAqQREjtHcz {
    display: none;
  }
  .vev #eBJDECJttJz {
    width: 107.83%;
    margin: 1110px -7.83% 0 0;
    display: grid;
    transform: none;
    place-self: start end;
  }
  .vev #e7Y70ut1dqF,
  .vev #eTTHC84S66a {
    place-self: start center;
  }
  .vev #eTTHC84S66a {
    margin: 0 0 0 1.08%;
    width: 92.74%;
    height: 350px;
  }
  .vev #e7Y70ut1dqFc h4,
  .vev #eXjq1htO15Lc p {
    font-size: 19px;
    text-align: center;
  }
  .vev #e7Y70ut1dqF {
    margin: 380px 0 0 0.77%;
    width: 92.43%;
    height: 90px;
  }
  .vev #e-mmaoZkVls {
    margin: 580px 0 0;
    place-self: start end;
    transform: none;
  }
  .vev #eShygL8xGLj,
  .vev #eXjq1htO15L {
    margin: -15px 0 0 0.77%;
    width: 92.43%;
    height: 350px;
    place-self: start center;
  }
  .vev #eXjq1htO15L {
    margin: 355px 0 0 1.08%;
    width: 92.74%;
    height: 86px;
  }
  .vev #eZMOEIPpLIT {
    min-height: 1810px;
  }
  .vev #eRvCXWqUhBK {
    width: 80.43%;
    place-self: start center;
  }
  .vev #edCC5ONn2pAc h4 {
    line-height: 1.1em;
  }
  .vev #edCC5ONn2pA {
    margin: 850px 0 0 0.13%;
    width: 60.72%;
    height: 108px;
  }
  .vev #epdAciIFMxJ {
    margin: 1056px 0 0 0.17%;
  }
  .vev #eb20LlJ6g_b,
  .vev #eh_s_cAYz2F {
    width: 80.75%;
    place-self: start center;
  }
  .vev #eh_s_cAYz2F {
    margin: 0 0.13% 0 0;
    height: 400px;
  }
  .vev #eb20LlJ6g_bc h4 {
    font-size: 19px;
    text-align: center;
  }
  .vev #eb20LlJ6g_b {
    margin: 430px 0.13% 0 0;
    height: 94px;
  }
  .vev #e89A1QRiVFK {
    min-height: 2150px;
  }
  .vev #eOwlKZoFpLx,
  .vev #emmFzZzpsfe {
    margin: 0 0.94% 0 0;
    width: 81.37%;
    height: 690px;
    place-self: start center;
  }
  .vev #emmFzZzpsfe {
    margin: 731px 0 0;
    width: 80.43%;
    height: 140px;
  }
  .vev #emmFzZzpsfec h4 {
    line-height: 1.1em;
  }
  .vev #eWXl-HbySXI {
    margin: 999px 0 0 0.17%;
  }
  .vev #eUWciZfThnX,
  .vev #eYRQ1-F_Zyv {
    margin: 0 0.13% 0 0;
    width: 80.75%;
    height: 750px;
    place-self: start center;
  }
  .vev #eYRQ1-F_Zyv {
    margin: 780px 0 0;
    width: 66.89%;
    height: 120px;
  }
  .vev #eYRQ1-F_Zyvc h4 {
    font-size: 19px;
    text-align: center;
  }
  .vev #ecK9PJf5ful {
    min-height: 2080px;
  }
  .vev #eOH6EizRBl8 {
    width: 80.43%;
    place-self: start center;
  }
  .vev #e9PJPKFTSTlc h4 {
    line-height: 1.1em;
  }
  .vev #e9PJPKFTSTl {
    margin: 843px 0 0 0.13%;
    width: 75.2%;
  }
  .vev #eGuijUjV7Kg {
    margin: 1071px 0 0 0.17%;
  }
  .vev #e0HRu9apdE7,
  .vev #eZ4L0b9drAu {
    place-self: start center;
  }
  .vev #eZ4L0b9drAu {
    margin: 0 0.13% 0 0;
    width: 600px;
    height: 617px;
  }
  .vev #e0HRu9apdE7c h4 {
    font-size: 19px;
    text-align: center;
  }
  .vev #e0HRu9apdE7 {
    margin: 647px 0 0 0.13%;
    width: 62.45%;
    height: 115px;
  }
  .vev #eifJ8omaJHe {
    width: 80.43%;
    place-self: start center;
  }
  .vev #ek_HkZQ2Lzhc h4 {
    line-height: 1.1em;
  }
  .vev #ek_HkZQ2Lzh {
    margin: 860px 0 0 0.13%;
    width: 74.66%;
    height: 213px;
  }
  .vev #eqpDH3tiOyU {
    display: none;
  }
  .vev #ejoQi2LYH4a {
    margin: 1174px 0 0 0.17%;
    display: grid;
  }
  .vev #eG7sZpWlb6K,
  .vev #ea90tl4Eb7d {
    place-self: start center;
  }
  .vev #ea90tl4Eb7d {
    margin: 0 0.13% 0 0;
    width: 598px;
    height: 540px;
  }
  .vev #e5dPLNXgH9Gc h4,
  .vev #eG7sZpWlb6Kc h4 {
    font-size: 19px;
    text-align: center;
  }
  .vev #eG7sZpWlb6K {
    margin: 570px 0 0 0.13%;
    width: 578px;
    height: 90px;
  }
  .vev #eAD0Xo3yR64 {
    margin: 779px 0 0;
    place-self: start end;
  }
  .vev #e-NeAcQ0TNS,
  .vev #e5dPLNXgH9G {
    margin: 0;
    width: 599px;
    height: 540px;
    place-self: start center;
  }
  .vev #e5dPLNXgH9G {
    margin: 570px 0 0;
    width: 62.58%;
    height: 63px;
  }
  .vev #eheerHzW19s {
    min-height: 583px;
  }
  .vev .pZyOqcgGq4d.pZyOqcgGq4d p {
    font-weight: 300;
    font-size: 35px;
    line-height: 1.3em;
  }
  .vev .pZyOqcgGq4d.pZyOqcgGq4d strong {
    font-size: 50px;
  }
  .vev #e7d0dc8m1hL {
    margin: 254px 0 0 0.17%;
    width: 104.5%;
    height: 327px;
    place-self: start center;
  }
  .vev #e838EvckWfKc strong {
    font-size: 40px;
  }
  .vev #e838EvckWfK {
    height: 149px;
    place-self: start end;
  }
  .vev #e50OVGu5d4d {
    min-height: 400px;
  }
  .vev .pIL79JtzBh9.pIL79JtzBh9 p,
  .vev .pcGrrmhDLtE.pcGrrmhDLtE p,
  .vev .pcGrrmhDLtE.pcGrrmhDLtE strong {
    font-size: 25px;
  }
  .vev .pIL79JtzBh9.pIL79JtzBh9 strong {
    font-style: inherit;
    font-size: 25px;
  }
}
@media (max-width: 599px) {
  .vev .pl3K1H0ADZ3 .__sc {
    grid-template-columns: 1fr 320px 1fr;
  }
  .vev #eTQo-pPvr7_ {
    display: none;
  }
  .vev #ekgnP25gTv0 {
    margin: 5px 1.87% 0 0;
    width: 24px;
    height: 30px;
    display: grid;
  }
  .vev #eJ8n-GdMQ0v {
    min-height: 100vh;
  }
  .vev #eUOQpi4aaVC {
    width: 91.56%;
    margin: 180px 0 0 1.56%;
    transform: none;
    place-self: start center;
  }
  .vev #eGifuTQFJoDc h1 {
    font-size: 72px;
    line-height: 69px;
    text-align: center;
  }
  .vev #eGifuTQFJoDc strong {
    font-size: 72px;
  }
  .vev .pq66sJfjyhn.pq66sJfjyhn h1 {
    line-height: 51px;
    font-size: 62px;
  }
  .vev #eWmqPi-knxqc h4 {
    text-align: center;
  }
  .vev #eWmqPi-knxq {
    margin: 242px 0 0;
    width: 88.4%;
    height: 66px;
    place-self: start center;
  }
  .vev .pCR_hesPmZC.pCR_hesPmZC h4,
  .vev .pHWz5FAG0wv.pHWz5FAG0wv h4,
  .vev .pTlmegisCh-.pTlmegisCh- h4 {
    font-size: 18px;
  }
  .vev #eApTE3WNnfH {
    min-height: 668px;
  }
  .vev #ejAdXVK7S5Sc h4 {
    font-size: 16px;
    line-height: 1.4em;
  }
  .vev #ejAdXVK7S5S {
    margin: 0 0 186px 0.31%;
    width: 80.94%;
    height: 295px;
    place-self: end center;
  }
  .vev #eUWn2cBLf6P {
    min-height: 950px;
  }
  .vev #e8XhFh8yMh_c p {
    font-size: 22px;
    line-height: 1.2em;
  }
  .vev #e8XhFh8yMh_ {
    margin: 0 0 0 1.88%;
    width: 90%;
    place-self: start center;
  }
  .vev #ea1-rv2pGHp {
    width: 108.75%;
    margin: -1px 0 0 -8.44%;
    place-self: start start;
  }
  .vev #eZPeyraEO9E {
    width: 100%;
    margin: 160px -0.31% 0 0;
    transform: none;
    place-self: start end;
    display: none;
  }
  .vev #e14rWwIVzzd,
  .vev #eFCuC6AJBwM,
  .vev #eaNlYDDr78v {
    margin: 215px 0 0;
    height: 418px;
    place-self: start end;
  }
  .vev #e9cJvT8XPr2,
  .vev #eFuMwjsH4JB,
  .vev #eJxiRh9-Djy,
  .vev #eP2pbqHsib9,
  .vev #elx7Vm_Ly0Y,
  .vev #epWJpuCJNE4 {
    display: none;
  }
  .vev #eALyxd8pZX4 {
    width: 100%;
    margin: 160px -0.31% 0 0;
    display: grid;
    transform: none;
    place-self: start end;
  }
  .vev #exwdDSG0lht {
    margin: 215px 0 0;
    height: 418px;
    place-self: start end;
  }
  .vev #eaDR40OQwqu {
    min-height: 1710px;
  }
  .vev #eF8yYTXstek {
    width: 100%;
    height: 578px;
    margin: -1px -0.31% 0 0;
    transform: none;
    place-self: start end;
  }
  .vev #eBQhzyEvbOK {
    width: 91.25%;
    place-self: start center;
    display: none;
  }
  .vev #erAQ7SOhv7K {
    width: 340px;
    height: 450px;
    place-self: start center;
    display: grid;
  }
  .vev #e3Un1195Q7ic em,
  .vev #e4_9BudVKOFc p,
  .vev #eAPuMr5Ms0mc p,
  .vev #eFq7QTwrtC1c p,
  .vev #eccFXkjAnqQc p,
  .vev #ecwrcUGhABKc p,
  .vev #ekkDaABvLJ3c em {
    font-size: 16px;
  }
  .vev #e3Un1195Q7i {
    margin: 475px 0 0 0.31%;
    width: 90.94%;
    height: 85px;
  }
  .vev #e98yT279dKj {
    width: 130.31%;
    margin: 637px 0 0 2.81%;
    transform: none;
    place-self: start center;
    display: none;
  }
  .vev #eIOCtnHkwLX,
  .vev #eurLUIMPoTv {
    display: none;
  }
  .vev #e4OLrbGoQ5ec p,
  .vev #e4_9BudVKOFc h4,
  .vev #eAPuMr5Ms0mc h4,
  .vev #eccFXkjAnqQc h4 {
    font-size: 14px;
    text-align: center;
  }
  .vev #eYbFc9CVPCX {
    margin: 526px 0 0 -0.24%;
    width: 56.59%;
    height: 47.1%;
  }
  .vev #eFq7QTwrtC1 {
    margin: 628px 0 0;
    width: 38.37%;
    place-self: start end;
  }
  .vev #elpf9KFBhB9,
  .vev #ew-uaq-I7vb {
    display: none;
  }
  .vev #emhX0SBO0hv {
    display: grid;
  }
  .vev #e4_9BudVKOF {
    margin: 330px 0 0 0.31%;
    place-self: start center;
  }
  .vev #eFedLnd8pJN {
    margin: 501px 0 0;
    place-self: start end;
    transform: none;
  }
  .vev #e4OLrbGoQ5e {
    margin: 320px 0.31% 0 0;
    place-self: start center;
  }
  .vev #eWiNSfEJlS3 {
    min-height: 1850px;
  }
  .vev #enrAMGaWaGF {
    margin: 0 0.75% 0 0;
    width: 80.15%;
    height: 400px;
    place-self: start center;
    display: none;
  }
  .vev #eLLMHEOhEbS {
    width: 340px;
    height: 525px;
    place-self: start center;
    display: grid;
  }
  .vev #ekkDaABvLJ3 {
    margin: 550px 0 0;
    width: 71.36%;
    height: 152px;
    place-self: start center;
  }
  .vev #eAqQREjtHcz {
    display: none;
  }
  .vev #e7Y70ut1dqFc h4,
  .vev #e7Y70ut1dqFc p,
  .vev #eTFvt-6DEN7c p,
  .vev #eXjq1htO15Lc p,
  .vev #eYP32eorD_uc h4,
  .vev #eYP32eorD_uc p,
  .vev #edCC5ONn2pAc em,
  .vev #eh6hLZVE6eSc p {
    font-size: 16px;
  }
  .vev #e6bPAbex0ux,
  .vev #eh6hLZVE6eS {
    margin: -48px 1.21% 0 0;
    width: 91.02%;
    height: 207px;
    place-self: start center;
  }
  .vev #eh6hLZVE6eS {
    margin: 165px 0.24% 0 0;
    width: 61.41%;
    height: 194px;
  }
  .vev #e-mmaoZkVls,
  .vev #e0sHSRKvH-x {
    display: none;
  }
  .vev #ec-3eyEHcgh {
    margin: 793px -0.31% 0 0;
    display: grid;
    transform: none;
    place-self: start end;
  }
  .vev #e0HRu9apdE7c h4,
  .vev #eTFvt-6DEN7c h4,
  .vev #eYRQ1-F_Zyvc h4,
  .vev #eb20LlJ6g_bc h4,
  .vev #ecvoOZb7wqLc p {
    font-size: 14px;
    text-align: center;
  }
  .vev #eZMOEIPpLIT {
    min-height: 1160px;
  }
  .vev #eRvCXWqUhBK {
    display: none;
  }
  .vev #eJlc2vL400m {
    width: 340px;
    height: 400px;
    place-self: start center;
    display: grid;
  }
  .vev #edCC5ONn2pA {
    margin: 431px 0 0;
    width: 72.36%;
    height: 72px;
  }
  .vev #epdAciIFMxJ {
    width: 123.75%;
    margin: 580px 0 0 0.63%;
  }
  .vev #eb20LlJ6g_b,
  .vev #eh_s_cAYz2F {
    place-self: start center;
  }
  .vev #eh_s_cAYz2F {
    margin: 0 0.25% 0 0;
    width: 81.06%;
    height: 300px;
  }
  .vev #e0HRu9apdE7c p,
  .vev #e5dPLNXgH9Gc h4,
  .vev #e5dPLNXgH9Gc p,
  .vev #e9PJPKFTSTlc em,
  .vev #e9dKbhCAmZnc p,
  .vev #eBbYaSMxlSgc p,
  .vev #eG7sZpWlb6Kc h4,
  .vev #eG7sZpWlb6Kc p,
  .vev #eMLks_VTQMTc h4,
  .vev #eMLks_VTQMTc p,
  .vev #eTMRzCTuTGcc h4,
  .vev #eTMRzCTuTGcc p,
  .vev #eYRQ1-F_Zyvc p,
  .vev #eb20LlJ6g_bc p,
  .vev #ek_HkZQ2Lzhc em,
  .vev #emmFzZzpsfec em {
    font-size: 16px;
  }
  .vev #eb20LlJ6g_b {
    margin: 325px 0 0;
    width: 65.15%;
    height: 108px;
  }
  .vev #e89A1QRiVFK {
    min-height: 1500px;
  }
  .vev #ezyWG252Y1i {
    height: 605px;
  }
  .vev #eOwlKZoFpLx {
    margin: 0 0.25% 0 0;
    width: 80.15%;
    height: 438px;
    place-self: start center;
    display: none;
  }
  .vev #emquFVsnc7n {
    margin: 0 0 0 0.25%;
    width: 345px;
    height: 438px;
    place-self: start center;
    display: grid;
  }
  .vev #emmFzZzpsfe {
    margin: 463px 0 0 0.25%;
    width: 70.1%;
    height: 125px;
    place-self: start center;
  }
  .vev #eWXl-HbySXI {
    width: 123.75%;
    margin: 673px 0 0;
  }
  .vev #eUWciZfThnX,
  .vev #eYRQ1-F_Zyv {
    margin: 0 0.25% 0 0;
    width: 80.56%;
    height: 525px;
    place-self: start center;
  }
  .vev #eYRQ1-F_Zyv {
    margin: 550px 0 0 0.25%;
    width: 77.02%;
    height: 107px;
  }
  .vev #ecK9PJf5ful {
    min-height: 1220px;
  }
  .vev #eOH6EizRBl8 {
    display: none;
  }
  .vev #ec8SU__LteJ {
    margin: 0 0 0 0.25%;
    width: 345px;
    height: 400px;
    place-self: start center;
    display: grid;
  }
  .vev #e9PJPKFTSTl {
    margin: 430px 0 0;
    width: 73.87%;
    height: 83px;
  }
  .vev #eGuijUjV7Kg {
    width: 123.75%;
    margin: 597px 0 0;
  }
  .vev #e0HRu9apdE7,
  .vev #eZ4L0b9drAu {
    place-self: start center;
  }
  .vev #eZ4L0b9drAu {
    margin: 0 0.51% 0 0;
    width: 80.81%;
    height: 310px;
  }
  .vev #e0HRu9apdE7 {
    margin: 330px 0 0 0.25%;
    width: 71.97%;
    height: 106px;
  }
  .vev #etiT2qCz4It {
    min-height: 1900px;
  }
  .vev #eifJ8omaJHe {
    display: none;
  }
  .vev #ew-heuDchKT {
    width: 340px;
    height: 525px;
    place-self: start center;
    display: grid;
  }
  .vev #ek_HkZQ2Lzh {
    margin: 560px 0 0;
    width: 74.37%;
    height: 143px;
  }
  .vev #e0AzxInyhB4,
  .vev #eAD0Xo3yR64,
  .vev #ejoQi2LYH4a,
  .vev #eqpDH3tiOyU {
    display: none;
  }
  .vev #e5dPLNXgH9G {
    display: grid;
  }
  .vev #eMqp6sKXiCX {
    margin: 797px 0 0;
    display: grid;
    transform: none;
    place-self: start end;
  }
  .vev #e9dKbhCAmZnc h4,
  .vev #eBbYaSMxlSgc h4 {
    font-size: 14px;
    text-align: center;
  }
  .vev #eheerHzW19s {
    min-height: 160px;
  }
  .vev #e838EvckWfKc em,
  .vev #e838EvckWfKc strong,
  .vev #epnMHIkgbFEc em,
  .vev #epnMHIkgbFEc strong {
    font-size: 28px;
  }
  .vev #e838EvckWfKc p,
  .vev #epnMHIkgbFEc p {
    font-size: 28px;
    line-height: 1.3em;
  }
  .vev #epnMHIkgbFE {
    margin: 16px 0 0 1.25%;
    width: 105%;
    height: 122px;
    display: grid;
  }
  .vev #e7d0dc8m1hL {
    margin: 160px -0.31% 0 0;
    height: 183px;
    display: none;
  }
  .vev #e838EvckWfK {
    margin: 16px 0 0 1.25%;
    width: 105%;
    height: 122px;
    display: none;
  }
  .vev #e8pvW1TfQiS {
    min-height: 240px;
    overflow: hidden;
  }
  .vev #e50OVGu5d4d {
    min-height: 260px;
  }
  .vev #e-nY6pp3KmC {
    margin: 26px 0 0;
  }
  .vev #egALoVrfTXgc p {
    font-size: 16px;
  }
  .vev #ePlsQAZtMs3,
  .vev #egALoVrfTXg {
    place-self: start end;
  }
  .vev #egALoVrfTXg {
    height: 40px;
  }
  .vev #ePlsQAZtMs3c p,
  .vev #ePlsQAZtMs3c strong,
  .vev #eaYPHUfqoFuc strong {
    font-size: 18px;
  }
  .vev #ePlsQAZtMs3 {
    margin: 25px 0 0;
    height: 36px;
  }
  .vev #e6BImBty0wD {
    margin: 103px -0.31% 0 0;
  }
  .vev #enAf-1YNeJDc p {
    font-size: 16px;
  }
  .vev #eaYPHUfqoFu,
  .vev #enAf-1YNeJD {
    place-self: start end;
  }
  .vev #enAf-1YNeJD {
    height: 38px;
  }
  .vev #eaYPHUfqoFuc p {
    font-size: 18px;
  }
  .vev #eaYPHUfqoFu {
    margin: 26px 0 0;
    height: 42px;
  }
}
@supports not (aspect-ratio: 1) {
  .vev #eTQo-pPvr7_::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
@supports not (aspect-ratio: 1) {
  .vev #eTQo-pPvr7_::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
