.elementor-31142 .elementor-element.elementor-element-e0a4c7f{--display:flex;}.elementor-31142 .elementor-element.elementor-element-e9b36dd{--display:flex;}.elementor-31142 .elementor-element.elementor-element-bffe019{--display:flex;}.elementor-31142 .elementor-element.elementor-element-be1648b{--display:flex;}.elementor-31142 .elementor-element.elementor-element-2f00655{--display:flex;}.elementor-31142 .elementor-element.elementor-element-3ba3268{--display:flex;}.elementor-31142 .elementor-element.elementor-element-654491e{--display:flex;}.elementor-31142 .elementor-element.elementor-element-e64a7ff{--display:flex;}.elementor-31142 .elementor-element.elementor-element-c75e844{--display:flex;}body.elementor-page-31142:not(.elementor-motion-effects-element-type-background), body.elementor-page-31142 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #0F0F0F 0%, #f2295b 100%);}/* Start custom CSS for html, class: .elementor-element-119e894 *//* =========================================================
   RFC EXPLAINS — COLLEGE RUGBY
   STAGE 1: HERO
   ========================================================= */

.rfc-explainer-hero {
  --rfc-bg: #07090d;
  --rfc-text: #ffffff;
  --rfc-muted: #b7c0cc;
  --rfc-accent: #ff2f92;
  --rfc-border: rgba(255,255,255,0.11);

  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 90px 0 72px;

  background:
    radial-gradient(
      circle at 82% 20%,
      rgba(255,47,146,0.16),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #0b0e14 0%,
      #07090d 100%
    );

  border-bottom: 1px solid var(--rfc-border);
  color: var(--rfc-text);
  font-family: inherit;
}

.rfc-explainer-hero * {
  box-sizing: border-box;
}

.rfc-explainer-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.rfc-explainer-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--rfc-accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rfc-explainer-label::before {
  content: "";
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: var(--rfc-accent);
}

.rfc-explainer-hero h1 {
  max-width: 950px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(42px, 7vw, 76px);
  font-weight: 900;
  line-height: 1.01;
  letter-spacing: -0.045em;
}

.rfc-explainer-hero h1 span {
  color: var(--rfc-accent);
}

.rfc-explainer-intro {
  max-width: 820px;
  margin: 0;
  color: var(--rfc-muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}

.rfc-explainer-hero-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  padding: 10px 14px;
  border: 1px solid rgba(255,47,146,0.25);
  border-radius: 999px;
  background: rgba(255,47,146,0.08);
  color: #e7d0dc;
  font-size: 12px;
  font-weight: 700;
}

.rfc-explainer-hero-note strong {
  color: var(--rfc-accent);
}


/* Decorative background ring */

.rfc-explainer-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -230px;
  bottom: -340px;
  border: 1px solid rgba(255,47,146,0.17);
  border-radius: 50%;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

  .rfc-explainer-hero {
    padding: 62px 0 52px;
  }

  .rfc-explainer-hero-inner {
    width: min(100% - 28px, 1120px);
  }

  .rfc-explainer-label {
    margin-bottom: 18px;
  }

  .rfc-explainer-hero h1 {
    margin-bottom: 20px;
  }

  .rfc-explainer-intro {
    line-height: 1.65;
  }

  .rfc-explainer-hero-note {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-580d82f *//* =========================================================
   RFC EXPLAINS — COLLEGE RUGBY
   STAGE 2: AT A GLANCE
   ========================================================= */

.rfc-college-glance {
  width: 100%;
  padding: 72px 0 78px;

  background: #090c11;

  color: #ffffff;
  font-family: inherit;
}

.rfc-college-glance * {
  box-sizing: border-box;
}

.rfc-college-glance-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}


/* SECTION HEADER */

.rfc-college-section-header {
  max-width: 760px;
  margin-bottom: 34px;
}

.rfc-college-section-kicker {
  margin-bottom: 9px;

  color: #ff2f92;

  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.rfc-college-section-header h2 {
  margin: 0 0 14px;

  color: #ffffff;

  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.rfc-college-section-header p {
  max-width: 700px;
  margin: 0;

  color: #aeb7c4;

  font-size: 16px;
  line-height: 1.7;
}


/* =========================================================
   ORGANIZATION GRID
   ========================================================= */

.rfc-college-glance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 18px;
}


/* CARD */

.rfc-college-org-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 310px;

  padding: 26px;

  overflow: hidden;

  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 20px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.035),
      transparent 55%
    ),
    #10141b;
}


/* subtle accent */

.rfc-college-org-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background: linear-gradient(
    90deg,
    #ff2f92,
    rgba(255,47,146,0)
  );
}


/* USA Rugby card gets slightly different treatment */

.rfc-college-org-card-national {
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(255,47,146,0.10),
      transparent 34%
    ),
    #10141b;
}


/* CARD TOP */

.rfc-college-org-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 15px;

  margin-bottom: 30px;
}


/* ABBREVIATION */

.rfc-college-org-abbr {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 62px;
  height: 38px;

  padding: 0 13px;

  border: 1px solid rgba(255,47,146,0.30);
  border-radius: 10px;

  background: rgba(255,47,146,0.09);

  color: #ff2f92;

  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}


/* ORGANIZATION TYPE */

.rfc-college-org-type {
  color: #8993a1;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
}


/* CARD TITLE */

.rfc-college-org-card h3 {
  margin: 0 0 13px;

  color: #ffffff;

  font-size: clamp(21px, 2.5vw, 27px);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -0.025em;
}


/* CARD DESCRIPTION */

.rfc-college-org-card p {
  margin: 0 0 25px;

  color: #aeb7c4;

  font-size: 14px;
  line-height: 1.7;
}


/* CARD FOOTER */

.rfc-college-org-bottom {
  margin-top: auto;
  padding-top: 17px;

  border-top: 1px solid rgba(255,255,255,0.08);
}

.rfc-college-org-bottom span {
  color: #d8dde5;

  font-size: 12px;
  font-weight: 800;
}


/* =========================================================
   KEY TAKEAWAY
   ========================================================= */

.rfc-college-takeaway {
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;

  gap: 25px;

  margin-top: 24px;
  padding: 25px 27px;

  border: 1px solid rgba(255,47,146,0.22);
  border-radius: 18px;

  background:
    linear-gradient(
      120deg,
      rgba(255,47,146,0.10),
      rgba(255,255,255,0.025)
    );
}

.rfc-college-takeaway-label {
  color: #ff2f92;

  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-college-takeaway p {
  margin: 0;

  color: #bbc3ce;

  font-size: 14px;
  line-height: 1.7;
}

.rfc-college-takeaway strong {
  color: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 800px) {

  .rfc-college-org-card {
    min-height: 330px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

  .rfc-college-glance {
    padding: 52px 0 58px;
  }

  .rfc-college-glance-inner {
    width: min(100% - 28px, 1120px);
  }

  .rfc-college-section-header {
    margin-bottom: 27px;
  }

  .rfc-college-glance-grid {
    grid-template-columns: 1fr;
  }

  .rfc-college-org-card {
    min-height: auto;
    padding: 22px;
  }

  .rfc-college-org-top {
    margin-bottom: 24px;
  }

  .rfc-college-takeaway {
    grid-template-columns: 1fr;
    gap: 9px;

    padding: 22px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f210c5 *//* =========================================================
   RFC EXPLAINS — COLLEGE RUGBY
   STAGE 3: WHY MULTIPLE SYSTEMS?
   ========================================================= */

.rfc-college-history {
  width: 100%;
  padding: 78px 0 84px;

  background:
    linear-gradient(
      180deg,
      #07090d 0%,
      #0b0e13 100%
    );

  color: #ffffff;
  font-family: inherit;
}

.rfc-college-history * {
  box-sizing: border-box;
}

.rfc-college-history-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}


/* =========================================================
   MAIN INTRO LAYOUT
   ========================================================= */

.rfc-college-history-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.75fr);

  gap: 34px;
  align-items: start;

  margin-top: 36px;
}

.rfc-college-history-main p {
  margin: 0 0 20px;

  color: #b4bdc8;

  font-size: 15px;
  line-height: 1.8;
}

.rfc-college-history-main p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   MAIN TAKEAWAY
   ========================================================= */

.rfc-college-history-takeaway {
  padding: 25px;

  border: 1px solid rgba(255,47,146,0.25);
  border-radius: 18px;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255,47,146,0.13),
      transparent 42%
    ),
    #11161e;
}

.rfc-college-history-takeaway-label {
  margin-bottom: 17px;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-college-history-takeaway p {
  margin: 0 0 14px;

  color: #aeb7c4;

  font-size: 14px;
  line-height: 1.7;
}

.rfc-college-history-takeaway p:last-child {
  margin-bottom: 0;
}

.rfc-college-history-takeaway strong {
  color: #ffffff;

  font-size: 18px;
  line-height: 1.45;
}


/* =========================================================
   THREE PATHS
   ========================================================= */

.rfc-college-history-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 18px;

  margin-top: 46px;
}

.rfc-college-history-path {
  position: relative;

  min-height: 310px;

  padding: 25px;

  overflow: hidden;

  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 19px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.03),
      transparent 55%
    ),
    #10151c;
}

.rfc-college-history-path::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      #ff2f92,
      rgba(255,47,146,0)
    );
}


/* NUMBER */

.rfc-college-history-number {
  margin-bottom: 32px;

  color: rgba(255,255,255,0.10);

  font-size: 54px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.05em;
}


/* PATH LABEL */

.rfc-college-history-path-label {
  margin-bottom: 7px;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}


/* PATH TITLE */

.rfc-college-history-path h3 {
  margin: 0 0 12px;

  color: #ffffff;

  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}


/* PATH COPY */

.rfc-college-history-path p {
  margin: 0;

  color: #aeb7c4;

  font-size: 14px;
  line-height: 1.7;
}


/* =========================================================
   BOTTOM EXPLANATION
   ========================================================= */

.rfc-college-history-bottom {
  display: grid;
  grid-template-columns: 180px 1fr;

  gap: 30px;

  margin-top: 28px;
  padding: 27px 28px;

  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px;

  background: rgba(255,255,255,0.025);
}

.rfc-college-history-bottom-label {
  color: #ff2f92;

  font-size: 11px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-college-history-bottom-copy p {
  margin: 0 0 12px;

  color: #afb8c4;

  font-size: 14px;
  line-height: 1.7;
}

.rfc-college-history-bottom-copy p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

  .rfc-college-history-layout {
    grid-template-columns: 1fr;
  }

  .rfc-college-history-paths {
    grid-template-columns: 1fr;
  }

  .rfc-college-history-path {
    min-height: auto;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

  .rfc-college-history {
    padding: 56px 0 62px;
  }

  .rfc-college-history-inner {
    width: min(100% - 28px, 1120px);
  }

  .rfc-college-history-layout {
    margin-top: 28px;
  }

  .rfc-college-history-main p {
    font-size: 14px;
    line-height: 1.75;
  }

  .rfc-college-history-paths {
    margin-top: 34px;
  }

  .rfc-college-history-path {
    padding: 22px;
  }

  .rfc-college-history-number {
    margin-bottom: 25px;
    font-size: 46px;
  }

  .rfc-college-history-bottom {
    grid-template-columns: 1fr;
    gap: 10px;

    padding: 22px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0392d5 *//* =========================================================
   RFC EXPLAINS — COLLEGE RUGBY
   SECTION 4: NATIONAL COLLEGIATE RUGBY
   STANDALONE CSS
   ========================================================= */

.rfc-ncr-section {
  width: 100%;
  padding: 80px 0 86px;
  background: #090c11;
  color: #ffffff;
  font-family: inherit;
}

.rfc-ncr-section * {
  box-sizing: border-box;
}

.rfc-ncr-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}


/* HEADER */

.rfc-ncr-header {
  max-width: 860px;
  margin-bottom: 40px;
}

.rfc-ncr-kicker {
  margin-bottom: 10px;
  color: #ff2f92;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rfc-ncr-header h2 {
  margin: 0 0 17px;
  color: #ffffff;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.rfc-ncr-lead {
  max-width: 810px;
  margin: 0;
  color: #b5bec9;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}


/* LAYOUT */

.rfc-ncr-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.75fr);
  gap: 36px;
  align-items: start;
}


/* MAIN CONTENT */

.rfc-ncr-content {
  min-width: 0;
}

.rfc-ncr-content p {
  margin: 0 0 22px;
  color: #b5bec9;
  font-size: 15px;
  line-height: 1.8;
}

.rfc-ncr-content h3 {
  margin: 39px 0 15px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.rfc-ncr-content h3:first-child {
  margin-top: 0;
}


/* KEY DISTINCTION CALLOUT */

.rfc-ncr-callout {
  margin: 32px 0 37px;
  padding: 24px 25px;

  border: 1px solid rgba(255,47,146,0.23);
  border-left: 4px solid #ff2f92;
  border-radius: 14px;

  background:
    linear-gradient(
      120deg,
      rgba(255,47,146,0.09),
      rgba(255,255,255,0.02)
    );
}

.rfc-ncr-callout-label {
  margin-bottom: 9px;
  color: #ff2f92;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-ncr-callout p {
  margin: 0;
  color: #c5ccd5;
  font-size: 14px;
  line-height: 1.7;
}

.rfc-ncr-callout strong {
  color: #ffffff;
}


/* SIDEBAR */

.rfc-ncr-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rfc-ncr-card {
  padding: 22px;

  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.03),
      transparent 55%
    ),
    #11161e;
}

.rfc-ncr-card-label {
  margin-bottom: 17px;
  color: #ff2f92;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}


/* FACTS */

.rfc-ncr-facts {
  margin: 0;
}

.rfc-ncr-facts > div {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.rfc-ncr-facts > div:first-child {
  padding-top: 0;
}

.rfc-ncr-facts > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rfc-ncr-facts dt {
  margin-bottom: 4px;
  color: #7f8997;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rfc-ncr-facts dd {
  margin: 0;
  color: #eef1f5;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}


/* SCALE CARD */

.rfc-ncr-scale-card {
  border-color: rgba(255,47,146,0.20);

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255,47,146,0.11),
      transparent 40%
    ),
    #11161e;
}

.rfc-ncr-stat {
  padding: 8px 0 18px;
}

.rfc-ncr-stat + .rfc-ncr-stat {
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.rfc-ncr-stat strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.rfc-ncr-stat span {
  color: #aeb7c4;
  font-size: 12px;
  line-height: 1.5;
}

.rfc-ncr-source-note {
  margin-top: 3px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #727d8b;
  font-size: 10px;
  line-height: 1.5;
}


/* WHY IT MATTERS */

.rfc-ncr-why-card {
  border-color: rgba(255,47,146,0.18);
}

.rfc-ncr-why-card p {
  margin: 0;
  color: #aeb7c4;
  font-size: 13px;
  line-height: 1.7;
}


/* TABLET */

@media (max-width: 850px) {

  .rfc-ncr-layout {
    grid-template-columns: 1fr;
  }

  .rfc-ncr-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

}


/* MOBILE */

@media (max-width: 640px) {

  .rfc-ncr-section {
    padding: 57px 0 64px;
  }

  .rfc-ncr-inner {
    width: min(100% - 28px, 1120px);
  }

  .rfc-ncr-header {
    margin-bottom: 31px;
  }

  .rfc-ncr-content p {
    font-size: 14px;
    line-height: 1.75;
  }

  .rfc-ncr-content h3 {
    margin-top: 32px;
    font-size: 23px;
  }

  .rfc-ncr-callout {
    padding: 21px;
  }

  .rfc-ncr-sidebar {
    display: flex;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eef5e47 *//* =========================================================
   RFC EXPLAINS — COLLEGE RUGBY
   SECTION 6: NIRA
   STANDALONE CSS
   ========================================================= */

.rfc-nira-section {
  width: 100%;
  padding: 80px 0 86px;

  background:
    linear-gradient(
      180deg,
      #090c11 0%,
      #0d1117 100%
    );

  color: #ffffff;
  font-family: inherit;
}

.rfc-nira-section * {
  box-sizing: border-box;
}

.rfc-nira-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}


/* HEADER */

.rfc-nira-header {
  max-width: 880px;
  margin-bottom: 40px;
}

.rfc-nira-kicker {
  margin-bottom: 10px;
  color: #ff2f92;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rfc-nira-header h2 {
  margin: 0 0 17px;
  color: #ffffff;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.rfc-nira-lead {
  max-width: 830px;
  margin: 0;
  color: #b5bec9;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}


/* MAIN LAYOUT */

.rfc-nira-layout {
  display: grid;
  grid-template-columns:
    minmax(0, 1.65fr)
    minmax(280px, 0.75fr);
  gap: 36px;
  align-items: start;
}


/* MAIN CONTENT */

.rfc-nira-content {
  min-width: 0;
}

.rfc-nira-content p {
  margin: 0 0 22px;
  color: #b5bec9;
  font-size: 15px;
  line-height: 1.8;
}

.rfc-nira-content h3 {
  margin: 39px 0 15px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.rfc-nira-content h3:first-child {
  margin-top: 0;
}


/* KEY DISTINCTION */

.rfc-nira-callout {
  margin: 32px 0 37px;
  padding: 24px 25px;

  border: 1px solid rgba(255,47,146,0.23);
  border-left: 4px solid #ff2f92;
  border-radius: 14px;

  background:
    linear-gradient(
      120deg,
      rgba(255,47,146,0.09),
      rgba(255,255,255,0.02)
    );
}

.rfc-nira-callout-label {
  margin-bottom: 9px;
  color: #ff2f92;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-nira-callout p {
  margin: 0;
  color: #c5ccd5;
  font-size: 14px;
  line-height: 1.7;
}

.rfc-nira-callout strong {
  color: #ffffff;
}


/* SIDEBAR */

.rfc-nira-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rfc-nira-card {
  padding: 22px;

  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.03),
      transparent 55%
    ),
    #11161e;
}

.rfc-nira-card-label {
  margin-bottom: 17px;
  color: #ff2f92;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}


/* FACT LIST */

.rfc-nira-facts {
  margin: 0;
}

.rfc-nira-facts > div {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.rfc-nira-facts > div:first-child {
  padding-top: 0;
}

.rfc-nira-facts > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rfc-nira-facts dt {
  margin-bottom: 4px;
  color: #7f8997;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rfc-nira-facts dd {
  margin: 0;
  color: #eef1f5;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}


/* STRUCTURE CARD */

.rfc-nira-growth-card {
  border-color: rgba(255,47,146,0.20);

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255,47,146,0.12),
      transparent 42%
    ),
    #11161e;
}

.rfc-nira-structure-title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.rfc-nira-growth-card p {
  margin: 0 0 16px;
  color: #aeb7c4;
  font-size: 13px;
  line-height: 1.65;
}

.rfc-nira-growth-note {
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #8993a1;
  font-size: 11px;
  line-height: 1.6;
}


/* NCAA CARD */

.rfc-nira-ncaa-card {
  border-color: rgba(255,47,146,0.25);

  background:
    linear-gradient(
      135deg,
      rgba(255,47,146,0.10),
      rgba(255,255,255,0.025)
    ),
    #11161e;
}

.rfc-nira-ncaa-title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.rfc-nira-ncaa-card p {
  margin: 0 0 17px;
  color: #aeb7c4;
  font-size: 13px;
  line-height: 1.65;
}

.rfc-nira-explains-link {
  display: inline-block;
  color: #ff2f92;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.5;
  text-decoration: none;
}

.rfc-nira-explains-link:hover {
  text-decoration: underline;
}


/* WHY IT MATTERS */

.rfc-nira-why-card {
  border-color: rgba(255,47,146,0.18);
}

.rfc-nira-why-card p {
  margin: 0;
  color: #aeb7c4;
  font-size: 13px;
  line-height: 1.7;
}


/* TABLET */

@media (max-width: 850px) {

  .rfc-nira-layout {
    grid-template-columns: 1fr;
  }

  .rfc-nira-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

}


/* MOBILE */

@media (max-width: 640px) {

  .rfc-nira-section {
    padding: 57px 0 64px;
  }

  .rfc-nira-inner {
    width: min(100% - 28px, 1120px);
  }

  .rfc-nira-header {
    margin-bottom: 31px;
  }

  .rfc-nira-content p {
    font-size: 14px;
    line-height: 1.75;
  }

  .rfc-nira-content h3 {
    margin-top: 32px;
    font-size: 23px;
  }

  .rfc-nira-callout {
    padding: 21px;
  }

  .rfc-nira-sidebar {
    display: flex;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a009e54 *//* =========================================================
   RFC EXPLAINS — COLLEGE RUGBY
   SECTION 7: WHERE DOES THE NCAA FIT?
   STANDALONE CSS
   ========================================================= */

.rfc-ncaa-section {
  width: 100%;
  padding: 76px 0 82px;

  background:
    linear-gradient(
      180deg,
      #07090d 0%,
      #0b0f15 100%
    );

  color: #ffffff;
  font-family: inherit;
}

.rfc-ncaa-section * {
  box-sizing: border-box;
}

.rfc-ncaa-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}


/* HEADER */

.rfc-ncaa-header {
  max-width: 860px;
  margin-bottom: 39px;
}

.rfc-ncaa-kicker {
  margin-bottom: 10px;

  color: #ff2f92;

  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rfc-ncaa-header h2 {
  margin: 0 0 17px;

  color: #ffffff;

  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.rfc-ncaa-lead {
  max-width: 820px;
  margin: 0;

  color: #b5bec9;

  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}


/* MAIN GRID */

.rfc-ncaa-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.55fr)
    minmax(300px, 0.78fr);

  gap: 36px;

  align-items: start;
}


/* MAIN CONTENT */

.rfc-ncaa-main {
  min-width: 0;
}

.rfc-ncaa-main p {
  margin: 0 0 22px;

  color: #b5bec9;

  font-size: 15px;
  line-height: 1.8;
}

.rfc-ncaa-main h3 {
  margin: 39px 0 15px;

  color: #ffffff;

  font-size: 25px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.rfc-ncaa-main h3:first-child {
  margin-top: 0;
}


/* IMPORTANT CALLOUT */

.rfc-ncaa-callout {
  margin: 31px 0 37px;
  padding: 24px 25px;

  border: 1px solid rgba(255,47,146,0.23);
  border-left: 4px solid #ff2f92;
  border-radius: 14px;

  background:
    linear-gradient(
      120deg,
      rgba(255,47,146,0.09),
      rgba(255,255,255,0.02)
    );
}

.rfc-ncaa-callout-label {
  margin-bottom: 9px;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-ncaa-callout p {
  margin: 0;

  color: #c5ccd5;

  font-size: 14px;
  line-height: 1.7;
}

.rfc-ncaa-callout strong {
  color: #ffffff;
}


/* SIDEBAR */

.rfc-ncaa-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rfc-ncaa-card {
  padding: 22px;

  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.03),
      transparent 55%
    ),
    #11161e;
}

.rfc-ncaa-card-label {
  margin-bottom: 16px;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}


/* STATUS CARD */

.rfc-ncaa-status-card {
  border-color: rgba(255,47,146,0.23);

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255,47,146,0.12),
      transparent 42%
    ),
    #11161e;
}

.rfc-ncaa-status-title {
  margin-bottom: 10px;

  color: #ffffff;

  font-size: 23px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.rfc-ncaa-status-card p {
  margin: 0;

  color: #aeb7c4;

  font-size: 13px;
  line-height: 1.65;
}


/* PATH CARD */

.rfc-ncaa-path-card {
  border-color: rgba(255,47,146,0.18);
}

.rfc-ncaa-path {
  display: flex;
  flex-direction: column;
}

.rfc-ncaa-step {
  display: grid;
  grid-template-columns: 34px 1fr;

  gap: 11px;

  padding: 13px;

  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 11px;

  background: rgba(255,255,255,0.025);
}

.rfc-ncaa-step-number {
  display: flex;
  align-items: flex-start;
  justify-content: center;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.rfc-ncaa-step strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.rfc-ncaa-step p {
  margin: 0;

  color: #8e98a6;

  font-size: 11px;
  line-height: 1.5;
}

.rfc-ncaa-arrow {
  padding: 5px 0;

  color: #ff2f92;

  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}


/* DISTINCTION CARD */

.rfc-ncaa-distinction-card {
  border-color: rgba(255,255,255,0.11);
}

.rfc-ncaa-distinction-row {
  padding: 13px 0;

  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.rfc-ncaa-distinction-row:first-of-type {
  padding-top: 0;
}

.rfc-ncaa-distinction-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rfc-ncaa-distinction-row strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-size: 13px;
  font-weight: 850;
}

.rfc-ncaa-distinction-row span {
  color: #959fac;

  font-size: 11px;
  line-height: 1.55;
}


/* RFC EXPLAINS CARD */

.rfc-ncaa-explains-card {
  border-color: rgba(255,47,146,0.24);

  background:
    linear-gradient(
      135deg,
      rgba(255,47,146,0.10),
      rgba(255,255,255,0.02)
    ),
    #11161e;
}

.rfc-ncaa-explains-card h3 {
  margin: 0 0 10px;

  color: #ffffff;

  font-size: 20px;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.rfc-ncaa-explains-card p {
  margin: 0 0 17px;

  color: #aeb7c4;

  font-size: 13px;
  line-height: 1.65;
}

.rfc-ncaa-link {
  display: inline-block;

  color: #ff2f92;

  font-size: 12px;
  font-weight: 850;
  line-height: 1.5;
  text-decoration: none;
}

.rfc-ncaa-link:hover {
  text-decoration: underline;
}


/* TABLET */

@media (max-width: 850px) {

  .rfc-ncaa-grid {
    grid-template-columns: 1fr;
  }

  .rfc-ncaa-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

}


/* MOBILE */

@media (max-width: 640px) {

  .rfc-ncaa-section {
    padding: 55px 0 62px;
  }

  .rfc-ncaa-inner {
    width: min(100% - 28px, 1120px);
  }

  .rfc-ncaa-header {
    margin-bottom: 30px;
  }

  .rfc-ncaa-main p {
    font-size: 14px;
    line-height: 1.75;
  }

  .rfc-ncaa-main h3 {
    margin-top: 32px;
    font-size: 23px;
  }

  .rfc-ncaa-callout {
    padding: 21px;
  }

  .rfc-ncaa-sidebar {
    display: flex;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8aca5dd *//* =========================================================
   RFC EXPLAINS — COLLEGE RUGBY
   SECTION 8: WHERE DOES USA RUGBY FIT?
   STANDALONE CSS
   ========================================================= */

.rfc-usar-section {
  width: 100%;
  padding: 78px 0 84px;

  background:
    linear-gradient(
      180deg,
      #090c11 0%,
      #0d1117 100%
    );

  color: #ffffff;
  font-family: inherit;
}

.rfc-usar-section * {
  box-sizing: border-box;
}

.rfc-usar-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}


/* HEADER */

.rfc-usar-header {
  max-width: 880px;
  margin-bottom: 40px;
}

.rfc-usar-kicker {
  margin-bottom: 10px;

  color: #ff2f92;

  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rfc-usar-header h2 {
  margin: 0 0 17px;

  color: #ffffff;

  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.rfc-usar-lead {
  max-width: 830px;
  margin: 0;

  color: #b5bec9;

  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}


/* MAIN LAYOUT */

.rfc-usar-layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1.65fr)
    minmax(280px, 0.75fr);

  gap: 36px;

  align-items: start;
}


/* MAIN CONTENT */

.rfc-usar-content {
  min-width: 0;
}

.rfc-usar-content p {
  margin: 0 0 22px;

  color: #b5bec9;

  font-size: 15px;
  line-height: 1.8;
}

.rfc-usar-content h3 {
  margin: 39px 0 15px;

  color: #ffffff;

  font-size: 25px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.rfc-usar-content h3:first-child {
  margin-top: 0;
}


/* KEY DISTINCTION */

.rfc-usar-callout {
  margin: 32px 0 37px;
  padding: 24px 25px;

  border: 1px solid rgba(255,47,146,0.23);
  border-left: 4px solid #ff2f92;
  border-radius: 14px;

  background:
    linear-gradient(
      120deg,
      rgba(255,47,146,0.09),
      rgba(255,255,255,0.02)
    );
}

.rfc-usar-callout-label {
  margin-bottom: 9px;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-usar-callout p {
  margin: 0;

  color: #c5ccd5;

  font-size: 14px;
  line-height: 1.7;
}

.rfc-usar-callout strong {
  color: #ffffff;
}


/* SIDEBAR */

.rfc-usar-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rfc-usar-card {
  padding: 22px;

  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.03),
      transparent 55%
    ),
    #11161e;
}

.rfc-usar-card-label {
  margin-bottom: 17px;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}


/* FACT LIST */

.rfc-usar-facts {
  margin: 0;
}

.rfc-usar-facts > div {
  padding: 13px 0;

  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.rfc-usar-facts > div:first-child {
  padding-top: 0;
}

.rfc-usar-facts > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rfc-usar-facts dt {
  margin-bottom: 4px;

  color: #7f8997;

  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rfc-usar-facts dd {
  margin: 0;

  color: #eef1f5;

  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}


/* COLLEGE STRUCTURE CARD */

.rfc-usar-college-card {
  border-color: rgba(255,47,146,0.19);
}

.rfc-usar-college-item {
  padding: 13px 0;

  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.rfc-usar-college-item:first-of-type {
  padding-top: 0;
}

.rfc-usar-college-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rfc-usar-college-item strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-size: 14px;
  font-weight: 900;
}

.rfc-usar-college-item span {
  display: block;

  color: #939daa;

  font-size: 11px;
  line-height: 1.55;
}


/* PATHWAY CARD */

.rfc-usar-path-card {
  border-color: rgba(255,47,146,0.22);

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255,47,146,0.11),
      transparent 42%
    ),
    #11161e;
}

.rfc-usar-path-step {
  padding: 12px;

  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;

  background: rgba(255,255,255,0.025);

  text-align: center;
}

.rfc-usar-path-step strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
}

.rfc-usar-path-step span {
  color: #909aa7;

  font-size: 11px;
  line-height: 1.4;
}

.rfc-usar-arrow {
  padding: 7px 0;

  color: #ff2f92;

  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.rfc-usar-path-main {
  padding: 13px;

  border: 1px solid rgba(255,47,146,0.32);
  border-radius: 10px;

  background: rgba(255,47,146,0.09);

  color: #ffffff;

  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}


/* WHY IT MATTERS */

.rfc-usar-why-card {
  border-color: rgba(255,47,146,0.18);
}

.rfc-usar-why-card p {
  margin: 0;

  color: #aeb7c4;

  font-size: 13px;
  line-height: 1.7;
}


/* TABLET */

@media (max-width: 850px) {

  .rfc-usar-layout {
    grid-template-columns: 1fr;
  }

  .rfc-usar-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

}


/* MOBILE */

@media (max-width: 640px) {

  .rfc-usar-section {
    padding: 56px 0 63px;
  }

  .rfc-usar-inner {
    width: min(100% - 28px, 1120px);
  }

  .rfc-usar-header {
    margin-bottom: 31px;
  }

  .rfc-usar-content p {
    font-size: 14px;
    line-height: 1.75;
  }

  .rfc-usar-content h3 {
    margin-top: 32px;
    font-size: 23px;
  }

  .rfc-usar-callout {
    padding: 21px;
  }

  .rfc-usar-sidebar {
    display: flex;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c01cc3 *//* =========================================================
   RFC EXPLAINS — COLLEGE RUGBY
   SECTION 9: HOW DOES IT ALL FIT TOGETHER?
   STANDALONE CSS
   ========================================================= */

.rfc-system-section {
  width: 100%;
  padding: 80px 0 86px;

  background:
    linear-gradient(
      180deg,
      #07090d 0%,
      #0b0f15 100%
    );

  color: #ffffff;
  font-family: inherit;
}

.rfc-system-section * {
  box-sizing: border-box;
}

.rfc-system-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}


/* HEADER */

.rfc-system-header {
  max-width: 900px;
  margin-bottom: 38px;
}

.rfc-system-kicker {
  margin-bottom: 10px;

  color: #ff2f92;

  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rfc-system-header h2 {
  margin: 0 0 17px;

  color: #ffffff;

  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.rfc-system-lead {
  max-width: 850px;
  margin: 0;

  color: #b5bec9;

  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}


/* KEY IDEA */

.rfc-system-key {
  margin-bottom: 40px;
  padding: 24px 26px;

  border: 1px solid rgba(255,47,146,0.24);
  border-left: 4px solid #ff2f92;
  border-radius: 15px;

  background:
    linear-gradient(
      120deg,
      rgba(255,47,146,0.09),
      rgba(255,255,255,0.02)
    );
}

.rfc-system-key-label {
  margin-bottom: 9px;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-system-key p {
  margin: 0;

  color: #c7ced7;

  font-size: 15px;
  line-height: 1.7;
}

.rfc-system-key strong {
  color: #ffffff;
}


/* ORGANIZATION GRID */

.rfc-system-org-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 16px;

  margin-bottom: 48px;
}

.rfc-system-org-card {
  position: relative;

  padding: 24px;

  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 17px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.035),
      transparent 58%
    ),
    #11161e;
}

.rfc-system-org-card-wide {
  grid-column: 1 / -1;
}

.rfc-system-org-number {
  margin-bottom: 12px;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.rfc-system-org-name {
  margin-bottom: 3px;

  color: #ffffff;

  font-size: 27px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
}

.rfc-system-org-full {
  margin-bottom: 15px;

  color: #7f8996;

  font-size: 11px;
  font-weight: 750;
  line-height: 1.4;
}

.rfc-system-org-card p {
  max-width: 650px;
  margin: 0 0 18px;

  color: #aeb7c4;

  font-size: 13px;
  line-height: 1.7;
}

.rfc-system-org-role {
  display: inline-block;

  padding: 6px 9px;

  border: 1px solid rgba(255,47,146,0.20);
  border-radius: 6px;

  background: rgba(255,47,146,0.06);

  color: #ff2f92;

  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.09em;
}


/* SYSTEM MAP */

.rfc-system-map {
  margin-bottom: 48px;
  padding: 28px;

  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 19px;

  background: #10151c;
}

.rfc-system-map-header {
  margin-bottom: 25px;
}

.rfc-system-map-label {
  margin-bottom: 8px;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-system-map-header h3 {
  margin: 0;

  color: #ffffff;

  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}

.rfc-system-map-body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 18px;
}

.rfc-system-map-column {
  padding: 18px;

  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;

  background: rgba(255,255,255,0.02);
}

.rfc-system-map-title {
  margin-bottom: 14px;

  color: #8f99a6;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.rfc-system-map-box {
  margin-bottom: 8px;
  padding: 11px 10px;

  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 9px;

  background: #151b24;

  color: #e9edf2;

  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
  text-align: center;
}

.rfc-system-map-highlight {
  border-color: rgba(255,47,146,0.30);
  background: rgba(255,47,146,0.08);
}

.rfc-system-map-arrow {
  margin: -1px 0 7px;

  color: #ff2f92;

  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.rfc-system-map-note {
  margin-top: 12px;

  color: #7f8996;

  font-size: 10px;
  line-height: 1.55;
  text-align: center;
}


/* PLAYER FLOW */

.rfc-system-player {
  margin-bottom: 48px;
}

.rfc-system-player-header {
  max-width: 780px;
  margin-bottom: 23px;
}

.rfc-system-player-label {
  margin-bottom: 8px;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-system-player-header h3 {
  margin: 0;

  color: #ffffff;

  font-size: 27px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.rfc-system-player-flow {
  display: grid;

  grid-template-columns:
    1fr auto 1fr auto 1fr auto 1fr;

  gap: 10px;

  align-items: center;
}

.rfc-system-player-step {
  height: 100%;
  padding: 18px;

  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 14px;

  background: #11161e;
}

.rfc-system-player-step span {
  display: block;

  margin-bottom: 10px;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
}

.rfc-system-player-step strong {
  display: block;

  margin-bottom: 7px;

  color: #ffffff;

  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.rfc-system-player-step p {
  margin: 0;

  color: #8f99a6;

  font-size: 11px;
  line-height: 1.55;
}

.rfc-system-player-arrow {
  color: #ff2f92;

  font-size: 20px;
  font-weight: 900;
}


/* RFC TAKEAWAY */

.rfc-system-bottom {
  padding: 29px;

  border: 1px solid rgba(255,47,146,0.24);
  border-radius: 18px;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255,47,146,0.12),
      transparent 45%
    ),
    #11161e;
}

.rfc-system-bottom-label {
  margin-bottom: 9px;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-system-bottom h3 {
  margin: 0 0 11px;

  color: #ffffff;

  font-size: 27px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.rfc-system-bottom p {
  max-width: 850px;
  margin: 0;

  color: #aeb7c4;

  font-size: 14px;
  line-height: 1.75;
}


/* TABLET */

@media (max-width: 850px) {

  .rfc-system-map-body {
    grid-template-columns: 1fr;
  }

  .rfc-system-player-flow {
    grid-template-columns: 1fr;
  }

  .rfc-system-player-arrow {
    transform: rotate(90deg);
    text-align: center;
  }

}


/* MOBILE */

@media (max-width: 640px) {

  .rfc-system-section {
    padding: 56px 0 63px;
  }

  .rfc-system-inner {
    width: min(100% - 28px, 1120px);
  }

  .rfc-system-org-grid {
    grid-template-columns: 1fr;
  }

  .rfc-system-org-card-wide {
    grid-column: auto;
  }

  .rfc-system-map {
    padding: 20px;
  }

  .rfc-system-key {
    padding: 21px;
  }

  .rfc-system-bottom {
    padding: 23px;
  }

  .rfc-system-bottom h3 {
    font-size: 24px;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-415d662 *//* =========================================================
   RFC EXPLAINS — COLLEGE RUGBY
   SECTION 10: QUICK ANSWERS + RELATED EXPLAINERS
   STANDALONE CSS
   ========================================================= */

.rfc-college-faq-section {
  width: 100%;
  padding: 80px 0 58px;

  background:
    linear-gradient(
      180deg,
      #090c11 0%,
      #07090d 100%
    );

  color: #ffffff;
  font-family: inherit;
}

.rfc-college-faq-section * {
  box-sizing: border-box;
}

.rfc-college-faq-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.rfc-college-faq-header {
  max-width: 850px;
  margin-bottom: 38px;
}

.rfc-college-faq-kicker {
  margin-bottom: 10px;

  color: #ff2f92;

  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rfc-college-faq-header h2 {
  margin: 0 0 17px;

  color: #ffffff;

  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.rfc-college-faq-lead {
  margin: 0;

  color: #b5bec9;

  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}


/* =========================================================
   FAQ GRID
   ========================================================= */

.rfc-college-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 16px;

  margin-bottom: 48px;
}

.rfc-college-faq-card {
  padding: 23px;

  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 16px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.03),
      transparent 58%
    ),
    #11161e;
}

.rfc-college-faq-number {
  margin-bottom: 12px;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.rfc-college-faq-card h3 {
  margin: 0 0 12px;

  color: #ffffff;

  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.rfc-college-faq-card p {
  margin: 0 0 12px;

  color: #aeb7c4;

  font-size: 13px;
  line-height: 1.7;
}

.rfc-college-faq-card p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   FINAL TAKEAWAY
   ========================================================= */

.rfc-college-faq-takeaway {
  margin-bottom: 50px;
  padding: 29px;

  border: 1px solid rgba(255,47,146,0.25);
  border-left: 4px solid #ff2f92;
  border-radius: 18px;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255,47,146,0.13),
      transparent 45%
    ),
    #11161e;
}

.rfc-college-faq-takeaway-label {
  margin-bottom: 9px;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-college-faq-takeaway h3 {
  max-width: 820px;
  margin: 0 0 13px;

  color: #ffffff;

  font-size: clamp(23px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.rfc-college-faq-takeaway p {
  max-width: 850px;
  margin: 0 0 12px;

  color: #aeb7c4;

  font-size: 14px;
  line-height: 1.75;
}

.rfc-college-faq-takeaway p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   RELATED RFC EXPLAINS
   ========================================================= */

.rfc-college-faq-related {
  margin-bottom: 50px;
}

.rfc-college-faq-related-header {
  margin-bottom: 20px;
}

.rfc-college-faq-related-label {
  margin-bottom: 7px;

  color: #ff2f92;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-college-faq-related-header h3 {
  margin: 0;

  color: #ffffff;

  font-size: 27px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.rfc-college-faq-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 16px;
}

.rfc-college-faq-related-card {
  display: block;

  padding: 23px;

  border: 1px solid rgba(255,47,146,0.19);
  border-radius: 16px;

  background:
    linear-gradient(
      140deg,
      rgba(255,47,146,0.07),
      rgba(255,255,255,0.02)
    ),
    #11161e;

  color: inherit;
  text-decoration: none;

  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.rfc-college-faq-related-card:hover {
  transform: translateY(-2px);

  border-color: rgba(255,47,146,0.42);

  background:
    linear-gradient(
      140deg,
      rgba(255,47,146,0.11),
      rgba(255,255,255,0.025)
    ),
    #11161e;
}

.rfc-college-faq-related-tag {
  margin-bottom: 10px;

  color: #ff2f92;

  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.rfc-college-faq-related-card h4 {
  margin: 0 0 10px;

  color: #ffffff;

  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.rfc-college-faq-related-card p {
  margin: 0 0 16px;

  color: #9ca6b3;

  font-size: 12px;
  line-height: 1.65;
}

.rfc-college-faq-related-card span {
  color: #ff2f92;

  font-size: 12px;
  font-weight: 850;
}


/* =========================================================
   PAGE END MARK
   ========================================================= */

.rfc-college-faq-end {
  display: flex;
  align-items: center;

  gap: 16px;

  padding-top: 5px;
}

.rfc-college-faq-end-line {
  flex: 1;

  height: 1px;

  background: rgba(255,255,255,0.09);
}

.rfc-college-faq-end-brand {
  color: #69727f;

  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

  .rfc-college-faq-grid {
    grid-template-columns: 1fr;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

  .rfc-college-faq-section {
    padding: 56px 0 45px;
  }

  .rfc-college-faq-inner {
    width: min(100% - 28px, 1120px);
  }

  .rfc-college-faq-header {
    margin-bottom: 30px;
  }

  .rfc-college-faq-card {
    padding: 20px;
  }

  .rfc-college-faq-takeaway {
    padding: 22px;
  }

  .rfc-college-faq-related-grid {
    grid-template-columns: 1fr;
  }

  .rfc-college-faq-end {
    gap: 11px;
  }

}/* End custom CSS */