/* myixi-page-home.css — Reserved for home page-specific styles. */
/* =========================================================
   MYIXI Home Page
   Page ID: 2
   File: myixi-page-home.css
   ========================================================= */


/* =========================================================
   Home Hero
   Section: #brxe-72510d
   ========================================================= */

body.page-id-2 {
  --mx-primary: var(--myixi-primary, #055B90);
  --mx-primary-hover: var(--myixi-primary-hover, #044A76);
  --mx-heading: var(--myixi-text, #17324A);
  --mx-muted: var(--myixi-muted, #5E7285);
  --mx-border: var(--myixi-border, #CFE0EE);
  --mx-soft: var(--myixi-soft, #EEF6FB);
  --mx-card-radius: 20px;
  --mx-card-radius-lg: 28px;
  --mx-card-shadow: 0 12px 30px rgba(16, 42, 67, 0.055);
  --mx-card-shadow-hover: 0 18px 42px rgba(16, 42, 67, 0.095);
  --mx-container-hero: 1280px;
}

body.page-id-2 #brx-content {
  overflow-x: hidden;
}

body.page-id-2 #brxe-72510d {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  padding: 88px 0 106px;

  display: flex;
  align-items: center;

  background-image:
    linear-gradient(
      90deg,
      rgba(8, 22, 35, 0.58) 0%,
      rgba(8, 22, 35, 0.36) 32%,
      rgba(238, 246, 251, 0.14) 62%,
      rgba(238, 246, 251, 0.04) 100%
    ),
    url("https://myixi.net/wp-content/uploads/2026/05/myixi-custom-factory-and-company.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body.page-id-2 #brxe-72510d::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 42%, rgba(255,255,255,0.26), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
}

body.page-id-2 #brxe-72510d::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -72px;
  height: 150px;
  z-index: 1;
  background: #eef8fe;
  border-radius: 50% 50% 0 0 / 36% 36% 0 0;
}

body.page-id-2 #brxe-72510d .myixi-container-wide {
  position: relative;
  z-index: 2;
  width: min(var(--mx-container-hero), calc(100% - 56px)) !important;
  margin-inline: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

body.page-id-2 #brxe-72510d .myixi-hero-card {
  width: min(820px, 100%) !important;
  max-width: 820px !important;
  margin-left: clamp(20px, 4vw, 86px) !important;
  margin-right: auto !important;

  padding: 46px 54px 44px !important;
  border-radius: 28px;

  background:
    linear-gradient(
      180deg,
      rgba(246, 251, 255, 0.94) 0%,
      rgba(238, 247, 252, 0.86) 100%
    ) !important;

  border: 1px solid rgba(205, 224, 237, 0.92) !important;
  box-shadow:
    0 24px 56px rgba(8, 22, 35, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.page-id-2 #brxe-72510d .myixi-eyebrow {
  margin: 0 0 15px !important;
  color: var(--mx-primary) !important;
  font-size: 14px !important;
  line-height: 1.3;
  font-weight: 800 !important;
  letter-spacing: 0.025em !important;
}

body.page-id-2 #brxe-72510d .myixi-hero-title {
  max-width: 12em !important;
  margin: 0 0 24px !important;

  color: var(--mx-primary) !important;
  font-size: clamp(40px, 2.72vw, 52px) !important;
  line-height: 1.13 !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
}

body.page-id-2 #brxe-72510d .myixi-hero-lede {
  max-width: 650px !important;
  margin: 0 0 32px !important;

  color: #23425F !important;
  font-size: 17px !important;
  line-height: 1.68 !important;
  font-weight: 500 !important;
}

body.page-id-2 #brxe-72510d .myixi-hero-lede p {
  margin: 0;
}

body.page-id-2 #brxe-72510d .myixi-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

body.page-id-2 #brxe-72510d .myixi-btn-primary,
body.page-id-2 #brxe-72510d .myixi-btn-outline {
  min-height: 44px !important;
  padding: 0 28px !important;
  font-size: 12.5px !important;
}

body.page-id-2 #brxe-72510d #brxe-875de5.myixi-btn-outline.bricks-button {
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(5, 91, 144, 0.42) !important;
  color: #055B90 !important;
  box-shadow: none !important;
}

body.page-id-2 #brxe-72510d #brxe-875de5.myixi-btn-outline.bricks-button:hover {
  background: #055B90 !important;
  border-color: #055B90 !important;
  color: #ffffff !important;
  box-shadow: 0 12px 26px rgba(5, 91, 144, 0.22) !important;
  transform: translateY(-2px);
}


/* =========================================================
   Product Categories
   Section: #brxe-95af39
   ========================================================= */

body.page-id-2 #brxe-95af39 {
  position: relative;
  overflow: hidden;
  background: #eef8fe;
  padding: 68px 0 82px;
}

body.page-id-2 #brxe-95af39 .myixi-container,
body.page-id-2 #brxe-95af39 .myixi-container-wide {
  width: min(1240px, calc(100% - 56px));
  margin-inline: auto;
}

body.page-id-2 #brxe-95af39 .myixi-section-heading {
  margin: 0 0 12px;
  color: var(--mx-heading);
  font-size: clamp(30px, 2.1vw, 40px);
  line-height: 1.14;
  font-weight: 760;
  letter-spacing: -0.035em;
  text-align: center;
}

body.page-id-2 #brxe-95af39 .myixi-section-lede {
  max-width: 720px;
  margin: 0 auto;
  color: #23425F;
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
}

body.page-id-2 #brxe-95af39 .myixi-section-lede p {
  margin: 0;
}

body.page-id-2 #brxe-95af39 .brxe-tabs-nested > .tab-content,
body.page-id-2 #brxe-95af39 .tab-content,
body.page-id-2 #brxe-95af39 .tab-pane {
  width: 100%;
  border: none !important;
  box-shadow: none !important;
}

body.page-id-2 #brxe-95af39 .tab-menu {
  width: fit-content !important;
  max-width: calc(100% - 32px) !important;
  margin: 28px auto 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;

  padding: 6px !important;
  background: rgba(255, 255, 255, 0.62) !important;
  border: 1px solid var(--mx-border) !important;
  border-radius: 999px !important;
  overflow: visible !important;

  box-shadow:
    0 12px 28px rgba(16, 42, 67, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

body.page-id-2 #brxe-95af39 .tab-title {
  min-height: 42px !important;
  padding: 0 26px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: transparent !important;
  border-radius: 999px !important;
  color: var(--mx-primary) !important;

  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  text-align: center !important;
  cursor: pointer;

  transition:
    background-color .18s ease,
    color .18s ease,
    box-shadow .18s ease;
}

body.page-id-2 #brxe-95af39 .tab-title:hover {
  background: rgba(5, 91, 144, 0.08) !important;
}

body.page-id-2 #brxe-95af39 .tab-title.brx-open,
body.page-id-2 #brxe-95af39 .tab-title[aria-selected="true"] {
  background: var(--mx-primary) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(5, 91, 144, 0.22) !important;
}

body.page-id-2 #brxe-95af39 .tab-title.brx-open *,
body.page-id-2 #brxe-95af39 .tab-title[aria-selected="true"] * {
  color: #ffffff !important;
}

body.page-id-2 #brxe-95af39 .myixi-category-panel-grid {
  width: 100%;
  max-width: 1180px;
  margin: 44px auto 0;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.page-id-2 #brxe-95af39 .myixi-category-panel-grid > * {
  height: 100%;
}

body.page-id-2 #brxe-95af39 .myixi-category-card {
  position: relative !important;
  height: 100%;
  overflow: hidden;

  display: flex !important;
  flex-direction: column !important;

  background: #ffffff;
  border: 1px solid var(--mx-border);
  border-radius: var(--mx-card-radius);
  box-shadow: var(--mx-card-shadow);

  cursor: pointer;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

body.page-id-2 #brxe-95af39 .myixi-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(5, 91, 144, 0.24);
  box-shadow: var(--mx-card-shadow-hover);
}

body.page-id-2 #brxe-95af39 .myixi-category-image {
  width: 100% !important;
  height: 260px !important;
  aspect-ratio: auto !important;

  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;

  padding: 22px 22px 8px !important;
  background: #ffffff !important;
}

body.page-id-2 #brxe-95af39 .myixi-card-title,
body.page-id-2 #brxe-95af39 .myixi-card-text,
body.page-id-2 #brxe-95af39 .myixi-card-link {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

body.page-id-2 #brxe-95af39 .myixi-card-title {
  min-height: 2.5em;
  margin-top: 16px !important;
  margin-bottom: 10px !important;

  color: var(--mx-heading);
  font-size: 21px;
  line-height: 1.22;
  font-weight: 780;
  letter-spacing: -0.018em;
}

body.page-id-2 #brxe-95af39 .myixi-card-text {
  min-height: 4.6em;
  margin-bottom: 18px !important;

  color: #5B7188;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 500;
}

body.page-id-2 #brxe-95af39 .myixi-card-link {
  width: fit-content;
  margin-top: auto !important;
  margin-bottom: 24px !important;

  color: var(--mx-primary);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 760;
  text-decoration: none;
}

body.page-id-2 #brxe-95af39 .myixi-card-link:hover {
  color: var(--mx-primary-hover);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.page-id-2 #brxe-95af39 .myixi-card-link-cover {
  position: static !important;
}

body.page-id-2 #brxe-95af39 .myixi-card-link-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: var(--mx-card-radius);
}

body.page-id-2 #brxe-95af39 .myixi-custom-panel-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 44px auto 0;
  border: none !important;
  box-shadow: none !important;
}

body.page-id-2 #brxe-95af39 .myixi-custom-banner {
  position: relative;
  overflow: hidden;
  isolation: isolate;

  min-height: 360px;
  padding: 64px 72px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  border-radius: 24px;
  border: 1px solid rgba(216, 230, 240, 0.72);
  box-shadow: 0 18px 42px rgba(16, 42, 67, 0.12);

  background-image:
    linear-gradient(
      90deg,
      rgba(8, 22, 35, 0.74) 0%,
      rgba(8, 22, 35, 0.52) 42%,
      rgba(8, 22, 35, 0.18) 72%,
      rgba(8, 22, 35, 0.08) 100%
    ),
    url("https://myixi.net/wp-content/uploads/2026/05/myixi-power-tech.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body.page-id-2 #brxe-95af39 .myixi-custom-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,0.22), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0));
}

body.page-id-2 #brxe-95af39 .myixi-custom-banner .myixi-card-title {
  max-width: 520px;
  min-height: auto !important;
  margin: 0 0 18px !important;

  color: #ffffff !important;
  font-size: clamp(30px, 2.6vw, 40px) !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
}

body.page-id-2 #brxe-95af39 .myixi-custom-banner .myixi-card-text {
  max-width: 620px;
  min-height: auto !important;
  margin: 0 0 30px !important;

  color: rgba(255,255,255,0.88) !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
}

body.page-id-2 #brxe-95af39 .myixi-custom-banner .myixi-btn-primary {
  min-height: 48px !important;
  padding: 0 32px !important;
}


/* =========================================================
   Why Choose
   Section: #brxe-6bdcc9
   ========================================================= */

body.page-id-2 #brxe-6bdcc9 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(5, 91, 144, 0.045), transparent 30%),
    linear-gradient(180deg, #eef8fe 0%, #ffffff 100%);
  padding: 78px 0 84px;
}

body.page-id-2 #brxe-6bdcc9 .myixi-container {
  width: min(1180px, calc(100% - 56px));
  margin-inline: auto;
}

body.page-id-2 #brxe-6bdcc9 .myixi-section-heading {
  margin: 0 0 14px;
  text-align: center;
  color: var(--mx-heading);
  font-size: clamp(30px, 2.15vw, 40px);
  line-height: 1.14;
  font-weight: 760;
  letter-spacing: -0.035em;
}

body.page-id-2 #brxe-6bdcc9 .myixi-why-lede {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
  color: #526D89;
  font-size: 15.5px;
  line-height: 1.65;
  font-weight: 500;
}

body.page-id-2 #brxe-6bdcc9 .myixi-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
  gap: 34px;
  align-items: center;

  padding: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--mx-border);
  border-radius: var(--mx-card-radius-lg);
  box-shadow:
    0 20px 50px rgba(16, 42, 67, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.page-id-2 #brxe-6bdcc9 .myixi-image-rounded {
  width: 100%;
  height: 390px;
  display: block;
  object-fit: cover;
  object-position: center center;

  border-radius: 20px;
  border: 1px solid var(--mx-border);
  box-shadow: 0 14px 34px rgba(16, 42, 67, 0.09);
}

body.page-id-2 #brxe-6bdcc9 .myixi-benefit-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
}

body.page-id-2 #brxe-6bdcc9 .myixi-benefit-item {
  position: relative;
  min-height: 56px;

  display: flex;
  align-items: center;

  padding: 14px 18px 14px 56px;

  background: #f5fbff;
  border: 1px solid var(--mx-border);
  border-radius: 16px;
  color: var(--mx-heading);

  font-size: 16px;
  line-height: 1.35;
  font-weight: 730;
  letter-spacing: -0.01em;

  box-shadow: 0 8px 18px rgba(16, 42, 67, 0.032);
}

body.page-id-2 #brxe-6bdcc9 .myixi-benefit-item::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);

  width: 25px;
  height: 25px;
  border-radius: 999px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--mx-primary);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;

  box-shadow: 0 6px 14px rgba(5, 91, 144, 0.22);
}


/* =========================================================
   Manufacturing Video
   Section: #brxe-d0dd96
   ========================================================= */

body.page-id-2 #brxe-d0dd96 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(5, 91, 144, 0.055), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  padding: 78px 0 86px;
}

body.page-id-2 #brxe-d0dd96 .myixi-container {
  width: min(1180px, calc(100% - 56px));
  margin-inline: auto;
}

body.page-id-2 #brxe-d0dd96 .myixi-section-heading {
  max-width: 920px;
  margin: 0 auto 40px;

  color: var(--mx-heading);
  font-size: clamp(32px, 2.35vw, 44px);
  line-height: 1.14;
  font-weight: 780;
  letter-spacing: -0.035em;
  text-align: center;
}

body.page-id-2 #brxe-d0dd96 .myixi-grid-2 {
  max-width: 1120px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 42px;
  align-items: center;

  padding: 42px 46px;

  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--mx-border);
  border-radius: var(--mx-card-radius-lg);

  box-shadow:
    0 22px 54px rgba(16, 42, 67, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

body.page-id-2 #brxe-d0dd96 .myixi-content-block {
  padding: 0;
}

body.page-id-2 #brxe-d0dd96 .myixi-content-block::before,
body.page-id-2 #brxe-d0dd96 .myixi-content-block::after {
  content: none !important;
  display: none !important;
}

body.page-id-2 #brxe-d0dd96 .myixi-subheading {
  max-width: 520px;
  margin: 0 0 20px;

  color: var(--mx-heading);
  font-size: clamp(26px, 1.75vw, 34px);
  line-height: 1.18;
  font-weight: 780;
  letter-spacing: -0.03em;
}

body.page-id-2 #brxe-d0dd96 .myixi-subheading::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin-top: 18px;
  background: var(--mx-primary);
  border-radius: 999px;
}

body.page-id-2 #brxe-d0dd96 .myixi-lede {
  max-width: 540px;
  margin: 0;

  color: #23425F;
  font-size: 16.5px;
  line-height: 1.7;
  font-weight: 500;
}

body.page-id-2 #brxe-d0dd96 .myixi-lede p {
  margin: 0;
}

body.page-id-2 #brxe-d0dd96 .myixi-lede strong {
  color: var(--mx-heading);
  font-weight: 780;
}

body.page-id-2 #brxe-d0dd96 .myixi-video-placeholder {
  position: relative;
  overflow: hidden;
  width: 100%;
  justify-self: stretch;

  background: #ffffff;
  border: 1px solid var(--mx-border);
  border-radius: 20px;

  box-shadow:
    0 16px 40px rgba(16, 42, 67, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.78);
}

body.page-id-2 #brxe-d0dd96 .myixi-video-placeholder::after {
  content: none !important;
  display: none !important;
}

body.page-id-2 #brxe-d0dd96 .brxe-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
  background: #102A43;
}

body.page-id-2 #brxe-d0dd96 .brxe-video iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0;
}


/* =========================================================
   Certification
   Section: #brxe-884258
   ========================================================= */

body.page-id-2 #brxe-884258 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(5, 91, 144, 0.04), transparent 32%),
    linear-gradient(180deg, #f6fbff 0%, #f1f9fe 100%);
  padding: 74px 0 76px;
}

body.page-id-2 #brxe-884258 .myixi-container {
  width: min(1120px, calc(100% - 56px));
  margin-inline: auto;
}

body.page-id-2 #brxe-884258 .myixi-section-heading {
  margin: 0 0 32px;
  text-align: center;

  color: var(--mx-heading);
  font-size: clamp(30px, 2.1vw, 40px);
  line-height: 1.14;
  font-weight: 760;
  letter-spacing: -0.035em;
}

body.page-id-2 #brxe-884258 .myixi-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: 28px;
  align-items: center;
}

body.page-id-2 #brxe-884258 .myixi-image-rounded {
  display: block;
  width: 100%;
  max-width: 480px;
  justify-self: end;

  padding: 28px;
  object-fit: contain;

  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--mx-border);
  border-radius: 20px;

  box-shadow:
    0 14px 34px rgba(16, 42, 67, 0.052),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

body.page-id-2 #brxe-884258 .myixi-content-block {
  width: 100%;
  max-width: 520px;
  justify-self: start;

  padding: 34px 36px;

  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--mx-border);
  border-radius: 20px;

  box-shadow:
    0 14px 34px rgba(16, 42, 67, 0.052),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.page-id-2 #brxe-884258 .myixi-content-block::before,
body.page-id-2 #brxe-884258 .myixi-content-block::after {
  content: none !important;
  display: none !important;
}

body.page-id-2 #brxe-884258 .myixi-lede {
  margin: 0 0 16px;

  color: var(--mx-heading);
  font-size: 19px;
  line-height: 1.45;
  font-weight: 740;
  letter-spacing: -0.018em;
}

body.page-id-2 #brxe-884258 .myixi-lede p {
  margin: 0;
}

body.page-id-2 #brxe-884258 .myixi-card-text {
  max-width: 460px;
  margin: 0 0 24px;

  color: #526D89;
  font-size: 15.5px;
  line-height: 1.68;
  font-weight: 500;
}

body.page-id-2 #brxe-884258 .myixi-btn-primary {
  min-height: 42px;
  padding: 0 22px;
  font-size: 11.5px;
}


/* =========================================================
   Reviews
   Section: #brxe-65fc5f
   ========================================================= */

body.page-id-2 #brxe-65fc5f {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(5, 91, 144, 0.04), transparent 32%),
    linear-gradient(180deg, #f1f9fe 0%, #eef8fe 100%);
  padding: 68px 0 76px;
}

body.page-id-2 #brxe-65fc5f .myixi-container {
  width: min(1120px, calc(100% - 56px));
  margin-inline: auto;
}

body.page-id-2 #brxe-65fc5f .myixi-section-heading {
  margin: 0 0 10px;

  color: var(--mx-heading);
  font-size: clamp(30px, 2.1vw, 40px);
  line-height: 1.14;
  font-weight: 760;
  letter-spacing: -0.035em;
}

body.page-id-2 #brxe-65fc5f .myixi-section-lede {
  max-width: 720px;
  margin: 0 0 28px;

  color: #526D89;
  font-size: 14.5px;
  line-height: 1.6;
  font-weight: 500;
}

body.page-id-2 #brxe-65fc5f .myixi-section-lede::before {
  content: "★★★★★";
  display: inline-flex;
  margin-right: 10px;

  color: var(--mx-primary);
  font-size: 12px;
  letter-spacing: 0.08em;
  vertical-align: 1px;
}

body.page-id-2 #brxe-65fc5f .myixi-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.page-id-2 #brxe-65fc5f .myixi-review-card {
  position: relative;
  min-height: 245px;
  height: 100%;

  display: flex;
  flex-direction: column;

  padding: 28px 26px 24px;

  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--mx-border);
  border-radius: var(--mx-card-radius);

  box-shadow:
    var(--mx-card-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease;
}

body.page-id-2 #brxe-65fc5f .myixi-review-card:hover {
  transform: translateY(-3px);
  border-color: rgba(5, 91, 144, 0.18);
  box-shadow:
    0 20px 44px rgba(16, 42, 67, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

body.page-id-2 #brxe-65fc5f .myixi-review-card::before {
  content: "“";
  position: absolute;
  top: 16px;
  right: 22px;

  color: rgba(5, 91, 144, 0.10);
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}

body.page-id-2 #brxe-65fc5f .myixi-review-text::before {
  content: "★★★★★";
  display: block;
  margin-bottom: 14px;

  color: var(--mx-primary);
  font-size: 12px;
  letter-spacing: 0.08em;
}

body.page-id-2 #brxe-65fc5f .myixi-review-text {
  position: relative;
  z-index: 1;
  margin: 0;

  color: #23425F;
  font-size: 14px;
  line-height: 1.68;
  font-weight: 500;
}

body.page-id-2 #brxe-65fc5f .myixi-review-text p {
  margin: 0;
}

body.page-id-2 #brxe-65fc5f .myixi-review-author {
  position: relative;
  z-index: 1;

  margin-top: auto;
  padding-top: 18px;

  color: var(--mx-heading);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 760;
}

body.page-id-2 #brxe-65fc5f .myixi-review-author::before {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-bottom: 12px;

  background: var(--mx-primary);
  border-radius: 999px;
}


/* =========================================================
   Latest News
   Section: #brxe-1ecbf2
   ========================================================= */

body.page-id-2 #brxe-1ecbf2 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 12%, rgba(5, 91, 144, 0.035), transparent 32%),
    linear-gradient(180deg, #eef8fe 0%, #ffffff 100%);
  padding: 70px 0 84px;
}

body.page-id-2 #brxe-1ecbf2 .myixi-container {
  width: min(1120px, calc(100% - 56px));
  margin-inline: auto;
}

body.page-id-2 #brxe-1ecbf2 .myixi-section-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

body.page-id-2 #brxe-1ecbf2 .myixi-section-heading {
  margin: 0;

  color: var(--mx-heading);
  font-size: clamp(30px, 2.1vw, 40px);
  line-height: 1.14;
  font-weight: 760;
  letter-spacing: -0.035em;
}

body.page-id-2 #brxe-1ecbf2 .myixi-btn-outline {
  min-height: 40px;
  padding: 0 20px;

  background: var(--mx-primary);
  border: 1px solid var(--mx-primary);
  color: #ffffff;

  font-size: 11px;
  font-weight: 780;
  box-shadow: 0 9px 20px rgba(5, 91, 144, 0.13);
}

body.page-id-2 #brxe-1ecbf2 .myixi-btn-outline:hover {
  background: var(--mx-primary-hover);
  border-color: var(--mx-primary-hover);
  color: #ffffff;
}

body.page-id-2 #brxe-1ecbf2 .myixi-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.page-id-2 #brxe-1ecbf2 .myixi-news-card {
  position: relative;
  overflow: hidden;
  height: 100%;

  display: flex;
  flex-direction: column;

  background: #ffffff;
  border: 1px solid var(--mx-border);
  border-radius: var(--mx-card-radius);
  cursor: pointer;

  box-shadow:
    var(--mx-card-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);

  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

body.page-id-2 #brxe-1ecbf2 .myixi-news-card:hover {
  transform: translateY(-3px);
  border-color: rgba(5, 91, 144, 0.18);
  box-shadow:
    0 18px 42px rgba(16, 42, 67, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

body.page-id-2 #brxe-1ecbf2 .myixi-news-image {
  width: 100%;
  aspect-ratio: 16 / 8.8;
  height: auto;

  display: block;
  object-fit: cover;
  object-position: center center;

  border-radius: 19px 19px 0 0;

  transition: transform .35s ease;
}

body.page-id-2 #brxe-1ecbf2 .myixi-news-card:hover .myixi-news-image {
  transform: scale(1.018);
}

body.page-id-2 #brxe-1ecbf2 .myixi-news-meta {
  margin: 18px 22px 7px;

  color: #64788d;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
  letter-spacing: 0.005em;
}

body.page-id-2 #brxe-1ecbf2 .myixi-news-meta a {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
}

body.page-id-2 #brxe-1ecbf2 .myixi-news-title {
  margin: 0 22px 24px;

  color: var(--mx-heading);
  font-size: clamp(18px, 1.08vw, 21px);
  line-height: 1.32;
  font-weight: 700;
  letter-spacing: -0.022em;

  transition: color .2s ease;
}

body.page-id-2 #brxe-1ecbf2 .myixi-news-card:hover .myixi-news-title {
  color: var(--mx-primary);
}

body.page-id-2 #brxe-1ecbf2 .myixi-news-title::after {
  content: " →";
  color: var(--mx-primary);
  font-weight: 760;
}

body.page-id-2 #brxe-1ecbf2 .myixi-news-cover-link {
  position: static !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-decoration: none !important;
}

body.page-id-2 #brxe-1ecbf2 .myixi-news-cover-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  border-radius: var(--mx-card-radius);
}

body.page-id-2 #brxe-1ecbf2 .myixi-news-image,
body.page-id-2 #brxe-1ecbf2 .myixi-news-meta,
body.page-id-2 #brxe-1ecbf2 .myixi-news-title {
  position: relative;
  z-index: 1;
}


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 991px) {
  body.page-id-2 #brxe-72510d {
    min-height: 650px;
    padding: 76px 0 92px;
  }

  body.page-id-2 #brxe-72510d .myixi-container-wide {
    width: calc(100% - 40px) !important;
  }

  body.page-id-2 #brxe-72510d .myixi-hero-card {
    margin-left: 0 !important;
    padding: 40px 38px 38px !important;
  }

  body.page-id-2 #brxe-95af39 {
    padding: 60px 0 72px;
  }

  body.page-id-2 #brxe-95af39 .myixi-category-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
    gap: 18px;
  }

  body.page-id-2 #brxe-95af39 .myixi-card-text {
    min-height: auto;
  }

  body.page-id-2 #brxe-6bdcc9 {
    padding: 66px 0 72px;
  }

  body.page-id-2 #brxe-6bdcc9 .myixi-container {
    width: calc(100% - 40px);
  }

  body.page-id-2 #brxe-6bdcc9 .myixi-grid-2 {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 24px;
  }

  body.page-id-2 #brxe-6bdcc9 .myixi-image-rounded {
    height: 340px;
  }

  body.page-id-2 #brxe-6bdcc9 .myixi-benefit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-id-2 #brxe-d0dd96 {
    padding: 66px 0 74px;
  }

  body.page-id-2 #brxe-d0dd96 .myixi-container {
    width: calc(100% - 40px);
  }

  body.page-id-2 #brxe-d0dd96 .myixi-section-heading {
    margin-bottom: 32px;
  }

  body.page-id-2 #brxe-d0dd96 .myixi-grid-2 {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
  }

  body.page-id-2 #brxe-884258 {
    padding: 64px 0 70px;
  }

  body.page-id-2 #brxe-884258 .myixi-container {
    width: calc(100% - 40px);
  }

  body.page-id-2 #brxe-884258 .myixi-grid-2 {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.page-id-2 #brxe-884258 .myixi-image-rounded,
  body.page-id-2 #brxe-884258 .myixi-content-block {
    max-width: 640px;
    justify-self: center;
  }

  body.page-id-2 #brxe-65fc5f {
    padding: 62px 0 68px;
  }

  body.page-id-2 #brxe-65fc5f .myixi-container {
    width: calc(100% - 40px);
  }

  body.page-id-2 #brxe-65fc5f .myixi-grid-3 {
    grid-template-columns: 1fr;
    max-width: 640px;
  }

  body.page-id-2 #brxe-1ecbf2 {
    padding: 62px 0 70px;
  }

  body.page-id-2 #brxe-1ecbf2 .myixi-container {
    width: calc(100% - 40px);
  }

  body.page-id-2 #brxe-1ecbf2 .myixi-grid-2 {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 767px) {
  body.page-id-2 #brxe-72510d {
    min-height: auto;
    padding: 48px 0 76px;
    background-position: center center;
  }

  body.page-id-2 #brxe-72510d::after {
    height: 92px;
    bottom: -46px;
  }

  body.page-id-2 #brxe-72510d .myixi-container-wide {
    width: calc(100% - 28px) !important;
  }

  body.page-id-2 #brxe-72510d .myixi-hero-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 30px 22px 28px !important;
    border-radius: 22px;
  }

  body.page-id-2 #brxe-72510d .myixi-eyebrow {
    font-size: 13px !important;
    margin-bottom: 12px !important;
  }

  body.page-id-2 #brxe-72510d .myixi-hero-title {
    max-width: 100% !important;
    font-size: 30px !important;
    line-height: 1.18 !important;
    margin-bottom: 18px !important;
  }

  body.page-id-2 #brxe-72510d .myixi-hero-lede {
    font-size: 16px !important;
    line-height: 1.62 !important;
    margin-bottom: 26px !important;
  }

  body.page-id-2 #brxe-72510d .myixi-button-group {
    gap: 10px;
  }

  body.page-id-2 #brxe-72510d .myixi-btn-primary,
  body.page-id-2 #brxe-72510d .myixi-btn-outline {
    width: 100%;
  }

  body.page-id-2 #brxe-95af39 {
    padding: 46px 0 58px;
  }

  body.page-id-2 #brxe-95af39 .myixi-container,
  body.page-id-2 #brxe-95af39 .myixi-container-wide {
    width: calc(100% - 28px);
  }

  body.page-id-2 #brxe-95af39 .myixi-section-heading {
    font-size: 32px;
    text-align: center;
  }

  body.page-id-2 #brxe-95af39 .myixi-section-lede {
    max-width: calc(100% - 12px);
    font-size: 16px;
    line-height: 1.58;
  }

  body.page-id-2 #brxe-95af39 .tab-menu {
    width: 100% !important;
    max-width: 460px !important;
    margin: 24px auto 0 !important;

    display: grid !important;
    grid-template-columns: .9fr .95fr 1.25fr !important;
    gap: 4px !important;

    padding: 5px !important;
    overflow: hidden !important;
  }

  body.page-id-2 #brxe-95af39 .tab-title {
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 0 6px !important;

    font-size: 12px !important;
    line-height: 1.05 !important;
  }

  body.page-id-2 #brxe-95af39 .myixi-category-panel-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 18px;
    margin-top: 28px;
  }

  body.page-id-2 #brxe-95af39 .myixi-category-card {
    border-radius: 18px;
  }

  body.page-id-2 #brxe-95af39 .myixi-category-card:hover {
    transform: none;
  }

  body.page-id-2 #brxe-95af39 .myixi-category-image {
    height: 190px !important;
    padding: 18px 18px 4px !important;
  }

  body.page-id-2 #brxe-95af39 .myixi-card-title,
  body.page-id-2 #brxe-95af39 .myixi-card-text,
  body.page-id-2 #brxe-95af39 .myixi-card-link {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  body.page-id-2 #brxe-95af39 .myixi-card-title {
    min-height: auto !important;
    font-size: 21px;
  }

  body.page-id-2 #brxe-95af39 .myixi-card-text {
    min-height: auto !important;
  }

  body.page-id-2 #brxe-95af39 .myixi-custom-panel-wrap {
    margin-top: 28px;
  }

  body.page-id-2 #brxe-95af39 .myixi-custom-banner {
    min-height: 330px;
    padding: 32px 22px;
    border-radius: 20px;
  }

  body.page-id-2 #brxe-95af39 .myixi-custom-banner .myixi-card-title {
    font-size: 28px !important;
  }

  body.page-id-2 #brxe-95af39 .myixi-custom-banner .myixi-btn-primary {
    width: 100% !important;
  }

  body.page-id-2 #brxe-6bdcc9 {
    padding: 54px 0 60px;
  }

  body.page-id-2 #brxe-6bdcc9 .myixi-container {
    width: calc(100% - 28px);
  }

  body.page-id-2 #brxe-6bdcc9 .myixi-section-heading {
    text-align: left;
    font-size: 31px;
    margin-bottom: 14px;
  }

  body.page-id-2 #brxe-6bdcc9 .myixi-why-lede {
    margin: 0 0 26px;
    text-align: left;
    font-size: 15px;
  }

  body.page-id-2 #brxe-6bdcc9 .myixi-grid-2 {
    gap: 20px;
    padding: 18px;
    border-radius: 22px;
  }

  body.page-id-2 #brxe-6bdcc9 .myixi-image-rounded {
    height: 230px;
    border-radius: 18px;
  }

  body.page-id-2 #brxe-6bdcc9 .myixi-benefit-list {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  body.page-id-2 #brxe-6bdcc9 .myixi-benefit-item {
    min-height: 52px;
    padding: 13px 15px 13px 52px;
    font-size: 15px;
  }

  body.page-id-2 #brxe-6bdcc9 .myixi-benefit-item::before {
    left: 15px;
    width: 23px;
    height: 23px;
  }

  body.page-id-2 #brxe-d0dd96 {
    padding: 54px 0 62px;
  }

  body.page-id-2 #brxe-d0dd96 .myixi-container {
    width: calc(100% - 28px);
  }

  body.page-id-2 #brxe-d0dd96 .myixi-section-heading {
    margin-bottom: 26px;
    font-size: 34px;
    text-align: left;
  }

  body.page-id-2 #brxe-d0dd96 .myixi-grid-2 {
    gap: 24px;
    padding: 22px;
    border-radius: 24px;
  }

  body.page-id-2 #brxe-d0dd96 .myixi-subheading {
    font-size: 26px;
  }

  body.page-id-2 #brxe-d0dd96 .myixi-lede {
    font-size: 16px;
  }

  body.page-id-2 #brxe-884258 {
    padding: 52px 0 56px;
  }

  body.page-id-2 #brxe-884258 .myixi-container {
    width: calc(100% - 28px);
  }

  body.page-id-2 #brxe-884258 .myixi-section-heading {
    text-align: left;
    font-size: 31px;
    margin-bottom: 24px;
  }

  body.page-id-2 #brxe-884258 .myixi-image-rounded {
    padding: 20px;
    border-radius: 20px;
  }

  body.page-id-2 #brxe-884258 .myixi-content-block {
    padding: 24px;
    border-radius: 20px;
  }

  body.page-id-2 #brxe-884258 .myixi-lede {
    font-size: 20px;
  }

  body.page-id-2 #brxe-884258 .myixi-btn-primary {
    width: 100%;
    min-height: 48px;
  }

  body.page-id-2 #brxe-65fc5f {
    padding: 52px 0 58px;
  }

  body.page-id-2 #brxe-65fc5f .myixi-container {
    width: calc(100% - 28px);
  }

  body.page-id-2 #brxe-65fc5f .myixi-section-heading {
    font-size: 31px;
    text-align: left;
  }

  body.page-id-2 #brxe-65fc5f .myixi-section-lede {
    margin-bottom: 24px;
    font-size: 14px;
  }

  body.page-id-2 #brxe-65fc5f .myixi-section-lede::before {
    display: block;
    margin: 0 0 8px;
  }

  body.page-id-2 #brxe-65fc5f .myixi-review-card {
    min-height: auto;
    padding: 26px 22px 24px;
  }

  body.page-id-2 #brxe-65fc5f .myixi-review-card:hover {
    transform: none;
  }

  body.page-id-2 #brxe-1ecbf2 {
    padding: 52px 0 58px;
  }

  body.page-id-2 #brxe-1ecbf2 .myixi-container {
    width: calc(100% - 28px);
  }

  body.page-id-2 #brxe-1ecbf2 .myixi-section-head-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
  }

  body.page-id-2 #brxe-1ecbf2 .myixi-section-heading {
    font-size: 31px;
    text-align: left;
  }

  body.page-id-2 #brxe-1ecbf2 .myixi-btn-outline {
    width: auto;
    min-height: 42px;
    padding: 0 20px;
    font-size: 11.5px;
  }

  body.page-id-2 #brxe-1ecbf2 .myixi-grid-2 {
    gap: 18px;
  }

  body.page-id-2 #brxe-1ecbf2 .myixi-news-card {
    border-radius: 20px;
  }

  body.page-id-2 #brxe-1ecbf2 .myixi-news-card:hover {
    transform: none;
  }

  body.page-id-2 #brxe-1ecbf2 .myixi-news-image {
    aspect-ratio: 16 / 8.6;
  }

  body.page-id-2 #brxe-1ecbf2 .myixi-news-meta {
    margin: 18px 20px 7px;
  }

  body.page-id-2 #brxe-1ecbf2 .myixi-news-title {
    margin: 0 20px 22px;
    font-size: 20px;
    line-height: 1.3;
  }
}

@media (max-width: 390px) {
  body.page-id-2 #brxe-95af39 .tab-title {
    font-size: 11.2px !important;
    padding: 0 4px !important;
  }

  body.page-id-2 #brxe-95af39 .myixi-category-image {
    height: 176px !important;
  }

  body.page-id-2 #brxe-1ecbf2 .myixi-btn-outline {
    width: 100%;
  }

  body.page-id-2 #brxe-1ecbf2 .myixi-news-title {
    font-size: 19px;
  }
}
/* =========================================================
   Certification Equal Height — Width Aligned Version
   Section: #brxe-884258
   Replace previous Certification Equal Height Polish block
   ========================================================= */

body.page-id-2 #brxe-884258 {
  padding: 74px 0 76px;
}

body.page-id-2 #brxe-884258 .myixi-container {
  width: min(1120px, calc(100% - 56px));
  margin-inline: auto;
}

body.page-id-2 #brxe-884258 .myixi-section-heading {
  max-width: 1120px;
  margin: 0 auto 32px;
  text-align: center;
  color: var(--mx-heading);
  font-size: clamp(30px, 2.1vw, 40px);
  line-height: 1.14;
  font-weight: 760;
  letter-spacing: -0.035em;
}

body.page-id-2 #brxe-884258 .myixi-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 28px;
  align-items: stretch;
}

body.page-id-2 #brxe-884258 .myixi-image-rounded,
body.page-id-2 #brxe-884258 .myixi-content-block {
  width: 100%;
  max-width: none;
  min-height: 360px;
  box-sizing: border-box;
  border: 1px solid var(--mx-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 14px 34px rgba(16, 42, 67, 0.052),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

body.page-id-2 #brxe-884258 .myixi-image-rounded {
  justify-self: stretch;
  align-self: stretch;
  height: 100%;
  display: block;
  padding: 28px;
  object-fit: contain;
  object-position: center center;
}

body.page-id-2 #brxe-884258 .myixi-content-block {
  justify-self: stretch;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 36px;
}

body.page-id-2 #brxe-884258 .myixi-content-block::before,
body.page-id-2 #brxe-884258 .myixi-content-block::after {
  content: none !important;
  display: none !important;
}

body.page-id-2 #brxe-884258 .myixi-lede {
  max-width: 520px;
  margin: 0 0 16px;
  color: var(--mx-heading);
  font-size: 19px;
  line-height: 1.45;
  font-weight: 740;
  letter-spacing: -0.018em;
}

body.page-id-2 #brxe-884258 .myixi-lede p {
  margin: 0;
}

body.page-id-2 #brxe-884258 .myixi-card-text {
  max-width: 460px;
  margin: 0 0 24px;
  color: #526D89;
  font-size: 15.5px;
  line-height: 1.68;
  font-weight: 500;
}

body.page-id-2 #brxe-884258 .myixi-btn-primary {
  width: fit-content;
  max-width: 100%;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 11.5px;
  line-height: 1.15;
  white-space: normal;
  text-align: center;
}

/* Tablet */
@media (max-width: 991px) {
  body.page-id-2 #brxe-884258 {
    padding: 64px 0 70px;
  }

  body.page-id-2 #brxe-884258 .myixi-container {
    width: calc(100% - 40px);
  }

  body.page-id-2 #brxe-884258 .myixi-grid-2 {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 640px;
    margin-inline: auto;
  }

  body.page-id-2 #brxe-884258 .myixi-image-rounded,
  body.page-id-2 #brxe-884258 .myixi-content-block {
    min-height: auto;
  }

  body.page-id-2 #brxe-884258 .myixi-image-rounded {
    height: auto;
    padding: 28px;
  }

  body.page-id-2 #brxe-884258 .myixi-content-block {
    padding: 34px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  body.page-id-2 #brxe-884258 {
    padding: 52px 0 56px;
  }

  body.page-id-2 #brxe-884258 .myixi-container {
    width: calc(100% - 28px);
  }

  body.page-id-2 #brxe-884258 .myixi-section-heading {
    margin-bottom: 24px;
    text-align: left;
    font-size: 31px;
  }

  body.page-id-2 #brxe-884258 .myixi-grid-2 {
    gap: 18px;
    max-width: 100%;
  }

  body.page-id-2 #brxe-884258 .myixi-image-rounded {
    padding: 20px;
    border-radius: 20px;
  }

  body.page-id-2 #brxe-884258 .myixi-content-block {
    padding: 24px;
    border-radius: 20px;
  }

  body.page-id-2 #brxe-884258 .myixi-lede {
    font-size: 20px;
    line-height: 1.34;
  }

  body.page-id-2 #brxe-884258 .myixi-btn-primary {
    width: 100%;
    min-height: 48px;
    font-size: 11.5px;
  }
}