@font-face {
  font-family: "MiSans Latin VF";
  src: url(../fonts/MiSansLatinVF.ttf);
}

#xpb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
  overflow: hidden;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 1.5;
}

#xpb * {
  box-sizing: border-box;
}

#xpb .lazy {
  max-width: 100%;
  height: auto;
}

#xpb .xpb-container {
  max-width: calc(83.6% + 30px);
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 768px) {
  #xpb .xpb-container {
    max-width: 100%;
  }
}

#xpb .xpb-big-header {
  font-size: clamp(36px, 11vw, 110px);
  font-weight: 600;
  background: linear-gradient(136deg, #4b87d1 0%, #2f96a3 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "MiSans Latin VF";
  margin: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

#xpb .xpb-small-header {
  font-size: clamp(13px, 1.6vw, 18.4px);
  font-weight: 500;
  line-height: 1.3;
  display: block;
  font-family: "MiSans Latin VF";
  color: #000;
  margin: 0 0 0.3em;
  letter-spacing: 0;
  word-spacing: 0;
}

#xpb .xpb-medium-header {
  font-size: clamp(18px, 1.6vw, 26.286px);
  font-weight: 520;
  line-height: 1.3;
  display: block;
  font-family: "MiSans Latin VF";
  color: #000;
  margin: 0 0 0.3em;
  letter-spacing: 0;
  word-spacing: 0;
}

#xpb .border-text {
  display: inline-block;
  margin: 0 auto 30px auto !important;
  display: table;
  padding: 9px 24px;
  font-weight: 600;
  border-radius: 5px;
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #006eff, #a336ff) border-box;
  background-clip: text, border-box;
  -webkit-background-clip: text, border-box;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
}

#xpb .border-text:after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 1;
  background: #fff;
  border-radius: 3px;
}

#xpb .border-text span {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #006eff, #a336ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 19px;
  font-weight: 500;
}

@media (max-width: 767px) {
  #xpb .border-text span {
    font-size: 14px;
  }
}

#xpb .xpb-header {
  font-size: clamp(18px, 2.4vw, 23.54px) !important;
  font-weight: 330;
  line-height: 1.3;
  margin: 0 0 10px;
  font-family: "MiSans Latin VF";
  color: #000 !important;
}

#xpb .xpb-header strong {
  font-weight: 520;
}

#xpb .xpb-center {
  text-align: center;
}

#xpb .xpb-text {
  font-family: "MiSans Latin VF";
  font-weight: 300;
  line-height: 1.5;
  font-size: 12.7px;
  color: #000;
  margin: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

#xpb .xpb-small-text {
  font-size: 12.7px;
}

#xpb #xpb-hero {
  background-image: url(../img/section_1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 920/613;
  padding-top: 150px;
}

#xpb #xpb-hero .xpb-title-wrap {
  max-width: 300px;
  margin-left: auto;
  display: block;
  text-align: center;
}

#xpb #xpb-hero .xpb-slogan {
  display: block;
  line-height: 1.5;
  font-weight: 600;
  font-size: clamp(20px, 4.1vw, 38.55px);
  margin: 0.2em 0;
  font-family: "MiSans Latin VF";
  color: #000;
}

#xpb #xpb-hero .xpb-subheader {
  line-height: 1.5;
  font-size: clamp(14px, 2vw, 17.84px);
  font-weight: 300;
  font-family: "MiSans Latin VF";
  color: #000;
  max-width: 300px;
  margin: 0 0 0 auto;
  margin-top: 15px;
}

#xpb #xpb-hero .xiaomi-logo {
  height: clamp(16px, 3.2vw, 38px);
  width: auto;
}

@media (max-width: 768px) {
  #xpb #xpb-hero {
    padding-top: 45px;
    padding-bottom: 0;
    background-image: none;
    aspect-ratio: auto;
  }

  #xpb #xpb-hero .lazy.xpb-mobile-only {
    width: 100%;
  }

  #xpb #xpb-hero .xpb-title-wrap {
    margin: 0 auto;
  }
}

#xpb #xpb-features {
  padding: clamp(40px, 9vw, 80px) 0;
}

@media (min-width: 769px) {
  #xpb #xpb-features .xpb-container {
    max-width: calc(70.654% + 30px);
  }
}

#xpb #xpb-features .xpb-container {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

#xpb #xpb-features .xpb-container .xpb-two-items {
  display: flex;
  gap: 13px;
  width: 100%;
}

#xpb #xpb-features .xpb-container .xpb-two-items > div {
  width: 50%;
}

#xpb #xpb-features .xpb-item {
  border-radius: 10px;
  overflow: hidden;
  padding: 25px 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

#xpb #xpb-features .xpb-item.xpb-grid-item-1 {
  background-image: url(../img/section_2_image_1.webp);
  aspect-ratio: 649/236;
  display: flex;
  align-items: center;
}

#xpb #xpb-features .xpb-item.xpb-grid-item-1 .xpb-item-inner {
  max-width: 27%;
}

#xpb #xpb-features .xpb-item.xpb-grid-item-2 {
  background-image: url(../img/section_2_image_2.webp);
  aspect-ratio: 317/291;
}

#xpb #xpb-features .xpb-item.xpb-grid-item-3 {
  background-image: url(../img/section_2_image_3.webp);
  aspect-ratio: 318/291;
}

#xpb #xpb-features .xpb-item.xpb-grid-item-4 {
  background-image: url(../img/section_2_image_4.webp);
  aspect-ratio: 648/175;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#xpb #xpb-features .xpb-item.xpb-grid-item-4 .xpb-item-inner {
  max-width: calc(50% - 66px);
}

#xpb #xpb-features .xpb-item.xpb-grid-item-5 {
  background-image: url(../img/section_2_image_5.webp);
  aspect-ratio: 318/335;
}

#xpb #xpb-features .xpb-item.xpb-grid-item-6 {
  background-image: url(../img/section_2_image_6.webp);
  aspect-ratio: 318/335;
  display: flex;
  align-items: flex-end;
}

#xpb #xpb-features .xpb-item.xpb-grid-item-6 .xpb-item-inner {
  padding-right: 20px;
}

@media (max-width: 560px) {
  #xpb #xpb-features .xpb-item {
    padding: 20px;
  }
  #xpb #xpb-features .xpb-container .xpb-two-items {
    flex-direction: column;
  }

  #xpb #xpb-features .xpb-container .xpb-two-items > div {
    width: 100%;
  }

  #xpb #xpb-features .xpb-item.xpb-grid-item-1,
  #xpb #xpb-features .xpb-item.xpb-grid-item-4 {
    aspect-ratio: auto;
    background-position: center bottom;
    background-size: cover;
  }

  #xpb #xpb-features .xpb-item.xpb-grid-item-1 .xpb-item-inner {
    max-width: 40%;
  }

  #xpb #xpb-features .xpb-item.xpb-grid-item-4 .xpb-item-inner {
    max-width: 35%;
  }
}

#xpb #xpb-section-3 .xpb-inner {
  background-image: url(../img/section_3.webp);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  aspect-ratio: 920/729;
  padding-top: clamp(20px, 8vw, 75px);
}

#xpb #xpb-section-3 .xpb-big-header {
  margin-bottom: 0px;
  line-height: 1.2;
}

#xpb #xpb-section-3 .xpb-text {
  max-width: 90%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #xpb #xpb-section-3 .xpb-inner {
    background-image: none;
    aspect-ratio: auto;
  }

  #xpb #xpb-section-3 .xpb-mobile-only {
    border-radius: 2vw 2vw 0 0;
    margin-top: 5vw;
  }
}

#xpb #xpb-section-4 {
  padding-top: clamp(40px, 10vw, 90px);
}

#xpb #xpb-section-4 .xpb-medium-header {
  margin-bottom: 0px;
}

#xpb #xpb-section-4 .xpb-box {
  padding-top: 70px;
}

#xpb #xpb-section-4 .xpb-box .xpb-box-inner {
  display: flex;
  padding-top: 30px;
  align-items: flex-start;
}

#xpb #xpb-section-4 .xpb-box .xpb-box-inner .xpb-left {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 20px;
}

#xpb #xpb-section-4 .xpb-box .xpb-box-inner .xpb-left .xpb-small-header {
  margin-bottom: 0;
}

#xpb #xpb-section-4 .xpb-box .xpb-box-inner .xpb-right {
  width: 50%;
}

@media (max-width: 560px) {
  #xpb #xpb-section-4 .xpb-box .xpb-box-inner {
    display: block;
  }

  #xpb #xpb-section-4 .xpb-box .xpb-box-inner .xpb-right,
  #xpb #xpb-section-4 .xpb-box .xpb-box-inner .xpb-left {
    width: 100%;
  }

  #xpb #xpb-section-4 .xpb-box .xpb-box-inner .xpb-right {
    margin-top: 20px;
  }
}

#xpb #xpb-section-5 {
  padding-top: clamp(40px, 10vw, 90px);
}

#xpb #xpb-section-5 .xpb-boxes {
  display: flex;
  gap: 13px;
  width: 100%;
  padding-top: 30px;
}

#xpb #xpb-section-5 .xpb-boxes .xpb-box-inner {
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 30px;
  width: 50%;
}

#xpb #xpb-section-5 .xpb-boxes .xpb-box-inner.box-1 {
  background-image: url(../img/section_5_image_1.webp);
  aspect-ratio: 374/397;
}

#xpb #xpb-section-5 .xpb-boxes .xpb-box-inner.box-2 {
  background-image: url(../img/section_5_image_2.webp);
  aspect-ratio: 375/395;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (max-width: 560px) {
  #xpb #xpb-section-5 .xpb-boxes {
    display: block;
    padding-top: 0;
  }

  #xpb #xpb-section-5 .xpb-boxes .xpb-box-inner {
    width: 100%;
    margin-top: 15px;
  }
}

#xpb #xpb-section-6 {
  padding-top: 20px;
  margin-top: 80px;
}

#xpb #xpb-section-6 .xpb-header {
  margin-bottom: calc(-1 * clamp(40px, 10vw, 90px));
  position: relative;
  z-index: 1;
}

#xpb #xpb-section-7 {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

#xpb #xpb-section-7 .xpb-inner {
  background-image: url(../img/section_7.webp);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  aspect-ratio: 876/644;
  padding-top: clamp(20px, 8vw, 55px);
}

#xpb #xpb-section-7 .xpb-big-header {
  margin-bottom: 0px;
  line-height: 1.2;
}

#xpb #xpb-section-7 .xpb-text {
  max-width: 90%;
  margin: 0 auto;
}

#xpb #xpb-section-7 .xpb-inner .xpb-box {
  margin-top: 15px;
}

@media (max-width: 768px) {
  #xpb #xpb-section-7 .xpb-inner {
    background-image: none;
    aspect-ratio: auto;
  }

  #xpb #xpb-section-7 .xpb-mobile-only {
    border-radius: 2vw 2vw 0 0;
    margin-top: 5vw;
  }
}

#xpb #xpb-section-8 {
  background-image: url(../img/section_8.webp);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  aspect-ratio: 920/411;
  padding-top: 40px;
  position: relative;
  padding-left: 60%;
}

#xpb #xpb-section-8 .xpb-header {
  margin-bottom: 15px;
}

#xpb #xpb-section-8 .xpb-text {
  max-width: 670px;
  margin: 0 auto;
}

#xpb #xpb-section-8 .xpb-box {
  margin-top: 40px;
}

#xpb #xpb-section-8 .xpb-box .xpb-small-header span {
  font-size: 12px;
}

#xpb #xpb-section-8 .xpb-box .xpb-small-header {
  margin-bottom: 0;
}

#xpb #xpb-section-8 .xpb-small-text {
  opacity: 0.5;
  margin-top: 40px;
}

@media (max-width: 768px) {
  #xpb #xpb-section-8 {
    background-image: none;
    padding-left: 0;
    aspect-ratio: auto;
  }
}

#xpb #xpb-section-9 {
  padding-top: clamp(40px, 9vw, 80px);
}

#xpb #xpb-section-9 .xpb-text {
  max-width: 640px;
  margin: 0 auto;
}

#xpb #xpb-section-9 .xpb-header {
  margin-bottom: 20px;
}

#xpb #xpb-section-9 .xpb-boxes {
  display: flex;
  max-width: 640px;
  margin: 0 auto;
  gap: 40px;
  margin-top: 70px;
}

#xpb #xpb-section-9 .xpb-boxes .xpb-box-inner {
  width: 33.333333%;
}

#xpb #xpb-section-9 .xpb-boxes .xpb-box-inner .lazy {
    width: 53px;
}

#xpb #xpb-section-9 .xpb-boxes .xpb-box-inner .xpb-small-header {
  color: #004ed0;
  margin-top: 15px;
}

@media (max-width: 560px) {
  #xpb #xpb-section-9 .xpb-boxes {
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }
}

#xpb #xpb-section-10 {
  padding-top: clamp(50px, 12vw, 120px);
}

#xpb #xpb-section-10 .xpb-container,
#xpb #xpb-section-23 .xpb-container {
  max-width: calc(70.57% + 30px);
}

#xpb #xpb-section-10 .xpb-container img,
#xpb #xpb-section-23 .xpb-container img {
  margin-top: 40px;
  margin-bottom: 40px;
}

#xpb #xpb-section-11 {
  padding-top: clamp(40px, 10vw, 90px);
  padding-bottom: 60px;
}

#xpb #xpb-section-11 .xpb-inner {
  background-image: url(../img/section_11.webp);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  aspect-ratio: 878/562;
  padding-top: clamp(20px, 8vw, 75px);
}

#xpb #xpb-section-11 .xpb-big-header {
  margin-bottom: 0px;
  line-height: 1.2;
}

#xpb #xpb-section-11 .xpb-text {
  max-width: 90%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  #xpb #xpb-section-11 .xpb-info {
    margin-top: -55px;
  }
}

@media (max-width: 768px) {
  #xpb #xpb-section-11 .xpb-inner {
    background-image: none;
    aspect-ratio: auto;
  }

  #xpb #xpb-section-11 .xpb-mobile-only {
    border-radius: 2vw 2vw 0 0;
    margin-top: 5vw;
  }
}

#xpb #xpb-section-12 {
  background-image: url(../img/section_12.webp);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  aspect-ratio: 920/584;
  padding-top: 40px;
  position: relative;
  padding-left: 58%;
  display: flex;
  align-items: center;
}

#xpb #xpb-section-12 .xpb-header {
  margin-bottom: 15px;
}

#xpb #xpb-section-12 .xpb-box {
  margin-top: clamp(40px, 8vw, 90px);
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

#xpb #xpb-section-12 .xpb-box img {
  width: 50px;
  height: auto;
}

#xpb #xpb-section-12 .xpb-box > p {
  width: 85%;
}

#xpb #xpb-section-12 .xpb-box .xpb-small-header span {
  font-size: 12px;
}

#xpb #xpb-section-12 .xpb-box .xpb-small-header {
  margin-bottom: 0;
}

#xpb #xpb-section-12 .xpb-small-text {
  opacity: 0.5;
  font-size: 11px;
}

@media (min-width: 769px) {
  #xpb #xpb-section-12 .xpb-box .xpb-small-header,
  #xpb #xpb-section-12 .xpb-box .xpb-small-header span,
  #xpb #xpb-section-12 .xpb-box > .xpb-text,
  #xpb #xpb-section-12 .xpb-text,
  #xpb #xpb-section-12 .xpb-header {
    color: white !important;
  }

  #xpb #xpb-section-12 .xpb-text {
    max-width: 670px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  #xpb #xpb-section-12 {
    background-image: none;
    aspect-ratio: auto;
    padding-left: 0%;
    display: block;
  }

  #xpb #xpb-section-12 .xpb-mobile-only {
    margin-top: 30px;
  }
}

#xpb #xpb-section-13 {
  padding-top: clamp(40px, 10vw, 90px);
  padding-bottom: 60px;
}

#xpb #xpb-section-13 .xpb-inner {
  background-image: url(../img/section_13.webp);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  aspect-ratio: 878/645;
  padding-top: clamp(20px, 8vw, 75px);
}

#xpb #xpb-section-13 .xpb-big-header {
  margin-bottom: 0px;
  line-height: 1.2;
}

#xpb #xpb-section-13 .xpb-text {
  max-width: 90%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  #xpb #xpb-section-13 .xpb-info {
    margin-top: -55px;
  }
}

@media (max-width: 768px) {
  #xpb #xpb-section-13 .xpb-inner {
    background-image: none;
    aspect-ratio: auto;
  }

  #xpb #xpb-section-13 .xpb-mobile-only {
    border-radius: 2vw 2vw 0 0;
    margin-top: 5vw;
  }
}

#xpb #xpb-section-14 {
  padding-bottom: clamp(20px, 8vw, 75px);
}

#xpb #xpb-section-14 .xpb-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 30px 0;
}

@media (max-width: 560px) {
  #xpb #xpb-section-14 .xpb-inner {
    flex-direction: column;
  }
}

#xpb #xpb-section-15 .xpb-container {
  max-width: 660px;
}

#xpb #xpb-section-15 .xpb-footnote {
  font-weight: 220;
  margin-top: 2em;
}

@media (min-width: 769px) {
  #xpb #xpb-section-15 .xpb-text {
    color: white;
  }

  #xpb #xpb-section-15 {
    background-image: url(../img/section_15.webp);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    aspect-ratio: 920/729;
    padding-top: 53%;
  }
}

@media (max-width: 768px) {
  #xpb #xpb-section-15 {
    padding-bottom: 40px;
  }

  #xpb #xpb-section-15 .xpb-mobile-only {
    margin-top: 40px;
    border-radius: 2vw;
  }
}

#xpb #xpb-section-16 {
  padding-top: 40px;
}

#xpb #xpb-section-16 .xpb-logo-gemini {
  margin-bottom: 30px;
  width: 279px;
  height: auto;
}

#xpb #xpb-section-16 .xpb-footnote {
  font-weight: 220;
  margin-top: 6vw;
}

@media (min-width: 769px) {
  #xpb #xpb-section-16 {
    background-image: url(../img/section_16.webp);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    aspect-ratio: 920/634;
    padding-top: clamp(40px, 20vw, 165px);
  }

  #xpb #xpb-section-16 .xpb-inner {
    width: 45%;
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  #xpb #xpb-section-16 .xpb-mobile-only {
    margin-left: auto;
    display: block;
  }
}

#xpb #xpb-section-17 {
  padding-top: 40px;
}

#xpb #xpb-section-17 .xpb-logo-google {
  margin-bottom: 30px;
  width: 279px;
  height: auto;
}

#xpb #xpb-section-17 .xpb-footnote {
  font-weight: 220;
  margin-top: 6vw;
}

@media (min-width: 769px) {
  #xpb #xpb-section-17 {
    background-image: url(../img/section_17.webp);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    aspect-ratio: 920/523;
    padding-top: clamp(40px, 20vw, 165px);
  }

  #xpb #xpb-section-17 .xpb-inner {
    width: 45%;
    max-width: 320px;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  #xpb #xpb-section-17 .xpb-mobile-only {
    margin-left: auto;
    display: block;
  }
}

#xpb #xpb-section-18 {
  padding-top: clamp(40px, 10vw, 90px);
  padding-bottom: 60px;
}

#xpb #xpb-section-18 .xpb-inner {
  background-image: url(../img/section_18.webp);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  aspect-ratio: 878/644;
  padding-top: clamp(20px, 40vw, 370px);
}

#xpb #xpb-section-18 .xpb-big-header {
  margin-bottom: 0px;
  line-height: 1.2;
}

#xpb #xpb-section-18 .xpb-text {
  max-width: 90%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  #xpb #xpb-section-18 .xpb-info {
    margin-top: -55px;
  }
}

@media (max-width: 768px) {
  #xpb #xpb-section-18 .xpb-inner {
    background-image: none;
    aspect-ratio: auto;
    padding-top: 30px;
  }

  #xpb #xpb-section-18 .xpb-mobile-only {
    border-radius: 0 02vw 2vw;
    margin-top: 5vw;
  }
}

#xpb #xpb-section-19 .xpb-inner,
#xpb #xpb-section-20 .xpb-inner {
  padding: 30px 0 40px;
}

@media (min-width: 769px) {
  #xpb #xpb-section-19 .xpb-inner,
  #xpb #xpb-section-20 .xpb-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
  }
}

#xpb #xpb-section-21 {
  background-image: url(../img/section_21.webp);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  aspect-ratio: 92/84;
  padding-top: clamp(20px, 22vw, 200px);
  padding-right: 50%;
}

@media (max-width: 480px) {
  #xpb #xpb-section-21 {
    padding-top: 50px;
    padding-right: 40%;
  }
}

#xpb #xpb-section-22 {
  padding-top: clamp(40px, 10vw, 90px);
  padding-bottom: 60px;
}

#xpb #xpb-section-22 .xpb-inner {
  background-image: url(../img/section_22.webp);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  aspect-ratio: 877/562;
  padding-top: clamp(20px, 8vw, 75px);
}

#xpb #xpb-section-22 .xpb-big-header {
  margin-bottom: 0px;
  line-height: 1.2;
}

#xpb #xpb-section-22 .xpb-text {
  max-width: 90%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  #xpb #xpb-section-22 .xpb-info {
    margin-top: -55px;
  }
}

@media (max-width: 768px) {
  #xpb #xpb-section-22 .xpb-inner {
    background-image: none;
    aspect-ratio: auto;
  }

  #xpb #xpb-section-22 .xpb-mobile-only {
    border-radius: 2vw 2vw 0 0;
    margin-top: 5vw;
  }
}

#xpb #xpb-section-24 {
  padding-top: 40px;
}

#xpb #xpb-section-24 .xpb-footnote {
  margin-top: 60px;
}

#xpb #xpb-section-24 .xpb-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
}

#xpb #xpb-section-24 .xpb-grid-item .xpb-small-header {
  color: #004ed0;
}

@media (min-width: 769px) {
  #xpb #xpb-section-24 {
    background-image: url(../img/section_24.webp);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    aspect-ratio: 920/694;
    padding-top: clamp(40px, 18vw, 132px);
  }

  #xpb #xpb-section-24 .xpb-inner {
    width: 50%;
    max-width: 386px;
    margin-left: auto;
  }
}

#xpb #xpb-section-25 {
  padding-top: clamp(20px, 14vw, 120px);
}

#xpb #xpb-section-25 .xpb-inner {
  margin-top: 20px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 533/259;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 530px;
}

#xpb #xpb-section-25 .xpb-inner .xpb-small-header {
  color: #004ed0;
  margin-bottom: 0.6em;
}

@media (max-width: 560px) {
  #xpb #xpb-section-25 .xpb-inner.xpb-item-inner-1,
  #xpb #xpb-section-25 .xpb-inner.xpb-item-inner-2,
  #xpb #xpb-section-25 .xpb-inner.xpb-item-inner-3 {
    padding: 30px 15px;
  }
}

#xpb #xpb-section-25 .xpb-inner.xpb-item-inner-1 {
  background-image: url(../img/section_25_image_1.webp);
  padding-right: 32%;
}

#xpb #xpb-section-25 .xpb-inner.xpb-item-inner-2 {
  background-image: url(../img/section_25_image_2.webp);
  padding-right: 40%;
}

#xpb #xpb-section-25 .xpb-inner.xpb-item-inner-3 {
  background-image: url(../img/section_25_image_3.webp);
  padding-right: 40%;
}

@media (max-width: 768px) {
  #xpb #xpb-section-25 .xpb-inner.xpb-item-inner-2,
  #xpb #xpb-section-25 .xpb-inner.xpb-item-inner-3 {
    padding-right: 50%;
  }
}

#xpb #xpb-section-26 {
    padding: clamp(20px, 8vw, 75px) 0;
}

#xpb #xpb-section-26 .xpb-text {
    color: rgb(125, 125, 125); 
}

@media (min-width: 768px) {
  #xpb .xpb-mobile-only {
    display: none;
  }
}
