.wp-c895851435 {
  margin: 24px auto;
  width: 100%;
  color: #222 !important;
  background-color: #fff;
  font-family: var(--theme-font-content, var(--cs-font-content)), serif;
}
.wp-7f723f239c {
  font-size: 16px;
  margin-bottom: 20px;
}
.wp-61967978b9 {
  border: var(--theme-border, var(--cs-border));
  box-shadow: var(--theme-shadow, var(--cs-shadow));
  border-radius: var(--theme-border-radius-element, var(--cs-border-radius-element));
  overflow: hidden;
}
.wp-25195031e6 {
  display: flex;
  align-items: center;
  border-bottom: var(--theme-border, var(--cs-border));
  overflow-x: auto;
}
.wp-27e5afd0b0 {
  padding: 16px;
  width: 100%;
  min-width: fit-content;
  text-align: center;
  cursor: pointer;
  color: #222;
  font-weight: 500;
  transition: color 0.24s ease-in-out;
  position: relative;
}
.wp-27e5afd0b0:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-main-color, var(--cs-main-color));
  opacity: 0;
  transition: opacity 0.24s ease-in-out;
}
.wp-27e5afd0b0:hover, .wp-27e5afd0b0.wp-14fb2d59e4 {
  color: var(--theme-main-color, var(--cs-main-color));
}
.wp-27e5afd0b0:hover:before, .wp-27e5afd0b0.wp-14fb2d59e4:before {
  opacity: 0.2;
}
.wp-27e5afd0b0:last-child {
  border-right: 0;
}
.wp-4c00440409 {
  padding: 16px;
}
.wp-d57e95a5fd {
  display: none;
}
.wp-d57e95a5fd.wp-b0e5062828 {
  display: block;
}
.wp-e0f720c52e {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.wp-e0f720c52e:last-child {
  margin-bottom: 0;
}
.wp-5c0ab7d703 {
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: fit-content;
  border-radius: var(--theme-border-radius, var(--cs-border-radius));
  background: var(--bar-background);
}
@media screen and (max-width: 767px) {
  .wp-5c0ab7d703 {
    font-size: 15px;
    padding: 8px 10px;
  }
}
.wp-7583c86213 {
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wp-7583c86213 {
    margin-left: 10px;
  }
}

.wp-89dc35bc6b {
  background: none !important;
  padding: 0 20px !important;
  margin: 24px 0 !important;
  border-radius: var(--theme-border-radius-element, var(--cs-border-radius-element));
  font-family: var(--theme-font-content, var(--cs-font-content)), serif;
}
@media screen and (max-width: 1023px) {
  .wp-89dc35bc6b {
    padding: 0 15px !important;
  }
}
.wp-89dc35bc6b .wp-b2f624e7f2 {
  margin: 0 0 24px !important;
}
.wp-89dc35bc6b .wp-b2f624e7f2:before, .wp-89dc35bc6b .wp-b2f624e7f2:after {
  display: none !important;
}
.wp-89dc35bc6b .wp-f3b5a39f6f {
  font-size: 16px;
  color: #777 !important;
  text-align: center !important;
  display: block !important;
  width: 100% !important;
  line-height: 1.75;
}
.wp-89dc35bc6b .wp-815140edd4 {
  margin: 24px 0 0 !important;
}
.wp-89dc35bc6b .wp-cf3771bc35 {
  width: 100%;
  margin: 0 0 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-89dc35bc6b .wp-f07f1eeb17 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.wp-89dc35bc6b .wp-f07f1eeb17 canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.wp-89dc35bc6b .wp-7e824724a2 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .wp-89dc35bc6b .wp-7e824724a2 {
    width: calc(100% - 120px);
  }
}
.wp-89dc35bc6b .wp-678e5f0d8c {
  margin-left: 20px;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .wp-89dc35bc6b .wp-678e5f0d8c {
    width: 120px;
    margin-left: 0;
  }
}
.wp-89dc35bc6b .wp-b346e2f50c {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border-radius: var(--theme-border-radius-element, var(--cs-border-radius-element));
  overflow: hidden;
  padding: 4px 8px;
  font-size: 14px;
  color: #222;
  font-weight: normal;
}
.wp-89dc35bc6b .wp-b346e2f50c:not(:last-child) {
  margin-bottom: 3px;
}
.wp-89dc35bc6b .wp-b346e2f50c:before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 0;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.24s ease-in-out;
  opacity: 0.2;
}
.wp-89dc35bc6b .wp-b346e2f50c.wp-14fb2d59e4:before, .wp-89dc35bc6b .wp-b346e2f50c:hover:before {
  background: var(--section-color, #09f);
}
.wp-89dc35bc6b .wp-b346e2f50c:after {
  content: "";
  width: 16px;
  height: 16px;
  order: -1;
  background: var(--section-color, #09f);
  border-radius: var(--theme-border-radius-element, var(--cs-border-radius-element));
  margin-right: 8px;
  flex-shrink: 0;
}
.wp-89dc35bc6b .wp-374521d380 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
  gap: 10px;
  white-space: nowrap;
  overflow-x: auto;
}
.wp-89dc35bc6b .wp-1e0749da7a {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.24s ease-in-out;
  border-radius: var(--theme-border-radius, var(--cs-border-radius));
  line-height: 1;
  min-width: fit-content;
}
.wp-89dc35bc6b .wp-1e0749da7a:hover, .wp-89dc35bc6b .wp-1e0749da7a.wp-14fb2d59e4 {
  background: var(--section-color);
  color: #fff;
}
.wp-89dc35bc6b .wp-e62af2c453 {
  display: inline-flex !important;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .wp-89dc35bc6b .wp-e62af2c453 {
    flex-wrap: wrap;
  }
}
.wp-89dc35bc6b .wp-5ac963b151, .wp-89dc35bc6b .wp-1b4107e922 {
  width: 47%;
  padding: 10px 10px 20px;
}
@media screen and (max-width: 1023px) {
  .wp-89dc35bc6b .wp-5ac963b151, .wp-89dc35bc6b .wp-1b4107e922 {
    width: 100%;
  }
}
.wp-89dc35bc6b .wp-5ac963b151 {
  flex-grow: 1;
}
.wp-89dc35bc6b .wp-e727c0e3d6 {
  margin: 0 0 15px !important;
  font-size: 22px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.wp-89dc35bc6b .wp-e727c0e3d6:before {
  width: 20px;
  height: 20px;
  background: var(--section-color, #09f);
  margin-right: 10px;
  content: "";
  border-radius: 20px;
  flex-shrink: 0;
}
.wp-89dc35bc6b .wp-c4c6382ab0 {
  font-size: 16px !important;
  color: #222 !important;
  font-weight: normal;
  margin: 0 !important;
}
.wp-89dc35bc6b .wp-ee3b5bb5a0 {
  padding: 5px 15px 5px;
  border: var(--theme-border, var(--cs-border));
  box-shadow: var(--theme-shadow, var(--cs-shadow));
  border-radius: var(--theme-border-radius-element, var(--cs-border-radius-element));
}
.wp-89dc35bc6b .wp-ee3b5bb5a0:not(:last-child) {
  margin-bottom: 10px;
}
.wp-89dc35bc6b .wp-8464bce990 {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wp-89dc35bc6b .wp-93390a62f2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.wp-89dc35bc6b .wp-93390a62f2 svg {
  display: block;
  fill: #222;
  transition: all 0.24s ease-in-out;
}
.wp-89dc35bc6b .wp-050fc5173b {
  display: none;
}
.wp-89dc35bc6b .wp-050fc5173b p {
  font-size: 14px;
  color: #777;
  margin: 0 !important;
}
.wp-89dc35bc6b .wp-ee3b5bb5a0.wp-14fb2d59e4 {
  padding-bottom: 15px;
}
.wp-89dc35bc6b .wp-ee3b5bb5a0.wp-14fb2d59e4 .wp-93390a62f2 svg {
  transform: rotate(180deg);
}

.wp-7f35c75fe8 {
  margin: 24px 0 !important;
  font-family: var(--theme-font-content, var(--cs-font-content)), serif;
}
.wp-7f35c75fe8 * {
  box-sizing: border-box;
}
.wp-bf750b27ee {
  margin: 24px 0 0 !important;
}
.wp-fabb74691e {
  width: 100%;
  border: var(--theme-border, var(--cs-border));
  box-shadow: var(--theme-shadow, var(--cs-shadow));
  border-radius: var(--theme-border-radius-element, var(--cs-border-radius-element));
}
.wp-fabb74691e:not(:last-child) {
  margin-bottom: 10px;
}
.wp-1ba3455130 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 50px 12px 20px;
  cursor: pointer;
  border-radius: var(--theme-border-radius-element, var(--cs-border-radius-element));
  transition: all 0.24s ease-in-out;
  position: relative;
  margin: 0 !important;
}
.wp-1ba3455130:hover {
  background: rgba(0, 0, 0, 0.03);
}
.wp-cee430bd60 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 !important;
}
@media screen and (max-width: 1023px) {
  .wp-cee430bd60 {
    font-size: 18px;
  }
}
.wp-fc8d5f0c4f {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.wp-fc8d5f0c4f svg {
  display: block;
  transition: transform 0.24s ease-in-out;
}
.wp-fabb74691e.wp-14fb2d59e4 .wp-fc8d5f0c4f svg {
  transform: rotate(180deg);
}
.wp-15a9fab3f8 {
  display: none;
  padding: 10px 20px 20px;
}
.wp-15a9fab3f8 p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
}
.wp-15a9fab3f8 img {
  border: var(--theme-border, var(--cs-border));
  box-shadow: var(--theme-shadow, var(--cs-shadow));
  border-radius: var(--theme-border-radius-element, var(--cs-border-radius-element));
  margin: 15px auto;
}

.wp-e66c47ee46 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
  font-family: var(--theme-font-content, var(--cs-font-content)), serif;
}
.wp-ece692231d {
  border-radius: var(--theme-border-radius-element, var(--cs-border-radius-element));
  border: var(--theme-border, var(--cs-border));
  box-shadow: var(--theme-shadow, var(--cs-shadow));
  flex-grow: 1;
  flex-shrink: 1;
  min-width: calc(25% - 20px);
  overflow: hidden;
}
.wp-7ca5d5757c {
  background: var(--theme-main-color, var(--cs-main-color));
  color: #fff !important;
  font-size: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.wp-7ca5d5757c a {
  font: inherit;
  color: currentColor !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 14px 15px;
}
.wp-243a47e13c {
  padding: 10px 15px;
}
.wp-243a47e13c a {
  text-decoration: none !important;
  border: none !important;
}
.wp-3110a3845f {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 0 !important;
  margin: 0 0 10px 0 !important;
}
.wp-39994cd978, .wp-39994cd978 li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.wp-39994cd978:before, .wp-39994cd978:after, .wp-39994cd978 li:before, .wp-39994cd978 li:after {
  content: none !important;
}
.wp-39994cd978 li {
  padding: 0 0 0 15px !important;
}
.wp-bc395ef3ed {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 14px;
}
.wp-bc395ef3ed:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.wp-4902a64635 {
  font-weight: bold;
  flex-grow: 0;
  flex-shrink: 0;
}
.wp-bc395ef3ed a {
  padding: 14px 15px;
  border: none !important;
  text-decoration: none !important;
  flex-grow: 1;
}

.wp-a70a4f1aac {
  margin: 64px auto 24px;
  width: 100%;
  color: #222 !important;
  background-color: #fff;
  font-family: var(--theme-font-content, var(--cs-font-content)), serif !important;
  padding: 24px;
  border: var(--theme-border, var(--cs-border));
  box-shadow: var(--theme-shadow, var(--cs-shadow));
  border-radius: var(--theme-border-radius-element, var(--cs-border-radius-element));
}
@media screen and (max-width: 767px) {
  .wp-a70a4f1aac {
    padding: 24px 16px;
  }
}
.wp-86b1ff1b83 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: -64px;
}
@media screen and (max-width: 767px) {
  .wp-86b1ff1b83 {
    margin-top: -48px;
  }
}
.wp-86b1ff1b83 .wp-4ddad06c69 {
  width: calc(20% - 16px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-86b1ff1b83 .wp-4ddad06c69 {
    width: calc(20% - 6px);
  }
}
.wp-86b1ff1b83 .wp-c15cc5a7d4 {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--theme-border, var(--cs-border));
  box-shadow: var(--theme-shadow, var(--cs-shadow));
  margin-bottom: 16px;
  font-size: 22px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .wp-86b1ff1b83 .wp-c15cc5a7d4 {
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .wp-86b1ff1b83 .wp-c15cc5a7d4 {
    font-size: 16px;
  }
}
.wp-86b1ff1b83 .wp-d3ae386686 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wp-86b1ff1b83 .wp-d3ae386686 {
    font-size: 14px;
  }
}
.wp-7f38fce9c7 {
  display: block;
  margin: 45px 0 0 !important;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.wp-3f19ee56ab {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px;
}
.wp-84a14b7490 {
  width: calc(20% - 12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-84a14b7490 {
    width: calc(50% - 12px);
  }
}
.wp-a02acf2336 {
  margin-bottom: 16px;
  border-radius: 50%;
  overflow: hidden;
  width: 90px;
  height: 90px;
}
.wp-a02acf2336 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wp-98f6fd7b5f {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--theme-main-color, var(--cs-main-color));
  transition: all 0.24s ease-in-out;
}
.wp-98f6fd7b5f:hover {
  color: var(--theme-dark-color, var(--cs-dark-color));
}
.wp-e07f752617 {
  font-size: 15px;
}
.wp-c3ec960690 {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wp-626eb62b9f {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 6px;
}
.wp-c3ec960690 a {
  margin-top: 6px;
  width: fit-content;
  color: var(--theme-main-color, var(--cs-dark-color));
  transition: all 0.24s ease-in-out;
}
.wp-c3ec960690 a:hover {
  color: var(--theme-dark-color, var(--cs-main-color)) !important;
}

.wp-7869a64c8e {
  margin: 24px 0 !important;
  font-family: var(--theme-font-content, var(--cs-font-content)), serif;
}
.wp-7869a64c8e * {
  box-sizing: border-box;
}
.wp-6f8157a7b2 {
  margin: 24px 0 0 !important;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (min-width: 766px) {
  .wp-6f8157a7b2 {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
.wp-d07e525f3f, .wp-84084d9b66 {
  --color: #0f9d58;
  --color-rgb: 15, 157, 88;
  width: 100%;
  background-color: var(--list-background);
  padding: 4px;
  border-radius: var(--theme-border-radius-element, var(--cs-border-radius-element));
  --border-radius: var(--theme-border-radius-element, var(--cs-border-radius-element));
  border: var(--list-border);
}
@media screen and (min-width: 766px) {
  .wp-d07e525f3f, .wp-84084d9b66 {
    width: calc(50% - 5px);
  }
}
.wp-6f8157a7b2 strong {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  font-size: 18px;
  color: var(--li-color);
}
.wp-6f8157a7b2 strong svg {
  vertical-align: middle;
  fill: var(--color);
  margin-right: 5px;
}
.wp-6f8157a7b2 ul {
  margin: 0 !important;
  padding: var(--list-padding);
  list-style: var(--list-style) !important;
}
.wp-6f8157a7b2 ul li {
  position: relative;
  min-height: 24px;
  padding: var(--li-padding);
  color: var(--li-color);
}
.wp-6f8157a7b2 ul li svg {
  fill: var(--color);
  position: absolute;
  top: 4px;
  left: 0;
}
.wp-84084d9b66 {
  --color: #cd2727;
  --color-rgb: 205, 39, 39;
}
.wp-a5c0c70f8f {
  --list-style: disc outside;
  --list-border: none;
  --li-padding: 5px 0 5px 11px;
  --list-padding: 0 15px 15px 38px;
}
.wp-a5c0c70f8f .wp-d07e525f3f, .wp-a5c0c70f8f .wp-84084d9b66 {
  --list-background: rgba(var(--color-rgb), .05);
  --li-color: var(--color);
}
.wp-e31f890ffd {
  --list-style: none;
  --list-border: 2px solid var(--theme-main-color, var(--cs-main-color));
  --li-padding: 5px 0 5px 30px;
  --list-padding: 0 15px 15px;
}
.wp-e31f890ffd .wp-d07e525f3f, .wp-e31f890ffd .wp-84084d9b66 {
  --list-background: transparent;
  --li-color: #222;
}