@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);
}

.olympia-i7i5s8 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.olympia-k3q34r {
  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.olympia-morvud,
ul.olympia-morvud {
  padding-left: 20px;
}

ul.olympia-morvud {
  list-style: disc;
}

ol.olympia-morvud {
  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;
  }
}

.olympia-p13alt > .olympia-rfnev0,
.olympia-p13alt > .olympia-ynn513,
.olympia-p13alt > blockquote,
.olympia-p13alt > h1,
.olympia-p13alt > h2,
.olympia-p13alt > h3,
.olympia-p13alt > h4,
.olympia-p13alt > h5,
.olympia-p13alt > h6,
.olympia-p13alt > ol,
.olympia-p13alt > p,
.olympia-p13alt > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.olympia-p13alt > ol,
.olympia-p13alt > ul {
  padding-left: 50px;
}

.olympia-p13alt 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;
}

.olympia-p13alt:not(:last-child) {
  margin-bottom: 2rem;
}

.olympia-p13alt > :not(:first-child) {
  margin-top: 2rem;
}

.olympia-p13alt {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.olympia-p13alt:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .olympia-p13alt:first-child {
    margin-top: 20px;
  }
}

.olympia-p13alt > p:last-of-type {
  margin-bottom: 32px;
}

.olympia-p13alt > .olympia-szwn5f:not(:first-child) {
  margin: 64px auto 16px auto;
}

.olympia-abj1vo > .olympia-szwn5f {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.olympia-ynn513 {
  overflow: auto;
}

.olympia-ynn513::-webkit-scrollbar {
  height: 5px;
}

.olympia-ynn513 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.olympia-ynn513 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.olympia-ynn513 table thead,
table thead {
  border-bottom: none;
}

.olympia-ynn513 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.olympia-ynn513 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.olympia-ynn513 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.olympia-ynn513 .olympia-r3hfa9 {
  table-layout: auto;
}

.olympia-ynn513 .olympia-r3hfa9 th {
  word-break: normal;
}

.olympia-ynn513 .olympia-r3hfa9 td {
  word-break: normal;
}

.olympia-i7i5s8 .olympia-i7i5s8 {
  padding-right: 0;
  padding-left: 0;
}

.olympia-z8kpgz {
  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;
}

.olympia-9v07f3 {
  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;
}

.olympia-8mi8ks {
  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;
}

.olympia-rfnev0 {
  margin-top: 24px;
}

.olympia-rfnev0.olympia-4dm72k {
  text-align: left;
}

.olympia-rfnev0.olympia-j59l94 {
  text-align: right;
}

.olympia-rfnev0.olympia-q6mrch {
  text-align: center;
}

.olympia-iiorj6 {
  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.olympia-ds06ph ease-in-out;
  cursor: pointer;
}

.olympia-iiorj6:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.olympia-iiorj6 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .olympia-iiorj6 {
    min-width: unset;
  }
}

.olympia-c04u13 {
  background-color: var(--fh-bg-color);
}

.olympia-vll1m0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.olympia-3l1k5s {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.olympia-3l1k5s img {
  max-height: 80px;
  object-fit: contain;
}

.olympia-f5sdjs {
  flex: 1 1;
}

.olympia-1zs8sx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.olympia-cdlgq4 {
  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;
}

.olympia-cdlgq4 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;
}

.olympia-cdlgq4.olympia-lxmm2p span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.olympia-cdlgq4.olympia-lxmm2p span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.olympia-cdlgq4.olympia-lxmm2p span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.olympia-f5sdjs + .olympia-1zs8sx {
  margin-left: 20px;
}

.olympia-2vf7da {
  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;
}

.olympia-2vf7da > svg {
  max-width: 24px;
  max-height: 24px;
}

.olympia-2vf7da + .olympia-2vf7da {
  margin-left: 5px;
}

.olympia-fhxynh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.olympia-fhxynh:hover {
  background-color: var(--button-bg-hover);
}

.olympia-qq8pd1 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.olympia-ds06ph ease-in-out;
  border: 1px solid var(--border-color);
}

.olympia-qq8pd1:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.olympia-7hqxe4 {
  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) {
  .olympia-f5sdjs {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .olympia-7hqxe4 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .olympia-f5sdjs {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .olympia-2vf7da {
    min-width: unset;
    flex: 1 1;
  }
}

.olympia-ifb1ab {
  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;
}

.olympia-ifb1ab:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.olympia-ifb1ab:hover .olympia-30qkc6 {
  opacity: 1;
  pointer-events: auto;
}

.olympia-xg8mfp {
  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.olympia-euewsh ease-in-out;
  gap: 4px;
}

.olympia-xg8mfp > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.olympia-xg8mfp .olympia-z8kpgz img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.olympia-81216c,
.olympia-xg8mfp:hover {
  color: var(--button-bg-hover);
}

.olympia-qmv50b {
  position: relative;
}

.olympia-qmv50b .olympia-xg8mfp {
  margin-right: 0;
  padding-right: 4px;
}

.olympia-4x29z5 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.olympia-qmv50b.olympia-lxmm2p .olympia-4x29z5 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.olympia-qmv50b.olympia-lxmm2p .olympia-30qkc6 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.olympia-qmv50b.olympia-lxmm2p .olympia-30qkc6::before {
  display: none;
}

.olympia-4x29z5 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.olympia-30qkc6 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.olympia-r6squn 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.olympia-30qkc6::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.olympia-30qkc6:hover {
  color: var(--fh-bg-color);
}

.olympia-7fh3c2 {
  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.olympia-r6squn 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.olympia-euewsh ease-in-out;
  -o-transition: 0.olympia-euewsh ease-in-out;
  transition: 0.olympia-euewsh ease-in-out;
}

.olympia-7fh3c2 .olympia-z8kpgz img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.olympia-vctzvq,
.olympia-7fh3c2:hover {
  color: var(--button-bg-hover);
}

.olympia-ee6mau {
  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%;
}

.olympia-ee6mau.olympia-mnnybu {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.olympia-ee6mau.olympia-mnnybu:after,
.olympia-ee6mau.olympia-mnnybu:before {
  content: "";
  position: absolute;
  margin: auto;
}

.olympia-ee6mau.olympia-mnnybu: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);
  }
}

.olympia-ee6mau.olympia-mnnybu:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.olympia-ee6mau.olympia-mnnybu > * {
  z-index: 1;
}

.olympia-ee6mau b,
.olympia-ee6mau strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.olympia-ee6mau .olympia-1ptzuv {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.olympia-ee6mau .olympia-4bu8rr {
  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;
}

.olympia-ee6mau .olympia-z8kpgz {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.olympia-ee6mau .olympia-rbf5bq {
  margin-top: 12px;
}

.olympia-rbf5bq {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.olympia-eihwn8 {
  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;
}

.olympia-rbf5bq .olympia-qknwlp {
  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.olympia-ds06ph ease-in-out;
}

.olympia-rbf5bq .olympia-qknwlp:hover {
  background: rgba(255, 255, 255, 0.3);
}

.olympia-dtsmj2 {
  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;
}

.olympia-ee6mau.olympia-buwpjb {
  gap: 12px;
  padding: 16px;
}

.olympia-ee6mau.olympia-buwpjb .olympia-dtsmj2 {
  min-width: 240px;
}

.olympia-ee6mau.olympia-buwpjb .olympia-dtsmj2.olympia-1e2xh7 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .olympia-ee6mau .olympia-1ptzuv {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .olympia-ee6mau .olympia-4bu8rr {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .olympia-ee6mau .olympia-z8kpgz {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .olympia-ee6mau.olympia-buwpjb .olympia-z8kpgz {
    max-width: 126px;
  }
  .olympia-ee6mau .olympia-rbf5bq {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .olympia-ee6mau .olympia-eihwn8 {
    max-width: unset;
  }
  .olympia-dtsmj2 {
    min-width: unset;
    width: 100%;
  }
  .olympia-ee6mau .olympia-dtsmj2 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .olympia-ee6mau.olympia-buwpjb {
    grid-template-rows: auto 1fr auto;
  }
  .olympia-ee6mau.olympia-buwpjb .olympia-dtsmj2 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .olympia-ee6mau {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .olympia-ee6mau .olympia-1ptzuv {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .olympia-ee6mau .olympia-z8kpgz {
    max-width: 78px;
  }
  .olympia-ee6mau .olympia-rbf5bq {
    margin-top: -12px;
  }
  .olympia-ee6mau.olympia-buwpjb {
    gap: 8px;
  }
  .olympia-ee6mau.olympia-buwpjb .olympia-1ptzuv {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .olympia-ee6mau.olympia-buwpjb .olympia-4bu8rr {
    grid-column: 1/3;
  }
  .olympia-ee6mau.olympia-buwpjb .olympia-z8kpgz {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .olympia-ee6mau.olympia-buwpjb .olympia-z8kpgz img {
    max-width: 114px;
  }
}

.olympia-dtsmj2.olympia-5fgm2m,
.olympia-dtsmj2.olympia-7rn57y,
.olympia-dtsmj2.olympia-fe0cu4 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.olympia-ds06ph ease-in-out;
}

.olympia-dtsmj2.olympia-5fgm2m,
.olympia-dtsmj2.olympia-fe0cu4 {
  padding: 10px;
}

.olympia-dtsmj2.olympia-5fgm2m:hover,
.olympia-dtsmj2.olympia-7rn57y:hover,
.olympia-dtsmj2.olympia-fe0cu4:hover {
  background: var(--button-bg-hover);
}

.olympia-dtsmj2.olympia-5fgm2m:hover svg path,
.olympia-dtsmj2.olympia-fe0cu4:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.olympia-dtsmj2.olympia-1e2xh7 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.olympia-ds06ph ease-in-out;
  background: var(--button-bg-color);
}

.olympia-dtsmj2.olympia-1e2xh7:hover {
  background-color: var(--button-bg-hover);
}

.olympia-dtsmj2.olympia-7rn57y: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);
  }
}

.olympia-dtsmj2.olympia-7rn57y:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.olympia-dtsmj2.olympia-1e2xh7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.olympia-5b24rg {
  max-width: 650px;
}

.olympia-ozzjj4 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.olympia-fjq5d3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.olympia-syxmwe {
  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.olympia-euewsh ease-in-out;
  cursor: pointer;
}

.olympia-syxmwe:hover {
  opacity: 0.5;
}

.olympia-syxmwe:focus {
  outline: 0;
}

.olympia-syxmwe:focus .olympia-g9zwj8,
.olympia-syxmwe:hover .olympia-g9zwj8 {
  fill: red;
  fill-opacity: 1;
}

.olympia-syxmwe:hover {
  cursor: pointer;
}

.olympia-ktelgj {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.olympia-5b24rg.olympia-q6mrch {
  margin: 0 auto;
}

.olympia-5b24rg.olympia-j59l94 {
  margin-left: auto;
}

.olympia-zzt1nl {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.olympia-vc9woc {
  padding-bottom: 50px;
}

.olympia-vzohx6 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.olympia-768lrq {
  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;
}

.olympia-nee73g {
  margin-top: 24px;
}

.olympia-5gm54x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.olympia-73tu60 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.olympia-zw1k28 {
  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;
}

.olympia-z2ylx7 {
  width: 468px;
}

.olympia-zw1k28 .olympia-30qkc6 {
  margin: 0.olympia-1i06w3 0;
}

.olympia-02egxl {
  display: flex;
  min-width: 224px;
}

.olympia-z5otp5 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.olympia-euewsh ease-in-out;
}

.olympia-c6l4mg,
.olympia-z5otp5:hover {
  color: var(--text-color);
}

.olympia-b5kslu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.olympia-1wriv2 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .olympia-zzt1nl {
    padding: 16px;
  }
  .olympia-b5kslu {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .olympia-1wriv2 {
    align-items: center;
  }
  .olympia-z2ylx7 {
    width: unset;
  }
  .olympia-02egxl {
    min-width: unset;
  }
  .olympia-zw1k28 {
    max-height: unset;
  }
  .olympia-vzohx6 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .olympia-zzt1nl {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.olympia-kbbz5r {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.olympia-kbbz5r:not(:last-child) {
  margin-bottom: 16px;
}

.olympia-2tula5 {
  outline: 0;
}

.olympia-2tula5 .olympia-cly6x6 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.olympia-kt9sn8 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .olympia-kt9sn8 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.olympia-kt9sn8::-webkit-details-marker {
  display: none;
}

.olympia-kt9sn8: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;
}

.olympia-kt9sn8: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] .olympia-kt9sn8:after {
  transform: unset;
}

.olympia-cly6x6 {
  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);
}

.olympia-cly6x6 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.olympia-euewsh ease-in-out;
  -o-transition: 0.olympia-euewsh ease-in-out;
  transition: 0.olympia-euewsh ease-in-out;
}

.olympia-yav2vs {
  padding: 16px 0 0 0;
}

.olympia-yav2vs * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .olympia-yav2vs :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .olympia-kt9sn8 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .olympia-kt9sn8::after {
    margin-left: auto;
  }
  .olympia-cly6x6 {
    order: 3;
    flex: 1 1 100%;
  }
  .olympia-kt9sn8 {
    font-size: 14px;
    line-height: 130%;
  }
  .olympia-cly6x6 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.olympia-h994j8 {
  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;
}

.olympia-ufovzs {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.olympia-h994j8.olympia-lxmm2p .olympia-ufovzs {
  margin-bottom: 12px;
}

.olympia-ufovzs::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;
}

.olympia-h994j8.olympia-lxmm2p .olympia-ufovzs::after {
  transform: unset;
}

.olympia-z5inwy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.olympia-8czjdr {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.olympia-euewsh ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.olympia-8czjdr: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;
}

.olympia-h994j8.olympia-lxmm2p .olympia-z5inwy {
  max-height: 100%;
}

.olympia-6q574u {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.olympia-62giz6 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.olympia-kb73iz {
  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;
}

.olympia-82q29e {
  margin-right: 4px;
}

.olympia-zdkmok {
  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.olympia-euewsh ease-in-out;
}

.olympia-zdkmok svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.olympia-z1hv0t,
.olympia-zdkmok:hover {
  color: var(--text-color);
}

.olympia-zbfcpg {
  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;
}

.olympia-zbfcpg img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.olympia-zbfcpg .olympia-y2og24 {
  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;
}

.olympia-zbfcpg .olympia-7xtgfd {
  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;
}

.olympia-omhoos {
  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;
}

.olympia-f3lteg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.olympia-zgdld0 .olympia-i7i5s8 {
  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;
}

.olympia-zgdld0 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.olympia-l29kzb {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.olympia-zjn7ly {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.olympia-dx82nt {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.olympia-qj48cl 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;
}

.olympia-dx82nt:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.olympia-qipyu9 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.olympia-b1k5kf {
  -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.olympia-euewsh ease-in-out;
  transition: transform 0.olympia-euewsh ease-in-out;
  -o-transition: transform 0.olympia-euewsh ease-in-out;
  transition:
    transform 0.olympia-euewsh ease-in-out,
    -webkit-transform 0.olympia-euewsh ease-in-out;
  cursor: pointer;
}

.olympia-b1k5kf svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.olympia-b1k5kf: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;
}

.olympia-6fo385 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .olympia-6fo385 {
    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);
}

.olympia-lkhmtn {
  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;
}

.olympia-rqu6pw {
  position: relative;
  width: 100%;
}

.olympia-lkhmtn.olympia-85pr0f {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.olympia-lkhmtn.olympia-q6mrch {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.olympia-lkhmtn.olympia-j59l94 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.olympia-6uf85y {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.olympia-3md5z2 {
  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.olympia-euewsh ease-in-out;
  cursor: pointer;
}

.olympia-3md5z2:hover {
  opacity: 0.5;
}

.olympia-lkhmtn.olympia-o8zvl5 .olympia-3md5z2 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.olympia-lkhmtn.olympia-o8zvl5 .olympia-6uf85y {
  cursor: pointer;
}

.olympia-3pch1x {
  fill: #0009;
}

.olympia-iddjld {
  fill: #fff;
}

.olympia-3md5z2:hover .olympia-3pch1x {
  fill: red;
}

.olympia-3md5z2 svg path {
  -webkit-transition: 0.olympia-euewsh ease-in-out;
  -o-transition: 0.olympia-euewsh ease-in-out;
  transition: 0.olympia-euewsh ease-in-out;
}

.olympia-ijihqt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.olympia-ijihqt > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.olympia-ijihqt.olympia-0p7jnj > :not(.get-image) {
  grid-column: 1/3;
}

.olympia-pdy4ka:not(._h1-block) .olympia-ijihqt > .olympia-szwn5f {
  grid-row: 1/2;
  grid-column: 1/3;
}

.olympia-ijihqt.olympia-0p7jnj .olympia-tbwz4p {
  grid-column: 2/3;
}

.olympia-ijihqt.olympia-0p7jnj > .olympia-z8kpgz {
  grid-column: 1/2;
}

.olympia-ijihqt.olympia-0p7jnj > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.olympia-ijihqt > p:first-of-type {
  margin-top: 0;
}

.olympia-ijihqt .olympia-z8kpgz {
  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;
}

.olympia-pdy4ka:not(._h1-block) .olympia-szwn5f ~ .olympia-z8kpgz {
  grid-row: 2/10;
}

.olympia-pdy4ka.olympia-qjmqr7 .olympia-szwn5f ~ .olympia-z8kpgz {
  grid-row: 1/10;
}

.olympia-pdy4ka.olympia-qjmqr7 > .olympia-szwn5f {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.olympia-pdy4ka.olympia-qjmqr7 .olympia-z8kpgz {
  grid-row: 1/10;
}

.olympia-ijihqt.olympia-35dx1a .olympia-z8kpgz {
  align-items: flex-start;
}

.olympia-ijihqt.olympia-q6mrch .olympia-tbwz4p {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.olympia-ijihqt.olympia-q6mrch .olympia-z8kpgz {
  align-items: center;
}

.olympia-ijihqt.olympia-xktt14 .olympia-z8kpgz {
  align-items: flex-end;
}

.olympia-tbwz4p > :first-child {
  margin-top: 0;
}

.olympia-tbwz4p > :last-child {
  margin-bottom: 0;
}

* + .olympia-r54bq9,
.olympia-pdy4ka + .olympia-pdy4ka {
  margin-top: 2rem;
}

.olympia-z8g5ak td::before,
.olympia-z8g5ak th::after {
  display: none !important;
}

.olympia-z8g5ak #link-selector {
  color: #000;
}

.olympia-z8g5ak .olympia-263hsq {
  color: #135e96;
}

.olympia-z8g5ak .olympia-ei9t4v *,
.olympia-z8g5ak .olympia-opzxow p,
.olympia-z8g5ak .olympia-vqqhsv * {
  color: #000;
}

.olympia-z8g5ak .olympia-uxjs0u {
  background: 0 0 !important;
}

.olympia-z8g5ak .olympia-8qwpii {
  color: #000;
}

.olympia-z8g5ak .olympia-3gu4vj.olympia-vk8a0j {
  color: #fff;
}

.olympia-z8g5ak .olympia-79klpf {
  color: #000;
}

.olympia-z8g5ak
  .olympia-pc9k5y
  .olympia-769fne.olympia-vk8a0j.olympia-yb4kb7 {
  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;
}

.olympia-rynn2a,
body .olympia-9rc5g4 {
  color: #000;
  background: var(--color-body) !important;
}

.olympia-rynn2a .olympia-k9gda2 .olympia-qs7kwb,
body .olympia-9rc5g4 .olympia-k9gda2 .olympia-qs7kwb {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .olympia-8czjdr:focus,
  .olympia-8czjdr:hover {
    color: #f9cb16;
  }
  .olympia-ejdc2y:focus,
  .olympia-ejdc2y:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .olympia-ebdohr:focus img,
  .olympia-ebdohr:focus svg,
  .olympia-ebdohr:hover img,
  .olympia-ebdohr:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .olympia-zbfcpg {
    display: none;
  }
}

@media (min-width: 1024px) {
  .olympia-qmv50b:hover .olympia-4x29z5 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .olympia-4x29z5 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .olympia-cadswt {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .olympia-rhdw02 {
    grid-template-columns: repeat(4, 1fr);
  }
  .olympia-rk7pm6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .olympia-9jsvzy .olympia-26ux6k {
    grid-template-columns: 1fr;
  }
  .olympia-9jsvzy .olympia-k10lvr {
    -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;
  }
  .olympia-9jsvzy .olympia-6ztnu3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .olympia-9jsvzy .olympia-te9usm {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .olympia-9jsvzy .olympia-z37ah8 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .olympia-9jsvzy .olympia-6ztnu3:not(:first-child) {
    border: none;
  }
  .olympia-9jsvzy .olympia-6ztnu3:first-child .olympia-te9usm {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .olympia-9jsvzy .olympia-6ztnu3:last-child .olympia-te9usm {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .olympia-vll1m0 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .olympia-3l1k5s {
    max-width: 100px;
  }
  .olympia-f5sdjs {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .olympia-1zs8sx {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .olympia-1zs8sx svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .olympia-cdlgq4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .olympia-f5sdjs + .olympia-1zs8sx {
    margin-left: auto;
  }
  .olympia-5ddk2x {
    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;
  }
  .olympia-5ddk2x.olympia-lxmm2p {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .olympia-7hqxe4 {
    -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;
  }
  .olympia-ifb1ab {
    width: 100%;
  }
  .olympia-ifb1ab:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .olympia-xg8mfp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .olympia-xg8mfp svg {
    margin-right: 4px;
  }
  .olympia-qmv50b {
    -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;
  }
  .olympia-4x29z5 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .olympia-4x29z5 {
    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;
  }
  .olympia-30qkc6 {
    display: none;
    width: 100%;
  }
  .olympia-qmv50b.olympia-lxmm2p .olympia-30qkc6 {
    padding: 0 0 0 48px;
  }
  .olympia-7fh3c2 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .olympia-768lrq .olympia-z8kpgz {
    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;
  }
  .olympia-oybsyx {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .olympia-oybsyx + .olympia-oybsyx {
    margin-right: 0;
  }
  .olympia-oybsyx + .olympia-z8kpgz {
    margin: 0;
  }
  .olympia-cadswt {
    grid-template-columns: repeat(4, 1fr);
  }
  .olympia-rhdw02 {
    grid-template-columns: repeat(3, 1fr);
  }
  .olympia-qeidaw,
  .olympia-lwy97a {
    grid-template-columns: repeat(2, 1fr);
  }
  .olympia-ijihqt {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .olympia-ijihqt.olympia-0p7jnj .olympia-tbwz4p {
    grid-column: auto;
    grid-row: auto;
  }
  .olympia-ijihqt > .olympia-szwn5f {
    grid-column: 1/2;
  }
  .olympia-ijihqt.olympia-0p7jnj > :not(.get-image) {
    grid-column: 1/2;
  }
  .olympia-ijihqt .olympia-z8kpgz,
  .olympia-ijihqt.olympia-0p7jnj > .olympia-z8kpgz {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .olympia-ijihqt.olympia-0p7jnj > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .olympia-pdy4ka.olympia-qjmqr7 .olympia-ijihqt > .olympia-z8kpgz {
    grid-row: 1/2;
  }
  .olympia-ijihqt .olympia-szwn5f ~ .olympia-z8kpgz,
  .olympia-ijihqt.olympia-0p7jnj .olympia-szwn5f ~ .olympia-z8kpgz {
    grid-row: 2/3;
  }
  .olympia-pdy4ka.olympia-qjmqr7 .olympia-szwn5f ~ .olympia-z8kpgz {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .olympia-p13alt:first-child .olympia-k4yb0r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .olympia-p13alt:first-child .olympia-k4yb0r h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .olympia-p13alt {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .olympia-p13alt {
    padding: 0;
  }
  .olympia-rfnev0 {
    margin-top: 1rem;
  }
  .olympia-2tula5 {
    border-radius: 5px;
  }
  .olympia-dnhgwr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .olympia-ufovzs::after {
    display: inline-block;
  }
  .olympia-ufovzs {
    margin: 0;
    width: 100%;
  }
  .olympia-z5inwy {
    width: 100%;
  }
  .olympia-z5inwy.olympia-qq7ejn {
    -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%;
  }
  .olympia-z5inwy.olympia-qq7ejn .olympia-cg647i {
    width: 100%;
  }
  .olympia-z5inwy.olympia-qq7ejn .olympia-cg647i:not(:last-child) {
    margin-right: 0;
  }
  .olympia-8czjdr {
    width: 100%;
    text-align: center;
  }
  .olympia-h994j8.olympia-lxmm2p .olympia-z5inwy {
    margin-top: 1rem;
  }
  .olympia-cadswt {
    grid-template-columns: repeat(3, 1fr);
  }
  .olympia-rk7pm6,
  .olympia-rhdw02 {
    grid-template-columns: repeat(2, 1fr);
  }
  .olympia-qeidaw,
  .olympia-lwy97a,
  .olympia-i5zy8z {
    grid-template-columns: 1fr;
  }
  .olympia-r5w48c {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .olympia-c7vjea {
    min-width: 300px;
    max-width: 325px;
  }
  .olympia-te9usm {
    cursor: auto;
  }
  .olympia-2hgb30 .olympia-te9usm {
    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;
  }
  .olympia-6fo385 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .olympia-30qkc6 {
    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) {
  .olympia-6fo385 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.olympia-oybsyx p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .olympia-1zs8sx {
    margin: 0 -0.2rem;
  }
  .olympia-oybsyx {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .olympia-f768hq {
    -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;
  }
  .olympia-jv18dg {
    max-width: 100%;
  }
  .olympia-cadswt {
    grid-template-columns: repeat(2, 1fr);
  }
  .olympia-rk7pm6,
  .olympia-rhdw02 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .olympia-vll1m0 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .olympia-1zs8sx {
    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;
  }
  .olympia-c04u13 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .olympia-2vf7da {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .olympia-rrqodm,
  .olympia-mw0v2y {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .olympia-iiorj6 {
    width: 100%;
  }
  .olympia-cadswt {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .olympia-6fo385 {
    top: 127px !important;
  }
}

.olympia-in5eiu {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .olympia-in5eiu {
  }
}

@media (max-width: 767px) {
  .olympia-in5eiu {
    margin-bottom: 12px;
  }
}

.olympia-in5eiu img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.olympia-c267i6 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.olympia-c267i6 > .olympia-6bjkrt {
  flex: 1 1;
}

@media (max-width: 767px) {
  .olympia-c267i6 {
    flex-direction: column;
    gap: 12px;
  }
}

.olympia-hi9eq1 {
  display: flex;
}

.olympia-hi9eq1 .olympia-zqqq6d {
  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;
}

.olympia-hi9eq1 .olympia-x7svmh {
  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;
}

.olympia-hi9eq1 .olympia-1haxj8 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.olympia-hi9eq1 .olympia-zmvynl {
  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));
  }
}

.olympia-hi9eq1 .olympia-zmvynl:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.olympia-hi9eq1 .olympia-bab6g2 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.olympia-5tai4r {
  border: unset;
  background-color: unset;
}

.olympia-5tai4r tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.olympia-5tai4r .olympia-mhrbob,
.olympia-5tai4r .olympia-d82lvb {
  flex: 0 1 330px;
}

.olympia-5tai4r .olympia-jtw4dk {
  flex: 1 1;
}

.olympia-5tai4r tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.olympia-5tai4r tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.olympia-5tai4r tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.olympia-5tai4r tr td p {
  color: #fff;
  margin: 0;
}

.olympia-5tai4r tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.olympia-5tai4r tr.olympia-mhrbob td p {
  padding: 16px 0;
}

.olympia-5tai4r tr.olympia-mhrbob td p:not(:last-child),
.olympia-5tai4r tr.olympia-d82lvb td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.olympia-5tai4r tr.olympia-mhrbob td p:first-child,
.olympia-5tai4r tr.olympia-d82lvb td p:first-child {
  padding-top: 0;
}

.olympia-5tai4r tr.olympia-d82lvb td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.olympia-5tai4r tr.olympia-d82lvb td p:last-child {
  padding-bottom: 0;
}

.olympia-5tai4r .olympia-d82lvb img {
  max-width: 32px;
}

.olympia-5tai4r .olympia-jtw4dk {
  min-width: 718px;
}

.olympia-5tai4r .olympia-jtw4dk td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.olympia-5tai4r .olympia-jtw4dk td {
  display: flex;
}

.olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-7aplw5,
.olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-oy7rvm,
.olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-1r64if {
  flex: 1 1 50%;
}

.olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-5abhn1 {
  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;
}

.olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-fnms9i,
.olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-fvmszk {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-7aplw5,
.olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-oy7rvm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-7aplw5 span,
.olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-oy7rvm span {
  font-weight: 800;
}

.olympia-5tai4r .olympia-jtw4dk img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .olympia-5tai4r .olympia-jtw4dk td .olympia-1r64if:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .olympia-5tai4r tr.olympia-mhrbob td p:last-child {
    padding-bottom: 0;
  }
  .olympia-5tai4r .olympia-d82lvb > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .olympia-5tai4r .olympia-d82lvb > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .olympia-5tai4r tr.olympia-mhrbob td p:not(:last-child),
  .olympia-5tai4r tr.olympia-d82lvb td p:not(:last-child) {
    border-bottom: unset;
  }
  .olympia-5tai4r tr.olympia-d82lvb td p:last-child {
    padding-bottom: 12px;
  }
  .olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-7aplw5,
  .olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-oy7rvm,
  .olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-1r64if {
    flex: 1 1 50%;
    padding: 0;
  }
  .olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-7aplw5,
  .olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-oy7rvm {
    margin-top: 16px;
  }
  .olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-1r64if {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-7aplw5 {
    border-right: 1px solid var(--border-color);
  }
  .olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-1r64if:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .olympia-5tai4r .olympia-jtw4dk td:last-child .olympia-1r64if:last-child {
    padding-bottom: 0;
  }
}

.olympia-1r64if {
  display: flex;
  flex-direction: column;
}

.olympia-5tai4r .olympia-jtw4dk td .olympia-1r64if {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.olympia-5tai4r .olympia-jtw4dk td .olympia-1r64if:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.olympia-5tai4r .olympia-jtw4dk td .olympia-1r64if:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .olympia-5tai4r .olympia-jtw4dk td .olympia-1r64if:not(:first-child) {
    padding-left: 0;
  }
  .olympia-5tai4r .olympia-jtw4dk td .olympia-1r64if:not(:last-of-type) {
    border-right: unset;
  }
}

.olympia-5tai4r .olympia-q9gzv8 {
  flex: 0 1 485px;
}

.olympia-5tai4r .olympia-0v0tcv {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.olympia-5tai4r .olympia-0v0tcv li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.olympia-5tai4r .olympia-0v0tcv li.olympia-y3b0ul {
  padding: 6px 12px;
}

.olympia-5tai4r .olympia-0v0tcv li a,
.olympia-5tai4r .olympia-0v0tcv 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;
}

.olympia-5tai4r .olympia-vwcfl4,
.olympia-5tai4r .olympia-e0mtm5 {
  flex: 1 1;
}

.olympia-5tai4r .olympia-dt9kr9,
.olympia-5tai4r .olympia-8yhwg9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.olympia-5tai4r .olympia-dt9kr9 li,
.olympia-5tai4r .olympia-8yhwg9 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.olympia-5tai4r .olympia-e0mtm5 img {
  max-width: 32px;
}

.olympia-5tai4r .olympia-vwcfl4 img {
  max-width: 32px;
}

.olympia-5tai4r .olympia-gtdfax {
  min-width: 280px;
}

.olympia-5tai4r .olympia-gtdfax img {
  max-width: 146px;
}

.olympia-5tai4r .olympia-gtdfax td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .olympia-5tai4r .olympia-mhrbob,
  .olympia-5tai4r .olympia-d82lvb {
    flex: 0 1 auto;
  }
  .olympia-5tai4r .olympia-jtw4dk {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .olympia-5tai4r .olympia-mhrbob,
  .olympia-5tai4r .olympia-q9gzv8,
  .olympia-5tai4r .olympia-d82lvb,
  .olympia-5tai4r .olympia-jtw4dk {
    flex: 1 1 calc(50% - 20px);
  }
  .olympia-5tai4r .olympia-vwcfl4,
  .olympia-5tai4r .olympia-gtdfax,
  .olympia-5tai4r .olympia-e0mtm5 {
    flex: 1 1 30%;
  }
  .olympia-5tai4r .olympia-gtdfax {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .olympia-5tai4r .olympia-mhrbob,
  .olympia-5tai4r .olympia-q9gzv8,
  .olympia-5tai4r .olympia-vwcfl4,
  .olympia-5tai4r .olympia-d82lvb,
  .olympia-5tai4r .olympia-jtw4dk,
  .olympia-5tai4r .olympia-gtdfax,
  .olympia-5tai4r .olympia-e0mtm5 {
    flex: 1 1 100%;
  }
}

.olympia-dmdwjx .olympia-htfkvs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.olympia-dmdwjx .olympia-u528tm {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.olympia-dmdwjx .olympia-6e7b75 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.olympia-dmdwjx .olympia-2gyh0j {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.olympia-dmdwjx .olympia-2gyh0j > :nth-child(3) {
  margin-top: 0;
}

.olympia-dmdwjx .olympia-z8kpgz {
  grid-column: 2/3;
  grid-row: 1/10;
}

.olympia-dmdwjx .olympia-pj6735 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.olympia-dmdwjx .olympia-rfnev0 {
  grid-column: 1/2;
}

.olympia-dmdwjx > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.olympia-dmdwjx .olympia-u528tm: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;
}

.olympia-dmdwjx .olympia-u528tm:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.olympia-dmdwjx .olympia-iiorj6 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .olympia-dmdwjx .olympia-u528tm:not(:last-child):before {
    bottom: 8px;
  }
  .olympia-dmdwjx .olympia-u528tm:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .olympia-dmdwjx .olympia-2gyh0j {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .olympia-dmdwjx .olympia-z8kpgz {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .olympia-dmdwjx .olympia-z8kpgz img {
    width: 100%;
    height: auto;
  }
  .olympia-dmdwjx .olympia-iiorj6 {
    width: 100%;
    min-width: unset;
  }
}

.olympia-mma99m .olympia-hinc4a {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.olympia-mma99m .olympia-kko348 {
  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;
}

.olympia-mma99m .olympia-z8kpgz {
  height: 100%;
}

.olympia-mma99m .olympia-z8kpgz img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.olympia-mma99m .olympia-2my3dt {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.olympia-mma99m .olympia-xdkm9b {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.olympia-mma99m .olympia-mxaq8f {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .olympia-mma99m .olympia-kko348 {
    flex: 1 1 100%;
  }
  .olympia-mma99m .olympia-dtsmj2 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .olympia-mma99m .olympia-kko348 {
    flex-direction: column;
  }
  .olympia-mma99m .olympia-z8kpgz {
    width: 100%;
    height: auto;
  }
  .olympia-mma99m .olympia-z8kpgz img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .olympia-mma99m .olympia-2my3dt {
    padding: 0 16px 16px 16px;
  }
  .olympia-mma99m .olympia-dtsmj2 {
    min-width: unset;
    width: 100%;
  }
}

.olympia-vazwod .olympia-xcqkv6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.olympia-vazwod .olympia-kyiqmu {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.olympia-vazwod 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;
}

.olympia-vazwod .olympia-3rrwcd {
  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;
}

.olympia-vazwod .olympia-kyiqmu:hover .olympia-3rrwcd {
  display: flex;
}

.olympia-vazwod .olympia-htkjl9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.olympia-vazwod .olympia-tq5hm5 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.olympia-8yc02t {
  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;
}

.olympia-8yc02t.olympia-svjay1 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.olympia-ds06ph ease-in-out;
}

.olympia-8yc02t.olympia-svjay1:hover {
  color: #f9cb16;
  background-color: transparent;
}

.olympia-vazwod .olympia-l2yi2k {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.olympia-ds06ph ease-in-out;
}

.olympia-vazwod .olympia-l2yi2k:hover {
  color: #196948;
  background-color: #f9cb16;
}

.olympia-vazwod .olympia-l2yi2k:after,
.olympia-8yc02t.olympia-svjay1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.olympia-8yc02t.olympia-svjay1:after {
  background-image: url(../images/Cash.svg);
}

.olympia-vazwod .olympia-l2yi2k:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .olympia-vazwod .olympia-xcqkv6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .olympia-vazwod .olympia-xcqkv6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .olympia-vazwod .olympia-xcqkv6 {
    grid-template-columns: 1fr;
  }
  .olympia-vazwod .olympia-kyiqmu {
    height: auto;
  }
  .olympia-vazwod .olympia-kyiqmu .olympia-3rrwcd {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .olympia-vazwod .olympia-htkjl9,
  .olympia-vazwod .olympia-tq5hm5 {
    text-align: left;
  }
  .olympia-vazwod .olympia-tq5hm5 {
    margin-bottom: 8px;
  }
  .olympia-vazwod img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.olympia-dhv5t4 {
  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;
}

.olympia-dhv5t4.olympia-o8zvl5 {
  display: block;
}

.olympia-dhv5t4 .olympia-qchibg {
  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;
}

.olympia-dhv5t4 .olympia-9ivsby {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.olympia-dhv5t4 .olympia-347h7c {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.olympia-dhv5t4 .olympia-wyw9o4 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.olympia-dhv5t4 .olympia-8yc02t {
  min-width: 296px;
  margin-bottom: 0;
}

.olympia-dhv5t4 .olympia-3wcyck {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.olympia-dhv5t4 .olympia-nbvjxq {
  position: relative;
  flex: 1 1;
}

.olympia-dhv5t4 .olympia-nbvjxq iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .olympia-dhv5t4 .olympia-9ivsby {
    flex-wrap: wrap;
    gap: 8px;
  }
  .olympia-dhv5t4 .olympia-347h7c {
    order: 1;
  }
  .olympia-dhv5t4 .olympia-wyw9o4 {
    order: 3;
    flex: 1 1 100%;
  }
  .olympia-dhv5t4 .olympia-8yc02t {
    width: 100%;
    min-width: unset;
  }
  .olympia-dhv5t4 .olympia-3wcyck {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .olympia-ijihqt > .olympia-szwn5f {
    margin-bottom: 0;
  }
  .olympia-ijihqt > .olympia-rfnev0,
  .olympia-ijihqt > p {
    margin-top: 0;
  }
}

.olympia-6gd857 img,
.olympia-oybsyx img {
  width: auto;
  object-fit: contain;
}

.olympia-6gd857 {
  align-items: center;
}

.olympia-6gd857 img {
  max-height: 76px;
}

.olympia-oybsyx img {
  max-height: 64px;
}

.olympia-sfnh6x {
  overflow: auto;
}

.olympia-iqwziz {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.olympia-cq90nk:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.olympia-oit242 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.olympia-yplq6k {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.olympia-oit242 .olympia-z8kpgz {
  margin-right: 20px;
  flex-shrink: 0;
}

.olympia-oit242 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.olympia-g0op6v {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.olympia-g0op6v > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .olympia-oit242 {
    padding: 15px 10px;
  }
  .olympia-g0op6v {
    padding: 15px 10px;
  }
  .olympia-oit242 .olympia-z8kpgz {
    margin-right: 10px;
  }
}

.olympia-86fw52 {
  overflow-x: auto;
}

.olympia-a5w4fr {
  border-collapse: collapse;
  width: 100%;
}

.olympia-86fw52 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.olympia-86fw52 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.olympia-86fw52 td.olympia-zuo145 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.olympia-86fw52 td.olympia-odbuu7 {
  border-right: none;
}

.olympia-86fw52 td.olympia-odbuu7 .olympia-z8kpgz {
  justify-content: flex-start;
}

.olympia-86fw52 td.olympia-odbuu7 .olympia-z8kpgz img {
  height: auto;
  width: 90px;
}

.olympia-86fw52 td.olympia-n2nxss,
.olympia-86fw52 td.olympia-2zd95y {
  font-weight: 600;
  text-align: right;
}

.olympia-86fw52 td.olympia-dgq7br,
.olympia-86fw52 td.olympia-n2nxss {
  padding-bottom: 10px;
  border-bottom: none;
}

.olympia-86fw52 td.olympia-n2nxss,
.olympia-86fw52 td.olympia-2zd95y {
  border-left: none;
}

.olympia-86fw52 td.olympia-dgq7br,
.olympia-86fw52 td.olympia-qqim4o {
  border-right: none;
}

.olympia-86fw52 td.olympia-qqim4o,
.olympia-86fw52 td.olympia-2zd95y {
  border-top: none;
  padding-top: 10px;
}

.olympia-kqkzzp {
  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;
}

.olympia-kqkzzp .olympia-dtsmj2 {
  min-width: unset;
  width: 100%;
}

.olympia-kqkzzp .olympia-dtsmj2.olympia-5fgm2m {
  grid-column: 1/2;
  grid-row: 1/2;
}

.olympia-kqkzzp .olympia-dtsmj2.olympia-fe0cu4 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.olympia-kqkzzp .olympia-nxggbl {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .olympia-kqkzzp {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .olympia-kqkzzp .olympia-dtsmj2.olympia-5fgm2m {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .olympia-kqkzzp .olympia-dtsmj2.olympia-fe0cu4 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .olympia-kqkzzp .olympia-nxggbl {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.olympia-kz6as5 {
  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;
}

.olympia-ev5w8h {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.olympia-abj1vo p a img {
  margin: 0 auto;
  display: block;
}

.olympia-abj1vo table {
  margin-bottom: 17px;
}

/* contanct form */
.olympia-wh0r5z {
  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;
}

.olympia-wh0r5z label {
  font-size: 14px;
}

.olympia-wh0r5z h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.olympia-wh0r5z input,
.olympia-wh0r5z textarea,
.olympia-wh0r5z 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;
}
.olympia-wh0r5z button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.olympia-ds06ph ease;
}
.olympia-wh0r5z button:hover {
  background-color: #691204;
}
.olympia-wbxfoh {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.olympia-cim256 ease-in;
}

.olympia-wbxfoh 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;
}
.olympia-95a1wy, .olympia-bn9tir, [class*="review-card"],
thead, thead th, table th, .olympia-iswc5p,
.olympia-icbbv7, [class*="collapsible-header"],
.olympia-dpoxxa, [class*="updated-block"] {
  color: #ece7dc !important;
}
