@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .unlv-gpa-editorial-block, .tc-wp-content-root .unlv-gpa-editorial-block *{
  box-sizing: border-box;
}.tc-wp-content-root .unlv-gpa-editorial-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #fff;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 86px 24px;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-section-intro, .tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-section-process{
  background: #fff;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-section-benefits{
  background: #f0f7ff;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-container{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-heading-wrap{
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}.tc-wp-content-root .unlv-gpa-editorial-block h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
  color: #172033;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .unlv-gpa-editorial-block h2 span{
  background: linear-gradient(135deg, #b10236 0%, #d83a5f 42%, #f6b13d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-heading-wrap p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5b667a;
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fg-accent: #b10236;
  --fg-accent-2: #f6b13d;
  --fg-soft: rgba(177, 2, 54, 0.1);
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 255px;
  padding: 28px 24px 24px;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 246, 0.82));
  box-shadow: 0 14px 34px rgba(22, 30, 45, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  transition:
    opacity 0.6s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--fg-soft), transparent 48%, rgba(246, 177, 61, 0.09));
  opacity: 0.72;
  pointer-events: none;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card::after{
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  opacity: 0.9;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card:hover{
  border-color: color-mix(in srgb, var(--fg-accent) 38%, transparent);
  box-shadow: 0 24px 58px rgba(22, 30, 45, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 17px;
  color: var(--fg-accent);
  background: linear-gradient(145deg, #fff, var(--fg-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 12px 26px rgba(22, 30, 45, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-icon i{
  font-size: 1.3rem;
  line-height: 1;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card:hover .unlv-gpa-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-accent), var(--fg-accent-2));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .unlv-gpa-editorial-block h3{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin: 0 0 13px;
  color: #172033;
  font-size: 1.04rem;
  line-height: 1.3;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .unlv-gpa-editorial-block h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  transition: width 0.28s ease;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card:hover h3::after{
  width: 100%;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card p{
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #5d687c;
  font-size: 0.94rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-accent);
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.3;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card:hover .unlv-gpa-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-grid-why .unlv-gpa-card{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(241, 248, 255, 0.84));
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-process-card{
  min-height: 280px;
  padding-top: 30px;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-process-card::before{
  content: attr(data-step);
  position: absolute;
  right: 16px;
  bottom: -18px;
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 900;
  color: var(--fg-accent);
  opacity: 0.055;
  transform: translateY(0) scale(1);
  transition: opacity 0.28s ease, transform 0.28s ease;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-process-card:hover::before{
  opacity: 0.1;
  transform: translateY(-6px) scale(1.04);
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-step-line{
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  color: var(--fg-accent);
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card:nth-child(1){ --fg-accent: #b10236; --fg-accent-2: #f6b13d; --fg-soft: rgba(177, 2, 54, 0.1); }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card:nth-child(2){ --fg-accent: #6f2dbd; --fg-accent-2: #ff8f70; --fg-soft: rgba(111, 45, 189, 0.1); }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card:nth-child(3){ --fg-accent: #006d77; --fg-accent-2: #83c5be; --fg-soft: rgba(0, 109, 119, 0.1); }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card:nth-child(4){ --fg-accent: #9a031e; --fg-accent-2: #fb8b24; --fg-soft: rgba(154, 3, 30, 0.1); }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card:nth-child(5){ --fg-accent: #2f6f3e; --fg-accent-2: #f2c14e; --fg-soft: rgba(47, 111, 62, 0.1); }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card:nth-child(6){ --fg-accent: #26547c; --fg-accent-2: #ef476f; --fg-soft: rgba(38, 84, 124, 0.1); }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card:nth-child(7){ --fg-accent: #7b2cbf; --fg-accent-2: #00b4d8; --fg-soft: rgba(123, 44, 191, 0.1); }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card:nth-child(8){ --fg-accent: #8f250c; --fg-accent-2: #ffb703; --fg-soft: rgba(143, 37, 12, 0.1); }@media (min-width: 1200px) {.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-section{
    padding: 92px 28px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-container{
    max-width: 1240px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-section{
    padding: 78px 24px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-container{
    max-width: 1040px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card{
    padding: 26px 22px 23px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-section{
    padding: 66px 20px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-heading-wrap{
    margin-bottom: 30px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card{
    min-height: 235px;
    padding: 24px 21px 22px;
  }.tc-wp-content-root .unlv-gpa-editorial-block h3{
    font-size: 1rem;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-section{
    padding: 54px 16px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-heading-wrap{
    margin-bottom: 26px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card{
    min-height: auto;
    padding: 23px 20px 21px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
    margin-bottom: 19px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-section{
    padding: 48px 14px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card{
    padding: 21px 18px 20px;
    border-radius: 19px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
    margin-bottom: 17px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-icon i{
    font-size: 1.15rem;
  }.tc-wp-content-root .unlv-gpa-editorial-block h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card p{
    font-size: 0.9rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-section{
    padding: 42px 12px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card{
    padding: 19px 15px 18px;
    border-radius: 17px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 15px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .unlv-gpa-editorial-block h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card p, .tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-process-card::before{
    font-size: 5rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-section{
    padding: 38px 10px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card{
    padding: 18px 14px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card, .tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-icon, .tc-wp-content-root .unlv-gpa-editorial-block h3::after, .tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-cta, .tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-process-card::before{
    transition: none !important;
  }.tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card, .tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card.is-visible, .tc-wp-content-root .unlv-gpa-editorial-block .unlv-gpa-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .unlv-gpa-grid-how {}
.tc-wp-content-root .unlv-gpa-grid-what {}
.tc-wp-content-root .unlv-gpa-reveal {}