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

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

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

a, button {
  cursor: pointer;
}

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

.o-53a07e9 {
  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-1647aeb) */
.c-13d0676 .b-25f3f82 li,
.c-13d0676 .b-25f3f82 li a,
.c-b0488a5,
.c-b0488a5 a {
  color: var(--color-title-text, inherit);
}

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

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

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

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

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

.h-d53831e,
.h-27cddc5,
.h-e03c9fb a,
.h-e03c9fb button {
  color: var(--nav-color, inherit);
}

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

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

.f-f224218 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-497ee8f, body[data-button-anim]:not([data-button-anim=none]) .m-9089846, body[data-button-anim]:not([data-button-anim=none]) .d-9b88054, body[data-button-anim]:not([data-button-anim=none]) .d-5e1f518, body[data-button-anim]:not([data-button-anim=none]) .s-7d8177b, body[data-button-anim]:not([data-button-anim=none]) .s-c5a5ad0, body[data-button-anim]:not([data-button-anim=none]) .i-d9cfe21, body[data-button-anim]:not([data-button-anim=none]) .i-2059f59, body[data-button-anim]:not([data-button-anim=none]) .r-7c18b52, body[data-button-anim]:not([data-button-anim=none]) .b-28a132f, body[data-button-anim]:not([data-button-anim=none]) .f-9f0922f, body[data-button-anim]:not([data-button-anim=none]) .g-ed7dfd8,
body[class*=button-anim-] .h-497ee8f,
body[class*=button-anim-] .m-9089846,
body[class*=button-anim-] .d-9b88054,
body[class*=button-anim-] .d-5e1f518,
body[class*=button-anim-] .s-7d8177b,
body[class*=button-anim-] .s-c5a5ad0,
body[class*=button-anim-] .i-d9cfe21,
body[class*=button-anim-] .i-2059f59,
body[class*=button-anim-] .r-7c18b52,
body[class*=button-anim-] .b-28a132f,
body[class*=button-anim-] .f-9f0922f,
body[class*=button-anim-] .g-ed7dfd8 {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .h-497ee8f, body[data-button-anim=lift] .m-9089846, body[data-button-anim=lift] .d-9b88054, body[data-button-anim=lift] .d-5e1f518, body[data-button-anim=lift] .s-7d8177b, body[data-button-anim=lift] .s-c5a5ad0, body[data-button-anim=lift] .i-d9cfe21, body[data-button-anim=lift] .i-2059f59, body[data-button-anim=lift] .r-7c18b52, body[data-button-anim=lift] .b-28a132f, body[data-button-anim=lift] .f-9f0922f, body[data-button-anim=lift] .g-ed7dfd8,
body.b-6575eee .h-497ee8f,
body.b-6575eee .m-9089846,
body.b-6575eee .d-9b88054,
body.b-6575eee .d-5e1f518,
body.b-6575eee .s-7d8177b,
body.b-6575eee .s-c5a5ad0,
body.b-6575eee .i-d9cfe21,
body.b-6575eee .i-2059f59,
body.b-6575eee .r-7c18b52,
body.b-6575eee .b-28a132f,
body.b-6575eee .f-9f0922f,
body.b-6575eee .g-ed7dfd8 {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=lift] .h-497ee8f:hover, body[data-button-anim=lift] .m-9089846:hover, body[data-button-anim=lift] .d-9b88054:hover, body[data-button-anim=lift] .d-5e1f518:hover, body[data-button-anim=lift] .s-7d8177b:hover, body[data-button-anim=lift] .s-c5a5ad0:hover, body[data-button-anim=lift] .i-d9cfe21:hover, body[data-button-anim=lift] .i-2059f59:hover, body[data-button-anim=lift] .r-7c18b52:hover, body[data-button-anim=lift] .b-28a132f:hover, body[data-button-anim=lift] .f-9f0922f:hover, body[data-button-anim=lift] .g-ed7dfd8:hover,
body.b-6575eee .h-497ee8f:hover,
body.b-6575eee .m-9089846:hover,
body.b-6575eee .d-9b88054:hover,
body.b-6575eee .d-5e1f518:hover,
body.b-6575eee .s-7d8177b:hover,
body.b-6575eee .s-c5a5ad0:hover,
body.b-6575eee .i-d9cfe21:hover,
body.b-6575eee .i-2059f59:hover,
body.b-6575eee .r-7c18b52:hover,
body.b-6575eee .b-28a132f:hover,
body.b-6575eee .f-9f0922f:hover,
body.b-6575eee .g-ed7dfd8:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .h-497ee8f:active, body[data-button-anim=lift] .m-9089846:active, body[data-button-anim=lift] .d-9b88054:active, body[data-button-anim=lift] .d-5e1f518:active, body[data-button-anim=lift] .s-7d8177b:active, body[data-button-anim=lift] .s-c5a5ad0:active, body[data-button-anim=lift] .i-d9cfe21:active, body[data-button-anim=lift] .i-2059f59:active, body[data-button-anim=lift] .r-7c18b52:active, body[data-button-anim=lift] .b-28a132f:active, body[data-button-anim=lift] .f-9f0922f:active, body[data-button-anim=lift] .g-ed7dfd8:active,
body.b-6575eee .h-497ee8f:active,
body.b-6575eee .m-9089846:active,
body.b-6575eee .d-9b88054:active,
body.b-6575eee .d-5e1f518:active,
body.b-6575eee .s-7d8177b:active,
body.b-6575eee .s-c5a5ad0:active,
body.b-6575eee .i-d9cfe21:active,
body.b-6575eee .i-2059f59:active,
body.b-6575eee .r-7c18b52:active,
body.b-6575eee .b-28a132f:active,
body.b-6575eee .f-9f0922f:active,
body.b-6575eee .g-ed7dfd8:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .h-497ee8f, body[data-button-anim=scale] .m-9089846, body[data-button-anim=scale] .d-9b88054, body[data-button-anim=scale] .d-5e1f518, body[data-button-anim=scale] .s-7d8177b, body[data-button-anim=scale] .s-c5a5ad0, body[data-button-anim=scale] .i-d9cfe21, body[data-button-anim=scale] .i-2059f59, body[data-button-anim=scale] .r-7c18b52, body[data-button-anim=scale] .b-28a132f, body[data-button-anim=scale] .f-9f0922f, body[data-button-anim=scale] .g-ed7dfd8,
body.b-4ef55b8 .h-497ee8f,
body.b-4ef55b8 .m-9089846,
body.b-4ef55b8 .d-9b88054,
body.b-4ef55b8 .d-5e1f518,
body.b-4ef55b8 .s-7d8177b,
body.b-4ef55b8 .s-c5a5ad0,
body.b-4ef55b8 .i-d9cfe21,
body.b-4ef55b8 .i-2059f59,
body.b-4ef55b8 .r-7c18b52,
body.b-4ef55b8 .b-28a132f,
body.b-4ef55b8 .f-9f0922f,
body.b-4ef55b8 .g-ed7dfd8 {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=scale] .h-497ee8f:hover, body[data-button-anim=scale] .m-9089846:hover, body[data-button-anim=scale] .d-9b88054:hover, body[data-button-anim=scale] .d-5e1f518:hover, body[data-button-anim=scale] .s-7d8177b:hover, body[data-button-anim=scale] .s-c5a5ad0:hover, body[data-button-anim=scale] .i-d9cfe21:hover, body[data-button-anim=scale] .i-2059f59:hover, body[data-button-anim=scale] .r-7c18b52:hover, body[data-button-anim=scale] .b-28a132f:hover, body[data-button-anim=scale] .f-9f0922f:hover, body[data-button-anim=scale] .g-ed7dfd8:hover,
body.b-4ef55b8 .h-497ee8f:hover,
body.b-4ef55b8 .m-9089846:hover,
body.b-4ef55b8 .d-9b88054:hover,
body.b-4ef55b8 .d-5e1f518:hover,
body.b-4ef55b8 .s-7d8177b:hover,
body.b-4ef55b8 .s-c5a5ad0:hover,
body.b-4ef55b8 .i-d9cfe21:hover,
body.b-4ef55b8 .i-2059f59:hover,
body.b-4ef55b8 .r-7c18b52:hover,
body.b-4ef55b8 .b-28a132f:hover,
body.b-4ef55b8 .f-9f0922f:hover,
body.b-4ef55b8 .g-ed7dfd8:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .h-497ee8f:active, body[data-button-anim=scale] .m-9089846:active, body[data-button-anim=scale] .d-9b88054:active, body[data-button-anim=scale] .d-5e1f518:active, body[data-button-anim=scale] .s-7d8177b:active, body[data-button-anim=scale] .s-c5a5ad0:active, body[data-button-anim=scale] .i-d9cfe21:active, body[data-button-anim=scale] .i-2059f59:active, body[data-button-anim=scale] .r-7c18b52:active, body[data-button-anim=scale] .b-28a132f:active, body[data-button-anim=scale] .f-9f0922f:active, body[data-button-anim=scale] .g-ed7dfd8:active,
body.b-4ef55b8 .h-497ee8f:active,
body.b-4ef55b8 .m-9089846:active,
body.b-4ef55b8 .d-9b88054:active,
body.b-4ef55b8 .d-5e1f518:active,
body.b-4ef55b8 .s-7d8177b:active,
body.b-4ef55b8 .s-c5a5ad0:active,
body.b-4ef55b8 .i-d9cfe21:active,
body.b-4ef55b8 .i-2059f59:active,
body.b-4ef55b8 .r-7c18b52:active,
body.b-4ef55b8 .b-28a132f:active,
body.b-4ef55b8 .f-9f0922f:active,
body.b-4ef55b8 .g-ed7dfd8:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .h-497ee8f, body[data-button-anim=pop] .m-9089846, body[data-button-anim=pop] .d-9b88054, body[data-button-anim=pop] .d-5e1f518, body[data-button-anim=pop] .s-7d8177b, body[data-button-anim=pop] .s-c5a5ad0, body[data-button-anim=pop] .i-d9cfe21, body[data-button-anim=pop] .i-2059f59, body[data-button-anim=pop] .r-7c18b52, body[data-button-anim=pop] .b-28a132f, body[data-button-anim=pop] .f-9f0922f, body[data-button-anim=pop] .g-ed7dfd8,
body.b-eb6175c .h-497ee8f,
body.b-eb6175c .m-9089846,
body.b-eb6175c .d-9b88054,
body.b-eb6175c .d-5e1f518,
body.b-eb6175c .s-7d8177b,
body.b-eb6175c .s-c5a5ad0,
body.b-eb6175c .i-d9cfe21,
body.b-eb6175c .i-2059f59,
body.b-eb6175c .r-7c18b52,
body.b-eb6175c .b-28a132f,
body.b-eb6175c .f-9f0922f,
body.b-eb6175c .g-ed7dfd8 {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
}
body[data-button-anim=pop] .h-497ee8f:hover, body[data-button-anim=pop] .m-9089846:hover, body[data-button-anim=pop] .d-9b88054:hover, body[data-button-anim=pop] .d-5e1f518:hover, body[data-button-anim=pop] .s-7d8177b:hover, body[data-button-anim=pop] .s-c5a5ad0:hover, body[data-button-anim=pop] .i-d9cfe21:hover, body[data-button-anim=pop] .i-2059f59:hover, body[data-button-anim=pop] .r-7c18b52:hover, body[data-button-anim=pop] .b-28a132f:hover, body[data-button-anim=pop] .f-9f0922f:hover, body[data-button-anim=pop] .g-ed7dfd8:hover,
body.b-eb6175c .h-497ee8f:hover,
body.b-eb6175c .m-9089846:hover,
body.b-eb6175c .d-9b88054:hover,
body.b-eb6175c .d-5e1f518:hover,
body.b-eb6175c .s-7d8177b:hover,
body.b-eb6175c .s-c5a5ad0:hover,
body.b-eb6175c .i-d9cfe21:hover,
body.b-eb6175c .i-2059f59:hover,
body.b-eb6175c .r-7c18b52:hover,
body.b-eb6175c .b-28a132f:hover,
body.b-eb6175c .f-9f0922f:hover,
body.b-eb6175c .g-ed7dfd8:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .h-497ee8f:active, body[data-button-anim=pop] .m-9089846:active, body[data-button-anim=pop] .d-9b88054:active, body[data-button-anim=pop] .d-5e1f518:active, body[data-button-anim=pop] .s-7d8177b:active, body[data-button-anim=pop] .s-c5a5ad0:active, body[data-button-anim=pop] .i-d9cfe21:active, body[data-button-anim=pop] .i-2059f59:active, body[data-button-anim=pop] .r-7c18b52:active, body[data-button-anim=pop] .b-28a132f:active, body[data-button-anim=pop] .f-9f0922f:active, body[data-button-anim=pop] .g-ed7dfd8:active,
body.b-eb6175c .h-497ee8f:active,
body.b-eb6175c .m-9089846:active,
body.b-eb6175c .d-9b88054:active,
body.b-eb6175c .d-5e1f518:active,
body.b-eb6175c .s-7d8177b:active,
body.b-eb6175c .s-c5a5ad0:active,
body.b-eb6175c .i-d9cfe21:active,
body.b-eb6175c .i-2059f59:active,
body.b-eb6175c .r-7c18b52:active,
body.b-eb6175c .b-28a132f:active,
body.b-eb6175c .f-9f0922f:active,
body.b-eb6175c .g-ed7dfd8:active {
  transform: scale(1.04);
}

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

.h-25b9ced {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  transition: 0.5s;
}
.h-48f0c6c {
  margin-left: auto;
  position: relative;
  display: inline-block;
  width: 125px;
}
.h-ebbdbad {
  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-ebbdbad:hover {
  background: rgba(255, 255, 255, 0.04);
}
.h-ebbdbad[aria-expanded=true] .h-e68beeb {
  transform: rotate(180deg);
}
.h-2b6ce1f {
  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-2b6ce1f img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.h-5618353 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.h-e68beeb {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.3s ease;
  margin-left: 2px;
}
.h-bb8806a {
  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-366455a {
  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-366455a:hover {
  background: rgba(255, 255, 255, 0.08);
}
.h-366455a.i-a5f143c {
  background: rgba(255, 255, 255, 0.06);
}
.h-48f0c6c:hover .h-bb8806a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.h-25b9ced .c-b4592b6 {
  padding: 10px 0;
}
.h-b5faa93 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .h-b5faa93 {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 40px;
  }
}
@media (max-width: 990px) {
  .h-8403047 .h-39475b9 {
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: center;
  }
}
.h-c8580cc {
  display: none;
}
@media (max-width: 990px) {
  .h-c8580cc {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    grid-column-start: 3;
  }
}
.h-c8580cc svg:first-child {
  display: block;
}
.h-c8580cc svg:last-child {
  display: none;
}
.h-adff154 svg:first-child {
  display: none;
}
.h-adff154 svg:last-child {
  display: block;
}
.h-39475b9 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h-39475b9 img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .h-39475b9 img {
    max-width: 130px;
    max-height: 40px;
  }
}
.h-2094488 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .h-2094488 {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.h-497ee8f {
  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-e03c9fb {
  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-e03c9fb {
    display: none;
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    top: 92%;
    padding: 15px 5px;
  }
  .h-e03c9fb.i-9ce6c96 {
    display: flex;
  }
}
.h-e03c9fb ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 990px) {
  .h-e03c9fb ul {
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
  }
}
.h-e03c9fb 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-e03c9fb button {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-e03c9fb a {
  font-size: 16px;
  line-height: 21px;
  transition: 0.3s;
  font-weight: 500;
}
@media (max-width: 990px) {
  .h-e03c9fb a {
    font-size: 18px;
    line-height: 23px;
  }
}
.h-3cfc87a {
  margin-top: 5px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
@media (max-width: 990px) {
  .h-3cfc87a {
    display: none;
    width: 95%;
    max-width: 100%;
    position: absolute;
    top: 100%;
  }
  .h-3cfc87a.i-9ce6c96 {
    display: flex;
  }
}
.h-27cddc5 {
  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-27cddc5 {
    justify-content: flex-start;
  }
}
.h-27cddc5 img {
  height: 20px;
  width: 20px;
  margin: 0 10px 0 0;
  object-fit: contain;
  transition: 0.3s;
}
.h-27cddc5:hover img {
  transform: translateX(-10px);
}

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

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

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

.c-13d0676 .b-25f3f82 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.c-13d0676 .b-25f3f82 li {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-13d0676 .b-25f3f82 li::after {
  content: "›";
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
}
.c-13d0676 .b-25f3f82 li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.c-13d0676 .b-25f3f82 li:last-child {
  font-weight: 400;
}
.c-13d0676 .b-25f3f82 li:last-child::after {
  display: none;
}
.c-b0488a5 > .tablepress-table-wrapper,
.c-b0488a5 > .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-b0488a5 > table.tablepress,
.c-b0488a5 > 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-b0488a5 > .tablepress-table-wrapper table.tablepress,
.c-b0488a5 > .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.c-b0488a5 table.tablepress,
.c-b0488a5 .tablepress,
.c-b0488a5 table[id^=tablepress-],
.c-b0488a5 .tablepress-table-wrapper,
.c-b0488a5 .tablepress-scroll-wrapper {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-b0488a5 .tablepress-table-wrapper,
.c-b0488a5 .tablepress-scroll-wrapper,
.c-b0488a5 .wp-block-table {
  overflow-x: auto;
  max-width: 100%;
}
.c-b0488a5 table.tablepress,
.c-b0488a5 .tablepress,
.c-b0488a5 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-b0488a5 table.tablepress thead tr th,
.c-b0488a5 .tablepress thead tr th,
.c-b0488a5 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-b0488a5 table.tablepress tbody tr td,
.c-b0488a5 .tablepress tbody tr td,
.c-b0488a5 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-b0488a5 table.tablepress tbody tr:last-child td,
.c-b0488a5 .tablepress tbody tr:last-child td,
.c-b0488a5 table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
.c-b0488a5 table.tablepress thead tr:first-child th:first-child,
.c-b0488a5 .tablepress thead tr:first-child th:first-child,
.c-b0488a5 table[id^=tablepress-] thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-b0488a5 table.tablepress thead tr:first-child th:last-child,
.c-b0488a5 .tablepress thead tr:first-child th:last-child,
.c-b0488a5 table[id^=tablepress-] thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-b0488a5 table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-b0488a5 .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-b0488a5 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-b0488a5 table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-b0488a5 .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-b0488a5 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-b0488a5 table.tablepress tbody tr:last-child td:first-child,
.c-b0488a5 .tablepress tbody tr:last-child td:first-child,
.c-b0488a5 table[id^=tablepress-] tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-b0488a5 table.tablepress tbody tr:last-child td:last-child,
.c-b0488a5 .tablepress tbody tr:last-child td:last-child,
.c-b0488a5 table[id^=tablepress-] tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-b0488a5 table.tablepress tbody tr:nth-child(even) td,
.c-b0488a5 .tablepress tbody tr:nth-child(even) td,
.c-b0488a5 table[id^=tablepress-] tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-b0488a5 table.tablepress tbody tr td.column-1,
.c-b0488a5 table.tablepress tbody tr.row-odd td:first-child,
.c-b0488a5 table.tablepress tbody tr td:first-child,
.c-b0488a5 .tablepress tbody tr td.column-1,
.c-b0488a5 .tablepress tbody tr td:first-child,
.c-b0488a5 table[id^=tablepress-] tbody tr td:first-child {
  font-weight: 700;
}
.c-b0488a5 table.tablepress tbody tr:hover td,
.c-b0488a5 .tablepress tbody tr:hover td,
.c-b0488a5 table[id^=tablepress-] tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
.c-b0488a5 .wp-block-table {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.c-b0488a5 .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-b0488a5 .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-b0488a5 .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-b0488a5 .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.c-b0488a5 .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-b0488a5 .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-b0488a5 .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-b0488a5 .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-b0488a5 .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-b0488a5 .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.c-b0488a5 .wp-block-table tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.c-b0488a5 img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
@media (max-width: 576px) {
  .c-b0488a5 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-b0488a5 ul, .c-b0488a5 ol {
  padding-left: 15px;
  margin: 0 0 10px 0;
}
.c-b0488a5 ul li, .c-b0488a5 ol li {
  margin-bottom: 5px;
}
.c-b0488a5 figure {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
  margin: 0;
}
.c-b0488a5 img.alignright {
  margin: 0 0 10px 10px;
  float: right;
}
@media (max-width: 576px) {
  .c-b0488a5 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-b0488a5 img.s-6fe60ce {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .c-b0488a5 img.s-6fe60ce {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    margin: 0 0 10px 0;
  }
}
.c-b0488a5 img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .c-b0488a5 img.aligncenter {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    object-fit: cover;
    margin: 0 0 10px 0;
  }
}
.c-b0488a5 p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 990px) {
  .c-b0488a5 p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
.c-b0488a5 a {
  font-weight: 500;
}
.c-b0488a5 a:hover {
  text-decoration: underline;
}
.c-b0488a5 strong {
  font-weight: 700;
}
.c-b0488a5 h1, .c-b0488a5 h2, .c-b0488a5 h3, .c-b0488a5 h4, .c-b0488a5 h5 {
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .c-b0488a5 h1, .c-b0488a5 h2, .c-b0488a5 h3, .c-b0488a5 h4, .c-b0488a5 h5 {
    margin-bottom: 15px;
  }
}
.c-b0488a5 h1 {
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 990px) {
  .c-b0488a5 h1 {
    font-size: 28px;
    line-height: 39px;
  }
}
.c-b0488a5 h2 {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 990px) {
  .c-b0488a5 h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
.c-b0488a5 h3 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-b0488a5 h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-b0488a5 h4 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-b0488a5 h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-b0488a5 h5 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-b0488a5 h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-13d0676 .m-f027619 {
  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-13d0676 .m-f027619 {
    padding: 15px;
  }
}
.c-13d0676 .m-a829e12 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-13d0676 .m-c32c1cf {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
}
@media (max-width: 768px) {
  .c-13d0676 .m-c32c1cf {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-13d0676 .m-a24b27f {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 768px) {
  .c-13d0676 .m-a24b27f {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.c-13d0676 .m-fb941b0 {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 768px) {
  .c-13d0676 .m-fb941b0 {
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
}
.c-13d0676 .m-9089846 {
  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-13d0676 .m-9089846 {
    font-size: 16px;
    padding: 8px 14px;
  }
}
@media (max-width: 576px) {
  .c-13d0676 .m-9089846 {
    font-size: 14px;
    padding: 8px;
  }
}
.c-13d0676 .m-5aaec71 {
  align-items: flex-end;
}
.c-13d0676 .s-8503ec9 {
  overflow: hidden;
  display: grid;
  grid-template-columns: 800px 1fr;
  grid-gap: 20px;
}
@media (max-width: 1280px) {
  .c-13d0676 .s-8503ec9 {
    grid-template-columns: 700px 1fr;
  }
}
@media (max-width: 1100px) {
  .c-13d0676 .s-8503ec9 {
    grid-template-columns: 600px 1fr;
  }
}
@media (max-width: 1000px) {
  .c-13d0676 .s-8503ec9 {
    grid-template-columns: 1fr;
  }
}
.c-13d0676 .s-3f0ebb0 {
  overflow: hidden;
  cursor: pointer;
  height: 265px;
}
@media (max-width: 1200px) {
  .c-13d0676 .s-3f0ebb0 {
    height: auto;
  }
}
.c-13d0676 .s-3f0ebb0 img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 265px;
  object-fit: cover;
}
@media (max-width: 990px) {
  .c-13d0676 .s-3f0ebb0 img {
    height: auto;
  }
}
.c-13d0676 .s-3e6ba43 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-13d0676 .s-f0381f5 {
  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-13d0676 .s-f0381f5 {
    padding: 20px;
    height: auto;
  }
}
.c-13d0676 .s-10c69a8 {
  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-13d0676 .s-10c69a8 {
    height: auto;
  }
}
.c-13d0676 .s-62d112c {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}
.c-13d0676 .s-e6d01b7 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}
.c-13d0676 .s-12d97dc {
  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-13d0676 .s-8503ec9 .tns-controls {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.c-13d0676 .s-8503ec9 .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-13d0676 .s-8503ec9 .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-13d0676 .s-8503ec9 .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-13d0676 .s-8503ec9 .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-13d0676 .a-0d7c9c4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-13d0676 .a-0d7c9c4 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.c-13d0676 .a-2091770 {
  padding: 20px 60px 20px 20px;
  position: relative;
}
.c-13d0676 .a-5862a14 {
  position: absolute;
  right: 10px;
  top: 20%;
}
.c-13d0676 .a-606d4cd {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-13d0676 .a-606d4cd {
    font-size: 23px;
  }
}
.c-13d0676 .a-1c5ee62 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-13d0676 .a-7d73943 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-13d0676 .a-7d73943 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-13d0676 .a-7d73943 {
    grid-template-columns: 1fr;
  }
}
.c-13d0676 .a-b9bd957 {
  margin-bottom: 15px;
}
.c-13d0676 .a-7d15854 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-13d0676 .a-7d15854 {
    font-size: 23px;
  }
}
.c-13d0676 .a-e939e01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-13d0676 .a-7f69b67 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-13d0676 .a-7f69b67 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-13d0676 .a-7f69b67 {
    grid-template-columns: 1fr;
  }
}
.c-13d0676 .a-b8e3128 {
  padding: 40px;
}
.c-13d0676 .a-4f80432 {
  margin: 0 auto 15px auto;
  display: block;
}
.c-13d0676 .a-38c86fe {
  text-align: center;
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  line-height: 21px;
}
.c-13d0676 .t-c24bf00 {
  padding: 20px;
}
.c-13d0676 .t-1b7d854 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  line-height: 21px;
}
.c-13d0676 .t-1b7d854 svg {
  transition: 0.3s;
}
.c-13d0676 .t-08055e1 svg {
  transform: rotate(180deg);
}
.c-13d0676 .t-e3ab067 {
  margin-top: 20px;
  display: none;
}
.c-13d0676 .t-15fcc44 {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-13d0676 .t-15fcc44 span {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.c-13d0676 .t-15fcc44:last-child {
  margin: 0;
}
.c-13d0676 .t-129199f {
  padding: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-13d0676 .t-6eb7685 {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 2.5px 10px;
}
.c-13d0676 .t-6eb7685 img {
  margin: 0 10px 0 0;
}
.c-13d0676 .t-5527be3 {
  padding: 17.5px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-13d0676 .t-5527be3 {
    grid-template-columns: 1fr;
  }
}
.c-13d0676 .t-0c9d8f8 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-13d0676 .t-0c9d8f8 img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-13d0676 .t-0c9d8f8 img {
    height: 60px;
  }
}
.c-13d0676 .t-93c07be {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .c-13d0676 .t-93c07be {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
}
.c-13d0676 .t-ed77a17 {
  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-13d0676 .i-70ec9f0 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-13d0676 .i-70ec9f0 {
    grid-template-columns: 1fr;
  }
}
.c-13d0676 .i-7c579f6 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 576px) {
  .c-13d0676 .i-7c579f6 {
    grid-template-columns: 1fr;
  }
}
.c-13d0676 .i-a754080 {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.c-13d0676 .i-2122a50 {
  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-13d0676 .i-2122a50 {
    margin-bottom: 20px;
  }
}
.c-13d0676 .i-04a525b {
  padding: 20px;
  position: relative;
  min-height: 140px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}
@media (max-width: 990px) {
  .c-13d0676 .i-04a525b {
    min-height: 120px;
  }
}
.c-13d0676 .i-f424fc5 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  width: auto;
  height: 50px;
  object-fit: contain;
}
.c-13d0676 .i-c6a2374 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-13d0676 .i-3ba4a8f {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.c-13d0676 .i-05ae7c7 {
  display: inline-block;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.c-13d0676 .i-70ec9f0 .f-9f0922f {
  margin-bottom: 15px;
}
.c-13d0676 .i-cfa972e {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  margin-bottom: 25px;
}
.c-13d0676 .i-accfeb6 {
  margin-top: auto;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.c-13d0676 .i-accfeb6:hover {
  transform: scale(1.1);
}
.c-13d0676 .i-df27d03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-13d0676 .i-df27d03 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .c-13d0676 .i-df27d03 {
    grid-template-columns: 1fr;
  }
}
.c-13d0676 .i-d8ee185 {
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.c-13d0676 .i-598a450 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.c-13d0676 .i-07a0c21 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.c-13d0676 .i-c9c25b7 {
  position: absolute;
  right: 10px;
  object-fit: contain;
  width: auto;
  height: 40px;
  top: 26%;
}
.c-13d0676 .i-43cc4c7 {
  overflow: hidden;
  position: relative;
}
.c-13d0676 .i-43cc4c7 .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-13d0676 .i-43cc4c7 .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-13d0676 .i-43cc4c7 .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-13d0676 .i-43cc4c7 .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-13d0676 .i-43cc4c7 .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-13d0676 .i-43cc4c7 .tns-outer {
  position: relative;
  overflow: hidden;
}
.c-13d0676 .i-430617e {
  overflow: hidden;
  height: 180px;
}
@media (max-width: 576px) {
  .c-13d0676 .i-430617e {
    height: auto;
  }
}
.c-13d0676 .i-26ea692 {
  padding: 20px;
  position: relative;
  min-height: 140px;
  cursor: pointer;
}
.c-13d0676 .i-c3743f1 {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  width: auto;
  height: 80px;
}
.c-13d0676 .i-9ee638e {
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.c-13d0676 .r-5da5172 {
  overflow: hidden;
  max-height: 350px;
}
.c-13d0676 .r-5da5172 .tns-outer {
  display: flex;
  flex-direction: column;
}
.c-13d0676 .r-5da5172 .tns-controls {
  display: none;
}
.c-13d0676 .r-5da5172 .tns-nav {
  margin-top: 15px;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-13d0676 .r-5da5172 .tns-nav button {
  width: 5px;
  height: 12px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  margin: 0 5px;
}
.c-13d0676 .r-5fd9eb6 {
  padding: 20px;
  cursor: pointer;
}
.c-13d0676 .r-b700016 {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
  margin-bottom: 15px;
}
.c-13d0676 .r-eee28a9 {
  border-radius: 50%;
  object-fit: cover;
  height: 60px;
  width: 60px;
}
.c-13d0676 .r-358485c {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}
.c-13d0676 .r-c87f84a {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.c-13d0676 .p-73c1a26 {
  overflow: hidden;
}
.c-13d0676 .p-73c1a26 button[data-action] {
  display: none;
}
.c-13d0676 .p-73c1a26 .tns-controls {
  display: none;
}
.c-13d0676 .p-7b69b3d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-13d0676 .p-7b69b3d .p-8209d0b {
  margin: 0;
}
.c-13d0676 .p-32d5855 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-13d0676 .p-32d5855:hover {
  text-decoration: none;
}
.c-13d0676 .p-89b75d5 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 0 0;
}
@media (max-width: 990px) {
  .c-13d0676 .p-89b75d5 {
    font-size: 15px;
  }
}
.c-13d0676 .p-95bf744 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 60px;
}
.c-13d0676 .p-95bf744 img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-13d0676 .p-ffc5ee1 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 50px;
}
.c-13d0676 .p-ffc5ee1 img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.c-13d0676 .p-73c1a26 .tns-outer {
  overflow: hidden;
}
.c-13d0676 .p-2e7c4d8 {
  overflow: hidden;
  height: 80px;
}
.c-13d0676 .p-115d5ea {
  height: 80px;
  overflow-x: hidden;
  margin-top: 35px;
}
@media (max-width: 990px) {
  .c-13d0676 .p-115d5ea {
    margin-top: 25px;
  }
}
.c-13d0676 .p-f67cf4b {
  height: 93px;
  overflow-x: hidden;
}
.c-13d0676 .p-29546c1 {
  height: 80px;
  overflow-x: hidden;
}
.c-13d0676 .p-29546c1 .p-95bf744 img {
  max-height: 100%;
  height: 70px;
}
.c-13d0676 .a-10772ef {
  padding: 25px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 990px) {
  .c-13d0676 .a-10772ef {
    padding: 20px;
    margin-top: 0;
  }
}
.c-13d0676 .a-52752db {
  max-width: 400px;
}
.c-13d0676 .a-788c19a {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 990px) {
  .c-13d0676 .a-788c19a {
    font-size: 28px;
    line-height: 38px;
  }
}
.c-13d0676 .a-c7cd49c {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .c-13d0676 .a-c7cd49c {
    font-size: 16px;
    line-height: 21px;
  }
}
.c-13d0676 .a-29bb13e {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .c-13d0676 .a-29bb13e {
    grid-template-columns: 1fr 1fr;
  }
}
.c-13d0676 .a-fb24d16 {
  position: absolute;
  right: 40px;
  top: -25px;
}
@media (max-width: 990px) {
  .c-13d0676 .a-fb24d16 {
    display: none;
  }
}
.c-13d0676 .a-fb24d16 img {
  right: 0;
  z-index: 2;
  top: 0;
  max-width: 325px;
  object-fit: contain;
  height: 325px;
  width: 100%;
  box-sizing: border-box;
}
.c-13d0676 .s-cab659c {
  overflow: hidden;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
}
@media (max-width: 990px) {
  .c-13d0676 .s-cab659c {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.c-13d0676 .s-6385f22 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-13d0676 .s-6385f22 img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  width: auto;
  box-sizing: border-box;
}
.c-13d0676 .s-c879481 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-13d0676 .s-c879481 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-13d0676 .s-c879481 {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-13d0676 .s-1bd66c5 {
  overflow: hidden;
}
.c-13d0676 .s-9c146bd {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-13d0676 .s-9c146bd {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-13d0676 .s-eedac8a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-13d0676 .s-eedac8a img {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 576px) {
  .c-13d0676 .s-eedac8a img {
    height: 130px;
  }
}
.c-13d0676 .s-7d8177b {
  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-13d0676 .s-7d8177b:hover {
  text-decoration: none;
}
.c-13d0676 .c-255ea82 {
  list-style-type: none;
  padding: 0;
}
.c-13d0676 .c-255ea82 li {
  position: relative;
  padding-left: 25px;
}
.c-13d0676 .c-255ea82 li img {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  object-fit: contain;
  top: 0;
}
.c-13d0676 .i-9be4261 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: start;
}
@media (max-width: 990px) {
  .c-13d0676 .i-9be4261 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-13d0676 .i-f4e5a15 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .c-13d0676 .i-f4e5a15 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
.c-13d0676 .i-d2679b2 {
  padding-left: 15px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 990px) {
  .c-13d0676 .i-d2679b2 {
    margin: 0;
  }
}
.c-13d0676 .i-490033d {
  font-size: 16px;
  position: relative;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}
.c-13d0676 .i-490033d svg {
  position: absolute;
  left: -15px;
  top: 2px;
}
.c-13d0676 .i-caedc19 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.c-13d0676 .i-d0eefac {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .c-13d0676 .i-d0eefac {
    font-size: 24px;
    line-height: 28px;
  }
}
.c-13d0676 .i-3da9949 {
  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-13d0676 .i-3da9949 {
    max-width: 375px;
  }
}
.c-13d0676 .i-584e24a {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px;
}
@media (max-width: 576px) {
  .c-13d0676 .i-584e24a {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-13d0676 .i-7df9aa0 {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .c-13d0676 .i-7df9aa0 {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .c-13d0676 .i-10df673:nth-child(1), .c-13d0676 .i-10df673:nth-child(2) {
    display: none;
  }
}
.c-13d0676 .i-10df673 {
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.c-13d0676 .i-10df673 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-13d0676 .i-10df673 img {
    height: 20px;
  }
}
.c-13d0676 .i-10df673 svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .c-13d0676 .i-10df673 svg {
    height: 20px;
  }
}
.c-13d0676 .i-d9cfe21 {
  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-13d0676 .i-d9cfe21 {
    max-width: 100%;
  }
}
.c-13d0676 .i-d9cfe21:hover {
  text-decoration: none;
}
.c-13d0676 .i-00b3c05 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-13d0676 .i-b6db81a {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.c-13d0676 .i-e133d2c {
  object-fit: contain;
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 110px;
  width: 110px;
}
@media (max-width: 990px) {
  .c-13d0676 .i-e133d2c {
    height: 95px;
    width: 95px;
  }
}
.c-13d0676 .i-bc2561b {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  margin-bottom: 10px;
}
.c-13d0676 .i-dedfa70 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 50px;
}
.c-13d0676 .i-2059f59 {
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-13d0676 .g-5df7fb1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-13d0676 .g-93a15c8 {
  margin-bottom: 0;
}
.c-13d0676 .g-ed7dfd8 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.c-13d0676 .g-ed7dfd8 img {
  max-width: 100%;
  height: 270px;
  object-fit: cover;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
.c-13d0676 .g-73dead3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-13d0676 .g-27a453c .n-eaf56c7 {
  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-13d0676 .g-27a453c .n-eaf56c7 {
    height: 30px;
    width: 30px;
  }
}
.c-13d0676 .g-27a453c .n-eaf56c7:hover {
  opacity: 1;
}
.c-13d0676 .g-27a453c .p-3f964bf {
  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-13d0676 .g-27a453c .p-3f964bf {
    height: 30px;
    width: 30px;
  }
}
.c-13d0676 .g-27a453c .p-3f964bf:hover {
  opacity: 1;
}
.c-13d0676 .t-4a6e6b3 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .c-13d0676 .t-4a6e6b3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .c-13d0676 .t-04aa192 {
    overflow-x: auto;
    display: flex;
  }
}
.c-13d0676 .t-2956a10 {
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  padding: 14px;
}
@media (max-width: 576px) {
  .c-13d0676 .t-2956a10 {
    padding: 10px;
    font-size: 15px;
    white-space: nowrap;
    border: none;
  }
}
.c-13d0676 .t-2956a10:hover {
  background: red;
}
.c-13d0676 .t-069d874 {
  display: none;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .c-13d0676 .t-069d874 {
    padding: 10px;
    font-size: 15px;
  }
}
.c-13d0676 .t-fb239e9 {
  display: block;
}
.c-13d0676 .d-39fa4ae {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .c-13d0676 .d-39fa4ae {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .c-13d0676 .d-39fa4ae {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-13d0676 .d-19ccb47 {
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.c-13d0676 .d-19ccb47:hover .d-f0dd2dc {
  opacity: 1;
}
.c-13d0676 .d-19ccb47 img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-13d0676 .d-a31f39d {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-13d0676 .d-f0dd2dc {
  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-13d0676 .d-f0dd2dc::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-13d0676 .d-c810bef {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.c-13d0676 .d-9b88054 {
  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-13d0676 .d-5e1f518 {
  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-13d0676 .d-5e1f518:hover {
  text-decoration: none;
}
.c-13d0676 .s-97cb81f {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 990px) {
  .c-13d0676 .s-97cb81f {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-13d0676 .s-3ac4013 {
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-13d0676 .s-15b31c1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .c-13d0676 .s-15b31c1 {
    min-height: 200px;
    height: auto;
  }
}
.c-13d0676 .s-f1122cc {
  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-13d0676 .s-f1122cc 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-13d0676 .s-f1122cc button:hover {
  text-decoration: none;
}
.c-13d0676 .s-f1122cc 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-13d0676 .s-f1122cc a:hover {
  text-decoration: none;
}
.c-13d0676 .s-7dc16bd thead {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.c-13d0676 .s-7dc16bd thead tr:first-child {
  border-radius: 8px;
  background: #373737;
  overflow: hidden;
}
.c-13d0676 .s-7dc16bd tbody {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.c-13d0676 .s-7dc16bd tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
.c-13d0676 .s-7dc16bd tr td {
  border: none !important;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 17px;
}
.c-13d0676 .s-7dc16bd 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-13d0676 .s-7dc16bd tr:nth-child(2n) {
  border-radius: 8px;
  background: #373737;
}
.c-13d0676 .r-368f201 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.c-13d0676 .r-b08e2e8 {
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 230px 1fr 2fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-13d0676 .r-b08e2e8 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.c-13d0676 .r-b08e2e8:nth-child(-n+3) .r-a4b8162 {
  padding-right: 35px;
}
@media (max-width: 990px) {
  .c-13d0676 .r-b08e2e8:nth-child(-n+3) .r-a4b8162 {
    padding: 35px 0 0 0;
  }
}
.c-13d0676 .r-a4b8162 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-13d0676 .r-a4b8162 svg {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 990px) {
  .c-13d0676 .r-a4b8162 svg {
    left: 0;
    right: auto;
  }
}
.c-13d0676 .r-a4b8162 img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 130px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 25px;
}
.c-13d0676 .r-1874449 {
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.c-13d0676 .r-1874449 svg {
  position: absolute;
  left: 0;
  top: 0;
}
.c-13d0676 .r-850b68f {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 990px) {
  .c-13d0676 .r-850b68f {
    text-align: left;
    font-size: 16px;
  }
}
.c-13d0676 .r-af74b73 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 990px) {
  .c-13d0676 .r-af74b73 {
    text-align: left;
    font-size: 16px;
  }
}
.c-13d0676 .r-85f023b {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.c-13d0676 .r-7c18b52 {
  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-13d0676 .r-7c18b52 {
    font-size: 16px;
  }
}
.c-13d0676 .b-f57869a {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c-13d0676 .b-8b0c75f {
  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-13d0676 .b-8b0c75f {
    grid-template-columns: 1fr;
    min-height: auto;
    grid-gap: 15px;
  }
}
.c-13d0676 .b-503c600 {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .c-13d0676 .b-503c600 {
    padding: 15px;
  }
}
.c-13d0676 .b-503c600 img {
  border-radius: 10px;
  display: block;
  max-height: 120px;
  box-sizing: border-box;
  object-fit: contain;
  max-width: 120px;
}
.c-13d0676 .b-bd317fc {
  padding: 5px 10px;
  text-align: center;
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
@media (max-width: 990px) {
  .c-13d0676 .b-bd317fc {
    padding: 0;
  }
}
.c-13d0676 .b-d7f6700 {
  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-13d0676 .b-d7f6700 {
    border: none !important;
  }
}
.c-13d0676 .b-d7f6700 li {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.c-13d0676 .b-d7f6700 li svg {
  margin-right: 5px;
}
.c-13d0676 .b-7accca1 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.c-13d0676 .b-72c665d {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.c-13d0676 .b-f288f72 {
  padding: 5px 20px 5px 10px;
}
@media (max-width: 990px) {
  .c-13d0676 .b-f288f72 {
    padding: 0 15px 15px 15px;
  }
}
.c-13d0676 .b-28a132f {
  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-13d0676 .b-6b06a5d {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

.c-d99d911 {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 990px) {
  .c-d99d911 {
    grid-template-columns: 1fr;
  }
}
.c-0a68450 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-0a68450 img {
  height: 120px;
  width: 120px;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 50%;
}
.c-7215136 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
.c-fe136d1 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.c-d34d5ef {
  padding-left: 15px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.c-2a6e59b {
  font-weight: 400;
  opacity: 0.9;
  font-size: 14px;
  line-height: 21px;
}

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

.f-dbfd94f {
  margin-top: 30px;
}
@media (max-width: 990px) {
  .f-dbfd94f {
    margin-top: 20px;
  }
}
.f-245a103 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .f-245a103 {
    font-size: 26px;
    line-height: 33px;
  }
}
.f-fd48608 {
  padding: 30px;
}
@media (max-width: 990px) {
  .f-fd48608 {
    padding: 20px;
  }
}
.f-3b103da {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.f-3b103da:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none !important;
}
.f-8f29870 {
  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-8f29870 {
    font-size: 20px;
    line-height: 25px;
  }
}
.f-8f29870 svg {
  transition: 0.3s;
}
.f-a5777a2 svg {
  transform: rotate(180deg);
}
.f-697b5b7 {
  margin: 10px 0 0 0;
  font-size: 16px;
  display: block;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 990px) {
  .f-697b5b7 {
    font-size: 14px;
    line-height: 22px;
  }
}

.c-a9239d6 {
  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-75ca5af {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}
.c-ef9302a {
  margin-left: 0.35em;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.c-b0488a5 .c-37a30d3 .c-75ca5af {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cu-text);
}

.c-12083ea {
  --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-12083ea button {
  width: auto !important;
  max-width: none;
}
.c-c6fa866 {
  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-c6fa866 {
    flex-direction: column;
    align-items: stretch;
  }
}
.c-615c76a {
  flex: 1;
  min-width: 0;
}
.c-c54c403 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.c-9f488b9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-9f488b9 svg {
  display: block;
  width: 20px;
  height: 20px;
}
.c-935192f {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-29a968e {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.c-8ca2724 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--cc-text-color);
}
.c-d6ca0a6 {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.c-d6ca0a6 .c-0736c8a {
  font-size: 18px;
}
.c-a85dd78 {
  font-size: 14px;
  line-height: 1.2;
  color: var(--cc-body-color);
}
.c-a11e7e6 {
  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-a11e7e6:hover {
  opacity: 0.85;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .c-a11e7e6 {
    width: 100%;
  }
}
.c-858e40a {
  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-858e40a::-webkit-scrollbar {
  height: 5px;
}
.c-858e40a::-webkit-scrollbar-track {
  background: #e8edf3;
  border-radius: 999px;
}
.c-858e40a::-webkit-scrollbar-thumb {
  background: #b8c3d1;
  border-radius: 999px;
}
.c-0d9497d {
  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-52f21f5 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.c-b723a7e {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.c-e8711fe {
  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-7d347a1 {
  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-7d347a1 svg {
  display: block;
  width: 12px;
  height: 12px;
}
.c-205ee38 {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}
.c-897cc69 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--cc-text-color);
}
.c-a37f2e4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--cc-line-color);
}
.c-fa90bab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  margin: 0;
}
.c-0736c8a {
  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-0736c8a.i-a5f143c {
  color: var(--cc-star-color);
}
.c-76eb197 {
  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-6d9543b {
  flex: 1;
  padding: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-6d9543b p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-6d9543b p:last-child {
  margin-bottom: 0;
}
.c-79fd390 {
  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-55468c0 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.c-e397450 {
  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-e397450 svg {
  flex-shrink: 0;
}
.c-e397450.i-a5f143c {
  color: var(--cc-text-color);
}
.c-de2bcdb {
  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-66ba75b {
  margin-top: 20px;
  background: transparent;
  border: 1px solid var(--cc-line-color);
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.c-dc00f70 {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--cc-text-color);
}
.c-dc00f70 .r-01d0b75 {
  color: #ef4444;
}
.c-d7d2e37 {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.c-e7ca912 {
  grid-column: 1/-1;
}
.c-a3ffc4f {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: auto;
  max-width: none;
  flex-wrap: nowrap;
}
.c-4fcedff {
  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-4fcedff.i-a5f143c, .c-4fcedff.i-807489d {
  color: var(--cc-star-color);
}
.c-4fcedff:hover {
  transform: scale(1.08);
}
.c-4fcedff:focus-visible {
  outline: 2px solid var(--cc-star-color);
  outline-offset: 2px;
  border-radius: 2px;
}
.c-95fe51a {
  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-95fe51a {
    grid-template-columns: 1fr;
  }
}
.c-95fe51a .c-daa3a8f,
.c-95fe51a .c-b6b3c0a,
.c-95fe51a .f-1defcc6 {
  grid-column: 1/-1;
}
.c-95fe51a .l-f5b1c7c,
.c-95fe51a .m-237e8df {
  grid-column: 1/-1;
  margin: 0;
  font-size: 14px;
  color: var(--cc-body-color);
}
.c-95fe51a input,
.c-95fe51a 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-95fe51a input::placeholder,
.c-95fe51a textarea::placeholder {
  color: var(--cc-text-color);
  opacity: 0.55;
}
.c-95fe51a textarea {
  min-height: 130px;
  resize: vertical;
}
.c-b3d8618 {
  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-b3d8618:hover {
  opacity: 0.85;
}
.c-b3d8618:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.c-6996a7f {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #ef4444;
}
.c-d71f647 {
  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-b0488a5 .c-12083ea .c-6d9543b p {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--cc-body-color);
}
.c-b0488a5 .c-12083ea .c-6d9543b p:last-child {
  margin-bottom: 0;
}

.f-b3c0155 .c-b4592b6 {
  padding: 40px 0;
}
@media (max-width: 990px) {
  .f-b3c0155 .c-b4592b6 {
    padding: 20px 0;
  }
}
.f-d6358d8 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .f-d6358d8 {
    grid-gap: 10px;
  }
}
.f-6534810 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-6534810 img {
  display: block;
  max-width: 150px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.f-38789a9 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.f-75f3a24 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.f-f224218 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.f-f224218 li {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
  cursor: pointer;
}
.f-f224218 a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
}
.f-08bd188 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .f-08bd188 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.f-964181c {
  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-964181c {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.f-d3e378b {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .f-d3e378b {
    justify-content: center;
  }
}
.f-d3e378b a,
.f-d3e378b 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-d3e378b a,
  .f-d3e378b button {
    margin: 0 10px;
  }
}
.f-d3e378b img {
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
  margin-left: 15px;
  width: auto;
  display: block;
}
@media (max-width: 990px) {
  .f-d3e378b img {
    margin: 0 10px;
  }
}
@media (max-width: 576px) {
  .f-d3e378b img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-d3e378b a img,
.f-d3e378b button img {
  margin: 0;
}
.f-ca64b9f {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .f-ca64b9f {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
}
.f-6710ee6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.f-6710ee6 a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-6710ee6 a img {
  object-fit: contain;
  max-width: 25px;
  max-height: 25px;
}
.f-db4677f {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.f-db4677f a,
.f-db4677f 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-db4677f img {
  margin: 0 10px 5px 0;
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
}
@media (max-width: 576px) {
  .f-db4677f img {
    max-width: 70px;
    max-height: 30px;
  }
}
.f-db4677f a img,
.f-db4677f button img {
  margin: 0;
  display: block;
}
.f-6040ba3 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 4fr 1fr;
}
@media (max-width: 990px) {
  .f-6040ba3 {
    grid-template-columns: 1fr;
  }
}
.f-0d54ee9 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.f-92d56be {
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.7;
}
@media (max-width: 990px) {
  .f-92d56be {
    text-align: center;
  }
}
.f-c52b6ff {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.f-9f0922f {
  background: #e3fa48;
  padding: 8px 22px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-9f0922f svg {
  fill: #000;
}
.f-9f0922f span {
  display: flex;
  color: #000;
  flex-direction: column;
}
.f-9f0922f span span {
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}
.f-9f0922f span span:last-child {
  margin-top: 5px;
  font-weight: 700;
}

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

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

.r-1e5d664 {
  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-1e5d664 {
    width: min(560px, 94%);
    padding: 16px 12px 14px;
    border-radius: 12px;
  }
}
.r-4521451 {
  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-757aa66 {
  margin: 0 auto 12px;
  max-width: 420px;
}
.r-757aa66 img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.r-1b5587d {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .r-1b5587d {
    font-size: 20px;
  }
}
.r-2734f51 {
  margin-bottom: 14px;
}
.r-2734f51 p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}
@media (max-width: 768px) {
  .r-2734f51 p {
    font-size: 13px;
  }
}
.r-2734f51 p:last-child {
  margin-bottom: 0;
}
.r-56cd81f {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.r-c2a7656 {
  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-c2a7656 img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.r-9b5d2ce {
  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-9b5d2ce {
    font-size: 13px;
    width: 100%;
    max-width: 100%;
  }
}
.r-9b5d2ce:hover {
  opacity: 0.92;
  text-decoration: none;
}
.r-e3f912a {
  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-e3f912a {
    font-size: 13px;
    max-width: 100%;
    width: 100%;
  }
}
.r-8d5b8da {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.8;
}

.i-cd9ce0c {
  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-cd9ce0c {
    max-width: 900px;
    height: 370px;
  }
}
.i-ad014a0 {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}
.i-49d89ca {
  display: flex;
}
.i-cd9ce0c iframe {
  width: 100%;
  box-sizing: border-box;
  height: 390px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  .i-cd9ce0c iframe {
    height: 300px;
  }
}
.i-e6c650d {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}
.i-e6c650d::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-2b32aee {
  display: block;
}

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