@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-3a33446 {
  max-width: 1280px;
  margin: 0 auto;
}

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

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

a, button {
  cursor: pointer;
}

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

.o-7212d3b {
  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-5b7eb84) */
.c-06f4556 .b-bf00405 li,
.c-06f4556 .b-bf00405 li a,
.c-ff8afd6,
.c-ff8afd6 a {
  color: var(--color-title-text, inherit);
}

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

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

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

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

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

.h-324729e,
.h-8a0d9ad,
.h-315c0d2 a,
.h-315c0d2 button {
  color: var(--nav-color, inherit);
}

.h-324729e:hover,
.h-315c0d2 a:hover,
.h-315c0d2 button:hover {
  color: var(--nav-color-hover, inherit);
}

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

.f-f0f142d 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-ff9fe4b, body[data-button-anim]:not([data-button-anim=none]) .m-f63186e, body[data-button-anim]:not([data-button-anim=none]) .d-aa82f55, body[data-button-anim]:not([data-button-anim=none]) .d-2c45016, body[data-button-anim]:not([data-button-anim=none]) .s-6c257db, body[data-button-anim]:not([data-button-anim=none]) .s-95a6262, body[data-button-anim]:not([data-button-anim=none]) .i-65fa8ba, body[data-button-anim]:not([data-button-anim=none]) .i-596a682, body[data-button-anim]:not([data-button-anim=none]) .r-beaacaf, body[data-button-anim]:not([data-button-anim=none]) .b-1928ed1, body[data-button-anim]:not([data-button-anim=none]) .f-b3d23f7, body[data-button-anim]:not([data-button-anim=none]) .g-c920260,
body[class*=button-anim-] .h-ff9fe4b,
body[class*=button-anim-] .m-f63186e,
body[class*=button-anim-] .d-aa82f55,
body[class*=button-anim-] .d-2c45016,
body[class*=button-anim-] .s-6c257db,
body[class*=button-anim-] .s-95a6262,
body[class*=button-anim-] .i-65fa8ba,
body[class*=button-anim-] .i-596a682,
body[class*=button-anim-] .r-beaacaf,
body[class*=button-anim-] .b-1928ed1,
body[class*=button-anim-] .f-b3d23f7,
body[class*=button-anim-] .g-c920260 {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .h-ff9fe4b, body[data-button-anim=lift] .m-f63186e, body[data-button-anim=lift] .d-aa82f55, body[data-button-anim=lift] .d-2c45016, body[data-button-anim=lift] .s-6c257db, body[data-button-anim=lift] .s-95a6262, body[data-button-anim=lift] .i-65fa8ba, body[data-button-anim=lift] .i-596a682, body[data-button-anim=lift] .r-beaacaf, body[data-button-anim=lift] .b-1928ed1, body[data-button-anim=lift] .f-b3d23f7, body[data-button-anim=lift] .g-c920260,
body.b-90ed839 .h-ff9fe4b,
body.b-90ed839 .m-f63186e,
body.b-90ed839 .d-aa82f55,
body.b-90ed839 .d-2c45016,
body.b-90ed839 .s-6c257db,
body.b-90ed839 .s-95a6262,
body.b-90ed839 .i-65fa8ba,
body.b-90ed839 .i-596a682,
body.b-90ed839 .r-beaacaf,
body.b-90ed839 .b-1928ed1,
body.b-90ed839 .f-b3d23f7,
body.b-90ed839 .g-c920260 {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=lift] .h-ff9fe4b:hover, body[data-button-anim=lift] .m-f63186e:hover, body[data-button-anim=lift] .d-aa82f55:hover, body[data-button-anim=lift] .d-2c45016:hover, body[data-button-anim=lift] .s-6c257db:hover, body[data-button-anim=lift] .s-95a6262:hover, body[data-button-anim=lift] .i-65fa8ba:hover, body[data-button-anim=lift] .i-596a682:hover, body[data-button-anim=lift] .r-beaacaf:hover, body[data-button-anim=lift] .b-1928ed1:hover, body[data-button-anim=lift] .f-b3d23f7:hover, body[data-button-anim=lift] .g-c920260:hover,
body.b-90ed839 .h-ff9fe4b:hover,
body.b-90ed839 .m-f63186e:hover,
body.b-90ed839 .d-aa82f55:hover,
body.b-90ed839 .d-2c45016:hover,
body.b-90ed839 .s-6c257db:hover,
body.b-90ed839 .s-95a6262:hover,
body.b-90ed839 .i-65fa8ba:hover,
body.b-90ed839 .i-596a682:hover,
body.b-90ed839 .r-beaacaf:hover,
body.b-90ed839 .b-1928ed1:hover,
body.b-90ed839 .f-b3d23f7:hover,
body.b-90ed839 .g-c920260:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .h-ff9fe4b:active, body[data-button-anim=lift] .m-f63186e:active, body[data-button-anim=lift] .d-aa82f55:active, body[data-button-anim=lift] .d-2c45016:active, body[data-button-anim=lift] .s-6c257db:active, body[data-button-anim=lift] .s-95a6262:active, body[data-button-anim=lift] .i-65fa8ba:active, body[data-button-anim=lift] .i-596a682:active, body[data-button-anim=lift] .r-beaacaf:active, body[data-button-anim=lift] .b-1928ed1:active, body[data-button-anim=lift] .f-b3d23f7:active, body[data-button-anim=lift] .g-c920260:active,
body.b-90ed839 .h-ff9fe4b:active,
body.b-90ed839 .m-f63186e:active,
body.b-90ed839 .d-aa82f55:active,
body.b-90ed839 .d-2c45016:active,
body.b-90ed839 .s-6c257db:active,
body.b-90ed839 .s-95a6262:active,
body.b-90ed839 .i-65fa8ba:active,
body.b-90ed839 .i-596a682:active,
body.b-90ed839 .r-beaacaf:active,
body.b-90ed839 .b-1928ed1:active,
body.b-90ed839 .f-b3d23f7:active,
body.b-90ed839 .g-c920260:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .h-ff9fe4b, body[data-button-anim=scale] .m-f63186e, body[data-button-anim=scale] .d-aa82f55, body[data-button-anim=scale] .d-2c45016, body[data-button-anim=scale] .s-6c257db, body[data-button-anim=scale] .s-95a6262, body[data-button-anim=scale] .i-65fa8ba, body[data-button-anim=scale] .i-596a682, body[data-button-anim=scale] .r-beaacaf, body[data-button-anim=scale] .b-1928ed1, body[data-button-anim=scale] .f-b3d23f7, body[data-button-anim=scale] .g-c920260,
body.b-6ec40d0 .h-ff9fe4b,
body.b-6ec40d0 .m-f63186e,
body.b-6ec40d0 .d-aa82f55,
body.b-6ec40d0 .d-2c45016,
body.b-6ec40d0 .s-6c257db,
body.b-6ec40d0 .s-95a6262,
body.b-6ec40d0 .i-65fa8ba,
body.b-6ec40d0 .i-596a682,
body.b-6ec40d0 .r-beaacaf,
body.b-6ec40d0 .b-1928ed1,
body.b-6ec40d0 .f-b3d23f7,
body.b-6ec40d0 .g-c920260 {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=scale] .h-ff9fe4b:hover, body[data-button-anim=scale] .m-f63186e:hover, body[data-button-anim=scale] .d-aa82f55:hover, body[data-button-anim=scale] .d-2c45016:hover, body[data-button-anim=scale] .s-6c257db:hover, body[data-button-anim=scale] .s-95a6262:hover, body[data-button-anim=scale] .i-65fa8ba:hover, body[data-button-anim=scale] .i-596a682:hover, body[data-button-anim=scale] .r-beaacaf:hover, body[data-button-anim=scale] .b-1928ed1:hover, body[data-button-anim=scale] .f-b3d23f7:hover, body[data-button-anim=scale] .g-c920260:hover,
body.b-6ec40d0 .h-ff9fe4b:hover,
body.b-6ec40d0 .m-f63186e:hover,
body.b-6ec40d0 .d-aa82f55:hover,
body.b-6ec40d0 .d-2c45016:hover,
body.b-6ec40d0 .s-6c257db:hover,
body.b-6ec40d0 .s-95a6262:hover,
body.b-6ec40d0 .i-65fa8ba:hover,
body.b-6ec40d0 .i-596a682:hover,
body.b-6ec40d0 .r-beaacaf:hover,
body.b-6ec40d0 .b-1928ed1:hover,
body.b-6ec40d0 .f-b3d23f7:hover,
body.b-6ec40d0 .g-c920260:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .h-ff9fe4b:active, body[data-button-anim=scale] .m-f63186e:active, body[data-button-anim=scale] .d-aa82f55:active, body[data-button-anim=scale] .d-2c45016:active, body[data-button-anim=scale] .s-6c257db:active, body[data-button-anim=scale] .s-95a6262:active, body[data-button-anim=scale] .i-65fa8ba:active, body[data-button-anim=scale] .i-596a682:active, body[data-button-anim=scale] .r-beaacaf:active, body[data-button-anim=scale] .b-1928ed1:active, body[data-button-anim=scale] .f-b3d23f7:active, body[data-button-anim=scale] .g-c920260:active,
body.b-6ec40d0 .h-ff9fe4b:active,
body.b-6ec40d0 .m-f63186e:active,
body.b-6ec40d0 .d-aa82f55:active,
body.b-6ec40d0 .d-2c45016:active,
body.b-6ec40d0 .s-6c257db:active,
body.b-6ec40d0 .s-95a6262:active,
body.b-6ec40d0 .i-65fa8ba:active,
body.b-6ec40d0 .i-596a682:active,
body.b-6ec40d0 .r-beaacaf:active,
body.b-6ec40d0 .b-1928ed1:active,
body.b-6ec40d0 .f-b3d23f7:active,
body.b-6ec40d0 .g-c920260:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .h-ff9fe4b, body[data-button-anim=pop] .m-f63186e, body[data-button-anim=pop] .d-aa82f55, body[data-button-anim=pop] .d-2c45016, body[data-button-anim=pop] .s-6c257db, body[data-button-anim=pop] .s-95a6262, body[data-button-anim=pop] .i-65fa8ba, body[data-button-anim=pop] .i-596a682, body[data-button-anim=pop] .r-beaacaf, body[data-button-anim=pop] .b-1928ed1, body[data-button-anim=pop] .f-b3d23f7, body[data-button-anim=pop] .g-c920260,
body.b-1266d0f .h-ff9fe4b,
body.b-1266d0f .m-f63186e,
body.b-1266d0f .d-aa82f55,
body.b-1266d0f .d-2c45016,
body.b-1266d0f .s-6c257db,
body.b-1266d0f .s-95a6262,
body.b-1266d0f .i-65fa8ba,
body.b-1266d0f .i-596a682,
body.b-1266d0f .r-beaacaf,
body.b-1266d0f .b-1928ed1,
body.b-1266d0f .f-b3d23f7,
body.b-1266d0f .g-c920260 {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
}
body[data-button-anim=pop] .h-ff9fe4b:hover, body[data-button-anim=pop] .m-f63186e:hover, body[data-button-anim=pop] .d-aa82f55:hover, body[data-button-anim=pop] .d-2c45016:hover, body[data-button-anim=pop] .s-6c257db:hover, body[data-button-anim=pop] .s-95a6262:hover, body[data-button-anim=pop] .i-65fa8ba:hover, body[data-button-anim=pop] .i-596a682:hover, body[data-button-anim=pop] .r-beaacaf:hover, body[data-button-anim=pop] .b-1928ed1:hover, body[data-button-anim=pop] .f-b3d23f7:hover, body[data-button-anim=pop] .g-c920260:hover,
body.b-1266d0f .h-ff9fe4b:hover,
body.b-1266d0f .m-f63186e:hover,
body.b-1266d0f .d-aa82f55:hover,
body.b-1266d0f .d-2c45016:hover,
body.b-1266d0f .s-6c257db:hover,
body.b-1266d0f .s-95a6262:hover,
body.b-1266d0f .i-65fa8ba:hover,
body.b-1266d0f .i-596a682:hover,
body.b-1266d0f .r-beaacaf:hover,
body.b-1266d0f .b-1928ed1:hover,
body.b-1266d0f .f-b3d23f7:hover,
body.b-1266d0f .g-c920260:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .h-ff9fe4b:active, body[data-button-anim=pop] .m-f63186e:active, body[data-button-anim=pop] .d-aa82f55:active, body[data-button-anim=pop] .d-2c45016:active, body[data-button-anim=pop] .s-6c257db:active, body[data-button-anim=pop] .s-95a6262:active, body[data-button-anim=pop] .i-65fa8ba:active, body[data-button-anim=pop] .i-596a682:active, body[data-button-anim=pop] .r-beaacaf:active, body[data-button-anim=pop] .b-1928ed1:active, body[data-button-anim=pop] .f-b3d23f7:active, body[data-button-anim=pop] .g-c920260:active,
body.b-1266d0f .h-ff9fe4b:active,
body.b-1266d0f .m-f63186e:active,
body.b-1266d0f .d-aa82f55:active,
body.b-1266d0f .d-2c45016:active,
body.b-1266d0f .s-6c257db:active,
body.b-1266d0f .s-95a6262:active,
body.b-1266d0f .i-65fa8ba:active,
body.b-1266d0f .i-596a682:active,
body.b-1266d0f .r-beaacaf:active,
body.b-1266d0f .b-1928ed1:active,
body.b-1266d0f .f-b3d23f7:active,
body.b-1266d0f .g-c920260:active {
  transform: scale(1.04);
}

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

.h-33e92c7 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  transition: 0.5s;
}
.h-eb0d42c {
  margin-left: auto;
  position: relative;
  display: inline-block;
  width: 125px;
}
.h-5129237 {
  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-5129237:hover {
  background: rgba(255, 255, 255, 0.04);
}
.h-5129237[aria-expanded=true] .h-6a0e811 {
  transform: rotate(180deg);
}
.h-dd79e40 {
  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-dd79e40 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.h-862b995 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.h-6a0e811 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.3s ease;
  margin-left: 2px;
}
.h-805b423 {
  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-aa3a625 {
  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-aa3a625:hover {
  background: rgba(255, 255, 255, 0.08);
}
.h-aa3a625.i-9361645 {
  background: rgba(255, 255, 255, 0.06);
}
.h-eb0d42c:hover .h-805b423 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.h-33e92c7 .c-3a33446 {
  padding: 10px 0;
}
.h-cfba0b1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .h-cfba0b1 {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 40px;
  }
}
@media (max-width: 990px) {
  .h-8778f1a .h-5bff330 {
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: center;
  }
}
.h-74b6278 {
  display: none;
}
@media (max-width: 990px) {
  .h-74b6278 {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    grid-column-start: 3;
  }
}
.h-74b6278 svg:first-child {
  display: block;
}
.h-74b6278 svg:last-child {
  display: none;
}
.h-1977f6c svg:first-child {
  display: none;
}
.h-1977f6c svg:last-child {
  display: block;
}
.h-5bff330 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h-5bff330 img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .h-5bff330 img {
    max-width: 130px;
    max-height: 40px;
  }
}
.h-dd1c93e {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .h-dd1c93e {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.h-ff9fe4b {
  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-315c0d2 {
  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-315c0d2 {
    display: none;
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    top: 92%;
    padding: 15px 5px;
  }
}
.h-315c0d2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 990px) {
  .h-315c0d2 ul {
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
  }
}
.h-315c0d2 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-315c0d2 button {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-315c0d2 a {
  font-size: 16px;
  line-height: 21px;
  transition: 0.3s;
  font-weight: 500;
}
@media (max-width: 990px) {
  .h-315c0d2 a {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-bb250e8 {
  margin-top: 5px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .h-bb250e8 {
    display: none;
    width: 95%;
    max-width: 100%;
    position: absolute;
    top: 100%;
  }
}
.h-8a0d9ad {
  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-8a0d9ad {
    justify-content: flex-start;
  }
}
.h-8a0d9ad img {
  height: 20px;
  width: 20px;
  margin: 0 10px 0 0;
  object-fit: contain;
  transition: 0.3s;
}
.h-8a0d9ad:hover img {
  transform: translateX(-10px);
}

.u-e16c37f {
  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-e16c37f {
    right: 10px;
    bottom: 75px;
  }
}

.u-8923d2b {
  opacity: 1;
  pointer-events: auto;
}

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

.c-06f4556 .b-bf00405 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.c-06f4556 .b-bf00405 li {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-06f4556 .b-bf00405 li::after {
  content: "›";
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
}
.c-06f4556 .b-bf00405 li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-06f4556 .b-bf00405 li:last-child {
  font-weight: 400;
}
.c-06f4556 .b-bf00405 li:last-child::after {
  display: none;
}
.c-ff8afd6 > .tablepress-table-wrapper,
.c-ff8afd6 > .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-ff8afd6 > table.tablepress,
.c-ff8afd6 > 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-ff8afd6 > .tablepress-table-wrapper table.tablepress,
.c-ff8afd6 > .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.c-ff8afd6 table.tablepress,
.c-ff8afd6 .tablepress,
.c-ff8afd6 table[id^=tablepress-],
.c-ff8afd6 .tablepress-table-wrapper,
.c-ff8afd6 .tablepress-scroll-wrapper {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-ff8afd6 .tablepress-table-wrapper,
.c-ff8afd6 .tablepress-scroll-wrapper,
.c-ff8afd6 .wp-block-table {
  overflow-x: auto;
  max-width: 100%;
}
.c-ff8afd6 table.tablepress,
.c-ff8afd6 .tablepress,
.c-ff8afd6 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-ff8afd6 table.tablepress thead tr th,
.c-ff8afd6 .tablepress thead tr th,
.c-ff8afd6 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-ff8afd6 table.tablepress tbody tr td,
.c-ff8afd6 .tablepress tbody tr td,
.c-ff8afd6 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-ff8afd6 table.tablepress tbody tr:last-child td,
.c-ff8afd6 .tablepress tbody tr:last-child td,
.c-ff8afd6 table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
.c-ff8afd6 table.tablepress thead tr:first-child th:first-child,
.c-ff8afd6 .tablepress thead tr:first-child th:first-child,
.c-ff8afd6 table[id^=tablepress-] thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ff8afd6 table.tablepress thead tr:first-child th:last-child,
.c-ff8afd6 .tablepress thead tr:first-child th:last-child,
.c-ff8afd6 table[id^=tablepress-] thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ff8afd6 table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-ff8afd6 .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-ff8afd6 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-ff8afd6 table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-ff8afd6 .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-ff8afd6 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-ff8afd6 table.tablepress tbody tr:last-child td:first-child,
.c-ff8afd6 .tablepress tbody tr:last-child td:first-child,
.c-ff8afd6 table[id^=tablepress-] tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ff8afd6 table.tablepress tbody tr:last-child td:last-child,
.c-ff8afd6 .tablepress tbody tr:last-child td:last-child,
.c-ff8afd6 table[id^=tablepress-] tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ff8afd6 table.tablepress tbody tr:nth-child(even) td,
.c-ff8afd6 .tablepress tbody tr:nth-child(even) td,
.c-ff8afd6 table[id^=tablepress-] tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-ff8afd6 table.tablepress tbody tr td.column-1,
.c-ff8afd6 table.tablepress tbody tr.row-odd td:first-child,
.c-ff8afd6 table.tablepress tbody tr td:first-child,
.c-ff8afd6 .tablepress tbody tr td.column-1,
.c-ff8afd6 .tablepress tbody tr td:first-child,
.c-ff8afd6 table[id^=tablepress-] tbody tr td:first-child {
  font-weight: 700;
}
.c-ff8afd6 table.tablepress tbody tr:hover td,
.c-ff8afd6 .tablepress tbody tr:hover td,
.c-ff8afd6 table[id^=tablepress-] tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
.c-ff8afd6 .wp-block-table {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-ff8afd6 .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-ff8afd6 .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-ff8afd6 .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-ff8afd6 .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.c-ff8afd6 .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ff8afd6 .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ff8afd6 .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-ff8afd6 .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-ff8afd6 .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ff8afd6 .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-ff8afd6 .wp-block-table tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-ff8afd6 img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
@media (max-width: 576px) {
  .c-ff8afd6 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-ff8afd6 ul, .c-ff8afd6 ol {
  padding-left: 15px;
  margin: 0 0 10px 0;
}
.c-ff8afd6 ul li, .c-ff8afd6 ol li {
  margin-bottom: 5px;
}
.c-ff8afd6 figure {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
  margin: 0;
}
.c-ff8afd6 img.alignright {
  margin: 0 0 10px 10px;
  float: right;
}
@media (max-width: 576px) {
  .c-ff8afd6 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-ff8afd6 img.s-e927ace {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .c-ff8afd6 img.s-e927ace {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    margin: 0 0 10px 0;
  }
}
.c-ff8afd6 img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .c-ff8afd6 img.aligncenter {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    object-fit: cover;
    margin: 0 0 10px 0;
  }
}
.c-ff8afd6 p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 990px) {
  .c-ff8afd6 p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
.c-ff8afd6 a {
  font-weight: 500;
}
.c-ff8afd6 a:hover {
  text-decoration: underline;
}
.c-ff8afd6 strong {
  font-weight: 700;
}
.c-ff8afd6 h1, .c-ff8afd6 h2, .c-ff8afd6 h3, .c-ff8afd6 h4, .c-ff8afd6 h5 {
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .c-ff8afd6 h1, .c-ff8afd6 h2, .c-ff8afd6 h3, .c-ff8afd6 h4, .c-ff8afd6 h5 {
    margin-bottom: 15px;
  }
}
.c-ff8afd6 h1 {
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 990px) {
  .c-ff8afd6 h1 {
    font-size: 28px;
    line-height: 39px;
  }
}
.c-ff8afd6 h2 {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 990px) {
  .c-ff8afd6 h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
.c-ff8afd6 h3 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-ff8afd6 h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-ff8afd6 h4 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-ff8afd6 h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-ff8afd6 h5 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-ff8afd6 h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-06f4556 .m-69145c5 {
  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-06f4556 .m-69145c5 {
    padding: 15px;
  }
}
.c-06f4556 .m-8e3361c {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-06f4556 .m-8e11d70 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
}
@media (max-width: 768px) {
  .c-06f4556 .m-8e11d70 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-06f4556 .m-5be1005 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 768px) {
  .c-06f4556 .m-5be1005 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-06f4556 .m-0f6a816 {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 768px) {
  .c-06f4556 .m-0f6a816 {
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
}
.c-06f4556 .m-f63186e {
  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-06f4556 .m-f63186e {
    font-size: 16px;
    padding: 8px 14px;
  }
}
@media (max-width: 576px) {
  .c-06f4556 .m-f63186e {
    font-size: 14px;
    padding: 8px;
  }
}
.c-06f4556 .m-8c4ca27 {
  align-items: flex-end;
}
.c-06f4556 .s-16ad303 {
  overflow: hidden;
  display: grid;
  grid-template-columns: 800px 1fr;
  grid-gap: 20px;
}
@media (max-width: 1280px) {
  .c-06f4556 .s-16ad303 {
    grid-template-columns: 700px 1fr;
  }
}
@media (max-width: 1100px) {
  .c-06f4556 .s-16ad303 {
    grid-template-columns: 600px 1fr;
  }
}
@media (max-width: 1000px) {
  .c-06f4556 .s-16ad303 {
    grid-template-columns: 1fr;
  }
}
.c-06f4556 .s-bfd5b4f {
  overflow: hidden;
  cursor: pointer;
  height: 265px;
}
@media (max-width: 1200px) {
  .c-06f4556 .s-bfd5b4f {
    height: auto;
  }
}
.c-06f4556 .s-bfd5b4f img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 265px;
  object-fit: cover;
}
@media (max-width: 990px) {
  .c-06f4556 .s-bfd5b4f img {
    height: auto;
  }
}
.c-06f4556 .s-1e3da79 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-06f4556 .s-74f80b5 {
  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-06f4556 .s-74f80b5 {
    padding: 20px;
    height: auto;
  }
}
.c-06f4556 .s-068dbb3 {
  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-06f4556 .s-068dbb3 {
    height: auto;
  }
}
.c-06f4556 .s-f51c364 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}
.c-06f4556 .s-a7ec573 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}
.c-06f4556 .s-624f15e {
  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-06f4556 .s-16ad303 .tns-controls {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.c-06f4556 .s-16ad303 .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-06f4556 .s-16ad303 .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-06f4556 .s-16ad303 .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-06f4556 .s-16ad303 .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-06f4556 .a-0236814 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-06f4556 .a-0236814 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.c-06f4556 .a-483a919 {
  padding: 20px 60px 20px 20px;
  position: relative;
}
.c-06f4556 .a-eff0d09 {
  position: absolute;
  right: 10px;
  top: 20%;
}
.c-06f4556 .a-e65c47d {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-06f4556 .a-e65c47d {
    font-size: 23px;
  }
}
.c-06f4556 .a-8a9f1b7 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-06f4556 .a-110d6c2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-06f4556 .a-110d6c2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-06f4556 .a-110d6c2 {
    grid-template-columns: 1fr;
  }
}
.c-06f4556 .a-883b41a {
  margin-bottom: 15px;
}
.c-06f4556 .a-ce0e45a {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-06f4556 .a-ce0e45a {
    font-size: 23px;
  }
}
.c-06f4556 .a-06608bd {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-06f4556 .a-a27ca4d {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-06f4556 .a-a27ca4d {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-06f4556 .a-a27ca4d {
    grid-template-columns: 1fr;
  }
}
.c-06f4556 .a-8f45bb8 {
  padding: 40px;
}
.c-06f4556 .a-a7ce258 {
  margin: 0 auto 15px auto;
  display: block;
}
.c-06f4556 .a-97e8a21 {
  text-align: center;
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  line-height: 21px;
}
.c-06f4556 .t-d60703b {
  padding: 20px;
}
.c-06f4556 .t-89e8bc0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  line-height: 21px;
}
.c-06f4556 .t-89e8bc0 svg {
  transition: 0.3s;
}
.c-06f4556 .t-496feec svg {
  transform: rotate(180deg);
}
.c-06f4556 .t-a9ccc37 {
  margin-top: 20px;
  display: none;
}
.c-06f4556 .t-b7c7cb3 {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-06f4556 .t-b7c7cb3 span {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.c-06f4556 .t-b7c7cb3:last-child {
  margin: 0;
}
.c-06f4556 .t-5bd885a {
  padding: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-06f4556 .t-c30c43c {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 2.5px 10px;
}
.c-06f4556 .t-c30c43c img {
  margin: 0 10px 0 0;
}
.c-06f4556 .t-1ac8c8a {
  padding: 17.5px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-06f4556 .t-1ac8c8a {
    grid-template-columns: 1fr;
  }
}
.c-06f4556 .t-ebc6f70 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-06f4556 .t-ebc6f70 img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-06f4556 .t-ebc6f70 img {
    height: 60px;
  }
}
.c-06f4556 .t-ce646e3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .c-06f4556 .t-ce646e3 {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
}
.c-06f4556 .t-7395182 {
  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-06f4556 .i-07361b6 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-06f4556 .i-07361b6 {
    grid-template-columns: 1fr;
  }
}
.c-06f4556 .i-a57a003 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 576px) {
  .c-06f4556 .i-a57a003 {
    grid-template-columns: 1fr;
  }
}
.c-06f4556 .i-a65ec73 {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.c-06f4556 .i-9311f07 {
  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-06f4556 .i-9311f07 {
    margin-bottom: 20px;
  }
}
.c-06f4556 .i-8a46ae8 {
  padding: 20px;
  position: relative;
  min-height: 140px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}
@media (max-width: 990px) {
  .c-06f4556 .i-8a46ae8 {
    min-height: 120px;
  }
}
.c-06f4556 .i-7815845 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  width: auto;
  height: 50px;
  object-fit: contain;
}
.c-06f4556 .i-931b6c9 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-06f4556 .i-fc03ea2 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-06f4556 .i-4fe0bff {
  display: inline-block;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.c-06f4556 .i-07361b6 .f-b3d23f7 {
  margin-bottom: 15px;
}
.c-06f4556 .i-64a297c {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  margin-bottom: 25px;
}
.c-06f4556 .i-2b2c884 {
  margin-top: auto;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.c-06f4556 .i-2b2c884:hover {
  transform: scale(1.1);
}
.c-06f4556 .i-016e349 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-06f4556 .i-016e349 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .c-06f4556 .i-016e349 {
    grid-template-columns: 1fr;
  }
}
.c-06f4556 .i-6b8bb61 {
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.c-06f4556 .i-b7ec81e {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-06f4556 .i-5007a8a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-06f4556 .i-51894fc {
  position: absolute;
  right: 10px;
  object-fit: contain;
  width: auto;
  height: 40px;
  top: 26%;
}
.c-06f4556 .i-ebe8d7c {
  overflow: hidden;
  position: relative;
}
.c-06f4556 .i-ebe8d7c .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-06f4556 .i-ebe8d7c .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-06f4556 .i-ebe8d7c .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-06f4556 .i-ebe8d7c .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-06f4556 .i-ebe8d7c .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-06f4556 .i-ebe8d7c .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-06f4556 .i-3a52044 {
  overflow: hidden;
  height: 180px;
}
@media (max-width: 576px) {
  .c-06f4556 .i-3a52044 {
    height: auto;
  }
}
.c-06f4556 .i-d16eaab {
  padding: 20px;
  position: relative;
  min-height: 140px;
  cursor: pointer;
}
.c-06f4556 .i-aa6a97e {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  width: auto;
  height: 80px;
}
.c-06f4556 .i-b8a3215 {
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.c-06f4556 .r-33a4a4e {
  overflow: hidden;
  max-height: 350px;
}
.c-06f4556 .r-33a4a4e .tns-outer {
  display: flex;
  flex-direction: column;
}
.c-06f4556 .r-33a4a4e .tns-controls {
  display: none;
}
.c-06f4556 .r-33a4a4e .tns-nav {
  margin-top: 15px;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-06f4556 .r-33a4a4e .tns-nav button {
  width: 5px;
  height: 12px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  margin: 0 5px;
}
.c-06f4556 .r-46ed507 {
  padding: 20px;
  cursor: pointer;
}
.c-06f4556 .r-67bb05b {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
  margin-bottom: 15px;
}
.c-06f4556 .r-6accf15 {
  border-radius: 50%;
  object-fit: cover;
  height: 60px;
  width: 60px;
}
.c-06f4556 .r-f364288 {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}
.c-06f4556 .r-f4ab4b5 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.c-06f4556 .p-2bb9a31 {
  overflow: hidden;
}
.c-06f4556 .p-2bb9a31 button[data-action] {
  display: none;
}
.c-06f4556 .p-2bb9a31 .tns-controls {
  display: none;
}
.c-06f4556 .p-85ace0b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-06f4556 .p-85ace0b .p-f78e0d3 {
  margin: 0;
}
.c-06f4556 .p-6733f3c {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-06f4556 .p-6733f3c:hover {
  text-decoration: none;
}
.c-06f4556 .p-f69426b {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 0 0;
}
@media (max-width: 990px) {
  .c-06f4556 .p-f69426b {
    font-size: 15px;
  }
}
.c-06f4556 .p-c3cc374 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 60px;
}
.c-06f4556 .p-c3cc374 img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-06f4556 .p-7b511d7 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 50px;
}
.c-06f4556 .p-7b511d7 img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-06f4556 .p-2bb9a31 .tns-outer {
  overflow: hidden;
}
.c-06f4556 .p-77c471e {
  overflow: hidden;
  height: 80px;
}
.c-06f4556 .p-c7c150d {
  height: 80px;
  overflow-x: hidden;
  margin-top: 35px;
}
@media (max-width: 990px) {
  .c-06f4556 .p-c7c150d {
    margin-top: 25px;
  }
}
.c-06f4556 .p-29dcafc {
  height: 93px;
  overflow-x: hidden;
}
.c-06f4556 .p-4adcd0f {
  height: 80px;
  overflow-x: hidden;
}
.c-06f4556 .p-4adcd0f .p-c3cc374 img {
  max-height: 100%;
  height: 70px;
}
.c-06f4556 .a-608007b {
  padding: 25px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 990px) {
  .c-06f4556 .a-608007b {
    padding: 20px;
    margin-top: 0;
  }
}
.c-06f4556 .a-ec43320 {
  max-width: 400px;
}
.c-06f4556 .a-db8674b {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 990px) {
  .c-06f4556 .a-db8674b {
    font-size: 28px;
    line-height: 38px;
  }
}
.c-06f4556 .a-fff1013 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .c-06f4556 .a-fff1013 {
    font-size: 16px;
    line-height: 21px;
  }
}
.c-06f4556 .a-f17067e {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-06f4556 .a-f17067e {
    grid-template-columns: 1fr 1fr;
  }
}
.c-06f4556 .a-1366dac {
  position: absolute;
  right: 40px;
  top: -25px;
}
@media (max-width: 990px) {
  .c-06f4556 .a-1366dac {
    display: none;
  }
}
.c-06f4556 .a-1366dac img {
  right: 0;
  z-index: 2;
  top: 0;
  max-width: 325px;
  object-fit: contain;
  height: 325px;
  width: 100%;
  box-sizing: border-box;
}
.c-06f4556 .s-13e15a8 {
  overflow: hidden;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
}
@media (max-width: 990px) {
  .c-06f4556 .s-13e15a8 {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.c-06f4556 .s-f32c006 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-06f4556 .s-f32c006 img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  width: auto;
  box-sizing: border-box;
}
.c-06f4556 .s-6550e32 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-06f4556 .s-6550e32 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-06f4556 .s-6550e32 {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-06f4556 .s-904ead2 {
  overflow: hidden;
}
.c-06f4556 .s-a684572 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-06f4556 .s-a684572 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-06f4556 .s-c63d767 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-06f4556 .s-c63d767 img {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 576px) {
  .c-06f4556 .s-c63d767 img {
    height: 130px;
  }
}
.c-06f4556 .s-6c257db {
  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-06f4556 .s-6c257db:hover {
  text-decoration: none;
}
.c-06f4556 .c-4aef5d9 {
  list-style-type: none;
  padding: 0;
}
.c-06f4556 .c-4aef5d9 li {
  position: relative;
  padding-left: 25px;
}
.c-06f4556 .c-4aef5d9 li img {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  object-fit: contain;
  top: 0;
}
.c-06f4556 .i-84f35fe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: start;
}
@media (max-width: 990px) {
  .c-06f4556 .i-84f35fe {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-06f4556 .i-bef53a4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .c-06f4556 .i-bef53a4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
.c-06f4556 .i-f1ea526 {
  padding-left: 15px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 990px) {
  .c-06f4556 .i-f1ea526 {
    margin: 0;
  }
}
.c-06f4556 .i-54be5a9 {
  font-size: 16px;
  position: relative;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}
.c-06f4556 .i-54be5a9 svg {
  position: absolute;
  left: -15px;
  top: 2px;
}
.c-06f4556 .i-33d9068 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.c-06f4556 .i-1d45fcc {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-06f4556 .i-1d45fcc {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-06f4556 .i-59985c6 {
  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-06f4556 .i-59985c6 {
    max-width: 375px;
  }
}
.c-06f4556 .i-9cc963c {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px;
}
@media (max-width: 576px) {
  .c-06f4556 .i-9cc963c {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-06f4556 .i-ef31f1f {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .c-06f4556 .i-ef31f1f {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .c-06f4556 .i-18d17d8:nth-child(1), .c-06f4556 .i-18d17d8:nth-child(2) {
    display: none;
  }
}
.c-06f4556 .i-18d17d8 {
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.c-06f4556 .i-18d17d8 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-06f4556 .i-18d17d8 img {
    height: 20px;
  }
}
.c-06f4556 .i-18d17d8 svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-06f4556 .i-18d17d8 svg {
    height: 20px;
  }
}
.c-06f4556 .i-65fa8ba {
  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-06f4556 .i-65fa8ba {
    max-width: 100%;
  }
}
.c-06f4556 .i-65fa8ba:hover {
  text-decoration: none;
}
.c-06f4556 .i-28fc05f {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-06f4556 .i-20be6dd {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.c-06f4556 .i-5e0532c {
  object-fit: contain;
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 110px;
  width: 110px;
}
@media (max-width: 990px) {
  .c-06f4556 .i-5e0532c {
    height: 95px;
    width: 95px;
  }
}
.c-06f4556 .i-73786f6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  margin-bottom: 10px;
}
.c-06f4556 .i-b3275df {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 50px;
}
.c-06f4556 .i-596a682 {
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-06f4556 .g-043130c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-06f4556 .g-75cdb3e {
  margin-bottom: 0;
}
.c-06f4556 .g-c920260 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.c-06f4556 .g-c920260 img {
  max-width: 100%;
  height: 270px;
  object-fit: cover;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
.c-06f4556 .g-e9966d1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-06f4556 .g-d5c899a .n-e44ebad {
  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-06f4556 .g-d5c899a .n-e44ebad {
    height: 30px;
    width: 30px;
  }
}
.c-06f4556 .g-d5c899a .n-e44ebad:hover {
  opacity: 1;
}
.c-06f4556 .g-d5c899a .p-fc2dad3 {
  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-06f4556 .g-d5c899a .p-fc2dad3 {
    height: 30px;
    width: 30px;
  }
}
.c-06f4556 .g-d5c899a .p-fc2dad3:hover {
  opacity: 1;
}
.c-06f4556 .t-998d4d2 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .c-06f4556 .t-998d4d2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .c-06f4556 .t-38dc95e {
    overflow-x: auto;
    display: flex;
  }
}
.c-06f4556 .t-2ac2b3e {
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  padding: 14px;
}
@media (max-width: 576px) {
  .c-06f4556 .t-2ac2b3e {
    padding: 10px;
    font-size: 15px;
    white-space: nowrap;
    border: none;
  }
}
.c-06f4556 .t-2ac2b3e:hover {
  background: red;
}
.c-06f4556 .t-606545b {
  display: none;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .c-06f4556 .t-606545b {
    padding: 10px;
    font-size: 15px;
  }
}
.c-06f4556 .t-b653e01 {
  display: block;
}
.c-06f4556 .d-8ceb176 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-06f4556 .d-8ceb176 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-06f4556 .d-8ceb176 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-06f4556 .d-febc626 {
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.c-06f4556 .d-febc626:hover .d-360b09f {
  opacity: 1;
}
.c-06f4556 .d-febc626 img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-06f4556 .d-ad8c4c8 {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-06f4556 .d-360b09f {
  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-06f4556 .d-360b09f::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-06f4556 .d-0bb3753 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.c-06f4556 .d-aa82f55 {
  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-06f4556 .d-2c45016 {
  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-06f4556 .d-2c45016:hover {
  text-decoration: none;
}
.c-06f4556 .s-6e69179 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 990px) {
  .c-06f4556 .s-6e69179 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-06f4556 .s-ec1cc17 {
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-06f4556 .s-316bdfb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .c-06f4556 .s-316bdfb {
    min-height: 200px;
    height: auto;
  }
}
.c-06f4556 .s-591921c {
  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-06f4556 .s-591921c 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-06f4556 .s-591921c button:hover {
  text-decoration: none;
}
.c-06f4556 .s-591921c 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-06f4556 .s-591921c a:hover {
  text-decoration: none;
}
.c-06f4556 .s-2689941 thead {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.c-06f4556 .s-2689941 thead tr:first-child {
  border-radius: 8px;
  background: #373737;
  overflow: hidden;
}
.c-06f4556 .s-2689941 tbody {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.c-06f4556 .s-2689941 tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
.c-06f4556 .s-2689941 tr td {
  border: none !important;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 17px;
}
.c-06f4556 .s-2689941 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-06f4556 .s-2689941 tr:nth-child(2n) {
  border-radius: 8px;
  background: #373737;
}
.c-06f4556 .r-0e6a22f {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.c-06f4556 .r-d188559 {
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 230px 1fr 2fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-06f4556 .r-d188559 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-06f4556 .r-d188559:nth-child(-n+3) .r-25b77eb {
  padding-right: 35px;
}
@media (max-width: 990px) {
  .c-06f4556 .r-d188559:nth-child(-n+3) .r-25b77eb {
    padding: 35px 0 0 0;
  }
}
.c-06f4556 .r-25b77eb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-06f4556 .r-25b77eb svg {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 990px) {
  .c-06f4556 .r-25b77eb svg {
    left: 0;
    right: auto;
  }
}
.c-06f4556 .r-25b77eb img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 130px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 25px;
}
.c-06f4556 .r-7cdb39a {
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.c-06f4556 .r-7cdb39a svg {
  position: absolute;
  left: 0;
  top: 0;
}
.c-06f4556 .r-4b92dfa {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-06f4556 .r-4b92dfa {
    text-align: left;
    font-size: 16px;
  }
}
.c-06f4556 .r-cea7cfc {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 990px) {
  .c-06f4556 .r-cea7cfc {
    text-align: left;
    font-size: 16px;
  }
}
.c-06f4556 .r-a4455c2 {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.c-06f4556 .r-beaacaf {
  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-06f4556 .r-beaacaf {
    font-size: 16px;
  }
}
.c-06f4556 .b-ae11fce {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-06f4556 .b-f6b57e3 {
  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-06f4556 .b-f6b57e3 {
    grid-template-columns: 1fr;
    min-height: auto;
    grid-gap: 15px;
  }
}
.c-06f4556 .b-4dfeabc {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .c-06f4556 .b-4dfeabc {
    padding: 15px;
  }
}
.c-06f4556 .b-4dfeabc img {
  border-radius: 10px;
  display: block;
  max-height: 120px;
  box-sizing: border-box;
  object-fit: contain;
  max-width: 120px;
}
.c-06f4556 .b-bea77f3 {
  padding: 5px 10px;
  text-align: center;
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
@media (max-width: 990px) {
  .c-06f4556 .b-bea77f3 {
    padding: 0;
  }
}
.c-06f4556 .b-912758a {
  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-06f4556 .b-912758a {
    border: none !important;
  }
}
.c-06f4556 .b-912758a li {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.c-06f4556 .b-912758a li svg {
  margin-right: 5px;
}
.c-06f4556 .b-01adbce {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.c-06f4556 .b-45c8f6e {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.c-06f4556 .b-7e46337 {
  padding: 5px 20px 5px 10px;
}
@media (max-width: 990px) {
  .c-06f4556 .b-7e46337 {
    padding: 0 15px 15px 15px;
  }
}
.c-06f4556 .b-1928ed1 {
  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-06f4556 .b-78edbbd {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

.c-c76914d {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-c76914d {
    grid-template-columns: 1fr;
  }
}
.c-fa51e9d {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-fa51e9d img {
  height: 120px;
  width: 120px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 50%;
}
.c-9e50a17 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
.c-cb095c5 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.c-6329866 {
  padding-left: 15px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.c-57b54d8 {
  font-weight: 400;
  opacity: 0.9;
  font-size: 14px;
  line-height: 21px;
}

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

.f-c172c2d {
  margin-top: 30px;
}
@media (max-width: 990px) {
  .f-c172c2d {
    margin-top: 20px;
  }
}
.f-f373a08 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .f-f373a08 {
    font-size: 26px;
    line-height: 33px;
  }
}
.f-d3e2ccb {
  padding: 30px;
}
@media (max-width: 990px) {
  .f-d3e2ccb {
    padding: 20px;
  }
}
.f-d14270d {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.f-d14270d:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none !important;
}
.f-5e5fe7c {
  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-5e5fe7c {
    font-size: 20px;
    line-height: 25px;
  }
}
.f-5e5fe7c svg {
  transition: 0.3s;
}
.f-f231309 svg {
  transform: rotate(180deg);
}
.f-222c5b8 {
  margin: 10px 0 0 0;
  font-size: 16px;
  display: block;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 990px) {
  .f-222c5b8 {
    font-size: 14px;
    line-height: 22px;
  }
}

.c-5555419 {
  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-1f5edc4 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}
.c-04662c3 {
  margin-left: 0.35em;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.c-ff8afd6 .c-b62b4a6 .c-1f5edc4 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}

.c-235956e {
  --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-235956e button {
  width: auto !important;
  max-width: none;
}
.c-182c40b {
  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-182c40b {
    flex-direction: column;
    align-items: stretch;
  }
}
.c-5aa8a63 {
  flex: 1;
  min-width: 0;
}
.c-a5e27a6 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.c-4eca308 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-4eca308 svg {
  display: block;
  width: 20px;
  height: 20px;
}
.c-a87fb0e {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-5ebaab1 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.c-2013371 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--cc-text-color);
}
.c-6d4314a {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.c-6d4314a .c-e0a2f24 {
  font-size: 18px;
}
.c-d614c22 {
  font-size: 14px;
  line-height: 1.2;
  color: var(--cc-body-color);
}
.c-e110d73 {
  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-e110d73:hover {
  opacity: 0.85;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .c-e110d73 {
    width: 100%;
  }
}
.c-5873c92 {
  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-5873c92::-webkit-scrollbar {
  height: 5px;
}
.c-5873c92::-webkit-scrollbar-track {
  background: #e8edf3;
  border-radius: 999px;
}
.c-5873c92::-webkit-scrollbar-thumb {
  background: #b8c3d1;
  border-radius: 999px;
}
.c-7432ac8 {
  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-6dee176 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.c-d022f80 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.c-23349a1 {
  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-f7668ad {
  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-f7668ad svg {
  display: block;
  width: 12px;
  height: 12px;
}
.c-a64b61d {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}
.c-4997011 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--cc-text-color);
}
.c-6b10b6d {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--cc-line-color);
}
.c-8c56f78 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  margin: 0;
}
.c-e0a2f24 {
  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-e0a2f24.i-9361645 {
  color: var(--cc-star-color);
}
.c-cb35688 {
  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-4aec85f {
  flex: 1;
  padding: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-4aec85f p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-4aec85f p:last-child {
  margin-bottom: 0;
}
.c-bef0eec {
  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-35657a0 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.c-72af91a {
  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-72af91a svg {
  flex-shrink: 0;
}
.c-72af91a.i-9361645 {
  color: var(--cc-text-color);
}
.c-ee2d23f {
  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-5a966fe {
  margin-top: 20px;
  background: transparent;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.c-e4b45ea {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-e4b45ea .r-0f882f1 {
  color: #ef4444;
}
.c-b3d11fe {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.c-00b26d7 {
  grid-column: 1/-1;
}
.c-8e65300 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: auto;
  max-width: none;
  flex-wrap: nowrap;
}
.c-c36ad24 {
  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-c36ad24.i-9361645, .c-c36ad24.i-10f2697 {
  color: var(--cc-star-color);
}
.c-c36ad24:hover {
  transform: scale(1.08);
}
.c-c36ad24:focus-visible {
  outline: 2px solid var(--cc-star-color);
  outline-offset: 2px;
  border-radius: 2px;
}
.c-0c1fbc3 {
  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-0c1fbc3 {
    grid-template-columns: 1fr;
  }
}
.c-0c1fbc3 .c-97c70bc,
.c-0c1fbc3 .c-d4a8c80,
.c-0c1fbc3 .f-162ba5f {
  grid-column: 1/-1;
}
.c-0c1fbc3 .l-a31ae16,
.c-0c1fbc3 .m-8ebb3f4 {
  grid-column: 1/-1;
  margin: 0;
  font-size: 14px;
  color: var(--cc-body-color);
}
.c-0c1fbc3 input,
.c-0c1fbc3 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-0c1fbc3 input::placeholder,
.c-0c1fbc3 textarea::placeholder {
  color: var(--cc-text-color);
  opacity: 0.55;
}
.c-0c1fbc3 textarea {
  min-height: 130px;
  resize: vertical;
}
.c-915ed6f {
  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-915ed6f:hover {
  opacity: 0.85;
}
.c-915ed6f:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.c-84ee9a6 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #ef4444;
}
.c-32da6ad {
  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-ff8afd6 .c-235956e .c-4aec85f p {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-ff8afd6 .c-235956e .c-4aec85f p:last-child {
  margin-bottom: 0;
}

.f-3fbc5f2 .c-3a33446 {
  padding: 40px 0;
}
@media (max-width: 990px) {
  .f-3fbc5f2 .c-3a33446 {
    padding: 20px 0;
  }
}
.f-d4272cc {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .f-d4272cc {
    grid-gap: 10px;
  }
}
.f-565b7da {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-565b7da img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.f-05678c3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.f-3e8dec3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.f-f0f142d {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.f-f0f142d li {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
  cursor: pointer;
}
.f-f0f142d a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
}
.f-e16220a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .f-e16220a {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.f-65d6e93 {
  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-65d6e93 {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.f-10e2c70 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .f-10e2c70 {
    justify-content: center;
  }
}
.f-10e2c70 a,
.f-10e2c70 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-10e2c70 a,
  .f-10e2c70 button {
    margin: 0 10px;
  }
}
.f-10e2c70 img {
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
  margin-left: 15px;
  width: auto;
  display: block;
}
@media (max-width: 990px) {
  .f-10e2c70 img {
    margin: 0 10px;
  }
}
@media (max-width: 576px) {
  .f-10e2c70 img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-10e2c70 a img,
.f-10e2c70 button img {
  margin: 0;
}
.f-b013036 {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .f-b013036 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
}
.f-22241d0 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.f-22241d0 a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-22241d0 a img {
  object-fit: contain;
  max-width: 25px;
  max-height: 25px;
}
.f-1affccf {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.f-1affccf a,
.f-1affccf 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-1affccf img {
  margin: 0 10px 5px 0;
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
}
@media (max-width: 576px) {
  .f-1affccf img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-1affccf a img,
.f-1affccf button img {
  margin: 0;
  display: block;
}
.f-1561162 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 4fr 1fr;
}
@media (max-width: 990px) {
  .f-1561162 {
    grid-template-columns: 1fr;
  }
}
.f-f4c3427 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.f-42ec613 {
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.7;
}
@media (max-width: 990px) {
  .f-42ec613 {
    text-align: center;
  }
}
.f-0613e8e {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.f-b3d23f7 {
  background: #e3fa48;
  padding: 8px 22px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-b3d23f7 svg {
  fill: #000;
}
.f-b3d23f7 span {
  display: flex;
  color: #000;
  flex-direction: column;
}
.f-b3d23f7 span span {
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}
.f-b3d23f7 span span:last-child {
  margin-top: 5px;
  font-weight: 700;
}

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

.m-b6eecaa {
  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-dca0d27 {
  opacity: 0.7;
  position: fixed;
  inset: 0;
  z-index: 9997;
  background: #000;
  display: none;
}

.r-d8b143f {
  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-d8b143f {
    width: min(560px, 94%);
    padding: 16px 12px 14px;
    border-radius: 12px;
  }
}
.r-38dcf4e {
  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-d4a5ae5 {
  margin: 0 auto 12px;
  max-width: 420px;
}
.r-d4a5ae5 img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.r-ed4f3f7 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .r-ed4f3f7 {
    font-size: 20px;
  }
}
.r-fd3f230 {
  margin-bottom: 14px;
}
.r-fd3f230 p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}
@media (max-width: 768px) {
  .r-fd3f230 p {
    font-size: 13px;
  }
}
.r-fd3f230 p:last-child {
  margin-bottom: 0;
}
.r-a2936ea {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.r-c6d2048 {
  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-c6d2048 img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.r-29fb6ae {
  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-29fb6ae {
    font-size: 13px;
    width: 100%;
    max-width: 100%;
  }
}
.r-29fb6ae:hover {
  opacity: 0.92;
  text-decoration: none;
}
.r-a4a835b {
  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-a4a835b {
    font-size: 13px;
    max-width: 100%;
    width: 100%;
  }
}
.r-4c00d64 {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.8;
}

.i-e979477 {
  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-e979477 {
    max-width: 900px;
    height: 370px;
  }
}
.i-1cfe1a5 {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}
.i-1089ea8 {
  display: flex;
}
.i-e979477 iframe {
  width: 100%;
  box-sizing: border-box;
  height: 390px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  .i-e979477 iframe {
    height: 300px;
  }
}
.i-248eddb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}
.i-248eddb::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-f9d0cdf {
  display: block;
}
