@import url("https://fonts.googleapis.com/css2?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");
.nunito {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.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;
}

.vev {
  box-sizing: border-box;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  word-spacing: 0.25;
  letter-spacing: 0;
  color: #000;
  font-family: Lato, Arial, sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  text-size-adjust: 100%;
}
.vev *,
.vev *:before,
.vev *:after {
  box-sizing: inherit;
  -webkit-print-color-adjust: exact;
}
.vev a {
  text-decoration: none;
}
.vev header,
.vev footer {
  display: inline;
}
.vev h1,
.vev h2,
.vev h3,
.vev h4,
.vev h5,
.vev h6 {
  padding: 0;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.vev h1 {
  font-size: 42px;
}
.vev h2 {
  font-size: 32px;
}
.vev h3 {
  font-size: 24px;
}
.vev h4 {
  font-size: 16px;
}
.vev h5 {
  font-size: 14px;
}
.vev ul,
.vev ol {
  padding-left: 0;
  margin: 0;
}
.vev ul ul li,
.vev ul ol li,
.vev ol ul li,
.vev ol ol li {
  margin-left: 3em;
}
.vev ul ul ul li,
.vev ul ol ol li,
.vev ol ul ul li,
.vev ol ol ol li {
  margin-left: 4.5em;
}
.vev ul ul ul ul li,
.vev ul ol ol ol li,
.vev ol ul ul ul li,
.vev ol ol ol ol li {
  margin-left: 6em;
}
.vev ul ul ul ul ul li,
.vev ul ol ol ol ol li,
.vev ol ul ul ul ul li,
.vev ol ol ol ol ol li {
  margin-left: 7.5em;
}
.vev li {
  margin-left: 1.5em;
}
.vev button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font: inherit;
}
.vev [role="button"] {
  cursor: pointer;
  user-select: none;
}
.vev [data-icon] {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
}
.vev .clickable {
  cursor: pointer;
}
.vev .__vev {
  display: grid;
  text-align: left;
}
.vev .__vev > .fixed {
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  display: grid;
  pointer-events: none;
  width: 100vw;
  height: auto;
  grid-template: 100%/100%;
  z-index: 2;
}
.vev .__pre__pc,
.vev .__pc {
  position: relative;
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vev .__pre__pc w {
  width: 100%;
  height: 100% !important;
}
.vev .__pc {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  z-index: -1;
}
.vev .__pc w {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(1px);
  width: 100vw;
  height: 100vh !important;
  animation: clipRectFix 10s linear 0s infinite alternate;
}
.vev .ie .__pc,
.vev .edge .__pc {
  z-index: 0;
  clip-path: unset;
  clip: rect(0, auto, auto, 0);
}
.vev .ie .__pc w,
.vev .edge .__pc w {
  transform: translateZ(1px);
  animation: clipRectFix 10s linear 0s infinite alternate;
}
@keyframes clipRectFix {
  0% {
    transform: translateZ(1px);
  }
  to {
    transform: translateZ(10px);
  }
}
.vev .__a {
  display: grid !important;
}
.vev .__a,
.vev .__wc {
  position: relative;
  display: grid;
  grid-template: 100%/100%;
  grid-area: 1/1;
  overflow: inherit;
  place-self: stretch stretch;
  background-color: initial;
  border: initial;
  outline: initial;
}
.vev w {
  display: block;
  position: relative;
  color: initial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  word-spacing: 0.25;
  letter-spacing: 0;
  font-style: initial;
  font-variant: initial;
  text-align: initial;
  text-decoration: initial;
  place-self: stretch stretch;
  height: auto !important;
}
.vev .__c,
.vev w,
.vev .__pc {
  grid-area: 1/1/2/2;
}
.vev vev {
  display: grid;
  height: 100px;
  width: 100px;
  transform-origin: 0 0;
  pointer-events: auto;
  grid-area: 1/1;
  grid-template: 100%/100%;
  position: relative;
}
.vev vev.__frame {
  display: block;
}
.vev vev.__frame > .__wc,
.vev vev.__frame > .__a {
  width: 100%;
  height: 100%;
}
.vev .__c {
  position: relative;
  display: grid;
  grid-template: 100%/100%;
  place-self: stretch stretch;
  place-items: start start;
}
.vev .__c:not(.__sc) {
  width: 100%;
}
.vev .__c:not(.__frame .__wc, button, a, [role="button"]) {
  pointer-events: none;
}
.vev .__sc {
  grid-template-columns: 1fr 1024px 1fr;
  max-width: 100% !important;
  width: 100% !important;
}
.vev .__sc > vev {
  z-index: 1;
  grid-area: 1/2/2/3;
}
.vev .__s.__s {
  position: relative;
  width: 100%;
}
.vev .__p {
  z-index: 0;
  position: relative;
  overflow: clip;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
@supports not (overflow: clip) {
  .vev .__p {
    overflow: hidden;
  }
}
.vev .__p.hidden {
  display: none;
}
.vev .__p.pin {
  position: absolute;
  pointer-events: auto;
  top: 0;
  left: 0;
  height: 100vh !important;
  background: var(--color-neutral-100);
}
.vev .__p.pin.front {
  z-index: 1;
}
.vev .__p.pin .pin {
  position: absolute;
  z-index: 100;
}
.vev .__err {
  width: 100%;
  height: 100%;
  background: #ff3267;
  color: #151f24;
  font-family: Courier New, Courier;
  font-size: 11px;
  overflow: auto;
}
.vev .vev-portal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  outline: none !important;
  background: none !important;
  display: block !important;
  box-shadow: none !important;
}
.vev .vev-portal > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vev .row,
.vev .column {
  -webkit-box-direction: normal;
  display: flex !important;
}
.vev .row.margin-content > *,
.vev .column.margin-content > * {
  margin: 10px;
}
.vev .row.tiny-margin-content > *,
.vev .column.tiny-margin-content > * {
  margin: 4px;
}
.vev .row.wrap,
.vev .column.wrap {
  flex-wrap: wrap;
}
.vev .row {
  flex-direction: row;
}
.vev .row.h-start {
  justify-content: flex-start;
}
.vev .row.h-center {
  justify-content: center;
}
.vev .row.h-end {
  justify-content: flex-end;
}
.vev .row.h-space {
  justify-content: space-around;
}
.vev .row.h-spread {
  justify-content: space-between;
}
.vev .row.v-start {
  align-items: flex-start;
}
.vev .row.v-center {
  align-items: center;
}
.vev .row.v-end {
  align-items: flex-end;
}
.vev .column {
  flex-direction: column;
}
.vev .column.v-start {
  justify-content: flex-start;
}
.vev .column.v-center {
  justify-content: center;
}
.vev .column.v-end {
  justify-content: flex-end;
}
.vev .column.v-space {
  justify-content: space-around;
}
.vev .column.v-spread {
  justify-content: space-between;
}
.vev .column.h-start {
  align-items: flex-start;
}
.vev .column.h-center {
  align-items: center;
}
.vev .column.h-end {
  align-items: flex-end;
}
.vev .fill {
  width: 100%;
  height: 100%;
  display: grid;
}
.vev w .fill {
  display: block;
}
.vev .padding {
  padding: 10px;
}
.vev .tiny-padding {
  padding: 4px;
}
.vev .margin {
  margin: 10px;
}
.vev .tiny-margin {
  margin: 4px;
}
.vev .__hide {
  display: none !important;
}
.vev .__show {
  display: grid !important;
}
.vev .__sticky {
  position: sticky;
}
.vev .__snap {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
@page {
  size: A4;
  margin: 0;
}
@media print {
  .vev {
    width: 1024px;
    height: auto;
  }
}
/*! For license information please see vev.css.LEGAL.txt */
/*# sourceMappingURL=vev.css.map */
@keyframes scale {
  50% {
    transform: scale(1.2);
  }
}
.vev .rectangle {
  background: #c4c4c4;
}
.vev .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 .w732vui6 {
  background: #fff;
}
.vev .w732vui6 .progress {
  background: #000;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s ease-out;
}
.vev .text h1,
.vev .text h2,
.vev .text h3,
.vev .text h4,
.vev .text h5,
.vev .text h6,
.vev .text p {
  white-space: normal;
  word-break: break-word;
}
.vev .text h1:empty::after,
.vev .text h2:empty::after,
.vev .text h3:empty::after,
.vev .text h4:empty::after,
.vev .text h5:empty::after,
.vev .text h6:empty::after,
.vev .text p:empty::after {
  content: "\00a0 ";
}
.vev .text p {
  margin: 14px 0;
}
.vev .text h1 {
  margin: 30px 0;
  font-size: 42px;
}
.vev .text h2 {
  margin: 22px 0;
  font-size: 32px;
}
.vev .text h3 {
  margin: 22px 0;
  font-size: 24px;
}
.vev .text h4,
.vev .text h5,
.vev .text h6 {
  margin: 18px 0;
  font-size: 16px;
  font-weight: 700;
}
.vev .text blockquote {
  padding: 0;
  border-left: unset;
  color: currentColor;
}
.vev .text blockquote,
.vev .text li {
  margin: 16px 40px;
  font-size: 21px;
}
.vev .text h1,
.vev .text h2,
.vev .text h3,
.vev .text strong {
  font-weight: 700;
}
.vev .text em {
  font-style: italic;
}
.vev .text ins {
  font-size: 1em;
}
.vev .text a {
  color: #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 .w1bopak0jo-n2r {
  padding: 5px;
}
.vev .w1bopak0jo-n2r .icon-container {
  color: #000;
}
.vev .w1bopak0jo-n2r .menu-icon {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.vev .w1bopak0jo-n2r a,
.vev .w1bopak0jo-n2r a.active {
  padding: 10px;
}
.vev .w1bopak0jo-n2r .sidenav {
  height: 100%;
  width: 320px;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 0.5s ease-in-out;
  background: #fff;
  padding: 30px 0 0;
  color: #000;
  display: flex;
  flex-direction: column;
}
.vev .w1bopak0jo-n2r .close-button {
  position: absolute;
  cursor: pointer;
  z-index: 12;
  top: 5px;
  right: 8px;
  width: auto;
  height: auto;
  line-height: 1.8em;
  text-align: center;
}
.vev .w1bopak0jo-n2r .menu-link-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vev .w1bopak0jo-n2r .menu-link-wrapper a {
  flex: 1 1;
}
.vev .w1bopak0jo-n2r .menu-link-wrapper i {
  cursor: pointer;
  padding: 8px;
}
.vev .w1bopak0jo-n2r .menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.vev .w1bopak0jo-n2r .menu-item-children {
  background: #f5f5f5;
  padding: 0 0 0 15px;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
  max-height: 2000px;
}
.vev .w1bopak0jo-n2r .menu-item-children.collapsed {
  max-height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.vev .section .children {
  height: 100%;
}
.vev .w3tbowgsq- a,
.vev .w3tbowgsq- a:hover {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.vev .w3tbowgsq- a {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fafafa;
  background: #00786b;
  border: 1px solid #00786b;
  border-radius: 25px;
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  text-align: center;
}
.vev .w3tbowgsq- a:hover {
  color: #dfdfdf;
  background: #009688;
  border: 1px solid #000;
  cursor: pointer;
}
.vev .w3tbowgsq- a:focus {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #dfdfdf;
  background: #009688;
  border: 1px solid #000;
  cursor: pointer;
}
.vev .wQwq0xf-9u,
.vev .wUNTsB8PHK {
  z-index: 0;
}
.vev .wQwq0xf-9u .debugLine {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #639;
}
.vev .wQwq0xf-9u .contents,
.vev .wQwq0xf-9u .posterImage {
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  min-height: 100vh;
}
.vev .wQwq0xf-9u .posterImage {
  margin: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 0;
}
.vev .wQwq0xf-9u .contents {
  margin: auto;
  z-index: 1;
}
.vev .wQwq0xf-9u .contents .jwplayer.jw-flag-aspect-mode {
  height: 100% !important;
}
.vev .wQwq0xf-9u .contents video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 1;
}
.vev .wQwq0xf-9u .no-image {
  background-color: #000;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}
.vev .wQwq0xf-9u .media-controls {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 5%;
  top: 5%;
  padding: 10px;
  fill: currentColor;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  pointer-events: all;
}
.vev .wQwq0xf-9u .mediaIcon {
  margin: 15px;
  color: #fff;
  font-size: 24px;
}
.vev .wQwq0xf-9u .overlay {
  background: 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.vev .wQwq0xf-9u .fixedWrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  pointer-events: none;
  max-height: 100vh;
  min-height: 100vh;
  z-index: 0;
}
.vev .wQwq0xf-9u .zoom {
  animation: scale 60000ms infinite;
}
.vev .wcKQ4N_SGM .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  cursor: pointer;
}
.vev .wcKQ4N_SGM .item:active,
.vev .wcKQ4N_SGM .item:focus {
  color: #00f;
  outline: 0;
}
.vev .wcKQ4N_SGM .item:active .checkbox,
.vev .wcKQ4N_SGM .item:focus .checkbox {
  border-color: #00f;
}
.vev .wcKQ4N_SGM .item.selected {
  color: green;
}
.vev .wcKQ4N_SGM .item.selected .checkbox {
  background: green;
}
.vev .wcKQ4N_SGM .checkbox {
  margin: 0 10px 0 0;
  background: #999;
  border: 1px solid #555;
  line-height: 0;
}
.vev .wcKQ4N_SGM .checkbox .icon {
  color: #555;
}
.vev .wUNTsB8PHK .contents {
  background: url(assets/d6675f02458aa0c42ecb587f2119d6bd.png);
  background-size: cover;
  opacity: 1;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  max-height: 100vh;
}
.vev .shape svg,
.vev .wUNTsB8PHK .contents .jwplayer.jw-flag-aspect-mode {
  height: 100% !important;
}
.vev .wUNTsB8PHK .contents video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-height: 100vh;
}
.vev .wUNTsB8PHK .fixedWrapper,
.vev .wUNTsB8PHK .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  min-height: 100vh;
}
.vev .wUNTsB8PHK .overlay {
  opacity: 0;
  z-index: 1;
}
.vev .wUNTsB8PHK .fixedWrapper {
  overflow: hidden;
  opacity: 1;
  max-height: 100vh;
}
.vev .wUNTsB8PHK .zoom {
  animation: scale 60000ms infinite;
}
.vev .waBkkdf5Hxi {
  border-radius: 100%;
}
.vev .waBkkdf5Hxi button {
  width: 100%;
  height: 100%;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.vev .w1c12qdsln-oon div {
  display: inherit;
  flex-direction: inherit;
  padding: inherit;
  border: inherit;
  width: 100%;
}
.vev .w1c12qdsln-oon a {
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  width: 100%;
}
.vev .w1c12qdsln-oon icon,
.vev .w1c12qdsln-oon span {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  min-width: 1em;
}
.vev .w1c12qdsln-oon {
  display: flex;
}
.vev .shape {
  overflow: hidden;
}
.vev .shape svg {
  width: 100% !important;
  fill: currentColor;
}
.vev .pyZWRwANLVA .__sc {
  grid-template-columns: 1fr 1024px 1fr;
}
.vev #e9rmw1Li_pXc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #e9rmw1Li_pX {
  margin: 0 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #ex6srbVx8TGc {
  background: #000;
}
.vev #ex6srbVx8TG {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #eYxfMX4kw9Kc {
  border: 1px solid #000;
}
.vev #eYxfMX4kw9K {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #e0PT-NpnaJMc .progress,
.vev #e3RBDlgvtgXc .progress,
.vev #e3gF7Z4-KpCc .progress,
.vev #e3ql-f87Jsyc .progress,
.vev #eHxu7JrFz_4c .progress,
.vev #eIG0EO-45eac .progress,
.vev #eJ-a2TjkG5Tc .progress,
.vev #eJHYr0MNTF-c .progress,
.vev #eJRW6Ro2rNec .progress,
.vev #eKgwiuIZHxtc .progress,
.vev #eNWWZmPeffUc .progress,
.vev #eOGLFYVqvESc .progress,
.vev #eOGTN3cKlozc .progress,
.vev #eRUQ7KArpHpc .progress,
.vev #eZc3mwlCpyoc .progress,
.vev #e_YrmUK96sFc .progress,
.vev #e_jZ9205Fmrc .progress,
.vev #ecbrVvpa16Bc .progress,
.vev #edAQRWKv5xtc .progress,
.vev #eiDo2Fx1vtSc .progress,
.vev #el4ZmXQHW4bc .progress,
.vev #elI32g8Vu0Nc .progress,
.vev #enXlIwluCJcc .progress,
.vev #euHh0gdo_5tc .progress,
.vev #eumkTvRWqplc .progress,
.vev #eyfVUlCauUSc .progress,
.vev #ezrhLoIpcEbc .progress {
  background: #cb0325;
}
.vev #enXlIwluCJc,
.vev #et3xMggZkZm {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
  transform: none;
  place-self: start center;
}
.vev #et3xMggZkZm {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #e07KNKcGgu0c p,
.vev #e0rCFI0ICq8c p,
.vev #e2OTvfFdNKGc p,
.vev #e5co8zuAyzgc p,
.vev #e6CWNpiNb2sc p,
.vev #eFlO6qwHmmpc p,
.vev #eHa7NcTM5T9c p,
.vev #eN7tW1MvJ9hc p,
.vev #eRsf0m3fz8bc p,
.vev #eV7HP0hVn_Vc p,
.vev #eYjJuyBPGVhc p,
.vev #eZQCKyrSojPc p,
.vev #ebN-nJ418UJc p,
.vev #eb_199k1AgKc p,
.vev #emip0RJil6Tc p,
.vev #enqOawezi4ic p,
.vev #eohHbDN908Oc p,
.vev #ep19cQX23UPc p,
.vev #epO45yZEw9Oc p,
.vev #eqGxvYqBhBAc p,
.vev #eqTwrPZaUPdc p,
.vev #eq_mjDvi-Dtc p,
.vev #er7FqQ7fUr2c p,
.vev #et3xMggZkZmc p,
.vev #evvBzoJTeT-c p,
.vev #exoeU0jDXdrc p,
.vev #eybg-oyjDx-c p {
  font-family: "Poppins";
  font-weight: 600;
  font-style: inherit;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
}
.vev #emAZ4qfpUIsc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #emAZ4qfpUIs {
  margin: 0;
  width: 100%;
  height: 90px;
}
.vev #eRHcJxRKSLFc {
  background: #000;
}
.vev #eRHcJxRKSLF {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #eevWM-k3HWyc {
  border: 1px solid #000;
}
.vev #eevWM-k3HWy {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
  display: none;
}
.vev #eOGLFYVqvES,
.vev #exoeU0jDXdr {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
  transform: none;
  place-self: start center;
}
.vev #exoeU0jDXdr {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #e6-RoPusnRf {
  margin: 15px 16.84% 0 0;
  width: 3.75%;
  height: 53px;
  transform: none;
  place-self: start end;
}
.vev #eDugb57mUBjc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #eDugb57mUBj {
  margin: 0 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #eWDFoXIVz0Rc {
  background: #000;
}
.vev #eWDFoXIVz0R {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #eZhh64ouAICc {
  border: 1px solid #000;
}
.vev #eZhh64ouAIC {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #e5co8zuAyzg,
.vev #ecbrVvpa16B {
  transform: none;
  place-self: start center;
}
.vev #ecbrVvpa16B {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
}
.vev #e5co8zuAyzg {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #eSzkGCrRmWyc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #eSzkGCrRmWy {
  margin: 0 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #efTtDLQWjDDc {
  background: #000;
}
.vev #efTtDLQWjDD {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #eh8v5aQqw3kc {
  border: 1px solid #000;
}
.vev #eh8v5aQqw3k {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #edAQRWKv5xt,
.vev #ep19cQX23UP {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
  transform: none;
  place-self: start center;
}
.vev #ep19cQX23UP {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #eRJ9jBJjIOYc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #eRJ9jBJjIOY {
  margin: 0 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #enXEDAVEK13c {
  background: #000;
}
.vev #enXEDAVEK13 {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #eczNQuIfOyxc {
  border: 1px solid #000;
}
.vev #eczNQuIfOyx {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #e0PT-NpnaJM,
.vev #evvBzoJTeT- {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
  transform: none;
  place-self: start center;
}
.vev #evvBzoJTeT- {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #exb_2VK6h3Tc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #exb_2VK6h3T {
  margin: 0 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #e0cb7RgnVPDc {
  background: #000;
}
.vev #e0cb7RgnVPD {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #eO1LSQFzY7nc {
  border: 1px solid #000;
}
.vev #eO1LSQFzY7n {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #ebN-nJ418UJ,
.vev #euHh0gdo_5t {
  transform: none;
  place-self: start center;
}
.vev #euHh0gdo_5t {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
}
.vev #ebN-nJ418UJ {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #eR9X76dDyNnc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #eR9X76dDyNn {
  margin: -41px 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #eeuYbGLz_Bhc {
  background: #000;
}
.vev #eeuYbGLz_Bh {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #e4G62FWMAKWc {
  border: 1px solid #000;
}
.vev #e4G62FWMAKW {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #e3ql-f87Jsy,
.vev #e6CWNpiNb2s {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
  transform: none;
  place-self: start center;
}
.vev #e6CWNpiNb2s {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #ezNSwFqIrTAc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #ezNSwFqIrTA {
  margin: 0 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #ehQAZq2aI-Oc {
  background: #000;
}
.vev #ehQAZq2aI-O {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #eafTFnhVZ43c {
  border: 1px solid #000;
}
.vev #eafTFnhVZ43 {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #eJ-a2TjkG5T,
.vev #eqTwrPZaUPd {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
  transform: none;
  place-self: start center;
}
.vev #eqTwrPZaUPd {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #eEzC59gnRpRc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #eEzC59gnRpR {
  margin: 0 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #e1g9rb29o4sc {
  background: #000;
}
.vev #e1g9rb29o4s {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #eCICrj3JGh2c {
  border: 1px solid #000;
}
.vev #eCICrj3JGh2 {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #eIG0EO-45ea,
.vev #eV7HP0hVn_V {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
  transform: none;
  place-self: start center;
}
.vev #eV7HP0hVn_V {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #e_i3uY3RQrvc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #e_i3uY3RQrv {
  margin: 0 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #epy1eI3Kec2c {
  background: #000;
}
.vev #epy1eI3Kec2 {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #e9hvrZUS7Bqc {
  border: 1px solid #000;
}
.vev #e9hvrZUS7Bq {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #eJHYr0MNTF-,
.vev #eN7tW1MvJ9h {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
  transform: none;
  place-self: start center;
}
.vev #eN7tW1MvJ9h {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #eXNozRsY2VYc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #eXNozRsY2VY {
  margin: 0 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #ejjeT-bfW05c {
  background: #000;
}
.vev #ejjeT-bfW05 {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #ePBqhJG70Rqc {
  border: 1px solid #000;
}
.vev #ePBqhJG70Rq {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #eJRW6Ro2rNe,
.vev #eybg-oyjDx- {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
  transform: none;
  place-self: start center;
}
.vev #eybg-oyjDx- {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #eqaF0dRwAnQc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #eqaF0dRwAnQ {
  margin: -1px 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #e4Xl7B-UDhYc {
  background: #000;
}
.vev #e4Xl7B-UDhY {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #efCTYYRBWLic {
  border: 1px solid #000;
}
.vev #efCTYYRBWLi {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #eHa7NcTM5T9,
.vev #eHxu7JrFz_4 {
  transform: none;
  place-self: start center;
}
.vev #eHxu7JrFz_4 {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
}
.vev #eHa7NcTM5T9 {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #esESgcUjr9-c {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #esESgcUjr9- {
  margin: 0 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #eRAiow8TmAqc {
  background: #000;
}
.vev #eRAiow8TmAq {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #eXAR6cPgpJtc {
  border: 1px solid #000;
}
.vev #eXAR6cPgpJt {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #el4ZmXQHW4b,
.vev #er7FqQ7fUr2 {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
  transform: none;
  place-self: start center;
}
.vev #er7FqQ7fUr2 {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #ewAKQzQ10rxc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #ewAKQzQ10rx {
  margin: 0 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #ecD82ORiTkUc {
  background: #000;
}
.vev #ecD82ORiTkU {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #edsrEWIVM_Pc {
  border: 1px solid #000;
}
.vev #edsrEWIVM_P {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #e2OTvfFdNKG,
.vev #e_YrmUK96sF {
  transform: none;
  place-self: start center;
}
.vev #e_YrmUK96sF {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
}
.vev #e2OTvfFdNKG {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #eJZxpCn71jmc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #eJZxpCn71jm {
  margin: 405px 0 0 14.44%;
  width: 71.11%;
  height: 90px;
  display: none;
}
.vev #ezU1waezBLZc {
  background: #000;
}
.vev #ezU1waezBLZ {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #eB9cNJPIuv7 {
  width: 0;
  height: 0;
  transform: none;
  margin: 0;
  place-self: start start;
  display: none;
}
.vev #enJffw452KHc {
  border: 1px solid #000;
}
.vev #enJffw452KH {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 3.26% 0;
  place-self: start end;
}
.vev #eYjJuyBPGVh,
.vev #ezrhLoIpcEb {
  transform: none;
  place-self: start center;
}
.vev #ezrhLoIpcEb {
  margin: 84px 0 0 0.49%;
  width: 102.68%;
  height: 108px;
}
.vev #eYjJuyBPGVh {
  margin: 16px 0 0;
  width: 44.17%;
  height: auto;
}
.vev #eqOMb35dALn {
  margin: 16.7px 17.43% 0 0;
  width: 2.64%;
  height: 53px;
  transform: none;
  place-self: start end;
}
.vev #eIa-MNGRsUfc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #eIa-MNGRsUf {
  margin: 0 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #eyVSGLek-NFc {
  background: #000;
}
.vev #eyVSGLek-NF {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #eOSBde6hJ04c {
  border: 1px solid #000;
}
.vev #eOSBde6hJ04 {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #e3gF7Z4-KpC,
.vev #eohHbDN908O {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
  transform: none;
  place-self: start center;
}
.vev #eohHbDN908O {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #edB0F6QaB32c {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #edB0F6QaB32 {
  margin: 0 0 0 3.73%;
  width: 93.07%;
  height: 61px;
  display: none;
}
.vev #ecb-llRcx5nc {
  background: #000;
}
.vev #ecb-llRcx5n {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #eFP3N0jfyia {
  width: 0;
  height: 0;
  transform: none;
  margin: 0;
  place-self: start start;
  display: none;
}
.vev #ehO6KhR5o5ac {
  border: 1px solid #000;
}
.vev #ehO6KhR5o5a {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 3.26% 0;
  place-self: start end;
}
.vev #eRUQ7KArpHp,
.vev #eb_199k1AgK {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 11px;
  transform: none;
  place-self: start center;
}
.vev #eb_199k1AgK {
  margin: 16px 0 0;
  width: 44.17%;
  height: auto;
}
.vev #eOrVc3Ztvk1c {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #eOrVc3Ztvk1 {
  margin: 169px 0 0 1.13%;
  width: 98.31%;
  height: 61px;
  display: none;
}
.vev #ekxLNNCV5BGc {
  background: #000;
}
.vev #ekxLNNCV5BG {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #eHWKaeHLOr1 {
  width: 0;
  height: 0;
  transform: none;
  margin: 0;
  place-self: start start;
  display: none;
}
.vev #exY7NtvEyEXc {
  border: 1px solid #000;
}
.vev #exY7NtvEyEX {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 3.26% 0;
  place-self: start end;
}
.vev #e3RBDlgvtgX,
.vev #eqGxvYqBhBA {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 11px;
  transform: none;
  place-self: start center;
}
.vev #eqGxvYqBhBA {
  margin: 16px 0 0;
  width: 44.17%;
  height: auto;
}
.vev #e2_iPhSSbwAc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #e2_iPhSSbwA {
  margin: 303px 0 0 1.13%;
  width: 98.31%;
  height: 61px;
  display: none;
}
.vev #ewoumHLQLurc {
  background: #000;
}
.vev #ewoumHLQLur {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #e1RpJ7gji-R {
  width: 0;
  height: 0;
  transform: none;
  margin: 0;
  place-self: start start;
  display: none;
}
.vev #esO37O3KoHnc {
  border: 1px solid #000;
}
.vev #esO37O3KoHn {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 3.26% 0;
  place-self: start end;
}
.vev #e_jZ9205Fmr,
.vev #emip0RJil6T {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 11px;
  transform: none;
  place-self: start center;
}
.vev #emip0RJil6T {
  margin: 16px 0 0;
  width: 44.17%;
  height: auto;
}
.vev #eygrOM4YxeSc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #eygrOM4YxeS {
  margin: 0 0 0 3.73%;
  width: 93.07%;
  height: 61px;
  display: none;
}
.vev #eW9mvApagSlc {
  background: #000;
}
.vev #eW9mvApagSl {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #eAu17cA8z7e {
  width: 0;
  height: 0;
  transform: none;
  margin: 0;
  place-self: start start;
  display: none;
}
.vev #ez87wqrNqxVc {
  border: 1px solid #000;
}
.vev #ez87wqrNqxV {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 3.26% 0;
  place-self: start end;
}
.vev #e0rCFI0ICq8,
.vev #eiDo2Fx1vtS {
  transform: none;
  place-self: start center;
}
.vev #eiDo2Fx1vtS {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 11px;
}
.vev #e0rCFI0ICq8 {
  margin: 16px 0 0;
  width: 44.17%;
  height: auto;
}
.vev #ea4FsJIEG2Bc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #ea4FsJIEG2B {
  margin: 0 0 0 3.73%;
  width: 93.07%;
  height: 61px;
  display: none;
}
.vev #eAXtsTyT1ECc {
  background: #000;
}
.vev #eAXtsTyT1EC {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #ePTsrvW4XF_ {
  width: 0;
  height: 0;
  transform: none;
  margin: 0;
  place-self: start start;
  display: none;
}
.vev #eHOyr1OZeTvc {
  border: 1px solid #000;
}
.vev #eHOyr1OZeTv {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 3.26% 0;
  place-self: start end;
}
.vev #eFlO6qwHmmp,
.vev #eumkTvRWqpl {
  transform: none;
  place-self: start center;
}
.vev #eumkTvRWqpl {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 11px;
}
.vev #eFlO6qwHmmp {
  margin: 16px 0 0;
  width: 44.17%;
  height: auto;
}
.vev #eqRfUJBOcjYc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #eqRfUJBOcjY {
  margin: 320px 0 0 3.73%;
  width: 93.07%;
  height: 61px;
  display: none;
}
.vev #ewoHwlNa_Ooc {
  background: #000;
}
.vev #ewoHwlNa_Oo {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #ew0c9YFuD35 {
  width: 0;
  height: 0;
  transform: none;
  margin: 0;
  place-self: start start;
  display: none;
}
.vev #eu_5rSN83YYc {
  border: 1px solid #000;
}
.vev #eu_5rSN83YY {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 3.26% 0;
  place-self: start end;
}
.vev #eKgwiuIZHxt,
.vev #eZQCKyrSojP {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 11px;
  transform: none;
  place-self: start center;
}
.vev #eZQCKyrSojP {
  margin: 16px 0 0;
  width: 44.17%;
  height: auto;
}
.vev #eSRV6MqJQSzc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #eSRV6MqJQSz {
  margin: -8px 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #edRYLiHK7Qwc {
  background: #000;
}
.vev #edRYLiHK7Qw {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #ecknDK4-juoc {
  border: 1px solid #000;
}
.vev #ecknDK4-juo {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #eOGTN3cKloz,
.vev #eq_mjDvi-Dt {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
  transform: none;
  place-self: start center;
}
.vev #eq_mjDvi-Dt {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #euzjN9eC_2Rc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #euzjN9eC_2R {
  margin: -8px 0 0 -0.8%;
  width: 382px;
  height: 62px;
  display: none;
}
.vev #elekcW4uP2ec {
  background: #000;
}
.vev #elekcW4uP2e {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #ekGv9TzZ3n3c {
  border: 1px solid #000;
}
.vev #ekGv9TzZ3n3 {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #eNWWZmPeffU,
.vev #epO45yZEw9O {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
  transform: none;
  place-self: start center;
}
.vev #epO45yZEw9O {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #eSTzV9OOfdGc {
  background: #ffb707;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-left: none;
}
.vev #eSTzV9OOfdG {
  margin: -23px 0 0;
  width: 0;
  height: 0;
  display: none;
}
.vev #eGQ3o_Nwz8Bc {
  background: #000;
}
.vev #eGQ3o_Nwz8B {
  margin: -6px 0 0;
  width: 100%;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #ec5PewGdNBkc {
  border: 1px solid #000;
}
.vev #ec5PewGdNBk {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 16px 15.97% 0;
  place-self: start end;
}
.vev #enqOawezi4i,
.vev #eyfVUlCauUS {
  transform: none;
  place-self: start center;
}
.vev #eyfVUlCauUS {
  margin: 84px 0 0 0.56%;
  width: 102.64%;
  height: 9px;
}
.vev #enqOawezi4i {
  margin: 16px 0.49% 0 0;
  width: 70.63%;
  height: auto;
}
.vev #eeB0BJ8rPRPc {
  background: #000;
}
.vev #eeB0BJ8rPRP {
  min-height: 95px;
  height: auto;
  display: none;
}
.vev #exAohweFhwvc {
  background: #000;
}
.vev #exAohweFhwv {
  margin: 0 -85.26% 0 0;
  width: 2729px;
  height: 91px;
  transform: none;
  place-self: start end;
}
.vev #eRsf0m3fz8b,
.vev #eZc3mwlCpyo {
  transform: none;
  place-self: start center;
}
.vev #eRsf0m3fz8b {
  margin: 18px 0.1% 0 0;
  width: 53.32%;
  height: auto;
  max-height: 100%;
}
.vev #eZc3mwlCpyo {
  margin: 91px 0 0 0.39%;
  width: 149.02%;
  height: 8px;
}
.vev #emtK9WL18G-c {
  border: 1px solid #000;
}
.vev #emtK9WL18G- {
  width: 79px;
  height: 54px;
  transform: none;
  margin: 22px 0.78% 0 0;
  place-self: start end;
}
.vev #eZriG4jPZPf {
  min-height: 87px;
  height: auto;
  display: none;
}
.vev #eILmkMbT0Onc {
  background: #000;
}
.vev #eILmkMbT0On {
  margin: 60px -0.47% 0 0;
  width: 101.88%;
  height: 68px;
  transform: none;
  place-self: start end;
}
.vev #e6G4GVFBEJic {
  border: 1px solid #000;
}
.vev #e6G4GVFBEJi {
  width: 47px;
  height: 21px;
  transform: none;
  margin: 57px 0.47% 0 0;
  place-self: start end;
}
.vev #e07KNKcGgu0,
.vev #elI32g8Vu0N {
  transform: none;
  place-self: start center;
}
.vev #elI32g8Vu0N {
  margin: 60px 0 0 0.31%;
  width: 102.5%;
  height: 6px;
}
.vev #e07KNKcGgu0 {
  margin: 48px 9.69% 0 0;
  width: 83.75%;
  height: auto;
  max-height: 100%;
}
.vev #eANcvVwEHqRc .media-controls {
  background: rgba(255, 255, 255, 0.3);
}
.vev #eANcvVwEHqR {
  min-height: 1118px;
  height: auto;
}
.vev #e8vez2Gq9hjc h1,
.vev #eCGE8Ug31Lwc h1 {
  text-align: center;
  line-height: 1em;
  color: #000;
  font-style: inherit;
}
.vev #e8vez2Gq9hjc h1 {
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0;
}
.vev #e8vez2Gq9hj,
.vev #eDEysW_VJM- {
  width: 102.05%;
  margin: 371px 0 0 -2.05%;
  height: 435px;
  transform: none;
  place-self: start start;
}
.vev #eDEysW_VJM- {
  margin: 428px 0 0 -2.05%;
  height: 268px;
}
.vev div .pQVnenid1F h1 {
  font-size: 118px;
  letter-spacing: -4.7px;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 1.1em;
}
.vev #eCGE8Ug31Lwc h1 {
  font-weight: 600;
}
.vev #eDEysW_VJM-c h1 {
  font-size: 120px;
}
.vev #eDEysW_VJM-c h1,
.vev #eztU0cHmtqIc h1 {
  text-align: center;
  line-height: 1em;
  color: #000;
  font-weight: 600;
  font-style: inherit;
}
.vev #e2fsEDhwdctc p,
.vev #eSi3ilnv-r6c p {
  color: #000;
  font-family: "Poppins";
  font-size: 35px;
  text-align: center;
}
.vev #eSi3ilnv-r6c p {
  font-weight: 400;
  font-style: italic;
}
.vev #eSi3ilnv-r6 {
  margin: 705px 0 0;
  width: 90.63%;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
}
.vev #efyvh_7tm-8 {
  min-height: 1200px;
  height: auto;
  display: none;
}
.vev #e2fsEDhwdctc p {
  font-weight: 600;
  font-style: inherit;
}
.vev #e2fsEDhwdct {
  margin: 666px 0 0;
  width: 90.63%;
  height: auto;
  transform: none;
  place-self: start center;
}
.vev #eCGE8Ug31Lwc h1,
.vev #eztU0cHmtqIc h1 {
  font-size: 100px;
}
.vev #eCGE8Ug31Lw,
.vev #eztU0cHmtqI {
  width: 100%;
  margin: 220px 0 0 -2.05%;
  height: auto;
  transform: none;
  place-self: start start;
}
.vev #e83lSzDVdm0c .contents {
  background: var(--b-HXXR_87WVT) no-repeat 76% 57% / cover;
}
.vev #e83lSzDVdm0 {
  height: auto;
  min-height: 1016px;
}
.vev #eZ1q9WfiMGfc {
  background: rgba(181, 167, 89, 0.95);
}
.vev #eZ1q9WfiMGf {
  margin: 123px 0.39% 0 0;
  width: 86.72%;
  height: 490px;
  transform: none;
  place-self: start center;
}
.vev #eMbJujWMG-Bc .item {
  font-family: "Poppins";
  font-weight: 400;
  padding: 45px 0 2px;
  font-style: inherit;
  font-size: 35px;
  background: 0 0;
}
.vev #efhSwAtgp0-c {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}
.vev #e3XUpSoARgAc p,
.vev #eAWhYqyps_bc p {
  line-height: 1.2em;
}
.vev #e3XUpSoARgAc p,
.vev #eAWhYqyps_bc p,
.vev #eK1jY8N5IAXc p,
.vev #efhSwAtgp0-c p,
.vev #ekwGlskZNSic p,
.vev #eum_av_oJ1Fc p {
  font-weight: 600;
  font-style: inherit;
  font-size: 48px;
  text-align: left;
  color: #000;
}
.vev #efhSwAtgp0-c p,
.vev #ekwGlskZNSic p,
.vev #eum_av_oJ1Fc p {
  line-height: 1.2em;
}
.vev #efhSwAtgp0- {
  margin: 155px 0 0 0.68%;
  width: 82.13%;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
}
.vev #eDiTYNySMeb,
.vev #eZb32IxYcVj {
  margin: 314px 0 0 8.11%;
  width: 41.11%;
  height: 285px;
  transform: none;
  place-self: start start;
}
.vev #eZb32IxYcVj {
  margin: 314px 8.4% 0 0;
  width: 40.82%;
  place-self: start end;
}
.vev #eBzyIvctPcBc,
.vev #eMbJujWMG-Bc .item.selected .checkbox {
  background: #fff;
}
.vev #eBzyIvctPcB {
  margin: 632px 0.39% 0 0;
  width: 86.72%;
  height: 271px;
  transform: none;
  place-self: start center;
}
.vev #eX1AbSuyJe9c {
  background: rgba(244, 16, 16, 0.2);
}
.vev #e251pJrGPd5,
.vev #eMbJujWMG-B,
.vev #eX1AbSuyJe9 {
  transform: none;
  place-self: start center;
}
.vev #eX1AbSuyJe9 {
  margin: 732px 0.39% 0 0;
  width: 86.72%;
  height: 87px;
}
.vev #eMbJujWMG-Bc .checkbox {
  background: #fbfbfb;
}
.vev #eMbJujWMG-B {
  margin: 608px 5.18% 0 0;
  width: 76.86%;
  height: 295px;
}
.vev #e251pJrGPd5 {
  margin: 749px 13.18% 0 0;
  width: 4%;
  height: 40px;
}
.vev #eEm4hx1gXBlc {
  background: 0 0;
}
.vev #eEm4hx1gXBl {
  margin: 645px 5.86% 0 0;
  width: 76.17%;
  height: 245px;
  transform: none;
  place-self: start center;
}
.vev #exq0807wj3gc .contents {
  background: var(--b-8IjIdYYKtf) no-repeat 76% 57% / cover;
}
.vev #exq0807wj3g {
  height: auto;
  min-height: 1000px;
}
.vev #eKE9ZeQH4Elc,
.vev #eODIpYcUCpbc .item.selected .checkbox {
  background: #fff;
}
.vev #eKE9ZeQH4El {
  margin: 714px 1.95% 0 0;
  width: 86.72%;
  height: 170px;
  transform: none;
  place-self: start center;
}
.vev #e71r0jzn8Swc {
  background: rgba(244, 16, 16, 0.2);
}
.vev #e71r0jzn8Sw {
  margin: 805px 1.95% 0 0;
  width: 86.72%;
  height: 79px;
  transform: none;
  place-self: start center;
}
.vev #eODIpYcUCpbc .item {
  padding: 35px 0 5px;
  font-family: "Poppins";
  font-weight: 400;
  font-style: inherit;
  font-size: 35px;
}
.vev #eODIpYcUCpbc .checkbox {
  background: #fbfbfb;
}
.vev #eODIpYcUCpb {
  margin: 700px -0.59% 0 0;
  width: 93.16%;
  height: 211px;
  transform: none;
  place-self: start end;
}
.vev #ednyHVCyc89c {
  background: #b5a759;
  border-radius: 0;
}
.vev #ednyHVCyc89 {
  margin: 118px 1.95% 0 0;
  width: 86.72%;
  height: 576px;
  transform: none;
  place-self: start center;
}
.vev #eA1RTzwLP5kc {
  border-radius: 0;
}
.vev #eA1RTzwLP5k {
  margin: 299px 9.08% 0 0;
  width: 40.23%;
  height: 377px;
  transform: none;
  place-self: start end;
}
.vev #eEuXININvXlc {
  border-radius: 0;
}
.vev #eEuXININvXl {
  margin: 299px 0 0 7.42%;
  width: 41.6%;
  height: 377px;
  transform: none;
  place-self: start start;
}
.vev #ekwGlskZNSic {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}
.vev #ekwGlskZNSi {
  margin: 145px 4.98% 0 0;
  width: 78.61%;
  height: 147px;
  transform: none;
  place-self: start center;
}
.vev #eHqumg-c4IR {
  margin: 817px 0 0 31.84%;
  width: 4.2%;
  height: 46px;
  transform: none;
  place-self: start start;
}
.vev #eqBnjO9RNKuc {
  background: 0 0;
}
.vev #eqBnjO9RNKu {
  margin: 724px 7.91% 0 0;
  width: 78.22%;
  height: 147px;
  transform: none;
  place-self: start center;
}
.vev #eb9Q3PMFHa4c .contents {
  background: var(--b-HXXR_87WVT) no-repeat 76% 57% / cover;
}
.vev #eb9Q3PMFHa4 {
  height: auto;
  min-height: 1000px;
}
.vev #eVUMzrYjWi6c,
.vev #evjCL8J47kBc .item.selected .checkbox {
  background: #fff;
}
.vev #eVUMzrYjWi6 {
  margin: 687px 0.39% 0 0;
  width: 86.72%;
  height: 277px;
  transform: none;
  place-self: start center;
}
.vev #e7JWHtD2tetc {
  background: rgba(244, 16, 16, 0.2);
}
.vev #e7JWHtD2tet {
  margin: 687px 0.39% 0 0;
  width: 86.72%;
  height: 90px;
  transform: none;
  place-self: start center;
}
.vev #evjCL8J47kBc .item {
  padding: 45px 0 2px;
  font-family: "Poppins";
  font-weight: 400;
  font-style: inherit;
  font-size: 35px;
}
.vev #evjCL8J47kBc .checkbox {
  background: #fbfbfb;
}
.vev #evjCL8J47kB {
  margin: 661px 0 0 8.5%;
  width: 57.03%;
  height: auto;
  transform: none;
  place-self: start start;
  aspect-ratio: 1.8365;
  max-height: 100%;
  --ratio: 54.45%;
}
.vev #eXxYoVWdLBTc {
  background: #b5a759;
}
.vev #eXxYoVWdLBT {
  margin: 99px 0.58% 0 0;
  width: 86.52%;
  height: 568px;
  transform: none;
  place-self: start center;
}
.vev #ef6adpFTg-Zc {
  border-radius: 0;
}
.vev #ef6adpFTg-Z {
  margin: 267px 8.69% 0 0;
  width: 40.53%;
  height: 383px;
  transform: none;
  place-self: start end;
}
.vev #eu3xaaD3IbXc {
  border-radius: 0;
}
.vev #eu3xaaD3IbX {
  margin: 267px 0 0 8.11%;
  width: 41.02%;
  height: 383px;
  transform: none;
  place-self: start start;
}
.vev #eum_av_oJ1Fc {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  text-align: justify;
}
.vev #eum_av_oJ1F {
  margin: 116px 0.19% 0 0;
  width: 82.81%;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
}
.vev #e39PXuKlfOb {
  margin: 705px 0 0 34.47%;
  width: 4.3%;
  height: 47px;
  transform: none;
  place-self: start start;
}
.vev #e56ieZUg8Dxc {
  background: 0 0;
}
.vev #e56ieZUg8Dx {
  margin: 699px 7.52% 0 0;
  width: 77.83%;
  height: 254px;
  transform: none;
  place-self: start center;
}
.vev #eNxsfhj03MQc .contents {
  background: var(--b-8IjIdYYKtf) no-repeat 76% 57% / cover;
}
.vev #eNxsfhj03MQ {
  height: auto;
  min-height: 1000px;
}
.vev #eTeMe7Meo7ec .item.selected .checkbox,
.vev #eebHruv-Kdxc {
  background: #fff;
}
.vev #eebHruv-Kdx {
  margin: 756px 0 0 1.17%;
  width: 87.3%;
  height: 178px;
  transform: none;
  place-self: start center;
}
.vev #eO8AuDzoJAjc {
  background: rgba(244, 16, 119, 0.2);
}
.vev #eO8AuDzoJAj,
.vev #eTeMe7Meo7e {
  margin: 756px 0 0 1.17%;
  width: 87.3%;
  height: 87px;
  transform: none;
  place-self: start center;
}
.vev #eTeMe7Meo7e {
  margin: 734px 0 0 2.44%;
  width: 84.86%;
  height: 218px;
}
.vev #eTeMe7Meo7ec .item {
  padding: 40px 0 2px;
  font-family: "Poppins";
  font-weight: 400;
  font-style: inherit;
  font-size: 35px;
}
.vev #eTeMe7Meo7ec .checkbox {
  background: #fbfbfb;
}
.vev #eRdIqCjI4Rac {
  background: #b5a759;
}
.vev #eRdIqCjI4Ra {
  margin: 158px 0 0 1.17%;
  width: 87.31%;
  height: 579px;
  transform: none;
  place-self: start center;
}
.vev #eNQE3V1tC6Lc {
  border-radius: 0;
}
.vev #eNQE3V1tC6L {
  margin: 320px 7.91% 0 0;
  width: 41.21%;
  height: 396px;
  transform: none;
  place-self: start end;
}
.vev #eaXUKBRu9Ijc {
  border-radius: 0;
}
.vev #eaXUKBRu9Ij {
  margin: 320px 0 0 8.79%;
  width: 40.14%;
  height: 396px;
  transform: none;
  place-self: start start;
}
.vev #eAWhYqyps_bc {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}
.vev #eAWhYqyps_b {
  margin: 170px 0 0 1.76%;
  width: 83.2%;
  height: auto;
  transform: none;
  place-self: start center;
  max-height: 100%;
}
.vev #eWDQ-eCKjCu {
  margin: 776px 0 0 32.52%;
  width: 3.71%;
  height: 40px;
  transform: none;
  place-self: start start;
}
.vev #ey6DyDEVddCc {
  background: 0 0;
}
.vev #ey6DyDEVddC {
  margin: 763px 6.84% 0 0;
  width: 77.15%;
  height: 158px;
  transform: none;
  place-self: start center;
}
.vev #ewxRY1CQ928c .contents {
  background: var(--b-HXXR_87WVT) no-repeat 76% 57% / cover;
}
.vev #ewxRY1CQ928 {
  height: auto;
  min-height: 1000px;
}
.vev #eU_lcPTVic8c,
.vev #ext8zgSilPdc .item.selected .checkbox {
  background: #fff;
}
.vev #eU_lcPTVic8 {
  margin: 901px 0 0 0.1%;
  width: 87.21%;
  height: 277px;
  transform: none;
  place-self: start center;
}
.vev #egMVG2H4CPGc {
  background: rgba(244, 16, 119, 0.2);
}
.vev #egMVG2H4CPG,
.vev #ext8zgSilPd {
  margin: 995px 0 0 0.1%;
  width: 87.21%;
  height: 96px;
  transform: none;
  place-self: start center;
}
.vev #ext8zgSilPd {
  margin: 879px 0 0 3.81%;
  width: 85.45%;
  height: 337px;
}
.vev #ext8zgSilPdc .item {
  padding: 45px 0 2px;
  font-family: "Poppins";
  font-weight: 400;
  font-style: inherit;
  font-size: 35px;
}
.vev #ext8zgSilPdc .checkbox {
  background: #fbfbfb;
}
.vev #eXdsBseDdVdc {
  background: #b5a759;
}
.vev #eXdsBseDdVd {
  margin: 169px 0 0 0.1%;
  width: 87.21%;
  height: 716px;
  transform: none;
  place-self: start center;
}
.vev #e3XUpSoARgAc {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  text-align: justify;
  padding: 0;
}
.vev #e3XUpSoARgA,
.vev #eGF2vzS_WKM {
  transform: none;
  place-self: start center;
}
.vev #e3XUpSoARgA {
  margin: 179px 0 0 1.56%;
  width: 82.23%;
  height: auto;
  max-height: 100%;
}
.vev #eGF2vzS_WKM {
  margin: 393px 0 0 0.59%;
  width: 83.2%;
  height: 473px;
}
.vev #eTYxxcbD-4b {
  margin: 1017px 0 0 18.07%;
  width: 4.2%;
  height: 45px;
  transform: none;
  place-self: start start;
}
.vev #e_JXDhKOz8jc {
  background: 0 0;
}
.vev #e_JXDhKOz8j {
  margin: 912px 5.96% 0 0;
  width: 77.83%;
  height: 254px;
  transform: none;
  place-self: start center;
}
.vev #eX_j6AfbsDSc .contents {
  background: var(--b-8IjIdYYKtf) no-repeat 76% 57% / cover;
}
.vev #eX_j6AfbsDS {
  height: auto;
  min-height: 1350px;
}
.vev #eCezbkx7gSSc {
  background: #b5a759;
}
.vev #eCezbkx7gSS {
  margin: 135px 0.39% 0 0;
  width: 86.72%;
  height: 688px;
  transform: none;
  place-self: start center;
}
.vev #ebNabU1PCtW {
  margin: 292px 8.4% 0 0;
  width: 40.92%;
  height: 248px;
  transform: none;
  place-self: start end;
}
.vev #e_cfmOVBQc-,
.vev #er0Do05tbG_ {
  margin: 555px 0 0 8.01%;
  width: 41.21%;
  height: 252px;
  transform: none;
  place-self: start start;
}
.vev #er0Do05tbG_ {
  margin: 292px 0 0 8.01%;
  height: 247px;
}
.vev #efaL6_JjeUq {
  margin: 555px 8.4% 0 0;
  width: 40.92%;
  height: 252px;
  transform: none;
  place-self: start end;
}
.vev #e24BY4IGaPIc .item {
  font-family: "Poppins";
  font-weight: 400;
  padding: 45px 0 2px;
  font-style: inherit;
  font-size: 35px;
}
.vev #eK1jY8N5IAXc {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}
.vev #eK1jY8N5IAXc p {
  line-height: 1.1em;
}
.vev #eK1jY8N5IAX {
  margin: 155px 0.39% 0 0;
  width: 82.42%;
  height: 137px;
  transform: none;
  place-self: start center;
}
.vev #e24BY4IGaPIc .item.selected .checkbox,
.vev #ekYGfLoW8Dvc {
  background: #fff;
}
.vev #ekYGfLoW8Dv {
  margin: 843px 0.39% 0 0;
  width: 86.72%;
  height: 374px;
  transform: none;
  place-self: start center;
}
.vev #eUs46c6imDPc {
  background: rgba(244, 16, 119, 0.2);
}
.vev #eUs46c6imDP {
  margin: 931px 0.49% 0 0;
  width: 86.82%;
  height: 95px;
  transform: none;
  place-self: start center;
}
.vev #e24BY4IGaPIc .checkbox {
  background: #fbfbfb;
}
.vev #e24BY4IGaPI {
  margin: 813px 0 0 8.59%;
  width: 57.03%;
  height: 399px;
  transform: none;
  place-self: start start;
}
.vev #eB9_IRk9bWl {
  margin: 951px 7.62% 0 0;
  width: 4.1%;
  height: 44px;
  transform: none;
  place-self: start center;
}
.vev #e45hLu3SbA9c {
  background: 0 0;
}
.vev #e45hLu3SbA9 {
  margin: 855px 5.96% 0 0;
  width: 77.83%;
  height: 350px;
  transform: none;
  place-self: start center;
}
.vev #e0CQGc1kUcoc .contents {
  background: var(--b-HXXR_87WVT) no-repeat 76% 57% / cover;
}
.vev #e0CQGc1kUco {
  height: auto;
  min-height: 1137px;
}
.vev #e-ZxoNMdXZuc {
  background: #b5a759;
}
.vev #e-ZxoNMdXZu {
  margin: 107px 0 0 0.78%;
  width: 86.72%;
  height: 640px;
  transform: none;
  place-self: start center;
}
.vev #e9E5t5Y2hHOc .item {
  font-family: "Poppins";
  font-weight: 400;
  padding: 45px 0 2px;
  font-style: inherit;
  font-size: 35px;
}
.vev #eE62eHaiDO-c {
  font-size: 25px;
}
.vev #eE62eHaiDO-c,
.vev #ekRsxuLfrWic a,
.vev #et9O5C2dPWLc a {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
}
.vev #eE62eHaiDO-c p {
  letter-spacing: 0;
}
.vev #eE62eHaiDO-,
.vev #eoopc21mwnv {
  margin: 129px 0 0 2.83%;
  width: 84.67%;
  height: 156px;
  transform: none;
  place-self: start center;
}
.vev #eoopc21mwnv {
  margin: 277px 0 0 0.59%;
  width: 82.42%;
  height: 447px;
}
.vev #e4qNnh-q_vtc,
.vev #e9E5t5Y2hHOc .item.selected .checkbox {
  background: #fff;
}
.vev #e4qNnh-q_vt {
  margin: 767px 0 0 0.78%;
  width: 86.72%;
  height: 277px;
  transform: none;
  place-self: start center;
}
.vev #e598-TBXEOUc {
  background: rgba(244, 16, 119, 0.2);
}
.vev #e598-TBXEOU,
.vev #e9E5t5Y2hHO {
  margin: 857px 0 0 0.78%;
  width: 86.72%;
  height: 100px;
  transform: none;
  place-self: start center;
}
.vev #e9E5t5Y2hHO {
  margin: 740px 0.1% 0 0;
  width: 81.74%;
  height: 318px;
}
.vev #e9E5t5Y2hHOc .checkbox {
  background: #fbfbfb;
}
.vev #ehFxcNGHBOx {
  margin: 887px 0 0 35.94%;
  width: 3.42%;
  height: 37px;
  transform: none;
  place-self: start start;
}
.vev #eaAWEbvn2Kgc {
  background: 0 0;
}
.vev #eaAWEbvn2Kg {
  margin: 778px 4% 0 0;
  width: 77.83%;
  height: 254px;
  transform: none;
  place-self: start center;
}
.vev #eaRKpeUum-Fc .contents {
  background: var(--b-8IjIdYYKtf) no-repeat 76% 57% / cover;
}
.vev #eaRKpeUum-F {
  height: auto;
  min-height: 1407px;
}
.vev #eAIW-SQMCRrc .item.selected .checkbox,
.vev #eQSkQxalwn-c {
  background: #fff;
}
.vev #eQSkQxalwn- {
  margin: 871px 0 0 0.68%;
  width: 86.82%;
  height: 267px;
  transform: none;
  place-self: start center;
}
.vev #e0sQ2-2Sfj3c {
  background: rgba(244, 16, 119, 0.2);
}
.vev #e0sQ2-2Sfj3 {
  margin: 871px 0 0 0.68%;
  width: 86.82%;
  height: 88px;
  transform: none;
  place-self: start center;
}
.vev #eAIW-SQMCRrc .item {
  padding: 35px 0 2px;
  font-family: "Poppins";
  font-weight: 400;
  font-style: inherit;
  font-size: 35px;
}
.vev #eAIW-SQMCRrc .checkbox {
  background: #fbfbfb;
}
.vev #eAIW-SQMCRr {
  margin: 859px 2.54% 0 0;
  width: 87.79%;
  height: 318px;
  transform: none;
  place-self: start end;
}
.vev #e5unh43oyv3c {
  background: #b5a759;
  border-radius: 0;
}
.vev #e5unh43oyv3,
.vev #ePJsx6Wp73r {
  margin: 161px 0 0 0.39%;
  width: 86.52%;
  height: 686px;
  transform: none;
  place-self: start center;
}
.vev #ePJsx6Wp73r {
  margin: 431px 0 0 0.78%;
  width: 82.03%;
  height: 392px;
}
.vev #ep8IkqQMVSXc {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  text-align: justify;
}
.vev #eE62eHaiDO-c p,
.vev #ep8IkqQMVSXc p {
  font-weight: 600;
  font-style: inherit;
  font-size: 48px;
  text-align: left;
  color: #000;
  line-height: 1.1em;
}
.vev #ep8IkqQMVSX {
  margin: 176px 0 0 2.74%;
  width: 82.03%;
  height: auto;
  max-height: 100%;
}
.vev #erM_2XuKBjpc button,
.vev #eszfAvMJOvyc h2 {
  color: #fff;
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
}
.vev #erM_2XuKBjpc button {
  font-size: 35px;
  padding: 1px 0 0;
  background: #000;
  border: 1px solid transparent;
  border-radius: 12px;
}
.vev #eVCbIlk_q3y,
.vev #ep8IkqQMVSX,
.vev #erM_2XuKBjp {
  transform: none;
  place-self: start center;
}
.vev #erM_2XuKBjp {
  margin: 1177px 0 0 0.1%;
  width: 29.79%;
  height: 71px;
}
.vev #eVCbIlk_q3y {
  margin: 897px 19.24% 0 0;
  width: 3.42%;
  height: 37px;
}
.vev #eJAPXOL8hycc {
  background: 0 0;
}
.vev #eJAPXOL8hyc {
  margin: 882px 0 0 0.49%;
  width: 82.33%;
  height: 241px;
  transform: none;
  place-self: start center;
}
.vev #eTxXlCeKJvCc {
  background: #000;
}
.vev #eTxXlCeKJvC {
  min-height: 220px;
  height: auto;
}
.vev #eszfAvMJOvyc h2 {
  font-size: 22px;
  line-height: 0;
  letter-spacing: 0;
}
.vev #eszfAvMJOvyc h3 {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: inherit;
  line-height: 1em;
  color: #fdfdfd;
}
.vev #eszfAvMJOvyc {
  font-size: 15px;
  padding: 0;
}
.vev #eszfAvMJOvy {
  width: 750px;
  margin: 14px 0 0;
  place-self: start center;
  height: 141px;
  transform: none;
}
.vev div .pAOf6DONG1 h3 {
  font-size: 30px;
  font-family: "Lato";
  text-align: center;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 1.3em;
}
.vev div .pAOf6DONG1 h4 {
  text-align: center;
  color: #fd2e00;
}
.vev div .pAOf6DONG1 h1,
.vev div .pAOf6DONG1 h2 {
  font-size: 107px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00d91f;
}
.vev div .pAOf6DONG1 h2 {
  font-size: 53px;
  line-height: 1.2em;
}
.vev div .pAOf6DONG1 blockquote,
.vev div .pAOf6DONG1 h1,
.vev div .pAOf6DONG1 h2,
.vev div .pAOf6DONG1 h5 {
  font-weight: 400;
  font-style: normal;
  font-family: "Anton";
  text-align: center;
}
.vev div .pAOf6DONG1 blockquote {
  color: #fcfffc;
  font-size: 40px;
  letter-spacing: 1px;
}
.vev div .pAOf6DONG1 h5 {
  color: #fff;
  font-size: 20px;
}
.vev div .pAOf6DONG1 h3,
.vev div .pAOf6DONG1 h4,
.vev div .pAOf6DONG1 h6 {
  font-weight: 900;
  font-style: inherit;
}
.vev #eCO5KwJMfBmc h4,
.vev div .pAOf6DONG1 {
  font-size: 18px;
  color: #fff;
  font-style: inherit;
}
.vev #eCO5KwJMfBmc h4 {
  text-align: center;
  font-weight: 400;
  line-height: 1.1em;
  font-family: "Poppins";
}
.vev div .pAOf6DONG1 {
  font-weight: 900;
}
.vev div .pAOf6DONG1 a {
  color: #0051fd;
}
.vev #eCO5KwJMfBmc h2 {
  color: #00d91f;
}
.vev #eCO5KwJMfBmc {
  font-family: "Lato";
  font-weight: 700;
  font-style: normal;
}
.vev #eCO5KwJMfBm {
  width: 211px;
  margin: 155px 0.29% 0 0;
  place-self: start center;
  height: 55px;
  transform: none;
}
.vev #eNWG3dr15vk {
  min-height: 300px;
  height: auto;
  display: none;
}
.vev #e-__F7_ZHmE {
  width: 70%;
  height: auto;
  margin: 12px 0 0 20.2%;
}
.vev #ekRsxuLfrWic a {
  padding: 0;
}
.vev #et9O5C2dPWLc a {
  font-size: 30px;
  padding: 0;
}
.vev #et9O5C2dPWL {
  margin: 2px 0 0 49.55%;
  width: 50.45%;
  height: 39px;
  transform: none;
  place-self: start start;
}
.vev #e994LsiNFT6 {
  width: 46.43%;
  height: auto;
  margin: 0;
  place-self: start start;
}
.vev #e0FFfdO18wrc {
  color: #fff;
  font-size: 18px;
}
.vev #e0FFfdO18wrc p {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: inherit;
}
.vev #e0FFfdO18wr {
  margin: 0;
  width: 93.27%;
  height: auto;
  transform: none;
  place-self: start start;
}
.vev #ehy7A5JuvFec {
  color: #fff;
}
.vev #ehy7A5JuvFe {
  margin: 8px 0 0 89.42%;
  width: 10.58%;
  height: 27px;
  transform: none;
  place-self: start start;
}
.vev #eLuGoWLi6XXc {
  background: #000;
}
.vev #eLuGoWLi6XX {
  min-height: 150px;
  height: auto;
}
.vev #ew4iEAp9l69 {
  width: 54.49%;
  height: auto;
  margin: 43px 0.39% 0 0;
  transform: none;
  place-self: start center;
}
.vev #ekRsxuLfrWic a {
  font-size: 25px;
}
.vev #ekRsxuLfrWi {
  margin: 5px 0 0;
  width: 62.9%;
  height: 41px;
  transform: none;
  place-self: start end;
}
.vev #eUW03a4BLuy {
  width: 37.1%;
  height: auto;
  margin: 0;
  transform: none;
  place-self: start start;
}
.vev #eYPvpuavKgpc {
  color: #fff;
  font-size: 18px;
}
.vev #eYPvpuavKgpc p {
  font-family: "Poppins";
  font-weight: 400;
  font-style: inherit;
}
.vev #eYPvpuavKgp {
  margin: -2px 5.31% 0 0;
  width: 82.13%;
  height: auto;
  transform: none;
  place-self: start center;
}
.vev #el3Zn8_WMMNc {
  color: #fff;
}
.vev #el3Zn8_WMMN {
  margin: 12px 0 0 81.64%;
  width: 18.36%;
  height: 25px;
  transform: none;
  place-self: start start;
}
@media (max-width: 1023px) and (min-width: 600px) {
  .vev .pyZWRwANLVA .__sc {
    grid-template-columns: 1fr 600px 1fr;
  }
  .vev #ex6srbVx8TG {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #e2OTvfFdNKGc p,
  .vev #e5co8zuAyzgc p,
  .vev #e6CWNpiNb2sc p,
  .vev #eHa7NcTM5T9c p,
  .vev #eN7tW1MvJ9hc p,
  .vev #eV7HP0hVn_Vc p,
  .vev #ebN-nJ418UJc p,
  .vev #ep19cQX23UPc p,
  .vev #eqTwrPZaUPdc p,
  .vev #er7FqQ7fUr2c p,
  .vev #et3xMggZkZmc p,
  .vev #evvBzoJTeT-c p,
  .vev #exoeU0jDXdrc p,
  .vev #eybg-oyjDx-c p {
    font-size: 20px;
  }
  .vev #et3xMggZkZm {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #emAZ4qfpUIs {
    display: none;
  }
  .vev #eRHcJxRKSLF {
    margin: -6px 0 0 -1.95%;
    width: 101.95%;
    place-self: start start;
  }
  .vev #eevWM-k3HWy {
    margin: 16px 12.5% 0;
  }
  .vev #exoeU0jDXdr {
    margin: 16px 9.9% 0 0;
    width: 68.23%;
  }
  .vev #eWDFoXIVz0R {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #e5co8zuAyzg {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #efTtDLQWjDD {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #ep19cQX23UP {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #enXEDAVEK13 {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #evvBzoJTeT- {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #e0cb7RgnVPD {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #ebN-nJ418UJ {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #eeuYbGLz_Bh {
    margin: -6px 0 0 -1.95%;
    width: 101.95%;
    place-self: start start;
  }
  .vev #e6CWNpiNb2s {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #ehQAZq2aI-O {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #eqTwrPZaUPd {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #e1g9rb29o4s {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #eV7HP0hVn_V {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #epy1eI3Kec2 {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #eN7tW1MvJ9h {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #ejjeT-bfW05 {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #eybg-oyjDx- {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #e4Xl7B-UDhY {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #eHa7NcTM5T9 {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #eRAiow8TmAq {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #er7FqQ7fUr2 {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #ecD82ORiTkU {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #e2OTvfFdNKG {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #eJZxpCn71jmc {
    background: 0 0;
  }
  .vev #eJZxpCn71jm {
    margin: 4px 0 0 2.6%;
    width: 106.77%;
    height: 85px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #ezU1waezBLZ {
    margin: -13px 0 0 -1.12%;
    width: 101.12%;
    height: 98px;
    place-self: start start;
  }
  .vev #enJffw452KH {
    width: 66px;
    height: 35px;
    margin: 23px 12.02% 0;
  }
  .vev #ezrhLoIpcEb {
    margin: 84px 0 0 0.61%;
    width: 102.56%;
    height: 7px;
  }
  .vev #eYjJuyBPGVhc p {
    font-size: 18px;
    line-height: 1em;
  }
  .vev #eYjJuyBPGVh {
    margin: 18px 6.01% 0 0;
    width: 71.23%;
  }
  .vev #eyVSGLek-NF {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #eohHbDN908Oc p {
    font-size: 20px;
  }
  .vev #eohHbDN908O {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #edB0F6QaB32c {
    background: 0 0;
  }
  .vev #edB0F6QaB32 {
    margin: 4px 0 0 2.6%;
    width: 106.77%;
    height: 85px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #ecb-llRcx5n {
    margin: -13px 0 0 -1.12%;
    width: 101.12%;
    height: 98px;
    place-self: start start;
  }
  .vev #ehO6KhR5o5a {
    width: 66px;
    height: 35px;
    margin: 23px 12.02% 0;
  }
  .vev #e0rCFI0ICq8c p,
  .vev #eFlO6qwHmmpc p,
  .vev #eZQCKyrSojPc p,
  .vev #eb_199k1AgKc p,
  .vev #emip0RJil6Tc p,
  .vev #eqGxvYqBhBAc p {
    font-size: 18px;
    line-height: 1em;
  }
  .vev #eb_199k1AgK {
    margin: 18px 6.01% 0 0;
    width: 71.23%;
  }
  .vev #eOrVc3Ztvk1c {
    background: 0 0;
  }
  .vev #eOrVc3Ztvk1 {
    margin: 4px 0 0 2.6%;
    width: 106.77%;
    height: 85px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #ekxLNNCV5BG {
    margin: -13px 0 0 -1.12%;
    width: 101.12%;
    height: 98px;
    place-self: start start;
  }
  .vev #exY7NtvEyEX {
    width: 66px;
    height: 35px;
    margin: 23px 12.02% 0;
  }
  .vev #eqGxvYqBhBA {
    margin: 18px 6.01% 0 0;
    width: 71.23%;
  }
  .vev #e2_iPhSSbwAc {
    background: 0 0;
  }
  .vev #e2_iPhSSbwA {
    margin: 4px 0 0 2.6%;
    width: 106.77%;
    height: 85px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #ewoumHLQLur {
    margin: -13px 0 0 -1.12%;
    width: 101.12%;
    height: 98px;
    place-self: start start;
  }
  .vev #esO37O3KoHn {
    width: 66px;
    height: 35px;
    margin: 23px 12.02% 0;
  }
  .vev #emip0RJil6T {
    margin: 18px 6.01% 0 0;
    width: 71.23%;
  }
  .vev #eygrOM4YxeSc {
    background: 0 0;
  }
  .vev #eygrOM4YxeS {
    margin: 4px 0 0 2.6%;
    width: 106.77%;
    height: 85px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #eW9mvApagSl {
    margin: -13px 0 0 -1.12%;
    width: 101.12%;
    height: 98px;
    place-self: start start;
  }
  .vev #ez87wqrNqxV {
    width: 66px;
    height: 35px;
    margin: 23px 12.02% 0;
  }
  .vev #e0rCFI0ICq8 {
    margin: 18px 6.01% 0 0;
    width: 71.23%;
  }
  .vev #ea4FsJIEG2Bc {
    background: 0 0;
  }
  .vev #ea4FsJIEG2B {
    margin: 4px 0 0 2.6%;
    width: 106.77%;
    height: 85px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #eAXtsTyT1EC {
    margin: -13px 0 0 -1.12%;
    width: 101.12%;
    height: 98px;
    place-self: start start;
  }
  .vev #eHOyr1OZeTv {
    width: 66px;
    height: 35px;
    margin: 23px 12.02% 0;
  }
  .vev #eFlO6qwHmmp {
    margin: 18px 6.01% 0 0;
    width: 71.23%;
  }
  .vev #eqRfUJBOcjYc {
    background: 0 0;
  }
  .vev #eqRfUJBOcjY {
    margin: 4px 0 0 2.6%;
    width: 106.77%;
    height: 85px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #ewoHwlNa_Oo {
    margin: -13px 0 0 -1.12%;
    width: 101.12%;
    height: 98px;
    place-self: start start;
  }
  .vev #eu_5rSN83YY {
    width: 66px;
    height: 35px;
    margin: 23px 12.02% 0;
  }
  .vev #eZQCKyrSojP {
    margin: 18px 6.01% 0 0;
    width: 71.23%;
  }
  .vev #edRYLiHK7Qw {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #eRsf0m3fz8bc p,
  .vev #enqOawezi4ic p,
  .vev #epO45yZEw9Oc p,
  .vev #eq_mjDvi-Dtc p {
    font-size: 20px;
  }
  .vev #eq_mjDvi-Dt {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #elekcW4uP2e {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #epO45yZEw9O {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #eGQ3o_Nwz8B {
    margin: -6px -Infinity% 0 0;
    width: Infinity%;
    height: 178px;
  }
  .vev #enqOawezi4i {
    margin: 16px -Infinity% 0 0;
    width: Infinity%;
    place-self: start end;
  }
  .vev #eeB0BJ8rPRP {
    display: none;
  }
  .vev #exAohweFhwv {
    margin: -6px 0 0 -1.95%;
    width: 101.95%;
    place-self: start start;
  }
  .vev #eRsf0m3fz8b {
    margin: 16px 9.9% 0 0;
    width: 68.23%;
  }
  .vev #emtK9WL18G- {
    margin: 16px 12.5% 0;
  }
  .vev #eZriG4jPZPfc {
    background: #000;
  }
  .vev #eZriG4jPZPf {
    min-height: 80px;
  }
  .vev #eILmkMbT0On {
    margin: -11px 2.33% 0 0;
    width: 138%;
    height: 100px;
    place-self: start center;
    display: none;
  }
  .vev #e6G4GVFBEJi {
    width: 66px;
    height: 35px;
    margin: 23px -1.5% 0 0;
  }
  .vev #elI32g8Vu0N {
    margin: 84px 2% 0 0;
    width: 138%;
    height: 7px;
  }
  .vev #e07KNKcGgu0c p {
    font-size: 18px;
    line-height: 1em;
  }
  .vev #e07KNKcGgu0 {
    margin: 18px 8.5% 0 0;
    width: 71.17%;
  }
  .vev #eANcvVwEHqR {
    display: none;
  }
  .vev #e8vez2Gq9hjc h1,
  .vev #eDEysW_VJM-c h1 {
    font-size: 80px;
    color: #000;
  }
  .vev #e8vez2Gq9hj,
  .vev #eDEysW_VJM- {
    margin: 205px 0 0;
    place-self: start end;
  }
  .vev div .pQVnenid1F h1 {
    font-size: 78px;
  }
  .vev #eSi3ilnv-r6c p,
  .vev #ekRsxuLfrWic a,
  .vev #eszfAvMJOvyc h2,
  .vev #et9O5C2dPWLc a {
    font-size: 20px;
  }
  .vev #eSi3ilnv-r6 {
    margin: 631px 1% 0 0;
    width: 90.67%;
  }
  .vev #efyvh_7tm-8 {
    min-height: 1568px;
    display: grid;
  }
  .vev #e2fsEDhwdctc p {
    font-weight: 500;
    font-style: italic;
    font-size: 22px;
  }
  .vev #e2fsEDhwdctc {
    padding: 0;
  }
  .vev #e2fsEDhwdct {
    margin: 709px 0.5% 0 0;
    width: 70.83%;
    height: 189px;
  }
  .vev #eztU0cHmtqIc h1 {
    font-size: 112px;
    letter-spacing: -4px;
  }
  .vev #eztU0cHmtqIc {
    padding: 0;
  }
  .vev #eztU0cHmtqI {
    width: 88.33%;
    margin: 345px 0 0;
    height: 370px;
    place-self: start center;
  }
  .vev #eCGE8Ug31Lwc h1 {
    font-size: 35px;
    letter-spacing: 0;
  }
  .vev #eCGE8Ug31Lwc p {
    font-family: "Poppins";
    font-weight: 600;
    font-style: inherit;
    text-align: center;
    font-size: 40px;
  }
  .vev #eCGE8Ug31Lw {
    margin: 307px 0 0;
    place-self: start end;
    max-height: 100%;
  }
  .vev #e83lSzDVdm0 {
    display: grid;
  }
  .vev #eZ1q9WfiMGf {
    margin: 142px 0 0 -0.17%;
    width: 100.17%;
    height: 595px;
    place-self: start start;
  }
  .vev #efhSwAtgp0-c p {
    line-height: 1.1em;
  }
  .vev #efhSwAtgp0- {
    margin: 157px 0 0 1%;
    width: 93%;
  }
  .vev #eDiTYNySMeb {
    margin: 414px 0 0 3.5%;
    width: 45.17%;
    height: 304px;
  }
  .vev #eZb32IxYcVj {
    margin: 414px 3.5% 0 0;
    width: 45%;
    height: 304px;
  }
  .vev #eBzyIvctPcB,
  .vev #eX1AbSuyJe9 {
    margin: 752px 0 0;
    width: 100%;
    height: 180px;
    place-self: start end;
  }
  .vev #eX1AbSuyJe9 {
    margin: 813px 0 0;
    height: 55px;
  }
  .vev #eMbJujWMG-Bc .item {
    padding: 20px 0 10px;
    font-size: 22px;
    line-height: 0.8em;
  }
  .vev #eMbJujWMG-B {
    margin: 752px 2% 0 0;
    width: 90%;
    height: 172px;
  }
  .vev #e251pJrGPd5 {
    margin: 824px 15.5% 0 0;
    width: 5.5%;
    height: 33px;
  }
  .vev #eEm4hx1gXBl {
    margin: 762px -1.33% 0 0;
    width: 100%;
    height: 162px;
    place-self: start end;
    display: grid;
  }
  .vev #exq0807wj3g {
    min-height: 966px;
    display: grid;
  }
  .vev #eKE9ZeQH4El {
    margin: 759px 0 0;
    width: 100%;
    height: 128px;
    place-self: start end;
    display: grid;
  }
  .vev #e71r0jzn8Sw {
    margin: 823px 0 0;
    width: 100%;
    height: 64px;
    place-self: start end;
  }
  .vev #eODIpYcUCpbc .item {
    padding: 20px 0 10px;
    font-size: 25px;
  }
  .vev #eODIpYcUCpb {
    margin: 752px 0 0 0.17%;
    width: 93.17%;
    height: 135px;
    place-self: start center;
  }
  .vev #ednyHVCyc89 {
    margin: 139px 0 0;
    width: 100%;
    height: 601px;
    place-self: start end;
  }
  .vev #eA1RTzwLP5k {
    margin: 345px 3% 0 0;
    width: 45.67%;
  }
  .vev #eEuXININvXl {
    margin: 345px 0 0 3.83%;
    width: 43.67%;
  }
  .vev #ekwGlskZNSic p {
    line-height: 1.1em;
    letter-spacing: -1px;
  }
  .vev #ekwGlskZNSi {
    margin: 153px 0 0 2.33%;
    width: 94.67%;
    height: 145px;
  }
  .vev #eHqumg-c4IR {
    margin: 834px 0 0 33.17%;
    width: 5.5%;
    height: 33px;
  }
  .vev #eqBnjO9RNKu {
    margin: 768px 0 0;
    width: 97.83%;
    height: 109px;
    place-self: start end;
  }
  .vev #eb9Q3PMFHa4 {
    display: grid;
  }
  .vev #e7JWHtD2tet,
  .vev #eVUMzrYjWi6 {
    margin: 700px 0 0;
    width: 100%;
    place-self: start end;
  }
  .vev #eVUMzrYjWi6 {
    height: 230px;
  }
  .vev #e7JWHtD2tet {
    height: 70px;
  }
  .vev #evjCL8J47kBc .item {
    font-size: 22px;
  }
  .vev #evjCL8J47kB {
    margin: 678px 0.67% 0 0;
    width: 95.17%;
    place-self: start end;
  }
  .vev #eXxYoVWdLBT {
    margin: 130px 0.33% 0 0;
    width: 99%;
    height: 555px;
  }
  .vev #ef6adpFTg-Z {
    margin: 343px 4.67% 0 2.67%;
    width: 43.67%;
    height: 315px;
  }
  .vev #eu3xaaD3IbX {
    margin: 343px 3.5% 0 4.17%;
    width: 43.17%;
    height: 315px;
  }
  .vev #eum_av_oJ1Fc p {
    line-height: 1.1em;
  }
  .vev #eum_av_oJ1F {
    margin: 147px 4.83% 0 0;
    width: 85.17%;
  }
  .vev #e39PXuKlfOb {
    margin: 719px 15.5% 0 32.33%;
    width: 5.5%;
    height: 33px;
  }
  .vev #e56ieZUg8Dx {
    margin: 813px 0 0;
    width: 100%;
    height: 55px;
    place-self: start end;
  }
  .vev #eNxsfhj03MQ {
    min-height: 906px;
    display: grid;
  }
  .vev #eO8AuDzoJAj,
  .vev #eebHruv-Kdx {
    margin: 728px 0 0;
    width: 100%;
    place-self: start end;
  }
  .vev #eebHruv-Kdx {
    height: 128px;
  }
  .vev #eO8AuDzoJAj {
    height: 65px;
  }
  .vev #e24BY4IGaPIc .item,
  .vev #eTeMe7Meo7ec .item,
  .vev #ext8zgSilPdc .item {
    padding: 35px 0 0;
    font-size: 22px;
  }
  .vev #eTeMe7Meo7e {
    margin: 711px 0 0 3.33%;
    width: 81%;
    place-self: start start;
    display: grid;
  }
  .vev #eRdIqCjI4Ra {
    margin: 95px 0 0;
    width: 100%;
    height: 616px;
    place-self: start end;
  }
  .vev #eNQE3V1tC6L {
    margin: 308px 3.17% 0 0;
    width: 45%;
    height: 384px;
  }
  .vev #eaXUKBRu9Ij {
    margin: 308px 0 0 3.5%;
    width: 44.33%;
    height: 384px;
  }
  .vev #eAWhYqyps_bc p {
    text-align: center;
  }
  .vev #eAWhYqyps_b {
    margin: 107px 1.83% 0 0;
    width: 91.17%;
  }
  .vev #eWDQ-eCKjCu {
    margin: 743px 15.5% 0 30%;
    width: 5.5%;
    height: 33px;
  }
  .vev #ey6DyDEVddC {
    margin: 743px 0 0 0.33%;
    width: 96%;
    height: 102px;
  }
  .vev #ewxRY1CQ928 {
    min-height: 1044px;
    display: grid;
  }
  .vev #eU_lcPTVic8,
  .vev #egMVG2H4CPG {
    margin: 801px -0.67% 0 0;
    width: 100%;
    height: 194px;
    place-self: start end;
  }
  .vev #egMVG2H4CPG {
    margin: 868px -0.67% 0 0;
    height: 63px;
  }
  .vev #ext8zgSilPd {
    margin: 782px 8.17% 0 0;
    width: 82.83%;
    height: 220px;
    display: grid;
  }
  .vev #eXdsBseDdVd {
    margin: 125px 0 0;
    width: 99.5%;
    height: 664px;
    place-self: start end;
  }
  .vev #e3XUpSoARgAc p {
    line-height: 1.1em;
  }
  .vev #e3XUpSoARgA {
    margin: 132px 0 0 1.67%;
    width: 95%;
  }
  .vev #eGF2vzS_WKM {
    margin: 439px 0 0 1%;
    width: 93%;
    height: 334px;
  }
  .vev #eTYxxcbD-4b {
    margin: 879px 15.5% 0 14.67%;
    width: 5.5%;
    height: 33px;
  }
  .vev #e_JXDhKOz8j {
    margin: 813px 0 0;
    width: 93.67%;
    height: 167px;
    display: grid;
  }
  .vev #eX_j6AfbsDS {
    min-height: 1000px;
    display: grid;
  }
  .vev #eCezbkx7gSS {
    margin: 121px 0 0;
    width: 100%;
    height: 730px;
    place-self: start end;
  }
  .vev #ebNabU1PCtW {
    margin: 323px 3% 0 0;
    width: 45.67%;
    height: 235px;
  }
  .vev #e_cfmOVBQc- {
    margin: 578px 0 0 3.67%;
    width: 44.5%;
    height: 257px;
  }
  .vev #er0Do05tbG_ {
    margin: 323px 0 0 3.5%;
    width: 44.67%;
    height: 235px;
  }
  .vev #efaL6_JjeUq {
    margin: 576px 3% 0 0;
    width: 45.83%;
    height: 257px;
  }
  .vev #eK1jY8N5IAXc p {
    line-height: 1em;
  }
  .vev #eK1jY8N5IAX {
    margin: 142px 0 0 1.17%;
    width: 92.5%;
    height: 165px;
  }
  .vev #ekYGfLoW8Dv {
    margin: 864px 0 0;
    width: 100%;
    height: 260px;
    place-self: start end;
  }
  .vev #eUs46c6imDP {
    margin: 925px 0 0 0.5%;
    width: 101.83%;
    height: 66px;
  }
  .vev #e24BY4IGaPI {
    margin: 847px 0.67% 0 0;
    width: 95.67%;
    height: 277px;
    place-self: start end;
    display: grid;
  }
  .vev #eB9_IRk9bWl {
    margin: 942px 8.83% 0 0;
    width: 5.5%;
    height: 33px;
  }
  .vev #e45hLu3SbA9 {
    margin: 871px 0 0;
    width: 97.67%;
    height: 241px;
    place-self: start end;
  }
  .vev #e0CQGc1kUco {
    display: grid;
  }
  .vev #e-ZxoNMdXZu {
    margin: 130px 0 0;
    width: 100%;
    height: 663px;
    place-self: start end;
  }
  .vev #eE62eHaiDO- {
    margin: 146px 2.17% 0 0;
    width: 89.17%;
    height: 157px;
  }
  .vev #eoopc21mwnv {
    margin: 388px 0 0;
    width: 93%;
    height: 383px;
  }
  .vev #e4qNnh-q_vt,
  .vev #e598-TBXEOU {
    margin: 807px -0.17% 0 0;
    width: 100%;
    height: 175px;
    place-self: start end;
  }
  .vev #e598-TBXEOU {
    margin: 868px -0.17% 0 0;
    height: 56px;
  }
  .vev #e9E5t5Y2hHOc .item {
    padding: 30px 0 0;
    font-size: 22px;
  }
  .vev #e9E5t5Y2hHO {
    margin: 793px 0 0;
    width: 92.33%;
    height: 221px;
    display: grid;
  }
  .vev #ehFxcNGHBOx {
    margin: 880px 15.5% 0 32%;
    width: 5.5%;
    height: 33px;
  }
  .vev #eaAWEbvn2Kg {
    margin: 813px 0 0;
    width: 97.33%;
    height: 163px;
    place-self: start end;
    display: grid;
  }
  .vev #eaRKpeUum-F {
    min-height: 1400px;
    display: grid;
  }
  .vev #e0sQ2-2Sfj3,
  .vev #eQSkQxalwn- {
    place-self: start end;
  }
  .vev #eQSkQxalwn- {
    margin: 897px 0 0;
    width: 100%;
    height: 236px;
  }
  .vev #e0sQ2-2Sfj3 {
    margin: 897px -0.17% 0 0;
    width: 100.17%;
    height: 76px;
  }
  .vev #eAIW-SQMCRrc .item {
    padding: 45px 0 0;
    font-weight: 400;
    font-size: 22px;
  }
  .vev #eAIW-SQMCRr {
    margin: 876px -0.17% 0 0;
    width: 95.67%;
    height: 312px;
  }
  .vev #e5unh43oyv3 {
    margin: 133px 0 0;
    width: 99.67%;
    height: 750px;
  }
  .vev #ePJsx6Wp73r {
    margin: 501px 0.5% 0 0;
    width: 92.17%;
    height: 362px;
  }
  .vev #ep8IkqQMVSX {
    margin: 148px 2.17% 0 0;
    width: 88.83%;
  }
  .vev #erM_2XuKBjpc button {
    border: 1px solid transparent;
  }
  .vev #erM_2XuKBjpc button:hover {
    color: #000;
  }
  .vev #erM_2XuKBjp {
    margin: 1171px 0 0 0.17%;
    width: 35.5%;
    height: 69px;
  }
  .vev #eVCbIlk_q3y {
    margin: 917px 0 0 36.17%;
    width: 5.5%;
    height: 33px;
    place-self: start start;
  }
  .vev #eJAPXOL8hyc {
    margin: 910px 0 0;
    width: 96.5%;
    height: 208px;
    place-self: start end;
  }
  .vev #eTxXlCeKJvC {
    min-height: 180px;
  }
  .vev #eTxXlCeKJvC .__sc {
    margin: 0;
  }
  .vev #eszfAvMJOvyc h3 {
    font-size: 15px;
    font-family: "Poppins";
    font-style: normal;
  }
  .vev #eszfAvMJOvy {
    width: 491px;
    margin: -1px 0 0 0.17%;
    height: 138px;
  }
  .vev #eCO5KwJMfBmc h4 {
    font-size: 15px;
    font-weight: 400;
    font-style: inherit;
  }
  .vev #eCO5KwJMfBmc h3 {
    font-size: 31px;
  }
  .vev #eCO5KwJMfBm {
    width: 105px;
    margin: 131px 0 0 0.17%;
    height: 41px;
  }
  .vev #eNWG3dr15vkc {
    background: #000;
  }
  .vev #eNWG3dr15vk {
    min-height: 100px;
    display: grid;
  }
  .vev #e-__F7_ZHmE {
    margin: 24px 0 0;
    transform: none;
    place-self: start center;
  }
  .vev #e0FFfdO18wrc p {
    font-family: "Poppins";
    font-weight: 400;
  }
  .vev #e0FFfdO18wr {
    margin: -5px -2.05% 0 0;
    width: 93.33%;
    place-self: start end;
  }
  .vev #eLuGoWLi6XX {
    display: none;
  }
  .vev #eYPvpuavKgpc p {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .vev .pyZWRwANLVA .__sc {
    grid-template-columns: 1fr 320px 1fr;
  }
  .vev #e9rmw1Li_pXc {
    background: 0 0;
    border: unset;
  }
  .vev #e9rmw1Li_pX {
    margin: 0 0 0 0.27%;
    transform: none;
    place-self: start center;
  }
  .vev #ex6srbVx8TG {
    margin: -4px 0 0;
    width: 106.81%;
    height: 64px;
    place-self: start center;
  }
  .vev #eYxfMX4kw9Kc {
    border: unset;
  }
  .vev #eYxfMX4kw9K {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #enXlIwluCJc {
    margin: 60px 0.26% 0 0;
    width: 107.07%;
    height: 5px;
  }
  .vev #e2OTvfFdNKGc p,
  .vev #e5co8zuAyzgc p,
  .vev #e6CWNpiNb2sc p,
  .vev #eHa7NcTM5T9c p,
  .vev #eN7tW1MvJ9hc p,
  .vev #eV7HP0hVn_Vc p,
  .vev #ebN-nJ418UJc p,
  .vev #ep19cQX23UPc p,
  .vev #eqTwrPZaUPdc p,
  .vev #er7FqQ7fUr2c p,
  .vev #et3xMggZkZmc p,
  .vev #evvBzoJTeT-c p,
  .vev #eybg-oyjDx-c p {
    font-size: 10px;
  }
  .vev #et3xMggZkZm {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #emAZ4qfpUIs {
    display: none;
  }
  .vev #eDugb57mUBjc {
    background: 0 0;
    border: unset;
  }
  .vev #eDugb57mUBj {
    margin: 0 0 0 0.27%;
    transform: none;
    place-self: start center;
  }
  .vev #eWDFoXIVz0R {
    margin: -4px 0.52% 0 0;
    width: 107.85%;
    height: 64px;
    place-self: start center;
  }
  .vev #eZhh64ouAICc {
    border: unset;
  }
  .vev #eZhh64ouAIC {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #ecbrVvpa16B {
    margin: 60px 1.05% 0 0;
    width: 107.33%;
    height: 5px;
  }
  .vev #e5co8zuAyzg {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #eSzkGCrRmWyc {
    background: 0 0;
    border: unset;
  }
  .vev #eSzkGCrRmWy {
    margin: 0 0 0 0.27%;
    transform: none;
    place-self: start center;
  }
  .vev #efTtDLQWjDD {
    margin: -4px 0.79% 0 0;
    width: 106.02%;
    height: 64px;
    place-self: start center;
  }
  .vev #eh8v5aQqw3kc {
    border: unset;
  }
  .vev #eh8v5aQqw3k {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #edAQRWKv5xt {
    margin: 60px 0.52% 0 0;
    width: 106.81%;
    height: 5px;
  }
  .vev #ep19cQX23UP {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #eRJ9jBJjIOYc {
    background: 0 0;
    border: unset;
  }
  .vev #eRJ9jBJjIOY {
    margin: 0 0 0 0.27%;
    transform: none;
    place-self: start center;
  }
  .vev #enXEDAVEK13 {
    margin: -4px 0 0;
    width: 107.33%;
    height: 64px;
    place-self: start center;
  }
  .vev #eczNQuIfOyxc {
    border: unset;
  }
  .vev #eczNQuIfOyx {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #e0PT-NpnaJM {
    margin: 60px 0 0 0.26%;
    width: 107.59%;
    height: 5px;
  }
  .vev #evvBzoJTeT- {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #exb_2VK6h3Tc {
    background: 0 0;
    border: unset;
  }
  .vev #exb_2VK6h3T {
    margin: 0 0 0 0.27%;
    transform: none;
    place-self: start center;
  }
  .vev #e0cb7RgnVPD {
    margin: -4px 0.52% 0 0;
    width: 107.85%;
    height: 64px;
    place-self: start center;
  }
  .vev #eO1LSQFzY7nc {
    border: unset;
  }
  .vev #eO1LSQFzY7n {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #euHh0gdo_5t {
    margin: 60px 0.52% 0 0;
    width: 107.85%;
    height: 5px;
  }
  .vev #ebN-nJ418UJ {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #eR9X76dDyNnc {
    background: 0 0;
    border: unset;
    padding: 0;
  }
  .vev #eR9X76dDyNn {
    margin: 0 0 0 -10.13%;
    width: 417px;
    transform: none;
    place-self: start start;
  }
  .vev #eeuYbGLz_Bh {
    margin: -6px 0 0 2.62%;
    width: 114.14%;
    height: 68px;
    place-self: start center;
  }
  .vev #e4G62FWMAKWc {
    border: unset;
  }
  .vev #e4G62FWMAKW {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #e3ql-f87Jsy {
    margin: 60px 0.52% 0 0;
    width: 105.24%;
    height: 5px;
  }
  .vev #e6CWNpiNb2s {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #ezNSwFqIrTAc {
    background: 0 0;
    border: unset;
  }
  .vev #ezNSwFqIrTA {
    margin: 0 0 0 0.27%;
    width: 382px;
    height: 62px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #ehQAZq2aI-O {
    margin: -4px 0 0 -0.79%;
    width: 100.79%;
    height: 64px;
    place-self: start start;
  }
  .vev #eafTFnhVZ43c {
    border: unset;
  }
  .vev #eafTFnhVZ43 {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #eJ-a2TjkG5T {
    margin: 60px 0 0 -2.88%;
    width: 102.88%;
    height: 5px;
    place-self: start start;
  }
  .vev #eqTwrPZaUPd {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #eEzC59gnRpRc {
    background: 0 0;
    border: unset;
  }
  .vev #eEzC59gnRpR {
    margin: 0 0 0 0.27%;
    width: 382px;
    height: 62px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #e1g9rb29o4s {
    margin: -4px 0 0 -0.79%;
    width: 100.79%;
    height: 64px;
    place-self: start start;
  }
  .vev #eCICrj3JGh2c {
    border: unset;
  }
  .vev #eCICrj3JGh2 {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #eIG0EO-45ea {
    margin: 60px 0 0 -2.88%;
    width: 102.88%;
    height: 5px;
    place-self: start start;
  }
  .vev #eV7HP0hVn_V {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #e_i3uY3RQrvc {
    background: 0 0;
    border: unset;
  }
  .vev #e_i3uY3RQrv {
    margin: 0 0 0 0.27%;
    width: 382px;
    height: 62px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #epy1eI3Kec2 {
    margin: -4px 0 0 -0.79%;
    width: 100.79%;
    height: 64px;
    place-self: start start;
  }
  .vev #e9hvrZUS7Bqc {
    border: unset;
  }
  .vev #e9hvrZUS7Bq {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #eJHYr0MNTF- {
    margin: 60px 0 0 -2.88%;
    width: 102.88%;
    height: 5px;
    place-self: start start;
  }
  .vev #eN7tW1MvJ9h {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #eXNozRsY2VYc {
    background: 0 0;
    border: unset;
  }
  .vev #eXNozRsY2VY {
    margin: 0 0 0 0.27%;
    width: 382px;
    height: 62px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #ejjeT-bfW05 {
    margin: -4px 0 0 -0.79%;
    width: 100.79%;
    height: 64px;
    place-self: start start;
  }
  .vev #ePBqhJG70Rqc {
    border: unset;
  }
  .vev #ePBqhJG70Rq {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #eJRW6Ro2rNe {
    margin: 60px 0 0 -2.88%;
    width: 102.88%;
    height: 5px;
    place-self: start start;
  }
  .vev #eybg-oyjDx- {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #eqaF0dRwAnQc {
    background: 0 0;
    border: unset;
  }
  .vev #eqaF0dRwAnQ {
    margin: 0 0 0 0.27%;
    width: 382px;
    height: 62px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #e4Xl7B-UDhY {
    margin: -4px 0 0 -0.79%;
    width: 100.79%;
    height: 64px;
    place-self: start start;
  }
  .vev #efCTYYRBWLic {
    border: unset;
  }
  .vev #efCTYYRBWLi {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #eHxu7JrFz_4 {
    margin: 60px 0 0 -2.88%;
    width: 102.88%;
    height: 5px;
    place-self: start start;
  }
  .vev #eHa7NcTM5T9 {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #esESgcUjr9-c {
    background: 0 0;
    border: unset;
  }
  .vev #esESgcUjr9- {
    margin: 0 0 0 0.27%;
    transform: none;
    place-self: start center;
  }
  .vev #eRAiow8TmAq {
    margin: 0 0 0 1.83%;
    width: 108.64%;
    height: 63px;
    place-self: start center;
  }
  .vev #eXAR6cPgpJtc {
    border: unset;
  }
  .vev #eXAR6cPgpJt {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #el4ZmXQHW4b {
    margin: 60px 1.05% 0 0;
    width: 107.33%;
    height: 5px;
  }
  .vev #er7FqQ7fUr2 {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #ewAKQzQ10rxc {
    background: 0 0;
    border: unset;
  }
  .vev #ewAKQzQ10rx {
    margin: 0 0 0 0.27%;
    transform: none;
    place-self: start center;
  }
  .vev #ecD82ORiTkU {
    margin: -4px 0.52% 0 0;
    width: 105.76%;
    height: 64px;
    place-self: start center;
  }
  .vev #edsrEWIVM_Pc {
    border: unset;
  }
  .vev #edsrEWIVM_P {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #e_YrmUK96sF {
    margin: 60px 0 0 0.26%;
    width: 106.02%;
    height: 5px;
  }
  .vev #e2OTvfFdNKG {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #eJZxpCn71jm {
    margin: 0 0 0 0.53%;
    width: 109.07%;
    height: 61px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #ezU1waezBLZ {
    margin: -6px 0 0 -1.53%;
    width: 101.79%;
    height: 68px;
    place-self: start start;
  }
  .vev #eB9cNJPIuv7 {
    height: 55px;
  }
  .vev #enJffw452KH {
    width: 41px;
    height: 21px;
    margin: 22px 7.4% 0;
    display: none;
  }
  .vev #ezrhLoIpcEb {
    margin: 60px 0 0 0.53%;
    width: 102.65%;
    height: 6px;
  }
  .vev #eYjJuyBPGVhc p {
    font-size: 10px;
    line-height: 1em;
  }
  .vev #eYjJuyBPGVh {
    margin: 13px 8.67% 0 0;
    width: 71.94%;
  }
  .vev #eqOMb35dALn {
    margin: 15px 11.98% 0 0;
    width: 5.62%;
    height: 30px;
  }
  .vev #eIa-MNGRsUfc {
    background: 0 0;
    border: unset;
  }
  .vev #eIa-MNGRsUf {
    margin: 0 0 0 0.27%;
    width: 382px;
    height: 62px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #eyVSGLek-NF {
    margin: -4px 0 0 -0.79%;
    width: 100.79%;
    height: 64px;
    place-self: start start;
  }
  .vev #eOSBde6hJ04c {
    border: unset;
  }
  .vev #eOSBde6hJ04 {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #e3gF7Z4-KpC {
    margin: 60px 0 0 -2.88%;
    width: 102.88%;
    height: 5px;
    place-self: start start;
  }
  .vev #eohHbDN908Oc p {
    font-size: 10px;
  }
  .vev #eohHbDN908O {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #edB0F6QaB32 {
    margin: 0 0 0 0.53%;
    width: 109.07%;
    height: 61px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #ecb-llRcx5n {
    width: 106.2%;
    height: 68px;
    place-self: start center;
  }
  .vev #eFP3N0jfyia {
    height: 55px;
  }
  .vev #ehO6KhR5o5a {
    width: 41px;
    height: 21px;
    margin: 22px 7.4% 0;
  }
  .vev #eRUQ7KArpHp {
    margin: 60px 0 0 0.53%;
    width: 102.65%;
    height: 6px;
  }
  .vev #e0rCFI0ICq8c p,
  .vev #eFlO6qwHmmpc p,
  .vev #eZQCKyrSojPc p,
  .vev #eb_199k1AgKc p,
  .vev #emip0RJil6Tc p,
  .vev #eqGxvYqBhBAc p {
    font-size: 10px;
    line-height: 1em;
  }
  .vev #eb_199k1AgK {
    margin: 13px 8.67% 0 0;
    width: 71.94%;
  }
  .vev #eOrVc3Ztvk1 {
    margin: 0 0 0 0.53%;
    width: 109.07%;
    height: 61px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #ekxLNNCV5BG {
    width: 106.2%;
    height: 68px;
    place-self: start center;
  }
  .vev #eHWKaeHLOr1 {
    height: 55px;
  }
  .vev #exY7NtvEyEX {
    width: 41px;
    height: 21px;
    margin: 22px 7.4% 0;
  }
  .vev #e3RBDlgvtgX {
    margin: 60px 0 0 0.53%;
    width: 102.65%;
    height: 6px;
  }
  .vev #eqGxvYqBhBA {
    margin: 13px 8.67% 0 0;
    width: 71.94%;
  }
  .vev #e2_iPhSSbwA {
    margin: 0 0 0 0.53%;
    width: 109.07%;
    height: 61px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #ewoumHLQLur {
    width: 106.2%;
    height: 68px;
    place-self: start center;
  }
  .vev #e1RpJ7gji-R {
    height: 55px;
  }
  .vev #esO37O3KoHn {
    width: 41px;
    height: 21px;
    margin: 22px 7.4% 0;
  }
  .vev #e_jZ9205Fmr {
    margin: 60px 0 0 0.53%;
    width: 102.65%;
    height: 6px;
  }
  .vev #emip0RJil6T {
    margin: 13px 8.67% 0 0;
    width: 71.94%;
  }
  .vev #eygrOM4YxeS {
    margin: 0 0 0 0.53%;
    width: 109.07%;
    height: 61px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #eW9mvApagSl {
    margin: -6px 0 0 -1.53%;
    width: 101.79%;
    height: 68px;
    place-self: start start;
  }
  .vev #eAu17cA8z7e {
    height: 55px;
  }
  .vev #ez87wqrNqxV {
    width: 41px;
    height: 21px;
    margin: 22px 7.4% 0;
  }
  .vev #eiDo2Fx1vtS {
    margin: 60px 0 0 0.53%;
    width: 102.65%;
    height: 6px;
  }
  .vev #e0rCFI0ICq8 {
    margin: 13px 8.67% 0 0;
    width: 71.94%;
  }
  .vev #ea4FsJIEG2B {
    margin: 0 0 0 0.53%;
    width: 109.07%;
    height: 61px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #eAXtsTyT1EC {
    margin: -6px 0 0 -1.53%;
    width: 101.79%;
    height: 68px;
    place-self: start start;
  }
  .vev #ePTsrvW4XF_ {
    height: 55px;
  }
  .vev #eHOyr1OZeTv {
    width: 41px;
    height: 21px;
    margin: 22px 7.4% 0;
  }
  .vev #eumkTvRWqpl {
    margin: 60px 0 0 0.53%;
    width: 102.65%;
    height: 6px;
  }
  .vev #eFlO6qwHmmp {
    margin: 13px 8.67% 0 0;
    width: 71.94%;
  }
  .vev #eqRfUJBOcjY {
    margin: 0 0 0 0.53%;
    width: 109.07%;
    height: 61px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #ewoHwlNa_Oo {
    margin: -6px 0 0 -1.53%;
    width: 101.79%;
    height: 68px;
    place-self: start start;
  }
  .vev #ew0c9YFuD35 {
    height: 55px;
  }
  .vev #eu_5rSN83YY {
    width: 41px;
    height: 21px;
    margin: 22px 7.4% 0;
  }
  .vev #eKgwiuIZHxt {
    margin: 60px 0 0 0.53%;
    width: 102.65%;
    height: 6px;
  }
  .vev #eZQCKyrSojP {
    margin: 13px 8.67% 0 0;
    width: 71.94%;
  }
  .vev #eSRV6MqJQSzc {
    background: 0 0;
    border: unset;
  }
  .vev #eSRV6MqJQSz {
    margin: -8px 0 0 0.27%;
    width: 382px;
    height: 62px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #edRYLiHK7Qw {
    margin: -4px 0 0 -0.79%;
    width: 100.79%;
    height: 64px;
    place-self: start start;
  }
  .vev #ecknDK4-juoc {
    border: unset;
  }
  .vev #ecknDK4-juo {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #eOGTN3cKloz {
    margin: 60px 0 0 -2.88%;
    width: 102.88%;
    height: 5px;
    place-self: start start;
  }
  .vev #enqOawezi4ic p,
  .vev #epO45yZEw9Oc p,
  .vev #eq_mjDvi-Dtc p {
    font-size: 10px;
  }
  .vev #eq_mjDvi-Dt {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #euzjN9eC_2Rc {
    background: 0 0;
    border: unset;
  }
  .vev #euzjN9eC_2R {
    margin: -8px 0 0 0.27%;
    width: 382px;
    height: 62px;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #elekcW4uP2e {
    margin: -4px 0 0 -0.79%;
    width: 100.79%;
    height: 64px;
    place-self: start start;
  }
  .vev #ekGv9TzZ3n3c {
    border: unset;
  }
  .vev #ekGv9TzZ3n3 {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #eNWWZmPeffU {
    margin: 60px 0 0 -2.88%;
    width: 102.88%;
    height: 5px;
    place-self: start start;
  }
  .vev #epO45yZEw9O {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #eSTzV9OOfdGc {
    background: 0 0;
    border: unset;
  }
  .vev #eSTzV9OOfdG {
    margin: 0 0 0 0.27%;
    width: 382px;
    height: 62px;
    transform: none;
    place-self: start center;
  }
  .vev #eGQ3o_Nwz8B {
    margin: -4px 0.52% 0 0;
    width: 105.24%;
    height: 64px;
    place-self: start center;
  }
  .vev #ec5PewGdNBkc {
    border: unset;
  }
  .vev #ec5PewGdNBk {
    width: 41px;
    height: 19px;
    margin: 24px 8.38% 0 0;
  }
  .vev #eyfVUlCauUS {
    margin: 60px 0 0 0.26%;
    width: 106.54%;
    height: 5px;
  }
  .vev #enqOawezi4i {
    margin: 13px 6.54% 0 0;
    width: 77.23%;
    display: grid;
  }
  .vev #exAohweFhwv {
    display: none;
  }
  .vev #eZriG4jPZPfc {
    background: #000;
  }
  .vev #eZriG4jPZPf {
    min-height: 3px;
  }
  .vev #eILmkMbT0On {
    margin: -54px 0 0 4.06%;
    width: 581px;
    height: 110px;
    place-self: start center;
    display: grid;
  }
  .vev #e6G4GVFBEJi {
    margin: 16px -0.31% 0 0;
  }
  .vev #elI32g8Vu0N {
    margin: 53px 0 0 0.63%;
    width: 145%;
  }
  .vev #e07KNKcGgu0c p {
    font-size: 10px;
    line-height: 1em;
  }
  .vev #e07KNKcGgu0 {
    margin: 7px 0 0 4.06%;
    place-self: start start;
  }
  .vev #eANcvVwEHqRc .media-controls {
    background: rgba(216, 40, 40, 0.3);
  }
  .vev #eANcvVwEHqR {
    display: none;
  }
  .vev #e8vez2Gq9hjc h1 {
    font-size: 45px;
  }
  .vev #e8vez2Gq9hjc h1,
  .vev #eCGE8Ug31Lwc h1,
  .vev #eDEysW_VJM-c h1,
  .vev #eztU0cHmtqIc h1 {
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
  }
  .vev #eDEysW_VJM-c h1,
  .vev #eztU0cHmtqIc h1 {
    font-size: 45px;
  }
  .vev #eztU0cHmtqIc h1 {
    font-size: 55px;
  }
  .vev #e8vez2Gq9hj,
  .vev #eDEysW_VJM- {
    width: 89.38%;
    margin: 129px 0 0 1.25%;
    place-self: start center;
  }
  .vev div .pQVnenid1F h1 {
    font-size: 49px;
  }
  .vev #eSi3ilnv-r6c p {
    font-size: 14px;
  }
  .vev #eSi3ilnv-r6 {
    margin: 422px 1.25% 0 0;
  }
  .vev #efyvh_7tm-8c .mediaIcon {
    color: #f8f4f4;
  }
  .vev #efyvh_7tm-8 {
    min-height: 641px;
    display: grid;
  }
  .vev #e2fsEDhwdctc p {
    font-style: italic;
    font-size: 14px;
  }
  .vev #e2fsEDhwdct {
    margin: 419px 0 0;
    width: 79.38%;
    max-height: 100%;
  }
  .vev #eCGE8Ug31Lw,
  .vev #eztU0cHmtqI {
    place-self: start end;
  }
  .vev #eztU0cHmtqI {
    margin: 233px 0 0;
    height: 161px;
  }
  .vev #eCGE8Ug31Lwc h1 {
    font-size: 18px;
  }
  .vev #eCGE8Ug31Lwc p {
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 600;
    font-style: inherit;
    text-align: center;
  }
  .vev #eCGE8Ug31Lw {
    width: 100.31%;
    margin: 219px -0.62% 0 0;
    height: 38px;
  }
  .vev #e83lSzDVdm0 {
    min-height: 671px;
  }
  .vev #eZ1q9WfiMGf {
    margin: 96px -0.62% 0 0;
    width: 100.63%;
    height: 370px;
    place-self: start end;
  }
  .vev #efhSwAtgp0-c {
    font-size: 30px;
  }
  .vev #e3XUpSoARgAc p,
  .vev #eAWhYqyps_bc p,
  .vev #eE62eHaiDO-c p,
  .vev #eK1jY8N5IAXc p,
  .vev #efhSwAtgp0-c p,
  .vev #ekwGlskZNSic p,
  .vev #eum_av_oJ1Fc p {
    font-size: 28px;
  }
  .vev #efhSwAtgp0- {
    margin: 97px 0 0 1.88%;
    width: 91.25%;
    display: grid;
  }
  .vev #eDiTYNySMeb {
    margin: 259px 0 0 4.06%;
    width: 42.5%;
    height: 193px;
  }
  .vev #eZb32IxYcVj {
    margin: 259px 4.06% 0 0;
    width: 44.06%;
    height: 193px;
  }
  .vev #eBzyIvctPcB,
  .vev #eX1AbSuyJe9 {
    margin: 479px 0 0 -0.31%;
    width: 100%;
    height: 158px;
    place-self: start start;
  }
  .vev #eX1AbSuyJe9 {
    margin: 529px 0 0 -0.31%;
    width: 100.31%;
    height: 50px;
    display: grid;
  }
  .vev #eMbJujWMG-Bc .item {
    padding: 18px 0 0;
    font-size: 20px;
    line-height: 1em;
  }
  .vev #eMbJujWMG-B {
    margin: 479px 0 0 4.06%;
    width: 83.13%;
    height: 170px;
    place-self: start start;
  }
  .vev #e251pJrGPd5 {
    margin: 537px 26.88% 0 0;
    width: 8.13%;
    height: 27px;
    place-self: start end;
  }
  .vev #eEm4hx1gXBlc {
    background: 0 0;
  }
  .vev #eEm4hx1gXBl {
    margin: 487px 0 0 1.25%;
    width: 93.13%;
    height: 143px;
    place-self: start start;
    display: grid;
  }
  .vev #exq0807wj3g {
    min-height: 600px;
  }
  .vev #eKE9ZeQH4El {
    margin: 439px 0 0;
    width: 96.88%;
    height: 99px;
  }
  .vev #e71r0jzn8Sw {
    margin: 488px 0.31% 0 0;
    width: 97.19%;
    height: 50px;
    display: grid;
  }
  .vev #eODIpYcUCpbc .item {
    padding: 25px 0 0;
    font-size: 20px;
  }
  .vev #eODIpYcUCpb {
    margin: 422px 0 0 5.31%;
    width: 55.94%;
    height: 119px;
    place-self: start start;
  }
  .vev #ednyHVCyc89 {
    margin: 108px 0 0 0.31%;
    width: 97.19%;
    height: 320px;
  }
  .vev #eA1RTzwLP5k {
    margin: 235px 4.69% 0 0;
    width: 43.13%;
    height: 183px;
  }
  .vev #eEuXININvXl {
    margin: 236px 0 0 5.31%;
    width: 42.5%;
    height: 183px;
  }
  .vev #ekwGlskZNSi {
    margin: 108px 0 0 0.31%;
    width: 89.69%;
  }
  .vev #eHqumg-c4IR {
    margin: 496px 0 0 10%;
    width: 8.13%;
    height: 27px;
    place-self: start center;
  }
  .vev #eqBnjO9RNKuc {
    background: 0 0;
  }
  .vev #eqBnjO9RNKu {
    margin: 446px 0 0;
    width: 90%;
    height: 88px;
    display: grid;
  }
  .vev #eb9Q3PMFHa4 {
    min-height: 616px;
  }
  .vev #e7JWHtD2tet,
  .vev #eVUMzrYjWi6 {
    margin: 446px 0 0;
    width: 100.63%;
  }
  .vev #eVUMzrYjWi6 {
    height: 158px;
  }
  .vev #e7JWHtD2tet {
    height: 51px;
    display: grid;
  }
  .vev #evjCL8J47kBc .item {
    padding: 20px 0 2px;
    font-weight: 400;
    font-size: 20px;
  }
  .vev #evjCL8J47kB {
    margin: 441px -6.88% 0 0;
    width: 103.13%;
    place-self: start end;
  }
  .vev #eXxYoVWdLBT {
    margin: 125px 0 0;
    width: 100.63%;
    height: 310px;
  }
  .vev #ef6adpFTg-Z {
    margin: 242px 3.44% 0 0;
    width: 44.06%;
    height: 183px;
  }
  .vev #eu3xaaD3IbX {
    margin: 242px 0 0 3.75%;
    width: 44.38%;
    height: 183px;
  }
  .vev #eum_av_oJ1F {
    margin: 120px 0 0 0.94%;
    width: 86.56%;
  }
  .vev #e39PXuKlfOb {
    margin: 459px 0 0 13.75%;
    width: 8.13%;
    height: 27px;
    place-self: start center;
  }
  .vev #e56ieZUg8Dxc {
    background: 0 0;
  }
  .vev #e56ieZUg8Dx {
    margin: 452px 2.19% 0 0;
    width: 95.31%;
    height: 142px;
    display: grid;
  }
  .vev #eNxsfhj03MQc .contents {
    background: var(--b-8IjIdYYKtf) no-repeat 76% 57% / cover;
  }
  .vev #eNxsfhj03MQ {
    min-height: 576px;
  }
  .vev #eO8AuDzoJAj,
  .vev #eebHruv-Kdx {
    place-self: start end;
  }
  .vev #eebHruv-Kdx {
    margin: 419px -0.31% 0 0;
    width: 100%;
    height: 107px;
  }
  .vev #eO8AuDzoJAj {
    margin: 419px -1.87% 0 0;
    width: 101.56%;
    height: 54px;
    display: grid;
  }
  .vev #eTeMe7Meo7ec .item {
    padding: 20px 0 10px;
    font-size: 20px;
  }
  .vev #eTeMe7Meo7e {
    margin: 411px 0 0 1.88%;
    width: 93.75%;
    height: 115px;
  }
  .vev #eRdIqCjI4Ra {
    margin: 69px -0.62% 0 0;
    width: 100.31%;
    height: 338px;
    place-self: start end;
  }
  .vev #eNQE3V1tC6L {
    margin: 206px 3.13% 0 0;
    width: 43.75%;
    height: 191px;
  }
  .vev #eaXUKBRu9Ij {
    margin: 206px 0 0 4.06%;
    width: 44.69%;
    height: 191px;
  }
  .vev #eAWhYqyps_b {
    margin: 75px 0 0 1.56%;
    width: 92.81%;
  }
  .vev #eWDQ-eCKjCu {
    margin: 428px 0 0 6.25%;
    width: 8.13%;
    height: 27px;
    place-self: start center;
  }
  .vev #ey6DyDEVddCc {
    background: 0 0;
  }
  .vev #ey6DyDEVddC {
    margin: 423px 2.19% 0 0;
    width: 90.94%;
    height: 96px;
    display: grid;
  }
  .vev #ewxRY1CQ928 {
    min-height: 600px;
  }
  .vev #eU_lcPTVic8,
  .vev #egMVG2H4CPG {
    margin: 488px -0.31% 0 0;
    width: 100%;
    height: 159px;
    place-self: start end;
  }
  .vev #egMVG2H4CPG {
    margin: 538px -0.62% 0 0;
    width: 100.31%;
    height: 52px;
    display: grid;
  }
  .vev #ext8zgSilPdc .item {
    padding: 20px 0 5px;
    font-size: 20px;
  }
  .vev #ext8zgSilPd {
    margin: 478px 4.06% 0 0;
    width: 85.31%;
    height: 181px;
    display: grid;
  }
  .vev #eXdsBseDdVd {
    margin: 56px -0.62% 0 0;
    width: 100.31%;
    height: 422px;
    place-self: start end;
  }
  .vev #e3XUpSoARgAc {
    padding: 0;
  }
  .vev #e3XUpSoARgA {
    margin: 56px -3.75% 0 0;
    width: 98.44%;
    place-self: start end;
  }
  .vev #eGF2vzS_WKM {
    margin: 245px 0 0 0.94%;
    width: 90.94%;
    height: 216px;
  }
  .vev #eTYxxcbD-4b {
    margin: 551px 0 0 22.5%;
    width: 7.81%;
    height: 26px;
  }
  .vev #e_JXDhKOz8jc {
    background: 0 0;
  }
  .vev #e_JXDhKOz8j {
    margin: 493px 1.25% 0 0;
    width: 93.13%;
    height: 143px;
    display: grid;
  }
  .vev #eX_j6AfbsDSc .contents {
    background: var(--b-8IjIdYYKtf) no-repeat 76% 57% / cover;
  }
  .vev #eX_j6AfbsDS {
    min-height: 887px;
  }
  .vev #eCezbkx7gSS {
    margin: 94px -0.62% 0 0;
    width: 100.31%;
    height: 486px;
    place-self: start end;
  }
  .vev #e_cfmOVBQc-,
  .vev #ebNabU1PCtW {
    width: 44.38%;
    height: 171px;
  }
  .vev #ebNabU1PCtW {
    margin: 216px 3.13% 0 0;
  }
  .vev #e_cfmOVBQc- {
    margin: 399px 0 0 4.38%;
  }
  .vev #er0Do05tbG_ {
    margin: 216px 0 0 4.69%;
    width: 44.06%;
    height: 171px;
  }
  .vev #efaL6_JjeUq {
    margin: 399px 3.13% 0 0;
    width: 44.38%;
    height: 171px;
  }
  .vev #eK1jY8N5IAX {
    margin: 94px 0.63% 0 0;
    width: 88.75%;
    height: 128px;
  }
  .vev #eUs46c6imDP,
  .vev #ekYGfLoW8Dv {
    width: 100.63%;
    place-self: start end;
  }
  .vev #ekYGfLoW8Dv {
    margin: 591px -0.62% 0 0;
    height: 191px;
  }
  .vev #eUs46c6imDP {
    margin: 639px -0.62% 0 0;
    height: 48px;
  }
  .vev #e24BY4IGaPIc .item {
    padding: 20px 0 0;
    font-size: 20px;
  }
  .vev #e24BY4IGaPI,
  .vev #eB9_IRk9bWl {
    margin: 582px 0.63% 0 0;
    width: 95%;
    height: 190px;
    place-self: start end;
  }
  .vev #eB9_IRk9bWl {
    margin: 649px 20.63% 0 0;
    width: 8.13%;
    height: 27px;
  }
  .vev #e45hLu3SbA9c {
    background: 0 0;
  }
  .vev #e45hLu3SbA9 {
    margin: 594px 3.13% 0 0;
    width: 93.13%;
    height: 181px;
    display: grid;
  }
  .vev #e0CQGc1kUco {
    min-height: 672px;
  }
  .vev #e-ZxoNMdXZu {
    margin: 51px 0 0;
    width: 99.69%;
    height: 361px;
    place-self: start end;
  }
  .vev #eE62eHaiDO- {
    margin: 51px 0 0 1.56%;
    width: 92.19%;
    display: grid;
  }
  .vev #eoopc21mwnv {
    margin: 196px 0.31% 0 0;
    width: 92.81%;
    height: 206px;
  }
  .vev #e4qNnh-q_vt {
    margin: 422px 0 0;
    width: 99.38%;
    height: 158px;
  }
  .vev #e598-TBXEOU,
  .vev #e9E5t5Y2hHO {
    margin: 477px -0.31% 0 0;
    width: 99.06%;
    height: 55px;
    place-self: start end;
    display: grid;
  }
  .vev #e9E5t5Y2hHO {
    margin: 414px -3.75% 0 0;
    width: 99.69%;
    height: 176px;
  }
  .vev #e9E5t5Y2hHOc .item {
    padding: 19px 0 9px;
    font-size: 20px;
  }
  .vev #ehFxcNGHBOx {
    margin: 488px 0 0 13.75%;
    width: 8.13%;
    height: 27px;
    place-self: start center;
  }
  .vev #eaAWEbvn2Kgc {
    background: 0 0;
  }
  .vev #eaAWEbvn2Kg {
    margin: 427px 3.13% 0 0;
    width: 92.5%;
    height: 146px;
    display: grid;
  }
  .vev #eaRKpeUum-F {
    min-height: 800px;
  }
  .vev #e0sQ2-2Sfj3,
  .vev #eQSkQxalwn- {
    place-self: start end;
  }
  .vev #eQSkQxalwn- {
    margin: 497px -0.31% 0 0;
    width: 100%;
    height: 167px;
  }
  .vev #e0sQ2-2Sfj3 {
    margin: 497px -0.62% 0 0;
    width: 100.31%;
    height: 53px;
    display: grid;
  }
  .vev #eAIW-SQMCRrc .item {
    padding: 25px 0 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1em;
  }
  .vev #eAIW-SQMCRrc .checkbox {
    border: 1px solid #555;
  }
  .vev #eAIW-SQMCRr {
    margin: 490px 0 0 2.5%;
    width: 92.5%;
    height: 193px;
    place-self: start center;
  }
  .vev #e5unh43oyv3 {
    margin: 65px 0 0;
    width: 99.38%;
    height: 420px;
  }
  .vev #ePJsx6Wp73r {
    margin: 268px 0 0 0.31%;
    width: 90.94%;
    height: 204px;
  }
  .vev #ep8IkqQMVSXc {
    padding: 0 14px 0 0;
  }
  .vev #ep8IkqQMVSXc p {
    font-size: 27px;
    letter-spacing: 0;
    word-spacing: -1px;
  }
  .vev #ep8IkqQMVSX {
    margin: 65px -1.56% 0 0;
    width: 97.19%;
    height: 233px;
    place-self: start end;
  }
  .vev #erM_2XuKBjpc button {
    font-size: 18px;
    border: unset;
    color: #fff;
    border-radius: 7px;
  }
  .vev #erM_2XuKBjpc button:hover {
    color: #fff;
  }
  .vev #erM_2XuKBjp {
    margin: 689px 0 0 2.5%;
    width: 31.25%;
    height: 32px;
  }
  .vev #eVCbIlk_q3y {
    margin: 509px 33.44% 0 0;
    width: 8.13%;
    height: 27px;
    place-self: start end;
  }
  .vev #eJAPXOL8hycc {
    background: 0 0;
  }
  .vev #eJAPXOL8hyc {
    margin: 509px 0.94% 0 0;
    width: 90.31%;
    height: 149px;
    display: grid;
  }
  .vev #eTxXlCeKJvC {
    min-height: 145px;
    display: grid;
  }
  .vev #eCO5KwJMfBmc h4,
  .vev #eszfAvMJOvyc h2 {
    font-size: 12px;
    font-style: inherit;
  }
  .vev #eszfAvMJOvyc h3 {
    font-size: 12px;
    font-family: "Poppins";
    line-height: 1px;
    letter-spacing: 0;
  }
  .vev #eszfAvMJOvy {
    width: 375px;
    margin: 0 0 0 0.31%;
    height: 92px;
  }
  .vev #eCO5KwJMfBmc h2 {
    font-size: 50px;
  }
  .vev #eCO5KwJMfBmc h4 {
    font-weight: 400;
    line-height: 1.4em;
  }
  .vev #eCO5KwJMfBmc h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 900;
    font-style: inherit;
    letter-spacing: 0;
  }
  .vev #eCO5KwJMfBm {
    width: 92px;
    margin: 96px 0 0 2.5%;
    height: 43px;
  }
  .vev #eNWG3dr15vkc {
    background: #000;
  }
  .vev #eNWG3dr15vk {
    min-height: 70px;
    display: grid;
  }
  .vev #e-__F7_ZHmE {
    margin: 12px 0 0;
    transform: none;
    place-self: start center;
  }
  .vev #et9O5C2dPWLc a {
    font-size: 11px;
  }
  .vev #e0FFfdO18wrc p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 10px;
  }
  .vev #eLuGoWLi6XX {
    min-height: 80px;
    display: none;
  }
  .vev #ekRsxuLfrWic a {
    font-size: 14px;
  }
  .vev #eYPvpuavKgpc p {
    font-family: "Poppins";
    font-style: normal;
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  .vev .__vev {
    --b-HXXR_87WVT: url(assets/720b17e08ce8f6ccfd91c513f48c575b.jpg);
    --b-8IjIdYYKtf: url(assets/c9aafd7107085846d0649681108dd05f.png);
  }
}
@media (max-width: 1920px) and (min-width: 1281px) {
  .vev .__vev {
    --b-HXXR_87WVT: url(assets/163595a4ff9dd594675fa88ae1522618.jpg);
    --b-8IjIdYYKtf: url(assets/19fdf92fa263ac3e85178c62415f913f.png);
  }
}
@media (min-width: 1921px) {
  .vev .__vev {
    --b-HXXR_87WVT: url(assets/09c324c6eb5412f16a23b1ec29e936bf.jpg);
    --b-8IjIdYYKtf: url(assets/fd905c163ca5a3bfdfc043ee555ef140.png);
  }
}
@supports not (aspect-ratio: 1) {
  .vev #evjCL8J47kB::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
@supports not (aspect-ratio: 1) {
  .vev #evjCL8J47kB::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
