@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.vinci-spin-01u6dd {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vinci-spin-1fzra8 {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.vinci-spin-8el5js,
ul.vinci-spin-8el5js {
  padding-left: 20px;
}

ul.vinci-spin-8el5js {
  list-style: disc;
}

ol.vinci-spin-8el5js {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.vinci-spin-l5qpl5 > .vinci-spin-qwy2uj,
.vinci-spin-l5qpl5 > .vinci-spin-e7v46l,
.vinci-spin-l5qpl5 > blockquote,
.vinci-spin-l5qpl5 > h1,
.vinci-spin-l5qpl5 > h2,
.vinci-spin-l5qpl5 > h3,
.vinci-spin-l5qpl5 > h4,
.vinci-spin-l5qpl5 > h5,
.vinci-spin-l5qpl5 > h6,
.vinci-spin-l5qpl5 > ol,
.vinci-spin-l5qpl5 > p,
.vinci-spin-l5qpl5 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vinci-spin-l5qpl5 > ol,
.vinci-spin-l5qpl5 > ul {
  padding-left: 50px;
}

.vinci-spin-l5qpl5 blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.vinci-spin-l5qpl5:not(:last-child) {
  margin-bottom: 2rem;
}

.vinci-spin-l5qpl5 > :not(:first-child) {
  margin-top: 2rem;
}

.vinci-spin-l5qpl5 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vinci-spin-l5qpl5:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .vinci-spin-l5qpl5:first-child {
    margin-top: 20px;
  }
}

.vinci-spin-l5qpl5 > p:last-of-type {
  margin-bottom: 32px;
}

.vinci-spin-l5qpl5 > .vinci-spin-fddz8m:not(:first-child) {
  margin: 64px auto 16px auto;
}

.vinci-spin-bzkpzf > .vinci-spin-fddz8m {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vinci-spin-e7v46l {
  overflow: auto;
}

.vinci-spin-e7v46l::-webkit-scrollbar {
  height: 5px;
}

.vinci-spin-e7v46l table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.vinci-spin-e7v46l table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.vinci-spin-e7v46l table thead,
table thead {
  border-bottom: none;
}

.vinci-spin-e7v46l table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.vinci-spin-e7v46l table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.vinci-spin-e7v46l table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.vinci-spin-e7v46l .vinci-spin-l6if1m {
  table-layout: auto;
}

.vinci-spin-e7v46l .vinci-spin-l6if1m th {
  word-break: normal;
}

.vinci-spin-e7v46l .vinci-spin-l6if1m td {
  word-break: normal;
}

.vinci-spin-01u6dd .vinci-spin-01u6dd {
  padding-right: 0;
  padding-left: 0;
}

.vinci-spin-1873lm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.vinci-spin-3v9qoh {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.vinci-spin-p9a3g2 {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.vinci-spin-qwy2uj {
  margin-top: 24px;
}

.vinci-spin-qwy2uj.vinci-spin-gsht6j {
  text-align: left;
}

.vinci-spin-qwy2uj.vinci-spin-0kux8o {
  text-align: right;
}

.vinci-spin-qwy2uj.vinci-spin-9da8zm {
  text-align: center;
}

.vinci-spin-rui9c2 {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.vinci-spin-y1w25n ease-in-out;
  cursor: pointer;
}

.vinci-spin-rui9c2:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.vinci-spin-rui9c2 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .vinci-spin-rui9c2 {
    min-width: unset;
  }
}

.vinci-spin-ukxhcc {
  background-color: var(--fh-bg-color);
}

.vinci-spin-056gwx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.vinci-spin-n4op22 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.vinci-spin-n4op22 img {
  max-height: 80px;
  object-fit: contain;
}

.vinci-spin-shmmzf {
  flex: 1 1;
}

.vinci-spin-ozee0x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.vinci-spin-jmte3h {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.vinci-spin-jmte3h span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.vinci-spin-jmte3h.vinci-spin-cf5tbq span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.vinci-spin-jmte3h.vinci-spin-cf5tbq span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.vinci-spin-jmte3h.vinci-spin-cf5tbq span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.vinci-spin-shmmzf + .vinci-spin-ozee0x {
  margin-left: 20px;
}

.vinci-spin-3ffbxa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.vinci-spin-3ffbxa > svg {
  max-width: 24px;
  max-height: 24px;
}

.vinci-spin-3ffbxa + .vinci-spin-3ffbxa {
  margin-left: 5px;
}

.vinci-spin-ou834s {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.vinci-spin-ou834s:hover {
  background-color: var(--button-bg-hover);
}

.vinci-spin-dl9y20 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.vinci-spin-y1w25n ease-in-out;
  border: 1px solid var(--border-color);
}

.vinci-spin-dl9y20:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.vinci-spin-zdixyd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .vinci-spin-shmmzf {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .vinci-spin-zdixyd {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .vinci-spin-shmmzf {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .vinci-spin-3ffbxa {
    min-width: unset;
    flex: 1 1;
  }
}

.vinci-spin-1ug02o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.vinci-spin-1ug02o:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.vinci-spin-1ug02o:hover .vinci-spin-omq0o2 {
  opacity: 1;
  pointer-events: auto;
}

.vinci-spin-4sut2i {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.vinci-spin-ivknx9 ease-in-out;
  gap: 4px;
}

.vinci-spin-4sut2i > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vinci-spin-4sut2i .vinci-spin-1873lm img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vinci-spin-ix6p1n,
.vinci-spin-4sut2i:hover {
  color: var(--button-bg-hover);
}

.vinci-spin-6jk5oy {
  position: relative;
}

.vinci-spin-6jk5oy .vinci-spin-4sut2i {
  margin-right: 0;
  padding-right: 4px;
}

.vinci-spin-6y8pht svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vinci-spin-6jk5oy.vinci-spin-cf5tbq .vinci-spin-6y8pht svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.vinci-spin-6jk5oy.vinci-spin-cf5tbq .vinci-spin-omq0o2 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.vinci-spin-6jk5oy.vinci-spin-cf5tbq .vinci-spin-omq0o2::before {
  display: none;
}

.vinci-spin-6y8pht svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.vinci-spin-omq0o2 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.vinci-spin-pt5obh 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.vinci-spin-omq0o2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.vinci-spin-omq0o2:hover {
  color: var(--fh-bg-color);
}

.vinci-spin-0ed8fw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.vinci-spin-pt5obh 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.vinci-spin-ivknx9 ease-in-out;
  -o-transition: 0.vinci-spin-ivknx9 ease-in-out;
  transition: 0.vinci-spin-ivknx9 ease-in-out;
}

.vinci-spin-0ed8fw .vinci-spin-1873lm img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vinci-spin-loa8ef,
.vinci-spin-0ed8fw:hover {
  color: var(--button-bg-hover);
}

.vinci-spin-e567ak {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.vinci-spin-e567ak.vinci-spin-axkv7a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.vinci-spin-e567ak.vinci-spin-axkv7a:after,
.vinci-spin-e567ak.vinci-spin-axkv7a:before {
  content: "";
  position: absolute;
  margin: auto;
}

.vinci-spin-e567ak.vinci-spin-axkv7a:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.vinci-spin-e567ak.vinci-spin-axkv7a:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.vinci-spin-e567ak.vinci-spin-axkv7a > * {
  z-index: 1;
}

.vinci-spin-e567ak b,
.vinci-spin-e567ak strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.vinci-spin-e567ak .vinci-spin-jhlk6o {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.vinci-spin-e567ak .vinci-spin-nsh4i2 {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.vinci-spin-e567ak .vinci-spin-1873lm {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.vinci-spin-e567ak .vinci-spin-ss5og3 {
  margin-top: 12px;
}

.vinci-spin-ss5og3 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.vinci-spin-ckb3yq {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.vinci-spin-ss5og3 .vinci-spin-qph791 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.vinci-spin-y1w25n ease-in-out;
}

.vinci-spin-ss5og3 .vinci-spin-qph791:hover {
  background: rgba(255, 255, 255, 0.3);
}

.vinci-spin-e7vthn {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.vinci-spin-e567ak.vinci-spin-plva6p {
  gap: 12px;
  padding: 16px;
}

.vinci-spin-e567ak.vinci-spin-plva6p .vinci-spin-e7vthn {
  min-width: 240px;
}

.vinci-spin-e567ak.vinci-spin-plva6p .vinci-spin-e7vthn.vinci-spin-9d2yg7 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .vinci-spin-e567ak .vinci-spin-jhlk6o {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .vinci-spin-e567ak .vinci-spin-nsh4i2 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .vinci-spin-e567ak .vinci-spin-1873lm {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .vinci-spin-e567ak.vinci-spin-plva6p .vinci-spin-1873lm {
    max-width: 126px;
  }
  .vinci-spin-e567ak .vinci-spin-ss5og3 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .vinci-spin-e567ak .vinci-spin-ckb3yq {
    max-width: unset;
  }
  .vinci-spin-e7vthn {
    min-width: unset;
    width: 100%;
  }
  .vinci-spin-e567ak .vinci-spin-e7vthn {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .vinci-spin-e567ak.vinci-spin-plva6p {
    grid-template-rows: auto 1fr auto;
  }
  .vinci-spin-e567ak.vinci-spin-plva6p .vinci-spin-e7vthn {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .vinci-spin-e567ak {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .vinci-spin-e567ak .vinci-spin-jhlk6o {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .vinci-spin-e567ak .vinci-spin-1873lm {
    max-width: 78px;
  }
  .vinci-spin-e567ak .vinci-spin-ss5og3 {
    margin-top: -12px;
  }
  .vinci-spin-e567ak.vinci-spin-plva6p {
    gap: 8px;
  }
  .vinci-spin-e567ak.vinci-spin-plva6p .vinci-spin-jhlk6o {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .vinci-spin-e567ak.vinci-spin-plva6p .vinci-spin-nsh4i2 {
    grid-column: 1/3;
  }
  .vinci-spin-e567ak.vinci-spin-plva6p .vinci-spin-1873lm {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .vinci-spin-e567ak.vinci-spin-plva6p .vinci-spin-1873lm img {
    max-width: 114px;
  }
}

.vinci-spin-e7vthn.vinci-spin-c4303x,
.vinci-spin-e7vthn.vinci-spin-inn47q,
.vinci-spin-e7vthn.vinci-spin-lmhs8p {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.vinci-spin-y1w25n ease-in-out;
}

.vinci-spin-e7vthn.vinci-spin-c4303x,
.vinci-spin-e7vthn.vinci-spin-lmhs8p {
  padding: 10px;
}

.vinci-spin-e7vthn.vinci-spin-c4303x:hover,
.vinci-spin-e7vthn.vinci-spin-inn47q:hover,
.vinci-spin-e7vthn.vinci-spin-lmhs8p:hover {
  background: var(--button-bg-hover);
}

.vinci-spin-e7vthn.vinci-spin-c4303x:hover svg path,
.vinci-spin-e7vthn.vinci-spin-lmhs8p:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.vinci-spin-e7vthn.vinci-spin-9d2yg7 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.vinci-spin-y1w25n ease-in-out;
  background: var(--button-bg-color);
}

.vinci-spin-e7vthn.vinci-spin-9d2yg7:hover {
  background-color: var(--button-bg-hover);
}

.vinci-spin-e7vthn.vinci-spin-inn47q:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.vinci-spin-e7vthn.vinci-spin-inn47q:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vinci-spin-e7vthn.vinci-spin-9d2yg7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vinci-spin-riwtni {
  max-width: 650px;
}

.vinci-spin-j35ell {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.vinci-spin-kxqxxs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vinci-spin-410gky {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.vinci-spin-ivknx9 ease-in-out;
  cursor: pointer;
}

.vinci-spin-410gky:hover {
  opacity: 0.5;
}

.vinci-spin-410gky:focus {
  outline: 0;
}

.vinci-spin-410gky:focus .vinci-spin-6gnu0n,
.vinci-spin-410gky:hover .vinci-spin-6gnu0n {
  fill: red;
  fill-opacity: 1;
}

.vinci-spin-410gky:hover {
  cursor: pointer;
}

.vinci-spin-6wme7u {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.vinci-spin-riwtni.vinci-spin-9da8zm {
  margin: 0 auto;
}

.vinci-spin-riwtni.vinci-spin-0kux8o {
  margin-left: auto;
}

.vinci-spin-qltwff {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.vinci-spin-ppg1a6 {
  padding-bottom: 50px;
}

.vinci-spin-vuf6rk {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.vinci-spin-e0t6vh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.vinci-spin-z3m1s7 {
  margin-top: 24px;
}

.vinci-spin-2fgn0d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vinci-spin-87ve5h {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.vinci-spin-6abplm {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.vinci-spin-t6a9rf {
  width: 468px;
}

.vinci-spin-6abplm .vinci-spin-omq0o2 {
  margin: 0.vinci-spin-xmt5x5 0;
}

.vinci-spin-nuv840 {
  display: flex;
  min-width: 224px;
}

.vinci-spin-3zwz33 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.vinci-spin-ivknx9 ease-in-out;
}

.vinci-spin-n3fu65,
.vinci-spin-3zwz33:hover {
  color: var(--text-color);
}

.vinci-spin-wauuhu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.vinci-spin-20izvt {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .vinci-spin-qltwff {
    padding: 16px;
  }
  .vinci-spin-wauuhu {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .vinci-spin-20izvt {
    align-items: center;
  }
  .vinci-spin-t6a9rf {
    width: unset;
  }
  .vinci-spin-nuv840 {
    min-width: unset;
  }
  .vinci-spin-6abplm {
    max-height: unset;
  }
  .vinci-spin-vuf6rk {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .vinci-spin-qltwff {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.vinci-spin-2xcpil {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vinci-spin-2xcpil:not(:last-child) {
  margin-bottom: 16px;
}

.vinci-spin-rb0t4p {
  outline: 0;
}

.vinci-spin-rb0t4p .vinci-spin-ao1ffy {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.vinci-spin-vooft0 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .vinci-spin-vooft0 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.vinci-spin-vooft0::-webkit-details-marker {
  display: none;
}

.vinci-spin-vooft0:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.vinci-spin-vooft0:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .vinci-spin-vooft0:after {
  transform: unset;
}

.vinci-spin-ao1ffy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.vinci-spin-ao1ffy svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.vinci-spin-ivknx9 ease-in-out;
  -o-transition: 0.vinci-spin-ivknx9 ease-in-out;
  transition: 0.vinci-spin-ivknx9 ease-in-out;
}

.vinci-spin-robcff {
  padding: 16px 0 0 0;
}

.vinci-spin-robcff * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .vinci-spin-robcff :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vinci-spin-vooft0 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .vinci-spin-vooft0::after {
    margin-left: auto;
  }
  .vinci-spin-ao1ffy {
    order: 3;
    flex: 1 1 100%;
  }
  .vinci-spin-vooft0 {
    font-size: 14px;
    line-height: 130%;
  }
  .vinci-spin-ao1ffy svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.vinci-spin-7vv27x {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.vinci-spin-ya2cr7 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.vinci-spin-7vv27x.vinci-spin-cf5tbq .vinci-spin-ya2cr7 {
  margin-bottom: 12px;
}

.vinci-spin-ya2cr7::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.vinci-spin-7vv27x.vinci-spin-cf5tbq .vinci-spin-ya2cr7::after {
  transform: unset;
}

.vinci-spin-zuex9z {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.vinci-spin-9lj1q6 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.vinci-spin-ivknx9 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.vinci-spin-9lj1q6:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.vinci-spin-7vv27x.vinci-spin-cf5tbq .vinci-spin-zuex9z {
  max-height: 100%;
}

.vinci-spin-eteigf {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.vinci-spin-qein47 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.vinci-spin-5hencg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.vinci-spin-of4n33 {
  margin-right: 4px;
}

.vinci-spin-3mny40 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.vinci-spin-ivknx9 ease-in-out;
}

.vinci-spin-3mny40 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.vinci-spin-7kk8po,
.vinci-spin-3mny40:hover {
  color: var(--text-color);
}

.vinci-spin-3yyhsx {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.vinci-spin-3yyhsx img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.vinci-spin-3yyhsx .vinci-spin-a2gvx1 {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.vinci-spin-3yyhsx .vinci-spin-9beqwb {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.vinci-spin-0i3lv1 {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.vinci-spin-xdbvr4 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vinci-spin-tweqnw .vinci-spin-01u6dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.vinci-spin-tweqnw {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.vinci-spin-d860ia {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.vinci-spin-2mcd81 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.vinci-spin-td177u {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.vinci-spin-76gpe5 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.vinci-spin-td177u:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.vinci-spin-v7mzf9 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.vinci-spin-gf36pz {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.vinci-spin-ivknx9 ease-in-out;
  transition: transform 0.vinci-spin-ivknx9 ease-in-out;
  -o-transition: transform 0.vinci-spin-ivknx9 ease-in-out;
  transition:
    transform 0.vinci-spin-ivknx9 ease-in-out,
    -webkit-transform 0.vinci-spin-ivknx9 ease-in-out;
  cursor: pointer;
}

.vinci-spin-gf36pz svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.vinci-spin-gf36pz:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.vinci-spin-a4fu1g {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .vinci-spin-a4fu1g {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.vinci-spin-fw4k3j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.vinci-spin-lwh9a0 {
  position: relative;
  width: 100%;
}

.vinci-spin-fw4k3j.vinci-spin-x9g4cj {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vinci-spin-fw4k3j.vinci-spin-9da8zm {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vinci-spin-fw4k3j.vinci-spin-0kux8o {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vinci-spin-n53gxc {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.vinci-spin-ykewcc {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.vinci-spin-ivknx9 ease-in-out;
  cursor: pointer;
}

.vinci-spin-ykewcc:hover {
  opacity: 0.5;
}

.vinci-spin-fw4k3j.vinci-spin-soe2zv .vinci-spin-ykewcc {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vinci-spin-fw4k3j.vinci-spin-soe2zv .vinci-spin-n53gxc {
  cursor: pointer;
}

.vinci-spin-o3uejq {
  fill: #0009;
}

.vinci-spin-e40nva {
  fill: #fff;
}

.vinci-spin-ykewcc:hover .vinci-spin-o3uejq {
  fill: red;
}

.vinci-spin-ykewcc svg path {
  -webkit-transition: 0.vinci-spin-ivknx9 ease-in-out;
  -o-transition: 0.vinci-spin-ivknx9 ease-in-out;
  transition: 0.vinci-spin-ivknx9 ease-in-out;
}

.vinci-spin-dsw7nr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.vinci-spin-dsw7nr > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.vinci-spin-dsw7nr.vinci-spin-zz626g > :not(.get-image) {
  grid-column: 1/3;
}

.vinci-spin-mzbwdj:not(._h1-block) .vinci-spin-dsw7nr > .vinci-spin-fddz8m {
  grid-row: 1/2;
  grid-column: 1/3;
}

.vinci-spin-dsw7nr.vinci-spin-zz626g .vinci-spin-05xj6x {
  grid-column: 2/3;
}

.vinci-spin-dsw7nr.vinci-spin-zz626g > .vinci-spin-1873lm {
  grid-column: 1/2;
}

.vinci-spin-dsw7nr.vinci-spin-zz626g > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.vinci-spin-dsw7nr > p:first-of-type {
  margin-top: 0;
}

.vinci-spin-dsw7nr .vinci-spin-1873lm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.vinci-spin-mzbwdj:not(._h1-block) .vinci-spin-fddz8m ~ .vinci-spin-1873lm {
  grid-row: 2/10;
}

.vinci-spin-mzbwdj.vinci-spin-icvmis .vinci-spin-fddz8m ~ .vinci-spin-1873lm {
  grid-row: 1/10;
}

.vinci-spin-mzbwdj.vinci-spin-icvmis > .vinci-spin-fddz8m {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.vinci-spin-mzbwdj.vinci-spin-icvmis .vinci-spin-1873lm {
  grid-row: 1/10;
}

.vinci-spin-dsw7nr.vinci-spin-flb62g .vinci-spin-1873lm {
  align-items: flex-start;
}

.vinci-spin-dsw7nr.vinci-spin-9da8zm .vinci-spin-05xj6x {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.vinci-spin-dsw7nr.vinci-spin-9da8zm .vinci-spin-1873lm {
  align-items: center;
}

.vinci-spin-dsw7nr.vinci-spin-t1ba6v .vinci-spin-1873lm {
  align-items: flex-end;
}

.vinci-spin-05xj6x > :first-child {
  margin-top: 0;
}

.vinci-spin-05xj6x > :last-child {
  margin-bottom: 0;
}

* + .vinci-spin-ys30oa,
.vinci-spin-mzbwdj + .vinci-spin-mzbwdj {
  margin-top: 2rem;
}

.vinci-spin-d2kuc6 td::before,
.vinci-spin-d2kuc6 th::after {
  display: none !important;
}

.vinci-spin-d2kuc6 #link-selector {
  color: #000;
}

.vinci-spin-d2kuc6 .vinci-spin-io2j7y {
  color: #135e96;
}

.vinci-spin-d2kuc6 .vinci-spin-xmlhen *,
.vinci-spin-d2kuc6 .vinci-spin-269val p,
.vinci-spin-d2kuc6 .vinci-spin-84vx39 * {
  color: #000;
}

.vinci-spin-d2kuc6 .vinci-spin-z6isgy {
  background: 0 0 !important;
}

.vinci-spin-d2kuc6 .vinci-spin-57zqko {
  color: #000;
}

.vinci-spin-d2kuc6 .vinci-spin-x1yfu0.vinci-spin-kdmwun {
  color: #fff;
}

.vinci-spin-d2kuc6 .vinci-spin-82mggq {
  color: #000;
}

.vinci-spin-d2kuc6
  .vinci-spin-8avm6y
  .vinci-spin-yh3sya.vinci-spin-kdmwun.vinci-spin-36ppg7 {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.vinci-spin-en8wsv,
body .vinci-spin-ehs9bs {
  color: #000;
  background: var(--color-body) !important;
}

.vinci-spin-en8wsv .vinci-spin-6lamhj .vinci-spin-d2yetq,
body .vinci-spin-ehs9bs .vinci-spin-6lamhj .vinci-spin-d2yetq {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vinci-spin-9lj1q6:focus,
  .vinci-spin-9lj1q6:hover {
    color: #f9cb16;
  }
  .vinci-spin-qsb5ip:focus,
  .vinci-spin-qsb5ip:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vinci-spin-8v8o0k:focus img,
  .vinci-spin-8v8o0k:focus svg,
  .vinci-spin-8v8o0k:hover img,
  .vinci-spin-8v8o0k:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .vinci-spin-3yyhsx {
    display: none;
  }
}

@media (min-width: 1024px) {
  .vinci-spin-6jk5oy:hover .vinci-spin-6y8pht svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .vinci-spin-6y8pht {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .vinci-spin-l3deet {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .vinci-spin-02643s {
    grid-template-columns: repeat(4, 1fr);
  }
  .vinci-spin-xd1eoq {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .vinci-spin-okqchn .vinci-spin-1knhv8 {
    grid-template-columns: 1fr;
  }
  .vinci-spin-okqchn .vinci-spin-spf9o1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .vinci-spin-okqchn .vinci-spin-v6p8pd {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vinci-spin-okqchn .vinci-spin-zqkelj {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vinci-spin-okqchn .vinci-spin-9khqmw {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .vinci-spin-okqchn .vinci-spin-v6p8pd:not(:first-child) {
    border: none;
  }
  .vinci-spin-okqchn .vinci-spin-v6p8pd:first-child .vinci-spin-zqkelj {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .vinci-spin-okqchn .vinci-spin-v6p8pd:last-child .vinci-spin-zqkelj {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .vinci-spin-056gwx {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .vinci-spin-n4op22 {
    max-width: 100px;
  }
  .vinci-spin-shmmzf {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .vinci-spin-ozee0x {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .vinci-spin-ozee0x svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .vinci-spin-jmte3h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .vinci-spin-shmmzf + .vinci-spin-ozee0x {
    margin-left: auto;
  }
  .vinci-spin-7n7dkg {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .vinci-spin-7n7dkg.vinci-spin-cf5tbq {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .vinci-spin-zdixyd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .vinci-spin-1ug02o {
    width: 100%;
  }
  .vinci-spin-1ug02o:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .vinci-spin-4sut2i {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .vinci-spin-4sut2i svg {
    margin-right: 4px;
  }
  .vinci-spin-6jk5oy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .vinci-spin-6y8pht svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .vinci-spin-6y8pht {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .vinci-spin-omq0o2 {
    display: none;
    width: 100%;
  }
  .vinci-spin-6jk5oy.vinci-spin-cf5tbq .vinci-spin-omq0o2 {
    padding: 0 0 0 48px;
  }
  .vinci-spin-0ed8fw {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .vinci-spin-e0t6vh .vinci-spin-1873lm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .vinci-spin-yrzrq5 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vinci-spin-yrzrq5 + .vinci-spin-yrzrq5 {
    margin-right: 0;
  }
  .vinci-spin-yrzrq5 + .vinci-spin-1873lm {
    margin: 0;
  }
  .vinci-spin-l3deet {
    grid-template-columns: repeat(4, 1fr);
  }
  .vinci-spin-02643s {
    grid-template-columns: repeat(3, 1fr);
  }
  .vinci-spin-kkoubh,
  .vinci-spin-ac74rz {
    grid-template-columns: repeat(2, 1fr);
  }
  .vinci-spin-dsw7nr {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vinci-spin-dsw7nr.vinci-spin-zz626g .vinci-spin-05xj6x {
    grid-column: auto;
    grid-row: auto;
  }
  .vinci-spin-dsw7nr > .vinci-spin-fddz8m {
    grid-column: 1/2;
  }
  .vinci-spin-dsw7nr.vinci-spin-zz626g > :not(.get-image) {
    grid-column: 1/2;
  }
  .vinci-spin-dsw7nr .vinci-spin-1873lm,
  .vinci-spin-dsw7nr.vinci-spin-zz626g > .vinci-spin-1873lm {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vinci-spin-dsw7nr.vinci-spin-zz626g > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .vinci-spin-mzbwdj.vinci-spin-icvmis .vinci-spin-dsw7nr > .vinci-spin-1873lm {
    grid-row: 1/2;
  }
  .vinci-spin-dsw7nr .vinci-spin-fddz8m ~ .vinci-spin-1873lm,
  .vinci-spin-dsw7nr.vinci-spin-zz626g .vinci-spin-fddz8m ~ .vinci-spin-1873lm {
    grid-row: 2/3;
  }
  .vinci-spin-mzbwdj.vinci-spin-icvmis .vinci-spin-fddz8m ~ .vinci-spin-1873lm {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .vinci-spin-l5qpl5:first-child .vinci-spin-kcmhk2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vinci-spin-l5qpl5:first-child .vinci-spin-kcmhk2 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .vinci-spin-l5qpl5 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .vinci-spin-l5qpl5 {
    padding: 0;
  }
  .vinci-spin-qwy2uj {
    margin-top: 1rem;
  }
  .vinci-spin-rb0t4p {
    border-radius: 5px;
  }
  .vinci-spin-4vke86 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vinci-spin-ya2cr7::after {
    display: inline-block;
  }
  .vinci-spin-ya2cr7 {
    margin: 0;
    width: 100%;
  }
  .vinci-spin-zuex9z {
    width: 100%;
  }
  .vinci-spin-zuex9z.vinci-spin-7h22sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .vinci-spin-zuex9z.vinci-spin-7h22sm .vinci-spin-i41yn7 {
    width: 100%;
  }
  .vinci-spin-zuex9z.vinci-spin-7h22sm .vinci-spin-i41yn7:not(:last-child) {
    margin-right: 0;
  }
  .vinci-spin-9lj1q6 {
    width: 100%;
    text-align: center;
  }
  .vinci-spin-7vv27x.vinci-spin-cf5tbq .vinci-spin-zuex9z {
    margin-top: 1rem;
  }
  .vinci-spin-l3deet {
    grid-template-columns: repeat(3, 1fr);
  }
  .vinci-spin-xd1eoq,
  .vinci-spin-02643s {
    grid-template-columns: repeat(2, 1fr);
  }
  .vinci-spin-kkoubh,
  .vinci-spin-ac74rz,
  .vinci-spin-kdx80w {
    grid-template-columns: 1fr;
  }
  .vinci-spin-n6nszm {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .vinci-spin-t5au6t {
    min-width: 300px;
    max-width: 325px;
  }
  .vinci-spin-zqkelj {
    cursor: auto;
  }
  .vinci-spin-oo299d .vinci-spin-zqkelj {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .vinci-spin-a4fu1g {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .vinci-spin-omq0o2 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .vinci-spin-a4fu1g {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.vinci-spin-yrzrq5 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .vinci-spin-ozee0x {
    margin: 0 -0.2rem;
  }
  .vinci-spin-yrzrq5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .vinci-spin-d9fu4w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .vinci-spin-2gvmah {
    max-width: 100%;
  }
  .vinci-spin-l3deet {
    grid-template-columns: repeat(2, 1fr);
  }
  .vinci-spin-xd1eoq,
  .vinci-spin-02643s {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .vinci-spin-056gwx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vinci-spin-ozee0x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .vinci-spin-ukxhcc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vinci-spin-3ffbxa {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vinci-spin-6vdsi8,
  .vinci-spin-zswt0g {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .vinci-spin-rui9c2 {
    width: 100%;
  }
  .vinci-spin-l3deet {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .vinci-spin-a4fu1g {
    top: 127px !important;
  }
}

.vinci-spin-u1wn7x {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .vinci-spin-u1wn7x {
  }
}

@media (max-width: 767px) {
  .vinci-spin-u1wn7x {
    margin-bottom: 12px;
  }
}

.vinci-spin-u1wn7x img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.vinci-spin-6q3b2g {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.vinci-spin-6q3b2g > .vinci-spin-wejt5m {
  flex: 1 1;
}

@media (max-width: 767px) {
  .vinci-spin-6q3b2g {
    flex-direction: column;
    gap: 12px;
  }
}

.vinci-spin-5uuo71 {
  display: flex;
}

.vinci-spin-5uuo71 .vinci-spin-m3ywom {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.vinci-spin-5uuo71 .vinci-spin-2mtbx8 {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.vinci-spin-5uuo71 .vinci-spin-1h0ee4 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.vinci-spin-5uuo71 .vinci-spin-mqpa9j {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.vinci-spin-5uuo71 .vinci-spin-mqpa9j:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.vinci-spin-5uuo71 .vinci-spin-8a1i63 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.vinci-spin-k7r1r7 {
  border: unset;
  background-color: unset;
}

.vinci-spin-k7r1r7 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vinci-spin-k7r1r7 .vinci-spin-n9xk12,
.vinci-spin-k7r1r7 .vinci-spin-aijfxy {
  flex: 0 1 330px;
}

.vinci-spin-k7r1r7 .vinci-spin-v7mymu {
  flex: 1 1;
}

.vinci-spin-k7r1r7 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vinci-spin-k7r1r7 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.vinci-spin-k7r1r7 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.vinci-spin-k7r1r7 tr td p {
  color: #fff;
  margin: 0;
}

.vinci-spin-k7r1r7 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.vinci-spin-k7r1r7 tr.vinci-spin-n9xk12 td p {
  padding: 16px 0;
}

.vinci-spin-k7r1r7 tr.vinci-spin-n9xk12 td p:not(:last-child),
.vinci-spin-k7r1r7 tr.vinci-spin-aijfxy td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.vinci-spin-k7r1r7 tr.vinci-spin-n9xk12 td p:first-child,
.vinci-spin-k7r1r7 tr.vinci-spin-aijfxy td p:first-child {
  padding-top: 0;
}

.vinci-spin-k7r1r7 tr.vinci-spin-aijfxy td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vinci-spin-k7r1r7 tr.vinci-spin-aijfxy td p:last-child {
  padding-bottom: 0;
}

.vinci-spin-k7r1r7 .vinci-spin-aijfxy img {
  max-width: 32px;
}

.vinci-spin-k7r1r7 .vinci-spin-v7mymu {
  min-width: 718px;
}

.vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.vinci-spin-k7r1r7 .vinci-spin-v7mymu td {
  display: flex;
}

.vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-gmxxw9,
.vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-vukdoq,
.vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-0603ah {
  flex: 1 1 50%;
}

.vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-1s7p42 {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-apv5xz,
.vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-hwfe0m {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-gmxxw9,
.vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-vukdoq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-gmxxw9 span,
.vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-vukdoq span {
  font-weight: 800;
}

.vinci-spin-k7r1r7 .vinci-spin-v7mymu img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .vinci-spin-k7r1r7 .vinci-spin-v7mymu td .vinci-spin-0603ah:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .vinci-spin-k7r1r7 tr.vinci-spin-n9xk12 td p:last-child {
    padding-bottom: 0;
  }
  .vinci-spin-k7r1r7 .vinci-spin-aijfxy > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .vinci-spin-k7r1r7 .vinci-spin-aijfxy > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .vinci-spin-k7r1r7 tr.vinci-spin-n9xk12 td p:not(:last-child),
  .vinci-spin-k7r1r7 tr.vinci-spin-aijfxy td p:not(:last-child) {
    border-bottom: unset;
  }
  .vinci-spin-k7r1r7 tr.vinci-spin-aijfxy td p:last-child {
    padding-bottom: 12px;
  }
  .vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-gmxxw9,
  .vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-vukdoq,
  .vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-0603ah {
    flex: 1 1 50%;
    padding: 0;
  }
  .vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-gmxxw9,
  .vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-vukdoq {
    margin-top: 16px;
  }
  .vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-0603ah {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-gmxxw9 {
    border-right: 1px solid var(--border-color);
  }
  .vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-0603ah:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .vinci-spin-k7r1r7 .vinci-spin-v7mymu td:last-child .vinci-spin-0603ah:last-child {
    padding-bottom: 0;
  }
}

.vinci-spin-0603ah {
  display: flex;
  flex-direction: column;
}

.vinci-spin-k7r1r7 .vinci-spin-v7mymu td .vinci-spin-0603ah {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.vinci-spin-k7r1r7 .vinci-spin-v7mymu td .vinci-spin-0603ah:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.vinci-spin-k7r1r7 .vinci-spin-v7mymu td .vinci-spin-0603ah:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .vinci-spin-k7r1r7 .vinci-spin-v7mymu td .vinci-spin-0603ah:not(:first-child) {
    padding-left: 0;
  }
  .vinci-spin-k7r1r7 .vinci-spin-v7mymu td .vinci-spin-0603ah:not(:last-of-type) {
    border-right: unset;
  }
}

.vinci-spin-k7r1r7 .vinci-spin-yrm2zv {
  flex: 0 1 485px;
}

.vinci-spin-k7r1r7 .vinci-spin-f1uujn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.vinci-spin-k7r1r7 .vinci-spin-f1uujn li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vinci-spin-k7r1r7 .vinci-spin-f1uujn li.vinci-spin-lettjm {
  padding: 6px 12px;
}

.vinci-spin-k7r1r7 .vinci-spin-f1uujn li a,
.vinci-spin-k7r1r7 .vinci-spin-f1uujn li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.vinci-spin-k7r1r7 .vinci-spin-o5n8gd,
.vinci-spin-k7r1r7 .vinci-spin-0587wm {
  flex: 1 1;
}

.vinci-spin-k7r1r7 .vinci-spin-zdzdz1,
.vinci-spin-k7r1r7 .vinci-spin-ygi236 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vinci-spin-k7r1r7 .vinci-spin-zdzdz1 li,
.vinci-spin-k7r1r7 .vinci-spin-ygi236 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vinci-spin-k7r1r7 .vinci-spin-0587wm img {
  max-width: 32px;
}

.vinci-spin-k7r1r7 .vinci-spin-o5n8gd img {
  max-width: 32px;
}

.vinci-spin-k7r1r7 .vinci-spin-qwdbky {
  min-width: 280px;
}

.vinci-spin-k7r1r7 .vinci-spin-qwdbky img {
  max-width: 146px;
}

.vinci-spin-k7r1r7 .vinci-spin-qwdbky td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .vinci-spin-k7r1r7 .vinci-spin-n9xk12,
  .vinci-spin-k7r1r7 .vinci-spin-aijfxy {
    flex: 0 1 auto;
  }
  .vinci-spin-k7r1r7 .vinci-spin-v7mymu {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .vinci-spin-k7r1r7 .vinci-spin-n9xk12,
  .vinci-spin-k7r1r7 .vinci-spin-yrm2zv,
  .vinci-spin-k7r1r7 .vinci-spin-aijfxy,
  .vinci-spin-k7r1r7 .vinci-spin-v7mymu {
    flex: 1 1 calc(50% - 20px);
  }
  .vinci-spin-k7r1r7 .vinci-spin-o5n8gd,
  .vinci-spin-k7r1r7 .vinci-spin-qwdbky,
  .vinci-spin-k7r1r7 .vinci-spin-0587wm {
    flex: 1 1 30%;
  }
  .vinci-spin-k7r1r7 .vinci-spin-qwdbky {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .vinci-spin-k7r1r7 .vinci-spin-n9xk12,
  .vinci-spin-k7r1r7 .vinci-spin-yrm2zv,
  .vinci-spin-k7r1r7 .vinci-spin-o5n8gd,
  .vinci-spin-k7r1r7 .vinci-spin-aijfxy,
  .vinci-spin-k7r1r7 .vinci-spin-v7mymu,
  .vinci-spin-k7r1r7 .vinci-spin-qwdbky,
  .vinci-spin-k7r1r7 .vinci-spin-0587wm {
    flex: 1 1 100%;
  }
}

.vinci-spin-lkjbnl .vinci-spin-3ewn3s {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vinci-spin-lkjbnl .vinci-spin-6ly0ch {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.vinci-spin-lkjbnl .vinci-spin-pnhzt1 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.vinci-spin-lkjbnl .vinci-spin-shnlp1 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.vinci-spin-lkjbnl .vinci-spin-shnlp1 > :nth-child(3) {
  margin-top: 0;
}

.vinci-spin-lkjbnl .vinci-spin-1873lm {
  grid-column: 2/3;
  grid-row: 1/10;
}

.vinci-spin-lkjbnl .vinci-spin-ptspvc {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.vinci-spin-lkjbnl .vinci-spin-qwy2uj {
  grid-column: 1/2;
}

.vinci-spin-lkjbnl > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.vinci-spin-lkjbnl .vinci-spin-6ly0ch:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.vinci-spin-lkjbnl .vinci-spin-6ly0ch:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.vinci-spin-lkjbnl .vinci-spin-rui9c2 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .vinci-spin-lkjbnl .vinci-spin-6ly0ch:not(:last-child):before {
    bottom: 8px;
  }
  .vinci-spin-lkjbnl .vinci-spin-6ly0ch:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .vinci-spin-lkjbnl .vinci-spin-shnlp1 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .vinci-spin-lkjbnl .vinci-spin-1873lm {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .vinci-spin-lkjbnl .vinci-spin-1873lm img {
    width: 100%;
    height: auto;
  }
  .vinci-spin-lkjbnl .vinci-spin-rui9c2 {
    width: 100%;
    min-width: unset;
  }
}

.vinci-spin-kyaecj .vinci-spin-ho9ebc {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.vinci-spin-kyaecj .vinci-spin-kryume {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.vinci-spin-kyaecj .vinci-spin-1873lm {
  height: 100%;
}

.vinci-spin-kyaecj .vinci-spin-1873lm img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.vinci-spin-kyaecj .vinci-spin-7k4xrg {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.vinci-spin-kyaecj .vinci-spin-3rkcpg {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.vinci-spin-kyaecj .vinci-spin-4d0t5t {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .vinci-spin-kyaecj .vinci-spin-kryume {
    flex: 1 1 100%;
  }
  .vinci-spin-kyaecj .vinci-spin-e7vthn {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .vinci-spin-kyaecj .vinci-spin-kryume {
    flex-direction: column;
  }
  .vinci-spin-kyaecj .vinci-spin-1873lm {
    width: 100%;
    height: auto;
  }
  .vinci-spin-kyaecj .vinci-spin-1873lm img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .vinci-spin-kyaecj .vinci-spin-7k4xrg {
    padding: 0 16px 16px 16px;
  }
  .vinci-spin-kyaecj .vinci-spin-e7vthn {
    min-width: unset;
    width: 100%;
  }
}

.vinci-spin-8zugg8 .vinci-spin-akmh3p {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.vinci-spin-8zugg8 .vinci-spin-bkdu9r {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.vinci-spin-8zugg8 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.vinci-spin-8zugg8 .vinci-spin-48uef7 {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.vinci-spin-8zugg8 .vinci-spin-bkdu9r:hover .vinci-spin-48uef7 {
  display: flex;
}

.vinci-spin-8zugg8 .vinci-spin-g8n4u6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vinci-spin-8zugg8 .vinci-spin-x4kapj {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.vinci-spin-697ebw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.vinci-spin-697ebw.vinci-spin-c4yun4 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.vinci-spin-y1w25n ease-in-out;
}

.vinci-spin-697ebw.vinci-spin-c4yun4:hover {
  color: #f9cb16;
  background-color: transparent;
}

.vinci-spin-8zugg8 .vinci-spin-f0r0fy {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.vinci-spin-y1w25n ease-in-out;
}

.vinci-spin-8zugg8 .vinci-spin-f0r0fy:hover {
  color: #196948;
  background-color: #f9cb16;
}

.vinci-spin-8zugg8 .vinci-spin-f0r0fy:after,
.vinci-spin-697ebw.vinci-spin-c4yun4:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.vinci-spin-697ebw.vinci-spin-c4yun4:after {
  background-image: url(../images/Cash.svg);
}

.vinci-spin-8zugg8 .vinci-spin-f0r0fy:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .vinci-spin-8zugg8 .vinci-spin-akmh3p {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .vinci-spin-8zugg8 .vinci-spin-akmh3p {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .vinci-spin-8zugg8 .vinci-spin-akmh3p {
    grid-template-columns: 1fr;
  }
  .vinci-spin-8zugg8 .vinci-spin-bkdu9r {
    height: auto;
  }
  .vinci-spin-8zugg8 .vinci-spin-bkdu9r .vinci-spin-48uef7 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .vinci-spin-8zugg8 .vinci-spin-g8n4u6,
  .vinci-spin-8zugg8 .vinci-spin-x4kapj {
    text-align: left;
  }
  .vinci-spin-8zugg8 .vinci-spin-x4kapj {
    margin-bottom: 8px;
  }
  .vinci-spin-8zugg8 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.vinci-spin-qofosp {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.vinci-spin-qofosp.vinci-spin-soe2zv {
  display: block;
}

.vinci-spin-qofosp .vinci-spin-dtfn20 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.vinci-spin-qofosp .vinci-spin-x3ude5 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.vinci-spin-qofosp .vinci-spin-011tn5 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.vinci-spin-qofosp .vinci-spin-uqfrjt {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.vinci-spin-qofosp .vinci-spin-697ebw {
  min-width: 296px;
  margin-bottom: 0;
}

.vinci-spin-qofosp .vinci-spin-ebf6k0 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.vinci-spin-qofosp .vinci-spin-6kx00r {
  position: relative;
  flex: 1 1;
}

.vinci-spin-qofosp .vinci-spin-6kx00r iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .vinci-spin-qofosp .vinci-spin-x3ude5 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .vinci-spin-qofosp .vinci-spin-011tn5 {
    order: 1;
  }
  .vinci-spin-qofosp .vinci-spin-uqfrjt {
    order: 3;
    flex: 1 1 100%;
  }
  .vinci-spin-qofosp .vinci-spin-697ebw {
    width: 100%;
    min-width: unset;
  }
  .vinci-spin-qofosp .vinci-spin-ebf6k0 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .vinci-spin-dsw7nr > .vinci-spin-fddz8m {
    margin-bottom: 0;
  }
  .vinci-spin-dsw7nr > .vinci-spin-qwy2uj,
  .vinci-spin-dsw7nr > p {
    margin-top: 0;
  }
}

.vinci-spin-dy9zp7 img,
.vinci-spin-yrzrq5 img {
  width: auto;
  object-fit: contain;
}

.vinci-spin-dy9zp7 {
  align-items: center;
}

.vinci-spin-dy9zp7 img {
  max-height: 76px;
}

.vinci-spin-yrzrq5 img {
  max-height: 64px;
}

.vinci-spin-7b4x4n {
  overflow: auto;
}

.vinci-spin-0060gt {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.vinci-spin-ypd4l3:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.vinci-spin-7s0o28 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.vinci-spin-ioznl0 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vinci-spin-7s0o28 .vinci-spin-1873lm {
  margin-right: 20px;
  flex-shrink: 0;
}

.vinci-spin-7s0o28 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.vinci-spin-5v4lqc {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.vinci-spin-5v4lqc > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vinci-spin-7s0o28 {
    padding: 15px 10px;
  }
  .vinci-spin-5v4lqc {
    padding: 15px 10px;
  }
  .vinci-spin-7s0o28 .vinci-spin-1873lm {
    margin-right: 10px;
  }
}

.vinci-spin-h5xttt {
  overflow-x: auto;
}

.vinci-spin-vmgbul {
  border-collapse: collapse;
  width: 100%;
}

.vinci-spin-h5xttt th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.vinci-spin-h5xttt td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.vinci-spin-h5xttt td.vinci-spin-ngixwx {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.vinci-spin-h5xttt td.vinci-spin-ymjq1v {
  border-right: none;
}

.vinci-spin-h5xttt td.vinci-spin-ymjq1v .vinci-spin-1873lm {
  justify-content: flex-start;
}

.vinci-spin-h5xttt td.vinci-spin-ymjq1v .vinci-spin-1873lm img {
  height: auto;
  width: 90px;
}

.vinci-spin-h5xttt td.vinci-spin-9cr5uw,
.vinci-spin-h5xttt td.vinci-spin-v342x7 {
  font-weight: 600;
  text-align: right;
}

.vinci-spin-h5xttt td.vinci-spin-i88j9i,
.vinci-spin-h5xttt td.vinci-spin-9cr5uw {
  padding-bottom: 10px;
  border-bottom: none;
}

.vinci-spin-h5xttt td.vinci-spin-9cr5uw,
.vinci-spin-h5xttt td.vinci-spin-v342x7 {
  border-left: none;
}

.vinci-spin-h5xttt td.vinci-spin-i88j9i,
.vinci-spin-h5xttt td.vinci-spin-xwfkh5 {
  border-right: none;
}

.vinci-spin-h5xttt td.vinci-spin-xwfkh5,
.vinci-spin-h5xttt td.vinci-spin-v342x7 {
  border-top: none;
  padding-top: 10px;
}

.vinci-spin-kugfca {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.vinci-spin-kugfca .vinci-spin-e7vthn {
  min-width: unset;
  width: 100%;
}

.vinci-spin-kugfca .vinci-spin-e7vthn.vinci-spin-c4303x {
  grid-column: 1/2;
  grid-row: 1/2;
}

.vinci-spin-kugfca .vinci-spin-e7vthn.vinci-spin-lmhs8p {
  grid-column: 2/3;
  grid-row: 1/2;
}

.vinci-spin-kugfca .vinci-spin-10x3n5 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .vinci-spin-kugfca {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .vinci-spin-kugfca .vinci-spin-e7vthn.vinci-spin-c4303x {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vinci-spin-kugfca .vinci-spin-e7vthn.vinci-spin-lmhs8p {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .vinci-spin-kugfca .vinci-spin-10x3n5 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.vinci-spin-61f0ka {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.vinci-spin-06ymdd {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.vinci-spin-bzkpzf p a img {
  margin: 0 auto;
  display: block;
}

.vinci-spin-bzkpzf table {
  margin-bottom: 17px;
}

/* contanct form */
.vinci-spin-54j5nt {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.vinci-spin-54j5nt label {
  font-size: 14px;
}

.vinci-spin-54j5nt h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vinci-spin-54j5nt input,
.vinci-spin-54j5nt textarea,
.vinci-spin-54j5nt button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.vinci-spin-54j5nt button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vinci-spin-y1w25n ease;
}
.vinci-spin-54j5nt button:hover {
  background-color: #691204;
}
.vinci-spin-rtb3rv {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vinci-spin-7vfvuc ease-in;
}

.vinci-spin-rtb3rv h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.vinci-spin-dad5q6, .vinci-spin-u519kr, [class*="review-card"],
thead, thead th, table th, .vinci-spin-y3gu4b,
.vinci-spin-l1t1g2, [class*="collapsible-header"],
.vinci-spin-oz2ws2, [class*="updated-block"] {
  color: #ece7dc !important;
}
