@charset "UTF-8";
main {
  overflow: hidden;
  min-height: calc(100vh - 80px);
  margin-top: var(--main-margin-top, 0);
}

@media (max-width: 990px) {
  main {
    margin-top: var(--main-margin-top-mobile, var(--main-margin-top, 0));
  }
}
body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: var(--body-bg, transparent);
  font-family: var(--site-font-family, "Montserrat", sans-serif);
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  color: transparent;
}

img:not([src]) {
  visibility: hidden;
}

.c-fb5551b {
  max-width: 1280px;
  margin: 0 auto;
}

.p-c672ce6 {
  padding: 0 15px;
}
@media (max-width: 576px) {
  .p-c672ce6 {
    padding: 0 10px;
  }
}

.m-73d95e3 {
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .m-73d95e3 {
    margin-bottom: 20px;
  }
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.o-9207c2b {
  overflow: hidden;
}

input, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  border: none;
  box-shadow: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


/* Theme Options colors → CSS custom properties (printed as compact :root in style.p-b162f28) */
.c-cc7c0af .b-5191614 li,
.c-cc7c0af .b-5191614 li a,
.c-ed577bd,
.c-ed577bd a {
  color: var(--color-title-text, inherit);
}

.c-cc7c0af a {
  color: var(--content-link-color, inherit);
}

.h-f4367ca:nth-child(1) {
  color: var(--header-btn-1-color, inherit);
  background: var(--header-btn-1-bg, transparent);
}

.h-f4367ca:nth-child(2) {
  color: var(--header-btn-2-color, inherit);
  background: var(--header-btn-2-bg, transparent);
}

.h-f4367ca:nth-child(1):hover {
  background: var(--header-btn-1-bg-hover, var(--header-btn-1-bg, transparent));
}

.h-f4367ca:nth-child(2):hover {
  background: var(--header-btn-2-bg-hover, var(--header-btn-2-bg, transparent));
}

.h-dc9a941,
.h-a2fd438,
.h-537409d a,
.h-537409d button {
  color: var(--nav-color, inherit);
}

.h-dc9a941:hover,
.h-537409d a:hover,
.h-537409d button:hover {
  color: var(--nav-color-hover, inherit);
}

@media (max-width: 990px) {
  .h-537409d {
    background: var(--header-bg-mobile, transparent);
  }
}
.f-8170c90 a,
.f-8170c90 li {
  color: var(--footer-link-color, inherit);
}

.f-8170c90 a:hover {
  color: var(--footer-link-hover, inherit);
}

.tns-nav button {
  background: var(--tns-nav-bg, transparent);
}

.tns-nav .tns-nav-active {
  background: var(--tns-nav-active-bg, transparent);
}

body[data-button-anim]:not([data-button-anim=none]) .h-f4367ca, body[data-button-anim]:not([data-button-anim=none]) .m-f243606, body[data-button-anim]:not([data-button-anim=none]) .d-18e88d8, body[data-button-anim]:not([data-button-anim=none]) .d-0770e6f, body[data-button-anim]:not([data-button-anim=none]) .s-1f8b090, body[data-button-anim]:not([data-button-anim=none]) .s-0d538f0, body[data-button-anim]:not([data-button-anim=none]) .i-cf6f3fa, body[data-button-anim]:not([data-button-anim=none]) .i-c031d86, body[data-button-anim]:not([data-button-anim=none]) .r-e1ad358, body[data-button-anim]:not([data-button-anim=none]) .b-3b5bc9b, body[data-button-anim]:not([data-button-anim=none]) .f-efb2831, body[data-button-anim]:not([data-button-anim=none]) .g-d1c4356,
body[class*=button-anim-] .h-f4367ca,
body[class*=button-anim-] .m-f243606,
body[class*=button-anim-] .d-18e88d8,
body[class*=button-anim-] .d-0770e6f,
body[class*=button-anim-] .s-1f8b090,
body[class*=button-anim-] .s-0d538f0,
body[class*=button-anim-] .i-cf6f3fa,
body[class*=button-anim-] .i-c031d86,
body[class*=button-anim-] .r-e1ad358,
body[class*=button-anim-] .b-3b5bc9b,
body[class*=button-anim-] .f-efb2831,
body[class*=button-anim-] .g-d1c4356 {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .h-f4367ca, body[data-button-anim=lift] .m-f243606, body[data-button-anim=lift] .d-18e88d8, body[data-button-anim=lift] .d-0770e6f, body[data-button-anim=lift] .s-1f8b090, body[data-button-anim=lift] .s-0d538f0, body[data-button-anim=lift] .i-cf6f3fa, body[data-button-anim=lift] .i-c031d86, body[data-button-anim=lift] .r-e1ad358, body[data-button-anim=lift] .b-3b5bc9b, body[data-button-anim=lift] .f-efb2831, body[data-button-anim=lift] .g-d1c4356,
body.b-5168953 .h-f4367ca,
body.b-5168953 .m-f243606,
body.b-5168953 .d-18e88d8,
body.b-5168953 .d-0770e6f,
body.b-5168953 .s-1f8b090,
body.b-5168953 .s-0d538f0,
body.b-5168953 .i-cf6f3fa,
body.b-5168953 .i-c031d86,
body.b-5168953 .r-e1ad358,
body.b-5168953 .b-3b5bc9b,
body.b-5168953 .f-efb2831,
body.b-5168953 .g-d1c4356 {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=lift] .h-f4367ca:hover, body[data-button-anim=lift] .m-f243606:hover, body[data-button-anim=lift] .d-18e88d8:hover, body[data-button-anim=lift] .d-0770e6f:hover, body[data-button-anim=lift] .s-1f8b090:hover, body[data-button-anim=lift] .s-0d538f0:hover, body[data-button-anim=lift] .i-cf6f3fa:hover, body[data-button-anim=lift] .i-c031d86:hover, body[data-button-anim=lift] .r-e1ad358:hover, body[data-button-anim=lift] .b-3b5bc9b:hover, body[data-button-anim=lift] .f-efb2831:hover, body[data-button-anim=lift] .g-d1c4356:hover,
body.b-5168953 .h-f4367ca:hover,
body.b-5168953 .m-f243606:hover,
body.b-5168953 .d-18e88d8:hover,
body.b-5168953 .d-0770e6f:hover,
body.b-5168953 .s-1f8b090:hover,
body.b-5168953 .s-0d538f0:hover,
body.b-5168953 .i-cf6f3fa:hover,
body.b-5168953 .i-c031d86:hover,
body.b-5168953 .r-e1ad358:hover,
body.b-5168953 .b-3b5bc9b:hover,
body.b-5168953 .f-efb2831:hover,
body.b-5168953 .g-d1c4356:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .h-f4367ca:active, body[data-button-anim=lift] .m-f243606:active, body[data-button-anim=lift] .d-18e88d8:active, body[data-button-anim=lift] .d-0770e6f:active, body[data-button-anim=lift] .s-1f8b090:active, body[data-button-anim=lift] .s-0d538f0:active, body[data-button-anim=lift] .i-cf6f3fa:active, body[data-button-anim=lift] .i-c031d86:active, body[data-button-anim=lift] .r-e1ad358:active, body[data-button-anim=lift] .b-3b5bc9b:active, body[data-button-anim=lift] .f-efb2831:active, body[data-button-anim=lift] .g-d1c4356:active,
body.b-5168953 .h-f4367ca:active,
body.b-5168953 .m-f243606:active,
body.b-5168953 .d-18e88d8:active,
body.b-5168953 .d-0770e6f:active,
body.b-5168953 .s-1f8b090:active,
body.b-5168953 .s-0d538f0:active,
body.b-5168953 .i-cf6f3fa:active,
body.b-5168953 .i-c031d86:active,
body.b-5168953 .r-e1ad358:active,
body.b-5168953 .b-3b5bc9b:active,
body.b-5168953 .f-efb2831:active,
body.b-5168953 .g-d1c4356:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .h-f4367ca, body[data-button-anim=scale] .m-f243606, body[data-button-anim=scale] .d-18e88d8, body[data-button-anim=scale] .d-0770e6f, body[data-button-anim=scale] .s-1f8b090, body[data-button-anim=scale] .s-0d538f0, body[data-button-anim=scale] .i-cf6f3fa, body[data-button-anim=scale] .i-c031d86, body[data-button-anim=scale] .r-e1ad358, body[data-button-anim=scale] .b-3b5bc9b, body[data-button-anim=scale] .f-efb2831, body[data-button-anim=scale] .g-d1c4356,
body.b-f7152a5 .h-f4367ca,
body.b-f7152a5 .m-f243606,
body.b-f7152a5 .d-18e88d8,
body.b-f7152a5 .d-0770e6f,
body.b-f7152a5 .s-1f8b090,
body.b-f7152a5 .s-0d538f0,
body.b-f7152a5 .i-cf6f3fa,
body.b-f7152a5 .i-c031d86,
body.b-f7152a5 .r-e1ad358,
body.b-f7152a5 .b-3b5bc9b,
body.b-f7152a5 .f-efb2831,
body.b-f7152a5 .g-d1c4356 {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=scale] .h-f4367ca:hover, body[data-button-anim=scale] .m-f243606:hover, body[data-button-anim=scale] .d-18e88d8:hover, body[data-button-anim=scale] .d-0770e6f:hover, body[data-button-anim=scale] .s-1f8b090:hover, body[data-button-anim=scale] .s-0d538f0:hover, body[data-button-anim=scale] .i-cf6f3fa:hover, body[data-button-anim=scale] .i-c031d86:hover, body[data-button-anim=scale] .r-e1ad358:hover, body[data-button-anim=scale] .b-3b5bc9b:hover, body[data-button-anim=scale] .f-efb2831:hover, body[data-button-anim=scale] .g-d1c4356:hover,
body.b-f7152a5 .h-f4367ca:hover,
body.b-f7152a5 .m-f243606:hover,
body.b-f7152a5 .d-18e88d8:hover,
body.b-f7152a5 .d-0770e6f:hover,
body.b-f7152a5 .s-1f8b090:hover,
body.b-f7152a5 .s-0d538f0:hover,
body.b-f7152a5 .i-cf6f3fa:hover,
body.b-f7152a5 .i-c031d86:hover,
body.b-f7152a5 .r-e1ad358:hover,
body.b-f7152a5 .b-3b5bc9b:hover,
body.b-f7152a5 .f-efb2831:hover,
body.b-f7152a5 .g-d1c4356:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .h-f4367ca:active, body[data-button-anim=scale] .m-f243606:active, body[data-button-anim=scale] .d-18e88d8:active, body[data-button-anim=scale] .d-0770e6f:active, body[data-button-anim=scale] .s-1f8b090:active, body[data-button-anim=scale] .s-0d538f0:active, body[data-button-anim=scale] .i-cf6f3fa:active, body[data-button-anim=scale] .i-c031d86:active, body[data-button-anim=scale] .r-e1ad358:active, body[data-button-anim=scale] .b-3b5bc9b:active, body[data-button-anim=scale] .f-efb2831:active, body[data-button-anim=scale] .g-d1c4356:active,
body.b-f7152a5 .h-f4367ca:active,
body.b-f7152a5 .m-f243606:active,
body.b-f7152a5 .d-18e88d8:active,
body.b-f7152a5 .d-0770e6f:active,
body.b-f7152a5 .s-1f8b090:active,
body.b-f7152a5 .s-0d538f0:active,
body.b-f7152a5 .i-cf6f3fa:active,
body.b-f7152a5 .i-c031d86:active,
body.b-f7152a5 .r-e1ad358:active,
body.b-f7152a5 .b-3b5bc9b:active,
body.b-f7152a5 .f-efb2831:active,
body.b-f7152a5 .g-d1c4356:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .h-f4367ca, body[data-button-anim=pop] .m-f243606, body[data-button-anim=pop] .d-18e88d8, body[data-button-anim=pop] .d-0770e6f, body[data-button-anim=pop] .s-1f8b090, body[data-button-anim=pop] .s-0d538f0, body[data-button-anim=pop] .i-cf6f3fa, body[data-button-anim=pop] .i-c031d86, body[data-button-anim=pop] .r-e1ad358, body[data-button-anim=pop] .b-3b5bc9b, body[data-button-anim=pop] .f-efb2831, body[data-button-anim=pop] .g-d1c4356,
body.b-8a585c8 .h-f4367ca,
body.b-8a585c8 .m-f243606,
body.b-8a585c8 .d-18e88d8,
body.b-8a585c8 .d-0770e6f,
body.b-8a585c8 .s-1f8b090,
body.b-8a585c8 .s-0d538f0,
body.b-8a585c8 .i-cf6f3fa,
body.b-8a585c8 .i-c031d86,
body.b-8a585c8 .r-e1ad358,
body.b-8a585c8 .b-3b5bc9b,
body.b-8a585c8 .f-efb2831,
body.b-8a585c8 .g-d1c4356 {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
}
body[data-button-anim=pop] .h-f4367ca:hover, body[data-button-anim=pop] .m-f243606:hover, body[data-button-anim=pop] .d-18e88d8:hover, body[data-button-anim=pop] .d-0770e6f:hover, body[data-button-anim=pop] .s-1f8b090:hover, body[data-button-anim=pop] .s-0d538f0:hover, body[data-button-anim=pop] .i-cf6f3fa:hover, body[data-button-anim=pop] .i-c031d86:hover, body[data-button-anim=pop] .r-e1ad358:hover, body[data-button-anim=pop] .b-3b5bc9b:hover, body[data-button-anim=pop] .f-efb2831:hover, body[data-button-anim=pop] .g-d1c4356:hover,
body.b-8a585c8 .h-f4367ca:hover,
body.b-8a585c8 .m-f243606:hover,
body.b-8a585c8 .d-18e88d8:hover,
body.b-8a585c8 .d-0770e6f:hover,
body.b-8a585c8 .s-1f8b090:hover,
body.b-8a585c8 .s-0d538f0:hover,
body.b-8a585c8 .i-cf6f3fa:hover,
body.b-8a585c8 .i-c031d86:hover,
body.b-8a585c8 .r-e1ad358:hover,
body.b-8a585c8 .b-3b5bc9b:hover,
body.b-8a585c8 .f-efb2831:hover,
body.b-8a585c8 .g-d1c4356:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .h-f4367ca:active, body[data-button-anim=pop] .m-f243606:active, body[data-button-anim=pop] .d-18e88d8:active, body[data-button-anim=pop] .d-0770e6f:active, body[data-button-anim=pop] .s-1f8b090:active, body[data-button-anim=pop] .s-0d538f0:active, body[data-button-anim=pop] .i-cf6f3fa:active, body[data-button-anim=pop] .i-c031d86:active, body[data-button-anim=pop] .r-e1ad358:active, body[data-button-anim=pop] .b-3b5bc9b:active, body[data-button-anim=pop] .f-efb2831:active, body[data-button-anim=pop] .g-d1c4356:active,
body.b-8a585c8 .h-f4367ca:active,
body.b-8a585c8 .m-f243606:active,
body.b-8a585c8 .d-18e88d8:active,
body.b-8a585c8 .d-0770e6f:active,
body.b-8a585c8 .s-1f8b090:active,
body.b-8a585c8 .s-0d538f0:active,
body.b-8a585c8 .i-cf6f3fa:active,
body.b-8a585c8 .i-c031d86:active,
body.b-8a585c8 .r-e1ad358:active,
body.b-8a585c8 .b-3b5bc9b:active,
body.b-8a585c8 .f-efb2831:active,
body.b-8a585c8 .g-d1c4356:active {
  transform: scale(1.04);
}

main {
  margin-top: 125px;
}
@media (max-width: 990px) {
  main {
    margin-top: 135px;
  }
}

.h-9a49b19 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  transition: 0.5s;
}
.h-663c1e6 {
  margin-left: auto;
  position: relative;
  display: inline-block;
  width: 125px;
}
.h-a42cc62 {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 14px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.h-a42cc62:hover {
  background: rgba(255, 255, 255, 0.04);
}
.h-a42cc62[aria-expanded=true] .h-b10a81c {
  transform: rotate(180deg);
}
.h-5dbc8f0 {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.h-5dbc8f0 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.h-3db80dd {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.h-b10a81c {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.3s ease;
  margin-left: 2px;
}
.h-e17fe84 {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 100%;
  padding: 10px;
  border-radius: 18px;
  background: rgba(14, 34, 49, 0.98);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 0 0 30px rgba(28, 133, 255, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 20;
}
.h-b44f321 {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 10px 10px;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.3s ease;
}
.h-b44f321:hover {
  background: rgba(255, 255, 255, 0.08);
}
.h-b44f321.i-0cdd221 {
  background: rgba(255, 255, 255, 0.06);
}
.h-663c1e6:hover .h-e17fe84 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.h-9a49b19 .c-fb5551b {
  padding: 10px 0;
}
.h-ebd38e2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .h-ebd38e2 {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 40px;
  }
}
@media (max-width: 990px) {
  .h-e779ddf .h-648d93f {
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: center;
  }
}
.h-85cbad6 {
  display: none;
}
@media (max-width: 990px) {
  .h-85cbad6 {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    grid-column-start: 3;
  }
}
.h-85cbad6 svg:first-child {
  display: block;
}
.h-85cbad6 svg:last-child {
  display: none;
}
.h-7ebe043 svg:first-child {
  display: none;
}
.h-7ebe043 svg:last-child {
  display: block;
}
.h-648d93f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h-648d93f img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .h-648d93f img {
    max-width: 130px;
    max-height: 40px;
  }
}
.h-01d4043 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .h-01d4043 {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.h-f4367ca {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border: none;
  transition: 0.3s;
  line-height: 21px;
}
.h-537409d {
  width: 100%;
  box-sizing: border-box;
  margin: 10px auto 0 auto;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .h-537409d {
    display: none;
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    top: 92%;
    padding: 15px 5px;
  }
}
.h-537409d ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 990px) {
  .h-537409d ul {
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
  }
}
.h-537409d button {
  font-size: 16px;
  line-height: 21px;
  transition: 0.3s;
  font-weight: 500;
  background: transparent;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  outline: none;
}
@media (max-width: 990px) {
  .h-537409d button {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-537409d a {
  font-size: 16px;
  line-height: 21px;
  transition: 0.3s;
  font-weight: 500;
}
@media (max-width: 990px) {
  .h-537409d a {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-a49ef97 {
  margin-top: 5px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .h-a49ef97 {
    display: none;
    width: 95%;
    max-width: 100%;
    position: absolute;
    top: 100%;
  }
}
.h-a2fd438 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  font-size: 14px;
  margin: 0 3px;
  font-weight: 500;
  line-height: 21px;
  transition: 0.3s;
  text-align: center;
  width: auto;
  appearance: none;
  outline: none;
  background: transparent;
}
@media (max-width: 990px) {
  .h-a2fd438 {
    justify-content: flex-start;
  }
}
.h-a2fd438 img {
  height: 20px;
  width: 20px;
  margin: 0 10px 0 0;
  object-fit: contain;
  transition: 0.3s;
}
.h-a2fd438:hover img {
  transform: translateX(-10px);
}

.u-19b2d1a {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 990px) {
  .u-19b2d1a {
    right: 10px;
    bottom: 75px;
  }
}

.u-9fc62fa {
  opacity: 1;
  pointer-events: auto;
}

.h-6fe3636 {
  transform: translateY(-250%);
  transition: 0.3s;
}

.c-cc7c0af .b-5191614 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.c-cc7c0af .b-5191614 li {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-cc7c0af .b-5191614 li::after {
  content: "›";
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
}
.c-cc7c0af .b-5191614 li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-cc7c0af .b-5191614 li:last-child {
  font-weight: 400;
}
.c-cc7c0af .b-5191614 li:last-child::after {
  display: none;
}
.c-ed577bd > .tablepress-table-wrapper,
.c-ed577bd > .wp-block-table {
  width: 100%;
  max-width: var(--site-container-width, var(--site-content-max, 100%));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
.c-ed577bd > table.tablepress,
.c-ed577bd > table[id^=tablepress-] {
  display: table;
  width: 100%;
  max-width: var(--site-content-max, var(--site-container-width, 100%));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
.c-ed577bd > .tablepress-table-wrapper table.tablepress,
.c-ed577bd > .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.c-ed577bd table.tablepress,
.c-ed577bd .tablepress,
.c-ed577bd table[id^=tablepress-],
.c-ed577bd .tablepress-table-wrapper,
.c-ed577bd .tablepress-scroll-wrapper {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-ed577bd .tablepress-table-wrapper,
.c-ed577bd .tablepress-scroll-wrapper,
.c-ed577bd .wp-block-table {
  overflow-x: auto;
  max-width: 100%;
}
.c-ed577bd table.tablepress,
.c-ed577bd .tablepress,
.c-ed577bd table[id^=tablepress-] {
  --border-color: transparent;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.c-ed577bd table.tablepress thead tr th,
.c-ed577bd .tablepress thead tr th,
.c-ed577bd table[id^=tablepress-] thead tr th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, var(--text-color, #fff));
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
.c-ed577bd table.tablepress tbody tr td,
.c-ed577bd .tablepress tbody tr td,
.c-ed577bd table[id^=tablepress-] tbody tr td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, var(--text-color, #fff));
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
.c-ed577bd table.tablepress tbody tr:last-child td,
.c-ed577bd .tablepress tbody tr:last-child td,
.c-ed577bd table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
.c-ed577bd table.tablepress thead tr:first-child th:first-child,
.c-ed577bd .tablepress thead tr:first-child th:first-child,
.c-ed577bd table[id^=tablepress-] thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ed577bd table.tablepress thead tr:first-child th:last-child,
.c-ed577bd .tablepress thead tr:first-child th:last-child,
.c-ed577bd table[id^=tablepress-] thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ed577bd table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-ed577bd .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-ed577bd table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ed577bd table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-ed577bd .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-ed577bd table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ed577bd table.tablepress tbody tr:last-child td:first-child,
.c-ed577bd .tablepress tbody tr:last-child td:first-child,
.c-ed577bd table[id^=tablepress-] tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ed577bd table.tablepress tbody tr:last-child td:last-child,
.c-ed577bd .tablepress tbody tr:last-child td:last-child,
.c-ed577bd table[id^=tablepress-] tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ed577bd table.tablepress tbody tr:nth-child(even) td,
.c-ed577bd .tablepress tbody tr:nth-child(even) td,
.c-ed577bd table[id^=tablepress-] tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-ed577bd table.tablepress tbody tr td.column-1,
.c-ed577bd table.tablepress tbody tr.row-odd td:first-child,
.c-ed577bd table.tablepress tbody tr td:first-child,
.c-ed577bd .tablepress tbody tr td.column-1,
.c-ed577bd .tablepress tbody tr td:first-child,
.c-ed577bd table[id^=tablepress-] tbody tr td:first-child {
  font-weight: 700;
}
.c-ed577bd table.tablepress tbody tr:hover td,
.c-ed577bd .tablepress tbody tr:hover td,
.c-ed577bd table[id^=tablepress-] tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
.c-ed577bd .wp-block-table {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-ed577bd .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.c-ed577bd .wp-block-table thead th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, var(--text-color, #fff));
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
.c-ed577bd .wp-block-table tbody td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, var(--text-color, #fff));
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
.c-ed577bd .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.c-ed577bd .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ed577bd .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ed577bd .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ed577bd .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ed577bd .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ed577bd .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ed577bd .wp-block-table tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-ed577bd img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
@media (max-width: 576px) {
  .c-ed577bd img.alignleft {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    display: block;
    margin: 0 0 10px 0;
    object-fit: cover;
  }
}
.c-ed577bd ul, .c-ed577bd ol {
  padding-left: 15px;
  margin: 0 0 10px 0;
}
.c-ed577bd ul li, .c-ed577bd ol li {
  margin-bottom: 5px;
}
.c-ed577bd figure {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
  margin: 0;
}
.c-ed577bd img.alignright {
  margin: 0 0 10px 10px;
  float: right;
}
@media (max-width: 576px) {
  .c-ed577bd img.alignright {
    float: none;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 0 10px 0;
  }
}
.c-ed577bd img.s-35812b7 {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .c-ed577bd img.s-35812b7 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    margin: 0 0 10px 0;
  }
}
.c-ed577bd img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .c-ed577bd img.aligncenter {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    object-fit: cover;
    margin: 0 0 10px 0;
  }
}
.c-ed577bd p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 990px) {
  .c-ed577bd p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
.c-ed577bd a {
  font-weight: 500;
}
.c-ed577bd a:hover {
  text-decoration: underline;
}
.c-ed577bd strong {
  font-weight: 700;
}
.c-ed577bd h1, .c-ed577bd h2, .c-ed577bd h3, .c-ed577bd h4, .c-ed577bd h5 {
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .c-ed577bd h1, .c-ed577bd h2, .c-ed577bd h3, .c-ed577bd h4, .c-ed577bd h5 {
    margin-bottom: 15px;
  }
}
.c-ed577bd h1 {
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 990px) {
  .c-ed577bd h1 {
    font-size: 28px;
    line-height: 39px;
  }
}
.c-ed577bd h2 {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 990px) {
  .c-ed577bd h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
.c-ed577bd h3 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-ed577bd h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-ed577bd h4 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-ed577bd h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-ed577bd h5 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-ed577bd h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-cc7c0af .m-f41101c {
  cursor: pointer;
  padding: 120px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-cc7c0af .m-f41101c {
    padding: 15px;
  }
}
.c-cc7c0af .m-257cbca {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-cc7c0af .m-b40e7ef {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
}
@media (max-width: 768px) {
  .c-cc7c0af .m-b40e7ef {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-cc7c0af .m-3715201 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 768px) {
  .c-cc7c0af .m-3715201 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-cc7c0af .m-92c2b6f {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 768px) {
  .c-cc7c0af .m-92c2b6f {
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
}
.c-cc7c0af .m-f243606 {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border: none;
  line-height: 21px;
  max-width: 200px;
}
@media (max-width: 768px) {
  .c-cc7c0af .m-f243606 {
    font-size: 16px;
    padding: 8px 14px;
  }
}
@media (max-width: 576px) {
  .c-cc7c0af .m-f243606 {
    font-size: 14px;
    padding: 8px;
  }
}
.c-cc7c0af .m-082e51f {
  align-items: flex-end;
}
.c-cc7c0af .s-970fe3a {
  overflow: hidden;
  display: grid;
  grid-template-columns: 800px 1fr;
  grid-gap: 20px;
}
@media (max-width: 1280px) {
  .c-cc7c0af .s-970fe3a {
    grid-template-columns: 700px 1fr;
  }
}
@media (max-width: 1100px) {
  .c-cc7c0af .s-970fe3a {
    grid-template-columns: 600px 1fr;
  }
}
@media (max-width: 1000px) {
  .c-cc7c0af .s-970fe3a {
    grid-template-columns: 1fr;
  }
}
.c-cc7c0af .s-10fc109 {
  overflow: hidden;
  cursor: pointer;
  height: 265px;
}
@media (max-width: 1200px) {
  .c-cc7c0af .s-10fc109 {
    height: auto;
  }
}
.c-cc7c0af .s-10fc109 img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 265px;
  object-fit: cover;
}
@media (max-width: 990px) {
  .c-cc7c0af .s-10fc109 img {
    height: auto;
  }
}
.c-cc7c0af .s-d537f29 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cc7c0af .s-4892cde {
  cursor: pointer;
  height: auto;
  box-sizing: border-box;
  padding: 50px 25px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 990px) {
  .c-cc7c0af .s-4892cde {
    padding: 20px;
    height: auto;
  }
}
.c-cc7c0af .s-a3414ba {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 990px) {
  .c-cc7c0af .s-a3414ba {
    height: auto;
  }
}
.c-cc7c0af .s-b793506 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}
.c-cc7c0af .s-f62d255 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}
.c-cc7c0af .s-c3e01b7 {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  border: none;
  line-height: 21px;
  max-width: 120px;
}
.c-cc7c0af .s-970fe3a .tns-controls {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.c-cc7c0af .s-970fe3a .tns-controls button {
  margin: 0 2.5px;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  color: transparent;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cc7c0af .s-970fe3a .tns-controls button[data-controls=prev]::after {
  content: "";
  background: url("../i/ef6b5d2ba2ca.svg") no-repeat center;
  height: 10px;
  width: 10px;
  background-size: 10px 10px;
  display: block;
  position: absolute;
}
.c-cc7c0af .s-970fe3a .tns-controls button[data-controls=next]::after {
  content: "";
  background: url("../i/b0f6fd4a78ca.svg") no-repeat center;
  height: 10px;
  width: 10px;
  background-size: 10px 10px;
  display: block;
  position: absolute;
}
.c-cc7c0af .s-970fe3a .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-cc7c0af .a-1204e5d {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-cc7c0af .a-1204e5d {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.c-cc7c0af .a-ded9ed0 {
  padding: 20px 60px 20px 20px;
  position: relative;
}
.c-cc7c0af .a-26fb968 {
  position: absolute;
  right: 10px;
  top: 20%;
}
.c-cc7c0af .a-a40810c {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-cc7c0af .a-a40810c {
    font-size: 23px;
  }
}
.c-cc7c0af .a-6650a77 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-cc7c0af .a-9f0fa9b {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-cc7c0af .a-9f0fa9b {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-cc7c0af .a-9f0fa9b {
    grid-template-columns: 1fr;
  }
}
.c-cc7c0af .a-6ea38ab {
  margin-bottom: 15px;
}
.c-cc7c0af .a-4b595bc {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-cc7c0af .a-4b595bc {
    font-size: 23px;
  }
}
.c-cc7c0af .a-f33fe39 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-cc7c0af .a-38821b4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-cc7c0af .a-38821b4 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-cc7c0af .a-38821b4 {
    grid-template-columns: 1fr;
  }
}
.c-cc7c0af .a-3f4f885 {
  padding: 40px;
}
.c-cc7c0af .a-629f178 {
  margin: 0 auto 15px auto;
  display: block;
}
.c-cc7c0af .a-04f918f {
  text-align: center;
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  line-height: 21px;
}
.c-cc7c0af .t-33e95da {
  padding: 20px;
}
.c-cc7c0af .t-1ea1e26 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  line-height: 21px;
}
.c-cc7c0af .t-1ea1e26 svg {
  transition: 0.3s;
}
.c-cc7c0af .t-07b9837 svg {
  transform: rotate(180deg);
}
.c-cc7c0af .t-8d19d80 {
  margin-top: 20px;
  display: none;
}
.c-cc7c0af .t-8430d9f {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-cc7c0af .t-8430d9f span {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.c-cc7c0af .t-8430d9f:last-child {
  margin: 0;
}
.c-cc7c0af .t-49b1cc6 {
  padding: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-cc7c0af .t-780c8c7 {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 2.5px 10px;
}
.c-cc7c0af .t-780c8c7 img {
  margin: 0 10px 0 0;
}
.c-cc7c0af .t-519fa56 {
  padding: 17.5px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-cc7c0af .t-519fa56 {
    grid-template-columns: 1fr;
  }
}
.c-cc7c0af .t-0506c09 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cc7c0af .t-0506c09 img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-cc7c0af .t-0506c09 img {
    height: 60px;
  }
}
.c-cc7c0af .t-fe73b5f {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .c-cc7c0af .t-fe73b5f {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
}
.c-cc7c0af .t-83c4af2 {
  white-space: nowrap;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 2.5px 10px;
}
.c-cc7c0af .i-1c20ea2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-cc7c0af .i-1c20ea2 {
    grid-template-columns: 1fr;
  }
}
.c-cc7c0af .i-6315003 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 576px) {
  .c-cc7c0af .i-6315003 {
    grid-template-columns: 1fr;
  }
}
.c-cc7c0af .i-b1e6d43 {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.c-cc7c0af .i-0d3d83f {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0 auto 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .c-cc7c0af .i-0d3d83f {
    margin-bottom: 20px;
  }
}
.c-cc7c0af .i-23548e0 {
  padding: 20px;
  position: relative;
  min-height: 140px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}
@media (max-width: 990px) {
  .c-cc7c0af .i-23548e0 {
    min-height: 120px;
  }
}
.c-cc7c0af .i-622cd29 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  width: auto;
  height: 50px;
  object-fit: contain;
}
.c-cc7c0af .i-b202584 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-cc7c0af .i-76ef535 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-cc7c0af .i-4690846 {
  display: inline-block;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.c-cc7c0af .i-1c20ea2 .f-efb2831 {
  margin-bottom: 15px;
}
.c-cc7c0af .i-3181aab {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  margin-bottom: 25px;
}
.c-cc7c0af .i-7ecabd3 {
  margin-top: auto;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.c-cc7c0af .i-7ecabd3:hover {
  transform: scale(1.1);
}
.c-cc7c0af .i-9fa4d7d {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-cc7c0af .i-9fa4d7d {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .c-cc7c0af .i-9fa4d7d {
    grid-template-columns: 1fr;
  }
}
.c-cc7c0af .i-7c885b4 {
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.c-cc7c0af .i-c792c99 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-cc7c0af .i-29e8ae4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-cc7c0af .i-c667fc7 {
  position: absolute;
  right: 10px;
  object-fit: contain;
  width: auto;
  height: 40px;
  top: 26%;
}
.c-cc7c0af .i-c41956e {
  overflow: hidden;
  position: relative;
}
.c-cc7c0af .i-c41956e .tns-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: absolute;
  top: 44%;
  z-index: 9;
  width: 100%;
  box-sizing: border-box;
}
.c-cc7c0af .i-c41956e .tns-controls button:first-child {
  position: relative;
  color: transparent;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c5c5d3;
}
.c-cc7c0af .i-c41956e .tns-controls button:first-child::after {
  content: "";
  background: url("../i/ef6b5d2ba2ca.svg") no-repeat center;
  height: 10px;
  width: 10px;
  background-size: 10px 10px;
  display: block;
  position: absolute;
}
.c-cc7c0af .i-c41956e .tns-controls button:last-child {
  position: relative;
  color: transparent;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c5c5d3;
}
.c-cc7c0af .i-c41956e .tns-controls button:last-child::after {
  content: "";
  background: url("../i/b0f6fd4a78ca.svg") no-repeat center;
  height: 10px;
  width: 10px;
  background-size: 10px 10px;
  display: block;
  position: absolute;
}
.c-cc7c0af .i-c41956e .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-cc7c0af .i-6f63e35 {
  overflow: hidden;
  height: 180px;
}
@media (max-width: 576px) {
  .c-cc7c0af .i-6f63e35 {
    height: auto;
  }
}
.c-cc7c0af .i-caac96e {
  padding: 20px;
  position: relative;
  min-height: 140px;
  cursor: pointer;
}
.c-cc7c0af .i-8b8e60c {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  width: auto;
  height: 80px;
}
.c-cc7c0af .i-aa93f06 {
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.c-cc7c0af .r-cc63e14 {
  overflow: hidden;
  max-height: 350px;
}
.c-cc7c0af .r-cc63e14 .tns-outer {
  display: flex;
  flex-direction: column;
}
.c-cc7c0af .r-cc63e14 .tns-controls {
  display: none;
}
.c-cc7c0af .r-cc63e14 .tns-nav {
  margin-top: 15px;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cc7c0af .r-cc63e14 .tns-nav button {
  width: 5px;
  height: 12px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  margin: 0 5px;
}
.c-cc7c0af .r-195e9d9 {
  padding: 20px;
  cursor: pointer;
}
.c-cc7c0af .r-4324cdf {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
  margin-bottom: 15px;
}
.c-cc7c0af .r-f929663 {
  border-radius: 50%;
  object-fit: cover;
  height: 60px;
  width: 60px;
}
.c-cc7c0af .r-6006142 {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}
.c-cc7c0af .r-e352400 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.c-cc7c0af .p-0fdc387 {
  overflow: hidden;
}
.c-cc7c0af .p-0fdc387 button[data-action] {
  display: none;
}
.c-cc7c0af .p-0fdc387 .tns-controls {
  display: none;
}
.c-cc7c0af .p-eeeaf96 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-cc7c0af .p-eeeaf96 .p-e2ac0f6 {
  margin: 0;
}
.c-cc7c0af .p-ab661b2 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cc7c0af .p-ab661b2:hover {
  text-decoration: none;
}
.c-cc7c0af .p-1875299 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 0 0;
}
@media (max-width: 990px) {
  .c-cc7c0af .p-1875299 {
    font-size: 15px;
  }
}
.c-cc7c0af .p-3fe0d2e {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 60px;
}
.c-cc7c0af .p-3fe0d2e img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-cc7c0af .p-193e680 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 50px;
}
.c-cc7c0af .p-193e680 img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-cc7c0af .p-0fdc387 .tns-outer {
  overflow: hidden;
}
.c-cc7c0af .p-01e80c4 {
  overflow: hidden;
  height: 80px;
}
.c-cc7c0af .p-aa4a5d9 {
  height: 80px;
  overflow-x: hidden;
  margin-top: 35px;
}
@media (max-width: 990px) {
  .c-cc7c0af .p-aa4a5d9 {
    margin-top: 25px;
  }
}
.c-cc7c0af .p-f6e66d7 {
  height: 93px;
  overflow-x: hidden;
}
.c-cc7c0af .p-f0d7bab {
  height: 80px;
  overflow-x: hidden;
}
.c-cc7c0af .p-f0d7bab .p-3fe0d2e img {
  max-height: 100%;
  height: 70px;
}
.c-cc7c0af .a-174b49f {
  padding: 25px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 990px) {
  .c-cc7c0af .a-174b49f {
    padding: 20px;
    margin-top: 0;
  }
}
.c-cc7c0af .a-f346dcf {
  max-width: 400px;
}
.c-cc7c0af .a-c98d8b0 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 990px) {
  .c-cc7c0af .a-c98d8b0 {
    font-size: 28px;
    line-height: 38px;
  }
}
.c-cc7c0af .a-a992cdf {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .c-cc7c0af .a-a992cdf {
    font-size: 16px;
    line-height: 21px;
  }
}
.c-cc7c0af .a-b2c1916 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-cc7c0af .a-b2c1916 {
    grid-template-columns: 1fr 1fr;
  }
}
.c-cc7c0af .a-f1f3a50 {
  position: absolute;
  right: 40px;
  top: -25px;
}
@media (max-width: 990px) {
  .c-cc7c0af .a-f1f3a50 {
    display: none;
  }
}
.c-cc7c0af .a-f1f3a50 img {
  right: 0;
  z-index: 2;
  top: 0;
  max-width: 325px;
  object-fit: contain;
  height: 325px;
  width: 100%;
  box-sizing: border-box;
}
.c-cc7c0af .s-dfdf16f {
  overflow: hidden;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
}
@media (max-width: 990px) {
  .c-cc7c0af .s-dfdf16f {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.c-cc7c0af .s-f1a0bff {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-cc7c0af .s-f1a0bff img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  width: auto;
  box-sizing: border-box;
}
.c-cc7c0af .s-71bb0ce {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-cc7c0af .s-71bb0ce {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-cc7c0af .s-71bb0ce {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-cc7c0af .s-f63901e {
  overflow: hidden;
}
.c-cc7c0af .s-543687d {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-cc7c0af .s-543687d {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-cc7c0af .s-e797dda {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cc7c0af .s-e797dda img {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 576px) {
  .c-cc7c0af .s-e797dda img {
    height: 130px;
  }
}
.c-cc7c0af .s-1f8b090 {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.2;
  background: transparent;
  outline: none;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
}
.c-cc7c0af .s-1f8b090:hover {
  text-decoration: none;
}
.c-cc7c0af .c-ef3fee6 {
  list-style-type: none;
  padding: 0;
}
.c-cc7c0af .c-ef3fee6 li {
  position: relative;
  padding-left: 25px;
}
.c-cc7c0af .c-ef3fee6 li img {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  object-fit: contain;
  top: 0;
}
.c-cc7c0af .i-3f2e74f {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: start;
}
@media (max-width: 990px) {
  .c-cc7c0af .i-3f2e74f {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-cc7c0af .i-b790c90 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .c-cc7c0af .i-b790c90 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
.c-cc7c0af .i-1060e66 {
  padding-left: 15px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 990px) {
  .c-cc7c0af .i-1060e66 {
    margin: 0;
  }
}
.c-cc7c0af .i-e2fe0a3 {
  font-size: 16px;
  position: relative;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}
.c-cc7c0af .i-e2fe0a3 svg {
  position: absolute;
  left: -15px;
  top: 2px;
}
.c-cc7c0af .i-047f30d {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.c-cc7c0af .i-a6ee7c1 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-cc7c0af .i-a6ee7c1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-cc7c0af .i-fa6f773 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  max-width: 425px;
  padding: 10px;
  width: 100%;
  grid-gap: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .c-cc7c0af .i-fa6f773 {
    max-width: 375px;
  }
}
.c-cc7c0af .i-7e2a18e {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px;
}
@media (max-width: 576px) {
  .c-cc7c0af .i-7e2a18e {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-cc7c0af .i-6b0a87e {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .c-cc7c0af .i-6b0a87e {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .c-cc7c0af .i-adb022b:nth-child(1), .c-cc7c0af .i-adb022b:nth-child(2) {
    display: none;
  }
}
.c-cc7c0af .i-adb022b {
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.c-cc7c0af .i-adb022b img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-cc7c0af .i-adb022b img {
    height: 20px;
  }
}
.c-cc7c0af .i-adb022b svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-cc7c0af .i-adb022b svg {
    height: 20px;
  }
}
.c-cc7c0af .i-cf6f3fa {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: none;
  line-height: 21px;
  max-width: 180px;
}
@media (max-width: 576px) {
  .c-cc7c0af .i-cf6f3fa {
    max-width: 100%;
  }
}
.c-cc7c0af .i-cf6f3fa:hover {
  text-decoration: none;
}
.c-cc7c0af .i-d8238c8 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-cc7c0af .i-7944d1e {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.c-cc7c0af .i-55ad0b4 {
  object-fit: contain;
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 110px;
  width: 110px;
}
@media (max-width: 990px) {
  .c-cc7c0af .i-55ad0b4 {
    height: 95px;
    width: 95px;
  }
}
.c-cc7c0af .i-b28c8e5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  margin-bottom: 10px;
}
.c-cc7c0af .i-af494bf {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 50px;
}
.c-cc7c0af .i-c031d86 {
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cc7c0af .g-762a5a3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-cc7c0af .g-35e1de1 {
  margin-bottom: 0;
}
.c-cc7c0af .g-d1c4356 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.c-cc7c0af .g-d1c4356 img {
  max-width: 100%;
  height: 270px;
  object-fit: cover;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
.c-cc7c0af .g-b55d3d7 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cc7c0af .g-fb1e4c4 .n-54ab0b2 {
  height: 40px;
  width: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.8;
}
@media (max-width: 990px) {
  .c-cc7c0af .g-fb1e4c4 .n-54ab0b2 {
    height: 30px;
    width: 30px;
  }
}
.c-cc7c0af .g-fb1e4c4 .n-54ab0b2:hover {
  opacity: 1;
}
.c-cc7c0af .g-fb1e4c4 .p-9a8f955 {
  margin-right: 10px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0.8;
}
@media (max-width: 990px) {
  .c-cc7c0af .g-fb1e4c4 .p-9a8f955 {
    height: 30px;
    width: 30px;
  }
}
.c-cc7c0af .g-fb1e4c4 .p-9a8f955:hover {
  opacity: 1;
}
.c-cc7c0af .t-e577fad {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .c-cc7c0af .t-e577fad {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .c-cc7c0af .t-fed61dd {
    overflow-x: auto;
    display: flex;
  }
}
.c-cc7c0af .t-2ab7dab {
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  padding: 14px;
}
@media (max-width: 576px) {
  .c-cc7c0af .t-2ab7dab {
    padding: 10px;
    font-size: 15px;
    white-space: nowrap;
    border: none;
  }
}
.c-cc7c0af .t-2ab7dab:hover {
  background: red;
}
.c-cc7c0af .t-ba3cb77 {
  display: none;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .c-cc7c0af .t-ba3cb77 {
    padding: 10px;
    font-size: 15px;
  }
}
.c-cc7c0af .t-807282f {
  display: block;
}
.c-cc7c0af .d-31099f4 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-cc7c0af .d-31099f4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-cc7c0af .d-31099f4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-cc7c0af .d-88c3bf4 {
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.c-cc7c0af .d-88c3bf4:hover .d-ceff082 {
  opacity: 1;
}
.c-cc7c0af .d-88c3bf4 img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-cc7c0af .d-d09b36e {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-cc7c0af .d-ceff082 {
  position: absolute;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  z-index: 2;
}
.c-cc7c0af .d-ceff082::before {
  content: "";
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  opacity: 0.4;
  background: #000;
  pointer-events: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.c-cc7c0af .d-efc528c {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.c-cc7c0af .d-18e88d8 {
  position: relative;
  z-index: 2;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
}
.c-cc7c0af .d-0770e6f {
  text-align: center;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  text-decoration: none;
  line-height: 21px;
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
  position: relative;
  background: transparent;
  z-index: 2;
  cursor: pointer;
}
.c-cc7c0af .d-0770e6f:hover {
  text-decoration: none;
}
.c-cc7c0af .s-734707e {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 990px) {
  .c-cc7c0af .s-734707e {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-cc7c0af .s-0a05268 {
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-cc7c0af .s-ada4a16 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .c-cc7c0af .s-ada4a16 {
    min-height: 200px;
    height: auto;
  }
}
.c-cc7c0af .s-22bcbfb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  gap: 10px;
}
.c-cc7c0af .s-22bcbfb button {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: none;
  line-height: 21px;
  max-width: 190px;
}
.c-cc7c0af .s-22bcbfb button:hover {
  text-decoration: none;
}
.c-cc7c0af .s-22bcbfb a {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: none;
  line-height: 21px;
  max-width: 190px;
}
.c-cc7c0af .s-22bcbfb a:hover {
  text-decoration: none;
}
.c-cc7c0af .s-7a8703d thead {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.c-cc7c0af .s-7a8703d thead tr:first-child {
  border-radius: 8px;
  background: #373737;
  overflow: hidden;
}
.c-cc7c0af .s-7a8703d tbody {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.c-cc7c0af .s-7a8703d tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
.c-cc7c0af .s-7a8703d tr td {
  border: none !important;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 17px;
}
.c-cc7c0af .s-7a8703d tr th {
  border: none !important;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  background: transparent;
  text-align: left;
}
.c-cc7c0af .s-7a8703d tr:nth-child(2n) {
  border-radius: 8px;
  background: #373737;
}
.c-cc7c0af .r-112a878 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.c-cc7c0af .r-30b480b {
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 230px 1fr 2fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-cc7c0af .r-30b480b {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-cc7c0af .r-30b480b:nth-child(-n+3) .r-6f5140b {
  padding-right: 35px;
}
@media (max-width: 990px) {
  .c-cc7c0af .r-30b480b:nth-child(-n+3) .r-6f5140b {
    padding: 35px 0 0 0;
  }
}
.c-cc7c0af .r-6f5140b {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-cc7c0af .r-6f5140b svg {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 990px) {
  .c-cc7c0af .r-6f5140b svg {
    left: 0;
    right: auto;
  }
}
.c-cc7c0af .r-6f5140b img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 130px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 25px;
}
.c-cc7c0af .r-ff1adf1 {
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.c-cc7c0af .r-ff1adf1 svg {
  position: absolute;
  left: 0;
  top: 0;
}
.c-cc7c0af .r-b6361c2 {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-cc7c0af .r-b6361c2 {
    text-align: left;
    font-size: 16px;
  }
}
.c-cc7c0af .r-fc11291 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 990px) {
  .c-cc7c0af .r-fc11291 {
    text-align: left;
    font-size: 16px;
  }
}
.c-cc7c0af .r-ff1b567 {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.c-cc7c0af .r-e1ad358 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border: none;
  transition: 0.3s;
  line-height: 21px;
  border-radius: 10px;
}
@media (max-width: 990px) {
  .c-cc7c0af .r-e1ad358 {
    font-size: 16px;
  }
}
.c-cc7c0af .b-faf02a9 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-cc7c0af .b-5660ee7 {
  display: grid;
  overflow: hidden;
  grid-template-columns: 140px 1fr 350px 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  border-radius: 5px;
  min-height: 140px;
}
@media (max-width: 990px) {
  .c-cc7c0af .b-5660ee7 {
    grid-template-columns: 1fr;
    min-height: auto;
    grid-gap: 15px;
  }
}
.c-cc7c0af .b-2eb46f3 {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .c-cc7c0af .b-2eb46f3 {
    padding: 15px;
  }
}
.c-cc7c0af .b-2eb46f3 img {
  border-radius: 10px;
  display: block;
  max-height: 120px;
  box-sizing: border-box;
  object-fit: contain;
  max-width: 120px;
}
.c-cc7c0af .b-b85e423 {
  padding: 5px 10px;
  text-align: center;
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
@media (max-width: 990px) {
  .c-cc7c0af .b-b85e423 {
    padding: 0;
  }
}
.c-cc7c0af .b-5225fc4 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
  align-items: center;
  padding: 5px 15px;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 990px) {
  .c-cc7c0af .b-5225fc4 {
    border: none !important;
  }
}
.c-cc7c0af .b-5225fc4 li {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.c-cc7c0af .b-5225fc4 li svg {
  margin-right: 5px;
}
.c-cc7c0af .b-b56b487 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.c-cc7c0af .b-30e1485 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.c-cc7c0af .b-79b38d8 {
  padding: 5px 20px 5px 10px;
}
@media (max-width: 990px) {
  .c-cc7c0af .b-79b38d8 {
    padding: 0 15px 15px 15px;
  }
}
.c-cc7c0af .b-3b5bc9b {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  border: none;
  margin-bottom: 5px;
  line-height: 21px;
}
.c-cc7c0af .b-e7f3efa {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

.c-d5c0bc3 {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-d5c0bc3 {
    grid-template-columns: 1fr;
  }
}
.c-f0eb843 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-f0eb843 img {
  height: 120px;
  width: 120px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 50%;
}
.c-e4f7640 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
.c-f59bb17 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.c-497baa2 {
  padding-left: 15px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.c-7849002 {
  font-weight: 400;
  opacity: 0.9;
  font-size: 14px;
  line-height: 21px;
}

.c-d5d8124 {
  padding: 15px;
  border-radius: 15px;
}

.f-11015d7 {
  margin-top: 30px;
}
@media (max-width: 990px) {
  .f-11015d7 {
    margin-top: 20px;
  }
}
.f-9d7c040 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .f-9d7c040 {
    font-size: 26px;
    line-height: 33px;
  }
}
.f-f4768b9 {
  padding: 30px;
}
@media (max-width: 990px) {
  .f-f4768b9 {
    padding: 20px;
  }
}
.f-5abb79b {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.f-5abb79b:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none !important;
}
.f-ac686d1 {
  cursor: pointer;
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .f-ac686d1 {
    font-size: 20px;
    line-height: 25px;
  }
}
.f-ac686d1 svg {
  transition: 0.3s;
}
.f-8ba3b46 svg {
  transform: rotate(180deg);
}
.f-817f43c {
  margin: 10px 0 0 0;
  font-size: 16px;
  display: block;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 990px) {
  .f-817f43c {
    font-size: 14px;
    line-height: 22px;
  }
}

.c-045a43f {
  position: relative;
  box-sizing: border-box;
  padding: 14px 20px 14px 22px;
  background: var(--cu-bg);
  border-left: 6px solid var(--cu-line);
  border-radius: 0 var(--cu-radius, 8px) var(--cu-radius, 8px) 0;
}
.c-1333609 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}
.c-ed84595 {
  margin-left: 0.35em;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.c-ed577bd .c-c4dfb4c .c-1333609 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}

.c-04b0d7c {
  --cc-icon-color: #f58220;
  --cc-line-color: #e0e6ed;
  --cc-text-color: #111827;
  --cc-body-color: #4a5568;
  --cc-action-color: #94a3b8;
  --cc-star-color: #3b82f6;
  --cc-bg-item: #fff;
}
.c-04b0d7c button {
  width: auto !important;
  max-width: none;
}
.c-170054b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  padding: 16px 20px;
  background: transparent;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-170054b {
    flex-direction: column;
    align-items: stretch;
  }
}
.c-7f563e5 {
  flex: 1;
  min-width: 0;
}
.c-ad666a6 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.c-6087474 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-6087474 svg {
  display: block;
  width: 20px;
  height: 20px;
}
.c-a8101a9 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-0b3c318 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.c-f90fb54 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--cc-text-color);
}
.c-5a551cf {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.c-5a551cf .c-28126e3 {
  font-size: 18px;
}
.c-aee7e48 {
  font-size: 14px;
  line-height: 1.2;
  color: var(--cc-body-color);
}
.c-b5d94ad {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 42px;
  padding: 11px 20px;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  background: transparent !important;
  color: var(--cc-text-color) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  flex-shrink: 0;
  box-sizing: border-box;
  cursor: pointer;
  appearance: none;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.c-b5d94ad:hover {
  opacity: 0.85;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .c-b5d94ad {
    width: 100%;
  }
}
.c-06cc5eb {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 14px;
  margin-bottom: 24px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #cbd5e1 transparent;
  scrollbar-width: thin;
}
.c-06cc5eb::-webkit-scrollbar {
  height: 5px;
}
.c-06cc5eb::-webkit-scrollbar-track {
  background: #e8edf3;
  border-radius: 999px;
}
.c-06cc5eb::-webkit-scrollbar-thumb {
  background: #b8c3d1;
  border-radius: 999px;
}
.c-663fd1e {
  display: flex;
  flex-direction: column;
  flex: 0 0 min(340px, 86vw);
  scroll-snap-align: start;
  background: transparent;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  padding: 20px;
  color: var(--cc-text-color);
  box-sizing: border-box;
}
.c-1cc5c25 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.c-73911d6 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.c-cc50918 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #b8b3c9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  box-sizing: border-box;
  text-transform: uppercase;
}
.c-532a0cf {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.c-532a0cf svg {
  display: block;
  width: 12px;
  height: 12px;
}
.c-f97fb7f {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}
.c-bbc27ce {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--cc-text-color);
}
.c-ed6a0eb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--cc-line-color);
}
.c-1e41d4c {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  margin: 0;
}
.c-28126e3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  color: var(--cc-line-color);
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}
.c-28126e3.i-0cdd221 {
  color: var(--cc-star-color);
}
.c-4387e86 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--cc-body-color);
  text-align: left;
}
.c-988d455 {
  flex: 1;
  padding: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-988d455 p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-988d455 p:last-child {
  margin-bottom: 0;
}
.c-783431c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  margin-top: auto;
  border-top: 1px solid var(--cc-line-color);
}
.c-fd9108d {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.c-1d5b545 {
  border: none;
  background: transparent;
  color: var(--cc-action-color);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
  width: auto;
  appearance: none;
  box-shadow: none;
}
.c-1d5b545 svg {
  flex-shrink: 0;
}
.c-1d5b545.i-0cdd221 {
  color: var(--cc-text-color);
}
.c-4111d34 {
  border: none;
  background: transparent;
  color: var(--cc-text-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  width: auto;
  appearance: none;
  box-shadow: none;
  margin-left: auto;
  flex-shrink: 0;
}
.c-4bebe09 {
  margin-top: 20px;
  background: transparent;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.c-f8ca1ab {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-f8ca1ab .r-bd3bfe2 {
  color: #ef4444;
}
.c-b8be8d5 {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.c-6b4ea8b {
  grid-column: 1/-1;
}
.c-2885a20 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: auto;
  max-width: none;
  flex-wrap: nowrap;
}
.c-a0381ab {
  padding: 0;
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: none;
  flex: none;
  color: var(--cc-line-color);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.c-a0381ab.i-0cdd221, .c-a0381ab.i-d475db3 {
  color: var(--cc-star-color);
}
.c-a0381ab:hover {
  transform: scale(1.08);
}
.c-a0381ab:focus-visible {
  outline: 2px solid var(--cc-star-color);
  outline-offset: 2px;
  border-radius: 2px;
}
.c-2e2862d {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-2e2862d {
    grid-template-columns: 1fr;
  }
}
.c-2e2862d .c-0d5a63b,
.c-2e2862d .c-6d1de4c,
.c-2e2862d .f-df45877 {
  grid-column: 1/-1;
}
.c-2e2862d .l-4d5748a,
.c-2e2862d .m-6fa67bb {
  grid-column: 1/-1;
  margin: 0;
  font-size: 14px;
  color: var(--cc-body-color);
}
.c-2e2862d input,
.c-2e2862d textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  padding: 11px 12px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-text-color);
  background: transparent;
}
.c-2e2862d input::placeholder,
.c-2e2862d textarea::placeholder {
  color: var(--cc-text-color);
  opacity: 0.55;
}
.c-2e2862d textarea {
  min-height: 130px;
  resize: vertical;
}
.c-587684c {
  width: auto !important;
  min-width: 180px;
  max-width: 100%;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  padding: 11px 20px;
  background: transparent !important;
  color: var(--cc-text-color) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  appearance: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.c-587684c:hover {
  opacity: 0.85;
}
.c-587684c:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.c-40b9a91 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #ef4444;
}
.c-7203b3b {
  margin: 0 !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: green;
}

.c-ed577bd .c-04b0d7c .c-988d455 p {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-ed577bd .c-04b0d7c .c-988d455 p:last-child {
  margin-bottom: 0;
}

.f-947b477 .c-fb5551b {
  padding: 40px 0;
}
@media (max-width: 990px) {
  .f-947b477 .c-fb5551b {
    padding: 20px 0;
  }
}
.f-87c74fd {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .f-87c74fd {
    grid-gap: 10px;
  }
}
.f-6d8da15 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-6d8da15 img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.f-8c6228c {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.f-bee2088 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.f-8170c90 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.f-8170c90 li {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
  cursor: pointer;
}
.f-8170c90 a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
}
.f-e7714de {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .f-e7714de {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.f-299f621 {
  line-height: 21px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .f-299f621 {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.f-e1ec2b8 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .f-e1ec2b8 {
    justify-content: center;
  }
}
.f-e1ec2b8 a,
.f-e1ec2b8 button {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto !important;
  max-width: none;
  height: auto;
  margin: 0 0 0 15px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .f-e1ec2b8 a,
  .f-e1ec2b8 button {
    margin: 0 10px;
  }
}
.f-e1ec2b8 img {
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
  margin-left: 15px;
  width: auto;
  display: block;
}
@media (max-width: 990px) {
  .f-e1ec2b8 img {
    margin: 0 10px;
  }
}
@media (max-width: 576px) {
  .f-e1ec2b8 img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-e1ec2b8 a img,
.f-e1ec2b8 button img {
  margin: 0;
}
.f-9dcaca6 {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .f-9dcaca6 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
}
.f-3d3b612 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.f-3d3b612 a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-3d3b612 a img {
  object-fit: contain;
  max-width: 25px;
  max-height: 25px;
}
.f-ad6b71f {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.f-ad6b71f a,
.f-ad6b71f button {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto !important;
  max-width: none;
  height: auto;
  margin: 0 10px 5px 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  box-sizing: border-box;
}
.f-ad6b71f img {
  margin: 0 10px 5px 0;
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
}
@media (max-width: 576px) {
  .f-ad6b71f img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-ad6b71f a img,
.f-ad6b71f button img {
  margin: 0;
  display: block;
}
.f-4b30c0e {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 4fr 1fr;
}
@media (max-width: 990px) {
  .f-4b30c0e {
    grid-template-columns: 1fr;
  }
}
.f-3eb392f {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.f-65ee6f6 {
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.7;
}
@media (max-width: 990px) {
  .f-65ee6f6 {
    text-align: center;
  }
}
.f-0e21635 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.f-efb2831 {
  background: #e3fa48;
  padding: 8px 22px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-efb2831 svg {
  fill: #000;
}
.f-efb2831 span {
  display: flex;
  color: #000;
  flex-direction: column;
}
.f-efb2831 span span {
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}
.f-efb2831 span span:last-child {
  margin-top: 5px;
  font-weight: 700;
}

.n-e1aa16e {
  margin-bottom: 35px;
}
.n-cdff069 {
  font-size: 75px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: center;
}
.n-e1aa16e a {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  display: block;
  line-height: 1;
}

.m-854b482 {
  opacity: 0.6;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  background: #000;
  display: none;
}

.r-65492e0 {
  opacity: 0.7;
  position: fixed;
  inset: 0;
  z-index: 9997;
  background: #000;
  display: none;
}

.r-347b21d {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(620px, 92%);
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 16px;
  z-index: 9998;
  box-sizing: border-box;
  padding: 20px 18px 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media (max-width: 768px) {
  .r-347b21d {
    width: min(560px, 94%);
    padding: 16px 12px 14px;
    border-radius: 12px;
  }
}
.r-1232a36 {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: transparent;
  width: 28px;
  height: 28px;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-be3b14e {
  margin: 0 auto 12px;
  max-width: 420px;
}
.r-be3b14e img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.r-1b5b96d {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .r-1b5b96d {
    font-size: 20px;
  }
}
.r-f666db9 {
  margin-bottom: 14px;
}
.r-f666db9 p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}
@media (max-width: 768px) {
  .r-f666db9 p {
    font-size: 13px;
  }
}
.r-f666db9 p:last-child {
  margin-bottom: 0;
}
.r-294f334 {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.r-842ced0 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(100, 116, 139, 0.25);
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}
.r-842ced0 img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.r-5aa1137 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  appearance: none;
  cursor: pointer;
  border-radius: 8px;
  max-width: 180px;
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 auto 8px;
  transition: 0.25s;
}
@media (max-width: 768px) {
  .r-5aa1137 {
    font-size: 13px;
    width: 100%;
    max-width: 100%;
  }
}
.r-5aa1137:hover {
  opacity: 0.92;
  text-decoration: none;
}
.r-0518e81 {
  width: 100%;
  border: none;
  box-sizing: border-box;
  background: transparent;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  padding: 8px 10px;
  margin: 0 auto;
  max-width: 180px;
}
@media (max-width: 768px) {
  .r-0518e81 {
    font-size: 13px;
    max-width: 100%;
    width: 100%;
  }
}
.r-d5b29a8 {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.8;
}

.i-7d241db {
  display: none;
  position: fixed;
  max-width: 700px;
  width: 95%;
  margin: 0 auto;
  padding: 40px 15px 15px 15px;
  border-radius: 10px;
  background: #fff;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 9999;
  height: 450px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 990px) {
  .i-7d241db {
    max-width: 900px;
    height: 370px;
  }
}
.i-3b8ef5d {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}
.i-e3e908e {
  display: flex;
}
.i-7d241db iframe {
  width: 100%;
  box-sizing: border-box;
  height: 390px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  .i-7d241db iframe {
    height: 300px;
  }
}
.i-9b72eb6 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}
.i-9b72eb6::before {
  content: "";
  pointer-events: none;
  background: url("../i/189c55605d10.svg") no-repeat center center;
  background-size: contain;
  height: 100px;
  width: 100px;
  display: block;
  position: absolute;
}

.m-577565f {
  display: block;
}
