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

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

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

a, button {
  cursor: pointer;
}

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

.o-30d0633 {
  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-1f24ed7) */
.c-9d73e0a .b-d3885e6 li,
.c-9d73e0a .b-d3885e6 li a,
.c-888e884,
.c-888e884 a {
  color: var(--color-title-text, inherit);
}

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

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

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

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

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

.h-a4a5d8a,
.h-ca050ea,
.h-ace39a2 a,
.h-ace39a2 button {
  color: var(--nav-color, inherit);
}

.h-a4a5d8a:hover,
.h-ace39a2 a:hover,
.h-ace39a2 button:hover {
  color: var(--nav-color-hover, inherit);
}

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

.f-206cafa 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-261c7bb, body[data-button-anim]:not([data-button-anim=none]) .m-fb8cf46, body[data-button-anim]:not([data-button-anim=none]) .d-43d81b0, body[data-button-anim]:not([data-button-anim=none]) .d-7f64bc5, body[data-button-anim]:not([data-button-anim=none]) .s-5f147fb, body[data-button-anim]:not([data-button-anim=none]) .s-656cb89, body[data-button-anim]:not([data-button-anim=none]) .i-44cb8c4, body[data-button-anim]:not([data-button-anim=none]) .i-6b96f99, body[data-button-anim]:not([data-button-anim=none]) .r-2c7d78c, body[data-button-anim]:not([data-button-anim=none]) .b-db50ef7, body[data-button-anim]:not([data-button-anim=none]) .f-af30db2, body[data-button-anim]:not([data-button-anim=none]) .g-9e2aa6c,
body[class*=button-anim-] .h-261c7bb,
body[class*=button-anim-] .m-fb8cf46,
body[class*=button-anim-] .d-43d81b0,
body[class*=button-anim-] .d-7f64bc5,
body[class*=button-anim-] .s-5f147fb,
body[class*=button-anim-] .s-656cb89,
body[class*=button-anim-] .i-44cb8c4,
body[class*=button-anim-] .i-6b96f99,
body[class*=button-anim-] .r-2c7d78c,
body[class*=button-anim-] .b-db50ef7,
body[class*=button-anim-] .f-af30db2,
body[class*=button-anim-] .g-9e2aa6c {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .h-261c7bb, body[data-button-anim=lift] .m-fb8cf46, body[data-button-anim=lift] .d-43d81b0, body[data-button-anim=lift] .d-7f64bc5, body[data-button-anim=lift] .s-5f147fb, body[data-button-anim=lift] .s-656cb89, body[data-button-anim=lift] .i-44cb8c4, body[data-button-anim=lift] .i-6b96f99, body[data-button-anim=lift] .r-2c7d78c, body[data-button-anim=lift] .b-db50ef7, body[data-button-anim=lift] .f-af30db2, body[data-button-anim=lift] .g-9e2aa6c,
body.b-f3ceeb1 .h-261c7bb,
body.b-f3ceeb1 .m-fb8cf46,
body.b-f3ceeb1 .d-43d81b0,
body.b-f3ceeb1 .d-7f64bc5,
body.b-f3ceeb1 .s-5f147fb,
body.b-f3ceeb1 .s-656cb89,
body.b-f3ceeb1 .i-44cb8c4,
body.b-f3ceeb1 .i-6b96f99,
body.b-f3ceeb1 .r-2c7d78c,
body.b-f3ceeb1 .b-db50ef7,
body.b-f3ceeb1 .f-af30db2,
body.b-f3ceeb1 .g-9e2aa6c {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=lift] .h-261c7bb:hover, body[data-button-anim=lift] .m-fb8cf46:hover, body[data-button-anim=lift] .d-43d81b0:hover, body[data-button-anim=lift] .d-7f64bc5:hover, body[data-button-anim=lift] .s-5f147fb:hover, body[data-button-anim=lift] .s-656cb89:hover, body[data-button-anim=lift] .i-44cb8c4:hover, body[data-button-anim=lift] .i-6b96f99:hover, body[data-button-anim=lift] .r-2c7d78c:hover, body[data-button-anim=lift] .b-db50ef7:hover, body[data-button-anim=lift] .f-af30db2:hover, body[data-button-anim=lift] .g-9e2aa6c:hover,
body.b-f3ceeb1 .h-261c7bb:hover,
body.b-f3ceeb1 .m-fb8cf46:hover,
body.b-f3ceeb1 .d-43d81b0:hover,
body.b-f3ceeb1 .d-7f64bc5:hover,
body.b-f3ceeb1 .s-5f147fb:hover,
body.b-f3ceeb1 .s-656cb89:hover,
body.b-f3ceeb1 .i-44cb8c4:hover,
body.b-f3ceeb1 .i-6b96f99:hover,
body.b-f3ceeb1 .r-2c7d78c:hover,
body.b-f3ceeb1 .b-db50ef7:hover,
body.b-f3ceeb1 .f-af30db2:hover,
body.b-f3ceeb1 .g-9e2aa6c:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .h-261c7bb:active, body[data-button-anim=lift] .m-fb8cf46:active, body[data-button-anim=lift] .d-43d81b0:active, body[data-button-anim=lift] .d-7f64bc5:active, body[data-button-anim=lift] .s-5f147fb:active, body[data-button-anim=lift] .s-656cb89:active, body[data-button-anim=lift] .i-44cb8c4:active, body[data-button-anim=lift] .i-6b96f99:active, body[data-button-anim=lift] .r-2c7d78c:active, body[data-button-anim=lift] .b-db50ef7:active, body[data-button-anim=lift] .f-af30db2:active, body[data-button-anim=lift] .g-9e2aa6c:active,
body.b-f3ceeb1 .h-261c7bb:active,
body.b-f3ceeb1 .m-fb8cf46:active,
body.b-f3ceeb1 .d-43d81b0:active,
body.b-f3ceeb1 .d-7f64bc5:active,
body.b-f3ceeb1 .s-5f147fb:active,
body.b-f3ceeb1 .s-656cb89:active,
body.b-f3ceeb1 .i-44cb8c4:active,
body.b-f3ceeb1 .i-6b96f99:active,
body.b-f3ceeb1 .r-2c7d78c:active,
body.b-f3ceeb1 .b-db50ef7:active,
body.b-f3ceeb1 .f-af30db2:active,
body.b-f3ceeb1 .g-9e2aa6c:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .h-261c7bb, body[data-button-anim=scale] .m-fb8cf46, body[data-button-anim=scale] .d-43d81b0, body[data-button-anim=scale] .d-7f64bc5, body[data-button-anim=scale] .s-5f147fb, body[data-button-anim=scale] .s-656cb89, body[data-button-anim=scale] .i-44cb8c4, body[data-button-anim=scale] .i-6b96f99, body[data-button-anim=scale] .r-2c7d78c, body[data-button-anim=scale] .b-db50ef7, body[data-button-anim=scale] .f-af30db2, body[data-button-anim=scale] .g-9e2aa6c,
body.b-7b08bbd .h-261c7bb,
body.b-7b08bbd .m-fb8cf46,
body.b-7b08bbd .d-43d81b0,
body.b-7b08bbd .d-7f64bc5,
body.b-7b08bbd .s-5f147fb,
body.b-7b08bbd .s-656cb89,
body.b-7b08bbd .i-44cb8c4,
body.b-7b08bbd .i-6b96f99,
body.b-7b08bbd .r-2c7d78c,
body.b-7b08bbd .b-db50ef7,
body.b-7b08bbd .f-af30db2,
body.b-7b08bbd .g-9e2aa6c {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=scale] .h-261c7bb:hover, body[data-button-anim=scale] .m-fb8cf46:hover, body[data-button-anim=scale] .d-43d81b0:hover, body[data-button-anim=scale] .d-7f64bc5:hover, body[data-button-anim=scale] .s-5f147fb:hover, body[data-button-anim=scale] .s-656cb89:hover, body[data-button-anim=scale] .i-44cb8c4:hover, body[data-button-anim=scale] .i-6b96f99:hover, body[data-button-anim=scale] .r-2c7d78c:hover, body[data-button-anim=scale] .b-db50ef7:hover, body[data-button-anim=scale] .f-af30db2:hover, body[data-button-anim=scale] .g-9e2aa6c:hover,
body.b-7b08bbd .h-261c7bb:hover,
body.b-7b08bbd .m-fb8cf46:hover,
body.b-7b08bbd .d-43d81b0:hover,
body.b-7b08bbd .d-7f64bc5:hover,
body.b-7b08bbd .s-5f147fb:hover,
body.b-7b08bbd .s-656cb89:hover,
body.b-7b08bbd .i-44cb8c4:hover,
body.b-7b08bbd .i-6b96f99:hover,
body.b-7b08bbd .r-2c7d78c:hover,
body.b-7b08bbd .b-db50ef7:hover,
body.b-7b08bbd .f-af30db2:hover,
body.b-7b08bbd .g-9e2aa6c:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .h-261c7bb:active, body[data-button-anim=scale] .m-fb8cf46:active, body[data-button-anim=scale] .d-43d81b0:active, body[data-button-anim=scale] .d-7f64bc5:active, body[data-button-anim=scale] .s-5f147fb:active, body[data-button-anim=scale] .s-656cb89:active, body[data-button-anim=scale] .i-44cb8c4:active, body[data-button-anim=scale] .i-6b96f99:active, body[data-button-anim=scale] .r-2c7d78c:active, body[data-button-anim=scale] .b-db50ef7:active, body[data-button-anim=scale] .f-af30db2:active, body[data-button-anim=scale] .g-9e2aa6c:active,
body.b-7b08bbd .h-261c7bb:active,
body.b-7b08bbd .m-fb8cf46:active,
body.b-7b08bbd .d-43d81b0:active,
body.b-7b08bbd .d-7f64bc5:active,
body.b-7b08bbd .s-5f147fb:active,
body.b-7b08bbd .s-656cb89:active,
body.b-7b08bbd .i-44cb8c4:active,
body.b-7b08bbd .i-6b96f99:active,
body.b-7b08bbd .r-2c7d78c:active,
body.b-7b08bbd .b-db50ef7:active,
body.b-7b08bbd .f-af30db2:active,
body.b-7b08bbd .g-9e2aa6c:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .h-261c7bb, body[data-button-anim=pop] .m-fb8cf46, body[data-button-anim=pop] .d-43d81b0, body[data-button-anim=pop] .d-7f64bc5, body[data-button-anim=pop] .s-5f147fb, body[data-button-anim=pop] .s-656cb89, body[data-button-anim=pop] .i-44cb8c4, body[data-button-anim=pop] .i-6b96f99, body[data-button-anim=pop] .r-2c7d78c, body[data-button-anim=pop] .b-db50ef7, body[data-button-anim=pop] .f-af30db2, body[data-button-anim=pop] .g-9e2aa6c,
body.b-3343df9 .h-261c7bb,
body.b-3343df9 .m-fb8cf46,
body.b-3343df9 .d-43d81b0,
body.b-3343df9 .d-7f64bc5,
body.b-3343df9 .s-5f147fb,
body.b-3343df9 .s-656cb89,
body.b-3343df9 .i-44cb8c4,
body.b-3343df9 .i-6b96f99,
body.b-3343df9 .r-2c7d78c,
body.b-3343df9 .b-db50ef7,
body.b-3343df9 .f-af30db2,
body.b-3343df9 .g-9e2aa6c {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
}
body[data-button-anim=pop] .h-261c7bb:hover, body[data-button-anim=pop] .m-fb8cf46:hover, body[data-button-anim=pop] .d-43d81b0:hover, body[data-button-anim=pop] .d-7f64bc5:hover, body[data-button-anim=pop] .s-5f147fb:hover, body[data-button-anim=pop] .s-656cb89:hover, body[data-button-anim=pop] .i-44cb8c4:hover, body[data-button-anim=pop] .i-6b96f99:hover, body[data-button-anim=pop] .r-2c7d78c:hover, body[data-button-anim=pop] .b-db50ef7:hover, body[data-button-anim=pop] .f-af30db2:hover, body[data-button-anim=pop] .g-9e2aa6c:hover,
body.b-3343df9 .h-261c7bb:hover,
body.b-3343df9 .m-fb8cf46:hover,
body.b-3343df9 .d-43d81b0:hover,
body.b-3343df9 .d-7f64bc5:hover,
body.b-3343df9 .s-5f147fb:hover,
body.b-3343df9 .s-656cb89:hover,
body.b-3343df9 .i-44cb8c4:hover,
body.b-3343df9 .i-6b96f99:hover,
body.b-3343df9 .r-2c7d78c:hover,
body.b-3343df9 .b-db50ef7:hover,
body.b-3343df9 .f-af30db2:hover,
body.b-3343df9 .g-9e2aa6c:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .h-261c7bb:active, body[data-button-anim=pop] .m-fb8cf46:active, body[data-button-anim=pop] .d-43d81b0:active, body[data-button-anim=pop] .d-7f64bc5:active, body[data-button-anim=pop] .s-5f147fb:active, body[data-button-anim=pop] .s-656cb89:active, body[data-button-anim=pop] .i-44cb8c4:active, body[data-button-anim=pop] .i-6b96f99:active, body[data-button-anim=pop] .r-2c7d78c:active, body[data-button-anim=pop] .b-db50ef7:active, body[data-button-anim=pop] .f-af30db2:active, body[data-button-anim=pop] .g-9e2aa6c:active,
body.b-3343df9 .h-261c7bb:active,
body.b-3343df9 .m-fb8cf46:active,
body.b-3343df9 .d-43d81b0:active,
body.b-3343df9 .d-7f64bc5:active,
body.b-3343df9 .s-5f147fb:active,
body.b-3343df9 .s-656cb89:active,
body.b-3343df9 .i-44cb8c4:active,
body.b-3343df9 .i-6b96f99:active,
body.b-3343df9 .r-2c7d78c:active,
body.b-3343df9 .b-db50ef7:active,
body.b-3343df9 .f-af30db2:active,
body.b-3343df9 .g-9e2aa6c:active {
  transform: scale(1.04);
}

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

.h-2e48860 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  transition: 0.5s;
}
.h-4b862b3 {
  margin-left: auto;
  position: relative;
  display: inline-block;
  width: 125px;
}
.h-672b884 {
  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-672b884:hover {
  background: rgba(255, 255, 255, 0.04);
}
.h-672b884[aria-expanded=true] .h-341982b {
  transform: rotate(180deg);
}
.h-6813fda {
  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-6813fda img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.h-4178bea {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.h-341982b {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.3s ease;
  margin-left: 2px;
}
.h-e8df5dd {
  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-1211cc1 {
  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-1211cc1:hover {
  background: rgba(255, 255, 255, 0.08);
}
.h-1211cc1.i-b0ffa47 {
  background: rgba(255, 255, 255, 0.06);
}
.h-4b862b3:hover .h-e8df5dd {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.h-2e48860 .c-f7cd14e {
  padding: 10px 0;
}
.h-c87f55a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .h-c87f55a {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 40px;
  }
}
@media (max-width: 990px) {
  .h-536b97e .h-a5f4abf {
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: center;
  }
}
.h-803261c {
  display: none;
}
@media (max-width: 990px) {
  .h-803261c {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    grid-column-start: 3;
  }
}
.h-803261c svg:first-child {
  display: block;
}
.h-803261c svg:last-child {
  display: none;
}
.h-b7852c7 svg:first-child {
  display: none;
}
.h-b7852c7 svg:last-child {
  display: block;
}
.h-a5f4abf {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h-a5f4abf img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .h-a5f4abf img {
    max-width: 130px;
    max-height: 40px;
  }
}
.h-e27f223 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .h-e27f223 {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.h-261c7bb {
  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-ace39a2 {
  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-ace39a2 {
    display: none;
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    top: 92%;
    padding: 15px 5px;
  }
  .h-ace39a2.i-4a56c08 {
    display: flex;
  }
}
.h-ace39a2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 990px) {
  .h-ace39a2 ul {
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
  }
}
.h-ace39a2 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-ace39a2 button {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-ace39a2 a {
  font-size: 16px;
  line-height: 21px;
  transition: 0.3s;
  font-weight: 500;
}
@media (max-width: 990px) {
  .h-ace39a2 a {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-3d8e476 {
  margin-top: 5px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
@media (max-width: 990px) {
  .h-3d8e476 {
    display: none;
    width: 95%;
    max-width: 100%;
    position: absolute;
    top: 100%;
  }
  .h-3d8e476.i-4a56c08 {
    display: flex;
  }
}
.h-ca050ea {
  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-ca050ea {
    justify-content: flex-start;
  }
}
.h-ca050ea img {
  height: 20px;
  width: 20px;
  margin: 0 10px 0 0;
  object-fit: contain;
  transition: 0.3s;
}
.h-ca050ea:hover img {
  transform: translateX(-10px);
}

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

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

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

.c-9d73e0a .b-d3885e6 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.c-9d73e0a .b-d3885e6 li {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-9d73e0a .b-d3885e6 li::after {
  content: "›";
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
}
.c-9d73e0a .b-d3885e6 li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-9d73e0a .b-d3885e6 li:last-child {
  font-weight: 400;
}
.c-9d73e0a .b-d3885e6 li:last-child::after {
  display: none;
}
.c-888e884 > .tablepress-table-wrapper,
.c-888e884 > .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-888e884 > table.tablepress,
.c-888e884 > 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-888e884 > .tablepress-table-wrapper table.tablepress,
.c-888e884 > .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.c-888e884 table.tablepress,
.c-888e884 .tablepress,
.c-888e884 table[id^=tablepress-],
.c-888e884 .tablepress-table-wrapper,
.c-888e884 .tablepress-scroll-wrapper {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-888e884 .tablepress-table-wrapper,
.c-888e884 .tablepress-scroll-wrapper,
.c-888e884 .wp-block-table {
  overflow-x: auto;
  max-width: 100%;
}
.c-888e884 table.tablepress,
.c-888e884 .tablepress,
.c-888e884 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-888e884 table.tablepress thead tr th,
.c-888e884 .tablepress thead tr th,
.c-888e884 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-888e884 table.tablepress tbody tr td,
.c-888e884 .tablepress tbody tr td,
.c-888e884 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-888e884 table.tablepress tbody tr:last-child td,
.c-888e884 .tablepress tbody tr:last-child td,
.c-888e884 table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
.c-888e884 table.tablepress thead tr:first-child th:first-child,
.c-888e884 .tablepress thead tr:first-child th:first-child,
.c-888e884 table[id^=tablepress-] thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-888e884 table.tablepress thead tr:first-child th:last-child,
.c-888e884 .tablepress thead tr:first-child th:last-child,
.c-888e884 table[id^=tablepress-] thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-888e884 table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-888e884 .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-888e884 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-888e884 table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-888e884 .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-888e884 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-888e884 table.tablepress tbody tr:last-child td:first-child,
.c-888e884 .tablepress tbody tr:last-child td:first-child,
.c-888e884 table[id^=tablepress-] tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-888e884 table.tablepress tbody tr:last-child td:last-child,
.c-888e884 .tablepress tbody tr:last-child td:last-child,
.c-888e884 table[id^=tablepress-] tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-888e884 table.tablepress tbody tr:nth-child(even) td,
.c-888e884 .tablepress tbody tr:nth-child(even) td,
.c-888e884 table[id^=tablepress-] tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-888e884 table.tablepress tbody tr td.column-1,
.c-888e884 table.tablepress tbody tr.row-odd td:first-child,
.c-888e884 table.tablepress tbody tr td:first-child,
.c-888e884 .tablepress tbody tr td.column-1,
.c-888e884 .tablepress tbody tr td:first-child,
.c-888e884 table[id^=tablepress-] tbody tr td:first-child {
  font-weight: 700;
}
.c-888e884 table.tablepress tbody tr:hover td,
.c-888e884 .tablepress tbody tr:hover td,
.c-888e884 table[id^=tablepress-] tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
.c-888e884 .wp-block-table {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-888e884 .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-888e884 .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-888e884 .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-888e884 .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.c-888e884 .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-888e884 .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-888e884 .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-888e884 .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-888e884 .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-888e884 .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-888e884 .wp-block-table tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-888e884 img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
@media (max-width: 576px) {
  .c-888e884 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-888e884 ul, .c-888e884 ol {
  padding-left: 15px;
  margin: 0 0 10px 0;
}
.c-888e884 ul li, .c-888e884 ol li {
  margin-bottom: 5px;
}
.c-888e884 figure {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
  margin: 0;
}
.c-888e884 img.alignright {
  margin: 0 0 10px 10px;
  float: right;
}
@media (max-width: 576px) {
  .c-888e884 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-888e884 img.s-59d322d {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .c-888e884 img.s-59d322d {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    margin: 0 0 10px 0;
  }
}
.c-888e884 img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .c-888e884 img.aligncenter {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    object-fit: cover;
    margin: 0 0 10px 0;
  }
}
.c-888e884 p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 990px) {
  .c-888e884 p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
.c-888e884 a {
  font-weight: 500;
}
.c-888e884 a:hover {
  text-decoration: underline;
}
.c-888e884 strong {
  font-weight: 700;
}
.c-888e884 h1, .c-888e884 h2, .c-888e884 h3, .c-888e884 h4, .c-888e884 h5 {
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .c-888e884 h1, .c-888e884 h2, .c-888e884 h3, .c-888e884 h4, .c-888e884 h5 {
    margin-bottom: 15px;
  }
}
.c-888e884 h1 {
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 990px) {
  .c-888e884 h1 {
    font-size: 28px;
    line-height: 39px;
  }
}
.c-888e884 h2 {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 990px) {
  .c-888e884 h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
.c-888e884 h3 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-888e884 h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-888e884 h4 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-888e884 h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-888e884 h5 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-888e884 h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-9d73e0a .m-e6438f7 {
  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-9d73e0a .m-e6438f7 {
    padding: 15px;
  }
}
.c-9d73e0a .m-dca92e6 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-9d73e0a .m-25f3a26 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
}
@media (max-width: 768px) {
  .c-9d73e0a .m-25f3a26 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-9d73e0a .m-3b13918 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 768px) {
  .c-9d73e0a .m-3b13918 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-9d73e0a .m-0b7ab9a {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 768px) {
  .c-9d73e0a .m-0b7ab9a {
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
}
.c-9d73e0a .m-fb8cf46 {
  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-9d73e0a .m-fb8cf46 {
    font-size: 16px;
    padding: 8px 14px;
  }
}
@media (max-width: 576px) {
  .c-9d73e0a .m-fb8cf46 {
    font-size: 14px;
    padding: 8px;
  }
}
.c-9d73e0a .m-6856504 {
  align-items: flex-end;
}
.c-9d73e0a .s-e6a5ffe {
  overflow: hidden;
  display: grid;
  grid-template-columns: 800px 1fr;
  grid-gap: 20px;
}
@media (max-width: 1280px) {
  .c-9d73e0a .s-e6a5ffe {
    grid-template-columns: 700px 1fr;
  }
}
@media (max-width: 1100px) {
  .c-9d73e0a .s-e6a5ffe {
    grid-template-columns: 600px 1fr;
  }
}
@media (max-width: 1000px) {
  .c-9d73e0a .s-e6a5ffe {
    grid-template-columns: 1fr;
  }
}
.c-9d73e0a .s-53f867d {
  overflow: hidden;
  cursor: pointer;
  height: 265px;
}
@media (max-width: 1200px) {
  .c-9d73e0a .s-53f867d {
    height: auto;
  }
}
.c-9d73e0a .s-53f867d img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 265px;
  object-fit: cover;
}
@media (max-width: 990px) {
  .c-9d73e0a .s-53f867d img {
    height: auto;
  }
}
.c-9d73e0a .s-0d46cb9 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-9d73e0a .s-5b2f785 {
  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-9d73e0a .s-5b2f785 {
    padding: 20px;
    height: auto;
  }
}
.c-9d73e0a .s-dbb5d7b {
  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-9d73e0a .s-dbb5d7b {
    height: auto;
  }
}
.c-9d73e0a .s-eacbcec {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}
.c-9d73e0a .s-8d879cc {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}
.c-9d73e0a .s-95326c5 {
  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-9d73e0a .s-e6a5ffe .tns-controls {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.c-9d73e0a .s-e6a5ffe .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-9d73e0a .s-e6a5ffe .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-9d73e0a .s-e6a5ffe .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-9d73e0a .s-e6a5ffe .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-9d73e0a .a-2781401 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-9d73e0a .a-2781401 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.c-9d73e0a .a-557b3fa {
  padding: 20px 60px 20px 20px;
  position: relative;
}
.c-9d73e0a .a-65adf97 {
  position: absolute;
  right: 10px;
  top: 20%;
}
.c-9d73e0a .a-8324065 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-9d73e0a .a-8324065 {
    font-size: 23px;
  }
}
.c-9d73e0a .a-bba2734 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-9d73e0a .a-1b9b006 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-9d73e0a .a-1b9b006 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-9d73e0a .a-1b9b006 {
    grid-template-columns: 1fr;
  }
}
.c-9d73e0a .a-0b42364 {
  margin-bottom: 15px;
}
.c-9d73e0a .a-e5b9674 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-9d73e0a .a-e5b9674 {
    font-size: 23px;
  }
}
.c-9d73e0a .a-d1280bf {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-9d73e0a .a-54bef6d {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-9d73e0a .a-54bef6d {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-9d73e0a .a-54bef6d {
    grid-template-columns: 1fr;
  }
}
.c-9d73e0a .a-141022a {
  padding: 40px;
}
.c-9d73e0a .a-a7f1d0a {
  margin: 0 auto 15px auto;
  display: block;
}
.c-9d73e0a .a-530257d {
  text-align: center;
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  line-height: 21px;
}
.c-9d73e0a .t-3ee2f9c {
  padding: 20px;
}
.c-9d73e0a .t-0205545 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  line-height: 21px;
}
.c-9d73e0a .t-0205545 svg {
  transition: 0.3s;
}
.c-9d73e0a .t-e6edb64 svg {
  transform: rotate(180deg);
}
.c-9d73e0a .t-f889043 {
  margin-top: 20px;
  display: none;
}
.c-9d73e0a .t-671489e {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-9d73e0a .t-671489e span {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.c-9d73e0a .t-671489e:last-child {
  margin: 0;
}
.c-9d73e0a .t-4b0e727 {
  padding: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-9d73e0a .t-c9ba940 {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 2.5px 10px;
}
.c-9d73e0a .t-c9ba940 img {
  margin: 0 10px 0 0;
}
.c-9d73e0a .t-c8d8b64 {
  padding: 17.5px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-9d73e0a .t-c8d8b64 {
    grid-template-columns: 1fr;
  }
}
.c-9d73e0a .t-3eb79bd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-9d73e0a .t-3eb79bd img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-9d73e0a .t-3eb79bd img {
    height: 60px;
  }
}
.c-9d73e0a .t-e3c24e0 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .c-9d73e0a .t-e3c24e0 {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
}
.c-9d73e0a .t-8cd0c0e {
  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-9d73e0a .i-3460b36 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-9d73e0a .i-3460b36 {
    grid-template-columns: 1fr;
  }
}
.c-9d73e0a .i-d0b8c29 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 576px) {
  .c-9d73e0a .i-d0b8c29 {
    grid-template-columns: 1fr;
  }
}
.c-9d73e0a .i-f112743 {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.c-9d73e0a .i-4282500 {
  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-9d73e0a .i-4282500 {
    margin-bottom: 20px;
  }
}
.c-9d73e0a .i-992c3c3 {
  padding: 20px;
  position: relative;
  min-height: 140px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}
@media (max-width: 990px) {
  .c-9d73e0a .i-992c3c3 {
    min-height: 120px;
  }
}
.c-9d73e0a .i-5bb15c7 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  width: auto;
  height: 50px;
  object-fit: contain;
}
.c-9d73e0a .i-494945a {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-9d73e0a .i-2a7ccba {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-9d73e0a .i-5d3f67b {
  display: inline-block;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.c-9d73e0a .i-3460b36 .f-af30db2 {
  margin-bottom: 15px;
}
.c-9d73e0a .i-e7087b6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  margin-bottom: 25px;
}
.c-9d73e0a .i-c21166e {
  margin-top: auto;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.c-9d73e0a .i-c21166e:hover {
  transform: scale(1.1);
}
.c-9d73e0a .i-4ccb0db {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-9d73e0a .i-4ccb0db {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .c-9d73e0a .i-4ccb0db {
    grid-template-columns: 1fr;
  }
}
.c-9d73e0a .i-6d37686 {
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.c-9d73e0a .i-a71f51f {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-9d73e0a .i-3ddf5d8 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-9d73e0a .i-7ac98d1 {
  position: absolute;
  right: 10px;
  object-fit: contain;
  width: auto;
  height: 40px;
  top: 26%;
}
.c-9d73e0a .i-f340982 {
  overflow: hidden;
  position: relative;
}
.c-9d73e0a .i-f340982 .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-9d73e0a .i-f340982 .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-9d73e0a .i-f340982 .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-9d73e0a .i-f340982 .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-9d73e0a .i-f340982 .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-9d73e0a .i-f340982 .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-9d73e0a .i-1903b29 {
  overflow: hidden;
  height: 180px;
}
@media (max-width: 576px) {
  .c-9d73e0a .i-1903b29 {
    height: auto;
  }
}
.c-9d73e0a .i-e8cd66a {
  padding: 20px;
  position: relative;
  min-height: 140px;
  cursor: pointer;
}
.c-9d73e0a .i-1b938f6 {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  width: auto;
  height: 80px;
}
.c-9d73e0a .i-724448f {
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.c-9d73e0a .r-88eedd9 {
  overflow: hidden;
  max-height: 350px;
}
.c-9d73e0a .r-88eedd9 .tns-outer {
  display: flex;
  flex-direction: column;
}
.c-9d73e0a .r-88eedd9 .tns-controls {
  display: none;
}
.c-9d73e0a .r-88eedd9 .tns-nav {
  margin-top: 15px;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-9d73e0a .r-88eedd9 .tns-nav button {
  width: 5px;
  height: 12px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  margin: 0 5px;
}
.c-9d73e0a .r-90ea592 {
  padding: 20px;
  cursor: pointer;
}
.c-9d73e0a .r-1928418 {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
  margin-bottom: 15px;
}
.c-9d73e0a .r-c7cbe7d {
  border-radius: 50%;
  object-fit: cover;
  height: 60px;
  width: 60px;
}
.c-9d73e0a .r-2e944ee {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}
.c-9d73e0a .r-57d84fd {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.c-9d73e0a .p-438f91d {
  overflow: hidden;
}
.c-9d73e0a .p-438f91d button[data-action] {
  display: none;
}
.c-9d73e0a .p-438f91d .tns-controls {
  display: none;
}
.c-9d73e0a .p-aed5dcd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-9d73e0a .p-aed5dcd .p-f4eeb5b {
  margin: 0;
}
.c-9d73e0a .p-0f72f21 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-9d73e0a .p-0f72f21:hover {
  text-decoration: none;
}
.c-9d73e0a .p-9f667de {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 0 0;
}
@media (max-width: 990px) {
  .c-9d73e0a .p-9f667de {
    font-size: 15px;
  }
}
.c-9d73e0a .p-8585280 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 60px;
}
.c-9d73e0a .p-8585280 img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-9d73e0a .p-738c0d0 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 50px;
}
.c-9d73e0a .p-738c0d0 img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-9d73e0a .p-438f91d .tns-outer {
  overflow: hidden;
}
.c-9d73e0a .p-3b6079a {
  overflow: hidden;
  height: 80px;
}
.c-9d73e0a .p-a3d0f86 {
  height: 80px;
  overflow-x: hidden;
  margin-top: 35px;
}
@media (max-width: 990px) {
  .c-9d73e0a .p-a3d0f86 {
    margin-top: 25px;
  }
}
.c-9d73e0a .p-f999ef6 {
  height: 93px;
  overflow-x: hidden;
}
.c-9d73e0a .p-4966277 {
  height: 80px;
  overflow-x: hidden;
}
.c-9d73e0a .p-4966277 .p-8585280 img {
  max-height: 100%;
  height: 70px;
}
.c-9d73e0a .a-6a38a35 {
  padding: 25px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 990px) {
  .c-9d73e0a .a-6a38a35 {
    padding: 20px;
    margin-top: 0;
  }
}
.c-9d73e0a .a-0b4514b {
  max-width: 400px;
}
.c-9d73e0a .a-1ecdd07 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 990px) {
  .c-9d73e0a .a-1ecdd07 {
    font-size: 28px;
    line-height: 38px;
  }
}
.c-9d73e0a .a-fe1c17e {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .c-9d73e0a .a-fe1c17e {
    font-size: 16px;
    line-height: 21px;
  }
}
.c-9d73e0a .a-7c6a149 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-9d73e0a .a-7c6a149 {
    grid-template-columns: 1fr 1fr;
  }
}
.c-9d73e0a .a-8a066be {
  position: absolute;
  right: 40px;
  top: -25px;
}
@media (max-width: 990px) {
  .c-9d73e0a .a-8a066be {
    display: none;
  }
}
.c-9d73e0a .a-8a066be img {
  right: 0;
  z-index: 2;
  top: 0;
  max-width: 325px;
  object-fit: contain;
  height: 325px;
  width: 100%;
  box-sizing: border-box;
}
.c-9d73e0a .s-10b654a {
  overflow: hidden;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
}
@media (max-width: 990px) {
  .c-9d73e0a .s-10b654a {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.c-9d73e0a .s-f192f11 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-9d73e0a .s-f192f11 img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  width: auto;
  box-sizing: border-box;
}
.c-9d73e0a .s-c3bb3dd {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-9d73e0a .s-c3bb3dd {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-9d73e0a .s-c3bb3dd {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-9d73e0a .s-1ff8f63 {
  overflow: hidden;
}
.c-9d73e0a .s-872259e {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-9d73e0a .s-872259e {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-9d73e0a .s-f492aa6 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-9d73e0a .s-f492aa6 img {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 576px) {
  .c-9d73e0a .s-f492aa6 img {
    height: 130px;
  }
}
.c-9d73e0a .s-5f147fb {
  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-9d73e0a .s-5f147fb:hover {
  text-decoration: none;
}
.c-9d73e0a .c-c7eb933 {
  list-style-type: none;
  padding: 0;
}
.c-9d73e0a .c-c7eb933 li {
  position: relative;
  padding-left: 25px;
}
.c-9d73e0a .c-c7eb933 li img {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  object-fit: contain;
  top: 0;
}
.c-9d73e0a .i-37eeb14 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: start;
}
@media (max-width: 990px) {
  .c-9d73e0a .i-37eeb14 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-9d73e0a .i-95886bc {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .c-9d73e0a .i-95886bc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
.c-9d73e0a .i-4960b82 {
  padding-left: 15px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 990px) {
  .c-9d73e0a .i-4960b82 {
    margin: 0;
  }
}
.c-9d73e0a .i-7a0535d {
  font-size: 16px;
  position: relative;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}
.c-9d73e0a .i-7a0535d svg {
  position: absolute;
  left: -15px;
  top: 2px;
}
.c-9d73e0a .i-f472416 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.c-9d73e0a .i-cd44feb {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-9d73e0a .i-cd44feb {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-9d73e0a .i-f1cc5f9 {
  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-9d73e0a .i-f1cc5f9 {
    max-width: 375px;
  }
}
.c-9d73e0a .i-7c8745c {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px;
}
@media (max-width: 576px) {
  .c-9d73e0a .i-7c8745c {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-9d73e0a .i-f5a59e1 {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .c-9d73e0a .i-f5a59e1 {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .c-9d73e0a .i-a7c1056:nth-child(1), .c-9d73e0a .i-a7c1056:nth-child(2) {
    display: none;
  }
}
.c-9d73e0a .i-a7c1056 {
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.c-9d73e0a .i-a7c1056 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-9d73e0a .i-a7c1056 img {
    height: 20px;
  }
}
.c-9d73e0a .i-a7c1056 svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-9d73e0a .i-a7c1056 svg {
    height: 20px;
  }
}
.c-9d73e0a .i-44cb8c4 {
  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-9d73e0a .i-44cb8c4 {
    max-width: 100%;
  }
}
.c-9d73e0a .i-44cb8c4:hover {
  text-decoration: none;
}
.c-9d73e0a .i-db20342 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-9d73e0a .i-8e352a5 {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.c-9d73e0a .i-7cebc9d {
  object-fit: contain;
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 110px;
  width: 110px;
}
@media (max-width: 990px) {
  .c-9d73e0a .i-7cebc9d {
    height: 95px;
    width: 95px;
  }
}
.c-9d73e0a .i-9d58227 {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  margin-bottom: 10px;
}
.c-9d73e0a .i-808545b {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 50px;
}
.c-9d73e0a .i-6b96f99 {
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-9d73e0a .g-45545df {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-9d73e0a .g-0e3cfba {
  margin-bottom: 0;
}
.c-9d73e0a .g-9e2aa6c {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.c-9d73e0a .g-9e2aa6c img {
  max-width: 100%;
  height: 270px;
  object-fit: cover;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
.c-9d73e0a .g-49ccf13 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-9d73e0a .g-7ebe16f .n-f1141fa {
  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-9d73e0a .g-7ebe16f .n-f1141fa {
    height: 30px;
    width: 30px;
  }
}
.c-9d73e0a .g-7ebe16f .n-f1141fa:hover {
  opacity: 1;
}
.c-9d73e0a .g-7ebe16f .p-91d818f {
  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-9d73e0a .g-7ebe16f .p-91d818f {
    height: 30px;
    width: 30px;
  }
}
.c-9d73e0a .g-7ebe16f .p-91d818f:hover {
  opacity: 1;
}
.c-9d73e0a .t-96dd7c1 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .c-9d73e0a .t-96dd7c1 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .c-9d73e0a .t-8fcae27 {
    overflow-x: auto;
    display: flex;
  }
}
.c-9d73e0a .t-4a01645 {
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  padding: 14px;
}
@media (max-width: 576px) {
  .c-9d73e0a .t-4a01645 {
    padding: 10px;
    font-size: 15px;
    white-space: nowrap;
    border: none;
  }
}
.c-9d73e0a .t-4a01645:hover {
  background: red;
}
.c-9d73e0a .t-5001a03 {
  display: none;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .c-9d73e0a .t-5001a03 {
    padding: 10px;
    font-size: 15px;
  }
}
.c-9d73e0a .t-80cb341 {
  display: block;
}
.c-9d73e0a .d-9531c6f {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-9d73e0a .d-9531c6f {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-9d73e0a .d-9531c6f {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-9d73e0a .d-b2ec1f9 {
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.c-9d73e0a .d-b2ec1f9:hover .d-83f3d17 {
  opacity: 1;
}
.c-9d73e0a .d-b2ec1f9 img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-9d73e0a .d-2c49fbc {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-9d73e0a .d-83f3d17 {
  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-9d73e0a .d-83f3d17::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-9d73e0a .d-b9f85d4 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.c-9d73e0a .d-43d81b0 {
  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-9d73e0a .d-7f64bc5 {
  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-9d73e0a .d-7f64bc5:hover {
  text-decoration: none;
}
.c-9d73e0a .s-a9ab01c {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 990px) {
  .c-9d73e0a .s-a9ab01c {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-9d73e0a .s-be2434e {
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-9d73e0a .s-bb0f077 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .c-9d73e0a .s-bb0f077 {
    min-height: 200px;
    height: auto;
  }
}
.c-9d73e0a .s-e10a4ef {
  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-9d73e0a .s-e10a4ef 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-9d73e0a .s-e10a4ef button:hover {
  text-decoration: none;
}
.c-9d73e0a .s-e10a4ef 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-9d73e0a .s-e10a4ef a:hover {
  text-decoration: none;
}
.c-9d73e0a .s-e4a9d3a thead {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.c-9d73e0a .s-e4a9d3a thead tr:first-child {
  border-radius: 8px;
  background: #373737;
  overflow: hidden;
}
.c-9d73e0a .s-e4a9d3a tbody {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.c-9d73e0a .s-e4a9d3a tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
.c-9d73e0a .s-e4a9d3a tr td {
  border: none !important;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 17px;
}
.c-9d73e0a .s-e4a9d3a 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-9d73e0a .s-e4a9d3a tr:nth-child(2n) {
  border-radius: 8px;
  background: #373737;
}
.c-9d73e0a .r-d04b056 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.c-9d73e0a .r-9ade3f7 {
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 230px 1fr 2fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-9d73e0a .r-9ade3f7 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-9d73e0a .r-9ade3f7:nth-child(-n+3) .r-41445c8 {
  padding-right: 35px;
}
@media (max-width: 990px) {
  .c-9d73e0a .r-9ade3f7:nth-child(-n+3) .r-41445c8 {
    padding: 35px 0 0 0;
  }
}
.c-9d73e0a .r-41445c8 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-9d73e0a .r-41445c8 svg {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 990px) {
  .c-9d73e0a .r-41445c8 svg {
    left: 0;
    right: auto;
  }
}
.c-9d73e0a .r-41445c8 img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 130px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 25px;
}
.c-9d73e0a .r-0d18cf0 {
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.c-9d73e0a .r-0d18cf0 svg {
  position: absolute;
  left: 0;
  top: 0;
}
.c-9d73e0a .r-ddd146e {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-9d73e0a .r-ddd146e {
    text-align: left;
    font-size: 16px;
  }
}
.c-9d73e0a .r-985d317 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 990px) {
  .c-9d73e0a .r-985d317 {
    text-align: left;
    font-size: 16px;
  }
}
.c-9d73e0a .r-f1c96d5 {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.c-9d73e0a .r-2c7d78c {
  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-9d73e0a .r-2c7d78c {
    font-size: 16px;
  }
}
.c-9d73e0a .b-87fb475 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-9d73e0a .b-0aa363c {
  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-9d73e0a .b-0aa363c {
    grid-template-columns: 1fr;
    min-height: auto;
    grid-gap: 15px;
  }
}
.c-9d73e0a .b-bfcc007 {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .c-9d73e0a .b-bfcc007 {
    padding: 15px;
  }
}
.c-9d73e0a .b-bfcc007 img {
  border-radius: 10px;
  display: block;
  max-height: 120px;
  box-sizing: border-box;
  object-fit: contain;
  max-width: 120px;
}
.c-9d73e0a .b-117cb53 {
  padding: 5px 10px;
  text-align: center;
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
@media (max-width: 990px) {
  .c-9d73e0a .b-117cb53 {
    padding: 0;
  }
}
.c-9d73e0a .b-4fa1ee2 {
  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-9d73e0a .b-4fa1ee2 {
    border: none !important;
  }
}
.c-9d73e0a .b-4fa1ee2 li {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.c-9d73e0a .b-4fa1ee2 li svg {
  margin-right: 5px;
}
.c-9d73e0a .b-851f410 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.c-9d73e0a .b-d2a39a4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.c-9d73e0a .b-83f196b {
  padding: 5px 20px 5px 10px;
}
@media (max-width: 990px) {
  .c-9d73e0a .b-83f196b {
    padding: 0 15px 15px 15px;
  }
}
.c-9d73e0a .b-db50ef7 {
  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-9d73e0a .b-a6dda61 {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

.c-a7df82e {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-a7df82e {
    grid-template-columns: 1fr;
  }
}
.c-1f51d5f {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-1f51d5f img {
  height: 120px;
  width: 120px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 50%;
}
.c-fa035ac {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
.c-218025e {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.c-135d509 {
  padding-left: 15px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.c-24642c7 {
  font-weight: 400;
  opacity: 0.9;
  font-size: 14px;
  line-height: 21px;
}

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

.f-b71378d {
  margin-top: 30px;
}
@media (max-width: 990px) {
  .f-b71378d {
    margin-top: 20px;
  }
}
.f-3115d56 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .f-3115d56 {
    font-size: 26px;
    line-height: 33px;
  }
}
.f-3a254a7 {
  padding: 30px;
}
@media (max-width: 990px) {
  .f-3a254a7 {
    padding: 20px;
  }
}
.f-e4fae2b {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.f-e4fae2b:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none !important;
}
.f-323c0c7 {
  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-323c0c7 {
    font-size: 20px;
    line-height: 25px;
  }
}
.f-323c0c7 svg {
  transition: 0.3s;
}
.f-97fbc51 svg {
  transform: rotate(180deg);
}
.f-2042f44 {
  margin: 10px 0 0 0;
  font-size: 16px;
  display: block;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 990px) {
  .f-2042f44 {
    font-size: 14px;
    line-height: 22px;
  }
}

.c-049b751 {
  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-0463d01 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}
.c-ed95a59 {
  margin-left: 0.35em;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.c-888e884 .c-84c4eb7 .c-0463d01 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}

.c-c2f893b {
  --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-c2f893b button {
  width: auto !important;
  max-width: none;
}
.c-3721f9c {
  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-3721f9c {
    flex-direction: column;
    align-items: stretch;
  }
}
.c-7831c57 {
  flex: 1;
  min-width: 0;
}
.c-e4edeb7 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.c-0393f41 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-0393f41 svg {
  display: block;
  width: 20px;
  height: 20px;
}
.c-69476de {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-83bd8af {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.c-bd8d551 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--cc-text-color);
}
.c-60d3083 {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.c-60d3083 .c-88e6774 {
  font-size: 18px;
}
.c-3ae67af {
  font-size: 14px;
  line-height: 1.2;
  color: var(--cc-body-color);
}
.c-89b29de {
  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-89b29de:hover {
  opacity: 0.85;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .c-89b29de {
    width: 100%;
  }
}
.c-dc1f826 {
  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-dc1f826::-webkit-scrollbar {
  height: 5px;
}
.c-dc1f826::-webkit-scrollbar-track {
  background: #e8edf3;
  border-radius: 999px;
}
.c-dc1f826::-webkit-scrollbar-thumb {
  background: #b8c3d1;
  border-radius: 999px;
}
.c-32fb70c {
  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-292a752 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.c-3389278 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.c-23a5fe1 {
  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-cd70743 {
  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-cd70743 svg {
  display: block;
  width: 12px;
  height: 12px;
}
.c-4432990 {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}
.c-b9e4c4d {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--cc-text-color);
}
.c-b9c066b {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--cc-line-color);
}
.c-3c348e2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  margin: 0;
}
.c-88e6774 {
  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-88e6774.i-b0ffa47 {
  color: var(--cc-star-color);
}
.c-02001ca {
  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-4df58bc {
  flex: 1;
  padding: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-4df58bc p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-4df58bc p:last-child {
  margin-bottom: 0;
}
.c-962fa8c {
  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-c617237 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.c-c49d499 {
  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-c49d499 svg {
  flex-shrink: 0;
}
.c-c49d499.i-b0ffa47 {
  color: var(--cc-text-color);
}
.c-c3bf2aa {
  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-a5e3011 {
  margin-top: 20px;
  background: transparent;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.c-2115694 {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-2115694 .r-59ee755 {
  color: #ef4444;
}
.c-54cbf7b {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.c-17b0914 {
  grid-column: 1/-1;
}
.c-e77e70a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: auto;
  max-width: none;
  flex-wrap: nowrap;
}
.c-2526a7d {
  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-2526a7d.i-b0ffa47, .c-2526a7d.i-22e317b {
  color: var(--cc-star-color);
}
.c-2526a7d:hover {
  transform: scale(1.08);
}
.c-2526a7d:focus-visible {
  outline: 2px solid var(--cc-star-color);
  outline-offset: 2px;
  border-radius: 2px;
}
.c-4eacd57 {
  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-4eacd57 {
    grid-template-columns: 1fr;
  }
}
.c-4eacd57 .c-11ae6b9,
.c-4eacd57 .c-32d9329,
.c-4eacd57 .f-7b6cbeb {
  grid-column: 1/-1;
}
.c-4eacd57 .l-0e93c6b,
.c-4eacd57 .m-550afc1 {
  grid-column: 1/-1;
  margin: 0;
  font-size: 14px;
  color: var(--cc-body-color);
}
.c-4eacd57 input,
.c-4eacd57 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-4eacd57 input::placeholder,
.c-4eacd57 textarea::placeholder {
  color: var(--cc-text-color);
  opacity: 0.55;
}
.c-4eacd57 textarea {
  min-height: 130px;
  resize: vertical;
}
.c-fcb8ba9 {
  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-fcb8ba9:hover {
  opacity: 0.85;
}
.c-fcb8ba9:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.c-b678ef4 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #ef4444;
}
.c-708b0af {
  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-888e884 .c-c2f893b .c-4df58bc p {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-888e884 .c-c2f893b .c-4df58bc p:last-child {
  margin-bottom: 0;
}

.f-2acc8c6 .c-f7cd14e {
  padding: 40px 0;
}
@media (max-width: 990px) {
  .f-2acc8c6 .c-f7cd14e {
    padding: 20px 0;
  }
}
.f-ec3cbbc {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .f-ec3cbbc {
    grid-gap: 10px;
  }
}
.f-ef0cdd3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-ef0cdd3 img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.f-718b1d9 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.f-3072eb7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.f-206cafa {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.f-206cafa li {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
  cursor: pointer;
}
.f-206cafa a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
}
.f-7021fcb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .f-7021fcb {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.f-f48073a {
  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-f48073a {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.f-df5c7dc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .f-df5c7dc {
    justify-content: center;
  }
}
.f-df5c7dc a,
.f-df5c7dc 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-df5c7dc a,
  .f-df5c7dc button {
    margin: 0 10px;
  }
}
.f-df5c7dc img {
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
  margin-left: 15px;
  width: auto;
  display: block;
}
@media (max-width: 990px) {
  .f-df5c7dc img {
    margin: 0 10px;
  }
}
@media (max-width: 576px) {
  .f-df5c7dc img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-df5c7dc a img,
.f-df5c7dc button img {
  margin: 0;
}
.f-08afc37 {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .f-08afc37 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
}
.f-8fde190 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.f-8fde190 a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-8fde190 a img {
  object-fit: contain;
  max-width: 25px;
  max-height: 25px;
}
.f-e61db0a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.f-e61db0a a,
.f-e61db0a 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-e61db0a img {
  margin: 0 10px 5px 0;
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
}
@media (max-width: 576px) {
  .f-e61db0a img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-e61db0a a img,
.f-e61db0a button img {
  margin: 0;
  display: block;
}
.f-d89448a {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 4fr 1fr;
}
@media (max-width: 990px) {
  .f-d89448a {
    grid-template-columns: 1fr;
  }
}
.f-b176f99 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.f-c10d6d9 {
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.7;
}
@media (max-width: 990px) {
  .f-c10d6d9 {
    text-align: center;
  }
}
.f-98b0d7b {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.f-af30db2 {
  background: #e3fa48;
  padding: 8px 22px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-af30db2 svg {
  fill: #000;
}
.f-af30db2 span {
  display: flex;
  color: #000;
  flex-direction: column;
}
.f-af30db2 span span {
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}
.f-af30db2 span span:last-child {
  margin-top: 5px;
  font-weight: 700;
}

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

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

.r-fd3b84a {
  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-fd3b84a {
    width: min(560px, 94%);
    padding: 16px 12px 14px;
    border-radius: 12px;
  }
}
.r-ffca2b4 {
  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-c2d5edb {
  margin: 0 auto 12px;
  max-width: 420px;
}
.r-c2d5edb img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.r-346c1fa {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .r-346c1fa {
    font-size: 20px;
  }
}
.r-4b4af5d {
  margin-bottom: 14px;
}
.r-4b4af5d p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}
@media (max-width: 768px) {
  .r-4b4af5d p {
    font-size: 13px;
  }
}
.r-4b4af5d p:last-child {
  margin-bottom: 0;
}
.r-adea931 {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.r-c9b3c70 {
  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-c9b3c70 img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.r-eed24af {
  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-eed24af {
    font-size: 13px;
    width: 100%;
    max-width: 100%;
  }
}
.r-eed24af:hover {
  opacity: 0.92;
  text-decoration: none;
}
.r-f3d855e {
  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-f3d855e {
    font-size: 13px;
    max-width: 100%;
    width: 100%;
  }
}
.r-36cb581 {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.8;
}

.i-4e34227 {
  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-4e34227 {
    max-width: 900px;
    height: 370px;
  }
}
.i-77315ca {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}
.i-06e914d {
  display: flex;
}
.i-4e34227 iframe {
  width: 100%;
  box-sizing: border-box;
  height: 390px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  .i-4e34227 iframe {
    height: 300px;
  }
}
.i-aef4d10 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}
.i-aef4d10::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-a60f8fa {
  display: block;
}

/*# sourceMappingURL=main-style.css.map */
