/** Shopify CDN: Minification failed

Line 1207:0 Unexpected "<"
Line 1366:0 Unexpected "<"

**/
/* =========================
   ROAMPASS hero
========================= */

.rp-hero-lite,
.rp-hero-lite * {
  box-sizing: border-box;
}

.rp-hero-lite {
  position: relative;
  overflow: hidden;
  color: #080b22;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background:
    radial-gradient(circle at 100% 0%, rgba(98,87,255,.10), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f7f8ff 58%, #fff8fb 100%);
}

.rp-hero-lite__media {
  display: none;
}

.rp-hero-lite__inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: auto;
  padding: 28px 18px 24px;
}

.rp-hero-lite__tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(10,15,35,.08);
  color: #5f667a;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.rp-hero-lite h1 {
  margin: 16px 0 10px;
  font-size: clamp(42px, 8vw, 74px);
  line-height: .95;
  letter-spacing: -.07em;
  font-weight: 900;
}

.rp-hero-lite h1 span {
  color: #6257ff;
}

.rp-hero-lite p {
  margin: 0 0 16px;
  max-width: 480px;
  color: #596076;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.42;
  font-weight: 500;
}

.rp-hero-lite__search {
  max-width: 620px;
  height: 56px;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid rgba(10,15,35,.08);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(10,15,35,.06);
}

.rp-hero-lite__searchicon {
  margin-left: 10px;
  color: #7d8497;
  font-size: 24px;
}

.rp-hero-lite__search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #080b22;
  font: inherit;
  font-size: 16px;
  font-weight: 650;
}

.rp-hero-lite__search input::placeholder {
  color: #8d93a6;
}

.rp-hero-lite__search button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: #6257ff;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.rp-hero-lite__chips {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.rp-hero-lite__chip {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(10,15,35,.07);
  color: #252b3d;
  font-size: 12px;
  font-weight: 750;
}

.rp-hero-lite__chip .material-symbols-outlined {
  font-size: 18px;
  color: #6257ff;
}

.rp-hero-lite__note {
  margin-top: 12px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid rgba(10,15,35,.08);
  color: #31374a;
  font-size: 13px;
  font-weight: 750;
}

.rp-hero-lite__note .material-symbols-outlined {
  font-size: 20px;
  color: #6257ff;
}

@media (min-width: 769px) {
  .rp-hero-lite {
    min-height: 520px;
  }

  .rp-hero-lite__media {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .rp-hero-lite__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .rp-hero-lite::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      90deg,
      rgba(255,255,255,.96) 0%,
      rgba(255,255,255,.90) 30%,
      rgba(255,255,255,.42) 58%,
      rgba(255,255,255,.08) 100%
    );
    pointer-events: none;
  }

  .rp-hero-lite__inner {
    max-width: 1180px;
    padding: 62px 42px 56px;
  }

  .rp-hero-lite h1 {
    max-width: 720px;
  }

  .rp-hero-lite p,
  .rp-hero-lite__search,
  .rp-hero-lite__chips,
  .rp-hero-lite__note {
    max-width: 560px;
  }
}





.rp-dest-min{
  --rp-blue:#2563eb;
  --rp-text:#020617;
  --rp-muted:#64748b;
  --rp-line:#e2e8f0;
  --rp-soft:#f8fafc;

  max-width:1280px;
  margin:0 auto;
  padding:48px 16px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

.rp-dest-min *{
  box-sizing:border-box;
}

/* HEAD */

.rp-dest-min__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px;
}

.rp-dest-min__eyebrow{
  display:inline-block;
  margin-bottom:8px;
  color:var(--rp-blue);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.rp-dest-min__title{
  margin:0;
  color:var(--rp-text);
  font-size:42px;
  line-height:.95;
  letter-spacing:-.06em;
  font-weight:950;
}

.rp-dest-min__sub{
  margin:8px 0 0;
  color:var(--rp-muted);
  font-size:14px;
  line-height:1.45;
  font-weight:600;
}

.rp-dest-min__view{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border:1px solid var(--rp-line);
  border-radius:999px;
  background:#fff;
  color:var(--rp-text);
  text-decoration:none;
  font-size:13px;
  font-weight:850;
  transition:.18s ease;
}

.rp-dest-min__view:hover{
  border-color:#bfdbfe;
  background:#eff6ff;
  color:#1d4ed8;
  transform:translateY(-1px);
}

/* GRID */

.rp-dest-min__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

/* CARD */

.rp-dest-min__card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:94px;
  padding:14px 16px;
  border:1px solid var(--rp-line);
  border-radius:22px;
  background:#fff;
  color:inherit;
  text-decoration:none;
  box-shadow:0 1px 2px rgba(15,23,42,.03);
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.rp-dest-min__card:hover{
  transform:translateY(-2px);
  border-color:#bfdbfe;
  background:#fbfdff;
  box-shadow:
    0 14px 28px rgba(37,99,235,.08),
    0 4px 10px rgba(15,23,42,.04);
}

.rp-dest-min__main{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}

/* FLAG */

.rp-flag{
  flex:0 0 auto;
  display:block;
  width:44px;
  height:44px;
  border-radius:999px;
  object-fit:cover;
  border:1px solid #e2e8f0;
  background:var(--rp-soft);
}

/* BODY */

.rp-dest-min__body{
  min-width:0;
}

.rp-dest-min__name{
  margin:0;
  color:var(--rp-text);
  font-size:22px;
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:950;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.rp-dest-min__desc{
  margin:5px 0 0;
  color:var(--rp-muted);
  font-size:13px;
  line-height:1.35;
  font-weight:650;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* ARROW */

.rp-dest-min__arrow{
  flex:0 0 auto;
  color:#94a3b8;
  font-size:17px;
  line-height:1;
  transition:.18s ease;
}

.rp-dest-min__card:hover .rp-dest-min__arrow{
  color:var(--rp-blue);
  transform:translateX(2px);
}

/* TABLET */

@media(max-width:980px){
  .rp-dest-min__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .rp-dest-min__title{
    font-size:34px;
  }
}

/* MOBILE */

@media(max-width:760px){
  .rp-dest-min{
    padding:34px 12px;
  }

  .rp-dest-min__head{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    margin-bottom:18px;
  }

  .rp-dest-min__title{
    font-size:29px;
  }

  .rp-dest-min__sub{
    font-size:13px;
  }

  .rp-dest-min__view{
    min-height:38px;
    font-size:12px;
  }

  .rp-dest-min__grid{
    grid-template-columns:1fr;
    gap:10px;
  }

  .rp-dest-min__card{
    min-height:86px;
    padding:13px 14px;
    border-radius:20px;
  }

  .rp-dest-min__main{
    gap:12px;
  }

  .rp-flag{
    width:40px;
    height:40px;
  }

  .rp-dest-min__name{
    font-size:20px;
  }

  .rp-dest-min__desc{
    font-size:12.5px;
  }
}

/* =========================
   ROAMPASS 介绍
========================= */


.rp-steps-clean{
  padding:58px 18px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:#111827;
}

.rp-steps-clean *{
  box-sizing:border-box;
}

.rp-steps-clean__inner{
  max-width:1120px;
  margin:0 auto;
}

.rp-steps-clean__head{
  max-width:720px;
  margin-bottom:26px;
}

.rp-steps-clean__eyebrow{
  display:inline-block;
  margin-bottom:10px;
  color:#2563eb;
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.rp-steps-clean__title{
  margin:0;
  font-size:clamp(30px,4vw,46px);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:900;
}

.rp-steps-clean__sub{
  margin:12px 0 0;
  color:#6b7280;
  font-size:15px;
  line-height:1.65;
}

.rp-steps-clean__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.rp-steps-clean__card{
  padding:22px 0;
  border-top:1px solid #e5e7eb;
}

.rp-steps-clean__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
}

.rp-steps-clean__num{
  color:#9ca3af;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
}

.rp-steps-clean__icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#f3f4f6;
}

.rp-steps-clean__icon .material-symbols-outlined{
  font-size:21px;
  color:#111827;
}

.rp-steps-clean__card h3{
  margin:0;
  font-size:20px;
  line-height:1.2;
  letter-spacing:-.03em;
  font-weight:850;
}

.rp-steps-clean__card p{
  margin:12px 0 0;
  color:#6b7280;
  font-size:14px;
  line-height:1.65;
}

.rp-steps-clean__bottom{
  margin-top:26px;
  padding-top:20px;
  border-top:1px solid #e5e7eb;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.rp-steps-clean__bottom p{
  margin:0;
  color:#6b7280;
  font-size:14px;
  line-height:1.5;
}

.rp-steps-clean__btn{
  flex:0 0 auto;
  min-height:46px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:999px;
  background:#111827;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  transition:.18s ease;
}

.rp-steps-clean__btn:hover{
  transform:translateY(-2px);
}

.rp-steps-clean__btn .material-symbols-outlined{
  font-size:18px;
}

@media(max-width:820px){

  .rp-steps-clean{
    padding:42px 14px;
  }

  .rp-steps-clean__head{
    margin-bottom:20px;
  }

  .rp-steps-clean__title{
    font-size:30px;
  }

  .rp-steps-clean__sub{
    font-size:14px;
    line-height:1.5;
  }

  .rp-steps-clean__grid{
    grid-template-columns:1fr;
    gap:0;
  }

  .rp-steps-clean__card{
    padding:18px 0;
  }

  .rp-steps-clean__top{
    margin-bottom:14px;
  }

  .rp-steps-clean__icon{
    width:38px;
    height:38px;
    border-radius:11px;
  }

  .rp-steps-clean__icon .material-symbols-outlined{
    font-size:19px;
  }

  .rp-steps-clean__card h3{
    font-size:18px;
  }

  .rp-steps-clean__card p{
    margin-top:10px;
    font-size:13px;
    line-height:1.55;
  }

  .rp-steps-clean__bottom{
    margin-top:18px;
    padding-top:18px;
    display:block;
  }

  .rp-steps-clean__bottom p{
    font-size:13px;
    line-height:1.5;
  }

  .rp-steps-clean__btn{
    width:100%;
    margin-top:14px;
    min-height:43px;
    font-size:13px;
  }

}


/* =========================
   ROAMPASS compare
========================= */
.rp-compare-simple{
  padding:56px 18px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:#111827;
}

.rp-compare-simple *{
  box-sizing:border-box;
}

.rp-compare-simple__inner{
  max-width:1080px;
  margin:0 auto;
}

.rp-compare-simple__head{
  max-width:700px;
  margin-bottom:28px;
}

.rp-compare-simple__eyebrow{
  display:inline-block;
  margin-bottom:10px;
  color:#2563eb;
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.rp-compare-simple__title{
  margin:0;
  font-size:clamp(30px,4vw,44px);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:900;
}

.rp-compare-simple__sub{
  margin:12px 0 0;
  color:#6b7280;
  font-size:15px;
  line-height:1.6;
}

.rp-compare-simple__table{
  border-top:1px solid #e5e7eb;
}

.rp-compare-simple__top,
.rp-compare-simple__row{
  display:grid;
  grid-template-columns:.7fr 1fr 1fr;
}

.rp-compare-simple__top{
  color:#6b7280;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.rp-compare-simple__top > div,
.rp-compare-simple__row > div{
  padding:18px 14px;
}

.rp-compare-simple__row{
  border-top:1px solid #e5e7eb;
}

.rp-compare-simple__label{
  font-size:14px;
  font-weight:800;
  color:#111827;
}

.rp-compare-simple__bad,
.rp-compare-simple__good{
  position:relative;
  padding-left:38px !important;
  font-size:14px;
  line-height:1.6;
}

.rp-compare-simple__bad{
  color:#6b7280;
}

.rp-compare-simple__good{
  color:#111827;
  font-weight:600;
}

.rp-compare-simple__bad::before,
.rp-compare-simple__good::before{
  position:absolute;
  left:14px;
  top:18px;

  width:18px;
  height:18px;

  display:grid;
  place-items:center;

  border-radius:999px;

  font-size:11px;
  font-weight:900;
}

.rp-compare-simple__bad::before{
  content:"✕";
  background:#f3f4f6;
  color:#6b7280;
}

.rp-compare-simple__good::before{
  content:"✓";
  background:#dcfce7;
  color:#16a34a;
}

@media(max-width:820px){

  .rp-compare-simple{
    padding:42px 14px;
  }

  .rp-compare-simple__head{
    margin-bottom:20px;
  }

  .rp-compare-simple__title{
    font-size:30px;
  }

  .rp-compare-simple__sub{
    font-size:14px;
    line-height:1.5;
  }

  .rp-compare-simple__top{
    display:none;
  }

  .rp-compare-simple__row{
    grid-template-columns:1fr;
  }

  .rp-compare-simple__label{
    padding-bottom:6px !important;
  }

  .rp-compare-simple__bad,
  .rp-compare-simple__good{
    padding-top:10px !important;
    padding-bottom:10px !important;
  }

  .rp-compare-simple__bad::before,
  .rp-compare-simple__good::before{
    top:11px;
  }

}


/* =========================
   ROAMPASS travel 
========================= */

.rp-travel-use{
  padding:58px 18px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:#111827;
}

.rp-travel-use *{
  box-sizing:border-box;
}

.rp-travel-use__inner{
  max-width:1120px;
  margin:0 auto;
}

.rp-travel-use__head{
  max-width:720px;
  margin-bottom:28px;
}

.rp-travel-use__eyebrow{
  display:inline-block;
  margin-bottom:10px;
  color:#2563eb;
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.rp-travel-use__title{
  margin:0;
  font-size:clamp(30px,4vw,44px);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:900;
}

.rp-travel-use__sub{
  margin:12px 0 0;
  color:#6b7280;
  font-size:15px;
  line-height:1.6;
}

.rp-travel-use__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.rp-travel-use__card{
  padding:24px 0;
  border-top:1px solid #e5e7eb;
}

.rp-travel-use__icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  margin-bottom:16px;
  border-radius:12px;
  background:#f3f4f6;
}

.rp-travel-use__icon .material-symbols-outlined{
  font-size:21px;
  color:#111827;
}

.rp-travel-use__card-title{
  margin:0;
  font-size:20px;
  line-height:1.2;
  letter-spacing:-.03em;
  font-weight:800;
}

.rp-travel-use__card-text{
  margin:12px 0 0;
  color:#6b7280;
  font-size:14px;
  line-height:1.65;
}

@media(max-width:820px){

  .rp-travel-use{
    padding:42px 14px;
  }

  .rp-travel-use__head{
    margin-bottom:20px;
  }

  .rp-travel-use__title{
    font-size:30px;
  }

  .rp-travel-use__sub{
    font-size:14px;
    line-height:1.5;
  }

  .rp-travel-use__grid{
    grid-template-columns:1fr;
    gap:0;
  }

  .rp-travel-use__card{
    padding:18px 0;
  }

  .rp-travel-use__icon{
    width:38px;
    height:38px;
    margin-bottom:13px;
    border-radius:11px;
  }

  .rp-travel-use__icon .material-symbols-outlined{
    font-size:19px;
  }

  .rp-travel-use__card-title{
    font-size:18px;
  }

  .rp-travel-use__card-text{
    margin-top:10px;
    font-size:13px;
    line-height:1.55;
  }

}




/* =========================
   ROAMPASS check
========================= */
.rp-device-check{
  padding:58px 18px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:#111827;
}

.rp-device-check *{
  box-sizing:border-box;
}

.rp-device-check__inner{
  max-width:860px;
  margin:0 auto;
}

.rp-device-check__head{
  max-width:680px;
  margin-bottom:24px;
}

.rp-device-check__eyebrow{
  display:inline-block;
  margin-bottom:10px;
  color:#2563eb;
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.rp-device-check__title{
  margin:0;
  font-size:clamp(30px,4vw,44px);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:900;
}

.rp-device-check__sub{
  margin:12px 0 0;
  color:#6b7280;
  font-size:15px;
  line-height:1.6;
}

.rp-device-check__tabs{
  display:flex;
  gap:10px;
  margin-bottom:18px;
}

.rp-device-check__tab{
  height:42px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#6b7280;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  transition:.18s ease;
}

.rp-device-check__tab.is-active{
  border-color:#111827;
  background:#111827;
  color:#fff;
}

.rp-device-check__panel{
  display:none;
}

.rp-device-check__panel.is-active{
  display:block;
}

.rp-device-check__card{
  display:flex;
  gap:18px;
  padding:24px 0;
  border-top:1px solid #e5e7eb;
  border-bottom:1px solid #e5e7eb;
}

.rp-device-check__icon{
  width:48px;
  height:48px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#f3f4f6;
}

.rp-device-check__icon .material-symbols-outlined{
  font-size:24px;
  color:#111827;
}

.rp-device-check__content h3{
  margin:0;
  font-size:22px;
  line-height:1.1;
  letter-spacing:-.03em;
  font-weight:850;
}

.rp-device-check__content ol{
  margin:16px 0 0;
  padding-left:18px;
  color:#374151;
}

.rp-device-check__content li{
  margin-top:10px;
  font-size:14px;
  line-height:1.55;
}

.rp-device-check__tip{
  margin:16px 0 0;
  color:#6b7280;
  font-size:13px;
  line-height:1.5;
}

.rp-device-check__foot{
  margin:14px 0 0;
  color:#6b7280;
  font-size:12.5px;
  line-height:1.5;
}

@media(max-width:820px){

  .rp-device-check{
    padding:42px 14px;
  }

  .rp-device-check__head{
    margin-bottom:20px;
  }

  .rp-device-check__title{
    font-size:30px;
  }

  .rp-device-check__sub{
    font-size:14px;
    line-height:1.5;
  }

  .rp-device-check__tabs{
    margin-bottom:14px;
  }

  .rp-device-check__tab{
    flex:1 1 0;
    height:40px;
    font-size:13px;
  }

  .rp-device-check__card{
    gap:14px;
    padding:18px 0;
  }

  .rp-device-check__icon{
    width:42px;
    height:42px;
    border-radius:12px;
  }

  .rp-device-check__icon .material-symbols-outlined{
    font-size:21px;
  }

  .rp-device-check__content h3{
    font-size:19px;
  }

  .rp-device-check__content ol{
    margin-top:13px;
    padding-left:16px;
  }

  .rp-device-check__content li{
    margin-top:8px;
    font-size:13px;
    line-height:1.5;
  }

  .rp-device-check__tip{
    margin-top:13px;
    font-size:12px;
  }

}




<style>
.rp-faq-clean{
  padding:64px 18px;
  color:#020617;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

.rp-faq-clean *{
  box-sizing:border-box;
}

.rp-faq-clean__inner{
  max-width:960px;
  margin:0 auto;
}

.rp-faq-clean__head{
  margin-bottom:28px;
}

.rp-faq-clean__eyebrow{
  display:inline-block;
  margin-bottom:10px;
  color:#2563eb;
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.rp-faq-clean__title{
  margin:0;
  max-width:720px;
  font-size:clamp(32px,4vw,48px);
  line-height:1;
  letter-spacing:-.055em;
  font-weight:950;
}

.rp-faq-clean__sub{
  max-width:620px;
  margin:12px 0 0;
  color:#64748b;
  font-size:15px;
  line-height:1.6;
  font-weight:550;
}

.rp-faq-clean__list{
  border-top:1px solid #e2e8f0;
}

.rp-faq-clean__item{
  border-bottom:1px solid #e2e8f0;
}

.rp-faq-clean__question{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:22px 0;
  border:0;
  background:transparent;
  color:#020617;
  text-align:left;
  cursor:pointer;
  font:inherit;
}

.rp-faq-clean__question > span:first-child{
  font-size:17px;
  line-height:1.35;
  font-weight:850;
  letter-spacing:-.02em;
}

.rp-faq-clean__icon{
  width:30px;
  height:30px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#475569;
  font-size:18px;
  line-height:1;
  transition:.18s ease;
}

.rp-faq-clean__answer{
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:
    max-height .25s ease,
    opacity .2s ease;
}

.rp-faq-clean__answer p{
  max-width:760px;
  margin:0;
  padding:0 52px 22px 0;
  color:#64748b;
  font-size:14px;
  line-height:1.7;
  font-weight:500;
}

.rp-faq-clean__item.is-open .rp-faq-clean__answer{
  max-height:220px;
  opacity:1;
}

.rp-faq-clean__item.is-open .rp-faq-clean__icon{
  transform:rotate(45deg);
  background:#2563eb;
  border-color:#2563eb;
  color:#fff;
}

@media(max-width:760px){
  .rp-faq-clean{
    padding:44px 14px;
  }

  .rp-faq-clean__head{
    margin-bottom:20px;
  }

  .rp-faq-clean__title{
    font-size:32px;
  }

  .rp-faq-clean__sub{
    font-size:14px;
  }

  .rp-faq-clean__question{
    padding:18px 0;
  }

  .rp-faq-clean__question > span:first-child{
    font-size:15px;
  }

  .rp-faq-clean__icon{
    width:28px;
    height:28px;
  }

  .rp-faq-clean__answer p{
    padding:0 40px 18px 0;
    font-size:13.5px;
  }
}
</style>